diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-23 00:27:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-23 00:27:56 +0000 |
commit | d1f3d84ed186101e6da7617b83c150d0f6b497e9 (patch) | |
tree | 5624c0a35453476b4dd12fd77741eee01157707c /apps/files/l10n/pt_BR.js | |
parent | 7fecdf61299e7213fd857e7d89ce9b33db05c47b (diff) | |
download | nextcloud-server-d1f3d84ed186101e6da7617b83c150d0f6b497e9.tar.gz nextcloud-server-d1f3d84ed186101e6da7617b83c150d0f6b497e9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index da67f5a696e..d3c1d03012d 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -198,7 +198,10 @@ OC.L10N.register( "Unselect all" : "Desmarque todos", "List of files and folders." : "Lista de arquivos e pastas.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Essa lista não é totalmente renderizada por motivos de desempenho. Os arquivos serão renderizados conforme você navega pela lista.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} e {summaryFolder}", "File not found" : "Arquivo não encontrado", + "_{count} file_::_{count} files_" : ["{count} arquivo","{count} arquivos","{count} arquivos"], + "_{count} folder_::_{count} folders_" : ["{count} pastas","{count} pastas","{count} pastas"], "Storage informations" : "Informações de armazenamento", "{usedQuotaByte} used" : "{usedQuotaByte} usado", "{relative}% used" : "{relative}% usado", |