Fix Russian translation

i9-beta changed/i9-beta/anaconda-34.25.3.8-1.el9.inferit.4
Arkady L. Shane 1 year ago
parent bab3e31aaf
commit f5a9a95e51
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -1,4 +1,4 @@
From 515649a93a89e6e4c7472b8741dc418608acb08e Mon Sep 17 00:00:00 2001
From 31fd3d6f3236392daec629ccc1b1ee384349fed2 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
Date: Mon, 23 Oct 2023 09:51:56 +0300
Subject: [PATCH 11/11] Add MSVSphere identification support
@ -6,13 +6,13 @@ 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 | 186 ++++++++++++++----
po/ru.po | 190 ++++++++++++++----
pyanaconda/product.py | 36 +++-
.../ui/gui/spokes/installation_progress.py | 8 +-
.../ui/gui/spokes/lib/storage_dialogs.py | 4 +-
pyanaconda/ui/gui/spokes/welcome.py | 21 +-
pyanaconda/vnc.py | 42 +++-
8 files changed, 255 insertions(+), 48 deletions(-)
8 files changed, 257 insertions(+), 50 deletions(-)
diff --git a/data/liveinst/gnome/fedora-welcome.desktop b/data/liveinst/gnome/fedora-welcome.desktop
index 90f5678..abbbff3 100644
@ -41,7 +41,7 @@ index 4c0a66a..120d718 100755
this.window.connect('key-press-event', Lang.bind(this,
function(w, event) {
diff --git a/po/ru.po b/po/ru.po
index 8340e9e..2e4e8e5 100644
index 8340e9e..dc0dd5d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -461,13 +461,13 @@ msgstr ""
@ -173,8 +173,12 @@ index 8340e9e..2e4e8e5 100644
"Вы можете:"
#: pyanaconda/ui/gui/spokes/lib/accordion.py:479
@@ -2370,8 +2400,8 @@ msgid ""
"%s is now successfully installed and ready for you to use!\n"
@@ -2367,20 +2397,20 @@ msgstr "_Завершить установку"
#: pyanaconda/ui/gui/spokes/installation_progress.py:158
#, 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 reboot your system to start using it!"
msgstr ""
-"%s успешно установлена и готова к использованию!\n"
@ -184,8 +188,9 @@ index 8340e9e..2e4e8e5 100644
#: pyanaconda/ui/gui/spokes/installation_progress.py:163
#, python-format
@@ -2379,8 +2409,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 quit the application to start using it!"
msgstr ""
-"%s успешно установлено и готово к использованию!\n"

@ -1,7 +1,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 34.25.3.8
Release: 1%{?dist}.inferit.3
Release: 1%{?dist}.inferit.4
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -429,6 +429,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Oct 23 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.25.3.8-1.inferit.4
- Fix Russian Translation
* Mon Oct 23 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.25.3.8-1.inferit.3
- Update Russian translation

Loading…
Cancel
Save