Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add translations (es, vi, th) #435

Merged
merged 30 commits into from
Sep 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
47ae09e
New translations en.json (Swahili, Kenya)
gmaclennan Jul 22, 2020
9bfc3fc
New translations en.json (French)
gmaclennan Jul 23, 2020
ab96807
New translations en.json (Spanish)
gmaclennan Jul 23, 2020
9415f8f
New translations en.json (Vietnamese)
gmaclennan Jul 23, 2020
3378d00
New translations en.json (Portuguese, Brazilian)
gmaclennan Jul 23, 2020
54250d4
New translations en.json (Indonesian)
gmaclennan Jul 23, 2020
788b225
New translations en.json (Khmer)
gmaclennan Jul 23, 2020
4a38060
New translations en.json (Thai)
gmaclennan Jul 23, 2020
1d77460
New translations en.json (Hindi)
gmaclennan Jul 23, 2020
1ca8910
New translations en.json (Malay)
gmaclennan Jul 23, 2020
79eb058
New translations en.json (Burmese)
gmaclennan Jul 23, 2020
bc13ddf
New translations en.json (Swahili, Kenya)
gmaclennan Jul 23, 2020
6c5e5a5
New translations en.json (Nepali)
gmaclennan Jul 23, 2020
e054d7a
New translations en.json (Lao)
gmaclennan Jul 23, 2020
2de5820
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
244b0c1
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
67ef56d
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
4c62982
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
5f4ac76
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
ac53124
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
3113a28
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
a80d277
New translations en.json (Khmer)
gmaclennan Jul 24, 2020
bd2b07a
New translations en.json (Thai)
gmaclennan Jul 25, 2020
9d988fe
New translations en.json (Nepali)
gmaclennan Aug 1, 2020
c2fd2d5
New translations en.json (Nepali)
gmaclennan Aug 1, 2020
4c0671a
New translations en.json (Nepali)
gmaclennan Aug 1, 2020
e31e83c
New translations en.json (Thai)
gmaclennan Sep 4, 2020
6f1fb4d
New translations en.json (Spanish)
gmaclennan Sep 11, 2020
cbeeb8b
New translations en.json (Spanish)
gmaclennan Sep 11, 2020
7f55a18
Merge branch 'develop' into l10n/develop
gmaclennan Sep 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,15 @@
},
"screens.Settings.configErrorDescription": {
"description": "Description of error dialog when there is an error importing a config file",
"message": "There was an error trying to import this config file"
"message": "Hubo un error al intentar importar este archivo de configuración"
},
"screens.Settings.configErrorOkButton": {
"description": "Button to dismiss error dialog when there is an error importing a config file",
"message": "OK"
},
"screens.Settings.configErrorTitle": {
"description": "Title of error dialog when there is an error importing a config file",
"message": "Import Error"
"message": "Error al importar"
},
"screens.Settings.currentConfig": {
"description": "Label for name & version of current configuration",
Expand Down Expand Up @@ -282,7 +282,7 @@
},
"screens.Settings.title": {
"description": "Title of settings screen",
"message": "Configuración"
"message": "Ajustes"
},
"screens.Settings.unnamedConfig": {
"description": "Config name when do name is defined",
Expand Down Expand Up @@ -314,7 +314,7 @@
},
"screens.SyncModal.SyncView.noWifiDesc": {
"description": "Description shown when no wifi network",
"message": "Abrir la configuración y conectar a una red WiFi para sincronizar"
"message": "Abre la configuración de tu teléfono y conéctate a una red WiFi para sincronizar"
},
"screens.SyncModal.SyncView.noWifiTitle": {
"description": "Title of message shown when no wifi network",
Expand All @@ -334,7 +334,7 @@
},
"screens.SyncModal.SyncView.settingsButton": {
"description": "Button to open WiFi settings",
"message": "Abrir configuración"
"message": "Abrir Ajustes"
},
"screens.SyncModal.SyncView.syncHeader": {
"description": "Header of sync screen",
Expand Down
Loading