mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
parent
e614aec8ca
commit
4a9fe763a5
@ -27,7 +27,7 @@ export const gameStatsUiHandler: SimpleTranslationEntries = {
|
|||||||
"subLegendsHatched": "Sub-Lendários Chocados",
|
"subLegendsHatched": "Sub-Lendários Chocados",
|
||||||
"legendsSeen": "Lendários Vistos",
|
"legendsSeen": "Lendários Vistos",
|
||||||
"legendsCaught": "Lendários Capturados",
|
"legendsCaught": "Lendários Capturados",
|
||||||
"legendsHatched": "Legendários Chocados",
|
"legendsHatched": "Lendários Chocados",
|
||||||
"mythicalsSeen": "Míticos Vistos",
|
"mythicalsSeen": "Míticos Vistos",
|
||||||
"mythicalsCaught": "Míticos Capturados",
|
"mythicalsCaught": "Míticos Capturados",
|
||||||
"mythicalsHatched": "Míticos Chocados",
|
"mythicalsHatched": "Míticos Chocados",
|
||||||
|
@ -49,6 +49,6 @@ export const menu: SimpleTranslationEntries = {
|
|||||||
"empty": "Vazio",
|
"empty": "Vazio",
|
||||||
"yes": "Sim",
|
"yes": "Sim",
|
||||||
"no": "Não",
|
"no": "Não",
|
||||||
"disclaimer": "DISCLAIMER",
|
"disclaimer": "AVISO",
|
||||||
"disclaimerDescription": "This game is an unfinished product; it might have playability issues (including the potential loss of save data),\n change without notice, and may or may not be updated further or completed."
|
"disclaimerDescription": "Este jogo é um produto inacabado; ele pode ter problemas de jogabilidade (incluindo possíveis perdas de dados salvos),\n sofrer alterações sem aviso prévio e pode ou não ser atualizado ou concluído."
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user