Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Traditional Chinese Translations #6612

Merged
merged 24 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions changelog/snippets/other.6612.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- (#6612) Add missing localization entries and update Traditional Chinese translations.

[Unit creation dialog](/lua/ui/dialogs/createunit.lua):

- Fix typo in the Economy filter tooltip's LOC tag.

- <details><summary>Add LOC entries for the following 13 options:</summary>

```
<LOC spawn_filter_count>Count
<LOC spawn_filter_veterancy>Veterancy
<LOC spawn_filter_rotation>Rotation
<LOC spawn_filter_count>Count
<LOC spawn_filter_rotation>Rotation
<LOC spawn_filter_scatter>Scatter
<LOC spawn_filter_preset>Filter Preset
<LOC spawn_filter_save>Save
<LOC spawn_filter_save_tip>Save current filter as preset
<LOC spawn_filter_delete>Delete
<LOC spawn_filter_delete_tip>Delete current filter preset
<LOC spawn_filter_clear>Clear All
<LOC spawn_filter_clear_tip>Clear all filters
```

</details>

[Lobby changelog](/lua/ui/lobby/changelog.lua):

- <details><summary>Add LOC entries for the following 3 options:</summary>

```
<LOC uilobby_0004>Github
<LOC uilobby_0005>Patchnotes
<LOC uilobby_0006>Report a bug
```

</details>

[Lobby](/lua/ui/lobby/lobby.lua):

- Add LOC entries for the following option:

`<LOC lobui_0447>Snowflakes count`

[Lobby Options](/lua/ui/lobby/lobbyOptions.lua):

- <details><summary>Add LOC entries for the following 8 options:</summary>

```
<LOC lobui_0808>Disconnection delay
<LOC lobui_0809>Sets the disconnect delay when a player has trouble connecting.
<LOC lobui_0810>Tournament
<LOC lobui_0811>The eject delay is set to 10 seconds and after 90 seconds the player is ejected automatically.
<LOC lobui_0812>Quick
<LOC lobui_0813>The eject delay is set to 30 seconds and after 90 seconds the player is ejected automatically.
<LOC lobui_0814>Regular
<LOC lobui_0815>The eject delay is set to 90 seconds and after 180 seconds the player is ejected automatically.
```

</details>
Loading
Loading