From b9e5360996c009f8631b7b895b748c65554c0c70 Mon Sep 17 00:00:00 2001 From: shaozhimin Date: Mon, 15 Jul 2024 10:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8E=B7=E5=8F=96CPU?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E9=95=BF=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/libkysdk-hardware.install | 11 + debian/libkysdk-hardware.postinst | 13 +- debian/libkysdk-sysinfo.install | 20 +- debian/libkysdk-sysinfo.postinst | 20 +- debian/patches/0011-CPU.patch | 1410 +++++++++++++++++++++++++++++ debian/patches/series | 1 + 6 files changed, 1454 insertions(+), 21 deletions(-) create mode 100644 debian/patches/0011-CPU.patch diff --git a/debian/libkysdk-hardware.install b/debian/libkysdk-hardware.install index 4bd0f71..9e54995 100644 --- a/debian/libkysdk-hardware.install +++ b/debian/libkysdk-hardware.install @@ -3,3 +3,14 @@ usr/lib/*/libkybluetooth.so* usr/lib/*/libkyedid.so* usr/lib/*/libkyfan.so* usr/lib/*/libkyhwinfo.so* + +po/kysdk-system_mn.mo usr/share/locale/mn/LC_MESSAGES/ +po/kysdk-system_zh_CN.mo usr/share/locale/zh_CN/LC_MESSAGES/ +po/kysdk-system_bo_CN.mo usr/share/locale/bo_CN/LC_MESSAGES/ +po/kysdk-system_zh_HK.mo usr/share/locale/zh_HK/LC_MESSAGES/ +po/kysdk-system_kk.mo usr/share/locale/kk/LC_MESSAGES/ +po/kysdk-system_ky.mo usr/share/locale/ky/LC_MESSAGES/ +po/kysdk-system_de.mo usr/share/locale/de/LC_MESSAGES/ +po/kysdk-system_es.mo usr/share/locale/es/LC_MESSAGES/ +po/kysdk-system_fr.mo usr/share/locale/fr/LC_MESSAGES/ +po/kysdk-system_ug.mo usr/share/locale/ug/LC_MESSAGES/ diff --git a/debian/libkysdk-hardware.postinst b/debian/libkysdk-hardware.postinst index 0a49840..0caf6eb 100644 --- a/debian/libkysdk-hardware.postinst +++ b/debian/libkysdk-hardware.postinst @@ -3,4 +3,15 @@ if systemctl is-active --quiet kysdk-dbus.service; then systemctl restart kysdk-dbus.service else echo "kysdk-dbus.service is not active" -fi \ No newline at end of file +fi + +mv /usr/share/locale/mn/LC_MESSAGES/kysdk-system_mn.mo /usr/share/locale/mn/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/zh_CN/LC_MESSAGES/kysdk-system_zh_CN.mo /usr/share/locale/zh_CN/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/bo_CN/LC_MESSAGES/kysdk-system_bo_CN.mo /usr/share/locale/bo_CN/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/zh_HK/LC_MESSAGES/kysdk-system_zh_HK.mo /usr/share/locale/zh_HK/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/kk/LC_MESSAGES/kysdk-system_kk.mo /usr/share/locale/kk/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/ky/LC_MESSAGES/kysdk-system_ky.mo /usr/share/locale/ky/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/de/LC_MESSAGES/kysdk-system_de.mo /usr/share/locale/de/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/es/LC_MESSAGES/kysdk-system_es.mo /usr/share/locale/es/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/fr/LC_MESSAGES/kysdk-system_fr.mo /usr/share/locale/fr/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/ug/LC_MESSAGES/kysdk-system_ug.mo /usr/share/locale/ug/LC_MESSAGES/kysdk-system.mo diff --git a/debian/libkysdk-sysinfo.install b/debian/libkysdk-sysinfo.install index c4d80ba..a04c0d2 100644 --- a/debian/libkysdk-sysinfo.install +++ b/debian/libkysdk-sysinfo.install @@ -1,11 +1,11 @@ usr/lib/*/libkysysinfo.so* -po/kysdk-sysinfo_mn.mo usr/share/locale/mn/LC_MESSAGES/ -po/kysdk-sysinfo_zh_CN.mo usr/share/locale/zh_CN/LC_MESSAGES/ -po/kysdk-sysinfo_bo_CN.mo usr/share/locale/bo_CN/LC_MESSAGES/ -po/kysdk-sysinfo_zh_HK.mo usr/share/locale/zh_HK/LC_MESSAGES/ -po/kysdk-sysinfo_kk.mo usr/share/locale/kk/LC_MESSAGES/ -po/kysdk-sysinfo_ky.mo usr/share/locale/ky/LC_MESSAGES/ -po/kysdk-sysinfo_de.mo usr/share/locale/de/LC_MESSAGES/ -po/kysdk-sysinfo_es.mo usr/share/locale/es/LC_MESSAGES/ -po/kysdk-sysinfo_fr.mo usr/share/locale/fr/LC_MESSAGES/ -po/kysdk-sysinfo_ug.mo usr/share/locale/ug/LC_MESSAGES/ \ No newline at end of file +po/kysdk-system_mn.mo usr/share/locale/mn/LC_MESSAGES/ +po/kysdk-system_zh_CN.mo usr/share/locale/zh_CN/LC_MESSAGES/ +po/kysdk-system_bo_CN.mo usr/share/locale/bo_CN/LC_MESSAGES/ +po/kysdk-system_zh_HK.mo usr/share/locale/zh_HK/LC_MESSAGES/ +po/kysdk-system_kk.mo usr/share/locale/kk/LC_MESSAGES/ +po/kysdk-system_ky.mo usr/share/locale/ky/LC_MESSAGES/ +po/kysdk-system_de.mo usr/share/locale/de/LC_MESSAGES/ +po/kysdk-system_es.mo usr/share/locale/es/LC_MESSAGES/ +po/kysdk-system_fr.mo usr/share/locale/fr/LC_MESSAGES/ +po/kysdk-system_ug.mo usr/share/locale/ug/LC_MESSAGES/ \ No newline at end of file diff --git a/debian/libkysdk-sysinfo.postinst b/debian/libkysdk-sysinfo.postinst index f1b2117..205273f 100644 --- a/debian/libkysdk-sysinfo.postinst +++ b/debian/libkysdk-sysinfo.postinst @@ -1,13 +1,13 @@ -mv /usr/share/locale/mn/LC_MESSAGES/kysdk-sysinfo_mn.mo /usr/share/locale/mn/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/zh_CN/LC_MESSAGES/kysdk-sysinfo_zh_CN.mo /usr/share/locale/zh_CN/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/bo_CN/LC_MESSAGES/kysdk-sysinfo_bo_CN.mo /usr/share/locale/bo_CN/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/zh_HK/LC_MESSAGES/kysdk-sysinfo_zh_HK.mo /usr/share/locale/zh_HK/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/kk/LC_MESSAGES/kysdk-sysinfo_kk.mo /usr/share/locale/kk/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/ky/LC_MESSAGES/kysdk-sysinfo_ky.mo /usr/share/locale/ky/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/de/LC_MESSAGES/kysdk-sysinfo_de.mo /usr/share/locale/de/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/es/LC_MESSAGES/kysdk-sysinfo_es.mo /usr/share/locale/es/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/fr/LC_MESSAGES/kysdk-sysinfo_fr.mo /usr/share/locale/fr/LC_MESSAGES/kysdk-sysinfo.mo -mv /usr/share/locale/ug/LC_MESSAGES/kysdk-sysinfo_ug.mo /usr/share/locale/ug/LC_MESSAGES/kysdk-sysinfo.mo +mv /usr/share/locale/mn/LC_MESSAGES/kysdk-system_mn.mo /usr/share/locale/mn/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/zh_CN/LC_MESSAGES/kysdk-system_zh_CN.mo /usr/share/locale/zh_CN/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/bo_CN/LC_MESSAGES/kysdk-system_bo_CN.mo /usr/share/locale/bo_CN/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/zh_HK/LC_MESSAGES/kysdk-system_zh_HK.mo /usr/share/locale/zh_HK/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/kk/LC_MESSAGES/kysdk-system_kk.mo /usr/share/locale/kk/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/ky/LC_MESSAGES/kysdk-system_ky.mo /usr/share/locale/ky/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/de/LC_MESSAGES/kysdk-system_de.mo /usr/share/locale/de/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/es/LC_MESSAGES/kysdk-system_es.mo /usr/share/locale/es/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/fr/LC_MESSAGES/kysdk-system_fr.mo /usr/share/locale/fr/LC_MESSAGES/kysdk-system.mo +mv /usr/share/locale/ug/LC_MESSAGES/kysdk-system_ug.mo /usr/share/locale/ug/LC_MESSAGES/kysdk-system.mo if systemctl is-active --quiet kysdk-dbus.service; then echo "kysdk-dbus.service is active, restarting..." diff --git a/debian/patches/0011-CPU.patch b/debian/patches/0011-CPU.patch new file mode 100644 index 0000000..afb15d0 --- /dev/null +++ b/debian/patches/0011-CPU.patch @@ -0,0 +1,1410 @@ +From: shaozhimin +Date: Mon, 15 Jul 2024 10:54:00 +0800 +Subject: =?utf-8?b?5paw5aKe6I635Y+WQ1BV6L+Q6KGM5pe26ZW/55qE57+76K+R?= + +--- + po/bo_CN.po | 14 ++------------ + po/de.po | 20 +++++--------------- + po/es.po | 10 ---------- + po/fr.po | 20 +++++--------------- + po/kysdk-sysinfo_bo_CN.mo | Bin 463 -> 0 bytes + po/kysdk-sysinfo_bo_CN.po | 30 ------------------------------ + po/kysdk-sysinfo_de.mo | Bin 432 -> 0 bytes + po/kysdk-sysinfo_de.po | 30 ------------------------------ + po/kysdk-sysinfo_es.mo | Bin 441 -> 0 bytes + po/kysdk-sysinfo_es.po | 30 ------------------------------ + po/kysdk-sysinfo_fr.mo | Bin 445 -> 0 bytes + po/kysdk-sysinfo_fr.po | 30 ------------------------------ + po/kysdk-sysinfo_kk.mo | Bin 480 -> 0 bytes + po/kysdk-sysinfo_kk.po | 30 ------------------------------ + po/kysdk-sysinfo_ky.mo | Bin 501 -> 0 bytes + po/kysdk-sysinfo_ky.po | 29 ----------------------------- + po/kysdk-sysinfo_mn.mo | Bin 497 -> 0 bytes + po/kysdk-sysinfo_mn.po | 30 ------------------------------ + po/kysdk-sysinfo_ug.mo | Bin 491 -> 0 bytes + po/kysdk-sysinfo_ug.po | 30 ------------------------------ + po/kysdk-sysinfo_zh_CN.mo | Bin 436 -> 0 bytes + po/kysdk-sysinfo_zh_CN.po | 30 ------------------------------ + po/kysdk-sysinfo_zh_HK.mo | Bin 436 -> 0 bytes + po/kysdk-sysinfo_zh_HK.po | 30 ------------------------------ + po/kysdk-system_bo_CN.mo | Bin 0 -> 559 bytes + po/kysdk-system_bo_CN.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_de.mo | Bin 0 -> 492 bytes + po/kysdk-system_de.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_es.mo | Bin 0 -> 500 bytes + po/kysdk-system_es.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_fr.mo | Bin 0 -> 505 bytes + po/kysdk-system_fr.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_kk.mo | Bin 0 -> 548 bytes + po/kysdk-system_kk.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_ky.mo | Bin 0 -> 501 bytes + po/kysdk-system_ky.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_mn.mo | Bin 0 -> 578 bytes + po/kysdk-system_mn.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_ug.mo | Bin 0 -> 559 bytes + po/kysdk-system_ug.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_zh_CN.mo | Bin 0 -> 493 bytes + po/kysdk-system_zh_CN.po | 29 +++++++++++++++++++++++++++++ + po/kysdk-system_zh_HK.mo | Bin 0 -> 436 bytes + po/kysdk-system_zh_HK.po | 29 +++++++++++++++++++++++++++++ + po/mn.po | 10 ---------- + po/ug.po | 14 +++++++------- + src/hardware/libkycpu.c | 3 +++ + src/systeminfo/libkysysinfo.c | 2 +- + 48 files changed, 313 insertions(+), 369 deletions(-) + delete mode 100644 po/kysdk-sysinfo_bo_CN.mo + delete mode 100644 po/kysdk-sysinfo_bo_CN.po + delete mode 100644 po/kysdk-sysinfo_de.mo + delete mode 100644 po/kysdk-sysinfo_de.po + delete mode 100644 po/kysdk-sysinfo_es.mo + delete mode 100644 po/kysdk-sysinfo_es.po + delete mode 100644 po/kysdk-sysinfo_fr.mo + delete mode 100644 po/kysdk-sysinfo_fr.po + delete mode 100644 po/kysdk-sysinfo_kk.mo + delete mode 100644 po/kysdk-sysinfo_kk.po + delete mode 100644 po/kysdk-sysinfo_ky.mo + delete mode 100644 po/kysdk-sysinfo_ky.po + delete mode 100644 po/kysdk-sysinfo_mn.mo + delete mode 100644 po/kysdk-sysinfo_mn.po + delete mode 100644 po/kysdk-sysinfo_ug.mo + delete mode 100644 po/kysdk-sysinfo_ug.po + delete mode 100644 po/kysdk-sysinfo_zh_CN.mo + delete mode 100644 po/kysdk-sysinfo_zh_CN.po + delete mode 100644 po/kysdk-sysinfo_zh_HK.mo + delete mode 100644 po/kysdk-sysinfo_zh_HK.po + create mode 100644 po/kysdk-system_bo_CN.mo + create mode 100644 po/kysdk-system_bo_CN.po + create mode 100644 po/kysdk-system_de.mo + create mode 100644 po/kysdk-system_de.po + create mode 100644 po/kysdk-system_es.mo + create mode 100644 po/kysdk-system_es.po + create mode 100644 po/kysdk-system_fr.mo + create mode 100644 po/kysdk-system_fr.po + create mode 100644 po/kysdk-system_kk.mo + create mode 100644 po/kysdk-system_kk.po + create mode 100644 po/kysdk-system_ky.mo + create mode 100644 po/kysdk-system_ky.po + create mode 100644 po/kysdk-system_mn.mo + create mode 100644 po/kysdk-system_mn.po + create mode 100644 po/kysdk-system_ug.mo + create mode 100644 po/kysdk-system_ug.po + create mode 100644 po/kysdk-system_zh_CN.mo + create mode 100644 po/kysdk-system_zh_CN.po + create mode 100644 po/kysdk-system_zh_HK.mo + create mode 100644 po/kysdk-system_zh_HK.po + +diff --git a/po/bo_CN.po b/po/bo_CN.po +index e816853..73eb938 100644 +--- a/po/bo_CN.po ++++ b/po/bo_CN.po +@@ -8,10 +8,10 @@ msgstr "" + "Project-Id-Version: \n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2022-08-16 14:41+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" ++"PO-Revision-Date: 2022-08-17 03:47+0000\n" + "Last-Translator: shaozhimin \n" + "Language-Team: Tibetan (China) \n" ++"kysdk-system/kysdk-system/bo_CN/>\n" + "Language: bo_CN\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" +@@ -264,13 +264,3 @@ msgstr "སྔ་དྲོ།%I:%M:%S" + #, c-format + msgid "%s_year%s_mon%s_day" + msgstr "%sལོ།%sཟླ།%sཉིན།" +- +-#: src/systemtime/libkydate.c:2867 +-#, c-format +-msgid "Yesterday" +-msgstr "ཁ་སང་།" +- +-#: src/systemtime/libkydate.c:2877 +-#, c-format +-msgid "Today" +-msgstr "དེ་རིང་" +diff --git a/po/de.po b/po/de.po +index 0cc5046..5d308c3 100644 +--- a/po/de.po ++++ b/po/de.po +@@ -8,16 +8,16 @@ msgstr "" + "Project-Id-Version: \n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2022-08-16 14:41+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: German \n" ++"PO-Revision-Date: 2023-11-10 17:19+0800\n" ++"Last-Translator: KevinDuan \n" ++"Language-Team: German \n" + "Language: de\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + "Plural-Forms: nplurals=2; plural=n != 1;\n" +-"X-Generator: Weblate 4.12.1-dev\n" ++"X-Generator: Poedit 2.3\n" + + #: src/systemtime/libkydate.c:109 src/systemtime/libkydate.c:1162 + #: src/systemtime/libkydate.c:1435 +@@ -263,13 +263,3 @@ msgstr "Vormittag%I:%M:%S" + #, c-format + msgid "%s_year%s_mon%s_day" + msgstr "%sJahr%sMonat%sTag" +- +-#: src/systemtime/libkydate.c:2867 +-#, c-format +-msgid "Yesterday" +-msgstr "gestern" +- +-#: src/systemtime/libkydate.c:2877 +-#, c-format +-msgid "Today" +-msgstr "Heute" +diff --git a/po/es.po b/po/es.po +index b331790..ddd6dcd 100644 +--- a/po/es.po ++++ b/po/es.po +@@ -263,13 +263,3 @@ msgstr "Mañana%I:%M:%S" + #, c-format + msgid "%s_year%s_mon%s_day" + msgstr "%saño%smes%sdía" +- +-#: src/systemtime/libkydate.c:2867 +-#, c-format +-msgid "Yesterday" +-msgstr "" +- +-#: src/systemtime/libkydate.c:2877 +-#, c-format +-msgid "Today" +-msgstr "" +diff --git a/po/fr.po b/po/fr.po +index 9aa166b..66a7e7c 100644 +--- a/po/fr.po ++++ b/po/fr.po +@@ -8,16 +8,16 @@ msgstr "" + "Project-Id-Version: \n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2022-08-16 14:41+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: French \n" ++"PO-Revision-Date: 2023-11-13 09:26+0800\n" ++"Last-Translator: KevinDuan \n" ++"Language-Team: French \n" + "Language: fr\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + "Plural-Forms: nplurals=2; plural=n > 1;\n" +-"X-Generator: Weblate 4.12.1-dev\n" ++"X-Generator: Poedit 2.3\n" + + #: src/systemtime/libkydate.c:109 src/systemtime/libkydate.c:1162 + #: src/systemtime/libkydate.c:1435 +@@ -263,13 +263,3 @@ msgstr "Matin%I :%M :%S" + #, c-format + msgid "%s_year%s_mon%s_day" + msgstr "%sannée%smois%sjour" +- +-#: src/systemtime/libkydate.c:2867 +-#, c-format +-msgid "Yesterday" +-msgstr "hier" +- +-#: src/systemtime/libkydate.c:2877 +-#, c-format +-msgid "Today" +-msgstr "aujourd'hui" +diff --git a/po/kysdk-sysinfo_bo_CN.mo b/po/kysdk-sysinfo_bo_CN.mo +deleted file mode 100644 +index 7e8f7e7..0000000 +--- a/po/kysdk-sysinfo_bo_CN.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQoBKylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 10:58+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: bo_CN +-ཆི་ལིན་གྱི་ཅོག་ངོས་ V10(SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_bo_CN.po b/po/kysdk-sysinfo_bo_CN.po +deleted file mode 100644 +index e2310b3..0000000 +--- a/po/kysdk-sysinfo_bo_CN.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-03 13:56+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@bo_cn (generated) \n" +-"Language: kysdk-sysinfo_bo_CN\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:161 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "ཆི་ལིན་གྱི་ཅོག་ངོས་ V10(SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "ཉིན་%ldཆུ་ཚོད་%ldསྐར་མ་%ld།" +diff --git a/po/kysdk-sysinfo_de.mo b/po/kysdk-sysinfo_de.mo +deleted file mode 100644 +index c073afc..0000000 +--- a/po/kysdk-sysinfo_de.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQo&Kylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 10:58+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: de +-Das betriebssystem der kylin V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_de.po b/po/kysdk-sysinfo_de.po +deleted file mode 100644 +index 6ce449a..0000000 +--- a/po/kysdk-sysinfo_de.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:28+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@de (generated) \n" +-"Language: kysdk-sysinfo_de\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:146 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "Das betriebssystem der kylin V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%ldTage%ldStunden%ldMinuten" +diff --git a/po/kysdk-sysinfo_es.mo b/po/kysdk-sysinfo_es.mo +deleted file mode 100644 +index 4894a77..0000000 +--- a/po/kysdk-sysinfo_es.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQo/Kylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 10:58+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: es +-Sistema operativo de escritorio kylin V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_es.po b/po/kysdk-sysinfo_es.po +deleted file mode 100644 +index 2ce5434..0000000 +--- a/po/kysdk-sysinfo_es.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:28+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@es (generated) \n" +-"Language: kysdk-sysinfo_es\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:146 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "Sistema operativo de escritorio kylin V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%lddías%ldhoras%ldminutos" +diff --git a/po/kysdk-sysinfo_fr.mo b/po/kysdk-sysinfo_fr.mo +deleted file mode 100644 +index 99618f0..0000000 +--- a/po/kysdk-sysinfo_fr.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQo3Kylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 11:07+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: fr +-Système d’exploitation de bureau kylin V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_fr.po b/po/kysdk-sysinfo_fr.po +deleted file mode 100644 +index 5e7f41b..0000000 +--- a/po/kysdk-sysinfo_fr.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:28+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@fr (generated) \n" +-"Language: kysdk-sysinfo_fr\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:146 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "Système d’exploitation de bureau kylin V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%ldjours%ldheures%ldminutes" +diff --git a/po/kysdk-sysinfo_kk.mo b/po/kysdk-sysinfo_kk.mo +deleted file mode 100644 +index b16b840..0000000 +--- a/po/kysdk-sysinfo_kk.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQoVKylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 10:57+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: kk +-Килин жұмыс үстелінің операциялық жүйесі V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_kk.po b/po/kysdk-sysinfo_kk.po +deleted file mode 100644 +index 5416d04..0000000 +--- a/po/kysdk-sysinfo_kk.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:28+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@kk (generated) \n" +-"Language: kysdk-sysinfo_kk\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:146 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "Килин жұмыс үстелінің операциялық жүйесі V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%ldкүн%ldсағат%ldминут" +diff --git a/po/kysdk-sysinfo_ky.mo b/po/kysdk-sysinfo_ky.mo +deleted file mode 100644 +index 460a771..0000000 +--- a/po/kysdk-sysinfo_ky.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQokKylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 11:19+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: ky +-Кирин галактикасы иш столунун операциялык системасы V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_ky.po b/po/kysdk-sysinfo_ky.po +deleted file mode 100644 +index 382e9e8..0000000 +--- a/po/kysdk-sysinfo_ky.po ++++ /dev/null +@@ -1,29 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:28+0800\n" +-"PO-Revision-Date: 2023-11-13 11:19+0800\n" +-"Language-Team: \n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"X-Generator: Poedit 2.3\n" +-"Last-Translator: \n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"Language: ky\n" +- +-#: src/systeminfo/libkysysinfo.c:146 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "Кирин галактикасы иш столунун операциялык системасы V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "" +diff --git a/po/kysdk-sysinfo_mn.mo b/po/kysdk-sysinfo_mn.mo +deleted file mode 100644 +index 3cb2f85..0000000 +--- a/po/kysdk-sysinfo_mn.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQ o`Kylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 10:57+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=2; plural=(n != 1); +-Language: mn +-ᠶᠢᠨ ᠾᠧ ᠴᠢ ᠯᠢᠨ ᠵᠢᠯᠤᠭᠤᠳᠬᠤ ᠰᠢᠰᠲ᠋ᠧᠮ V10(sp1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_mn.po b/po/kysdk-sysinfo_mn.po +deleted file mode 100644 +index 3c1f089..0000000 +--- a/po/kysdk-sysinfo_mn.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:06+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@mn (generated) \n" +-"Language: kysdk-sysinfo_mn\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=2; plural=n != 1;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:143 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "ᠶᠢᠨ ᠾᠧ ᠴᠢ ᠯᠢᠨ ᠵᠢᠯᠤᠭᠤᠳᠬᠤ ᠰᠢᠰᠲ᠋ᠧᠮ V10(sp1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%ldᠡᠳᠦᠷ%ldᠴᠠᠭ%ldᠮᠢᠨᠦ᠋ᠲ" +diff --git a/po/kysdk-sysinfo_ug.mo b/po/kysdk-sysinfo_ug.mo +deleted file mode 100644 +index 8b44639..0000000 +--- a/po/kysdk-sysinfo_ug.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQ oZKylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-11-13 10:57+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=2; plural=(n != 1); +-Language: ug +-سامانيولى بورلىن ئۈستەل مەشغۇلات سىستېمىسى V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_ug.po b/po/kysdk-sysinfo_ug.po +deleted file mode 100644 +index 0920a0e..0000000 +--- a/po/kysdk-sysinfo_ug.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:06+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@ug (generated) \n" +-"Language: kysdk-sysinfo_ug\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=2; plural=n != 1;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:143 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "سامانيولى بورلىن ئۈستەل مەشغۇلات سىستېمىسى V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%ldكۈن%ld سائەت%ld مىنۇت" +diff --git a/po/kysdk-sysinfo_zh_CN.mo b/po/kysdk-sysinfo_zh_CN.mo +deleted file mode 100644 +index 92193f5..0000000 +--- a/po/kysdk-sysinfo_zh_CN.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQo'Kylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-08-02 16:30+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: zh_CN +-银河麒麟桌面操作系统V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_zh_CN.po b/po/kysdk-sysinfo_zh_CN.po +deleted file mode 100644 +index d5a4ec8..0000000 +--- a/po/kysdk-sysinfo_zh_CN.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:28+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@zh_cn (generated) \n" +-"Language: kysdk-sysinfo_zh_CN\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:146 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "银河麒麟桌面操作系统V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%ld天%ld小时%ld分钟" +diff --git a/po/kysdk-sysinfo_zh_HK.mo b/po/kysdk-sysinfo_zh_HK.mo +deleted file mode 100644 +index 1b0c7d3..0000000 +--- a/po/kysdk-sysinfo_zh_HK.mo ++++ /dev/null +@@ -1,12 +0,0 @@ +-,<PQo'Kylin Linux Desktop V10 (SP1)Project-Id-Version: +-Report-Msgid-Bugs-To: +-PO-Revision-Date: 2023-09-27 09:43+0800 +-Language-Team: +-MIME-Version: 1.0 +-Content-Type: text/plain; charset=UTF-8 +-Content-Transfer-Encoding: 8bit +-X-Generator: Poedit 2.3 +-Last-Translator: +-Plural-Forms: nplurals=1; plural=0; +-Language: zh_CN +-銀河麒麟桌面操作系統V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-sysinfo_zh_HK.po b/po/kysdk-sysinfo_zh_HK.po +deleted file mode 100644 +index 648bcaf..0000000 +--- a/po/kysdk-sysinfo_zh_HK.po ++++ /dev/null +@@ -1,30 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-msgid "" +-msgstr "" +-"Project-Id-Version: \n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2023-08-02 16:28+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" +-"Language-Team: kysdk_SYSINFO@zh_hk (generated) \n" +-"Language: kysdk-sysinfo_zh_HK\n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=1; plural=0;\n" +-"X-Generator: Weblate 4.12.1-dev\n" +- +-#: src/systeminfo/libkysysinfo.c:146 +-#, c-format +-msgid "Kylin Linux Desktop V10 (SP1)" +-msgstr "銀河麒麟桌面操作系統V10 (SP1)" +- +-#: src/hardware/libkycpu.c:631 +-#, c-format +-msgid "%ldDD%ldHH%ldMM" +-msgstr "%ld天%ld小時%ld分鐘" +diff --git a/po/kysdk-system_bo_CN.mo b/po/kysdk-system_bo_CN.mo +new file mode 100644 +index 0000000..1f19e78 +--- /dev/null ++++ b/po/kysdk-system_bo_CN.mo +@@ -0,0 +1,12 @@ ++4L`aq?B%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 10:38+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: bo_CN ++ཉིན་%ldཆུ་ཚོད་%ldསྐར་མ་%ld།ཆི་ལིན་གྱི་ཅོག་ངོས་ V10(SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_bo_CN.po b/po/kysdk-system_bo_CN.po +new file mode 100644 +index 0000000..9df8d23 +--- /dev/null ++++ b/po/kysdk-system_bo_CN.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-03 13:56+0800\n" ++"PO-Revision-Date: 2024-07-15 10:38+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: bo_CN\n" ++ ++#: src/systeminfo/libkysysinfo.c:161 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "ཆི་ལིན་གྱི་ཅོག་ངོས་ V10(SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "ཉིན་%ldཆུ་ཚོད་%ldསྐར་མ་%ld།" +diff --git a/po/kysdk-system_de.mo b/po/kysdk-system_de.mo +new file mode 100644 +index 0000000..1d7637c +--- /dev/null ++++ b/po/kysdk-system_de.mo +@@ -0,0 +1,12 @@ ++4L`aq&%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 10:38+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: de ++%ldTage%ldStunden%ldMinutenDas betriebssystem der kylin V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_de.po b/po/kysdk-system_de.po +new file mode 100644 +index 0000000..c4139e1 +--- /dev/null ++++ b/po/kysdk-system_de.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:28+0800\n" ++"PO-Revision-Date: 2024-07-15 10:38+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: de\n" ++ ++#: src/systeminfo/libkysysinfo.c:146 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "Das betriebssystem der kylin V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%ldTage%ldStunden%ldMinuten" +diff --git a/po/kysdk-system_es.mo b/po/kysdk-system_es.mo +new file mode 100644 +index 0000000..5588a2d +--- /dev/null ++++ b/po/kysdk-system_es.mo +@@ -0,0 +1,12 @@ ++4L`aq/%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 10:38+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: es ++%lddías%ldhoras%ldminutosSistema operativo de escritorio kylin V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_es.po b/po/kysdk-system_es.po +new file mode 100644 +index 0000000..d037c9a +--- /dev/null ++++ b/po/kysdk-system_es.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:28+0800\n" ++"PO-Revision-Date: 2024-07-15 10:38+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: es\n" ++ ++#: src/systeminfo/libkysysinfo.c:146 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "Sistema operativo de escritorio kylin V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%lddías%ldhoras%ldminutos" +diff --git a/po/kysdk-system_fr.mo b/po/kysdk-system_fr.mo +new file mode 100644 +index 0000000..92cfa17 +--- /dev/null ++++ b/po/kysdk-system_fr.mo +@@ -0,0 +1,12 @@ ++4L`aq3%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 10:38+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: fr ++%ldjours%ldheures%ldminutesSystème d’exploitation de bureau kylin V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_fr.po b/po/kysdk-system_fr.po +new file mode 100644 +index 0000000..2a73605 +--- /dev/null ++++ b/po/kysdk-system_fr.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:28+0800\n" ++"PO-Revision-Date: 2024-07-15 10:38+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: fr\n" ++ ++#: src/systeminfo/libkysysinfo.c:146 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "Système d’exploitation de bureau kylin V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%ldjours%ldheures%ldminutes" +diff --git a/po/kysdk-system_kk.mo b/po/kysdk-system_kk.mo +new file mode 100644 +index 0000000..6bf8a55 +--- /dev/null ++++ b/po/kysdk-system_kk.mo +@@ -0,0 +1,12 @@ ++4L`aq#V%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 10:37+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: kk ++%ldкүн%ldсағат%ldминутКилин жұмыс үстелінің операциялық жүйесі V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_kk.po b/po/kysdk-system_kk.po +new file mode 100644 +index 0000000..566a853 +--- /dev/null ++++ b/po/kysdk-system_kk.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:28+0800\n" ++"PO-Revision-Date: 2024-07-15 10:37+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: kk\n" ++ ++#: src/systeminfo/libkysysinfo.c:146 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "Килин жұмыс үстелінің операциялық жүйесі V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%ldкүн%ldсағат%ldминут" +diff --git a/po/kysdk-system_ky.mo b/po/kysdk-system_ky.mo +new file mode 100644 +index 0000000..01af051 +--- /dev/null ++++ b/po/kysdk-system_ky.mo +@@ -0,0 +1,12 @@ ++,<PQokKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 09:41+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: ky ++Кирин галактикасы иш столунун операциялык системасы V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_ky.po b/po/kysdk-system_ky.po +new file mode 100644 +index 0000000..c158085 +--- /dev/null ++++ b/po/kysdk-system_ky.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:28+0800\n" ++"PO-Revision-Date: 2024-07-15 09:41+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: ky\n" ++ ++#: src/systeminfo/libkysysinfo.c:146 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "Кирин галактикасы иш столунун операциялык системасы V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "" +diff --git a/po/kysdk-system_mn.mo b/po/kysdk-system_mn.mo +new file mode 100644 +index 0000000..aaa28cb +--- /dev/null ++++ b/po/kysdk-system_mn.mo +@@ -0,0 +1,12 @@ ++4L`aq 0`%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 09:41+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=2; plural=(n != 1); ++Language: mn ++%ldᠡᠳᠦᠷ%ldᠴᠠᠭ%ldᠮᠢᠨᠦ᠋ᠲᠶᠢᠨ ᠾᠧ ᠴᠢ ᠯᠢᠨ ᠵᠢᠯᠤᠭᠤᠳᠬᠤ ᠰᠢᠰᠲ᠋ᠧᠮ V10(sp1) +\ No newline at end of file +diff --git a/po/kysdk-system_mn.po b/po/kysdk-system_mn.po +new file mode 100644 +index 0000000..e8eda15 +--- /dev/null ++++ b/po/kysdk-system_mn.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:06+0800\n" ++"PO-Revision-Date: 2024-07-15 09:41+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++"Language: mn\n" ++ ++#: src/systeminfo/libkysysinfo.c:143 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "ᠶᠢᠨ ᠾᠧ ᠴᠢ ᠯᠢᠨ ᠵᠢᠯᠤᠭᠤᠳᠬᠤ ᠰᠢᠰᠲ᠋ᠧᠮ V10(sp1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%ldᠡᠳᠦᠷ%ldᠴᠠᠭ%ldᠮᠢᠨᠦ᠋ᠲ" +diff --git a/po/kysdk-system_ug.mo b/po/kysdk-system_ug.mo +new file mode 100644 +index 0000000..bc1da59 +--- /dev/null ++++ b/po/kysdk-system_ug.mo +@@ -0,0 +1,12 @@ ++4L`aq #Z%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 09:40+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=2; plural=(n != 1); ++Language: ug ++%ldكۈن%ldسائەت%ldمىنۇتسامانيولى بورلىن ئۈستەل مەشغۇلات سىستېمىسى V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_ug.po b/po/kysdk-system_ug.po +new file mode 100644 +index 0000000..4abe264 +--- /dev/null ++++ b/po/kysdk-system_ug.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:06+0800\n" ++"PO-Revision-Date: 2024-07-15 09:40+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++"Language: ug\n" ++ ++#: src/systeminfo/libkysysinfo.c:143 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "سامانيولى بورلىن ئۈستەل مەشغۇلات سىستېمىسى V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%ldكۈن%ldسائەت%ldمىنۇت" +diff --git a/po/kysdk-system_zh_CN.mo b/po/kysdk-system_zh_CN.mo +new file mode 100644 +index 0000000..e0d0ec9 +--- /dev/null ++++ b/po/kysdk-system_zh_CN.mo +@@ -0,0 +1,12 @@ ++4L`aq'%ldDD%ldHH%ldMMKylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 09:38+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: zh_CN ++%ld天%ld小时%ld分钟银河麒麟桌面操作系统V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_zh_CN.po b/po/kysdk-system_zh_CN.po +new file mode 100644 +index 0000000..efcac00 +--- /dev/null ++++ b/po/kysdk-system_zh_CN.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:28+0800\n" ++"PO-Revision-Date: 2024-07-15 09:38+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: zh_CN\n" ++ ++#: src/systeminfo/libkysysinfo.c:146 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "银河麒麟桌面操作系统V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%ld天%ld小时%ld分钟" +diff --git a/po/kysdk-system_zh_HK.mo b/po/kysdk-system_zh_HK.mo +new file mode 100644 +index 0000000..74ad1fc +--- /dev/null ++++ b/po/kysdk-system_zh_HK.mo +@@ -0,0 +1,12 @@ ++,<PQo'Kylin Linux Desktop V10 (SP1)Project-Id-Version: ++Report-Msgid-Bugs-To: ++PO-Revision-Date: 2024-07-15 10:37+0800 ++Language-Team: ++MIME-Version: 1.0 ++Content-Type: text/plain; charset=UTF-8 ++Content-Transfer-Encoding: 8bit ++X-Generator: Poedit 2.3 ++Last-Translator: ++Plural-Forms: nplurals=1; plural=0; ++Language: zh_HK ++銀河麒麟桌面操作系統V10 (SP1) +\ No newline at end of file +diff --git a/po/kysdk-system_zh_HK.po b/po/kysdk-system_zh_HK.po +new file mode 100644 +index 0000000..45757fd +--- /dev/null ++++ b/po/kysdk-system_zh_HK.po +@@ -0,0 +1,29 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2023-08-02 16:28+0800\n" ++"PO-Revision-Date: 2024-07-15 10:37+0800\n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.3\n" ++"Last-Translator: \n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"Language: zh_HK\n" ++ ++#: src/systeminfo/libkysysinfo.c:146 ++#, c-format ++msgid "Kylin Linux Desktop V10 (SP1)" ++msgstr "銀河麒麟桌面操作系統V10 (SP1)" ++ ++#: src/hardware/libkycpu.c:631 ++#, fuzzy, c-format ++msgid "%ldDD%ldHH%ldMM" ++msgstr "%ld天%ld小時%ld分鐘" +diff --git a/po/mn.po b/po/mn.po +index b1b3db3..aebcef2 100644 +--- a/po/mn.po ++++ b/po/mn.po +@@ -263,13 +263,3 @@ msgstr "ᠦᠳᠡ ᠶᠢᠨ ᠬᠤᠢᠨ᠎ᠠ%I:%M:%S" + #, c-format + msgid "%s_year%s_mon%s_day" + msgstr "%sᠤᠨ%s ᠰᠠᠷ᠎ᠠ%s ᠡᠳᠦᠷ" +- +-#: src/systemtime/libkydate.c:2867 +-#, c-format +-msgid "Yesterday" +-msgstr "" +- +-#: src/systemtime/libkydate.c:2877 +-#, c-format +-msgid "Today" +-msgstr "" +\ No newline at end of file +diff --git a/po/ug.po b/po/ug.po +index 59e17bf..01242b7 100644 +--- a/po/ug.po ++++ b/po/ug.po +@@ -8,8 +8,8 @@ msgstr "" + "Project-Id-Version: \n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2022-08-16 14:41+0800\n" +-"PO-Revision-Date: 2024-07-12 13:53+0000\n" +-"Last-Translator: shaozhimin \n" ++"PO-Revision-Date: 2024-06-24 06:06+0000\n" ++"Last-Translator: KevinDuan \n" + "Language-Team: Uyghur \n" + "Language: ug\n" +@@ -22,7 +22,7 @@ msgstr "" + #: src/systemtime/libkydate.c:109 src/systemtime/libkydate.c:1162 + #: src/systemtime/libkydate.c:1435 src/systemtime/date.c:104 + msgid "%Y_year%m_mon%d_day" +-msgstr "d%يىلm%مايمۇن Y%كۈنى" ++msgstr "٪Y_year٪m_mon٪d_day" + + #: src/systemtime/libkydate.c:126 src/systemtime/libkydate.c:603 + #: src/systemtime/libkydate.c:696 src/systemtime/libkydate.c:1174 +@@ -30,12 +30,12 @@ msgstr "d%يىلm%مايمۇن Y%كۈنى" + #: src/systemtime/libkydate.c:1494 + #, c-format + msgid "%d_year%d_mon%d_day" +-msgstr "d%يىلd%مايمۇنd%كۈنى" ++msgstr "%s_year%s_mon%s_day" + + #: src/systemtime/libkydate.c:445 + #, c-format + msgid "**year**mon**day" +-msgstr "**يىل**مايمۇن**كۈنى" ++msgstr "**يىل**مايمۇن كۈنى" + + #: src/systemtime/libkydate.c:456 + #, c-format +@@ -268,9 +268,9 @@ msgstr "%s_year%s_mon%s_day" + #: src/systemtime/libkydate.c:2867 + #, c-format + msgid "Yesterday" +-msgstr "" ++msgstr "تۈنۈگۈن" + + #: src/systemtime/libkydate.c:2877 + #, c-format + msgid "Today" +-msgstr "" ++msgstr "بۈگۈن" +diff --git a/src/hardware/libkycpu.c b/src/hardware/libkycpu.c +index b205f33..31b2dea 100644 +--- a/src/hardware/libkycpu.c ++++ b/src/hardware/libkycpu.c +@@ -52,6 +52,9 @@ + _min1 < _min2 ? _min1 : _min2; }) + #endif + ++#define LOCALEDIR "/usr/share/locale/" ++#define GETTEXT_PACKAGE "kysdk-system" ++ + struct _cpuInfo{ + size_t ncpus; // CPU数量 + size_t corenums; // CPU核心数量 +diff --git a/src/systeminfo/libkysysinfo.c b/src/systeminfo/libkysysinfo.c +index f09c2be..50eed5a 100644 +--- a/src/systeminfo/libkysysinfo.c ++++ b/src/systeminfo/libkysysinfo.c +@@ -62,7 +62,7 @@ + #define BUF_SIZE 1024 + + #define LOCALEDIR "/usr/share/locale/" +-#define GETTEXT_PACKAGE "kysdk-sysinfo" ++#define GETTEXT_PACKAGE "kysdk-system" + + struct device + { diff --git a/debian/patches/series b/debian/patches/series index 146f97c..2694bbe 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ 0008-.patch 0009-Added-translation-using-Weblate-Uyghur-ug_CN.patch 0010-Translated-using-Weblate-kysdk_SYSINFO-zh_hk-generat.patch +0011-CPU.patch