Commit 084b3a1ac6a56d27b2b3f19de106938f343209de
i18n: cleanup "self identifies as " string
Matt McKegg committed on 10/28/2017, 10:47:37 AMParent: e7411d457c151f7178d345439d1f3a4b75fa0073
Files changed
locales/de.json | changed |
locales/en.json | changed |
locales/es.json | changed |
locales/pt-BR.json | changed |
locales/pt.json | changed |
plugs/message/html/render/about.js | changed |
locales/de.json | ||
---|---|---|
@@ -89,9 +89,9 @@ | ||
89 | 89 | "Choose Banner Image...": "Choose Banner Image...", |
90 | 90 | "Describe the gathering (if you want)": "Beschreibe das gathering (wenn du magst)", |
91 | 91 | "Edit": "Edit", |
92 | 92 | "identified ": "bezeichnet ", |
93 | - "self identifies as \"": "bezeichnet sich selbst als \"", | |
93 | + "self identifies as ": "bezeichnet sich selbst als ", | |
94 | 94 | "from now": "from now", |
95 | 95 | "ago": "her", |
96 | 96 | "years": "Jahre", |
97 | 97 | "months": "Monate", |
locales/en.json | ||
---|---|---|
@@ -88,9 +88,9 @@ | ||
88 | 88 | "Choose Banner Image...": "Choose Banner Image...", |
89 | 89 | "Describe the gathering (if you want)": "Describe the gathering (if you want)", |
90 | 90 | "Edit": "Edit", |
91 | 91 | "identified ": "identified ", |
92 | - "self identifies as \"": "self identifies as \"", | |
92 | + "self identifies as ": "self identifies as ", | |
93 | 93 | "from now": "from now", |
94 | 94 | "ago": "ago", |
95 | 95 | "years": "years", |
96 | 96 | "months": "months", |
locales/es.json | ||
---|---|---|
@@ -87,9 +87,9 @@ | ||
87 | 87 | "identifies ": "identificó a ", |
88 | 88 | "What whould you like to call ": "Cómo te gustaría llamar a ", |
89 | 89 | "Confirm": "Confirmar", |
90 | 90 | "self assigned a display image": "se asignó una imagen de visualización", |
91 | - "self identifies as \"": "autoidentificado como \"", | |
91 | + "self identifies as ": "autoidentificado como ", | |
92 | 92 | "Like": "Me gusta", |
93 | 93 | "Reply": "Comentar", |
94 | 94 | "followed ": "sigue a ", |
95 | 95 | "identified ": "se denominó ", |
locales/pt-BR.json | ||
---|---|---|
@@ -89,9 +89,9 @@ | ||
89 | 89 | "Choose Banner Image...": "Escolha uma imagem…", |
90 | 90 | "Describe the gathering (if you want)": "Descreva o encontro (se você desejar)", |
91 | 91 | "Edit": "Editar", |
92 | 92 | "identified ": "identificou ", |
93 | - "self identifies as \"": "se identifica como \"", | |
93 | + "self identifies as ": "se identifica como ", | |
94 | 94 | "from now": "a partir de agora", |
95 | 95 | "ago": "atrás", |
96 | 96 | "years": "anos", |
97 | 97 | "months": "meses", |
locales/pt.json | ||
---|---|---|
@@ -90,9 +90,9 @@ | ||
90 | 90 | "Choose Banner Image...": "Escolher imagem...", |
91 | 91 | "Describe the gathering (if you want)": "Descreva a reunião (se o desejar)", |
92 | 92 | "Edit": "Editar", |
93 | 93 | "identified ": "identificou ", |
94 | - "self identifies as \"": "auto identifica-se como \"", | |
94 | + "self identifies as ": "auto identifica-se como ", | |
95 | 95 | "from now": "no futuro", |
96 | 96 | "ago": "atrás", |
97 | 97 | "years": "anos", |
98 | 98 | "months": "meses", |
plugs/message/html/render/about.js | ||
---|---|---|
@@ -38,9 +38,9 @@ | ||
38 | 38 | if (c.name) { |
39 | 39 | var target = api.profile.html.person(c.about, c.name) |
40 | 40 | miniContent.push(computed([self, api.about.obs.name(c.about), c.name], (self, a, b) => { |
41 | 41 | if (self) { |
42 | - return [i18n('self identifies as "'), target, '"'] | |
42 | + return [i18n('self identifies as '), '"', target, '"'] | |
43 | 43 | } else if (a === b) { |
44 | 44 | return [i18n('identified '), api.profile.html.person(c.about)] |
45 | 45 | } else { |
46 | 46 | return [i18n('identifies '), api.profile.html.person(c.about), i18n(' as "'), target, '"'] |
Built with git-ssb-web