Skip to content

Commit

Permalink
[tx] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ownclouders committed Feb 14, 2023
1 parent 98ff1e2 commit 5a381c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion apps/files_versions/l10n/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ OC.L10N.register(
"files_versions",
{
"Versions" : "Versões",
"File {file} has been reverted and marked as new current version" : "O arquivo {file} foi revertido e marcado como a nova versão atual",
"Failed to revert {file} to revision {timestamp}." : "Falha ao reverter {file} para a revisão {timestamp}.",
"Failed to publish version" : "Falha ao publicar a versão",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Restore" : "Restaurar"
"Restore" : "Restaurar",
"persistent" : "persistente",
"Publish version" : "Publicar versão",
"current" : "atual"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
7 changes: 6 additions & 1 deletion apps/files_versions/l10n/pt_BR.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{ "translations": {
"Versions" : "Versões",
"File {file} has been reverted and marked as new current version" : "O arquivo {file} foi revertido e marcado como a nova versão atual",
"Failed to revert {file} to revision {timestamp}." : "Falha ao reverter {file} para a revisão {timestamp}.",
"Failed to publish version" : "Falha ao publicar a versão",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Restore" : "Restaurar"
"Restore" : "Restaurar",
"persistent" : "persistente",
"Publish version" : "Publicar versão",
"current" : "atual"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit 5a381c8

Please sign in to comment.