diff options
author | Luna <luna@dook.ca> | 2022-10-18 17:10:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 00:10:28 +0000 |
commit | 77c4291c3482c7adf707d2353128dded5a24bab3 (patch) | |
tree | 9a10adadfec594b43a2029313b475071e524615a | |
parent | 6e92b7a3782f2b46c57c833d68087d7f5b1feb80 (diff) |
Avalonia: Update Polish Translation (#3722)1.1.313
* Add new string
You need the period there otherwise it could be read as "Głoś" -> "Preach"
* Update MainWindow.axaml
Updating to bring it in line with the other languages naming themselves in their respective languages
* Update pl_PL.json
realizing that period isn't necessary considering the string's usage (which to be fair, I should have checked when I added it)
* Update pl_PL.json
* Add Updater Message
-rw-r--r-- | Ryujinx.Ava/Assets/Locales/pl_PL.json | 6 | ||||
-rw-r--r-- | Ryujinx.Ava/Ui/Windows/MainWindow.axaml | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/pl_PL.json b/Ryujinx.Ava/Assets/Locales/pl_PL.json index 23ae3318..95329b2b 100644 --- a/Ryujinx.Ava/Assets/Locales/pl_PL.json +++ b/Ryujinx.Ava/Assets/Locales/pl_PL.json @@ -588,5 +588,9 @@ "SettingsTabGraphicsPreferredGpuTooltip": "Wybierz kartę graficzną, która będzie używana z backendem graficznym Vulkan.\n\nNie wpływa na GPU używane przez OpenGL.\n\nW razie wątpliwości ustaw flagę GPU jako \"dGPU\". Jeśli żadnej nie ma, pozostaw nietknięte.", "SettingsAppRequiredRestartMessage": "Wymagane Zrestartowanie Ryujinx", "SettingsGpuBackendRestartMessage": "Zmieniono ustawienia Backendu Graficznego lub GPU. Będzie to wymagało ponownego uruchomienia", - "SettingsGpuBackendRestartSubMessage": "Czy chcesz zrestartować teraz?" + "SettingsGpuBackendRestartSubMessage": "Czy chcesz zrestartować teraz?", + "RyujinxUpdaterMessage": "Czy chcesz zaktualizować Ryujinx do najnowszej wersji?", + "SettingsTabHotkeysVolumeUpHotkey": "Zwiększ Głośność:", + "SettingsTabHotkeysVolumeDownHotkey": "Zmniejsz Głośność:", + "VolumeShort": "Głoś" } diff --git a/Ryujinx.Ava/Ui/Windows/MainWindow.axaml b/Ryujinx.Ava/Ui/Windows/MainWindow.axaml index b28f0506..313e701c 100644 --- a/Ryujinx.Ava/Ui/Windows/MainWindow.axaml +++ b/Ryujinx.Ava/Ui/Windows/MainWindow.axaml @@ -164,7 +164,7 @@ <MenuItem Command="{ReflectionBinding ChangeLanguage}" CommandParameter="pl_PL" - Header="Polish" /> + Header="Polski" /> <MenuItem Command="{ReflectionBinding ChangeLanguage}" CommandParameter="ru_RU" |