Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. #
  2. # Messaging Template
  3. tag:
  4. money: '<green>[<white>お金<green>] '
  5. personal:
  6. balance: '<green>所持金: <white>+balance'
  7. reset: <rose>貴方のアカウントは権限者によりリセットされました。
  8. set: <green>貴方の所持金は権限者に調整されました<white>+amount
  9. debit: <rose>Your account had <white>+amount<rose> debited.
  10. credit: <white>+amount<green> was credited into your account.
  11. status: <green>Account status is currently <white>+status<green>.
  12. player:
  13. set: <green>+name's balance has been changed to <white>+amount
  14. balance: '<green>+name''s Balance: <white>+balance'
  15. reset: <white>+name's <rose>account has been reset.
  16. credit: <white>+name's <green>account had <white>+amount<green> credited.
  17. debit: <white>+name's <rose>account had <white>+amount<rose> debited.
  18. status: <white>+name's <green>account status is <white>+status<green>.
  19. payment:
  20. self: <rose>自分自身にお金を送ることはできません
  21. to: <green>You have sent <white>+amount<green> to <white>+name<green>.
  22. from: <white>+name<green> has sent you <white>+amount<green>.
  23. statistics:
  24. opening: <green>-----[ <white>iConomy Stats <green>]-----
  25. total: '<gray>Total +currency: <white>+amount'
  26. average: '<gray>Average +currency: <white>+amount'
  27. accounts: '<gray>Total Accounts: <white>+amount'
  28. interest:
  29. announcement: +amount <green>gained from interest.
  30. accounts:
  31. empty: <rose>Deleted <white>all<rose> accounts.
  32. purge: <rose>All inactive accounts were purged.
  33. create: <green>Created account with the name <white>+name<green>.
  34. remove: '<green>Deleted account: <white>+name<green>.'
  35. status: <green>Account status is now <white>+status<green>.
  36. top:
  37. opening: <green>-----[ <white>所持金ランキング <green>]-----
  38. item: <gray>+i. <green>+name <gray>- <white>+amount
  39. error:
  40. online: <rose>誰もオンラインではありません。
  41. exists: <rose>既存のアカウントです
  42. create: <rose>アカウントを作成できませんでした<white>+name<rose>.
  43. remove: <rose>アカウントを削除できませんでした <white>+name<rose>.
  44. account: <rose>Account <white>+name<rose> does not exist.
  45. funds: <rose>十分な資金を持っていません。./moneyで確認してください
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement