mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
Create translation_schema.json
This commit is contained in:
parent
fbb1fd6284
commit
861e1ab66d
37
QSB/Localisation/translation_schema.json
Normal file
37
QSB/Localisation/translation_schema.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Translation Schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"MainMenuHost": { "type": "string" },
|
||||
"MainMenuConnect": { "type": "string" },
|
||||
"PauseMenuDisconnect": { "type": "string" },
|
||||
"PauseMenuStopHosting": { "type": "string" },
|
||||
"PublicIPAddress": { "type": "string" },
|
||||
"ProductUserID": { "type": "string" },
|
||||
"Connect": { "type": "string" },
|
||||
"Cancel": { "type": "string" },
|
||||
"HostExistingOrNew": { "type": "string" },
|
||||
"ExistingSave": { "type": "string" },
|
||||
"NewSave": { "type": "string" },
|
||||
"DisconnectAreYouSure": { "type": "string" },
|
||||
"Yes": { "type": "string" },
|
||||
"No": { "type": "string" },
|
||||
"StopHostingAreYouSure": { "type": "string" },
|
||||
"CopyProductUserIDToClipboard": { "type": "string" },
|
||||
"Connecting": { "type": "string" },
|
||||
"OK": { "type": "string" },
|
||||
"ServerRefusedConnection": { "type": "string" },
|
||||
"ClientDisconnectWithError": { "type": "string" },
|
||||
"QSBVersionDidNotMatch": { "type": "string" },
|
||||
"OWVersionDidNotMatch": { "type": "string" },
|
||||
"DLCMismatch": { "type": "string" },
|
||||
"GameProgressLimit": { "type": "string" },
|
||||
"AddonMismatch": { "type": "string" },
|
||||
"IncompatibleMod": { "type": "string" },
|
||||
"PlayerJoinedTheGame": { "type": "string" },
|
||||
"PlayerWasKicked": { "type": "string" },
|
||||
"KickedFromServer": { "type": "string" },
|
||||
"RespawnPlayer": { "type": "string" }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user