-
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.
- Loading branch information
1 parent
be0c6da
commit c9cefda
Showing
1 changed file
with
56 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,56 @@ | ||
(#6612) Add missing translation entries and Tweak existing strings. | ||
|
||
**lua/ui/dialogs/createunit.lua** | ||
|
||
Fix syntex error for Toggle Economy tooltip in spawn filter. | ||
|
||
`<LOC spawn_filter_build_eco>_tipToggle Economy units`=>`<LOC spawn_filter_build_eco_tip>Toggle Economy units` | ||
|
||
Add LOC entries for following options: | ||
|
||
``` | ||
<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 | ||
``` | ||
|
||
**lua/ui/lobby/changelog.lua** | ||
|
||
Add LOC entries for following options: | ||
|
||
``` | ||
<LOC uilobby_0004>Github | ||
<LOC uilobby_0005>Patchnotes | ||
<LOC uilobby_0006>Report a bug | ||
``` | ||
|
||
**lua/ui/lobby/lobby.lua** | ||
|
||
Add LOC entries for following options: | ||
|
||
`<LOC lobui_0447>Snowflakes count` | ||
|
||
**lua/ui/lobby/lobbyOptions.lua** | ||
|
||
Add LOC entries for following options: | ||
|
||
``` | ||
<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. | ||
``` |