0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/files_trashbin/l10n/pt_PT.js
Nextcloud bot 2bbc4f5988
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-14 00:21:37 +00:00

20 lines
730 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"restored" : "Restaurado",
"Deleted files" : "Ficheiros eliminados",
"Restore" : "Restaurar",
"Unknown" : "Desconhecido",
"All files" : "Todos os ficheiros",
"You" : "Vovê",
"Deleted" : "Eliminado",
"Cancel" : "Cancelar",
"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"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");