SITUVNgcd and GitHub
5c51d7dd52
Completely checked and transtaled Vietnamese ( #9744 )
...
* Completely checked and transtaled Vietnamese
I spent 1 week (few hours/day) to check every single line in **bundle** and translate:
- Make `bundle_vi.properties` has same lines as original bundle file `bundle.properties`.
- Retranslate some old strings/words which:
+ From very old versions.
+ Mis-translated.
+ Multiple meanings in Vietnamese.
+ Some sentences were add/removed.
- Translate new strings from very last commit (https://github.com/Anuken/Mindustry/commit/7f30cd8703f500a619357872a87df1773819b97d )
* Small fix
First letter.
2024-04-14 10:06:13 -04:00
396869dec3
Translate & revert Vietnamese translation ( #9560 )
...
* Translate, revert
- Translated new strings.
- Fixed some typos.
- Corrected translation for some strings.
- Revert `Kho lưu trữ` to `Repo`, some Vietnamese need that, idk!
https://github.com/Anuken/Mindustry/commit/c3ee92fba701f010b5033aa1d519b6b541d976c2
* Translate new strings
https://github.com/Anuken/Mindustry/commit/97010a5064178309b638e4a0adf72add4018bc0a
* Remove #note
https://github.com/Anuken/Mindustry/commit/97010a5064178309b638e4a0adf72add4018bc0a
* World Switch
https://github.com/Anuken/Mindustry/commit/76cb36fdea60ea38814765bfaf7f7fde1e812f41
* Translate new strings
https://github.com/Anuken/Mindustry/commit/824c6eedb39fba26b41ec8f0843595d2addc7fc0
* Translate new strings
https://github.com/Anuken/Mindustry/commit/304d7d9602aefa3df91b4cf1fd81d69fff142644
---------
Co-authored-by: Anuken <arnukren@gmail.com >
2024-03-30 23:24:24 -04:00
SITUVNgcd and GitHub
d79a306970
Gammar & context fix ( #9559 )
...
- `lglobal.@clientMobile = True is ...` => `lglobal.@clientMobile = True if ...`
- `lenum.colori = Indexed position, ...` => `lenum.colori = Indexed color, ...`
2024-02-16 09:52:41 -05:00
SITUVNgcd and GitHub
e6dd6cb44d
Make privileged SwitchBlock(World Switch) can't pickup ( #9557 )
2024-02-16 09:52:31 -05:00
SITUVNgcd and GitHub
7339443604
Fix TextInput::message on mobile ( #9549 )
...
This issue from https://github.com/Anuken/Arc/commit/70f345cc75f541de8f592d3167245691cc9a765b
2024-02-13 23:17:41 -05:00
SITUVNgcd and GitHub
9d21c0173d
Update Vietnamese translation ( #8959 )
...
- Translated new strings.
- Fixed gammar issue/typo.
- Fixed strings format form (`{0}`).
2023-08-20 10:08:45 -04:00
SITUVNgcd and GitHub
d09f4c0db5
Update Vietnamese translation ( #8663 )
...
* Update Vietnamese translation
- Fixed mistake in #8654 : Changed new line to `\n` instead of `\r\n`.
- Update and translate new strings.
* Add SITUVNgcd as contributor
2023-06-03 01:00:29 -04:00
SITUVNgcd and GitHub
4ddb78e8d5
Add Events.fire(Trigger.unitCommandChange) in select/remove unit by type ( #8406 )
...
* Added `Events.fire(Trigger.unitCommandChange)` and `boolean fireInRebuildCommand`
Added `Events.fire(Trigger.unitCommandChange)` to **left click - select** and **right click - remove**.
Added `boolean fireInRebuildCommand` to prevent infinite event loop with `rebuildCommand`.
* Remove useless `fireInRebuildCommand` flag.
2023-03-25 13:10:21 -04:00