mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
Delete translation_schema.json
This commit is contained in:
parent
7a249fcc73
commit
e909bab960
@ -1,125 +0,0 @@
|
||||
{
|
||||
"$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" },
|
||||
"DeathDefault": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathImpact": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathAsphyxiation": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathEnergy": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathSupernova": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathDigestion": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathCrushed": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathLava": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathBlackHole": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathDreamExplosion": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"DeathCrushedByElevator": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user