Table of Contents

Class SeedingTranslations

Namespace
Uncreated.Warfare.Layouts.Seeding
Assembly
Uncreated.Warfare.dll
public sealed class SeedingTranslations : PropertiesTranslationCollection
Inheritance
SeedingTranslations
Inherited Members

Fields

SeedingDescriptionWaitingForCooldown

[TranslationData("Description of whats happening when enough players have joined but the cooldown timer is ticking.")]
public readonly Translation SeedingDescriptionWaitingForCooldown

Field Value

Translation

SeedingDescriptionWaitingForPlayers

[TranslationData("Description of whats happening when waiting for players to join.")]
public readonly Translation SeedingDescriptionWaitingForPlayers

Field Value

Translation

SeedingVoteNo

[TranslationData("The text of the 'no' vote.", new string?[] { "Number of votes, green if it's the current player's vote." })]
public readonly Translation<string> SeedingVoteNo

Field Value

Translation<string>

SeedingVoteTitle

[TranslationData("The title of the vote UI to start the seeding mode.")]
public readonly Translation SeedingVoteTitle

Field Value

Translation

SeedingVoteYes

[TranslationData("The text of the 'yes' vote.", new string?[] { "Number of votes, green if it's the current player's vote." })]
public readonly Translation<string> SeedingVoteYes

Field Value

Translation<string>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string