diff --git a/SOURCES/0001-Fixed-Russian-translation.patch b/SOURCES/0001-Fixed-Russian-translation.patch index 3d7fcfb..f7c44d6 100644 --- a/SOURCES/0001-Fixed-Russian-translation.patch +++ b/SOURCES/0001-Fixed-Russian-translation.patch @@ -1,14 +1,28 @@ -From aec542c43141707a7cfd25e413f69d96dd32c1ae Mon Sep 17 00:00:00 2001 +From 6505a8eba1421f241cc1af83b3f759071fe6c5ca Mon Sep 17 00:00:00 2001 From: Sergey Cherevko -Date: Fri, 15 Mar 2024 15:15:44 +0300 +Date: Mon, 9 Sep 2024 16:33:04 +0300 Subject: [PATCH] Fixed Russian translation --- - po/ru.po | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + fileItem.js | 2 +- + po/ru.po | 6 +++++- + 2 files changed, 6 insertions(+), 2 deletions(-) +diff --git a/fileItem.js b/fileItem.js +index 13435ec..b09611d 100644 +--- a/fileItem.js ++++ b/fileItem.js +@@ -363,7 +363,7 @@ var FileItem = class extends desktopIconItem.desktopIconItem { + } + + if (!this.trustedDesktopFile) { +- let title = 'Untrusted Desktop File'; ++ let title = _('Untrusted Desktop File'); + let error = _('This .desktop file is not trusted, it can not be launched. To enable launching, right-click, then:\n\nEnable "Allow Launching"'); + this._showerrorpopup(title, error); + } diff --git a/po/ru.po b/po/ru.po -index be719ed..e0e4980 100644 +index be719ed..a8cf9c5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -232,7 +232,7 @@ msgstr "Изменить фон…" @@ -20,6 +34,17 @@ index be719ed..e0e4980 100644 #: desktopManager.js:1042 msgid "Display Settings" +@@ -339,6 +339,10 @@ msgstr "" + "\n" + "Включить параметр «Разрешить выполнение файла как программы»" + ++#: fileItem.js:366 ++msgid "Untrusted Desktop File" ++msgstr "Недоверенный .desktop файл" ++ + #: fileItem.js:367 + msgid "" + "This .desktop file is not trusted, it can not be launched. To enable " -- -2.39.3 +2.43.5 diff --git a/SPECS/gnome-shell-extension-desktop-icons-ng.spec b/SPECS/gnome-shell-extension-desktop-icons-ng.spec index 8de043a..ba714c8 100644 --- a/SPECS/gnome-shell-extension-desktop-icons-ng.spec +++ b/SPECS/gnome-shell-extension-desktop-icons-ng.spec @@ -5,7 +5,7 @@ Name: gnome-shell-extension-%{extname_full} Version: 47.0.3 -Release: 1%{?dist}.inferit +Release: 1%{?dist}.inferit.1 Summary: GNOME Shell extension (next gen) for providing desktop icons License: GPLv3+ @@ -56,6 +56,10 @@ sed -e "/meson_post_install/d" -i meson.build %changelog +* Mon Sep 09 2024 Sergey Cherevko - 47.0.3-1.inferit.1 +- Fix Russian translation +- Bump version + * Fri Mar 15 2024 Sergey Cherevko - 47.0.3-1.inferit - Fix Russian translation - Rebuilt for MSVSphere 9.3