Fixes small bugs in translation.

This commit is contained in:
BONNe 2021-09-20 09:28:23 +03:00
parent 24828a3a1b
commit 56fb5388c5

View File

@ -13,28 +13,12 @@ challenges:
main: main:
parameters: '' parameters: ''
description: 'Main admin command. Opens GUI.' description: 'Main admin command. Opens GUI.'
import:
description: |-
Import challenges from challenges.yml
Parameter overwrite means that challenges or levels with the same ID will be overwritten.
parameters: '[overwrite]'
reload: reload:
description: |- description: "Reload challenges from the database"
Reload challenges from the database parameters: ''
Parameter hard means that addon will reset the connection to the database.
parameters: '[hard]'
show: show:
description: 'Prints all challenges in the chat which exist in this world.' description: 'Prints all challenges in the chat which exist in this world.'
parameters: '' parameters: ''
defaults:
description: 'Shows subcommands to import/export the default challenges.'
parameters: '[command]'
defaults-import:
description: 'Import the default challenges.'
parameters: ''
defaults-generate:
description: 'Export existing challenges to default.json file.'
parameters: '[overwrite] - allows to overwrite existing file.'
complete: complete:
description: 'Complete a challenge for a player.' description: 'Complete a challenge for a player.'
parameters: '<player> <challenge_id>' parameters: '<player> <challenge_id>'
@ -231,7 +215,7 @@ challenges:
&7 the display name. &7 the display name.
value: "&7 Currently: &r [name]" value: "&7 Currently: &r [name]"
remove_on_complete: remove_on_complete:
name: "&f&l Remove After Completion" name: "&f&l Hide After Completion"
description: |- description: |-
&7 Toggle if challenge should &7 Toggle if challenge should
&7 hidden from player after &7 hidden from player after
@ -505,7 +489,7 @@ challenges:
&8 who completed challenge. &8 who completed challenge.
value: "&7 Current commands:" value: "&7 Current commands:"
repeat_reward_commands: repeat_reward_commands:
name: "&f&l Repeat Reward Text" name: "&f&l Repeat Reward Commands"
description: |- description: |-
&7 The specific repeat reward &7 The specific repeat reward
&7 commands for the challenge. &7 commands for the challenge.
@ -914,7 +898,7 @@ challenges:
# Text for required money # Text for required money
money: "&7&l Required money: &r&e [number]" money: "&7&l Required money: &r&e [number]"
# Warning that money will be reduced # Warning that money will be reduced
money-warning: "&e Experience will be &c removed" money-warning: "&e Money will be &c removed"
# Text for required island level # Text for required island level
level: "&7&l Required island level: &r&e [number]" level: "&7&l Required island level: &r&e [number]"
# Message that will generate for statistic type requirements and replace [type-requirements] # Message that will generate for statistic type requirements and replace [type-requirements]
@ -927,7 +911,7 @@ challenges:
# Type of statistic for single target. Target may be entity or material/block # Type of statistic for single target. Target may be entity or material/block
single-target: "&7&l [statistic]: &r&e [target]" single-target: "&7&l [statistic]: &r&e [target]"
# Type of statistic without entity/block target # Type of statistic without entity/block target
statistic: "&7&l [statistic] &r&e [number] &7&l time(-s)" statistic: "&7&l [statistic] &r&e [number]"
# Warning that statistic will be removed # Warning that statistic will be removed
warning: "&e Statistic data will be &c reduced" warning: "&e Statistic data will be &c reduced"
# Contains a text generated inside [rewards] lore # Contains a text generated inside [rewards] lore
@ -1180,6 +1164,7 @@ challenges:
invalid-level: "&c Level [level] contains invalid data. It will not be loaded from database!" invalid-level: "&c Level [level] contains invalid data. It will not be loaded from database!"
invalid-challenge: "&c Challenge [challenge] contains invalid data. It will not be loaded from database!" invalid-challenge: "&c Challenge [challenge] contains invalid data. It will not be loaded from database!"
no-library-entries: "&c Cannot find any library entries. Nothing to show." no-library-entries: "&c Cannot find any library entries. Nothing to show."
not-hooked: "&c Challenges Addon could not find any GameMode."
# Showcase for manual material translation # Showcase for manual material translation
materials: materials: