From 4b985e35ebed20b3ad74cc4c06fa9e8a67c2d469 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 14 Oct 2024 22:14:57 +0300 Subject: [PATCH] Fix russian translation --- ...Add-MSVSphere-identification-support.patch | 27 +++++++++++-------- SPECS/anaconda.spec | 5 +++- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/SOURCES/0011-Add-MSVSphere-identification-support.patch b/SOURCES/0011-Add-MSVSphere-identification-support.patch index b776130..4830f15 100644 --- a/SOURCES/0011-Add-MSVSphere-identification-support.patch +++ b/SOURCES/0011-Add-MSVSphere-identification-support.patch @@ -1,19 +1,19 @@ -From ae15c24f836bfa5d461dcb31da7409b1bf612634 Mon Sep 17 00:00:00 2001 +From 79f77cd1eb7ff8ee94b9dd71868b3c93530b7f02 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 13 Oct 2024 16:30:38 +0300 -Subject: [PATCH] Add MSVSphere identification support +Subject: [PATCH 11/11] Add MSVSphere identification support --- data/liveinst/gnome/fedora-welcome.desktop | 4 +- data/liveinst/gnome/fedora-welcome.js | 2 +- - po/ru.po | 196 +++++++++++++++--- + po/ru.po | 200 +++++++++++++++--- pyanaconda/product.py | 40 +++- .../ui/gui/spokes/installation_progress.py | 8 +- pyanaconda/ui/gui/spokes/lib/accordion.py | 2 +- .../ui/gui/spokes/lib/storage_dialogs.py | 4 +- pyanaconda/ui/gui/spokes/welcome.py | 23 +- - pyanaconda/vnc.py | 47 ++++- - 9 files changed, 284 insertions(+), 42 deletions(-) + pyanaconda/vnc.py | 47 +++- + 9 files changed, 286 insertions(+), 44 deletions(-) diff --git a/data/liveinst/gnome/fedora-welcome.desktop b/data/liveinst/gnome/fedora-welcome.desktop index 90f5678..5bfd5a5 100644 @@ -42,7 +42,7 @@ index 4c0a66a..a1cc6e3 100755 this.window.connect('key-press-event', Lang.bind(this, function(w, event) { diff --git a/po/ru.po b/po/ru.po -index 315ee3c..07273fa 100644 +index 315ee3c..02bf92b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -212,7 +212,7 @@ msgid "" @@ -180,8 +180,12 @@ index 315ee3c..07273fa 100644 #, python-format msgid "%(productName)s %(productVersion)s installation on host %(name)s" msgstr "Установка %(productName)s %(productVersion)s на %(name)s" -@@ -400,8 +505,8 @@ msgid "" - "%s is now successfully installed and ready for you to use!\n" +@@ -397,20 +502,20 @@ msgstr "Нет %s. Настройка сетевого экрана невозм + #: pyanaconda/ui/gui/spokes/installation_progress.py:163 + #, python-format + msgid "" +-"%s is now successfully installed and ready for you to use!\n" ++"%(name)s is now successfully installed and ready for you to use!\n" "Go ahead and quit the application to start using it!" msgstr "" -"%s успешно установлено и готово к использованию!\n" @@ -191,8 +195,9 @@ index 315ee3c..07273fa 100644 #: pyanaconda/ui/gui/spokes/installation_progress.py:158 #, python-format -@@ -409,8 +514,8 @@ msgid "" - "%s is now successfully installed and ready for you to use!\n" + msgid "" +-"%s is now successfully installed and ready for you to use!\n" ++"%(name)s is now successfully installed and ready for you to use!\n" "Go ahead and reboot your system to start using it!" msgstr "" -"%s успешно установлена и готова к использованию!\n" @@ -223,7 +228,7 @@ index 315ee3c..07273fa 100644 "adjust your partitions on your own in the custom partitioning interface." msgstr "" -"Недостаточно места для установки %s. Можно уменьшить или удалить " -+"Недостаточно места для установки %(name)s. Можно уменьшить или удалить " ++"Недостаточно места для установки МСВСфера ОС. Можно уменьшить или удалить " "существующие разделы с помощью помощника или самостоятельно выбрать размеры " "разделов в окне настройки разделов." diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 8e4c033..82e574a 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 34.25.5.9 -Release: 1%{?dist}.inferit +Release: 1%{?dist}.inferit.1 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -451,6 +451,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 14 2024 Arkady L. Shane - 34.25.5.9-1.inferit.1 +- Fix Russian translation + * Sat Oct 12 2024 Arkady L. Shane - 34.25.5.9-1.inferit - Update to 34.25.5.9 - Drop obsoletes urls fixes