diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
commit | 0e0b468c10b8a65cbf346c052cadbc8d834eb28f (patch) | |
tree | 925d741a7c712cc17a2ce256ab57bb3c13bb472c /apps/files/l10n/es_CL.js | |
parent | 82c5f41dde1246ad92c0d2867f88db800c384a4d (diff) | |
download | nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.tar.gz nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_CL.js')
-rw-r--r-- | apps/files/l10n/es_CL.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/es_CL.js b/apps/files/l10n/es_CL.js index 056fb53f05c..f7e1dc8f19e 100644 --- a/apps/files/l10n/es_CL.js +++ b/apps/files/l10n/es_CL.js @@ -8,7 +8,6 @@ OC.L10N.register( "Tags" : "Etiquetas", "Home" : "Inicio", "Close" : "Cerrar", - "Favorites" : "Favoritos", "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"", "Upload cancelled." : "Carga cancelada.", "…" : "...", @@ -82,6 +81,7 @@ OC.L10N.register( "Removed from favorites" : "Eliminado de los favoritos", "You added {file} to your favorites" : "Agregaste {file} a tus favoritos", "You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos", + "Favorites" : "Favoritos", "File changes" : "Cambios al archivo", "Created by {user}" : "Creado por {user}", "Changed by {user}" : "Cambiado por {user}", @@ -115,6 +115,7 @@ OC.L10N.register( "Upload (max. %s)" : "Cargar (max. %s)", "Accept" : "Aceptar", "in %s" : "en %s", + "Name cannot be empty" : "El nombre no puede estar en blanco", "Select all" : "Seleccionar todo", "Change" : "Cambiar", "Unknown error" : "Se presentó un error desconocido", |