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

Updated Chinese translations. #262

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
25 changes: 17 additions & 8 deletions resources/languages/chs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@ prefix:

commands:
errors:
console-use: "当您从控制台只用该命令时,务必填写所有参数"
no-console-use: "该命令仅可由玩家使用"
no-permission: "您并无权限使用该命令"
console-use: "当您从控制台使用该指令时,务必填写所有参数"
no-console-use: "该指令仅可由玩家使用"
no-permission: "您并无权限使用该指令"
plugin-cancelled: "插件操作已取消"

pet:
doesnt-exist: "该名称宠物不存在"
numeric: "宠物的大小必须是一个数值"
none-on-server: "目前服务器上没有任何宠物"
none-on-server-type: "目前服务器上没有任何属 %s 种的宠物"

player:
not-found: "无法找到该玩家"
no-pet: "您不能拥有叫这个名称的宠物"
no-pet-other: "该玩家不能拥有叫这个名称的宠物"
already-own-pet: "您已拥有叫这个名称的宠物了"

addpetpoints:
success: "成功充值 &b%s 点经验值&a 到宠物 &b%s&r&a!"

changepetname:
no-permission: "您并无权限更改其他玩家的宠物名称"
Expand All @@ -32,22 +37,26 @@ commands:
success: "%s &r&a 已成功被治疗!"

leveluppet:
spawnpet:
success: "宠物已升等: &b%s &r&a %s!"


spawnpet:
no-permission: "您并无权限生成宠物"
no-permission-others: "您并无权限为其他人生成宠物"
success: "成功生成一隻名为 &b%s&a 的宠物!"
success-other: "您收到了一隻名为 &b%s&a 的宠物!"
success: "成功生成一只名为 &b%s&a 的宠物!"
success-other: "您收到了一只名为 &b%s&a 的宠物!"
name: "请于聊天窗中为您宠物取一个名字!"
selecting-name: "%s 正在为他们的宠物取一个名字!"
exceeded-limit: "%s 超出宠物的限制"

removepet:
success: "成功移除宠物 &b%s&a!"
success: "成功删除宠物 &b%s&a!"

togglepet:
no-pet-specified: "您并无指定要切换的宠物"
success: "成功切换了您的宠物 %s!"
success-others: "成功切换宠物 &b%s &r&a %s!"
success-specific: "成功切换了您的宠物 %s %s"
success-specific-others: "成功切换了属于 %s 的宠物 %s"
success-diff: "成功切换了您的宠物,目前可见的有: &b%s."
success-diff-others: "成功切换了属于 %s 的宠物,目前可见的有: &b%s."
...
15 changes: 12 additions & 3 deletions resources/languages/cht.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@ prefix:

commands:
errors:
console-use: "當您從控制台只用該指令時,務必填寫所有參數"
console-use: "當您從控制台使用該指令時,務必填寫所有參數"
no-console-use: "該指令僅可由玩家使用"
no-permission: "您並無權限使用該指令"
plugin-cancelled: "插件操作已取消"

pet:
doesnt-exist: "該名稱寵物不存在"
numeric: "寵物的大小必須是一個數值"
none-on-server: "目前伺服器上沒有任何寵物"
none-on-server-type: "目前伺服器上沒有任何屬 %s 種的寵物"

player:
not-found: "無法找到該玩家"
no-pet: "您不能擁有叫這個名稱的寵物"
no-pet-other: "該玩家不能擁有叫這個名稱的寵物"
already-own-pet: "您已擁有叫這個名稱的寵物了"

addpetpoints:
success: "成功儲值 &b%s 點經驗值&a 到寵物 &b%s&r&a!"

changepetname:
no-permission: "您並無權限更改其他玩家的寵物名稱"
Expand All @@ -32,9 +37,9 @@ commands:
success: "%s &r&a 已成功被治療!"

leveluppet:
spawnpet:
success: "寵物已升等: &b%s &r&a %s!"


spawnpet:
no-permission: "您並無權限生成寵物"
no-permission-others: "您並無權限為其他人生成寵物"
success: "成功生成一隻名為 &b%s&a 的寵物!"
Expand All @@ -50,4 +55,8 @@ commands:
no-pet-specified: "您並無指定要切換的寵物"
success: "成功切換了您的寵物 %s!"
success-others: "成功切換寵物 &b%s &r&a %s!"
success-specific: "成功切換了您的寵物 %s %s"
success-specific-others: "成功切換了屬於 %s 的寵物 %s"
success-diff: "成功切換了您的寵物,目前可見的有: &b%s."
success-diff-others: "成功切換了屬於 %s 的寵物,目前可見的有: &b%s."
...