Skip to content

Commit

Permalink
locale: update Spanish locale with Weblate
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (1173 of 1173 strings)

Translation: Mainsail/Mainsail
Translate-URL: https://hosted.weblate.org/projects/mainsail/mainsail/es/
  • Loading branch information
gallegonovato authored and weblate committed Sep 6, 2024
1 parent fef63c7 commit 17486e7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,9 @@
"ThemeDark": "Oscuro",
"ThemeDescription": "Personaliza la marca de la interfaz.",
"ThemeLight": "Claro",
"UiSettings": "Ajustes de UI"
"UiSettings": "Ajustes de UI",
"ConfirmOnCancelJob": "Se requiere confirmación para cancelar el trabajo",

Check failure on line 1268 in src/locales/es.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/es.json#L1268

Expected object keys to be in insensitive ascending order. 'ConfirmOnCancelJob' should be before 'UiSettings' (jsonc/sort-keys)
"ConfirmOnCancelJobDescription": "Mostrar un cuadro de diálogo de confirmación para cancelar el trabajo"
},
"Update": "actualizar",
"WebcamsTab": {
Expand Down Expand Up @@ -1360,5 +1362,11 @@
"Variable": "Variable",
"Video": "Video"
},
"title": "Español"
"title": "Español",
"CancelJobDialog": {

Check failure on line 1366 in src/locales/es.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/es.json#L1366

Expected object keys to be in insensitive ascending order. 'CancelJobDialog' should be before 'title' (jsonc/sort-keys)
"AreYouSure": "¿Estás seguro?",
"No": "No",
"CancelJob": "Cancelar trabajo",

Check failure on line 1369 in src/locales/es.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/es.json#L1369

Expected object keys to be in insensitive ascending order. 'CancelJob' should be before 'No' (jsonc/sort-keys)
"Yes": ""
}
}

0 comments on commit 17486e7

Please sign in to comment.