-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Traditional Chinese Translations and Add LOC Entries.
- Loading branch information
1 parent
c3d99ff
commit 12722cf
Showing
1 changed file
with
65 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
- (#6618) Add missing localization entries and update Traditional Chinese translations. | ||
|
||
[Unit creation dialog](/lua/ui/dialogs/createunit.lua): | ||
|
||
- <details><summary>Add LOC entries for the following 24 options:</summary> | ||
|
||
``` | ||
<LOC spawn_debug_000>Debug Options | ||
<LOC spawn_debug_001>Spawn menu mode: | ||
<LOC spawn_debug_002>Unit spawn | ||
<LOC spawn_debug_003>Template spawn | ||
<LOC spawn_debug_004>Prop spawn | ||
<LOC spawn_debug_005>Unit spawn settings: | ||
<LOC spawn_debug_006>Spawn structure tarmacs | ||
<LOC spawn_debug_007>Spawn mesh entites instead of units | ||
<LOC spawn_debug_008>Clear spawned entity meshes | ||
<LOC spawn_debug_009>Position camera for build icon on spawn" | ||
<LOC spawn_debug_010>Ignore terrain blocking (disables preview) | ||
<LOC spawn_debug_011>Show raised platforms | ||
<LOC spawn_debug_012>Unit spawn filter settings: | ||
<LOC spawn_debug_013>Include build-menu filters | ||
<LOC spawn_debug_014>Include visibility filters | ||
<LOC spawn_debug_015>Include source filters | ||
<LOC spawn_debug_016>Split core game source filter | ||
<LOC spawn_debug_017>Filter Type by motion type | ||
<LOC spawn_debug_018>Filter Type by category | ||
<LOC spawn_debug_019>Display settings: | ||
<LOC spawn_debug_020>Show item icons | ||
<LOC spawn_debug_021>Army focus cell minimum width: | ||
<LOC spawn_debug_022>Dialogue transparency: | ||
<LOC spawn_debug_023>Show text input instead of sliders | ||
``` | ||
</details> | ||
[Lobby](/lua/ui/lobby/lobby.lua): | ||
- Add LOC entriy for the following option: | ||
`<LOC _Briefing>Briefing` | ||
[Game Options](/lua/options/options.lua): | ||
- <details><summary>Seperate shared LOC entries for the following 5 options:</summary> | ||
``` | ||
<LOC selectionsets0001>Steal from other control groups | ||
<LOC selectionsets0002>Double tap control group decay (in ms) | ||
<LOC ASSIST_TO_UPGRADE_MASS>Assist to upgrade mass extractors | ||
<LOC ASSIST_TO_UPGRADE_RADAR>Assist to upgrade radars | ||
<LOC structure_ringing_heavy_artillery_title>Assist to cap end game artillery with power | ||
``` | ||
<details> | ||
- <details><summary>Add LOC entries for the following 4 options:</summary> | ||
``` | ||
<LOC OPTIONS_0327>Building | ||
<LOC OPTIONS_0328>Misc | ||
<LOC OPTIONS_0329>Casting tools | ||
<LOC OPTIONS_EXTENDED_GRAPHICS>Extended graphics | ||
``` | ||
</details> |