diff options
author | Caio Carrara <ccarrara@thoughtworks.com> | 2016-06-27 16:21:56 -0300 |
---|---|---|
committer | Caio Carrara <ccarrara@thoughtworks.com> | 2016-06-27 16:40:50 -0300 |
commit | d5176c2373e36e63fc207f70c9e5b120f232f75a (patch) | |
tree | 40724335d390432d886837722830dbdb8ba59acc /web-ui/app/locales | |
parent | adf2d0581393eb590349bd43211cd927feeb722e (diff) |
Update use of interpolation on translations
See: #727
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r-- | web-ui/app/locales/de_DE/translation.json | 1 | ||||
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 1 | ||||
-rw-r--r-- | web-ui/app/locales/es_ES/translation.json | 1 | ||||
-rw-r--r-- | web-ui/app/locales/pt_BR/translation.json | 1 | ||||
-rw-r--r-- | web-ui/app/locales/sv_SE/translation.json | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/web-ui/app/locales/de_DE/translation.json b/web-ui/app/locales/de_DE/translation.json index c625790c..526d5c17 100644 --- a/web-ui/app/locales/de_DE/translation.json +++ b/web-ui/app/locales/de_DE/translation.json @@ -60,6 +60,7 @@ "Tags": "Tags", "Forward": "Forward", "feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.", + "reply-author-line": "On {{date}}, <{{from}}> wrote:\n", "tags": { "inbox": "Inbox", diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 718979cf..dd9e62a5 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -70,6 +70,7 @@ "logout": "Logout", "delete-permanently": "Delete Permanently", "move-to-inbox": "Move to Inbox", + "reply-author-line": "On {{date}}, <{{from}}> wrote:\n", "error": { "timeout": "a timeout occurred", "general": "problems talking to server", diff --git a/web-ui/app/locales/es_ES/translation.json b/web-ui/app/locales/es_ES/translation.json index c625790c..526d5c17 100644 --- a/web-ui/app/locales/es_ES/translation.json +++ b/web-ui/app/locales/es_ES/translation.json @@ -60,6 +60,7 @@ "Tags": "Tags", "Forward": "Forward", "feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.", + "reply-author-line": "On {{date}}, <{{from}}> wrote:\n", "tags": { "inbox": "Inbox", diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json index 80da4a93..93f5c61b 100644 --- a/web-ui/app/locales/pt_BR/translation.json +++ b/web-ui/app/locales/pt_BR/translation.json @@ -59,6 +59,7 @@ "Tags": "Tags", "Forward": "Encaminhar", "feedback-placeholder": "Nos diga o que gosta, não gosta, o que está faltando e o que pensa sobre o Pixelated.", + "reply-author-line": "Em {{date}}, <{{from}}> escreveu:\n", "tags": { "inbox": "Caixa de Entrada", diff --git a/web-ui/app/locales/sv_SE/translation.json b/web-ui/app/locales/sv_SE/translation.json index 416665f2..f80c725e 100644 --- a/web-ui/app/locales/sv_SE/translation.json +++ b/web-ui/app/locales/sv_SE/translation.json @@ -59,6 +59,7 @@ "Tags": "Taggar", "Forward": "Vidarebefodra", "feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.", + "reply-author-line": "On {{date}}, <{{from}}> wrote:\n", "tags": { "inbox": "Inlåda", |