role-ban-command.ftl 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ### Localization for role ban command
  2. cmd-roleban-desc = Bans a player from a role
  3. cmd-roleban-help = Usage: roleban <name or user ID> <job> <reason> [duration in minutes, leave out or 0 for permanent ban]
  4. ## Completion result hints
  5. cmd-roleban-hint-1 = <name or user ID>
  6. cmd-roleban-hint-2 = <job>
  7. cmd-roleban-hint-3 = <reason>
  8. cmd-roleban-hint-4 = [duration in minutes, leave out or 0 for permanent ban]
  9. cmd-roleban-hint-5 = [severity]
  10. cmd-roleban-hint-duration-1 = Permanent
  11. cmd-roleban-hint-duration-2 = 1 day
  12. cmd-roleban-hint-duration-3 = 3 days
  13. cmd-roleban-hint-duration-4 = 1 week
  14. cmd-roleban-hint-duration-5 = 2 week
  15. cmd-roleban-hint-duration-6 = 1 month
  16. ### Localization for role unban command
  17. cmd-roleunban-desc = Pardons a player's role ban
  18. cmd-roleunban-help = Usage: roleunban <role ban id>
  19. ## Completion result hints
  20. cmd-roleunban-hint-1 = <role ban id>
  21. ### Localization for roleban list command
  22. cmd-rolebanlist-desc = Lists the user's role bans
  23. cmd-rolebanlist-help = Usage: <name or user ID> [include unbanned]
  24. ## Completion result hints
  25. cmd-rolebanlist-hint-1 = <name or user ID>
  26. cmd-rolebanlist-hint-2 = [include unbanned]
  27. cmd-roleban-minutes-parse = {$time} is not a valid amount of minutes.\n{$help}
  28. cmd-roleban-severity-parse = ${severity} is not a valid severity\n{$help}.
  29. cmd-roleban-arg-count = Invalid amount of arguments.
  30. cmd-roleban-job-parse = Job {$job} does not exist.
  31. cmd-roleban-name-parse = Unable to find a player with that name.
  32. cmd-roleban-existing = {$target} already has a role ban for {$role}.
  33. cmd-roleban-success = Role banned {$target} from {$role} with reason {$reason} {$length}.
  34. cmd-roleban-inf = permanently
  35. cmd-roleban-until = until {$expires}
  36. # Department bans
  37. cmd-departmentban-desc = Bans a player from the roles comprising a department
  38. cmd-departmentban-help = Usage: departmentban <name or user ID> <department> <reason> [duration in minutes, leave out or 0 for permanent ban]