mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Translation file fixes
This commit is contained in:
parent
e7f2a8d713
commit
9647b7de43
@ -3081,7 +3081,7 @@ public interface Message {
|
||||
|
||||
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."
|
||||
.key("luckperms.command.user.demote.end-of-track-not-removed")
|
||||
.key("luckperms.command.user.promote.not-on-track")
|
||||
.color(GREEN)
|
||||
.args(
|
||||
text().color(AQUA).append(user.getFormattedDisplayName()),
|
||||
|
@ -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.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.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.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
|
||||
|
Loading…
Reference in New Issue
Block a user