diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:25 +0000 |
commit | 7560415105c9013b53ebd0bebb0998a4e51303e6 (patch) | |
tree | 9c5e9810b0d9f6a3648438aa4fefccc81c044586 /apps/files/l10n/es_MX.js | |
parent | e802996e3e22d770093e50b30ac58f9bb3a38fb7 (diff) | |
download | nextcloud-server-7560415105c9013b53ebd0bebb0998a4e51303e6.tar.gz nextcloud-server-7560415105c9013b53ebd0bebb0998a4e51303e6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_MX.js')
-rw-r--r-- | apps/files/l10n/es_MX.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index c8c06226ebb..2d1679f72e7 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -224,7 +224,6 @@ OC.L10N.register( "Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.", "Choose file" : "Elegir archivo", "Choose {file}" : "Elegir {file}", - "Add" : "Guardar", "Loading current folder" : "Cargando la carpeta actual", "No files in here" : "No hay archivos aquí", "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", @@ -344,6 +343,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", "Search for an account" : "Buscar una cuenta", "Choose" : "Seleccionar", - "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía" + "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía", + "Add" : "Guardar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |