New translations strings.xml (Portuguese, Brazilian)

This commit is contained in:
Duy Tran Khanh 2023-09-20 01:38:39 +07:00
parent e73e2042d9
commit 8f8f3855e6

View File

@ -84,6 +84,7 @@
<string name="mcl_setting_category_scaling">Configurações de escala</string>
<string name="mcl_setting_category_renderer">Renderizador</string>
<string name="mcl_setting_renderer_gles2_4">Holy GL4ES - (todas as versões, rápido)</string>
<string name="mcl_setting_renderer_vulkan_zink">Zink (Vulkan) - (todas as versões, compatibilidade com dispositivos médios e baixos)</string>
<string name="mcl_setting_renderer_angle">ANGLE - (versão 1.17+, meio)</string>
<string name="mcl_setting_category_veroption">Tipos de versões que serão mostradas na lista de versões</string>
<string name="mcl_setting_veroption_release">Versões finais</string>
@ -114,6 +115,7 @@
<string name="mcn_exit_call">Sair</string>
<string name="mcn_exit_confirm">Tem certeza que deseja forçar o encerramento?</string>
<string name="mcn_check_fail_lwjgl">LWJGL3 não foi instalado!</string>
<string name="mcn_check_fail_vulkan_support">O renderizador Zink (Vulkan) não é compatível com este dispositivo!</string>
<!-- MainActivity: Control buttons -->
<string name="control_toggle">Interface</string>
<string name="control_keyboard">Teclado</string>
@ -175,7 +177,7 @@
<string name="customctrl_keycombine_shift">Shift</string>
<string name="customctrl_addbutton">Adicionar botão</string>
<string name="customctrl_addbutton_drawer">Adicionar botão gaveta</string>
<string name="customctrl_addbutton_joystick">Adicionar controle</string>
<string name="customctrl_addbutton_joystick">Adicionar joystick</string>
<string name="customctrl_addsubbutton">Adicionar sub-botão</string>
<string name="customctrl_add_subbutton_message">Sub-botão n°%d foi adicionado!</string>
<string name="customctrl_selectdefault">Selecionar o json de controle padrão</string>
@ -207,6 +209,7 @@
<string name="mcl_setting_subtitle_mousespeed">Altera a velocidade do mouse do software</string>
<string name="customctrl_passthru">Mouse pode atravessar</string>
<string name="customctrl_swipeable">Deslizável</string>
<string name="customctrl_forward_lock">Bloqueio direto</string>
<string name="customctrl_rounded">Arredondado</string>
<string name="memory_warning_msg">A quantidade atual de RAM livre (%d) é menor que a RAM alocada (%d), no qual pode causar falhas. Altere a quantidade se o jogo apresentar alguma falha.</string>
<string name="mcl_memory_allocation">Alocação de memória</string>
@ -344,9 +347,13 @@
<string name="modloader_dl_failed_to_load_list">Falha ao carregar a lista de versão!</string>
<string name="forge_dl_no_installer">Desculpe, mas essa versão do Forge não tem um instalador compatível.</string>
<string name="forge_dl_select_version">Selecione a versão do Forge</string>
<string name="fabric_dl_progress">Baixando metadados do carregador %s</string>
<string name="fabric_dl_loader_version">Versão do carregador %s</string>
<string name="fabric_dl_game_version">Versão do Minecraft</string>
<string name="fabric_dl_install">Instalar</string>
<string name="fabric_dl_cant_read_meta">Falha ao ler os metadados do carregador %s. Por favor, tente novamente mais tarde.</string>
<string name="modloader_dl_install_fabric">Criar perfil Fabric</string>
<string name="modloader_dl_install_quilt">Criar perfil Quilt</string>
<string name="modloader_dl_install_forge">Criar perfil Forge</string>
<string name="create_profile_vanilla">Criar perfil vanilla</string>
<string name="create_profile_vanilla_like_versions">versões Vanilla-like</string>
@ -359,13 +366,24 @@
<string name="preference_gyro_damper_window_title">Tempo de suavização</string>
<string name="preference_gyro_damper_window_description">Reduzir jitter por latência. 0 para desativar</string>
<string name="hint_search_modpack">Procurar por modpacks</string>
<string name="preference_vulkan_driver_system_title">Use o driver Vulkan do sistema</string>
<string name="preference_vulkan_driver_system_description">Force o inicializador a usar o driver Vulkan do sistema em vez do Turnip nas GPUs Adreno. Afeta apenas Zink e mods que usam Vulkan.</string>
<string name="generic_install">Instalar</string>
<string name="generic_apply">Aplicar</string>
<string name="search_modpack_no_result">Nenhum modpacks encontrado</string>
<string name="search_modpack_error">Falha ao encontrar modpacks</string>
<string name="search_modpack_download_error">Falha ao baixar os metadados do modpack</string>
<string name="modpack_download_downloading_metadata">Baixando metadados do modpack (%.2f MB /%.2f MB)</string>
<string name="modpack_download_downloading_mods">Baixando mods (%.2f MB /%.2f MB)</string>
<string name="modpack_download_downloading_mods_fc">Baixando mods (Arquivo %d de %d)</string>
<string name="modpack_download_applying_overrides">Aplicando substituições (%d/%d)</string>
<string name="modpack_install_notification_title">Instalador Pojav Modpack</string>
<string name="modpack_install_notification_success">Clique aqui para finalizar a instalação do modpack</string>
<string name="modpack_install_notification_data_not_available">Falha ao baixar informações do mod loader</string>
<string name="modpack_install_modloader_download_failed">Falha ao baixar os arquivos do mod loader</string>
<string name="modpack_install_download_failed">Falha ao baixar arquivos modpack</string>
<string name="modpack_install_button">Criar perfil de modpack</string>
<string name="notif_error_occured">Ocorreu um erro</string>
<string name="notif_error_occured_desc">Clique para mais detalhes</string>
<string name="fabric_dl_only_stable">Mostrar apenas versões estáveis</string>
</resources>