v1.0.8 - Fixed some typos

This commit is contained in:
Jonny_Bro (Nikita) 2024-10-21 15:13:19 +05:00
parent f5d35722a9
commit bda535c2cf
Signed by: jonny_bro
GPG key ID: 3F1ECC04147E9BD8
2 changed files with 4 additions and 4 deletions

View file

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

View file

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