Advertisement
Johnanater

[OpenMod] IceMute Translations - 2.0.0

Oct 11th, 2021
1,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.71 KB | None | 0 0
  1. # IceMute Translations
  2. # By Johnanater
  3.  
  4. you_have_been_muted: "You have been muted by {StaffName} for {Duration} seconds for '{Reason}'!"
  5. you_have_been_unmuted: "You have been unmuted by {StaffName}!"
  6.  
  7. you_are_muted: "You are muted for '{Reason}' for {Duration} more seconds!"
  8. mute_expired: "Your mute has expired!"
  9.  
  10. message_deleted_bad_word: "Your message has been deleted because you said a bad word!"
  11.  
  12. # Translations for /muteinfo
  13. muteinfo:
  14.   line_1: "Mute info for: {PlayerName} ({Steam64})"
  15.   line_2: "Reason: {Reason}"
  16.   line_3: "Time Left: {Duration}s"
  17.   line_4: "Staff: {StaffName} ({Steam64})"
  18.  
  19. # Translations for /mute and /unmute
  20. player_muted: "{PlayerName} has been muted for {Duration} seconds!"
  21. player_unmuted: "{PlayerName} has been unmuted!"
  22.  
  23. # Details for your Discord webhook
  24. discord_webhook:
  25.   webhook_username: "IceMute"
  26.   username: "{PlayerName} ({Steam64})"
  27.   title: "Mute Log"
  28.   description: "{PlayerName} ({Steam64}) has been muted for {Duration} seconds. {NewLine}Reason: {Reason} {NewLine}Staff: {StaffName} ({StaffSteam64})"
  29.   footer: "{DateTime}"
  30.  
  31. #
  32. # Errors
  33. #
  34. errors:
  35.   player_not_online: "That player is not online!"
  36.   player_already_muted: "{PlayerName} is already muted!"
  37.   player_not_muted: "{PlayerName} is not muted!"
  38.  
  39.   no_target: "You did not specify a player!"
  40.   no_time: "You did not specify a time!"
  41.   target_exempt: "{PlayerName} cannot be muted!"
  42.   no_reason: "You did not supply a mute reason!"
  43.  
  44. # Symbol that bad words will be replaced by  
  45. censored_symbol: "#"
  46.  
  47. # Date time format
  48. # You can find the format here:
  49. # https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
  50. date_format: "MM/dd/yyyy hh:mm tt"
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement