mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 19:45:14 +01:00
Add missing Language references.
This commit is contained in:
parent
4b2f974b56
commit
ca26fa0d8f
@ -6,98 +6,211 @@
|
|||||||
### Credits ###
|
### Credits ###
|
||||||
# Tastybento: maintainer
|
# Tastybento: maintainer
|
||||||
|
|
||||||
challenges:
|
challenges:
|
||||||
admin:
|
admin:
|
||||||
challenge-created: "[challenge] created!"
|
challenge-created: '[challenge] created!'
|
||||||
complete:
|
complete:
|
||||||
description: "Mark challenge complete"
|
description: Mark challenge complete
|
||||||
parameters: "<player> <unique challenge name>"
|
parameters: <player> <unique challenge name>
|
||||||
unknown-challenge: "&cUnknown challenge"
|
unknown-challenge: '&cUnknown challenge'
|
||||||
create:
|
create:
|
||||||
description: "&6Collect:"
|
description: '&6Collect:'
|
||||||
description-item-color: "&B"
|
description-item-color: '&B'
|
||||||
inventory:
|
inventory:
|
||||||
description: "create an inventory challenge"
|
description: create an inventory challenge
|
||||||
parameters: "[challenge name]"
|
parameters: '[challenge name]'
|
||||||
surrounding:
|
surrounding:
|
||||||
description: "create a surrounding challenge"
|
description: create a surrounding challenge
|
||||||
hit-things: "Hit things to add them to the list of things required. Right click when done."
|
hit-things: Hit things to add them to the list of things required. Right click when done.
|
||||||
parameters: "[challenge name]"
|
parameters: '[challenge name]'
|
||||||
description: "challenges admin"
|
description: challenges admin
|
||||||
error:
|
error:
|
||||||
no-name: "You must include a challenge name"
|
no-name: You must include a challenge name
|
||||||
gui-title: "&aChallenges Admin"
|
gui-title: '&aChallenges Admin'
|
||||||
import:
|
import:
|
||||||
description: "import challenges from challenges.yml"
|
add: 'Adding new challenge: [object]'
|
||||||
imported: "Imported '[challenge]'"
|
description: import challenges from challenges.yml
|
||||||
levels: "Importing levels: [levels]"
|
imported: Imported '[challenge]'
|
||||||
no-file: "&cCould not find challenges.yml file to import!"
|
levels: 'Importing levels: [levels]'
|
||||||
no-levels: "Warning: No levels defined in challenges.yml"
|
no-file: '&cCould not find challenges.yml file to import!'
|
||||||
no-load: "&cError: Could not load challenges.yml. [message]"
|
no-levels: 'Warning: No levels defined in challenges.yml'
|
||||||
number: "Imported [number] challenges"
|
no-load: '&cError: Could not load challenges.yml. [message]'
|
||||||
overwriting: "Overwriting '[challenge]'"
|
number: Imported [number] challenges
|
||||||
parameters: "[overwrite]"
|
overwriting: Overwriting '[challenge]'
|
||||||
skipping: "'[challenge]' already exists - skipping"
|
parameters: '[overwrite]'
|
||||||
parameters: ""
|
skipping: '''[challenge]'' already exists - skipping'
|
||||||
reload:
|
parameters: ''
|
||||||
description: "reload challenges from the database"
|
reload:
|
||||||
parameters: ""
|
description: reload challenges from the database
|
||||||
reset:
|
parameters: ''
|
||||||
description: "Reset challenge to 0 times / incomplete"
|
reset:
|
||||||
parameters: "<player> <unique challenge name>"
|
description: Reset challenge to 0 times / incomplete
|
||||||
seticon:
|
parameters: <player> <unique challenge name>
|
||||||
description: "sets the challenge icon to inhand item"
|
seticon:
|
||||||
error:
|
description: sets the challenge icon to inhand item
|
||||||
no-such-challenge: "&cNo such challenge name"
|
error:
|
||||||
parameters: "[challenge name]"
|
no-such-challenge: '&cNo such challenge name'
|
||||||
you-added: "You added one [thing] to the challenge"
|
parameters: '[challenge name]'
|
||||||
challenge:
|
you-added: You added one [thing] to the challenge
|
||||||
format: "[description]"
|
blocks-take-warning: Blocks will be removed.
|
||||||
complete: "&BComplete"
|
challenge:
|
||||||
completechallenge:
|
format: '[description]'
|
||||||
challange-completed: "Challenge: [challengename] has been completed for [name]"
|
complete: '&BComplete'
|
||||||
completed-times: "Completed [donetimes] out of [maxtimes]"
|
completechallenge:
|
||||||
description: "Open the challenges menu"
|
challange-completed: 'Challenge: [challengename] has been completed for [name]'
|
||||||
error:
|
completed-times: Completed [donetimes] out of [maxtimes]
|
||||||
could-not-save: "&cCould not save the challenge!"
|
description: Open the challenges menu
|
||||||
island-level: "&cYour island must be level [number] to complete this challenge!"
|
entities-kill-warning: Entities will be killed.
|
||||||
items-not-there: "&cAll required items must be close to you on your island!"
|
error:
|
||||||
no-items-clicked: "&cYou did not click on anything. Cancelling."
|
could-not-save: '&cCould not save the challenge!'
|
||||||
not-close-enough: "&cYou must be standing within [number] blocks of all required items."
|
island-level: '&cYour island must be level [number] to complete this challenge!'
|
||||||
not-enough-items: "&cYou do not have enough [items] to complete this challenge!"
|
items-not-there: '&cAll required items must be close to you on your island!'
|
||||||
not-on-island: "&cYou must be on your island to do that!"
|
no-items-clicked: '&cYou did not click on anything. Cancelling.'
|
||||||
reward-problem: "&cThere was a problem giving your reward. Ask Admin to check log!"
|
not-close-enough: '&cYou must be standing within [number] blocks of all required
|
||||||
you-still-need: "&cYou still need [amount] x [item]"
|
items.'
|
||||||
exp-reward: "&6Exp reward: [reward]"
|
not-enough-items: '&cYou do not have enough [items] to complete this challenge!'
|
||||||
first-time-rewards: "&6First time reward(s)"
|
not-on-island: '&cYou must be on your island to do that!'
|
||||||
gui-title: "&aChallenges"
|
reward-problem: '&cThere was a problem giving your reward. Ask Admin to check
|
||||||
help:
|
log!'
|
||||||
command: "/challenges: &fshow challenges"
|
you-still-need: '&cYou still need [amount] x [item]'
|
||||||
config-reloaded: "Configuration reloaded from file."
|
errors:
|
||||||
reset-all-challenges: "resets all of the player's challenges"
|
challenge-level-not-available: You have not unlocked level to complete this challenge.
|
||||||
reset-challenge: "marks a challenge as incomplete"
|
unique-id: Unique ID [id] is already taken. Choose different.
|
||||||
reset-challenge-for-all: "globally resets a challenge for every player with an optional repetition"
|
wrong-environment: You are in wrong environment!
|
||||||
incomplete: Incomplete
|
wrong-icon: Material [icon] is not recognized
|
||||||
item-take-warning: "&cAll required items are|&ctaken when you complete|&cthis challenge!"
|
exp-reward: '&6Exp reward: [reward]'
|
||||||
items-closeby: "&cAll required items|&cmust be close to you|&con your island!"
|
first-time-rewards: '&6First time reward(s)'
|
||||||
level: "&FLevel: [level]"
|
gui:
|
||||||
max-reached: "Max reached [donetimes] out of [maxtimes]"
|
admin:
|
||||||
money-reward: "&6Money reward: $[reward]"
|
buttons:
|
||||||
name: "Challenge Name"
|
add-challenge: Create Challenge
|
||||||
name-has-completed: "[name] has completed the [challenge] challenge!"
|
add-level: Create Level
|
||||||
navigation: "Click to see [level] challenges!"
|
blocks: Blocks
|
||||||
not-repeatable: "This challenge is not repeatable!"
|
broadcast: Broadcast Messages
|
||||||
parameters: "[Level]"
|
challenges: Challenges
|
||||||
repeat-rewards: "&6Repeat reward(s)"
|
complete: Complete
|
||||||
repeatable: "This challenge can be repeated [maxtimes] times"
|
delete-challenge: Delete Challenge
|
||||||
resetallchallenges:
|
delete-level: Delete Level
|
||||||
success: "[name] has had all challenges reset."
|
deployed: Deployment status
|
||||||
resetchallenge:
|
description: Description
|
||||||
challenge-reset: "Challenge: [challengename] has been reset for [name]"
|
edit-challenge: Edit Challenge
|
||||||
error-challenge-does-not-exist: "Challenge doesn't exist or isn't yet completed"
|
edit-level: Edit Level
|
||||||
rewards: "&FReward(s)"
|
entities: Entities
|
||||||
to-complete: "Complete [challengesToDo] more [thisLevel] challenges to unlock this level!"
|
environment: Environment
|
||||||
you-completed: "You completed the [challenge] challenge!"
|
free-challenges: Free Challenges Position
|
||||||
you-repeated: "You repeated the [challenge] challenge!"
|
glow: Completion Glowing
|
||||||
not-enough-money: "It is necessary to have [money] on your account to complete the challenge."
|
icon: Icon
|
||||||
not-enough-exp: "It is necessary to have [xp] EXP to complete challenge."
|
name: Name
|
||||||
|
order: Order Number
|
||||||
|
permissions: Permissions
|
||||||
|
properties: Properties
|
||||||
|
remove-blocks: Remove Blocks
|
||||||
|
remove-challenge: Remove Challenge
|
||||||
|
remove-entities: Remove Entities
|
||||||
|
remove-exp: Take Experience
|
||||||
|
remove-items: Remove items
|
||||||
|
remove-money: Remove Money
|
||||||
|
remove-on-complete: Remove on completion
|
||||||
|
repeat-count: Repeat Count
|
||||||
|
repeat-reward-command: Repeat Reward Command
|
||||||
|
repeat-reward-exp: Repeat Reward Experience
|
||||||
|
repeat-reward-items: Repeat Reward Items
|
||||||
|
repeat-reward-money: Repeat Reward Money
|
||||||
|
repeat-reward-text: Repeat Reward Text
|
||||||
|
repeatable: Repeatable
|
||||||
|
required-exp: Required Experience
|
||||||
|
required-items: Required items
|
||||||
|
required-level: Required Island Level
|
||||||
|
required-money: Required Money
|
||||||
|
requirements: Requirements
|
||||||
|
reset: Reset
|
||||||
|
reward-command: Reward Command
|
||||||
|
reward-exp: Reward Experience
|
||||||
|
reward-items: Reward Items
|
||||||
|
reward-money: Reward Money
|
||||||
|
reward-text: Reward Text
|
||||||
|
rewards: Rewards
|
||||||
|
search-radius: Search radius
|
||||||
|
settings: Settings
|
||||||
|
toggle-users: Choose players
|
||||||
|
type: Challenge Type
|
||||||
|
waiver-amount: Waiver Amount
|
||||||
|
choose-challenge-title: Challenges List
|
||||||
|
choose-level-title: Levels List
|
||||||
|
choose-user-title: Users List
|
||||||
|
descriptions:
|
||||||
|
broadcast: Broadcast 1st time challenge completion messages to all players.
|
||||||
|
disabled: disabled
|
||||||
|
enabled: enabled
|
||||||
|
free-challenges: This indicate if free challenges must be at the start (true) or at the end (false) of list.
|
||||||
|
glow: Add enchanted glow to completed challenges
|
||||||
|
in_world: In World
|
||||||
|
inventory: This type of challenges allows to define blocks and entities on island requirements.
|
||||||
|
island: This type of challenges allows to define inventory item requirements.
|
||||||
|
nether: Nether
|
||||||
|
normal: Normal
|
||||||
|
online: Online
|
||||||
|
order: Current order [value]
|
||||||
|
other: This type of challenges allows to define Money, Experience or island level requirements.
|
||||||
|
remove-on-complete: Remove non-repeatable challenges from the challenge GUI when complete.
|
||||||
|
repeat-count: 'Current value: [value]'
|
||||||
|
repeat-reward-exp: 'Current value: [value]'
|
||||||
|
repeat-reward-money: 'Current value: [value]'
|
||||||
|
required-exp: Current necessary [value]
|
||||||
|
required-level: 'Current value: [value]'
|
||||||
|
required-money: 'Current value: [value]'
|
||||||
|
reset: Reset Challenges - if this is true, player's challenges will reset when they reset an island or if they are kicked or leave a team
|
||||||
|
reward-exp: 'Current value: [value]'
|
||||||
|
reward-money: 'Current value: [value]'
|
||||||
|
search-radius: Current radius [value]
|
||||||
|
the_end: The End
|
||||||
|
waiver-amount: 'Current value: [value]'
|
||||||
|
with_island: With Island
|
||||||
|
edit-challenge-title: Edit Challenge
|
||||||
|
edit-entities: Manage Entities
|
||||||
|
edit-level-title: Edit Levels
|
||||||
|
manage-blocks: Manage Blocks
|
||||||
|
settings-title: Edit Settings
|
||||||
|
button:
|
||||||
|
add: Add
|
||||||
|
remove-selected: Remove Selected
|
||||||
|
buttons:
|
||||||
|
back: Return
|
||||||
|
next: Next
|
||||||
|
previous: Previous
|
||||||
|
title: '"Challenges GUI"'
|
||||||
|
gui-title: '&aChallenges'
|
||||||
|
help:
|
||||||
|
command: '/challenges: &fshow challenges'
|
||||||
|
config-reloaded: Configuration reloaded from file.
|
||||||
|
reset-all-challenges: resets all of the player's challenges
|
||||||
|
reset-challenge: marks a challenge as incomplete
|
||||||
|
reset-challenge-for-all: globally resets a challenge for every player with an optional repetition
|
||||||
|
incomplete: Incomplete
|
||||||
|
item-take-warning: '&cAll required items are|&ctaken when you complete|&cthis
|
||||||
|
challenge!'
|
||||||
|
items-closeby: '&cAll required items|&cmust be close to you|&con your island!'
|
||||||
|
level: '&FLevel: [level]'
|
||||||
|
max-reached: Max reached [donetimes] out of [maxtimes]
|
||||||
|
maxed-reached: Completed [donetimes] out of [maxtimes]
|
||||||
|
money-reward: '&6Money reward: $[reward]'
|
||||||
|
name: Challenge Name
|
||||||
|
name-has-completed: '[name] has completed the [challenge] challenge!'
|
||||||
|
name-has-completed-level: '[name] completed all challenges in [level]!'
|
||||||
|
navigation: Click to see [level] challenges!
|
||||||
|
not-enough-exp: It is necessary to have [xp] EXP to complete challenge.
|
||||||
|
not-enough-money: It is necessary to have [money] on your account to complete the challenge.
|
||||||
|
not-repeatable: This challenge is not repeatable!
|
||||||
|
parameters: '[Level]'
|
||||||
|
repeat-rewards: '&6Repeat reward(s)'
|
||||||
|
repeatable: This challenge can be repeated [maxtimes] times
|
||||||
|
resetallchallenges:
|
||||||
|
success: '[name] has had all challenges reset.'
|
||||||
|
resetchallenge:
|
||||||
|
challenge-reset: 'Challenge: [challengename] has been reset for [name]'
|
||||||
|
error-challenge-does-not-exist: Challenge doesn't exist or isn't yet completed
|
||||||
|
rewards: '&FReward(s)'
|
||||||
|
to-complete: Complete [challengesToDo] more [thisLevel] challenges to unlock this level!
|
||||||
|
you-completed: You completed the [challenge] challenge!
|
||||||
|
you-completed-level: Congratulations, you complete [level]!
|
||||||
|
you-repeated: You repeated the [challenge] challenge!
|
||||||
|
Loading…
Reference in New Issue
Block a user