Advertisement
qDaaz

Yang - lang_en.yml

Mar 5th, 2021
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 9.73 KB | None | 0 0
  1. COMMON_ERRORS:
  2.   PLAYER_NOT_FOUND: '&cA player with that name could not be found.'
  3. CONVERSATION:
  4.   SEND_MESSAGE: "&7(To &r{target_color}{target_name}&7) {msg}"
  5.   RECEIVE_MESSAGE: "&7(From &r{sender_color}{sender_name}&7) {msg}"
  6. JOIN_MESSAGES:
  7.  - '  '
  8.   - ' &7[&a+&7] &fWelcome to &2&lPractice &b[Season 1]'
  9.   - ' &7[&a+&7] &fFor more information visit&7: &adiscord.gg/pandacommunity'
  10.   - '  '
  11. KIT_EDITOR:
  12.   START_RENAMING: '&eNow renaming &a{kit_name} &e... Enter the new name now. &7&o(Chat
  13.     colors work)'
  14.   RENAMED: '&eYou have renamed your &a{previous_name} &ekit to &a{new_name}&e.'
  15.   NAME_TOO_LONG: '&cYour kit name cannot be more than 16 characters long.'
  16. PARTY:
  17.   HELP:
  18.    - '&7&m------------------------------------------------'
  19.     - '&2&lParty Help'
  20.     - '&a/party create &7- &fCreate a party'
  21.     - '&a/party disband &7- &fDisband your party'
  22.     - '&a/party leave &7- &fLeave your party'
  23.     - '&a/party join <name> &7- &fJoin a party'
  24.     - '&a/party kick <player> &7- &fKick a member'
  25.     - '&a/party open &7- &fMake your party open'
  26.     - '&a/party close &7- &fMake your party closed'
  27.     - '&a/party chat <msg> &7- &fSend a chat message'
  28.     - '&7&m------------------------------------------------'
  29.   CREATE: '&9You have created a party.'
  30.   DISBAND: '&9Your party has been disbanded.'
  31.   INVITE:
  32.    - '{leader_name} &9has sent you an invite to their party.'
  33.     - '%CLICKABLE%&6Click here or type &b/party join {leader_name} &6to accept.'
  34.   INVITE_HOVER: '&2Click here to accept.'
  35.   INVITE_BROADCAST: '{player_name} &9has been invited to your party.'
  36.   JOIN: '{player_name} &9has joined your party.'
  37.   LEAVE: '{player_name} &9has {context} your party.'
  38.   PRIVACY_CHANGE: '&9Your party privacy has been set to &2&l{new_privacy}&e.'
  39.   CHAT_PREFIX: '&d[Party] &r'
  40.   CONTEXT:
  41.     KICK: been kicked from
  42.     QUIT: left
  43. EVENT:
  44.   HELP:
  45.    - '&7&m------------------------------------------------'
  46.     - '&2&lEvent Help'
  47.     - '&a/events &7- &fShow events that can be hosted'
  48.     - '&a/host <type> &7- &fHost an event by name'
  49.     - '&a/event info &7- &fShows active event information'
  50.     - '&a/event join &7- &fJoin the event'
  51.     - '&a/event leave &7- &fLeave the event'
  52.     - '&7&m------------------------------------------------'
  53.   JOIN_BROADCAST:
  54.    - '&7███████'
  55.     - '&7██&4███&7██'
  56.     - '&7██&4█&7████  &2&l[{event_name} Event]'
  57.     - '&7██&4███&7██  &r{host_name} &fis hosting an event!'
  58.     - '&7██&4█&7████  &r&a&lClick to join!'
  59.     - '&7██&4███&7██'
  60.     - '&7███████'
  61.   JOIN_HOVER: '&eClick to join,'
  62.   PLAYER_JOIN: '&7[&2&lEvent&7] &r{player_name} &ehas joined the event. &7&o({size}/{maximum})'
  63.   PLAYER_LEAVE: '&7[&2&lEvent&7] &r{player_name} &ehas left the event. &7&o({remaining}/{maximum})'
  64.   PLAYER_VOTE: '&7[&2&lEvent&7] &r{player_name} &ehas voted for the &a{map_name} &emap.
  65.     &7&o({votes} votes)'
  66.   ROUND_START: '&7[&2&lEvent&7] &a{participant_a} &evs &a{participant_b}'
  67.   ROUND_START_TIMER: '&7[&2&lEvent&7] &aRound {round} &ewill start in &a{time} {context}&e.'
  68.   ROUND_ELIMINATION: '&7[&2&lEvent&7] &a{loser_name} &e{context} eliminated.'
  69.   ROUND_OPPONENT: '&7[&2&lEvent&7] &eYour Opponent{context}: &a{name}'
  70.   STARTED:
  71.    - '&7[&2&lEvent&7] &a{event_name} &ehas started. &7&o({size}/{maximum})'
  72.   FINISHED:
  73.    - '&7███████'
  74.     - '&7██&4███&7██'
  75.     - '&7██&4█&7████  &2&l[{event_name} Event]'
  76.     - '&7██&4███&7██  &r{winner} {context} won the event!'
  77.     - '&7██&4█&7████  &r&a&lGood game!'
  78.     - '&7██&4███&7██'
  79.     - '&7███████'
  80. DUEL:
  81.   SENT: '&6You sent a &a{kit_name} &6duel request to &a{target_name} &6on arena &a{arena_name}&6.'
  82.   SENT_PARTY: '&6Your party sent a &a{kit_name} &6duel request to &a{target_name}''''s
  83.     party &6(&a{party_size}&6) &6on arena &a{arena_name}&6.'
  84.   RECEIVED:
  85.    - '&a{sender_name} &6sent you a &a{kit_name} &6duel request on arena &a{arena_name}&6.'
  86.     - '%CLICKABLE%'
  87.   RECEIVED_PARTY:
  88.    - '&a{sender_name}''''s party &6(&a{party_size}&6) &6sent your party a &a{kit_name}
  89.     &6duel request on arena &a{arena_name}&6.'
  90.     - '%CLICKABLE%'
  91.   RECEIVED_HOVER: '&eClick to accept this duel request.'
  92.   RECEIVED_CLICKABLE: '&6Click here or type &b/duel accept {sender_name} &6to accept.'
  93. QUEUE:
  94.   JOIN_UNRANKED: '&eYou have been added to the &aUnranked {kit_name} &equeue.'
  95.   LEAVE_UNRANKED: '&eYou have been removed from &aUnranked {kit_name} &equeue.'
  96.   JOIN_RANKED: '&eYou have been added to the &aRanked {kit_name} &equeue. &7&o[{elo}
  97.     ELO]'
  98.   LEAVE_RANKED: '&eYou have been removed from &aRanked {kit_name} &equeue.'
  99.   RANGE_INCREMENT: '&eSearching in ELO range &a[{min_range} -> {max_range}]&e...'
  100. MATCH:
  101.   GIVE_KIT: '&eGiving you the &a{kit_name} &ekit.'
  102.   ENDERPEARL_COOLDOWN: '&cYou may not use your &c&lEnderpearl &cfor another &c&l{time}
  103.     second{context}&c.'
  104.   ENDERPEARL_COOLDOWN_EXPIRED: '&eYour enderpearl cooldown has now expired.'
  105.   START_SPECTATING: '&eYou are spectating {first_color}{participant_a} &evs {second_color}{participant_b}'
  106.   START_SPECTATING_RANKED: '&eYou are spectating {first_color}{participant_a} &7({participant_a_elo})
  107.     &evs {second_color}{participant_b} &7({participant_b_elo})'
  108.   NOW_SPECTATING: '&b{spectator_name} &eis now spectating.'
  109.   NO_LONGER_SPECTATING: '&b{spectator_name} &eis no longer spectating.'
  110.   PLAYING_ARENA_NO_AUTHOR: '&eYou are playing on arena &a{arena_name}&e.'
  111.   PLAYING_ARENA_AUTHOR: '&eYou are playing on arena &a{arena_name}&e, create by &b&l{author}&e.'
  112.   START_TIMER: '&eThe match starts in &a{time} &esecond{context}...'
  113.   STARTED: '&eThe match has started.'
  114.   END_DETAILS:
  115.    - '&7&m------------------------------------------------'
  116.     - '&6Match Information &7(click to view)'
  117.     - '%INVENTORIES%'
  118.     - '%ELO_CHANGES%'
  119.     - '&7&m------------------------------------------------'
  120.   END_WINNER_INVENTORY: '&aWinner{context}: '
  121.   END_LOSER_INVENTORY: '&cLoser{context}: '
  122.   CLICK_TO_VIEW_NAME: '&e{name}'
  123.   CLICK_TO_VIEW_HOVER: '&eClick to view &b{name}&e''''s inventory.'
  124.   ELO_CHANGES:
  125.     - '&7&oELO Changes: &a{winning_name} +{winning_elo_mod} ({winning_elo_mod_elo})
  126.     &c{losser_name} -{losser_elo_mod} ({losser_elo_mod_elo})'
  127.   PLAYER_KILLED: '{dead_name} &7was slain by {killer_name}&7.'
  128.   PLAYER_DIED: '{dead_name} &7committed suicide.'
  129.   ROUNDS_TO_WIN: ''
  130. REMATCH:
  131.   SENT_REQUEST:
  132.    - '&eYou have sent &a{target_name} &ea rematch on arena &a{arena_name}&e.'
  133.   RECEIVED_REQUEST:
  134.    - '&a{sender_name} &ehas sent you a rematch on arena &a{arena_name}&e.'
  135.     - '&6Click here or type &b/rematch &6to accept the request.'
  136.   RECEIVED_REQUEST_HOVER: '&6Click to accept.'
  137. ARROW_DAMAGE_INDICATOR: '&7[&9&lArrow Range &e({range})&7] &e{damaged_name} &9is now
  138.   at &c{damaged_health} &4{symbol}&e.'
  139. FISH_DAMAGE_INDICATOR: '&7[&9&lFish&7] &e{damaged_name} &9is now at &c{damaged_health}
  140.   &4{symbol}&e.'
  141. VIEWING_INVENTORY: '&eYou are viewing &b{target_name}&e''s inventory...'
  142. CLAN:
  143.   CREATE: '&aClan {name} create successfully.'
  144.   SHOW:
  145.    - '&6&l{name}''s &6&lClan'
  146.     - '&e&lLeader&7:&f {leader}'
  147.     - '&e&lMembers&7:&r {members}'
  148.     - '&e&lPoints&7:&f {points}'
  149.     - '&e&lCategory&7:&f {category}'
  150.     - '&e&lTournament Wins&7:&f {tournament_wins}'
  151.   HELP:
  152.    - '&6&lClan Help'
  153.     - '&7/clan create (name)'
  154.     - '&7/clan info (name)'
  155.     - '&7/clan rename (new_name)'
  156.     - '&7/clan invite (player_name)'
  157.     - '&7/clan kick (player_name)'
  158.     - '&7/clan setcolor (color)'
  159.     - '&7/clan disband'
  160.     - '&7/clan leave'
  161.     - '&7/clan list'
  162.   DISBAND: '&cClan disband by {player_name}'
  163.   LEAVE:
  164.     PLAYER: '&eYou have left the Clan.'
  165.     BROADCAST: '&e{player_name} left the Clan.'
  166.   INVITE:
  167.     SENDER: '&eYou have invited {target_name} &eto join your Clan.'
  168.     RECEIVER: '&eYou have received an invitation from {clan_name} &eto join their
  169.       Clan.'
  170.   RENAME_BROADCAST: '&eClan renamed from &a{old_name} &eto &a{new_name}&e.'
  171.   JOIN_BROADCAST: '{player_name} &aentered the Clan.'
  172.   JOIN: '&aYou have entered the Clan.'
  173.   SET_COLOR_BROADCAST: '&aClan color change to {new_color}&a.'
  174.   KICKED:
  175.     BROADCAST: '{target_name} &ehas been kicked from the Clan.'
  176.     PLAYER: '&eYou have been kicked from the Clan.'
  177.   ERROR:
  178.     PLAYER:
  179.       NOT_FOUND: '&cYou are not in any Clan.'
  180.       ALREADY_IN_CLAN: '&cYou are already in a Clan.'
  181.       ALREADY_IN_CLAN_OTHER: '&c{target_name} is already in a Clan.'
  182.       NOT_IN_YOUR_CLAN: '&c{target_name} is not in your Clan.'
  183.     ALREADY_EXIST: '&cThere is already a Clan with that name.'
  184.     MAX_LENGTH_NAME: '&cThe maximum size for a name is 5 letters.'
  185.     MEMBERS_LIMIT: '&cYour Clan is full of players.'
  186.     ONLY_OWNER: '&cOnly the Clan Leader can do that.'
  187.     NOT_INVITATION: '&cYou have not received an invitation from this Clan.'
  188.     INVITATION_EXPIRED: '&cThe invitation has expired.'
  189.     OWNER_LEAVE: '&cYou cannot leave your own Clan, for that you must put /clan disband.'
  190. CHAT:
  191.   CLEAR_CHAT_BROADCAST: "&eThe chat has been cleared by &r{sender_name}"
  192.   MUTE_CHAT_BROADCAST: "&eThe chat has been {context} by &r{sender_name}"
  193.   DELAY_CHAT_ENABLED_BROADCAST: "&eThe chat has been delayed by &r{sender_name} &7({delay_time} second{context})"
  194.   DELAY_CHAT_DISABLED_BROADCAST: "&eThe chat delay has been lifted by &r{sender_name}"
  195.   CHAT_DELAYED: "&cSlow down! You may chat again in {delay_time} seconds."
  196. CLASS:
  197.   CANNOT_USE: "&cYou cannot use this for another {seconds} seconds!"
  198.   ON_ITEM_EFFECT_USE: "&6You're giving {effect} effect your team"
  199.   BARD_ENOUGH_ENERGY: "&cThis effect needs {needed-energy} energy but you only have {energy}"
  200.   USE_BACKSTAB: "&eYou Have backstabbed {victim}"
  201.   FAILED_BACKSTAB: "&cBackstab failed!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement