diff --git a/QSB/Localisation/translation_schema.json b/QSB/Localisation/translation_schema.json index 830459ab..65d9bf1e 100644 --- a/QSB/Localisation/translation_schema.json +++ b/QSB/Localisation/translation_schema.json @@ -32,6 +32,94 @@ "PlayerJoinedTheGame": { "type": "string" }, "PlayerWasKicked": { "type": "string" }, "KickedFromServer": { "type": "string" }, - "RespawnPlayer": { "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