Translation file fixes

This commit is contained in:
Luck 2021-03-01 13:20:47 +00:00
parent e7f2a8d713
commit 9647b7de43
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 2 additions and 2 deletions

View File

@ -3081,7 +3081,7 @@ public interface Message {
Args2<User, String> USER_PROMOTE_NOT_ON_TRACK = (user, track) -> prefixed(translatable() Args2<User, String> USER_PROMOTE_NOT_ON_TRACK = (user, track) -> prefixed(translatable()
// "&b{}&a isn't in any groups on &b{}&a, so was not promoted." // "&b{}&a isn't in any groups on &b{}&a, so was not promoted."
.key("luckperms.command.user.demote.end-of-track-not-removed") .key("luckperms.command.user.promote.not-on-track")
.color(GREEN) .color(GREEN)
.args( .args(
text().color(AQUA).append(user.getFormattedDisplayName()), text().color(AQUA).append(user.getFormattedDisplayName()),

View File

@ -369,7 +369,7 @@ luckperms.usage.verbose.argument.commandas=the player/command to run
luckperms.usage.tree.description=Generates a tree view (ordered list hierarchy) of all permissions known to LuckPerms. luckperms.usage.tree.description=Generates a tree view (ordered list hierarchy) of all permissions known to LuckPerms.
luckperms.usage.tree.argument.scope=the root of the tree. specify "." to include all permissions luckperms.usage.tree.argument.scope=the root of the tree. specify "." to include all permissions
luckperms.usage.tree.argument.player=the name of an online player to check against luckperms.usage.tree.argument.player=the name of an online player to check against
luckperms.usage.search.description=Searchs for all of the users/groups with a specific permission luckperms.usage.search.description=Searches for all of the users/groups with a specific permission
luckperms.usage.search.argument.permission=the permission to search for luckperms.usage.search.argument.permission=the permission to search for
luckperms.usage.search.argument.page=the page to view luckperms.usage.search.argument.page=the page to view
luckperms.usage.network-sync.description=Sync changes with the storage and request that all other servers on the network do the same luckperms.usage.network-sync.description=Sync changes with the storage and request that all other servers on the network do the same