diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
commit | 6d84160ba710e6ea4cf290f40d7bb924c35ad574 (patch) | |
tree | 56219fa1144bb0bb6efefcd0c069b9b055745d1b /apps/files/l10n/es_MX.js | |
parent | 6862ff28002c8c282bcca5c198619c03f5cb4e0b (diff) | |
download | nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.tar.gz nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 42239bbef08..e5195e9e03f 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "Mostrar vista de cuadrícula", "Home" : "Inicio", "Close" : "Cerrar", - "Favorites" : "Favoritos", "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"", "This will stop your current uploads." : "Se detendrán las cargas en curso", "Upload cancelled." : "Carga cancelada.", @@ -104,7 +103,6 @@ OC.L10N.register( "Favorited" : "Marcado como favorito", "Favorite" : "Favorito", "Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)", - "You can only favorite a single file or folder at a time" : "Solo puedes marcar como favorito un solo archivo o carpeta cada vez", "New folder" : "Carpeta nueva", "Create new folder" : "Crear nueva carpeta", "Upload file" : "Cargar archivo", @@ -117,6 +115,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}", @@ -167,6 +166,7 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Se ha completado la transferencia de propiedad de {path} a {user}.", "in %s" : "en %s", "File Management" : "Administración de Archivos", + "Name cannot be empty" : "El nombre no puede estar en blanco", "Select all" : "Seleccionar todo", "Storage informations" : "Informaciones de almacenamiento", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", @@ -223,6 +223,7 @@ OC.L10N.register( "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", "Storage invalid" : "El almacenamiento es inválido", + "You can only favorite a single file or folder at a time" : "Solo puedes marcar como favorito un solo archivo o carpeta cada vez", "Unlimited" : "Ilimitado", "Search users" : "Buscar usuarios", "Cancel" : "Cancelar", |