Sobky

Voting - Locale - EN.yml

Mar 1st, 2021 (edited)
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.51 KB | None | 0 0
  1. Prefix: "&9&lVoting &e\u2771"
  2.  
  3. Errors:
  4.   Round:
  5.     NotRunning: "&cCurrently, no voting round is running!"
  6.     Running: "&cThere is not able to start next round, while another is running!"
  7.     Vote: "&cYou have already placed a vote at this round!"
  8.     Economy:
  9.       Start: "&cBalance of your account does not let you to start voting!\n&e\u25CF &7You need &b${amount} &7to start a round."
  10.       Vote: "&cBalance of your account does not let you to vote at this round!\n&e\u25CF &7You need &b${amount} &7to place a vote."
  11.     Restriction:
  12.       Start: "&cYou are standing in world, where is not allowed to start a voting round!"
  13.       Vote: "&cYou are standing in world, where is not allowed to place a vote!"
  14.     Pause:
  15.       Global: "&cThere is not able to start next round, while pause is running!\n&e\u25CF &7Please wait &e\u00BB &b{remains}s"
  16.       Personal: "&cYou are not allowed to start next round!\n&e\u25CF &7Please wait until &e\u00BB &b{available_at}"
  17.     MinPlayers: "&cNot enough players to start next round!\n&e\u25CF &7Please wait unit &b{player_count_min} &7players will be online."
  18.   Parameter:
  19.     Player: "&cPlayer &b{player} &cwas not found on this server!"
  20.     World: "&cWorld &b{world} &cwas not found!"
  21.     Resistance:
  22.       Initiator: "&cYou, as an initiator of the round, cannot be used as a parameter!"
  23.       Collection: "&cValue &b{resistance_value} &ccannot be used as a parameter!"
  24.     Length: "&cParameter &b{parameter} &cdoes not match required length!\n&e\u25CF &7Required length &e\u00BB &b{length} &7(words)"
  25.     MaxLength: "&cParameter &b{parameter} &cis too long!\n&e\u25CF &7Maximal length &e\u00BB &b{max_length} &7(words)"
  26.   Administration:
  27.     Alias:
  28.       Save: "&cAn error at saving localization file occurred!"
  29.     Reload:
  30.       Options: "&cA critical error occurred! Check options file! Disabling plugin..."
  31.     Migration:
  32.       Localization:
  33.         MissingSection: "&cMigration failed! Section &bGUI &cdoes not exist!"
  34.         Fail: "&cMigration failed! Unexpected error, please check the console!"
  35.   Sign:
  36.     Unit:
  37.       NotFound: "&cUnit &b{unit} &cwas not found at system!"
  38.       Parameter: "&cUnit &b{unit} &crequires additional parameters to start a round!\n&e\u25CF &7There is not able to create sign for this unit."
  39.     Vote:
  40.       NotFound: "&cValue of Vote &b{vote} &cwas not found at system!\n&e\u25CF &7Allowed values &e\u00BB &bYes/No/Agree/Disagree"
  41.   GUI:
  42.     Pause: "&cThere is not able to open GUI, while pause is running!\n&e\u25CF &7Please wait &e\u00BB &b{remains}s"
  43.     Error: "&cAn unexpected error at opening GUI has occurred!\n&e\u25CF &7Please contact staff."
  44.  
  45. Success:
  46.   Round:
  47.     Vote:
  48.       AGREE: "&a\u2714 &7Thank you for placing a vote!"
  49.       DISAGREE: "&c\u2717 &7Thank you for placing a vote!"
  50.     Economy:
  51.       Start: "&7You have been charged &b${amount} &7for starting the round!"
  52.       Vote:
  53.         AGREE: "&a\u2714 &7You have been charged &b${amount} &7for placing the vote!"
  54.         DISAGREE: "&c\u2717 &7You have been charged &b${amount} &7for placing the vote!"
  55.     Start:
  56.       Initiator: "&7Round has started!\n&e\u25CF &7Please wait until evaluation."
  57.       Weather: "&b{initiator} &7would want &b{state} &7in world &b{world}&7!"
  58.       Custom:
  59.         KICK: "&b{initiator} &7wants to kick &b{p_player} &7for reason &b{p_reason}"
  60.         EVENT: "&b{initiator} &7placed a question &e\u00BB &7'&b{p_question}&7'"
  61.     Join:
  62.       Weather: "&7Round for &b{state} &7in world &b{world} &7in progress!"
  63.       Custom:
  64.         KICK: "&7Round for kicking &b{p_player} &7for reason &b{p_reason} &7in progress!"
  65.         EVENT: "&7There is placed a question &e\u00BB &7'&b{p_question}&7'"
  66.     Result:
  67.       Success:
  68.         Weather: "&aSuccessful &7Round for &b{state} &7in world &b{world}&7!"
  69.         Custom:
  70.           KICK: "&aSuccessful &7Round for kicking player &b{p_player}&7!\n&e\u25CF &7Kicking out..."
  71.           EVENT: "&aSuccessful &7Round for question &e\u00BB &7'&b{p_question}&7'"
  72.       Fail:
  73.         Weather: "&cUnsuccessful &7Round for &b{state} &7in world &b{world}&7!"
  74.         Custom:
  75.           KICK: "&cUnsuccessful &7Round for kick player &b{p_player}&7!"
  76.           EVENT: "&cUnsuccessful &7Round for question &e\u00BB &7'&b{p_question}&7'"
  77.       Ratio: "&7Result ratio &e\u00BB &a&l{agree} &7: &c&l{disagree}"
  78.     Confirmation:
  79.       Deny: "&7Action cancelled!"
  80.   Sign:
  81.     Create: "&7Sign created!"
  82.     Destroy: "&7Sign destroyed!"
  83.   Administration:
  84.     Alias:
  85.       Set: "&7World &b{world} &7has new alias &b{alias}&7!"
  86.       Remove: "&7Alias from World &b{world} &7has been removed!"
  87.     Reload:
  88.       All: "&7Whole plugin successfully reloaded!"
  89.       Locale: "&7Localization and it's dependencies successfully reloaded!"
  90.       Options: "&7Options and it's dependencies successfully reloaded!"
  91.       Units: "&7Units and it's dependencies successfully reloaded!"
  92.     Help:
  93.       Player:
  94.        - "&9&lVoting &e\u2771 &7Basic commands"
  95.         - "&e\u25CF &7Info &e\u00BB &b/Voting Info"
  96.         - "&e\u25CF &7GUI &e\u00BB &b/Voting"
  97.         - "&e\u25CF &7Start a round &e\u00BB &b/Voting <Unit>"
  98.         - "   &3\u25CF &c&lHINT &e\u00BB &7Use &eTab &7to complete command sequence"
  99.         - "&e\u25CF &7Place a vote &e\u00BB &b/Voting <Agree/Disagree>"
  100.       Admin:
  101.        - "&9&lVoting &e\u2771 &7Admin commands"
  102.         - "&e\u25CF &7Admin Info &e\u00BB &b/VotingAdmin Info Admin"
  103.         - "&e\u25CF &7Set world's alias &e\u00BB &b/VotingAdmin Alias Set <World> <Alias>"
  104.         - "&e\u25CF &7Remove world's alias &e\u00BB &b/VotingAdmin Alias Set <World>"
  105.         - "&e\u25CF &7Reload &e\u00BB &b/VotingAdmin Reload <[All]/Locale/Options/Units>"
  106.     Migration:
  107.       Localization:
  108.         Progress:
  109.           Start: "&7Starting to migrate Localization file&7...\n&6\u25CF &7Please wait until the process completes."
  110.           Completed: "&7Migration of Localization file &7successfully completed!"
  111.  
  112. BossBar:
  113.   Category:
  114.     Weather: "&7&lPlace vote for &e&l{state} &7&lin world &e&l{world}&7&l! &8&l| &7&lEnds in &3&l\u00BB &e&l{time}s"
  115.     Custom:
  116.       KICK: "&7&lPlace vote to kick &e&l{p_player}&7&l! &8&l| &7&lEnds in &3&l\u00BB &e&l{time}s"
  117.       EVENT: "&7'&e&l{p_question}&7' &8&l| &7&lEnds in &3&l\u00BB &e&l{time}s"
  118.  
  119. Clickable:
  120.   PlaceVote:
  121.     Agree:
  122.       Click:
  123.         Prefix: "&e\u25CF"
  124.         Message: "&a&nYes&7, I agree with this statement!"
  125.       Hover:
  126.         Message: "&7Click, to place a vote!"
  127.     Disagree:
  128.       Click:
  129.         Prefix: "&e\u25CF"
  130.         Message: "&c&nNo&7, I disagree with this statement!"
  131.       Hover:
  132.         Message: "&7Click, to place a vote!"
  133.  
  134. Alias:
  135.   World:
  136.     world: "Survival"
  137.   Unit:
  138.     Weather:
  139.       DAY: "Day"
  140.       NIGHT: "Night"
  141.       SUN: "Sun"
  142.       RAIN: "Rain"
  143.       STORM: "Storm"
  144.   InitiatorType:
  145.     CONSOLE: "Administrator"
  146.   Vote:
  147.     AGREE: "Agree"
  148.     DISAGREE: "Disagree"
  149.  
  150. Sign:
  151.   ROUND:
  152.     SLEEPING:
  153.       1: "&9&lVoting"
  154.       2: "&0&l{unit_base}"
  155.       3: ""
  156.       4: "&2Click to start!"
  157.     RUNNING:
  158.       1: "&9&lVoting"
  159.       2: "&0&l{unit_running}"
  160.       3: "&4&lRunning"
  161.       4: "&2&lEnds in &9\u00BB &4&l{time}s"
  162.     PAUSING:
  163.       1: "&9&lVoting"
  164.       2: ""
  165.       3: "&4&lPause"
  166.       4: "&2&lWait &9\u00BB &4&l{time}s"
  167.   VOTE:
  168.     SLEEPING:
  169.       1: "&9&lVote"
  170.       2: "&0&l{vote}"
  171.       3: ""
  172.       4: ""
  173.     RUNNING:
  174.       1: "&9&lVote"
  175.       2: "&0&l{vote}"
  176.       3: "&4For &9\u00BB &0&l{unit_running}"
  177.       4: "&2Place a vote!"
  178.     PAUSING:
  179.       1: "&9&lVote"
  180.       2: "&0&l{vote}"
  181.       3: ""
  182.       4: ""
Add Comment
Please, Sign In to add comment