Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ru-RU strings update #114

Merged
merged 6 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion SA-Mod-Manager/Languages/GameConfig/ru-RU.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<system:String x:Key="TestSpawn.Language.Japanese">Японский</system:String>
<system:String x:Key="TestSpawn.Language.English">Английский</system:String>
<system:String x:Key="TestSpawn.Language.French">Французский</system:String>
<system:String x:Key="TestSpawn.Language.Italian">Italiano</system:String>
<system:String x:Key="TestSpawn.Language.Italian">Итальянский</system:String>
<system:String x:Key="TestSpawn.Language.Spanish">Испанский</system:String>
<system:String x:Key="TestSpawn.Language.German">Немецкий</system:String>
<!--#endregion-->
Expand Down
6 changes: 3 additions & 3 deletions SA-Mod-Manager/Languages/MainWindow/ru-RU.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@

<!--Updates-->
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates">Обновления</system:String>
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates.Check.Manager">Проверять обновления менеджера при запуске</system:String>
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates.Check.Loader">Проверять обновления загрузчика при запуске</system:String>
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates.Check.Mods">Проверять обновления модов при запуске</system:String>
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates.Check.Manager">Обновлять менеджер при запуске</system:String>
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates.Check.Loader">Обновлять загрузчик при запуске</system:String>
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates.Check.Mods">Обновлять моды при запуске</system:String>
<system:String x:Key="Manager.Tabs.ManagerConfig.Group.Options.Group.Updates.Buttons.CheckNow">Проверить обновления</system:String>

<!--Debug Features-->
Expand Down
2 changes: 1 addition & 1 deletion SA-Mod-Manager/Languages/MessageWindow/ru-RU.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<system:String x:Key="MessageWindow.Errors.ModNotFound" xml:space="preserve">Указанные моды не были найдены:&#x0a;&#x0a;</system:String>

<system:String x:Key="MessageWindow.Errors.GamePathFailed.Title">Ошибка при установке пути к игре</system:String>
<system:String x:Key="MessageWindow.Errors.GamePathFailed">Failed to detect a supported game, make sure to select a folder where a game is installed.</system:String>
<system:String x:Key="MessageWindow.Errors.GamePathFailed">Не удалось обнаружить поддерживаемую игру. Убедитесь, что путь к игре указан корректно.</system:String>

<system:String x:Key="MessageWindow.Errors.GamePathNotFound.Title">Ошибка при обнаружении пути к игре</system:String>
<system:String x:Key="MessageWindow.Errors.GamePathNotFound">Не удалось найти путь к игре. Настройте путь в настройках Менеджера и проверьте, чтобы была выбрана папка с файлом sonic.exe.</system:String>
Expand Down