23 lines
878 B
Lua
23 lines
878 B
Lua
Locales["zh-cn"] = {
|
|
["male"] = "男性",
|
|
["female"] = "女性",
|
|
["command_setslots"] = "为玩家设置多角色槽位数量",
|
|
["command_remslots"] = "移除玩家的多角色槽位数量",
|
|
["command_enablechar"] = "启用玩家的指定角色",
|
|
["command_disablechar"] = "禁用玩家的指定角色",
|
|
["command_charslot"] = "角色槽位编号",
|
|
["command_identifier"] = "玩家标识",
|
|
["command_slots"] = "槽位数量",
|
|
["slotsadd"] = "你已为 %s 设置了 %s 个槽位",
|
|
["slotsrem"] = "你已移除了 %s 的槽位",
|
|
["charenabled"] = "你已启用了 %s 的角色 #%s",
|
|
["chardisabled"] = "你已禁用了 %s 的角色 #%s",
|
|
["charnotfound"] = "%s 的角色 #%s 不存在",
|
|
|
|
UI = {
|
|
["title"] = "角色选择",
|
|
["char_info_title"] = "角色信息",
|
|
["play"] = "开始游戏",
|
|
}
|
|
}
|