diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-31 02:25:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-31 02:25:42 +0000 |
commit | 9035be6b81fc527a57dcbbbb424dc9a84aef832b (patch) | |
tree | e10bff214f89eb6bb681368d488e2273743228cb /apps/files_versions/l10n/es.js | |
parent | e4fadcf02a1146bc454e0217b5883dd2451ed96f (diff) | |
download | nextcloud-server-9035be6b81fc527a57dcbbbb424dc9a84aef832b.tar.gz nextcloud-server-9035be6b81fc527a57dcbbbb424dc9a84aef832b.zip |
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_versions/l10n/es.js')
-rw-r--r-- | apps/files_versions/l10n/es.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/es.js b/apps/files_versions/l10n/es.js index edf64c314bc..afd7417d7cc 100644 --- a/apps/files_versions/l10n/es.js +++ b/apps/files_versions/l10n/es.js @@ -4,12 +4,10 @@ OC.L10N.register( "Versions" : "Versiones", "This application automatically maintains older versions of files that are changed." : "Esta aplicaci贸n mantiene autom谩ticamente versiones antiguas de los archivos que cambian.", "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicaci贸n mantiene autom谩ticamente versiones antiguas de los archivos que cambian. Cuando se activa, una carpeta escondida de versiones aparece en cada directorio del usuario y se usa para almacenar los archivos de versiones antiguas. Un usuario puede volver a una versi贸n m谩s antigua a trav茅s de la interfaz web en cualquier momento, convirti茅ndose el archivo reemplazado en una versi贸n. La app controla autom谩ticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin cuota de disco por las versiones.\n\t\tAdem谩s de la caducidad de las versiones, la app de versiones se asegura de no usar nunca m谩s del 50% del espacio libre actualmente disponible para el usuario. Si las versiones almacenadas exceden este l铆mite, la app borrar谩 primero las versiones m谩s viejas hasta alcanzar este l铆mite. M谩s informaci贸n disponible en la documentaci贸n de Versiones.", - "Download version" : "Descargar versi贸n", "Restore version" : "Restaurar versi贸n", - "No versions yet" : "A煤n no hay versiones", + "Download version" : "Descargar versi贸n", "Version restored" : "Versi贸n restaurada", "Could not restore version" : "No se ha podido restaurar la versi贸n", - "Version" : "Versi贸n", "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user鈥檚 directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn鈥檛 run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user鈥檚 currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicaci贸n mantiene autom谩ticamente versiones antiguas de los archivos que cambian. Al activarse, se crea una carpeta oculta de versiones que se usa para almacenar versiones antiguas de archivos. Un usuario puede volver a una versi贸n anterior a trav茅s de la interfaz web en cualquier momento, con el archivo reemplazado convirti茅ndose en una versi贸n. La app maneja autom谩ticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin espacio debido a las versiones.\n\n\t\tAdem谩s de la caducidad de versiones, la app de versiones se asegura de no usar nunca m谩s del 50% del espacio libre actualmente disponible para un usuario. Si las versiones almacenadas exceden este l铆mite, la app borrar谩 las versiones m谩s antiguas hasta alcanzar este l铆mite. M谩s informaci贸n disponible en la documentaci贸n de Versiones.", "Failed to revert {file} to revision {timestamp}." : "No se ha podido restaurar {file} a versi贸n {timestamp}.", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], |