1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-06 20:08:27 +00:00

语言支持整理

This commit is contained in:
GeekFrog
2017-07-16 14:38:28 +08:00
parent 27f573c26b
commit 76e4e38586
24 changed files with 234 additions and 133 deletions

View File

@ -1 +1 @@
pluginPrefix: '&4[&b权限限时&4]&r'
pluginPrefix: '&4[&bPermissions Time&4]'

View File

@ -1,2 +1,29 @@
nopermission: '&4You do not have permission to that.'
configReloaded: '&aComplete configuration reload.'
inventoryName: '&4===Permissions Packages==='
expirationDate: '&4Expiration date: {0}'
msg:
parameterMismatch: '&4Parameter mismatch.'
daysParameterIncorrect: '&4The number of days is incorrect. Please enter a positive
integer.'
processing: '&2Please wait for processing...'
noData: '&4No data for packages.'
packageNum: '&4There are {0} kinds of permissions packages.'
packageList: '{0}packageName: {1}, displayName: {2}'
packageDetail: 'packageName: {0}, displayName: {1}&r\nPermissions: {2}\nGroups:
{3}'
nopermission: '&4You do not have permission to do this.'
configReloaded: '&2Configuration overload is complete.'
failSetPermission: '&4Failed to modify permissions. Please re-enter the server!'
noFindPlayer: '&4Can not find player named &2{0}'
noFindPackage: '&4Can not find package named &2{0}'
tellGivePackage: '&2{0} give you {1}days package of {2}'
givePackage: '&2Give the player {0} {1}days package of {2}'
givePackageFail: '&4Failed to give players {0} {1}days package of {2}'
tellSetPackage: '&2{0} set your package of {2} to {1}days'
setPackage: '&2Set the player {0} {1}days package of {2}'
setPackageFail: '&4Failed to set the player {0} {1}days package of {2}'
tellDelPackage: '&4{0} deleted your package of {1}'
delPackage: '&2Remove package of {1}&2 for player {0}'
delPackageFail: '&4Failed to delete package of {1}&2 for player {0}'
tellDelAll: '&4{0} remove all your packages'
delAll: '&2Remove all packages for player {0}'
delAllFail: '&4Failed to remove all packages for player {0}'

View File

@ -1,2 +1,27 @@
nopermission: '&4你没有权限这么做'
configReloaded: '&a配置重载完成'
inventoryName: '&4===权限仓库==='
expirationDate: '&4到期时间: {0}.'
msg:
parameterMismatch: '&4参数不匹配.'
daysParameterIncorrect: '&4时间参数不正确,请输入正整数.'
processing: '&2执行中请等待...'
noData: '&4暂时无权限包.'
packageNum: '&4共有{0}种权限包.'
packageList: '{0}权限包名: {1}, 显示名称: {2}'
packageDetail: '权限包名: {0}, 显示名称: {1}&r\n权限: {2}\n权限组: {3}'
nopermission: '&4你没有权限这么做.'
configReloaded: '&2配置重载完成.'
failSetPermission: '&4修改权限失败, 请重新进入服务器!'
noFindPlayer: '&4找不到名为&2{0}&4的玩家.'
noFindPackage: '&4找不到名为&2{0}&4的权限包.'
tellGivePackage: '&2{0}给予你 {1}天的 {2}.'
givePackage: '&2给予玩家 {0} {1}天的 {2}.'
givePackageFail: '&4未给予玩家 {0} {1}天的 {2}.'
tellSetPackage: '&2{0}设置你 {1}天的 {2}.'
setPackage: '&2设置玩家 {0} {1}天的 {2}.'
setPackageFail: '&4未设置玩家 {0} {1}天的 {2}.'
tellDelPackage: '&4{0}删除了你的 {1}权限包.'
delPackage: '&2删除玩家 {0} 的 {1}.'
delPackageFail: '&4未删除玩家 {0} 的 {1}.'
tellDelAll: '&4{0}删除了你的所有权限包.'
delAll: '&2删除玩家 {0} 的所有权限包.'
delAllFail: '&4未删除玩家 {0} 的 所有权限包.'

View File

@ -1,4 +1,4 @@
version: 0.0.1
version: 1.00
#默认权限组
defaultGroup: Default
packages:
@ -22,11 +22,3 @@ packages:
groups:
- group1
- group2:world1
#权限包含有的前缀
prefixs:
- '&2[Player]&3'
- '&2[VIP]&3:world2'
#权限包含有的后缀
suffixs:
- '→❤'
- '→★:world2:world3'