diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 5c18c7a6cc1..9281aec51a2 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -41,7 +41,8 @@ OC.L10N.register( "Details" : "Detalles", "Please select tag(s) to add to the selection" : "Seleccione la(s) etiqueta(s) para añadir a la selección", "Apply tag(s) to selection" : "Aplicar etiqueta(s) a la selección", - "Select" : "Seleccionar", + "Select directory \"{dirName}\"" : "Seleccione el directorio \"{dirName}\"", + "Select file \"{fileName}\"" : "Seleccione el archivo \"{fileName}\"", "Pending" : "Pendiente", "Unable to determine date" : "No se ha podido determinar la fecha", "This operation is forbidden" : "Esta operación está prohibida", @@ -67,12 +68,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 tiene permisos para subir o crear archivos aquí", - "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos","Subiendo %n archivos"], "New" : "Nuevo", "Select file range" : "Seleccionar el rango de archivos", "{used} of {quota} used" : "{used} usados de {quota}", @@ -89,12 +90,12 @@ OC.L10N.register( "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "La carpeta de grupo \"{mountPoint}\" está casi llena ({usedSpacePercent}%).", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "El almacenamiento externo \"{mountPoint}\" está casi lleno ({usedSpacePercent}%).", "Your storage is almost full ({usedSpacePercent}%)." : "Tu almacenamiento está casi lleno ({usedSpacePercent}%).", - "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coinciden \"{filter}\"","coincide \"{filter}\""], + "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coinciden \"{filter}\"","coincide \"{filter}\"","coincide \"{filter}\""], "View in folder" : "Ver en carpeta", "Copied!" : "¡Copiado!", "Copy direct link (only works for users who have access to this file/folder)" : "Copiar enlace directo (solo 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" : "Agregado a favoritos", "Favorite" : "Favorito", "You can only favorite a single file or folder at a time" : "Solo puedes marcar como favorito un solo archivo o carpeta cada vez", @@ -210,6 +211,7 @@ OC.L10N.register( "Deleted shares" : "Recursos compartidos eliminados", "Pending shares" : "Recursos compartidos pendientes", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo archivo.txt" + "New text file.txt" : "Nuevo archivo.txt", + "Select" : "Seleccionar" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |