Advertisement
Johnanater

[OpenMod] ReportDiscord Translations - 2.0.3

Aug 1st, 2021
1,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.77 KB | None | 0 0
  1. # ReportDiscord Translations
  2. # By Johnanater
  3.  
  4. chat_messages:
  5.   report_staff_message: "{0} has been reported for {1}!"
  6.  
  7. # Translations for /report
  8. cmd_report:
  9.   syntax: "/report <player> <reason>"
  10.   none: "That player is not online!"
  11.   self: "You cannot report yourself!"
  12.   no_reason: "You must supply a reason!"
  13.   success: "Report filed successfully!"
  14.   failed: "Failed to file report!"
  15.   staff_message: "{0} has reported {1} for {2}!"    
  16.  
  17. # For the sections of the Discord webhook
  18. discord_webhook:
  19.   bot_username: "Reports"
  20.   name: "{0} ({1})"
  21.   title: "Report"
  22.   description: "Target: {0} ({1}) \nReason: {2}"
  23.   footer: "{0}"
  24.   date_format: "MM/dd/yyyy hh:mm tt"
  25.  
  26. errors:
  27.   error_not_setup: "This plugin is configured incorrectly! Please configure the plugin!"
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement