Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing pt-BR locales for ImageEditor plugin #4558

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/@uppy/locales/src/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ pt_BR.strings = {
addingMoreFiles: 'Adicionando mais arquivos',
allowAccessDescription:
'Para poder tirar fotos e gravar vídeos com sua câmera, por favor permita o acesso a câmera para esse site.',
aspectRatioSquare: 'Recortar quadrado',
aspectRatioLandscape: 'Recortar paisagem (16:9)',
aspectRatioPortrait: 'Recortar retrato (9:16)',
allowAccessTitle: 'Por favor permita o acesso a sua câmera',
authenticateWith: 'Conectar com %{pluginName}',
authenticateWithTitle:
Expand Down Expand Up @@ -63,6 +66,7 @@ pt_BR.strings = {
},
filter: 'Filtrar',
finishEditingFile: 'Finalizar edição de arquivo',
flipHorizontal: 'Inverter',
folderAdded: {
'0': 'Adicionado %{smart_count} arquivo de %{folder}',
'1': 'Adicionado %{smart_count} arquivos de %{folder}',
Expand All @@ -88,6 +92,9 @@ pt_BR.strings = {
resumeUpload: 'Retomar envio de arquivos',
retry: 'Tentar novamente',
retryUpload: 'Tentar enviar novamente',
revert: 'Reverter',
rotate: 'Girar',
save: 'Salvar',
saveChanges: 'Salvar alterações',
selectX: {
'0': 'Selecionar %{smart_count}',
Expand Down Expand Up @@ -133,6 +140,8 @@ pt_BR.strings = {
'0': 'Você precisa selecionar pelo menos %{smart_count} arquivo',
'1': 'Você precisa selecionar pelo menos %{smart_count} arquivos',
},
zoomIn: 'Aumentar o zoom',
zoomOut: 'Diminuir o zoom',
selectFileNamed: 'Selecione o arquivo %{name}',
unselectFileNamed: 'Deselecionar arquivo %{name}',
openFolderNamed: 'Pasta aberta %{name}',
Expand Down