Skip to content

Commit

Permalink
Merge pull request #21 from gHenriqueCarlos/master
Browse files Browse the repository at this point in the history
Add Portuguese Brazilian translation
  • Loading branch information
Southclaws committed Nov 13, 2023
2 parents 49a1411 + 0b918fa commit ea2a4e5
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Filipino from "./translations/fil";
import France from "./translations/fr";
import Italian from "./translations/it";
import Romanian from "./translations/ro";
import Portuguese from "./translations/pt";

i18n.use(initReactI18next).init({
// we init with resources
Expand All @@ -32,6 +33,9 @@ i18n.use(initReactI18next).init({
ro: {
translations: Romanian,
},
pt: {
translations: Portuguese,
},
},
fallbackLng: "en",
debug: true,
Expand Down
79 changes: 79 additions & 0 deletions src/locales/translations/pt.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
export default {
favorites: "Favoritos",
internet: "Internet",
partners: "Parceiros",
recently_joined: "Entrado Recentemente",
nickname: "Usuário",
settings: "Configurações",
minimize: "Minimizar",
maximize: "Maximizar",
close: "Fechar",
add_server_modal_description_1: "Adicione servidores manualmente à lista de favoritos.",
add_server_modal_description_2: "Exemplo: 127.0.0.1:7777",
add: "Adicionar",
server: "Servidores",
address: "Endereço IP",
players: "Jogadores",
server_join_prompt_enter_password:
"Este servidor está trancado, por favor digite a senha.",
server_join_prompt_enter_password_input_placeholder: "Digite a senha...",
server_join_prompt_nickname_input_placeholder: "Digite o Nome de Usuário...",
connect: "Conectar",
copy: "Copiar",
remove_from_favorites: "Remover dos favoritos",
add_to_favorites: "Adicionar aos favoritos",
filters: "Filtros",
filter_only_omp_servers: "Somente servidores open.mp",
filter_non_empty_servers: "Servidores não vazios",
filter_unpassworded_servers: "Servidores sem senha",
rule: "Regra",
value: "Valor",
player: "Player",
score: "Score",
locked: "Trancado",
unlocked: "Destrancado",
openmp_server: "Servidor open.mp",
name: "Nome",
ping: "Ping",
mode: "Modo",
filter_servers: "Filtrar servidores",
search_for_server_hostname_mode: "Procurar pelo nome/modo do servidor",
clear_recently_joined_list: "Limpar lista de servidores recentes",
refresh_servers: "Atualizar lista de servidores",
play: "Jogar",
remove_selected_server_from_favorites:
"Remover servidor selecionado dos favoritos",
add_selected_server_to_favorites: "Adicionar servidor selecionado aos favoritos",
add_server: "Adicionar Servidor",
hide_player_and_rule_list: "Ocultar lista de jogadores e regras",
show_player_and_rule_list: "Mostrar lista de jogadores e regras",
copy_server_info: "Copiar informações do servidor",
settings_gta_path_input_label:
"GTA: San Andreas caminho (onde o SA-MP está instalado)",
browse: "Selecionar",
settings_import_nickname_gta_path_from_samp:
"Importar configurações do SA-MP",
settings_import_samp_favorite_list: "Importar lista de favoritos do SA-MP",
settings_reset_application_data:
"Redefinir dados do aplicativo (limpar configurações e listas)",
settings_new_update_available: "⚠ Nova atualização disponível. Clique aqui para baixar a atualização! ⚠",
settings_credits_made_by: "Feito com ❤️ por",
settings_credits_view_source_on_github: "Código fonte disponível no GitHub",
update_modal_update_available_title: "Atualização disponível!",
update_modal_update_available_description:
'Nova versão do launcher disponível!\nVersão do seu launcher: {{ version }}\nVersão atual do launcher: {{ newVersion }}\nClique em "Baixar" para abrir a página de downloads',
download: "Baixar",
update_modal_remind_me_next_time: "Me lembre mais tarde",
update_modal_skip_this_update: "Ignorar esta atualização",
gta_path_modal_cant_find_game_title: "Não foi possível encontrar o GTA San Andreas!",
gta_path_modal_cant_find_game_description:
'Não é possível encontrar o GTA San Andreas neste diretório:\n - "{{ path }}"\nNão é possível encontrar "gta_sa.exe" no caminho fornecido',
open_settings: "Abrir Configurações",
cancel: "Cancelar",
gta_path_modal_cant_find_samp_title: "Não foi possível encontrar o SA-MP!",
gta_path_modal_cant_find_samp_description:
'Não é possível encontrar a instalação do SA-MP neste diretório:\n - "{{ path }}"\nNão é possível encontrar "samp.dll" no caminho fornecido\n\nSe você não tem o SA-MP instalado, você pode baixá-lo em https://sa-mp.mp/ clicando em **Baixar**.',
notification_add_to_favorites_title: "Adicionado aos Favoritos!",
notification_add_to_favorites_description:
"{{ server }} foi adicionado à sua lista de favoritos.",
};

0 comments on commit ea2a4e5

Please sign in to comment.