Compare commits

...

2 Commits
i9ce ... i9e

Author SHA1 Message Date
Sergey Cherevko edf7985136
fixup! Fixed Russian translation
2 weeks ago
Sergey Cherevko 88eaf5c303
Fixed Russian translation
6 months ago

@ -0,0 +1,50 @@
From 6505a8eba1421f241cc1af83b3f759071fe6c5ca Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
Date: Mon, 9 Sep 2024 16:33:04 +0300
Subject: [PATCH] Fixed Russian translation
---
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\n<b>Enable "Allow Launching"</b>');
this._showerrorpopup(title, error);
}
diff --git a/po/ru.po b/po/ru.po
index be719ed..a8cf9c5 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -232,7 +232,7 @@ msgstr "Изменить фон…"
#: desktopManager.js:1038
msgid "Desktop Icons Settings"
-msgstr "Параметры Desktop Icons"
+msgstr "Параметры"
#: desktopManager.js:1042
msgid "Display Settings"
@@ -339,6 +339,10 @@ msgstr ""
"\n"
"<b>Включить параметр «Разрешить выполнение файла как программы»</b>"
+#: 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.43.5

@ -5,12 +5,14 @@
Name: gnome-shell-extension-%{extname_full}
Version: 47.0.3
Release: 1%{?dist}
Release: 1%{?dist}.inferit.1
Summary: GNOME Shell extension (next gen) for providing desktop icons
License: GPLv3+
URL: https://gitlab.com/rastersoft/desktop-icons-ng
Source0: %{url}/-/archive/%{version}/desktop-icons-ng-%{version}.tar.gz
Patch100: 0001-Fixed-Russian-translation.patch
BuildArch: noarch
BuildRequires: gobject-introspection
@ -32,7 +34,7 @@ You can use gnome-tweaks (additional package) or run in terminal:
%prep
%autosetup -n %{extname_full}-%{version}
%autosetup -p1 -n %{extname_full}-%{version}
sed -e "/meson_post_install/d" -i meson.build
@ -54,6 +56,14 @@ sed -e "/meson_post_install/d" -i meson.build
%changelog
* Mon Sep 09 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 47.0.3-1.inferit.1
- Fix Russian translation
- Bump version
* Fri Mar 15 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 47.0.3-1.inferit
- Fix Russian translation
- Rebuilt for MSVSphere 9.3
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 47.0.3-1
- Update to 47.0.3

Loading…
Cancel
Save