Converted language to new system.

This commit is contained in:
Brianna 2020-01-24 13:25:56 -05:00
parent 71bfd11301
commit e8aa1d9b9a

View File

@ -1,48 +1,56 @@
#General Messages # General Messages
general.nametag.prefix = "&7[&6EpicHeads&7]" general:
general.word.page = "Page" nametag:
general.word.query = "Query" prefix: '&7[&6EpicHeads&7]'
general.word.favorites = "Favorites" word:
general.word.everyone = "everyone" page: Page
general.phrase.latestpack = "Latest Pack" query: Query
favorites: Favorites
general.search.global = "&6Enter your search query." everyone: everyone
general.search.refine = "&6Enter a search term to refine your search." phrase:
general.search.nonefound = "&cNo heads found.." latestpack: Latest Pack
general.search.canceled = "&cSearch canceled." search:
global: '&6Enter your search query.'
general.head.staffpicked = "&8Staff Favorite" refine: '&6Enter a search term to refine your search.'
general.head.id = "&8ID: &7%id%" nonefound: '&cNo heads found..'
general.head.cost = "&8Cost: &7$%cost%" canceled: '&cSearch canceled.'
head:
gui.heads.refine = "&9Refine Search" staffpicked: '&8Staff Favorite'
gui.heads.search = "&9Create Search" id: '&8ID: &7%id%'
gui.heads.categories = "&cBack To Categories" cost: '&8Cost: &7$%cost%'
gui:
gui.general.previous = "&6Previous Page" heads:
gui.general.next = "&6Next Page" refine: '&9Refine Search'
search: '&9Create Search'
gui.overview.title = "EpicHeads (%count% heads)" categories: '&cBack To Categories'
gui.overview.search = "&a&lSearch" general:
gui.overview.headname = "&c&l%name%" previous: '&6Previous Page'
gui.overview.headlore = "&e%count% heads" next: '&6Next Page'
gui.overview.packlore = "&e%pack%" overview:
gui.overview.viewfavorites = "&6&lView Favorites" title: EpicHeads (%count% heads)
gui.overview.favoriteslore = "&8Shift click any head|&8to save as a favorite." search: '&a&lSearch'
gui.overview.discord = "&9&lDiscord" headname: '&c&l%name%'
gui.overview.discordlore = "&8Add or request new heads|&8in our discord server." headlore: '&e%count% heads'
packlore: '&e%pack%'
event.general.nopermission = "&cYou do not have permission to use that command." viewfavorites: '&6&lView Favorites'
event.buyhead.cannotafford = "&cYou cannot afford this head." favoriteslore: '&8Shift click any head|&8to save as a favorite.'
discord: '&9&lDiscord'
command.give.notonline = "&cThe player &4%name% &ccould not be found." discordlore: '&8Add or request new heads|&8in our discord server.'
command.give.notfound = "&cThe head &4%name%&c could not be found." event:
command.give.success = "&7You have given &6%player% &7a head named &6%name%&7." general:
command.give.receive = "&7You have been given a head named &6%name%&7." nopermission: '&cYou do not have permission to use that command.'
buyhead:
command.add.success = "&7Added the head &6%name% &7successfully." cannotafford: '&cYou cannot afford this head.'
command.add.exists = "&cThat head already exists." command:
give:
command.givetoken.success = "&7You gave &6%player% %amount% &7player head tokens." notonline: '&cThe player &4%name% &ccould not be found.'
command.givetoken.receive = "&7You have been given &6%amount% &7player head tokens." notfound: '&cThe head &4%name%&c could not be found.'
success: '&7You have given &6%player% &7a head named &6%name%&7.'
receive: '&7You have been given a head named &6%name%&7.'
add:
success: '&7Added the head &6%name% &7successfully.'
exists: '&cThat head already exists.'
givetoken:
success: '&7You gave &6%player% %amount% &7player head tokens.'
receive: '&7You have been given &6%amount% &7player head tokens.'