Class ReportTranslations
public class ReportTranslations : PropertiesTranslationCollection
- Inheritance
-
ReportTranslations
- Inherited Members
Fields
CannotReportSelf
[TranslationData("Sent when someone tries to report themselves.")]
public readonly Translation CannotReportSelf
Field Value
ReportCancelled
[TranslationData]
public readonly Translation ReportCancelled
Field Value
ReportConfirm
[TranslationData]
public readonly Translation<CSteamID, IPlayer> ReportConfirm
Field Value
- Translation<CSteamID, IPlayer>
ReportCooldown
[TranslationData]
public readonly Translation<IPlayer> ReportCooldown
Field Value
ReportNotConnected
[TranslationData("Sent when the server can't communicate with the discord bot.")]
public readonly Translation ReportNotConnected
Field Value
ReportNotInDiscordServer
[TranslationData("Sent when the reporting player is not a member of the discord server.")]
public readonly Translation ReportNotInDiscordServer
Field Value
ReportNotifyAdmin
[TranslationData]
public readonly Translation<IPlayer, IPlayer, string, ReportType> ReportNotifyAdmin
Field Value
ReportNotifyViolatorMessage
[TranslationData]
public readonly Translation<string> ReportNotifyViolatorMessage
Field Value
ReportNotifyViolatorMessage1
[TranslationData]
public readonly Translation<string> ReportNotifyViolatorMessage1
Field Value
ReportNotifyViolatorMessage2
[TranslationData]
public readonly Translation ReportNotifyViolatorMessage2
Field Value
ReportNotifyViolatorToast
[TranslationData]
public readonly Translation<string> ReportNotifyViolatorToast
Field Value
ReportNotifyViolatorToastTitle
[TranslationData]
public readonly Translation ReportNotifyViolatorToastTitle
Field Value
ReportPlayerNotFound
[TranslationData("Sent when someone tries to report a player that wasn't recently online.")]
public readonly Translation ReportPlayerNotFound
Field Value
ReportReasons
[TranslationData("Possible report arguments, do not translate the reasons.")]
public readonly Translation ReportReasons
Field Value
ReportStarted
[TranslationData("Sent when a report is confirmed to provide some feedback since the reporting process can take a few seconds.")]
public readonly Translation ReportStarted
Field Value
ReportSuccessMessage
[TranslationData]
public readonly Translation<IPlayer, ReportType, string> ReportSuccessMessage
Field Value
ReportSuccessMessage1
[TranslationData]
public readonly Translation<IPlayer, ReportType, string> ReportSuccessMessage1
Field Value
ReportSuccessMessage2
[TranslationData]
public readonly Translation ReportSuccessMessage2
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }