mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-13 07:14:19 +00:00
remove attributes from Translation
This commit is contained in:
parent
eef9c9ff57
commit
91be73cbff
@ -3,102 +3,38 @@ using System.Collections.Generic;
|
|||||||
|
|
||||||
namespace QSB.Localisation;
|
namespace QSB.Localisation;
|
||||||
|
|
||||||
[JsonObject]
|
|
||||||
public class Translation
|
public class Translation
|
||||||
{
|
{
|
||||||
[JsonProperty]
|
|
||||||
public TextTranslation.Language Language;
|
public TextTranslation.Language Language;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string MainMenuHost;
|
public string MainMenuHost;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string MainMenuConnect;
|
public string MainMenuConnect;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string PauseMenuDisconnect;
|
public string PauseMenuDisconnect;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string PauseMenuStopHosting;
|
public string PauseMenuStopHosting;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string PublicIPAddress;
|
public string PublicIPAddress;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string ProductUserID;
|
public string ProductUserID;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string Connect;
|
public string Connect;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string Cancel;
|
public string Cancel;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string HostExistingOrNew;
|
public string HostExistingOrNew;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string ExistingSave;
|
public string ExistingSave;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string NewSave;
|
public string NewSave;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string DisconnectAreYouSure;
|
public string DisconnectAreYouSure;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string Yes;
|
public string Yes;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string No;
|
public string No;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string StopHostingAreYouSure;
|
public string StopHostingAreYouSure;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string CopyProductUserIDToClipboard;
|
public string CopyProductUserIDToClipboard;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string Connecting;
|
public string Connecting;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string OK;
|
public string OK;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string ServerRefusedConnection;
|
public string ServerRefusedConnection;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string ClientDisconnectWithError;
|
public string ClientDisconnectWithError;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string QSBVersionMismatch;
|
public string QSBVersionMismatch;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string OWVersionMismatch;
|
public string OWVersionMismatch;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string DLCMismatch;
|
public string DLCMismatch;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string GameProgressLimit;
|
public string GameProgressLimit;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string AddonMismatch;
|
public string AddonMismatch;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string IncompatibleMod;
|
public string IncompatibleMod;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string PlayerJoinedTheGame;
|
public string PlayerJoinedTheGame;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string PlayerWasKicked;
|
public string PlayerWasKicked;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string KickedFromServer;
|
public string KickedFromServer;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public string RespawnPlayer;
|
public string RespawnPlayer;
|
||||||
|
|
||||||
[JsonProperty]
|
|
||||||
public Dictionary<DeathType, string[]> DeathMessages;
|
public Dictionary<DeathType, string[]> DeathMessages;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user