Skip to content

Commit

Permalink
update 0.2.7
Browse files Browse the repository at this point in the history
1. 新增指令 /rs rsm 打开RealSurvivalMaker(RealSurvival物品制造器)
  • Loading branch information
SchoolUniform committed Jun 24, 2018
1 parent 8dd0335 commit 8ef340a
Show file tree
Hide file tree
Showing 10 changed files with 191 additions and 113 deletions.
26 changes: 25 additions & 1 deletion RealSurvival/lang/en_US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ line:
GetWaterDes: "Get a kind of water"
GetWaterTypeDes: "Get types of water"
RecipeViewerDes: "View recipe"
Update2Des: "Get command about update"
RealSurvivalMakerDes: "Open RealSurvivalMaker Window"
#Normer Command Message
NoPermissions: "§c§lPermission denied"
CommandNotFind: "§c§lWrong command,you can use /rs help to get help"
Expand Down Expand Up @@ -172,4 +174,26 @@ line:
#State Command
state-command-cooldown: "This command is cooldown... You need wait a moment to refresh"
state-unlimited: "Your state is unlimited"
player-is-offline: "%player% is offline"
player-is-offline: "%player% is offline"

real-survival-maker:
button:
create: "Create"
add-label: "Add Label"
save: "Save"
close: "Close"
radio-button:
edit: "Edit"
label:
item-name: "Name"
item-type: "Type"
item-label: "Label"
item-label-data: "Label Data"
error-message:
item-label-data: "Please input the Label Data"
item-name: "Please input name"
item-exists: "This file is exists"
tool-tip-text:
tree: "双击一个节点可以进行编辑!"
input-dialog:
create: "Please input a file name"
27 changes: 26 additions & 1 deletion RealSurvival/lang/zh_CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ line:
GetWaterDes: "得到一种水"
GetWaterTypeDes: "获取水的种类"
RecipeViewerDes: "查看配方"
Update2Des: "查看与升级有关的指令"
RealSurvivalMakerDes: "打开RealSurvival物品制作器"
#Normer Command Message
NoPermissions: "§c§l抱歉,你没有权利这样做."
CommandNotFind: "§c§l抱歉,这个指令不存在,请使用/rs help来查看帮助信息!"
Expand Down Expand Up @@ -170,4 +172,27 @@ line:
#State Command
state-command-cooldown: "现在显示的是已过时的数据,需要一段时间后才能刷新你的数据."
state-unlimited: "你的属性是无限的!"
player-is-offline: "%player% 现在不在线"
player-is-offline: "%player% 现在不在线"

real-survival-maker:
button:
create: "创建"
add-label: "添加标签"
save: "保存"
close: "关闭"
radio-button:
edit: "编辑"
label:
item-name: "物品名"
item-type: "物品类型"
item-label: "物品标签"
item-label-data: "标签数据"
error-message:
item-label-data: "请输入一个对应的标签数据"
item-name: "请输入物品名字"
item-exists: "这个物品已经存在了"
tool-tip-text:
tree: "双击一个节点可以进行编辑!"
input-dialog:
create: "请输入文件名"

Loading

0 comments on commit 8ef340a

Please sign in to comment.