mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CtrlLib, Doc: Tutorial(Gui24) correct comment and copywriting strings (#243) for zh-cn and zh-tw locale
Correct comment and copywriting strings for zh-cn and zh-tw locale. As a follow up of #241. The documentation related file is also updated. Note: I didn't update the attached image resources in the doc (tpp) file, feel free to directly adding or modifying this PR to update these images if preferred.
This commit is contained in:
parent
7e16e71ca1
commit
bbd1c5ffa2
3 changed files with 12 additions and 5 deletions
|
|
@ -14,7 +14,8 @@ plPL("Moja aplikacja")
|
|||
ptPT("Minha aplica\303\247\303\243o")
|
||||
ruRU("\320\234\320\276\320\265 \320\277\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\320\265")
|
||||
trTR("Benim ba\305\237vurum")
|
||||
zhCN("\346\210\221\347\232\204\346\207\211\347\224\250\347\250\213\345\272\217")
|
||||
zhCN("\346\210\221\347\232\204\345\272\224\347\224\250\347\250\213\345\272\217")
|
||||
zhTW("\346\210\221\347\232\204\346\207\211\347\224\250\347\250\213\345\274\217")
|
||||
|
||||
T_("Hello translation engine!")
|
||||
csCZ("Ahoj p\305\231eklada\304\215i!")
|
||||
|
|
@ -27,4 +28,5 @@ plPL("Witaj silniku translacji!")
|
|||
ptPT("Ol\303\241 motor de tradu\303\247\303\243o!")
|
||||
ruRU("\320\237\321\200\320\270\320\262\320\265\321\202 \320\264\320\262\320\270\320\266\320\276\320\272 \320\277\320\265\321\200\320\265\320\262\320\276\320\264\320\260!")
|
||||
trTR("Merhaba \303\247eviri motoru!")
|
||||
zhCN("\346\202\250\345\245\275\347\277\273\350\255\257\345\274\225\346\223\216\357\274\201")
|
||||
zhCN("\346\202\250\345\245\275\347\277\273\350\257\221\345\274\225\346\223\216\357\274\201")
|
||||
zhTW("\346\202\250\345\245\275\347\277\273\350\255\257\345\274\225\346\223\216\357\274\201")
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@ GUI_APP_MAIN
|
|||
// SetLanguage("pt-pt"); // Portuguese
|
||||
// SetLanguage("ru-ru"); // Russian
|
||||
// SetLanguage("tr-tr"); // Turkish
|
||||
// SetLanguage("zh-cn"); // Traditional Chinese
|
||||
// SetLanguage("zh-cn"); // Simplified Chinese
|
||||
// SetLanguage("zh-tw"); // Traditional Chinese
|
||||
|
||||
MyAppWindow().Run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue