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/pt_PT.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/pt_PT.js')
-rw-r--r-- | apps/files_trashbin/l10n/pt_PT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/pt_PT.js b/apps/files_trashbin/l10n/pt_PT.js index 6ea621325a0..24ca87dbafe 100644 --- a/apps/files_trashbin/l10n/pt_PT.js +++ b/apps/files_trashbin/l10n/pt_PT.js @@ -1,19 +1,19 @@ OC.L10N.register( "files_trashbin", { - "Deleted files" : "Ficheiros eliminados", "restored" : "Restaurado", + "Deleted files" : "Ficheiros eliminados", "Restore" : "Restaurar", "Delete permanently" : "Eliminar permanentemente", "This operation is forbidden" : "Esta operação é proibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esta pasta não está disponÃvel, por favor, verifique os registos ou contacte o administrador", + "Deleted" : "Eliminado", "No deleted files" : "Sem ficheiros eliminados", "You will be able to recover deleted files from here" : "Poderá recuperar ficheiros eliminados a partir daqui", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", "Select all" : "Selecionar tudo", "Name" : "Nome", "Actions" : "Ações", - "Deleted" : "Eliminado", "Delete" : "Eliminar" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |