Skip to content

Update English source strings with fixes from Crowdin #6140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Essentials/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ adventure=adventure
afkCommandDescription=Marks you as away-from-keyboard.
afkCommandUsage=/<command> [player/message...]
afkCommandUsage1=/<command> [message]
afkCommandUsage1Description=Toggles your afk status with an optional reason
afkCommandUsage1Description=Toggles your AFK status with an optional reason
afkCommandUsage2=/<command> <player> [message]
afkCommandUsage2Description=Toggles the afk status of the specified player with an optional reason
alertBroke=broke\:
Expand Down Expand Up @@ -247,11 +247,11 @@ discordCommandAccountResponseLinked=Your account is linked to the Minecraft acco
discordCommandAccountResponseLinkedOther={0}'s account is linked to the Minecraft account\: **{1}**
discordCommandAccountResponseNotLinked=You do not have a linked Minecraft account.
discordCommandAccountResponseNotLinkedOther={0} does not have a linked Minecraft account.
discordCommandDescription=Sends the discord invite link to the player.
discordCommandDescription=Sends the Discord invite link to the player.
discordCommandLink=<primary>Join our Discord server at <secondary><click:open_url:"{0}">{0}</click><primary>\!
discordCommandUsage=/<command>
discordCommandUsage1=/<command>
discordCommandUsage1Description=Sends the discord invite link to the player
discordCommandUsage1Description=Sends the Discord invite link to the player
discordCommandExecuteDescription=Executes a console command on the Minecraft server.
discordCommandExecuteArgumentCommand=The command to be executed
discordCommandExecuteReply=Executing command\: "/{0}"
Expand Down Expand Up @@ -282,7 +282,7 @@ discordErrorNoToken=No token provided\! Please follow the tutorial in the config
discordErrorWebhook=An error occurred while sending messages to your console channel\! This was likely caused by accidentally deleting your console webhook. This can usually by fixed by ensuring your bot has the "Manage Webhooks" permission and running "/ess reload".
discordLinkInvalidGroup=Invalid group {0} was provided for role {1}. The following groups are available\: {2}
discordLinkInvalidRole=An invalid role ID, {0}, was provided for group\: {1}. You can see the ID of roles with the /roleinfo command in Discord.
discordLinkInvalidRoleInteract=The role, {0} ({1}), cannot be used for group->role synchronization because it above your bot''s upper most role. Either move your bot''s role above "{0}" or move "{0}" below your bot''s role.
discordLinkInvalidRoleInteract=The role, {0} ({1}), cannot be used for group->role synchronization because it above your bot''s uppermost role. Either move your bot''s role above "{0}" or move "{0}" below your bot''s role.
discordLinkInvalidRoleManaged=The role, {0} ({1}), cannot be used for group->role synchronization because it is managed by another bot or integration.
discordLinkLinked=<primary>To link your Minecraft account to Discord, type <secondary>{0} <primary>in the Discord server.
discordLinkLinkedAlready=<primary>You have already linked your Discord account\! If you wish to unlink your discord account use <secondary>/unlink<primary>.
Expand Down Expand Up @@ -627,7 +627,7 @@ jailList=<primary>Jails\:<reset> {0}
jailMessage=<dark_red>You do the crime, you do the time.
jailNotExist=<dark_red>That jail does not exist.
jailNotifyJailed=<primary>Player<secondary> {0} <primary>jailed by <secondary>{1}.
jailNotifyJailedFor=<primary>Player<secondary> {0} <primary>jailed for<secondary> {1}<primary>by <secondary>{2}<primary>.
jailNotifyJailedFor=<primary>Player<secondary> {0} <primary>jailed for<secondary> {1} <primary>by <secondary>{2}<primary>.
jailNotifySentenceExtended=<primary>Player<secondary>{0} <primary>jail's time extended to <secondary>{1} <primary>by <secondary>{2}<primary>.
jailReleased=<primary>Player <secondary>{0}<primary> unjailed.
jailReleasedPlayerNotify=<primary>You have been released\!
Expand Down Expand Up @@ -885,7 +885,7 @@ noPotionEffectPerm=<dark_red>You do not have permission to apply potion effect <
noPowerTools=<primary>You have no power tools assigned.
notAcceptingPay=<dark_red>{0} <dark_red>is not accepting payment.
notAllowedToLocal=<dark_red>You don't have permission to speak in local chat.
notAllowedToQuestion=<dark_red>You don't have permission to use question.
notAllowedToQuestion=<dark_red>You don't have permission to send question messages.
notAllowedToShout=<dark_red>You don't have permission to shout.
notEnoughExperience=<dark_red>You do not have enough experience.
notEnoughMoney=<dark_red>You do not have sufficient funds.
Expand Down Expand Up @@ -1428,7 +1428,7 @@ tradeSignFull=<dark_red>This sign is full\!
tradeSignSameType=<dark_red>You cannot trade for the same item type.
treeCommandDescription=Spawn a tree where you are looking.
treeCommandUsage=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp|paleoak>
treeCommandUsage1=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp>
treeCommandUsage1=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp|paleoak>
treeCommandUsage1Description=Spawns a tree of the specified type where you're looking
treeFailure=<dark_red>Tree generation failure. Try again on grass or dirt.
treeSpawned=<primary>Tree spawned.
Expand Down
Loading