v1.0.8 - Fixed some typos
This commit is contained in:
parent
f5d35722a9
commit
bda535c2cf
2 changed files with 4 additions and 4 deletions
|
@ -6307,21 +6307,21 @@
|
||||||
{
|
{
|
||||||
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
||||||
"id": "BoughtItems",
|
"id": "BoughtItems",
|
||||||
"text": "Купленные предметы",
|
"text": "Покупка предметов",
|
||||||
"spriteAddress": null,
|
"spriteAddress": null,
|
||||||
"videoAddress": null
|
"videoAddress": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
||||||
"id": "SoldItems",
|
"id": "SoldItems",
|
||||||
"text": "Проданные предметы",
|
"text": "Продажа предметов",
|
||||||
"spriteAddress": null,
|
"spriteAddress": null,
|
||||||
"videoAddress": null
|
"videoAddress": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
"$type": "ThunderRoad.TextData+TextID, ThunderRoad",
|
||||||
"id": "DropAllValuables",
|
"id": "DropAllValuables",
|
||||||
"text": "Сбросить всё ценное",
|
"text": "Выложить всё ценное",
|
||||||
"spriteAddress": null,
|
"spriteAddress": null,
|
||||||
"videoAddress": null
|
"videoAddress": null
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"Name": "Russian Translation",
|
"Name": "Russian Translation",
|
||||||
"Description": "Adds a Russian translation to the game",
|
"Description": "Adds a Russian translation to the game",
|
||||||
"Author": "Jonny_Bro",
|
"Author": "Jonny_Bro",
|
||||||
"ModVersion": "1.0.7",
|
"ModVersion": "1.0.8",
|
||||||
"GameVersion": "1.0.0.0"
|
"GameVersion": "1.0.0.0"
|
||||||
}
|
}
|
Loading…
Reference in a new issue