Create translation_schema.json

This commit is contained in:
Mister_Nebula 2022-06-03 15:53:21 +01:00
parent fbb1fd6284
commit 861e1ab66d

View 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" }
}
}