-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #431 from pinkmaggit-hub/main
Add Brazilian Portuguese localization
- Loading branch information
Showing
1 changed file
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
return { | ||
descriptions = { | ||
Other = { | ||
load_success = { | ||
text = { | ||
'Mod carregado', | ||
'{C:green}com sucesso!' | ||
} | ||
}, | ||
load_failure_d = { | ||
text = { | ||
'Faltam {C:attention}dependências!', | ||
'#1#', | ||
} | ||
}, | ||
load_failure_c = { | ||
text = { | ||
'{C:attention}Conflitos{} não resolvidos!', | ||
'#1#' | ||
} | ||
}, | ||
load_failure_d_c = { | ||
text = { | ||
'Faltam {C:attention}dependências!', | ||
'#1#', | ||
'{C:attention}Conflitos{} não resolvidos!', | ||
'#2#' | ||
} | ||
}, | ||
load_failure_o = { | ||
text = { | ||
'{C:attention}Desatualizado!{} As versões', | ||
'{C:money}0.9.8{} e abaxido do Steamodded', | ||
'não são mais suportadas.' | ||
} | ||
}, | ||
load_failure_i = { | ||
text = { | ||
'{C:attention}Incompatível!{} Precisa da versão', | ||
'#1# do Steamodded,', | ||
'mas a #2# está instalada.' | ||
} | ||
}, | ||
load_failure_p = { | ||
text = { | ||
'{C:attention}Conflito de Prefixo!{}', | ||
'O prefixo deste mod é', | ||
'igual ao de outro mod.', | ||
'({C:attention}#1#{})' | ||
} | ||
}, | ||
load_failure_m = { | ||
text = { | ||
'{C:attention}Arquivo Principal Não Encontrado!{}', | ||
'O arquivo principal deste mod', | ||
'não pôde ser encontrado.', | ||
'({C:attention}#1#{})' | ||
} | ||
}, | ||
load_disabled = { | ||
text = { | ||
'Este mod foi', | ||
'{C:attention}desabilitado!{}' | ||
} | ||
} | ||
}, | ||
Edition = { | ||
e_negative_playing_card = { | ||
name = "Negativo", | ||
text = { | ||
"{C:dark_edition}+#1#{} tamanho de mão" | ||
}, | ||
}, | ||
} | ||
}, | ||
misc = { | ||
achievement_names = { | ||
hidden_achievement = "???", | ||
}, | ||
achievement_descriptions = { | ||
hidden_achievement = "Jogue mais para descobrir!", | ||
}, | ||
dictionary = { | ||
b_mods = 'Mods', | ||
b_mods_cap = 'MODS', | ||
b_modded_version = 'Versão Modificada!', | ||
b_steamodded = 'Steamodded', | ||
b_credits = 'Créditos', | ||
b_open_mods_dir = 'Abrir pasta Mods', | ||
b_no_mods = 'Nenhum mod foi detectado...', | ||
b_mod_list = 'Lista de Mods Ativos', | ||
b_mod_loader = 'Mod Loader', | ||
b_developed_by = 'desenvolvido por ', | ||
b_rewrite_by = 'Reescrito por ', | ||
b_github_project = 'Projeto no Github', | ||
b_github_bugs_1 = 'Você pode reportar bugs e', | ||
b_github_bugs_2 = 'submeter contribuições por lá.', | ||
b_disable_mod_badges = 'Desabilitar Ícones de mods', | ||
b_author = 'Autor', | ||
b_authors = 'Autores', | ||
b_unknown = 'Desconhecido', | ||
b_lovely_mod = '(Mod do Lovely) ', | ||
b_by = ' Por: ', | ||
b_config = "Config.", | ||
b_additions = 'Adições', | ||
b_stickers = 'Adesivos', | ||
b_achievements = "Conquistas", | ||
b_applies_stakes_1 = 'Aplica ', | ||
b_applies_stakes_2 = '', | ||
b_graphics_mipmap_level = "Nível de Mipmap", | ||
b_browse = 'Navegar', | ||
b_search_prompt = 'Procurar por mods', | ||
b_search_button = 'Procurar', | ||
b_seeded_unlocks = 'Desbloquear com código', | ||
b_seeded_unlocks_info = 'Permite descobertas e desbloqueios em tentativas com código', | ||
ml_achievement_settings = { | ||
'Desabilitado', | ||
'Habilitado', | ||
'Ignorar Restrições' | ||
} | ||
}, | ||
v_dictionary = { | ||
c_types = '#1# Tipos', | ||
cashout_hidden = '...e mais #1#', | ||
}, | ||
} | ||
} |