diff options
author | Jim Martens <github@2martens.de> | 2017-09-05 13:33:12 +0200 |
---|---|---|
committer | Jim Martens <github@2martens.de> | 2017-09-05 13:33:12 +0200 |
commit | 3a1859eb3177d55dae99886009a28e7b90072e28 (patch) | |
tree | fa85f5cabccf526a16a3a1d000e069c91847fae6 /i18n | |
parent | a38b4c6a834ccf84c045de7d06f0058058056bdb (diff) | |
download | wekan-3a1859eb3177d55dae99886009a28e7b90072e28.tar.gz wekan-3a1859eb3177d55dae99886009a28e7b90072e28.tar.bz2 wekan-3a1859eb3177d55dae99886009a28e7b90072e28.zip |
Added translation for copy card popup title
Only English and German were added.
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/de.i18n.json | 3 | ||||
-rw-r--r-- | i18n/en-GB.i18n.json | 3 | ||||
-rw-r--r-- | 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", |