diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
commit | a40838b61cfbad9fc3d969b82179f12308b8cd09 (patch) | |
tree | 640cb363b4637ec800b51f391cafdc35a563f272 /apps/files_trashbin/l10n/es_PR.js | |
parent | 8afd99c2067364cc619d283914fb50bf12f9f58c (diff) | |
download | nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.tar.gz nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/es_PR.js')
-rw-r--r-- | apps/files_trashbin/l10n/es_PR.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/files_trashbin/l10n/es_PR.js b/apps/files_trashbin/l10n/es_PR.js index 521419093c4..acacb6e2b9b 100644 --- a/apps/files_trashbin/l10n/es_PR.js +++ b/apps/files_trashbin/l10n/es_PR.js @@ -6,14 +6,10 @@ OC.L10N.register( "Restore" : "Restaurar", "No deleted files" : "No hay archivos borrados", "Deleted" : "Borrado", - "Delete permanently" : "Borrar permanentemente", - "This operation is forbidden" : "Esta opración está prohibida", - "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio no está disponible, por favor verifica las bitácoras o contacta al administrador", "You will be able to recover deleted files from here" : "Podrás recuperar archivos borrados desde aquí", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", "Select all" : "Seleccionar todo", "Name" : "Nombre", - "Actions" : "Acciones", - "Delete" : "Borrar" + "Actions" : "Acciones" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |