-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Populates the portuguese_br.xml translation file. (#1032)
## Major features - Translation for the Portuguese (Brazil) language based on current English translation file. I tried to keep game's actual context translations by extracting its actual pt_BR file and checking translation choices made throughout the game. Hope this little contribution is welcome.
- Loading branch information
Showing
1 changed file
with
66 additions
and
3 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 |
---|---|---|
@@ -1,6 +1,69 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/translation_schema.json", | ||
"$schema": "https://raw.githubusercontent.com/outer-wilds-new-horizons/new-horizons/main/NewHorizons/Schemas/translation_schema.json", | ||
"DialogueDictionary": { | ||
"NEW_HORIZONS_WARP_DRIVE_DIALOGUE_1": "Sua nave agora está equipada com uma unidade de translocação!", | ||
"NEW_HORIZONS_WARP_DRIVE_DIALOGUE_2": "Você pode usar a nova aba \"Modo Interestelar\" no diário de bordo de sua nave para ajustar o piloto automático rumo a outro sistema solar.", | ||
"NEW_HORIZONS_WARP_DRIVE_DIALOGUE_3": "Então é só acionar o piloto automático e relaxar!" | ||
}, | ||
"UIDictionary": { | ||
"Vessel": "Hospedeiro" | ||
"INTERSTELLAR_MODE": "Modo Interestelar", | ||
"FREQ_STATUE": "Estátua Nomai", | ||
"FREQ_WARP_CORE": "Fluxo Anti-Gravitacional", | ||
"FREQ_UNKNOWN": "???", | ||
"ENGAGE_WARP_PROMPT": "Acionar translocação a {0}", | ||
"WARP_LOCKED": "PILOTO AUTOMÁTICO AJUSTADO PARA:\n{0}", | ||
"LOCK_AUTOPILOT_WARP": "Ajustar Piloto Automático para sistema solar", | ||
"RICH_PRESENCE_EXPLORING": "Explorando {0}.", | ||
"RICH_PRESENCE_WARPING": "Translocando para {0}.", | ||
"OUTDATED_VERSION_WARNING": "AVISO\n\nA mod New Horizons funciona apenas na versão {0} ou superior. Você está usando a versão {1}.\n\nAtualize Outer Wilds ou desinstale NH.", | ||
"JSON_FAILED_TO_LOAD": "Arquivo(s) inválido(s): {0}", | ||
"DEBUG_RAYCAST": "Raycast", | ||
"DEBUG_PLACE": "Posicionar objeto", | ||
"DEBUG_PLACE_TEXT": "Colocar texto Nomai", | ||
"DEBUG_UNDO": "Desfazer", | ||
"DEBUG_REDO": "Refazer", | ||
"Vessel": "Hospedeiro", | ||
"DLC_REQUIRED": "AVISO\n\nVocê tem addons (ex. {0}) instalados que requerem a DLC, mas a mesma não está habilitada.\n\nSuas mods podem não funcionar como esperado." | ||
}, | ||
"OtherDictionary": { | ||
"NOMAI_SHUTTLE_COMPUTER": "A <![CDATA[<color=orange>exploradora</color>]]> está repousando por hora em: <![CDATA[<color=lightblue>{0}</color>]]>." | ||
}, | ||
"AchievementTranslations": { | ||
"NH_EATEN_OUTSIDE_BRAMBLE": { | ||
"Name": "Fenda de Contenção", | ||
"Description": "Seja devorado fora dos limites de Abrolho Sombrio" | ||
}, | ||
"NH_MULTIPLE_SYSTEM": { | ||
"Name": "Viajante", | ||
"Description": "Visite 5 sistemas solares seguidos." | ||
}, | ||
"NH_NEW_FREQ": { | ||
"Name": "Frequências Anômalas", | ||
"Description": "Descubra uma nova frequência." | ||
}, | ||
"NH_PROBE_LOST": { | ||
"Name": "Conexão Perdida", | ||
"Description": "Perca seu pequeno batedor." | ||
}, | ||
"NH_WARP_DRIVE": { | ||
"Name": "História Mal Contada", | ||
"Description": "Use a unidade de translocação da nave." | ||
}, | ||
"NH_VESSEL_WARP": { | ||
"Name": "História Acertada", | ||
"Description": "Transloque para um sistema estelar usando o Hospedeiro." | ||
}, | ||
"NH_RAFTING": { | ||
"Name": "A Jangada e os Furiosos", | ||
"Description": "Dê um rolé de jangada." | ||
}, | ||
"NH_SUCKED_INTO_LAVA_BY_TORNADO": { | ||
"Name": "Dieclone", | ||
"Description": "Seja sugado na lava por um tornado." | ||
}, | ||
"NH_TALK_TO_FIVE_CHARACTERS": { | ||
"Name": "Social", | ||
"Description": "Converse com 5 personagens." | ||
} | ||
} | ||
} | ||
} |