Sobky

MelodyPlayer - Locale - EN.yml

Nov 8th, 2023 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.30 KB | Gaming | 0 0
  1. Prefix: "&5&lMelody Player &6\u2771"
  2.  
  3. Errors:
  4.   Reload:
  5.     Options: "&cA critical error occurred! Check options file! Disabling plugin..."
  6.   Profile:
  7.     Preference:
  8.       Locale:
  9.         NotSupported: "&cSelected locale &d{locale} &cis not supported, here!"
  10.         Change:
  11.           One: "&cOnly one language is supported on this server!"
  12.     Listening:
  13.       Already:
  14.         Enabled: "&cYou are already listening melodies!"
  15.         Disabled: "&cYou already stopped listening melodies!"
  16.       Lock: "&cCannot change listening status!"
  17.   MelodyPlayer:
  18.     Limit: "&cA limit of your Melody players has been reached!\n&6\u25CF &7Can't create new one.\n&6\u25CF &7Limit &6\u00BB &7{author_limit_personal}/{author_limit_global}"
  19.     NotExist: "&cPlayer &d{melody_player} &cdoes not exist!"
  20.     Activity: "&cPlayer &d{melody_player} &cis not active, now!"
  21.     Key:
  22.       Pattern: "&cPlayer &d{value} &ccontains not allowed chars!\n&9\u25CF &7Allowed chars &9\u00BB &9{pattern}\n &d\u2022 &7Any Letters or Digits or Underscore or Hyphen\n &d\u2022 &7Max length 32 characters"
  23.       Exists: "&cPlayer already exists!"
  24.     Location:
  25.       Conflict: "&cCan't save location due to conflict with Melody Player with higher Level!"
  26.       Missing: "&cMissing location for player &d{melody_player}&c!"
  27.     Management:
  28.       Ownership: "&cYou are not the owner of this player!"
  29.       Authorization: "&cYou are not permitted to perform this action!\n&6\u25CF &7Missing permission &6\u00BB &d{management_action}"
  30.       Self: "&cCannot input own PlayerName!"
  31.       PlayerName:
  32.         Pattern: "&cPlayerName &d{value} &ccontains not allowed chars!\n&6\u25CF &7Allowed chars &6\u00BB &d{pattern}"
  33.         NotFound: "&cNo Player &d{value} &cexists!"
  34.       Author:
  35.         Limit: "&cA limit of your Melody players has been reached!\n&6\u25CF &7Can't change ownership.\n&6\u25CF &7Limit &6\u00BB &7{author_limit_personal}/{author_limit_global}"
  36.   MelodyRepository:
  37.     MelodyPlayer:
  38.       Undefined: "Undefined"
  39.     Empty: "&cNo melodies loaded!"
  40.  
  41. Success:
  42.   Help:
  43.     Player:
  44.      - "&5&lMelody Player &6\u2771 &7Basic commands"
  45.       - "&6\u25CF &7Info &6\u00BB &d/MelodyPlayer Info"
  46.     Admin:
  47.      - "&5&lMelody Player &6\u2771 &7Admin commands"
  48.       - "&6\u25CF &7Admin Info &6\u00BB &d/MelodyPlayer Info Admin"
  49.       - "&6\u25CF &7Player &6\u00BB &d/MelodyPlayer Player <Create/SetLocation/Settings/ControlPanel> <PlayerName>"
  50.       - "&6\u25CF &7Reload &6\u00BB &d/MelodyPlayer Reload <[All]/Locale/Options>"
  51.       - "&6\u25CF &7Settings &6\u00BB &d/MelodyPlayer Settings"
  52.   Reload:
  53.     All: "&7Whole plugin successfully reloaded!"
  54.     Locale: "&7Localization and it's dependencies successfully reloaded!"
  55.     Options: "&7Options and it's dependencies successfully reloaded!"
  56.     Player: "&7Player &d{melody_player} &7successfully reloaded!"
  57.   MelodyPlayer:
  58.     Location:
  59.       Set: "&7Location saved!"
  60.     Management:
  61.       PlayerName:
  62.         Searching: "&7Searching for the player &d{player}&7!"
  63.       Author:
  64.         Change: "&7Changed ownership of player &d{melody_player} &7to &d{author}&7!"
  65.       Contributor:
  66.         Created: "&7Add new contributor &d{contributor} &7to player &d{melody_player}&7!"
  67.   Profile:
  68.     Listening:
  69.       Processing: "&7Processing your request..."
  70.       Enabled: "&7You are now listening melodies!"
  71.       Disabled: "&7You stopped listening melodies!"
  72.  
  73. DefaultValue:
  74.   Melody:
  75.     None: "None"
  76.  
  77. BuildingData:
  78.   Location: "&7W: &3{world} &7(X: &3{x}&7, Y: &3{y}&7, Z: &3{z}&7)"
  79.   None: "&cNone"
  80.  
  81. Management:
  82.   Action:
  83.     LOCATION__UPDATE: "Ability to change location"
  84.     LOCATION__HOLOGRAM__UPDATE: "Ability to change hologram's location"
  85.     SETTINGS__OPEN: "Ability to open settings"
  86.     CONTROL_PANEL__OPEN: "Ability to open control panel"
  87.     RELOAD: "Ability to reload player"
  88.  
  89. Hologram:
  90.   MelodyPlayer:
  91.    - "&5&l{melody_player_name}"
  92.     - ""
  93.     - "&6&l{melody_player_playlist_current}"
  94.     - "&e{melody_player_playlist_song_time_current} &a{melody_player_playlist_song_time_progress} &e{melody_player_playlist_song_time_total}"
  95.  
  96. GUI:
  97.   ControlPanel:
  98.     ControlPanelGUI:
  99.       Playlist:
  100.         Line:
  101.           Default: "  &3{order}. &7{title} &6| &7{duration}"
  102.           CurrentSuffix: " &e(Now)"
  103.         Delimiter: "  &7\u22EE"
  104.         None: "&cNo songs here, yet."
Add Comment
Please, Sign In to add comment