19 lines
1010 B
JavaScript
19 lines
1010 B
JavaScript
OC.L10N.register(
|
|
"recommendations",
|
|
{
|
|
"Recommended files" : "Arquivos sugeridos",
|
|
"Recommendations" : "Recomendações",
|
|
"Shows recommended files" : "Mostra os arquivos sugeridos",
|
|
"Shows recommended files for quick access of files and folders with recent activity" : "Mostra os arquivos sugeridos para acesso rápido de arquivos e pastas com atividade recente",
|
|
"No recommendations yet" : "Nenhum comentário ainda",
|
|
"Last updated {timeAgo}" : "Última atualização em {timeAgo}",
|
|
"Shared with you {timeAgo}" : "Compartilhado com você em {timeAgo}",
|
|
"Last commented on {timeAgo}" : "Último comentário em {timeAgo}",
|
|
"Path name {path}" : "Nome do caminho {path}",
|
|
"Show recommendations" : "Mostrar recomendações",
|
|
"Recently commented" : "Comentado recentemente",
|
|
"Recently edited" : "Editado recentemente",
|
|
"Recently shared" : "Compartilhado recentemente"
|
|
},
|
|
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|