34 lines
1.7 KiB
Lua
34 lines
1.7 KiB
Lua
|
|
Locales["zh-cn"] = {
|
||
|
|
["male"] = "男性",
|
||
|
|
["female"] = "女性",
|
||
|
|
["select_char"] = "选择角色",
|
||
|
|
["select_char_description"] = "请选择已存在的游戏角色进入.",
|
||
|
|
["create_char"] = "创建新角色",
|
||
|
|
["char_play"] = "游玩",
|
||
|
|
["char_play_description"] = "继而进入城镇.",
|
||
|
|
["char_disabled"] = "不可用",
|
||
|
|
["char_disabled_description"] = "此角色无法使用.",
|
||
|
|
["char_delete"] = "移除",
|
||
|
|
["char_delete_description"] = "永久删除此角色.",
|
||
|
|
["char_delete_confirmation"] = "删除确认",
|
||
|
|
["char_delete_confirmation_description"] = "您确定要删除选定的角色吗?",
|
||
|
|
["char_delete_yes_description"] = "是的,我确定删除选定的角色",
|
||
|
|
["char_delete_no_description"] = "取消,并返回至角色选项",
|
||
|
|
["character"] = "游戏角色: %s",
|
||
|
|
["return"] = "返回",
|
||
|
|
["return_description"] = "返回至角色选择.",
|
||
|
|
["command_setslots"] = "设置玩家多玩家插槽数量",
|
||
|
|
["command_remslots"] = "移除玩家多角色位置数量",
|
||
|
|
["command_enablechar"] = "启用玩家游玩某个角色",
|
||
|
|
["command_disablechar"] = "禁用玩家游玩某个角色",
|
||
|
|
["command_charslot"] = "玩家的角色数量上限",
|
||
|
|
["command_identifier"] = "玩家标识符",
|
||
|
|
["command_slots"] = "# 插槽数量",
|
||
|
|
["slotsadd"] = "增加: %s 角色插槽至 %s",
|
||
|
|
["slotsedit"] = "成功配置 %s 角色插槽至 %s",
|
||
|
|
["slotsrem"] = "成功移除角色插槽 %s",
|
||
|
|
["charenabled"] = "您开启了角色: #%s使用权, 拥有人%s",
|
||
|
|
["chardisabled"] = "您关闭了角色: #%s使用权, 拥有人%s",
|
||
|
|
["charnotfound"] = "角色信息: #%s ,拥有人:%s 并不存在",
|
||
|
|
}
|