Skip to content
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

Improve Chinese translation #50

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions JoysOfEfficiency/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"fishinfo.quality": "品质: ",
"fishinfo.size": "尺寸: {0} 厘米",
"fishinfo.species": "品种: {0}",
"fishinfo.treasure.appear": "宝箱出现了!",
"fishinfo.treasure.caught": "获得了宝箱!",
"fishinfo.treasure.incoming": "宝箱在 {0:f1} 秒后出现.",
"fishinfo.treasure.appear": "宝箱出现了",
"fishinfo.treasure.caught": "获得了宝箱",
"fishinfo.treasure.incoming": "宝箱在 {0:f1} 秒后出现",
"fishinfo.price": "出售价格:{0}G",

"hud.paused": "游戏暂停",

"ladder": "梯子出现了!",
"ladder": "梯子出现了",

"location.awaiting": "单击某处以指定所需的位置。",

Expand Down Expand Up @@ -109,26 +109,26 @@
"quality.iridium": "铱",
"quality.normal": "一般",
"quality.silver": "银",
"stones.many": "这个层有 {0} 块石头",
"stones.none": "这个层没剩下有石头",
"stones.one": "这个层石头只有一个",
"stones.many": "这层还有 {0} 块石头",
"stones.none": "这层没有石头",
"stones.one": "这层还有一块石头",
"tab.automation": "自动化",
"tab.cheats": "作弊",
"tab.controls": "控制",
"tab.misc": "杂项",
"tab.UIs": "用户界面",
"taste.dislike.female": "她讨厌这个礼物",
"taste.dislike.male": "他讨厌这个礼物",
"taste.dislike.female": "她不喜欢这个礼物",
"taste.dislike.male": "他不喜欢这个礼物",
"taste.gavetoday.female": "今天你给过她礼物了",
"taste.gavetoday.male": "今天你给过他礼物了",
"taste.gavetwogifts.female": "这周你给过她两次礼物了",
"taste.gavetwogifts.male": "这周你给过他两次礼物了",
"taste.hate.female": "她非常讨厌这个礼物",
"taste.hate.male": "他非常讨厌这个礼物",
"taste.hate.female": "她不喜欢这个礼物",
"taste.hate.male": "他不喜欢这个礼物",
"taste.like.female": "她喜欢这个礼物",
"taste.like.male": "他喜欢这个礼物",
"taste.love.female": "她非常喜欢这个礼物",
"taste.love.male": "他非常喜欢这个礼物",
"taste.love.female": "她最爱这个礼物",
"taste.love.male": "他最爱这个礼物",
"taste.neutral.female": "她对这份礼物持中立态度",
"taste.neutral.male": "他对这份礼物持中立态度"
}