Class RequestKitsTranslations
public class RequestKitsTranslations : PropertiesTranslationCollection
- Inheritance
-
RequestKitsTranslations
- Inherited Members
Fields
AlreadyEquipped
[TranslationData("Sent when a player tries to request a kit but it's already equipped.")]
public readonly Translation AlreadyEquipped
Field Value
KitDisabled
[TranslationData("Sent when a player tries to request a kit that is disabled or out of date.")]
public readonly Translation KitDisabled
Field Value
KitMapNotAllowed
[TranslationData("Sent when a player tries to request a kit that is disabled on the current map.")]
public readonly Translation KitMapNotAllowed
Field Value
KitPurchaseSuccess
[TranslationData("Sent when a player successfully purchases a kit.")]
public readonly Translation<Kit, int> KitPurchaseSuccess
Field Value
KitTeamNotAllowed
[TranslationData("Sent when a player tries to request a kit that is disabled for their team.")]
public readonly Translation KitTeamNotAllowed
Field Value
ModalConfirmPurchaseKitAcceptButton
[TranslationData("Modal accept button text for when a player is asked if they want to purchase a kit that they don't yet own.")]
public readonly Translation ModalConfirmPurchaseKitAcceptButton
Field Value
ModalConfirmPurchaseKitCancelButton
[TranslationData("Modal cancel button text for when a player is asked if they want to purchase a kit that they don't yet own.")]
public readonly Translation ModalConfirmPurchaseKitCancelButton
Field Value
ModalConfirmPurchaseKitDescription
[TranslationData("Modal description for when a player is asked if they want to purchase a kit that they don't yet own.")]
public readonly Translation<Kit, int> ModalConfirmPurchaseKitDescription
Field Value
ModalConfirmPurchaseKitHeading
[TranslationData("Modal heading for when a player is asked if they want to purchase a kit that they don't yet own.")]
public readonly Translation ModalConfirmPurchaseKitHeading
Field Value
NeedsSetup
[TranslationData("Sent when a player tries to request a kit that needs to be set up by an admin, or is in the process of being set up.")]
public readonly Translation NeedsSetup
Field Value
NeedsUpgrade
[TranslationData("Sent when a player tries to request a kit that needs upgraded from a previous season.")]
public readonly Translation NeedsUpgrade
Field Value
OnCooldown
[TranslationData("Sent when a player tries to request a premium kit but they're on a cooldown.")]
public readonly Translation<Cooldown> OnCooldown
Field Value
OnGlobalCooldown
[TranslationData("Sent when a player tries to request a kit but they're on a global cooldown.")]
public readonly Translation<Cooldown> OnGlobalCooldown
Field Value
RequestKitClassLimited
[TranslationData("Sent when a player tries to request a kit but there are too many players already using the same class of kit.")]
public readonly Translation<int, Class> RequestKitClassLimited
Field Value
RequestKitNotEnoughSquadMembers
[TranslationData("Sent when a player tries to request a kit but there aren't enough players in the squad to request it.")]
public readonly Translation<int> RequestKitNotEnoughSquadMembers
Field Value
RequestKitNotSquadleader
[TranslationData("Sent when a player tries to request a kit but they have to be a Squad Leader.")]
public readonly Translation RequestKitNotSquadleader
Field Value
RequestKitTakenInSquad
[TranslationData("Sent when a player tries to request a kit but there is already someone in their squad who is using it.")]
public readonly Translation RequestKitTakenInSquad
Field Value
RequiresNitroBoost
[TranslationData("Sent when a player tries to request a premium kit that requires boosting in Discord but they aren't.")]
public readonly Translation RequiresNitroBoost
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }