mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 16:38:38 +02:00
completed pt_BR translation
This commit is contained in:
parent
c59cbf32c0
commit
9d114bf2a3
1 changed files with 9 additions and 9 deletions
|
|
@ -399,9 +399,8 @@ I18n::CI18nEngine::CI18nEngine() {
|
|||
huEngine->registerEntry("pt_BR", TXT_KEY_PERMISSION_DENY, "Negar");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_PERMISSION_UNKNOWN_WAYLAND_APP, "Aplicativo desconhecido (wayland client ID {wayland_id})");
|
||||
|
||||
huEngine->registerEntry(
|
||||
"pt_BR", TXT_KEY_NOTIF_EXTERNAL_XDG_DESKTOP,
|
||||
"Seu XDG_CURRENT_DESKTOP parece estar sendo gerenciado externamente, e atualmente é {value}.\nIsso pode causar problemas caso não seja intencional.");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_NOTIF_EXTERNAL_XDG_DESKTOP,
|
||||
"Seu XDG_CURRENT_DESKTOP parece estar sendo gerenciado externamente, e atualmente é {value}.\nIsso pode causar problemas caso não seja intencional.");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_NOTIF_NO_GUIUTILS,
|
||||
"Seu sistema não possui hyprland-guiutils instalado. Essa é uma dependência de execução para alguns diálogos. Considere instalá-lo.");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_NOTIF_FAILED_ASSETS, [](const Hyprutils::I18n::translationVarMap& vars) {
|
||||
|
|
@ -424,15 +423,16 @@ I18n::CI18nEngine::CI18nEngine() {
|
|||
"Hyprland foi iniciado sem o comando start-hyprland. Isso é altamente desaconselhàvel a menos que você esteja em um ambiente de depuração.");
|
||||
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_SAFE_MODE_TITLE, "Modo seguro");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_SAFE_MODE_DESCRIPTION,
|
||||
"Hyprland foi iniciado no modo seguro, oque significa que a sua ultima sessão falhou.\nO modo seguro previne que suas configurações sejam carregadas. Você pode "
|
||||
"solucionar esse problema nesse ambiente ou carregar suas configurações com o botão abaixo. \nEsse ambiente usa os atalhos padrões: SUPER+Q para abrir kitty, "
|
||||
"SUPER+R para abrir o inicializador básico, SUPER+M para sair do Hyprland. \nReiniciar "
|
||||
"o Hyprland o ira lançar no modo normal novamente.");
|
||||
huEngine->registerEntry(
|
||||
"pt_BR", TXT_KEY_SAFE_MODE_DESCRIPTION,
|
||||
"Hyprland foi iniciado no modo seguro, oque significa que a sua ultima sessão falhou.\nO modo seguro previne que suas configurações sejam carregadas. Você pode "
|
||||
"solucionar esse problema nesse ambiente ou carregar suas configurações com o botão abaixo. \nEsse ambiente usa os atalhos padrões: SUPER+Q para abrir kitty, "
|
||||
"SUPER+R para abrir o inicializador básico, SUPER+M para sair do Hyprland. \nReiniciar "
|
||||
"o Hyprland o ira lançar no modo normal novamente.");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_SAFE_MODE_BUTTON_LOAD_CONFIG, "Carregar configurações");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_SAFE_MODE_BUTTON_OPEN_CRASH_REPORT_DIR, "Abrir diretório de relatórios de falhas");
|
||||
huEngine->registerEntry("pt_BR", TXT_KEY_SAFE_MODE_BUTTON_UNDERSTOOD, "Entendido, fechar isso");
|
||||
|
||||
|
||||
// es (Spanish)
|
||||
huEngine->registerEntry("es", TXT_KEY_ANR_TITLE, "La aplicación no responde");
|
||||
huEngine->registerEntry("es", TXT_KEY_ANR_CONTENT, "La aplicación {title} - {class} no responde.\n¿Qué deseas hacer?");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue