mirror of
https://github.com/nextcloud/server.git
synced 2025-02-22 16:09:14 +00:00
19 lines
730 B
JavaScript
19 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;");
|