Skip to content

Commit

Permalink
Title command messages for Simplified Chinese
Browse files Browse the repository at this point in the history
title message => 横幅文字 (banner text)
stay => 持续 (duration)
  • Loading branch information
Snake1999 authored Apr 1, 2017
1 parent 3dd3cc7 commit 7012127
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chs/lang.ini
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,16 @@ nukkit.command.timings.timingsLocation=View timings report: {%0}
nukkit.command.timings.timingsResponse=Timings response: {%0}
nukkit.command.timings.timingsWrite=Timings written to {%0}

nukkit.command.title.description=显示横幅文字给一个玩家,或者更改该玩家显示的横幅文字设置
nukkit.command.title.usage=/title <玩家> <clear|reset> 或 /title <玩家> <title|subtitle|actionbar> <横幅文字内容> 或 /title <玩家> <times> <淡入时间> <持续时间> <淡出时间>
nukkit.command.title.clear=成功清空玩家 {%0} 的横幅文字
nukkit.command.title.reset=成功重置玩家 {%0} 的横幅文字动画设置
nukkit.command.title.title=成功设置玩家 {%1} 的标题横幅文字为 "{%0}"
nukkit.command.title.subtitle=成功设置玩家 {%1} 的副标题横幅文字为 "{%0}"
nukkit.command.title.actionbar=成功设置玩家 {%1} 的快捷栏横幅文字为 "{%0}"
nukkit.command.title.times.success=成功将玩家 {%3} 的横幅文字显示时间设置为: {%0}, {%1}, {%2} (淡入时间, 持续时间, 淡出时间).
nukkit.command.title.times.fail=设置失败, 横幅文字的时间必须为数字值

nukkit.command.version.description=查看此服务器 (及其使用的插件) 的版本
nukkit.command.version.usage=/version [插件名称]
nukkit.command.version.noSuchPlugin=该服务器没有运行此名称的插件。使用 /plugins 来获得插件列表。
Expand Down

0 comments on commit 7012127

Please sign in to comment.