From 3a1859eb3177d55dae99886009a28e7b90072e28 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 5 Sep 2017 13:33:12 +0200 Subject: Added translation for copy card popup title Only English and German were added. --- i18n/de.i18n.json | 3 ++- i18n/en-GB.i18n.json | 3 ++- i18n/en.i18n.json | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json index 08fb8711..ce5e8495 100644 --- a/i18n/de.i18n.json +++ b/i18n/de.i18n.json @@ -145,6 +145,7 @@ "comment-only-desc": "Kann Karten nur Kommentieren", "computer": "Computer", "copy-card-link-to-clipboard": "Kopiere die Karte in die Zwischenablage", + "copyCardPopup-title": "Karte kopieren", "create": "Erstellen", "createBoardPopup-title": "Board erstellen", "chooseBoardSourcePopup-title": "Board importieren", @@ -388,4 +389,4 @@ "no": "Nein", "accounts": "Konten", "accounts-allowEmailChange": "Zulassen E-Mail ändern" -} \ No newline at end of file +} diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json index 2eca7bc1..cfbece50 100644 --- a/i18n/en-GB.i18n.json +++ b/i18n/en-GB.i18n.json @@ -145,6 +145,7 @@ "comment-only-desc": "Can comment on cards only.", "computer": "Computer", "copy-card-link-to-clipboard": "Copy card link to clipboard", + "copyCardPopup-title": "Copy card", "create": "Create", "createBoardPopup-title": "Create Board", "chooseBoardSourcePopup-title": "Import board", @@ -388,4 +389,4 @@ "no": "No", "accounts": "Accounts", "accounts-allowEmailChange": "Allow Email Change" -} \ No newline at end of file +} diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index ebf4722b..ff124f70 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -145,6 +145,7 @@ "comment-only-desc": "Can comment on cards only.", "computer": "Computer", "copy-card-link-to-clipboard": "Copy card link to clipboard", + "copyCardPopup-title": "Copy card", "create": "Create", "createBoardPopup-title": "Create Board", "chooseBoardSourcePopup-title": "Import board", -- cgit v1.2.3-1-g7c22