Update translation_schema.json

This commit is contained in:
Mister_Nebula 2022-06-03 16:46:43 +01:00
parent 861e1ab66d
commit 7a249fcc73

View File

@ -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
}
}
}