diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-11-04 00:20:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-11-04 00:20:42 +0000 |
commit | 571e98164b670f22dc330e282ab2208ba10c63d6 (patch) | |
tree | 93a59f3ba9042a4a5d075e08263758713886bf22 /apps/files/l10n/es.js | |
parent | 70436e662f9abcc4cdc8dfc24e48f2a614a12793 (diff) | |
download | nextcloud-server-571e98164b670f22dc330e282ab2208ba10c63d6.tar.gz nextcloud-server-571e98164b670f22dc330e282ab2208ba10c63d6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 480e8a0acd0..f367d299ac9 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -75,7 +75,7 @@ OC.L10N.register( "Your have used your space quota and cannot upload files anymore" : "Ha utilizado su cuota de espacio y ya no puede subir más archivos", "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí", "Favorite" : "Favorito", - "\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitósamente", + "\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitosamente", "\"{displayName}\" action failed" : "la acción \"{displayName}\" falló", "Toggle selection for file \"{displayName}\"" : "Alternar selección para archivo \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Alternar selección para la carpeta \"{displayName}\"", @@ -267,6 +267,7 @@ OC.L10N.register( "This operation is forbidden" : "Esta operación está prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contacte con el administrador", "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente", + "Unexpected error: {error}" : "Error inesperado: {error}", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], @@ -398,6 +399,9 @@ OC.L10N.register( "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", - "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)" + "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", + "Favored" : "Favorecido", + "Favor" : "Favorecer", + "Not favored" : "No favorecido" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |