Merge pull request #857 from imerljak/add_portuguese_brazil_translation
Brazilian Portuguese (pt_BR) translation added
This commit is contained in:
commit
4d601781ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -113,6 +113,7 @@ rips/
|
|||||||
ripme.jar.update
|
ripme.jar.update
|
||||||
*.swp
|
*.swp
|
||||||
*.properties
|
*.properties
|
||||||
|
!LabelsBundle*.properties
|
||||||
history.json
|
history.json
|
||||||
*.iml
|
*.iml
|
||||||
.settings/
|
.settings/
|
||||||
|
@ -144,7 +144,7 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
|||||||
private ResourceBundle rb = Utils.getResourceBundle(null);
|
private ResourceBundle rb = Utils.getResourceBundle(null);
|
||||||
|
|
||||||
// All the langs ripme has been translated into
|
// All the langs ripme has been translated into
|
||||||
private static String[] supportedLanges = new String[] {"en_US", "de_DE", "es_ES", "fr_CH", "kr_KR", "pt_PT",
|
private static String[] supportedLanges = new String[] {"en_US", "de_DE", "es_ES", "fr_CH", "kr_KR", "pt_BR", "pt_PT",
|
||||||
"fi_FI", "in_ID", "nl_NL", "porrisavvo_FI", "ru_RU"};
|
"fi_FI", "in_ID", "nl_NL", "porrisavvo_FI", "ru_RU"};
|
||||||
|
|
||||||
private void updateQueueLabel() {
|
private void updateQueueLabel() {
|
||||||
|
37
src/main/resources/LabelsBundle_pt_BR.properties
Normal file
37
src/main/resources/LabelsBundle_pt_BR.properties
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
Log = Registro
|
||||||
|
History = Histórico
|
||||||
|
created = criado
|
||||||
|
modified = modificado
|
||||||
|
Queue = Fila
|
||||||
|
Configuration = Configuração
|
||||||
|
|
||||||
|
# Keys for the Configuration menu
|
||||||
|
|
||||||
|
current.version = Versão atual
|
||||||
|
check.for.updates = Verificar atualizações
|
||||||
|
auto.update = Atualização automática?
|
||||||
|
max.download.threads = Número máximo de conexões:
|
||||||
|
timeout.mill = Tempo limite (em milissegundos):
|
||||||
|
retry.download.count = Número de tentativas
|
||||||
|
overwrite.existing.files = Sobrescrever arquivos existentes?
|
||||||
|
sound.when.rip.completes = Som quando terminar o rip
|
||||||
|
preserve.order = Preservar ordem
|
||||||
|
save.logs = Salvar registros
|
||||||
|
notification.when.rip.starts = Som quando rip começar
|
||||||
|
save.urls.only = Salvar apenas URLs
|
||||||
|
save.album.titles = Salvar títulos dos álbums
|
||||||
|
autorip.from.clipboard = Autorip da área de transferência
|
||||||
|
save.descriptions = Salvar descrições
|
||||||
|
prefer.mp4.over.gif = Preferir MP4 a GIF
|
||||||
|
restore.window.position = Restaurar posição da janela
|
||||||
|
remember.url.history = Lembrar histórico de URL
|
||||||
|
loading.history.from = Carregando histórico de
|
||||||
|
|
||||||
|
# Misc UI keys
|
||||||
|
|
||||||
|
loading.history.from.configuration = Carregando o histórico da configuração
|
||||||
|
interrupted.while.waiting.to.rip.next.album = Interrompido enquanto esperava o rip do próximo álbum
|
||||||
|
inactive = Inativo
|
||||||
|
re-rip.checked = Re-ripar selecionados
|
||||||
|
remove = Remover
|
||||||
|
clear = Limpar
|
Loading…
Reference in New Issue
Block a user