-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add language-zh.cpp #382
Add language-zh.cpp #382
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just spot-checked here and there, but sure, these translations look real to me. :) Thanks, this must have been a lot of work!
@@ -0,0 +1,9201 @@ | |||
// HyperRogue Polish translation, by Zeno and Tehora Rogue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chinese (Mandarin?)
S("Wow! %1! This trip should be worth it!", "哇哦,%1!真是不虚此行!") | ||
S("For now, collect as much treasure as possible...", "眼下,尽可能多地收集宝藏吧……") | ||
S("Prove yourself here, then find new lands, with new quests...", "在此地证明你的价值,然后寻找新的地域,面对新的挑战……") | ||
S("You collect your first %1!", "你收集到了你的第一个%1!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the measure word for %1
always 个, or should you encode the appropriate measure word in this language file? For example:
N("Fern Flower", GEN_O, "蕨花", "朵")
N("Salamander", GEN_F, "火蜥蜴", "只")
(I am probably wrong about these exact measure words.)
S("Welcome to HyperRogue", "欢迎来到HyperRogue") | ||
S(" for Android", " Android版") | ||
S(" for iOS", " iOS版") | ||
S("! (version %1)\n\n", "! (wersja %1)\n\n") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing translation
S("The faster you get here, the better you are!", "来得越快,你的水平就越高!") | ||
S("You have improved both your real time and turn count. Congratulations!", "你更新了你的实时及回合数记录。恭喜!") | ||
S("You have used less real time than ever before. Congratulations!", "你更新了最短实际时间的记录。恭喜!") | ||
S("You have used less turns than ever before. Congratulations!", "你更新了最短回合数的记录。恭喜!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zenorogue "less" should be "fewer" here (and update all language files to match)
/* | ||
S("You can find Temples of Cthulhu in R'Lyeh once you collect five Statues of Cthulhu.", | ||
"Po znalezieniu 5 Statuetek Cthulhu możesz w R'Lyeh trafić na Świątynie Cthulhu.") | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete, or translate?
// Lost Mountain | ||
// ------------- | ||
|
||
//N("Pyramid", GEN_F, "Piramida", "Piramidy", "Piramidą", "na Piramidzie") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eliminate, or translate?
No description provided.