Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jun 29, 2024
1 parent 05a8c24 commit f5f41c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion l10n/es_CL.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Selected" : "Seleccionado",
"Help" : "Ayuda",
"Are you sure?" : "¿Está seguro?",
"Folders" : "Carpetas",
"Tags" : "Etiquetas",
"Saved" : "Guardado",
Expand All @@ -16,6 +17,7 @@ OC.L10N.register(
"URL" : "URL",
"Cancel" : "Cancelar",
"Close" : "Cerrar",
"Settings" : "Configuraciones "
"Settings" : "Configuraciones ",
"Advanced Settings" : "Configuraciones avanzadas"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
4 changes: 3 additions & 1 deletion l10n/es_CL.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"Selected" : "Seleccionado",
"Help" : "Ayuda",
"Are you sure?" : "¿Está seguro?",
"Folders" : "Carpetas",
"Tags" : "Etiquetas",
"Saved" : "Guardado",
Expand All @@ -14,6 +15,7 @@
"URL" : "URL",
"Cancel" : "Cancelar",
"Close" : "Cerrar",
"Settings" : "Configuraciones "
"Settings" : "Configuraciones ",
"Advanced Settings" : "Configuraciones avanzadas"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit f5f41c0

Please sign in to comment.