diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-27 00:20:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-27 00:20:54 +0000 |
commit | f35e33f2d89d0947cb7ab0617939dde38e364d69 (patch) | |
tree | 7047d7ca5daf7b00ae1e7ec47d5e219b526ce6c5 /apps/files/l10n/pt_BR.js | |
parent | 21b997f84568c3537f8133849634052c97fb2fd3 (diff) | |
download | nextcloud-server-f35e33f2d89d0947cb7ab0617939dde38e364d69.tar.gz nextcloud-server-f35e33f2d89d0947cb7ab0617939dde38e364d69.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 401f94c2397..e48ead284b8 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Pastas", "Audio" : "Áudio", - "Pictures and images" : "Fotos e imagens", "Videos" : "Vídeos", "New folder creation cancelled" : "Criação de nova pasta cancelada", "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "The files is locked" : "Os arquivos estão bloqueados", "Create new templates folder" : "Criar nova pasta de modelos", - "Toggle %1$s sublist" : "Alternar a sublista %1$s" + "Toggle %1$s sublist" : "Alternar a sublista %1$s", + "Pictures and images" : "Fotos e imagens" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |