Sobky

Locale - EN.yml

Mar 1st, 2021 (edited)
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 10.76 KB | None | 0 0
  1. Prefix: "&9&lVoting &e\u2771"
  2. Errors:
  3.   ConsoleError: "&cCommand can be performed only via Player!"
  4.   NoPermissions: "&cYou are not permitted to use this action!"
  5.   WrongCommandUsage:
  6.     Unexpected: "&cAn unexpected error has occurred!\n&6\u25CF &7Please check the console for more info."
  7.     Implementation: "&cIt seems that method &3{method} &chas wrong parameters.\n&6\u25CF &7Please check the implementation."
  8.     Unsupported: "&cWrong usage of command!\n&e\u25CF &7Unsupported command sequence"
  9.     Hint:
  10.       Common: "&cWrong usage of command!\n&e\u25CF &7&lHINT &e\u00BB &b{replacement}"
  11.       Tab: "&cWrong usage of command!\n&e\u25CF &7&lHINT &e\u00BB &b{replacement}\n&e\u25CF &7&lHINT &e\u00BB &dUse Tab to complete command sequence"
  12.   PrimitiveDataType:
  13.     Integer: "&cCannot parse value &3{value} &cto number!"
  14.     Double: "&cCannot parse value &3{value} &cto decimal number!"
  15.     Range: "&cValue &3{value} &cis out of range!\n&6\u25CF &7Allowed range &6\u00BB &3<{min}; {max}>"
  16.   Round:
  17.     NotRunning: "&cCurrently, no voting round is running!"
  18.     Running: "&cThere is not able to start next round, while another is running!"
  19.     Vote: "&cYou have already placed a vote at this round!"
  20.     Economy:
  21.       Start: "&cBalance of your account does not let you to start voting!\n&e\u25CF &7You need &b${amount} &7to start a round."
  22.       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."
  23.     Restriction:
  24.       Start: "&cYou are standing in world, where is not allowed to start a voting round!"
  25.       Vote: "&cYou are standing in world, where is not allowed to place a vote!"
  26.     Pause:
  27.       Global: "&cThere is not able to start next round, while pause is running!\n&e\u25CF &7Please wait &e\u00BB &b{remains}s"
  28.       Personal: "&cYou are not allowed to start next round!\n&e\u25CF &7Please wait until &e\u00BB &b{available_at}"
  29.     MinPlayers: "&cNot enough players to start next round!\n&e\u25CF &7Please wait unit &b{player_count_min} &7players will be online."
  30.   Parameter:
  31.     Player: "&cPlayer &b{player} &cwas not found on this server!"
  32.     World: "&cWorld &b{world} &cwas not found!"
  33.     Resistance:
  34.       Initiator: "&cYou, as an initiator of the round, cannot be used as a parameter!"
  35.       Collection: "&cValue &b{resistance_value} &ccannot be used as a parameter!"
  36.     Length: "&cParameter &b{parameter} &cdoes not match required length!\n&e\u25CF &7Required length &e\u00BB &b{length} &7(words)"
  37.     MaxLength: "&cParameter &b{parameter} &cis too long!\n&e\u25CF &7Maximal length &e\u00BB &b{max_length} &7(words)"
  38.   Administration:
  39.     Alias:
  40.       Save: "&cAn error at saving localization file occurred!"
  41.     Reload:
  42.       Options: "&cA critical error occurred! Check options file! Disabling plugin..."
  43.   Sign:
  44.     Unit:
  45.       NotFound: "&cUnit &b{unit} &cwas not found at system!"
  46.       Parameter: "&cUnit &b{unit} &crequires additional parameters to start a round!\n&e\u25CF &7There is not able to create sign for this unit."
  47.     Vote:
  48.       NotFound: "&cValue of Vote &b{vote} &cwas not found at system!\n&e\u25CF &7Allowed values &e\u00BB &bYes/No/Agree/Disagree"
  49.   GUI:
  50.     Pause: "&cThere is not able to open GUI, while pause is running!\n&e\u25CF &7Please wait &e\u00BB &b{remains}s"
  51.     Error: "&cAn unexpected error at opening GUI has occurred!\n&e\u25CF &7Please contact staff."
  52. Success:
  53.   Round:
  54.     Vote: "&7You have successfully placed a vote!"
  55.     Economy:
  56.       Start: "&7You have been charged &b${amount} &7for starting the round!"
  57.       Vote: "&7You have been charged &b${amount} &7for placing the vote!"
  58.     Start:
  59.       Initiator: "&7Round has started!\n&e\u25CF &7Please wait until evaluation."
  60.       Weather: "&b{initiator} &7would want &b{state} &7in world &b{world}&7!"
  61.       Custom:
  62.         KICK: "&b{initiator} &7wants to kick &b{p_player} &7for reason &b{p_reason}"
  63.         EVENT: "&b{initiator} &7placed a question &e\u00BB &7'&b{p_question}&7'"
  64.     Join:
  65.       Weather: "&7Round for &b{state} &7in world &b{world} &7in progress!"
  66.       Custom:
  67.         KICK: "&7Round for kicking &b{p_player} &7for reason &b{p_reason} &7in progress!"
  68.         EVENT: "&7There is placed a question &e\u00BB &7'&b{p_question}&7'"
  69.     Result:
  70.       Success:
  71.         Weather: "&aSuccessful &7Round for &b{state} &7in world &b{world}&7!"
  72.         Custom:
  73.           KICK: "&aSuccessful &7Round for kicking player &b{p_player}&7!\n&e\u25CF &7Kicking out..."
  74.           EVENT: "&aSuccessful &7Round for question &e\u00BB &7'&b{p_question}&7'"
  75.       Fail:
  76.         Weather: "&cUnsuccessful &7Round for &b{state} &7in world &b{world}&7!"
  77.         Custom:
  78.           KICK: "&cUnsuccessful &7Round for kick player &b{p_player}&7!"
  79.           EVENT: "&cUnsuccessful &7Round for question &e\u00BB &7'&b{p_question}&7'"
  80.       Ratio: "&7Result ratio &e\u00BB &a&l{agree} &7: &c&l{disagree}"
  81.     Confirmation:
  82.       Deny: "&7Action cancelled!"
  83.   Sign:
  84.     Create: "&7Sign created!"
  85.     Destroy: "&7Sign destroyed!"
  86.   Administration:
  87.     Alias:
  88.       Set: "&7World &b{world} &7has new alias &b{alias}&7!"
  89.       Remove: "&7Alias from World &b{world} &7has been removed!"
  90.     Reload:
  91.       All: "&7Whole plugin successfully reloaded!"
  92.       Locale: "&7Localization and it's dependencies successfully reloaded!"
  93.       Options: "&7Options and it's dependencies successfully reloaded!"
  94.       Units: "&7Units and it's dependencies successfully reloaded!"
  95.     Help:
  96.       Player:
  97.        - "&9&lVoting &e\u2771 &7Basic commands"
  98.         - "&e\u25CF &7Info &e\u00BB &b/Voting Info"
  99.         - "&e\u25CF &7GUI &e\u00BB &b/Voting"
  100.         - "&e\u25CF &7Start a round &e\u00BB &b/Voting <Unit>"
  101.         - "   &3\u25CF &c&lHINT &e\u00BB &7Use &eTab &7to complete command sequence"
  102.         - "&e\u25CF &7Place a vote &e\u00BB &b/Voting <Agree/Disagree>"
  103.       Admin:
  104.        - "&9&lVoting &e\u2771 &7Admin commands"
  105.         - "&e\u25CF &7Admin Info &e\u00BB &b/VotingAdmin Info Admin"
  106.         - "&e\u25CF &7Set world's alias &e\u00BB &b/VotingAdmin Alias Set <World> <Alias>"
  107.         - "&e\u25CF &7Remove world's alias &e\u00BB &b/VotingAdmin Alias Set <World>"
  108.         - "&e\u25CF &7Reload &e\u00BB &b/VotingAdmin Reload <[All]/Locale/Options/Units>"
  109. BossBar:
  110.   Category:
  111.     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"
  112.     Custom:
  113.       KICK: "&7&lPlace vote to kick &e&l{p_player}&7&l! &8&l| &7&lEnds in &3&l\u00BB &e&l{time}s"
  114.       EVENT: "&7'&e&l{p_question}&7' &8&l| &7&lEnds in &3&l\u00BB &e&l{time}s"
  115. Clickable:
  116.   PlaceVote:
  117.     Agree:
  118.       Click:
  119.         Prefix: "&e\u25CF"
  120.         Message: "&a&nYes&7, I agree with this statement!"
  121.       Hover:
  122.         Message: "&7Click, to place a vote!"
  123.     Disagree:
  124.       Click:
  125.         Prefix: "&e\u25CF"
  126.         Message: "&c&nNo&7, I disagree with this statement!"
  127.       Hover:
  128.         Message: "&7Click, to place a vote!"
  129. Alias:
  130.   World:
  131.     world: "Survival"
  132.   Unit:
  133.     Weather:
  134.       DAY: "Day"
  135.       NIGHT: "Night"
  136.       SUN: "Sun"
  137.       RAIN: "Rain"
  138.       STORM: "Storm"
  139.   InitiatorType:
  140.     CONSOLE: "Administrator"
  141.   Vote:
  142.     AGREE: "Agree"
  143.     DISAGREE: "Disagree"
  144. Sign:
  145.   ROUND:
  146.     SLEEPING:
  147.       1: "&9&lVoting"
  148.       2: "&0&l{unit_base}"
  149.       3: ""
  150.       4: "&2Click to start!"
  151.     RUNNING:
  152.       1: "&9&lVoting"
  153.       2: "&0&l{unit_running}"
  154.       3: "&4&lRunning"
  155.       4: "&2&lEnds in &9\u00BB &4&l{time}s"
  156.     PAUSING:
  157.       1: "&9&lVoting"
  158.       2: ""
  159.       3: "&4&lPause"
  160.       4: "&2&lWait &9\u00BB &4&l{time}s"
  161.   VOTE:
  162.     SLEEPING:
  163.       1: "&9&lVote"
  164.       2: "&0&l{vote}"
  165.       3: ""
  166.       4: ""
  167.     RUNNING:
  168.       1: "&9&lVote"
  169.       2: "&0&l{vote}"
  170.       3: "&4For &9\u00BB &0&l{unit_running}"
  171.       4: "&2Place a vote!"
  172.     PAUSING:
  173.       1: "&9&lVote"
  174.       2: "&0&l{vote}"
  175.       3: ""
  176.       4: ""
  177. GUI:
  178.   Base:
  179.     VotingUnitGUI:
  180.       InventoryName: "&9&lVoting"
  181.       Item:
  182.         Unit:
  183.           DAY:
  184.             HeadName: "&3&lDay time"
  185.             Lore:
  186.              - "&6\u25CF &7Click to start round!"
  187.           NIGHT:
  188.             HeadName: "&2&lNight time"
  189.             Lore:
  190.              - "&6\u25CF &7Click to start round!"
  191.           SUN:
  192.             HeadName: "&e&lSunny weather"
  193.             Lore:
  194.              - "&6\u25CF &7Click to start round!"
  195.           RAIN:
  196.             HeadName: "&9&lRainy weather"
  197.             Lore:
  198.              - "&6\u25CF &7Click to start round!"
  199.           STORM:
  200.             HeadName: "&7&lStormy weather"
  201.             Lore:
  202.              - "&6\u25CF &7Click to start round!"
  203.     VotingVoteGUI:
  204.       InventoryName: "&9&lVoting - Round"
  205.       Item:
  206.         Button:
  207.           Agree:
  208.             HeadName: "&a&lAgree"
  209.             Lore:
  210.              - "&6\u25CF &a&lYes&7, I agree with this statement!"
  211.               - ""
  212.               - "&6\u25CF &7Click, to place a vote!"
  213.           Disagree:
  214.             HeadName: "&c&lDisagree"
  215.             Lore:
  216.              - "&6\u25CF &c&lNo&7, I disagree with this statement!"
  217.               - ""
  218.               - "&6\u25CF &7Click, to place a vote!"
  219.         Base:
  220.           Delimiter:
  221.             HeadName: " "
  222.             Lore: [ ]
  223.           Lock:
  224.             HeadName: "&c&lLock"
  225.             Lore:
  226.              - "&6\u25CF &7Vote has been already placed!"
  227.           Info:
  228.             Category:
  229.               Weather:
  230.                 HeadName: "&2&lRound information"
  231.                 Lore:
  232.                  - "&6\u25CF &7For &6\u00BB &3{state}"
  233.                   - "&6\u25CF &7World &6\u00BB &3{world}"
  234.                   - ""
  235.                   - "&6\u25CF &7Remains &6\u00BB &3{time}s"
  236.               Custom:
  237.                 KICK:
  238.                   HeadName: "&2&lRound information"
  239.                   Lore:
  240.                    - "&6\u25CF &7Kick &6\u00BB &3{p_player}"
  241.                     - "&6\u25CF &7Reason &6\u00BB &3{p_reason}"
  242.                     - ""
  243.                     - "&6\u25CF &7Remains &6\u00BB &3{time}s"
  244.                 EVENT:
  245.                   HeadName: "&2&lRound information"
  246.                   Lore:
  247.                    - "&6\u25CF &7Question &6\u00BB &3{p_question}"
  248.                     - ""
  249.                     - "&6\u25CF &7Remains &6\u00BB &3{time}s"
  250.     VotingConfirmationGUI:
  251.       InventoryName: "&9&lAre you sure? #V"
  252.       Item:
  253.         Button:
  254.           Confirm:
  255.             HeadName: "&a&lConfirm"
  256.             Lore:
  257.              - "&6\u25CF &a&lYes&7, I want to start"
  258.               - "&7a voting for &3{unit_name}!"
  259.               - ""
  260.               - "&6\u25CF &7Click to start the round!"
  261.           Deny:
  262.             HeadName: "&c&lDeny"
  263.             Lore:
  264.              - "&6\u25CF &c&lNo&7, I'm taking my"
  265.               - "&7decision back!"
  266.               - ""
  267.               - "&6\u25CF &7Click to cancel!"
Add Comment
Please, Sign In to add comment