Skip to content

English translate

iBuseWinner edited this page Apr 8, 2020 · 1 revision
messages:
  #Prefix before all messages (%prefix%)
  #Префикс перед всеми сообщениями (%prefix%)
  prefix: "&6Reputation &8>>&7"
  no-perm: '%prefix% &cYou don't have permission: &4%perm%'
  admin:
    #/rep admin help
    help:
      - '%prefix% &aAll admin commands:'
      - '&d/rep admin add <nick> <amount> &a- add reputation to a player'
      - '&d/rep admin take <nick> <amount> &a- take reputation from a player'
      - '&d/rep admin set <nick> <amount> &a- set reputation for a player'
      - '&d/rep admin reset <nick> &a- reset reputation for a player'
      - '&d/rep admin reload &a- reloads the config'
    success:
      add: '%prefix% &aYou have successfully added &e%reputation% &areputation points to player &e%player%&a!'
      take: '%prefix% &aYou have successfully took &e%reputation% &areputation points to player &e%player%&a!'
      set: '%prefix% &aYou have successfully set &e%reputation% &areputation points to player &e%player%&a!'
      reset: '%prefix% &aYou have successfully reset reputation points for player &e%player%&a!'
      reload: '%prefix% &aYou successfully reloaded the config!'
    errors: '%prefix% &cError! Check the input and try again!'
  player:
    help:
      - '%prefix% &aAll commands:'
      - '&d/rep get &a- show your reputation'
      - '&d/rep <ник> &a- show other player reputation'
      - '&d/rep + <ник> &a- give a player a reputation point'
      - '&d/rep - <ник> &a- take from a player a reputation point'
      - '&d/rep undo <+/-> &a- undo your act'
    success:
      rep+: '%prefix% &aYou gave a reputation point to a player &e%player%&a!'
      rep-: '%prefix% &aYou taken away a reputation point from a player &e%player%&a!'
      undo: '%prefix% &aВы отменили своё действие!'
      get-self-reps: '%prefix% &aYou have &e%reputation%&a reputation points!'
      get-other-reps: '%prefix% &aPlayer &e%player% &ahas &e%reputation%&a reputation points!'
    errors:
      already-rep+: '%prefix% &cYou have already given a reputation point!'
      already-rep-: '%prefix% &cYou have already taken a reputation point from another player!'
      nothing-undo: '%prefix% &cNothing to undo!'
      write-nick: '%prefix% &cIndicate the player to whom you want to give/collect a reputation point!'
      own-nick: '%prefix% &cYou can''t give/take a reputation point for yourself!'
      own-ip: '%prefix% &cYou can''t give/take a reputation point for your other accounts!'
      target-not-found: '%prefix% &cPlayer not found!'
  sql:
    success:
      connect: '%prefix% &aSuccessfully connect to %type%!'
      disconnect: '%prefix% &aSuccessfully disconnect from %type%!'
    errors:
      connect: '%prefix% &cError when connecting to %type%!'
      disconnect: '%prefix% &cError when disconnecting from %type%!'
      statement: '%prefix% &cAn error occurred while executing a request to %type%!'
Clone this wiki locally