安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2831613121
["workshop-2923713671"]={
configuration_options={
abigail=true,
alterguardianhatshard=false,
ancient_altar=false,
ancient_altar_broken=false,
animal_track=false,
2: Personally, I think the koalefant symbols seem a bit too large as well, I'll comment further if there's other icons that seem out of place.
3: I am completely sure I changed the in-game server configs, and I am positive that there's no interference from the client version, as I've never used that one. I can't get the in-game configs to work as they are currently, I need to change the .luas for anything to register. The scrapbook integration sounds nifty though.
2.The mole icon is removed and the burrow icon is replaced with a mole on it. I didn't test this icon in game. I will make it smaller next time. If you find other icons' sizes inappropriate, report them, too.
3.Are you sure you did change the server configurations, and you didn't happen to enable the same icon in my client side mod? By the way, I'm working on another type of configuration using the scrapbook. With scrapbook, I can finally manage the configurations for hundreds of icons, which had been too lengthy to display.
Thank you for this great mod, first of all. :)
Secondly, a bit of feedback:
After the most recent update, the herd symbols have disappeared from the map, i.e. the tumbleweed spawners ("tumbleweedspawner"), volt goat herd ("lightninggoatherd") points as well as beefalo herd points ("beefaloherd). Do you think you could fix that at some point?
IMO, the new icons for the mole burrows take up too much space now, due to how the icon now also includes the mole.
Finally, the in-game mod configuration doesn't work. No matter which symbols you toggle off in-game, all icons will be shown unless you alter the .lua files.
Again, thanks for a great map mod!
{ description = "Yes", data = false }, { description = "No", data = true }
...
Yes = "是",
No = "否",
...
------------------------------------------
是不是因为这里不一致?
未启用的时候,图标名称显示为英文,选项显示为中文“是”或“否”
启用的时候,图标显示为中文,选项显示为英文“no”或“yes”,而且选项和中文是反着来的,中文是“是”英文就是“no”
description = "Yes", data = false
这里好像有点奇怪?