diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-05-23 00:15:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-05-23 00:15:44 +0000 |
commit | 4bbad8f88a0c62477cae8116b296d584b46ed8e6 (patch) | |
tree | 2a70828cf4f4d163fbfdd62677abca40044d087d /apps/files | |
parent | a2c518ee5a3d452973052a627e15bcb3bb812dd3 (diff) | |
download | nextcloud-server-4bbad8f88a0c62477cae8116b296d584b46ed8e6.tar.gz nextcloud-server-4bbad8f88a0c62477cae8116b296d584b46ed8e6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/es_CL.js | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_CL.json | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_CO.js | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_CO.json | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_CR.js | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_CR.json | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_DO.js | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_DO.json | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_EC.js | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_EC.json | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_SV.js | 20 | ||||
-rw-r--r-- | apps/files/l10n/es_SV.json | 20 |
12 files changed, 204 insertions, 36 deletions
diff --git a/apps/files/l10n/es_CL.js b/apps/files/l10n/es_CL.js index 5eb28fca10f..f15bba87a56 100644 --- a/apps/files/l10n/es_CL.js +++ b/apps/files/l10n/es_CL.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -58,12 +59,15 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -96,12 +100,18 @@ OC.L10N.register( "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -141,8 +151,12 @@ OC.L10N.register( "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_CL.json b/apps/files/l10n/es_CL.json index beb3c150b4a..fab15d75a3f 100644 --- a/apps/files/l10n/es_CL.json +++ b/apps/files/l10n/es_CL.json @@ -23,6 +23,7 @@ "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -56,12 +57,15 @@ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -94,12 +98,18 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -139,8 +149,12 @@ "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/es_CO.js b/apps/files/l10n/es_CO.js index 5eb28fca10f..f15bba87a56 100644 --- a/apps/files/l10n/es_CO.js +++ b/apps/files/l10n/es_CO.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -58,12 +59,15 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -96,12 +100,18 @@ OC.L10N.register( "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -141,8 +151,12 @@ OC.L10N.register( "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_CO.json b/apps/files/l10n/es_CO.json index beb3c150b4a..fab15d75a3f 100644 --- a/apps/files/l10n/es_CO.json +++ b/apps/files/l10n/es_CO.json @@ -23,6 +23,7 @@ "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -56,12 +57,15 @@ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -94,12 +98,18 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -139,8 +149,12 @@ "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/es_CR.js b/apps/files/l10n/es_CR.js index 5eb28fca10f..f15bba87a56 100644 --- a/apps/files/l10n/es_CR.js +++ b/apps/files/l10n/es_CR.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -58,12 +59,15 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -96,12 +100,18 @@ OC.L10N.register( "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -141,8 +151,12 @@ OC.L10N.register( "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_CR.json b/apps/files/l10n/es_CR.json index beb3c150b4a..fab15d75a3f 100644 --- a/apps/files/l10n/es_CR.json +++ b/apps/files/l10n/es_CR.json @@ -23,6 +23,7 @@ "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -56,12 +57,15 @@ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -94,12 +98,18 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -139,8 +149,12 @@ "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/es_DO.js b/apps/files/l10n/es_DO.js index 5eb28fca10f..f15bba87a56 100644 --- a/apps/files/l10n/es_DO.js +++ b/apps/files/l10n/es_DO.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -58,12 +59,15 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -96,12 +100,18 @@ OC.L10N.register( "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -141,8 +151,12 @@ OC.L10N.register( "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_DO.json b/apps/files/l10n/es_DO.json index beb3c150b4a..fab15d75a3f 100644 --- a/apps/files/l10n/es_DO.json +++ b/apps/files/l10n/es_DO.json @@ -23,6 +23,7 @@ "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -56,12 +57,15 @@ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -94,12 +98,18 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -139,8 +149,12 @@ "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index 5eb28fca10f..f15bba87a56 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -58,12 +59,15 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -96,12 +100,18 @@ OC.L10N.register( "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -141,8 +151,12 @@ OC.L10N.register( "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_EC.json b/apps/files/l10n/es_EC.json index beb3c150b4a..fab15d75a3f 100644 --- a/apps/files/l10n/es_EC.json +++ b/apps/files/l10n/es_EC.json @@ -23,6 +23,7 @@ "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -56,12 +57,15 @@ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -94,12 +98,18 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -139,8 +149,12 @@ "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/es_SV.js b/apps/files/l10n/es_SV.js index 5eb28fca10f..f15bba87a56 100644 --- a/apps/files/l10n/es_SV.js +++ b/apps/files/l10n/es_SV.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -58,12 +59,15 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -96,12 +100,18 @@ OC.L10N.register( "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -141,8 +151,12 @@ OC.L10N.register( "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_SV.json b/apps/files/l10n/es_SV.json index beb3c150b4a..fab15d75a3f 100644 --- a/apps/files/l10n/es_SV.json +++ b/apps/files/l10n/es_SV.json @@ -23,6 +23,7 @@ "Download" : "Descargar", "Rename" : "Renombrar", "Move or copy" : "Mover o copiar", + "Copy" : "Copiar", "Target folder" : "Carpeta destino", "Delete" : "Borrar", "Disconnect storage" : "Desconectar almacenamiento", @@ -56,12 +57,15 @@ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", - "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","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"], "New" : "Nuevo", + "{used} of {quota} used" : "{used} de {quota} usados", + "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.", "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", @@ -94,12 +98,18 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Creaste {file}", + "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Cambiaste {file}", + "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}", "{user} changed {file}" : "{user} cambió {file}", + "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}", "You deleted {file}" : "Borraste {file}", + "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}", "{user} deleted {file}" : "{user} borró {file}", + "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}", "You restored {file}" : "Restauraste {file}", "{user} restored {file}" : "{user} restauró {file}", "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}", @@ -139,8 +149,12 @@ "Shared with others" : "Compartido con otros", "Shared by link" : "Compartido por liga", "Tags" : "Etiquetas", - "Deleted files" : "Archivos borrados", + "Deleted files" : "Papelera", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>borrado</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus Archivos vía WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |