diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-24 02:32:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-24 02:32:52 +0000 |
commit | 17bdfb12843566dd9b0539584a49f85e0b96dddf (patch) | |
tree | 57bf58ed5c3233d25ec1731c78a73b3a431d3524 /apps/files/l10n/es_CL.js | |
parent | 41711988c7dc5c8e2a9147a8cf53d80765f3fca3 (diff) | |
download | nextcloud-server-17bdfb12843566dd9b0539584a49f85e0b96dddf.tar.gz nextcloud-server-17bdfb12843566dd9b0539584a49f85e0b96dddf.zip |
[tx-robot] updated 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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/es_CL.js b/apps/files/l10n/es_CL.js index cc754bf0c81..edb8c04fc6d 100644 --- a/apps/files/l10n/es_CL.js +++ b/apps/files/l10n/es_CL.js @@ -53,12 +53,12 @@ OC.L10N.register( "Name" : "Nombre", "Size" : "Tamaño", "Modified" : "Modificado", - "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], - "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas","%n carpetas"], + "_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos","incluyendo %n ocultos"], "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí", - "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"], + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos","Cargando %n archivos"], "New" : "Nuevo", "{used} of {quota} used" : "{used} de {quota} usados", "{used} used" : "{used} usados", @@ -70,7 +70,7 @@ OC.L10N.register( "Copied!" : "¡Copiado!", "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)", "Path" : "Ruta", - "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], + "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], "Favorited" : "Marcado como favorito", "Favorite" : "Favorito", "New folder" : "Carpeta nueva", @@ -144,4 +144,4 @@ OC.L10N.register( "New text file.txt" : "Nuevo ArchivoDeTexto.txt", "Select" : "Seleccionar" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |