Merge pull request #880 from FilipeTorresBR/master
Update Brazilian portuguese translation
This commit is contained in:
commit
959d7e2c49
3 changed files with 53 additions and 9 deletions
|
|
@ -19,6 +19,7 @@ mounted-drives = Dispositivos montados
|
||||||
trash-folder-icon = Ícone da lixeira
|
trash-folder-icon = Ícone da lixeira
|
||||||
icon-size-and-spacing = Tamanho e espaçamento do ícone
|
icon-size-and-spacing = Tamanho e espaçamento do ícone
|
||||||
icon-size = Tamanho do ícone
|
icon-size = Tamanho do ícone
|
||||||
|
grid-spacing = Espaçamento entre ícones
|
||||||
|
|
||||||
# List view
|
# List view
|
||||||
name = Nome
|
name = Nome
|
||||||
|
|
@ -39,8 +40,11 @@ resume = Continuar
|
||||||
## Compress Dialog
|
## Compress Dialog
|
||||||
create-archive = Compactar arquivos
|
create-archive = Compactar arquivos
|
||||||
|
|
||||||
|
## Extract Dialog
|
||||||
|
extract-password-required = Senha necessária
|
||||||
|
|
||||||
## Empty Trash Dialog
|
## Empty Trash Dialog
|
||||||
empty-trash = Esvaziar lixeira
|
empty-trash = Esvaziar a lixeira
|
||||||
empty-trash-warning = Tem certeza de que deseja apagar permanentemente todos os itens da lixeira?
|
empty-trash-warning = Tem certeza de que deseja apagar permanentemente todos os itens da lixeira?
|
||||||
|
|
||||||
## Mount Error Dialog
|
## Mount Error Dialog
|
||||||
|
|
@ -100,9 +104,32 @@ open-with = Abrir com
|
||||||
owner = Proprietário
|
owner = Proprietário
|
||||||
group = Grupo
|
group = Grupo
|
||||||
other = Outros
|
other = Outros
|
||||||
read = Leitura
|
### Mode 0
|
||||||
write = Escrita
|
none = None
|
||||||
execute = Execução
|
### Mode 1 (unusual)
|
||||||
|
execute-only = Execute-only
|
||||||
|
### Mode 2 (unusual)
|
||||||
|
write-only = Write-only
|
||||||
|
### Mode 3 (unusual)
|
||||||
|
write-execute = Write and execute
|
||||||
|
### Mode 4
|
||||||
|
read-only = Read-only
|
||||||
|
### Mode 5
|
||||||
|
read-execute = Read and execute
|
||||||
|
### Mode 6
|
||||||
|
read-write = Read and write
|
||||||
|
### Mode 7
|
||||||
|
read-write-execute = Read, write, and execute
|
||||||
|
|
||||||
|
## Favorite Path Error Dialog
|
||||||
|
favorite-path-error = Error opening directory
|
||||||
|
favorite-path-error-description =
|
||||||
|
Não foi possível abri "{$path}".
|
||||||
|
O item pode não existir ou você não tem permissão para abri-lo.
|
||||||
|
|
||||||
|
Deseja removê-lo da barra lateral?
|
||||||
|
remove = Remover
|
||||||
|
keep = Manter
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
|
|
@ -148,7 +175,7 @@ complete = Concluído
|
||||||
compressing = Compactando {$items} {$items ->
|
compressing = Compactando {$items} {$items ->
|
||||||
[one] item
|
[one] item
|
||||||
*[other] itens
|
*[other] itens
|
||||||
} de {$from} para {$to}
|
} de {$from} para {$to} ({$progress})...
|
||||||
compressed = Compactado {$items} {$items ->
|
compressed = Compactado {$items} {$items ->
|
||||||
[one] item
|
[one] item
|
||||||
*[other] itens
|
*[other] itens
|
||||||
|
|
@ -159,11 +186,19 @@ created = Criado {$name} em {$parent}
|
||||||
copying = Copiando {$items} {$items ->
|
copying = Copiando {$items} {$items ->
|
||||||
[one] item
|
[one] item
|
||||||
*[other] itens
|
*[other] itens
|
||||||
} de {$from} para {$to}
|
} de {$from} para {$to} ({$progress})...
|
||||||
copied = Copiado {$items} {$items ->
|
copied = Copiado {$items} {$items ->
|
||||||
[one] item
|
[one] item
|
||||||
*[other] itens
|
*[other] itens
|
||||||
} de {$from} para {$to}
|
} de {$from} para {$to}
|
||||||
|
deleting = Apagando {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} da {trash} ({$progress})...
|
||||||
|
deleted = Apagado {$items} {$items ->
|
||||||
|
[one] item
|
||||||
|
*[other] itens
|
||||||
|
} da {trash}
|
||||||
emptying-trash = Esvaziando a lixeira
|
emptying-trash = Esvaziando a lixeira
|
||||||
emptied-trash = Lixeira vazia
|
emptied-trash = Lixeira vazia
|
||||||
extracting = Extraindo {$items} {$items ->
|
extracting = Extraindo {$items} {$items ->
|
||||||
|
|
@ -179,7 +214,7 @@ set-executable-and-launched = Marcado "{$name}" como executável e iniciado
|
||||||
moving = Movendo {$items} {$items ->
|
moving = Movendo {$items} {$items ->
|
||||||
[one] item
|
[one] item
|
||||||
*[other] itens
|
*[other] itens
|
||||||
} de {$from} para {$to}
|
} de {$from} para {$to} ({$progress})...
|
||||||
moved = Movido {$items} {$items ->
|
moved = Movido {$items} {$items ->
|
||||||
[one] item
|
[one] item
|
||||||
*[other] itens
|
*[other] itens
|
||||||
|
|
@ -220,9 +255,15 @@ match-desktop = Acompanhar o ambiente de trabalho
|
||||||
dark = Escuro
|
dark = Escuro
|
||||||
light = Claro
|
light = Claro
|
||||||
|
|
||||||
|
### Type to Search
|
||||||
|
type-to-search = Pesquisar digitando
|
||||||
|
type-to-search-recursive = Pesquisa na pasta atual e em todas as subpastas
|
||||||
|
type-to-search-enter-path = Insere o caminho do diretório ou arquivo
|
||||||
|
|
||||||
# Context menu
|
# Context menu
|
||||||
add-to-sidebar = Adicionar à barra lateral
|
add-to-sidebar = Adicionar à barra lateral
|
||||||
compress = Compactar
|
compress = Compactar
|
||||||
|
delete-permanently = Excluir permanentemente
|
||||||
extract-here = Extrair
|
extract-here = Extrair
|
||||||
new-file = Novo arquivo...
|
new-file = Novo arquivo...
|
||||||
new-folder = Nova pasta...
|
new-folder = Nova pasta...
|
||||||
|
|
@ -266,7 +307,7 @@ grid-view = Exibição em grade
|
||||||
list-view = Exibição em lista
|
list-view = Exibição em lista
|
||||||
show-hidden-files = Mostrar arquivos ocultos
|
show-hidden-files = Mostrar arquivos ocultos
|
||||||
list-directories-first = Listar pastas primeiro
|
list-directories-first = Listar pastas primeiro
|
||||||
gallery-preview = Galeria
|
gallery-preview = Pré-visualizar
|
||||||
menu-settings = Configurações...
|
menu-settings = Configurações...
|
||||||
menu-about = Sobre o Arquivos do COSMIC...
|
menu-about = Sobre o Arquivos do COSMIC...
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@ Icon=com.system76.CosmicFiles
|
||||||
Categories=COSMIC;Utility;FileManager;
|
Categories=COSMIC;Utility;FileManager;
|
||||||
Keywords=Folder;Manager;
|
Keywords=Folder;Manager;
|
||||||
Keywords[pl]=Katalogi;Pliki;Menedżer;
|
Keywords[pl]=Katalogi;Pliki;Menedżer;
|
||||||
Keywords[pt-BR]=Pastas;Gerenciador;
|
Keywords[pt-BR]=Pastas;Gerenciador;Arquivos;
|
||||||
Keywords[hu]=mappa;fájl;kezelő
|
Keywords[hu]=mappa;fájl;kezelő
|
||||||
MimeType=inode/directory;
|
MimeType=inode/directory;
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,16 @@
|
||||||
<name>COSMIC Files</name>
|
<name>COSMIC Files</name>
|
||||||
<name xml:lang="pl">Pliki COSMIC</name>
|
<name xml:lang="pl">Pliki COSMIC</name>
|
||||||
<name xml:lang="hu">COSMIC Fájlok</name>
|
<name xml:lang="hu">COSMIC Fájlok</name>
|
||||||
|
<name xml:lang="pt-BR">Arquivos do COSMIC</name>
|
||||||
<summary>File manager for the COSMIC desktop</summary>
|
<summary>File manager for the COSMIC desktop</summary>
|
||||||
<summary xml:lang="pl">Menedżer plików pulpitu COSMIC</summary>
|
<summary xml:lang="pl">Menedżer plików pulpitu COSMIC</summary>
|
||||||
<summary xml:lang="hu">Fájlkezelő a COSMIC asztali környezethez</summary>
|
<summary xml:lang="hu">Fájlkezelő a COSMIC asztali környezethez</summary>
|
||||||
|
<summary xml:lang="pt-BR">Gerenciador de arquivos do COSMIC</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>File manager for the COSMIC desktop</p>
|
<p>File manager for the COSMIC desktop</p>
|
||||||
<p xml:lang="pl">Menedżer plików pulpitu COSMIC</p>
|
<p xml:lang="pl">Menedżer plików pulpitu COSMIC</p>
|
||||||
<p xml:lang="hu">Fájlkezelő a COSMIC asztali környezethez</p>
|
<p xml:lang="hu">Fájlkezelő a COSMIC asztali környezethez</p>
|
||||||
|
<p xml:lang="pt-BR">Gerenciador de arquivos do COSMIC</p>
|
||||||
</description>
|
</description>
|
||||||
<launchable type="desktop-id">com.system76.CosmicFiles.desktop</launchable>
|
<launchable type="desktop-id">com.system76.CosmicFiles.desktop</launchable>
|
||||||
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/pop-os/cosmic-files/master/res/icons/hicolor/256x256/apps/com.system76.CosmicFiles.svg</icon>
|
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/pop-os/cosmic-files/master/res/icons/hicolor/256x256/apps/com.system76.CosmicFiles.svg</icon>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue