Compare commits

..

No commits in common. 'i9' and 'c9' have entirely different histories.
i9 ... c9

@ -1,101 +0,0 @@
From 3d85d5856bbac76f01272778fc47528e9ca80733 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
Date: Wed, 17 Apr 2024 11:11:52 +0300
Subject: [PATCH] Updated Russian translation
---
po/ru.po | 44 ++++++++++++++++++++++++++++++++++++++++----
1 file changed, 40 insertions(+), 4 deletions(-)
diff --git a/po/ru.po b/po/ru.po
index 814ba61..998cddc 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1115,6 +1115,10 @@ msgstr "Установить по умолчанию"
msgid "Cancel"
msgstr "Отменить"
+#: src/preferences.ui:462
+msgid "New tab _position:"
+msgstr "Позиция _новой вкладки:"
+
#: ../src/profile-editor.c:158
msgid "Black on light yellow"
msgstr "Чёрный на светло-жёлтом"
@@ -1698,10 +1702,6 @@ msgstr "_Убрать подсветку"
msgid "_Terminal"
msgstr "_Терминал"
-#: ../src/terminal-menubar.ui.in.h:31 ../src/terminal-notebook-menu.ui.h:4
-msgid "Set _Title…"
-msgstr "Установить _заголовок…"
-
#: ../src/terminal-menubar.ui.in.h:32
msgid "Set _Character Encoding"
msgstr "Установить _кодировку символов"
@@ -1778,6 +1778,11 @@ msgstr "_Открепить терминал"
msgid "C_lose Terminal"
msgstr "_Закрыть терминал"
+#: ../src/terminal-notebook-menu.ui.h:36 ../src/terminal-headermenu.ui:54 ../src/terminal-menubar.ui.in:148
+msgid "Set _Title…"
+msgstr "_Установить Заголовок…"
+
+
#: ../src/terminal-options.c:281
#, c-format
msgid ""
@@ -2141,6 +2146,11 @@ msgstr "Работа дочернего процесса прервана по
msgid "The child process was aborted."
msgstr "Работа дочернего процесса прервана."
+#: ../src/terminal-screen.c:2379
+#: ../src/terminal-screen.c:2390
+msgid "Command completed"
+msgstr "Команда выполнена"
+
#: ../src/terminal-tab-label.c:206
msgid "Close tab"
msgstr "Закрыть вкладку"
@@ -2553,12 +2563,38 @@ msgstr "_Закрыть окно"
#~ msgid "_Add or Remove…"
#~ msgstr "_Добавить или удалить…"
+#: ../src/preferences.ui:2030
+msgid "When terminal commands set their o_wn titles:"
+msgstr "Когда команды терминала устанавливают свои собственные заголовки:"
+
+#: ../src/preferences.ui:1418
msgid "Transparent background"
msgstr "Прозрачный фон"
+#: ../src/preferences.ui:1979
msgid "Title"
msgstr "Заголовок"
+#: ../src/preferences.ui:2005
+msgid "Initial _title:"
+msgstr "Первоначальный заголовок:"
+
+#: ../src/preferences.ui:2163
+msgid "_Preserve working directory:"
+msgstr "_Сохранить рабочий каталог:"
+
+#: ../src/preferences.ui:277
+msgid "Shell only"
+msgstr "Только оболочка"
+
+#: ../src/preferences.ui:32
+msgid "Last"
+msgstr "Последняя"
+
+#: ../src/preferences.ui:36
+msgid "Next"
+msgstr "Следующая"
+
msgid "_Title:"
msgstr "За_головок:"
--
2.39.3

@ -1,4 +1,3 @@
[org.gnome.Terminal.Legacy.Settings] [org.gnome.Terminal.Legacy.Settings]
menu-accelerator-enabled=false
theme-variant='dark' theme-variant='dark'
unified-menu=false unified-menu=false

@ -8,7 +8,7 @@
Name: gnome-terminal Name: gnome-terminal
Version: 3.40.3 Version: 3.40.3
Release: 1%{?dist}.inferit.2 Release: 1%{?dist}
Summary: Terminal emulator for GNOME Summary: Terminal emulator for GNOME
License: GPLv3+ and GFDL and LGPLv2+ License: GPLv3+ and GFDL and LGPLv2+
@ -17,8 +17,6 @@ Source0: https://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.
Source1: org.gnome.Terminal.gschema.override Source1: org.gnome.Terminal.gschema.override
Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch
#MSVSphere
Patch500: 0001-Updated-Russian-translation.patch
BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(dconf)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@ -62,10 +60,6 @@ option to the right-click context menu in Nautilus.
%prep %prep
%autosetup -p1 %autosetup -p1
#MSVSphere: forced compilation of *.po
pushd %{_builddir}/%{name}-%{version}/po/
for name_po in $(ls *.po) ; do msgfmt -o ${name_po%.*}.gmo ${name_po%.*}.po ; done
popd
%build %build
%configure \ %configure \
@ -117,19 +111,6 @@ make check
%changelog %changelog
* Wed Apr 17 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.40.3-1.inferit.2
- Update Russian translation
* Tue Jun 27 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 3.40.3-1.inferit.1
- disable menu accelerator (F10)
* Fri Jun 23 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 3.40.3-1.inferit
- Updated Russian translation
- Rebuilt for MSVSphere 9.2
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.40.3-1
- Rebuilt for MSVSphere 9.1.
* Thu Sep 16 2021 David King <amigadave@amigadave.com> - 3.40.3-1 * Thu Sep 16 2021 David King <amigadave@amigadave.com> - 3.40.3-1
- Update to 3.40.3 (#1998957) - Update to 3.40.3 (#1998957)

Loading…
Cancel
Save