Class LinkCommandTranslations
public sealed class LinkCommandTranslations : PropertiesTranslationCollection
- Inheritance
-
LinkCommandTranslations
- Inherited Members
Fields
CopyTokenPopup
[TranslationData("Sent on the vanilla open URL popup.", new string?[] { "The linking token" })]
public readonly Translation<string> CopyTokenPopup
Field Value
StartedLink
[TranslationData("Sent when a player starts linking their Discord and Steam accounts and will have to complete the link in Discord.", new string?[] { "The linking token" })]
public readonly Translation<string> StartedLink
Field Value
SuccessfullyLinked
[TranslationData("Sent when a player link their Discord and Steam accounts using a token.", new string?[] { "Discord ID", "Steam64 ID" })]
public readonly Translation<ulong> SuccessfullyLinked
Field Value
TokenNotRecognized
[TranslationData("Sent when a player tries to link their Discord and Steam accounts but uses an unknown token.", new string?[] { "The linking token" })]
public readonly Translation<string> TokenNotRecognized
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }