Skip to content

Commit

Permalink
Proxy support and translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiAvinov committed Nov 30, 2023
1 parent 6f35357 commit f46713c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
Binary file modified HSKLauncher.exe
Binary file not shown.
Binary file modified HSKLauncher.pdb
Binary file not shown.
9 changes: 7 additions & 2 deletions Languages/EN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@
<String Key="CheckUpdatesButton" Value="Check Updates" />
<String Key="InstallUpdatesButton" Value="Install Updates" />
<String Key="OpenLogButton" Value="Open log" />
<String Key="ManualInstallUpdateButton" Value="From .zip" />

<String Key="Version" Value="Version" />
<String Key="NotAvailable" Value="N/A" />

<String Key="OptionsWindow" Value="Options" />
<String Key="InstallationOptions" Value="HSK options:" />
<String Key="RimWorldExecutableLocation" Value="RimWorld executable location:" />
<String Key="RimWorldExecutablePath" Value="RimWorld executable location:" />
<String Key="RimWorldModsConfigPath" Value="RimWorld ModsConfig.xml location:" />
<String Key="StorageDirectoryPath" Value="Launcher storage location (at least 1GB):" />
<String Key="OverwriteModsConfig" Value="Overwrite ModsConfig.xml" />
<String Key="LauncherOptions" Value="Launcher options:" />
<String Key="CheckRimWorldVersion" Value="Check RimWorld version" />
<String Key="LaunchGameViaSteam" Value="Launch game via Steam" />
<String Key="UseProxy" Value="Use proxy (if you have troubles accessing github)" />
<String Key="CloseLauncherAfterGameStartup" Value="Close launcher after game startup" />
<String Key="CheckUpdatesOnStartup" Value="Check for HSK updates on startup" />
<String Key="CheckLauncherUpdatesOnStartup" Value="Check for launcher updates on startup" />
Expand All @@ -47,12 +51,13 @@
<String Key="YouHaveLatestVersionMessage" Value="You have the latest version" />
<String Key="PreparingToDownloadMessage" Value="Preparing to download..." />
<String Key="UpdatesInstalledMessage" Value="Updates installed" />
<String Key="CheckForUpdatesFailedMessage" Value="Check for updates failed" />
<String Key="CheckForUpdatesFailedMessage" Value="Check for updates failed,\ntry enabling proxy in the settings" />
<String Key="UpdateFailedMessage" Value="Update failed" />
<String Key="StartingRimWorldMessage" Value="Starting RimWorld..." />
<String Key="CouldNotStartRimWorldMessage" Value="Could not start RimWorld" />
<String Key="RimWorldIsRunningMessage" Value="RimWorld is running.\n\nIt should be closed before installing updates." />
<String Key="RimWorldIsNotSuitableMessage" Value="HSK ({0}) is not suitable for your RimWorld ({1})" />
<String Key="UseProxyMessage" Value="Please only enable proxy when you have troubles connecting to Github and launcher fails to fetch new updates." />

<String Key="DownloadingHardCoreSKBytesMessage" Value="Downloading Hardcore SK... ({0})" />
<String Key="DownloadingHardCoreSKPercentsMessage" Value="Downloading Hardcore SK... ({0}%)" />
Expand Down
9 changes: 7 additions & 2 deletions Languages/RU.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@
<String Key="CheckUpdatesButton" Value="Обновления" />
<String Key="InstallUpdatesButton" Value="Установить" />
<String Key="OpenLogButton" Value="Открыть лог" />
<String Key="ManualInstallUpdateButton" Value="Из .zip" />

<String Key="Version" Value="Версия" />
<String Key="NotAvailable" Value="Н/Д" />

<String Key="OptionsWindow" Value="Опции" />
<String Key="InstallationOptions" Value="Опции HSK:" />
<String Key="RimWorldExecutableLocation" Value="Исполняемый файл RimWorld:" />
<String Key="RimWorldExecutablePath" Value="Исполняемый файл RimWorld:" />
<String Key="RimWorldModsConfigPath" Value="Файл ModsConfig.xml:" />
<String Key="StorageDirectoryPath" Value="Хранилище данных лаунчера (минимум 1GB):" />
<String Key="OverwriteModsConfig" Value="Перезаписывать ModsConfig.xml" />
<String Key="LauncherOptions" Value="Опции лаунчера:" />
<String Key="CheckRimWorldVersion" Value="Проверять версию RimWorld" />
<String Key="LaunchGameViaSteam" Value="Запускать игру через Steam"/>
<String Key="UseProxy" Value="Использовать прокси (если у вас есть проблемы с подключением к GitHub)" />
<String Key="CloseLauncherAfterGameStartup" Value="Закрывать лаунчер после запуска игры" />
<String Key="CheckUpdatesOnStartup" Value="Проверять обновления HSK при запуске" />
<String Key="CheckLauncherUpdatesOnStartup" Value="Проверять обновления лаунчера при запуске" />
Expand All @@ -47,12 +51,13 @@
<String Key="YouHaveLatestVersionMessage" Value="У вас последняя версия" />
<String Key="PreparingToDownloadMessage" Value="Подготовка к скачиванию..." />
<String Key="UpdatesInstalledMessage" Value="Обновления установлены" />
<String Key="CheckForUpdatesFailedMessage" Value="Не удалось проверить обновления" />
<String Key="CheckForUpdatesFailedMessage" Value="Не удалось проверить обновления,\nпопробуйте включить прокси в настройках" />
<String Key="UpdateFailedMessage" Value="Обновление не удалось" />
<String Key="StartingRimWorldMessage" Value="RimWorld запускается..." />
<String Key="CouldNotStartRimWorldMessage" Value="Не удалось запустить RimWorld" />
<String Key="RimWorldIsRunningMessage" Value="RimWorld запущен.\n\nЗакройте игру перед тем как устанавливать обновления." />
<String Key="RimWorldIsNotSuitableMessage" Value="HSK ({0}) не подходит для вашей установки RimWorld ({1})" />
<String Key="UseProxyMessage" Value="Пожалуйста, используйте прокси только если у вас есть проблемы с подключением к GitHub и лаунчер не может установить соединение." />

<String Key="DownloadingHardCoreSKBytesMessage" Value="Загрузка Hardcore SK... ({0})" />
<String Key="DownloadingHardCoreSKPercentsMessage" Value="Загрузка Hardcore SK... ({0}%)" />
Expand Down

0 comments on commit f46713c

Please sign in to comment.