You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
copyq/SOURCES/0001-Added-Russian-descript...

53 lines
2.3 KiB

From 43856d435d6992d1e3bebc307eb04731999eca57 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere.ru>
Date: Mon, 21 Aug 2023 13:10:19 +0300
Subject: [PATCH] Added Russian description and summary
---
shared/com.github.hluk.copyq.appdata.xml | 9 +++++++++
shared/com.github.hluk.copyq.desktop.in | 1 +
2 files changed, 10 insertions(+)
diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml
index 4fa0400..7fd042f 100644
--- a/shared/com.github.hluk.copyq.appdata.xml
+++ b/shared/com.github.hluk.copyq.appdata.xml
@@ -6,7 +6,9 @@
<project_license>GPL-3.0+</project_license>
<name>CopyQ</name>
+ <name xml:lang="ru">Менеджер буфера обмена CopyQ</name>
<summary>Advanced clipboard manager</summary>
+ <summary xml:lang="ru">Расширенный менеджер буфера обмена</summary>
<description>
<p>
@@ -16,6 +18,13 @@
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
</p>
+ <p xml:lang="ru">
+ Copy - это продвинутый менеджер буфера обмена с функциями редактирования и написания сценариев.
+ </p>
+ <p xml:lang="ru">
+ Копирование отслеживает системный буфер обмена и сохраняет его содержимое в настраиваемых вкладках.
+ Сохраненный буфер обмена позже можно скопировать и вставить непосредственно в любое приложение.
+ </p>
</description>
<url type="homepage">https://hluk.github.io/CopyQ/</url>
diff --git a/shared/com.github.hluk.copyq.desktop.in b/shared/com.github.hluk.copyq.desktop.in
index 3a87823..3210c29 100644
--- a/shared/com.github.hluk.copyq.desktop.in
+++ b/shared/com.github.hluk.copyq.desktop.in
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=CopyQ
+Name[ru]=Менеджер буфера обмена СopyQ
Exec=copyq --start-server show
Icon=${ICON_NAME}
GenericName=Clipboard Manager
--
2.39.2