diff --git a/QSB/Localisation/translation_schema.json b/QSB/Localisation/translation_schema.json deleted file mode 100644 index 65d9bf1e..00000000 --- a/QSB/Localisation/translation_schema.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file