aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r--apps/files/l10n/es.js15
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index b782ced7eea..452372aa9b2 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -326,12 +326,8 @@ OC.L10N.register(
"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"],
- "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"],
- "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas",
- "_(%n hidden)_::_ (%n hidden)_" : ["(%n oculto)"," (%n ocultos)"," (%n ocultos)"],
+ "_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"],
+ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas","%n carpetas"],
"Filename must not be empty." : "El nombre de archivo no debe estar vacío.",
"\"{char}\" is not allowed inside a filename." : "\"{char}\" no está permitido en el nombre de archivo.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" es un nombre reservado y no se permite para los nombres de archivo.",
@@ -405,8 +401,6 @@ OC.L10N.register(
"Error deleting file \"{fileName}\"." : "Error al borrar el archivo \"{fileName}\".",
"No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados de búsqueda en otras carpetas para {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Escriba más de dos caracteres para buscar en otras carpetas",
- "_%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","incluyendo %n ocultos"],
"You do not have permission to upload or create files here" : "No tiene permiso para subir o crear archivos aquí",
@@ -446,6 +440,11 @@ OC.L10N.register(
"Edit file locally" : "Editar archivo localmente",
"Edit online" : "Editar en línea",
"Create new templates folder" : "Crear nueva carpeta de plantillas",
+ "_{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"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas",
"List of favorites files and folders." : "Lista de archivos y carpetas favoritos.",
"Personal Files" : "Archivos Personales",
"Text file" : "Archivo de texto",