Translations

This commit is contained in:
Rendo 2025-12-17 16:59:21 +05:00
commit b79e87c7ca
30 changed files with 279 additions and 101 deletions

View file

@ -2,11 +2,10 @@
[node name="VersionConfirmation" type="ConfirmationDialog"]
oversampling_override = 1.0
title = "Изменение версии"
title = "version_update"
size = Vector2i(558, 106)
ok_button_text = "Установить"
dialog_text = "На сервере обнаружена новая (или просто другая) версия игры.
Установить её?"
cancel_button_text = "Не устанавливать"
ok_button_text = "install"
dialog_text = "version_update_desc"
cancel_button_text = "ninstall"
[node name="HTTPRequest" type="HTTPRequest" parent="."]