diff options
Diffstat (limited to 'apps/files/l10n/es_CR.json')
-rw-r--r-- | apps/files/l10n/es_CR.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/files/l10n/es_CR.json b/apps/files/l10n/es_CR.json index acba685b922..ac796b0ae2b 100644 --- a/apps/files/l10n/es_CR.json +++ b/apps/files/l10n/es_CR.json @@ -29,7 +29,6 @@ "Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"", "Files" : "Archivos", "Details" : "Detalles", - "Select" : "Seleccionar", "Pending" : "Pendiente", "Unable to determine date" : "No fue posible determinar la fecha", "This operation is forbidden" : "Esta operación está prohibida", @@ -52,12 +51,12 @@ "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", @@ -69,7 +68,7 @@ "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", @@ -139,6 +138,7 @@ "Shared with you" : "Compartido con usted", "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" -},"pluralForm" :"nplurals=2; plural=(n != 1);" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Select" : "Seleccionar" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |