Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 05:32:52 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 05:32:52 +0300
commit17bdfb12843566dd9b0539584a49f85e0b96dddf (patch)
tree57bf58ed5c3233d25ec1731c78a73b3a431d3524 /apps/files/l10n/es_GT.js
parent41711988c7dc5c8e2a9147a8cf53d80765f3fca3 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_GT.js')
-rw-r--r--apps/files/l10n/es_GT.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/es_GT.js b/apps/files/l10n/es_GT.js
index 0ec257bc097..3cbabb0f794 100644
--- a/apps/files/l10n/es_GT.js
+++ b/apps/files/l10n/es_GT.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",
@@ -143,4 +143,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;");