Table of Contents

Class ReportTranslations

Namespace
Uncreated.Warfare.Commands
Assembly
Uncreated.Warfare.dll
public class ReportTranslations : PropertiesTranslationCollection
Inheritance
ReportTranslations
Inherited Members

Fields

CannotReportSelf

[TranslationData("Sent when someone tries to report themselves.")]
public readonly Translation CannotReportSelf

Field Value

Translation

ReportCancelled

[TranslationData]
public readonly Translation ReportCancelled

Field Value

Translation

ReportConfirm

[TranslationData]
public readonly Translation<CSteamID, IPlayer> ReportConfirm

Field Value

Translation<CSteamID, IPlayer>

ReportCooldown

[TranslationData]
public readonly Translation<IPlayer> ReportCooldown

Field Value

Translation<IPlayer>

ReportNotConnected

[TranslationData("Sent when the server can't communicate with the discord bot.")]
public readonly Translation ReportNotConnected

Field Value

Translation

ReportNotInDiscordServer

[TranslationData("Sent when the reporting player is not a member of the discord server.")]
public readonly Translation ReportNotInDiscordServer

Field Value

Translation

ReportNotifyAdmin

[TranslationData]
public readonly Translation<IPlayer, IPlayer, string, ReportType> ReportNotifyAdmin

Field Value

Translation<IPlayer, IPlayer, string, ReportType>

ReportNotifyViolatorMessage

[TranslationData]
public readonly Translation<string> ReportNotifyViolatorMessage

Field Value

Translation<string>

ReportNotifyViolatorMessage1

[TranslationData]
public readonly Translation<string> ReportNotifyViolatorMessage1

Field Value

Translation<string>

ReportNotifyViolatorMessage2

[TranslationData]
public readonly Translation ReportNotifyViolatorMessage2

Field Value

Translation

ReportNotifyViolatorToast

[TranslationData]
public readonly Translation<string> ReportNotifyViolatorToast

Field Value

Translation<string>

ReportNotifyViolatorToastTitle

[TranslationData]
public readonly Translation ReportNotifyViolatorToastTitle

Field Value

Translation

ReportPlayerNotFound

[TranslationData("Sent when someone tries to report a player that wasn't recently online.")]
public readonly Translation ReportPlayerNotFound

Field Value

Translation

ReportReasons

[TranslationData("Possible report arguments, do not translate the reasons.")]
public readonly Translation ReportReasons

Field Value

Translation

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

Translation

ReportSuccessMessage

[TranslationData]
public readonly Translation<IPlayer, ReportType, string> ReportSuccessMessage

Field Value

Translation<IPlayer, ReportType, string>

ReportSuccessMessage1

[TranslationData]
public readonly Translation<IPlayer, ReportType, string> ReportSuccessMessage1

Field Value

Translation<IPlayer, ReportType, string>

ReportSuccessMessage2

[TranslationData]
public readonly Translation ReportSuccessMessage2

Field Value

Translation

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string