diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
commit | 99be997dcaefbc561e8c8085e01136655ec26247 (patch) | |
tree | 7e4c56e4220aed40986a5989cd734312c56ceff1 /apps/files_trashbin/l10n/gl.js | |
parent | 012624743917cf9388f2abd33760a50d83d497e9 (diff) | |
download | nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.tar.gz nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.zip |
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/gl.js')
-rw-r--r-- | apps/files_trashbin/l10n/gl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/gl.js b/apps/files_trashbin/l10n/gl.js index e7fdc256931..bc75be3f761 100644 --- a/apps/files_trashbin/l10n/gl.js +++ b/apps/files_trashbin/l10n/gl.js @@ -1,8 +1,8 @@ OC.L10N.register( "files_trashbin", { - "Deleted files" : "Ficheiros eliminados", "restored" : "restaurado", + "Deleted files" : "Ficheiros eliminados", "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Ficheiros e cartafoles eliminados da papeleira (pode caducar durante a exportaci贸n se tes pouco espazo de almacenamento)", "This application enables users to restore files that were deleted from the system." : "Esta aplicaci贸n perm铆telle aos usuarios recuperar ficheiros que foron eliminados do sistema.", "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Esta aplicaci贸n perm铆telle aos usuarios recuperar ficheiros que foron eliminados do sistema. Amosa unha lista dos ficheiros eliminados na interface web e disp贸n de opci贸ns para restaurar eses ficheiros eliminados cara aos os directorios do usuario ou eliminalos de xeito permanente do sistema. Ao restaurar un ficheiro restauraranse tam茅n as versi贸ns do ficheiro relacionadas. Cando se elimina un ficheiro dunha compartici贸n, non se pode restaurar do mesmo xeito, pois xa non ser谩 compartido. Por omisi贸n, estes ficheiros permanecen no lixo durante 30 d铆as.\nPara evitar que un usuario quede sen espazo de disco, a aplicaci贸n non empregar谩 m谩is do 50% do espazo dispo帽铆bel en cada momento. Se os ficheiros eliminados exceden este l铆mite, a aplicaci贸n elimina os ficheiros m谩is antigos ata volver estar por baixo do l铆mite. Ten m谩is informaci贸n dispo帽铆bel na documentaci贸n de Ficheiros eliminados.", @@ -15,13 +15,13 @@ OC.L10N.register( "Error while removing files from trash bin" : "Produciuse un erro ao eliminar ficheiros do lixo", "This operation is forbidden" : "Esta operaci贸n est谩 prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non est谩 dispo帽铆bel, comprobe os rexistros ou p贸帽ase en contacto co administrador", + "Deleted" : "Eliminado", "No deleted files" : "Non hai ficheiros eliminados", "You will be able to recover deleted files from here" : "Poder谩 recuperar ficheiros eliminados de aqu铆", "No entries found in this folder" : "Non se atoparon entradas neste cartafol", "Select all" : "Seleccionar todo", "Name" : "Nome", "Actions" : "Acci贸ns", - "Deleted" : "Eliminado", "Delete" : "Eliminar" }, "nplurals=2; plural=(n != 1);"); |