Added translation using Weblate (Kazakh)
This commit is contained in:
parent
925b453377
commit
4f2465c24d
|
@ -0,0 +1,116 @@
|
|||
From: KevinDuan <duankaiwen@kylinos.cn>
|
||||
Date: Tue, 6 Aug 2024 15:36:33 +0800
|
||||
Subject: Added translation using Weblate (Kazakh)
|
||||
|
||||
---
|
||||
notification-ukcc-plugin/translations/kk.ts | 101 ++++++++++++++++++++++++++++
|
||||
1 file changed, 101 insertions(+)
|
||||
create mode 100644 notification-ukcc-plugin/translations/kk.ts
|
||||
|
||||
diff --git a/notification-ukcc-plugin/translations/kk.ts b/notification-ukcc-plugin/translations/kk.ts
|
||||
new file mode 100644
|
||||
index 0000000..549280c
|
||||
--- /dev/null
|
||||
+++ b/notification-ukcc-plugin/translations/kk.ts
|
||||
@@ -0,0 +1,101 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<!DOCTYPE TS>
|
||||
+<TS version="2.1" language="kk" sourcelanguage="en">
|
||||
+<context>
|
||||
+ <name>Notice</name>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="52"/>
|
||||
+ <source>Notice</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>NotFaze Mode</source>
|
||||
+ <translation type="vanished">勿扰模式</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="149"/>
|
||||
+ <source>Do not disturb mode</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ <extra-contents_path>/Notice/Do not disturb mode Mode</extra-contents_path>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="151"/>
|
||||
+ <source>(Notification banners, prompts will be hidden, and notification sounds will be muted)</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="226"/>
|
||||
+ <source>Automatically turn on</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ <extra-contents_path>/Notice/Do not disturb mode Mode/Automatically turn on</extra-contents_path>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="251"/>
|
||||
+ <source>to</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="277"/>
|
||||
+ <source>Automatically turn on when multiple screens are connected</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ <extra-contents_path>/Notice/Do not disturb mode/Automatically turn on when multiple screens are connected</extra-contents_path>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="283"/>
|
||||
+ <source>Automatically open in full screen mode</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ <extra-contents_path>/Notice/Do not disturb mode/Automatically open in full screen mode</extra-contents_path>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="289"/>
|
||||
+ <source>Allow automatic alarm reminders in Do Not Disturb mode</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ <extra-contents_path>/Notice/Do not disturb mode/Allow automatic alarm reminders in Do Not Disturb mode</extra-contents_path>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="318"/>
|
||||
+ <source>Notice Settings</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notification-ukcc-plugin.cpp" line="320"/>
|
||||
+ <source>Get notifications from the app</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ <extra-contents_path>/notice/Get notifications from the app</extra-contents_path>
|
||||
+ </message>
|
||||
+</context>
|
||||
+<context>
|
||||
+ <name>NoticeMenu</name>
|
||||
+ <message>
|
||||
+ <location filename="../notice-menu.cpp" line="104"/>
|
||||
+ <source>Beep sound when notified</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notice-menu.cpp" line="110"/>
|
||||
+ <source>Show message on screenlock</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <location filename="../notice-menu.cpp" line="116"/>
|
||||
+ <source>Show noticfication on screenlock</source>
|
||||
+ <translation type="unfinished"></translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Notification Style</source>
|
||||
+ <translation type="vanished">通知样式</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Banner: Appears in the upper right corner of the screen, and disappears automatically</source>
|
||||
+ <translation type="vanished">横幅:显示在屏幕右上角,会自动消失</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Tip:It will be kept on the screen until it is closed</source>
|
||||
+ <translation type="vanished">提示:会保留在屏幕上,直到被关闭</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>None:Notifications will not be displayed on the screen, but will go to the notification center</source>
|
||||
+ <translation type="vanished">无:通知不会显示在屏幕上,但会进入通知中心</translation>
|
||||
+ </message>
|
||||
+</context>
|
||||
+</TS>
|
|
@ -0,0 +1 @@
|
|||
0001-Added-translation-using-Weblate-Kazakh.patch
|
Loading…
Reference in New Issue