Commit 35b3aece890ce9483986f9581925792a5bcd647d
fix spelling error on profile page: "whould" -> "would"
Samuel Rødal committed on 12/21/2017, 1:24:36 PMParent: d7f778d559e16d8d52f261c57f24404ec920d211
Files changed
locales/de.json | changed |
locales/en.json | changed |
locales/es.json | changed |
locales/pt-BR.json | changed |
locales/pt.json | changed |
modules/page/html/render/profile.js | changed |
locales/de.json | ||
---|---|---|
@@ -120,9 +120,9 @@ | ||
120 | 120 … | "Your Profile": "Dein Profil", |
121 | 121 … | "Choose Profile Image...": "Profilbild auswählen...", |
122 | 122 … | "Choose a name": "Namen auswählen", |
123 | 123 … | "Describe yourself (if you want)": "Beschreibe dich selbst (wenn du magst)", |
124 | - "What whould you like to call ": "Wie würdest du dies nennen ", | |
124 … | + "What would you like to call ": "Wie würdest du dies nennen ", | |
125 | 125 … | "Confirm": "Bestätigen", |
126 | 126 … | "self assigned a display image": "selbst gesetztes Anzeigebild", |
127 | 127 … | "Like": "Like", |
128 | 128 … | "Reply": "Antworten", |
locales/en.json | ||
---|---|---|
@@ -120,9 +120,9 @@ | ||
120 | 120 … | "Your Profile": "Your Profile", |
121 | 121 … | "Choose Profile Image...": "Choose Profile Image...", |
122 | 122 … | "Choose a name": "Choose a name", |
123 | 123 … | "Describe yourself (if you want)": "Describe yourself (if you want)", |
124 | - "What whould you like to call ": "What whould you like to call ", | |
124 … | + "What would you like to call ": "What would you like to call ", | |
125 | 125 … | "Confirm": "Confirm", |
126 | 126 … | "self assigned a display image": "self assigned a display image", |
127 | 127 … | "Like": "Like", |
128 | 128 … | "Reply": "Reply", |
@@ -197,5 +197,5 @@ | ||
197 | 197 … | "other": "%s people from your network replied to this message on " |
198 | 198 … | }, |
199 | 199 … | "(you)": "(you)", |
200 | 200 … | "Information": "Information" |
201 | -} | |
201 … | +} |
locales/es.json | ||
---|---|---|
@@ -84,9 +84,9 @@ | ||
84 | 84 … | "Describe yourself (if you want)": "Descríbase (si quiere)", |
85 | 85 … | "in reply to ": "en respuesta a ", |
86 | 86 … | "self assigned a description": "se asignó una descripción", |
87 | 87 … | "identifies ": "identificó a ", |
88 | - "What whould you like to call ": "Cómo te gustaría llamar a ", | |
88 … | + "What would 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 | 91 … | "self identifies as ": "autoidentificado como ", |
92 | 92 … | "Like": "Me gusta", |
locales/pt-BR.json | ||
---|---|---|
@@ -121,9 +121,9 @@ | ||
121 | 121 … | "Your Profile": "Seu Perfil", |
122 | 122 … | "Choose Profile Image...": "Escolha uma Imagem de Perfil…", |
123 | 123 … | "Choose a name": "Escolha um nome", |
124 | 124 … | "Describe yourself (if you want)": "Descreva você (opcional)", |
125 | - "What whould you like to call ": "O que você gostaria de dizer ", | |
125 … | + "What would you like to call ": "O que você gostaria de dizer ", | |
126 | 126 … | "Confirm": "Confirmar", |
127 | 127 … | "self assigned a display image": "auto-atribuída uma imagem de exibição", |
128 | 128 … | "Like": "Bacana", |
129 | 129 … | "Reply": "Responder", |
locales/pt.json | ||
---|---|---|
@@ -122,9 +122,9 @@ | ||
122 | 122 … | "Your Profile": "O seu Perfil", |
123 | 123 … | "Choose Profile Image...": "Escolher Imagem de Perfil...", |
124 | 124 … | "Choose a name": "Escolher um nome", |
125 | 125 … | "Describe yourself (if you want)": "Descreva-se (se quiser)", |
126 | - "What whould you like to call ": "Como gostaria de chamar a ", | |
126 … | + "What would you like to call ": "Como gostaria de chamar a ", | |
127 | 127 … | "Confirm": "Confirmar", |
128 | 128 … | "self assigned a display image": "auto atribuiu-se uma imagem", |
129 | 129 … | "Like": "Gosto", |
130 | 130 … | "Reply": "Responder", |
modules/page/html/render/profile.js | ||
---|---|---|
@@ -307,9 +307,9 @@ | ||
307 | 307 … | h('h2', { |
308 | 308 … | style: { |
309 | 309 … | 'font-weight': 'normal' |
310 | 310 … | } |
311 | - }, [i18n('What whould you like to call '), h('strong', [currentName]), '?']), | |
311 … | + }, [i18n('What would you like to call '), h('strong', [currentName]), '?']), | |
312 | 312 … | input |
313 | 313 … | ]), |
314 | 314 … | footer: [ |
315 | 315 … | h('button -save', { |
Built with git-ssb-web