From 2badf32b190efa500d603db42df45a3f4cbbe32f Mon Sep 17 00:00:00 2001 From: OlegEnot <121382147+OlegEnot@users.noreply.github.com> Date: Sun, 25 Jun 2023 18:04:01 +0300 Subject: [PATCH 1/6] Add files via upload --- translations/ru-RU.po | 257 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 translations/ru-RU.po diff --git a/translations/ru-RU.po b/translations/ru-RU.po new file mode 100644 index 0000000..ec95b5d --- /dev/null +++ b/translations/ru-RU.po @@ -0,0 +1,257 @@ +# TEMPLATE TITLE. +# Copyright (C) 2023 NGnius +# This file is distributed under the same license as the PowerTools package. +# NGnius (Graham) , 2023. +msgid "" +msgstr "" +"Project-Id-Version: v1.1\n" +"Report-Msgid-Bugs-To: https://github.com/NGnius/PowerTools/issues\n" +"POT-Creation-Date: 2023-06-25 16:30-0300\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: ru-RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# -- index.tsx -- + +#: index.tsx:226 +# (Section title) +msgid "Miscellaneous" +msgstr "Разное" + +#: index.tsx:226 +# (Profile persistence toggle, a bit like SteamOS's "Use per-game profile") +msgid "Persistent Profile" +msgstr "Использовать профиль игры" + +#: index.tsx:227 +# (Profile persistence toggle description) +msgid "Save profile and load it next time" +msgstr "Сохраните профиль и загрузите его в следующий раз" + +#: index.tsx:239 +# (Profile display) +msgid "Profile" +msgstr "Профиль" + +#: index.tsx:276 +# (Button to reset everything to system defaults) +msgid "Reapply settings" +msgstr "Повторно применить настройки" + +#: index.tsx:297 +# (Button to reset everything to system defaults) +msgid "Defaults" +msgstr "По умолчанию" + +# -- components/battery.tsx -- + +#: components/battery.tsx:42 +# (Battery section title) +msgid "Battery" +msgstr "Батарея" + +#: components/battery.tsx:46 +# (Charge of battery at this moment, with percentage of expected full charge in brackets) +msgid "Now (Charge)" +msgstr "Текущий заряд батареи" + +#: components/battery.tsx:52 +# (Maximum capacity of battery, with percentage of design capacity in brackets) +msgid "Max (Design)" +msgstr "Максимальная емкость батареи" + +#: components/battery.tsx:60 +# (Wattage of battery charging input) +msgid "Charge Power" +msgstr "Мощность зарядки" + +#: components/battery.tsx:59 +# (Charge current limit override toggle) +msgid "Charge Current Limits" +msgstr "Предел тока зарядки" + +#: components/battery.tsx:60 +# (Charge current limit override toggle description) +msgid "Control battery charge rate when awake" +msgstr "Контролируйте уровень тока заряда батареи во время бодрствования" + +#: components/battery.tsx:74 +# (Battery maximum input current with unit) +msgid "Maximum (mA)" +msgstr "Максимум" + +#: components/battery.tsx:97,115 +# (Battery charge mode override toggle) +msgid "Charge Mode" +msgstr "Режим зарядки" + +#: components/battery.tsx:98 +# (Battery charge mode override toggle description) +msgid "Force battery charge mode" +msgstr "Принудительный режим зарядки батареи" + +#: components/battery.tsx:112 +# (Battery charge mode dropdown) +msgid "Mode" +msgstr "Режим" + +#: components/battery.tsx:133 +# (Battery electrical current display) +msgid "Current" +msgstr "Ток потребления с батареи" + +#: components/battery.tsx:141 +# (Battery charging maximum) +msgid "Charge Limit" +msgstr "Лимит заряда" + +#: components/battery.tsx:142 +# (Battery charging maximum description) +msgid "Limit battery charge when awake" +msgstr "Ограничьте заряд батареи во время бодрствования" + +#: components/battery.tsx:156 +# (Battery charging maximum slider) +msgid "Maximum (%)" +msgstr "Максимум (%)" + +# -- components/cpus.tsx -- + +#: components/cpus.tsx:64 +# (CPU section title) +msgid "CPU" +msgstr "CPU" + +#: components/cpus.tsx:70 +# (CPU advanced mode toggle) +msgid "Advanced" +msgstr "Продвинутый" + +#: components/cpus.tsx:71 +# (CPU advanced mode toggle description) +msgid "Enables per-thread configuration" +msgstr "Включает настройку для каждого потока" + +#: components/cpus.tsx:88 +# (CPU Simultaneous MultiThreading toggle) +msgid "SMT" +msgstr "SMT" + +#: components/cpus.tsx:89 +# (CPU SMT toggle description) +msgid "Enables odd-numbered CPUs" +msgstr "Активация многопоточности" + +#: components/cpus.tsx:106 +# (CPU thread count slider) +msgid "Threads" +msgstr "Потоки" + +#: components/cpus.tsx:137 +#: components/gpu.tsx:112 +# (Clock speed override toggle) +msgid "Frequency Limits" +msgstr "Ограничения частоты" + +#: components/cpus.tsx:138 +#: components/gpu.tsx:113 +# (Clock speed override toggle description) +msgid "Set bounds on clock speed" +msgstr "Установите ограничения на тактовую частоту" + +#: components/cpus.tsx:165 +#: components/gpu.tsx:137 +# (Minimum clock speed with unit) +msgid "Minimum (MHz)" +msgstr "Минимум" + +#: components/cpus.tsx:195 +#: components/gpu.tsx:160 +# (Maximum clock speed with unit) +msgid "Maximum (MHz)" +msgstr "Максимум" + +# advanced mode + +#: components/cpus.tsx:226 +# (CPU selection slider) +msgid "Selected CPU" +msgstr "Выбрано CPU" + +#: components/cpus.tsx:246 +# (CPU Online toggle) +msgid "Online" +msgstr "Online" + +#: components/cpus.tsx:247 +# (CPU Online description) +msgid "Allow the CPU thread to do work" +msgstr "Разрешить потокам процессора выполнять работу" + +#: components/cpus.tsx:342 +# (CPU scheduling governor dropdown -- governor names are not translated) +msgid "Governor" +msgstr "Governor" + +# -- components/debug.tsx -- + +#: components/debug.tsx:29 +# (Debug section title) +msgid "Debug" +msgstr "Debug" + +#: components/debug.tsx:33 +# (Version display for native back-end of PowerTools) +msgid "Native" +msgstr "Native" + +#: components/debug.tsx:47 +# (Mode display for framework of USDPL API) +msgid "Framework" +msgstr "Framework" + +#: components/debug.tsx:54 +# (Display for software implementation in PowerTools which applies settings) +msgid "Driver" +msgstr "Driver" + +# -- components/gpu.tsx -- + +#: components/gpu.tsx:34 +# (GPU section title) +msgid "GPU" +msgstr "GPU" + +#: components/gpu.tsx:39 +# (PPT Limits override toggle) +msgid "PowerPlay Limits" +msgstr "PowerPlay Лимиты" + +#: components/gpu.tsx:40 +# (PPT Limits override toggle description) +msgid "Override APU TDP settings" +msgstr "Переопределить настройки TDP APU" + +#: components/gpu.tsx:63 +# (SlowPPT slider with unit) +msgid "SlowPPT (W)" +msgstr "Длительнрое повышение TDP (W)" + +#: components/gpu.tsx:87 +# (FastPPT slider with unit) +msgid "FastPPT (W)" +msgstr "Короткое повышение TDP (W)" + +#: components/gpu.tsx:112 +# (Reduce memory clock speed toggle) +msgid "Downclock Memory" +msgstr "Понижение частоты памяти" + +#: components/gpu.tsx:112 +# (Reduce memory clock speed toggle description) +msgid "Force RAM into low-power mode" +msgstr "Перевести ОЗУ в режим пониженного энергопотребления" -- 2.43.4 From 31fcf7c9f70f9a379287a35944765e46e92c8a2d Mon Sep 17 00:00:00 2001 From: OlegEnot <121382147+OlegEnot@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:12:02 +0300 Subject: [PATCH 2/6] Update ru-RU.po --- translations/ru-RU.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translations/ru-RU.po b/translations/ru-RU.po index ec95b5d..86f88e8 100644 --- a/translations/ru-RU.po +++ b/translations/ru-RU.po @@ -82,7 +82,7 @@ msgstr "Контролируйте уровень тока заряда бата #: components/battery.tsx:74 # (Battery maximum input current with unit) msgid "Maximum (mA)" -msgstr "Максимум" +msgstr "Максимум (mA)" #: components/battery.tsx:97,115 # (Battery charge mode override toggle) @@ -144,7 +144,7 @@ msgstr "SMT" #: components/cpus.tsx:89 # (CPU SMT toggle description) msgid "Enables odd-numbered CPUs" -msgstr "Активация многопоточности" +msgstr "Активация одновременной многопоточности" #: components/cpus.tsx:106 # (CPU thread count slider) @@ -167,13 +167,13 @@ msgstr "Установите ограничения на тактовую час #: components/gpu.tsx:137 # (Minimum clock speed with unit) msgid "Minimum (MHz)" -msgstr "Минимум" +msgstr "Минимум (MHz)" #: components/cpus.tsx:195 #: components/gpu.tsx:160 # (Maximum clock speed with unit) msgid "Maximum (MHz)" -msgstr "Максимум" +msgstr "Максимум (MHz)" # advanced mode -- 2.43.4 From 5d681f23d6570244d77e0c020e5cf61c4bb2f585 Mon Sep 17 00:00:00 2001 From: OlegEnot <121382147+OlegEnot@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:26:00 +0300 Subject: [PATCH 3/6] Update ru-RU.po Error correction --- translations/ru-RU.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/ru-RU.po b/translations/ru-RU.po index 86f88e8..c711832 100644 --- a/translations/ru-RU.po +++ b/translations/ru-RU.po @@ -239,7 +239,7 @@ msgstr "Переопределить настройки TDP APU" #: components/gpu.tsx:63 # (SlowPPT slider with unit) msgid "SlowPPT (W)" -msgstr "Длительнрое повышение TDP (W)" +msgstr "Длительное повышение TDP (W)" #: components/gpu.tsx:87 # (FastPPT slider with unit) -- 2.43.4 From 4adb18d0ed04c71ec208ee6356bdaf9c8aa1e282 Mon Sep 17 00:00:00 2001 From: OlegEnot <121382147+OlegEnot@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:47:09 +0300 Subject: [PATCH 4/6] Update ru-RU.po SlowPPT and FastPPT term adaptation according to functionality --- translations/ru-RU.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/ru-RU.po b/translations/ru-RU.po index c711832..71599ef 100644 --- a/translations/ru-RU.po +++ b/translations/ru-RU.po @@ -239,12 +239,12 @@ msgstr "Переопределить настройки TDP APU" #: components/gpu.tsx:63 # (SlowPPT slider with unit) msgid "SlowPPT (W)" -msgstr "Длительное повышение TDP (W)" +msgstr "Средний PPT (W)" #: components/gpu.tsx:87 # (FastPPT slider with unit) msgid "FastPPT (W)" -msgstr "Короткое повышение TDP (W)" +msgstr "Фактический PPT (W)" #: components/gpu.tsx:112 # (Reduce memory clock speed toggle) -- 2.43.4 From 65f9599971e17181c59cf55805654fbbae2596ac Mon Sep 17 00:00:00 2001 From: OlegEnot <121382147+OlegEnot@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:00:46 +0300 Subject: [PATCH 5/6] Update ru-RU.po --- translations/ru-RU.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/ru-RU.po b/translations/ru-RU.po index 71599ef..9b0f711 100644 --- a/translations/ru-RU.po +++ b/translations/ru-RU.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: v1.1\n" "Report-Msgid-Bugs-To: https://github.com/NGnius/PowerTools/issues\n" -"POT-Creation-Date: 2023-06-25 16:30-0300\n" +"POT-Creation-Date: 2023-06-27 16:30-0300\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -180,7 +180,7 @@ msgstr "Максимум (MHz)" #: components/cpus.tsx:226 # (CPU selection slider) msgid "Selected CPU" -msgstr "Выбрано CPU" +msgstr "Выбранный поток CPU" #: components/cpus.tsx:246 # (CPU Online toggle) @@ -190,7 +190,7 @@ msgstr "Online" #: components/cpus.tsx:247 # (CPU Online description) msgid "Allow the CPU thread to do work" -msgstr "Разрешить потокам процессора выполнять работу" +msgstr "Разрешить потоку CPU выполнять работу" #: components/cpus.tsx:342 # (CPU scheduling governor dropdown -- governor names are not translated) -- 2.43.4 From a30751aefcb43c4fa1952e553613d87acd27cb08 Mon Sep 17 00:00:00 2001 From: OlegEnot <121382147+OlegEnot@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:21:20 +0300 Subject: [PATCH 6/6] Added Ukrainian translation --- translations/uk-UA.po | 257 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 translations/uk-UA.po diff --git a/translations/uk-UA.po b/translations/uk-UA.po new file mode 100644 index 0000000..d5ce0c4 --- /dev/null +++ b/translations/uk-UA.po @@ -0,0 +1,257 @@ +# TEMPLATE TITLE. +# Copyright (C) 2023 NGnius +# This file is distributed under the same license as the PowerTools package. +# NGnius (Graham) , 2023. +msgid "" +msgstr "" +"Project-Id-Version: v1.1\n" +"Report-Msgid-Bugs-To: https://github.com/NGnius/PowerTools/issues\n" +"POT-Creation-Date: 2023-06-30 20:15-0300\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: uk-UA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# -- index.tsx -- + +#: index.tsx:226 +# (Section title) +msgid "Miscellaneous" +msgstr "Різне" + +#: index.tsx:226 +# (Profile persistence toggle, a bit like SteamOS's "Use per-game profile") +msgid "Persistent Profile" +msgstr "Використовувати профіль гри" + +#: index.tsx:227 +# (Profile persistence toggle description) +msgid "Save profile and load it next time" +msgstr "Збережіть профіль та завантажте його наступного разу" + +#: index.tsx:239 +# (Profile display) +msgid "Profile" +msgstr "Профіль" + +#: index.tsx:276 +# (Button to reset everything to system defaults) +msgid "Reapply settings" +msgstr "Повторно застосувати налаштування" + +#: index.tsx:297 +# (Button to reset everything to system defaults) +msgid "Defaults" +msgstr "За замовчуванням" + +# -- components/battery.tsx -- + +#: components/battery.tsx:42 +# (Battery section title) +msgid "Battery" +msgstr "Батарея" + +#: components/battery.tsx:46 +# (Charge of battery at this moment, with percentage of expected full charge in brackets) +msgid "Now (Charge)" +msgstr "Поточний заряд батареї" + +#: components/battery.tsx:52 +# (Maximum capacity of battery, with percentage of design capacity in brackets) +msgid "Max (Design)" +msgstr "Максимальна ємність батареї" + +#: components/battery.tsx:60 +# (Wattage of battery charging input) +msgid "Charge Power" +msgstr "Потужність заряджання" + +#: components/battery.tsx:59 +# (Charge current limit override toggle) +msgid "Charge Current Limits" +msgstr "Ліміт струму заряджання" + +#: components/battery.tsx:60 +# (Charge current limit override toggle description) +msgid "Control battery charge rate when awake" +msgstr "Контролюйте рівень струму заряджання батареї під час активності" + +#: components/battery.tsx:74 +# (Battery maximum input current with unit) +msgid "Maximum (mA)" +msgstr "Максимум (mA)" + +#: components/battery.tsx:97,115 +# (Battery charge mode override toggle) +msgid "Charge Mode" +msgstr "Режим заряджання" + +#: components/battery.tsx:98 +# (Battery charge mode override toggle description) +msgid "Force battery charge mode" +msgstr "Примусовий режим заряджання батареї" + +#: components/battery.tsx:112 +# (Battery charge mode dropdown) +msgid "Mode" +msgstr "Режим" + +#: components/battery.tsx:133 +# (Battery electrical current display) +msgid "Current" +msgstr "Струм споживання з батареї" + +#: components/battery.tsx:141 +# (Battery charging maximum) +msgid "Charge Limit" +msgstr "Ліміт заряджання" + +#: components/battery.tsx:142 +# (Battery charging maximum description) +msgid "Limit battery charge when awake" +msgstr "Обмежити заряджання батареї під час активності" + +#: components/battery.tsx:156 +# (Battery charging maximum slider) +msgid "Maximum (%)" +msgstr "Максимум (%)" + +# -- components/cpus.tsx -- + +#: components/cpus.tsx:64 +# (CPU section title) +msgid "CPU" +msgstr "CPU" + +#: components/cpus.tsx:70 +# (CPU advanced mode toggle) +msgid "Advanced" +msgstr "Розширений" + +#: components/cpus.tsx:71 +# (CPU advanced mode toggle description) +msgid "Enables per-thread configuration" +msgstr "Вмикає налаштування для кожного потоку" + +#: components/cpus.tsx:88 +# (CPU Simultaneous MultiThreading toggle) +msgid "SMT" +msgstr "SMT" + +#: components/cpus.tsx:89 +# (CPU SMT toggle description) +msgid "Enables odd-numbered CPUs" +msgstr "Активація одночасної багатопоточності" + +#: components/cpus.tsx:106 +# (CPU thread count slider) +msgid "Threads" +msgstr "Потоки" + +#: components/cpus.tsx:137 +#: components/gpu.tsx:112 +# (Clock speed override toggle) +msgid "Frequency Limits" +msgstr "Обмеження частоти" + +#: components/cpus.tsx:138 +#: components/gpu.tsx:113 +# (Clock speed override toggle description) +msgid "Set bounds on clock speed" +msgstr "Встановіть обмеження на тактову частоту" + +#: components/cpus.tsx:165 +#: components/gpu.tsx:137 +# (Minimum clock speed with unit) +msgid "Minimum (MHz)" +msgstr "Мінімум (MHz)" + +#: components/cpus.tsx:195 +#: components/gpu.tsx:160 +# (Maximum clock speed with unit) +msgid "Maximum (MHz)" +msgstr "Максимум (MHz)" + +# advanced mode + +#: components/cpus.tsx:226 +# (CPU selection slider) +msgid "Selected CPU" +msgstr "Обраний поток CPU" + +#: components/cpus.tsx:246 +# (CPU Online toggle) +msgid "Online" +msgstr "Online" + +#: components/cpus.tsx:247 +# (CPU Online description) +msgid "Allow the CPU thread to do work" +msgstr "Дозволити потоку CPU виконувати роботу" + +#: components/cpus.tsx:342 +# (CPU scheduling governor dropdown -- governor names are not translated) +msgid "Governor" +msgstr "Governor" + +# -- components/debug.tsx -- + +#: components/debug.tsx:29 +# (Debug section title) +msgid "Debug" +msgstr "Debug" + +#: components/debug.tsx:33 +# (Version display for native back-end of PowerTools) +msgid "Native" +msgstr "Native" + +#: components/debug.tsx:47 +# (Mode display for framework of USDPL API) +msgid "Framework" +msgstr "Framework" + +#: components/debug.tsx:54 +# (Display for software implementation in PowerTools which applies settings) +msgid "Driver" +msgstr "Driver" + +# -- components/gpu.tsx -- + +#: components/gpu.tsx:34 +# (GPU section title) +msgid "GPU" +msgstr "GPU" + +#: components/gpu.tsx:39 +# (PPT Limits override toggle) +msgid "PowerPlay Limits" +msgstr "PowerPlay Ліміти" + +#: components/gpu.tsx:40 +# (PPT Limits override toggle description) +msgid "Override APU TDP settings" +msgstr "Перевизначити налаштування TDP APU" + +#: components/gpu.tsx:63 +# (SlowPPT slider with unit) +msgid "SlowPPT (W)" +msgstr "Середній PPT (W)" + +#: components/gpu.tsx:87 +# (FastPPT slider with unit) +msgid "FastPPT (W)" +msgstr "Фактичний PPT (W)" + +#: components/gpu.tsx:112 +# (Reduce memory clock speed toggle) +msgid "Downclock Memory" +msgstr "Зниження частоти пам'яті" + +#: components/gpu.tsx:112 +# (Reduce memory clock speed toggle description) +msgid "Force RAM into low-power mode" +msgstr "Перевести ОЗП у режим зниженого енергоспоживання" -- 2.43.4