diff -Nru kylin-music-1.1.0.47/debian/changelog kylin-music-1.1.0.47/debian/changelog
--- kylin-music-1.1.0.47/debian/changelog	2025-02-26 14:51:07.000000000 +0800
+++ kylin-music-1.1.0.47/debian/changelog	2025-03-17 14:50:58.000000000 +0800
@@ -1,3 +1,33 @@
+kylin-music (1.1.0.47-ok9.33) nile; urgency=medium
+
+  * BUG: 无
+  * 需求号:无
+  * 其他改动说明: 更新蒙古文翻译文件
+  * 其他改动影响域:无 
+
+ -- denghao <denghao@kylinos.cn>  Mon, 17 Mar 2025 14:50:58 +0800
+
+kylin-music (1.1.0.47-ok9.32) nile; urgency=medium
+
+  * BUG: #IBQRWC 音乐音量条UI问题 
+          #IBQO81 UI问题 
+          #IBS3Q4 【英文】【音乐】【次要】最小化按钮翻译累赘,应只保留minimize
+  * 需求号: 无
+  * 其他改动说明: 无
+  * 其他改动影响域: 无
+
+ -- denghao <denghao@kylinos.cn>  Tue, 11 Mar 2025 10:44:26 +0800
+
+kylin-music (1.1.0.47-ok9.31) nile; urgency=medium
+
+  * BUG: #I8ZZAU 【设计走查】【音乐】歌曲信息弹窗优化 
+          #I9IX39 【次要】【音乐】【需求24954】精简窗口未适配“窗口圆角”设置 
+  * 需求号: 无
+  * 其他改动说明: 无
+  * 其他改动影响域: 无
+
+ -- denghao <denghao@kylinos.cn>  Tue, 04 Mar 2025 09:37:25 +0800
+
 kylin-music (1.1.0.47-ok9.30) nile; urgency=medium
 
   * BUG: #IAY22N【次要】【音乐】左侧选项反白显示异常
diff -Nru kylin-music-1.1.0.47/debian/patches/0072-91-fix-bug-I9IX39.patch kylin-music-1.1.0.47/debian/patches/0072-91-fix-bug-I9IX39.patch
--- kylin-music-1.1.0.47/debian/patches/0072-91-fix-bug-I9IX39.patch	1970-01-01 08:00:00.000000000 +0800
+++ kylin-music-1.1.0.47/debian/patches/0072-91-fix-bug-I9IX39.patch	2025-03-17 14:50:58.000000000 +0800
@@ -0,0 +1,63 @@
+From: =?utf-8?b?6YKT5aW9?= <denghao@kylinos.cn>
+Date: Tue, 4 Mar 2025 01:39:55 +0000
+Subject: =?utf-8?q?!91_fix_bug_I9IX39_Merge_pull_request_!91_from_=E9=82=93?=
+ =?utf-8?q?=E5=A5=BD/openkylin/nile?=
+
+---
+ UI/base/allpupwindow.cpp | 6 +++---
+ UI/player/miniwidget.cpp | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/UI/base/allpupwindow.cpp b/UI/base/allpupwindow.cpp
+index 6aeab35..350ea67 100644
+--- a/UI/base/allpupwindow.cpp
++++ b/UI/base/allpupwindow.cpp
+@@ -98,7 +98,7 @@ void AllPupWindow::inpupdialog()
+     enterLineEdit->setMaxLength(15);
+ 
+     tips = new QLabel(this);
+-    tips->setFixedHeight(28);
++    tips->setFixedHeight(40);
+ 
+ 
+     confirmBtn = new QPushButton(this);
+@@ -110,7 +110,7 @@ void AllPupWindow::inpupdialog()
+     stackWid = new QStackedWidget();
+     stackWid->addWidget(enterLineEdit);
+ 
+-    stackWid->setFixedSize(312,40);
++    stackWid->setFixedSize(328,40);
+ //    confirmBtn->setText("确认");
+     confirmBtn->setText(tr("Confirm"));
+     confirmBtn->setFixedSize(105,36);
+@@ -136,7 +136,7 @@ void AllPupWindow::inpupdialog()
+     testLayout->addWidget(tips);
+     testLayout->addSpacing(14);
+     testLayout->addLayout(btnLayout);
+-    testLayout->setContentsMargins(32, 16, 32, 24);
++    testLayout->setContentsMargins(24, 16, 24, 24);
+ 
+     this->setAutoFillBackground(true);
+     this->setBackgroundRole(QPalette::Base);
+diff --git a/UI/player/miniwidget.cpp b/UI/player/miniwidget.cpp
+index 1b37d41..6ed7bd9 100644
+--- a/UI/player/miniwidget.cpp
++++ b/UI/player/miniwidget.cpp
+@@ -257,7 +257,7 @@ void miniWidget::minicolor()
+     }
+     else if(WidgetStyle::themeColor == 0)
+     {
+-        m_mainFrame->setStyleSheet("#mainFrame{border-radius:6px;background-color:#FFFFFF;}");
++        m_mainFrame->setStyleSheet("#mainFrame{background-color:#FFFFFF;}");
+         m_timeLab->setStyleSheet("QLabel{line-height:12px;color:#8F9399;}");
+         m_coverLabel->setStyleSheet("border-image:url(:/img/fengmian.png);");
+ 
+@@ -311,7 +311,7 @@ void miniWidget::minicolor()
+                                  "QPushButton::pressed{border-image:url(:/img/clicked/nextsong.png);}");
+ 
+         coverWid->setStyleSheet("QWidget{background-color:rgba(0,0,0,0.4);\
+-                                border-top-right-radius:6px;border-bottom-right-radius:6px;\
++                                border-top-right-radius:0px;border-bottom-right-radius:0px;\
+                                 border-top-left-radius:0px;border-bottom-left-radius:0px}");
+ 
+     }
diff -Nru kylin-music-1.1.0.47/debian/patches/0073-92-IBS3Q4-IBQO81-IBQRWC.patch kylin-music-1.1.0.47/debian/patches/0073-92-IBS3Q4-IBQO81-IBQRWC.patch
--- kylin-music-1.1.0.47/debian/patches/0073-92-IBS3Q4-IBQO81-IBQRWC.patch	1970-01-01 08:00:00.000000000 +0800
+++ kylin-music-1.1.0.47/debian/patches/0073-92-IBS3Q4-IBQO81-IBQRWC.patch	2025-03-17 14:50:58.000000000 +0800
@@ -0,0 +1,839 @@
+From: =?utf-8?b?6YKT5aW9?= <denghao@kylinos.cn>
+Date: Tue, 11 Mar 2025 02:49:05 +0000
+Subject: =?utf-8?q?!92_IBS3Q4=E3=80=81IBQO81=E3=80=81IBQRWC_Merge_pull_requ?=
+ =?utf-8?q?est_!92_from_=E9=82=93=E5=A5=BD/openkylin/nile?=
+
+---
+ UI/player/playsongarea.cpp        |  23 +++
+ UI/player/playsongarea.h          |   1 +
+ UI/player/sliderwidget.cpp        |   2 +-
+ UI/titlebar/titlebar.cpp          |   2 +-
+ translations/kylin-music_bo_CN.ts |  10 +-
+ translations/kylin-music_zh_CN.ts | 326 ++++++++++++++++++++------------------
+ 6 files changed, 203 insertions(+), 161 deletions(-)
+
+diff --git a/UI/player/playsongarea.cpp b/UI/player/playsongarea.cpp
+index 918321d..dca1716 100644
+--- a/UI/player/playsongarea.cpp
++++ b/UI/player/playsongarea.cpp
+@@ -6,6 +6,7 @@
+ #include "UIControl/base/musicDataBase.h"
+ #include "ukuistylehelper/ukuistylehelper.h"
+ #include "windowmanager/windowmanager.h"
++#include <QBitmap>
+ 
+ #define VOLUME 5
+ #define PT_9 9
+@@ -570,6 +571,27 @@ void PlaySongArea::slotSongInfo(QString path)
+     slotFavExixts();
+ }
+ 
++QPixmap PlaySongArea::setCoverPhotoPixmapRadius(QPixmap pixmap)
++{
++    int width = coverPhotoLabel->width();
++    int height = coverPhotoLabel->height();
++    QSize size(width , height);
++
++    QBitmap mask(size);
++
++    QPainter painter(&mask);
++    painter.setRenderHint(QPainter::Antialiasing);
++    painter.setRenderHint(QPainter::SmoothPixmapTransform);
++    painter.fillRect(0, 0, size.width(), size.height(), Qt::white);
++    painter.setBrush(QColor(0, 0, 0));
++    painter.drawRoundedRect(0, 0, size.width(), size.height(), 10, 10);
++
++    QPixmap image = pixmap.scaled(size);
++    image.setMask(mask);
++
++    return image;
++}
++
+ void PlaySongArea::setCoverPhotoPixmap(QPixmap pixmap)
+ {
+     if(pixmap.isNull())
+@@ -578,6 +600,7 @@ void PlaySongArea::setCoverPhotoPixmap(QPixmap pixmap)
+     }
+     else
+     {
++        pixmap = setCoverPhotoPixmapRadius(pixmap);
+         pixmap = pixmap.scaled(QSize(40,40),Qt::KeepAspectRatio,Qt::SmoothTransformation);
+     }
+     coverPhotoLabel->setPixmap(pixmap);
+diff --git a/UI/player/playsongarea.h b/UI/player/playsongarea.h
+index bff4641..e60423e 100644
+--- a/UI/player/playsongarea.h
++++ b/UI/player/playsongarea.h
+@@ -97,6 +97,7 @@ public Q_SLOTS:
+     //获取当前播放歌曲的路径
+     void slotSongInfo(QString path);
+     void setCoverPhotoPixmap(QPixmap pixmap);
++    QPixmap setCoverPhotoPixmapRadius(QPixmap pixmap);
+     void playerStateChange(playController::PlayState newState);
+     //播放滑动条相关
+     void slotPositionChanged(qint64 position);
+diff --git a/UI/player/sliderwidget.cpp b/UI/player/sliderwidget.cpp
+index 9959804..d77e61d 100644
+--- a/UI/player/sliderwidget.cpp
++++ b/UI/player/sliderwidget.cpp
+@@ -35,7 +35,7 @@ void SliderWidget::initUi()
+ 
+     HLayout = new QHBoxLayout;
+     HLayout->addWidget(vSlider);
+-    HLayout->setContentsMargins(5, 10, 5, 10);
++    HLayout->setContentsMargins(2, 0, 2 ,0);
+     this->setLayout(HLayout);
+ 
+     initColor();
+diff --git a/UI/titlebar/titlebar.cpp b/UI/titlebar/titlebar.cpp
+index 4b4bd9e..880a1fd 100644
+--- a/UI/titlebar/titlebar.cpp
++++ b/UI/titlebar/titlebar.cpp
+@@ -163,7 +163,7 @@ void TitleBar::initTitle()
+     minimumBtn = new QPushButton;
+     minimumBtn->setCursor(Qt::PointingHandCursor);
+ //    minimumBtn->setToolTip(tr("最小化"));
+-    minimumBtn->setToolTip(tr("To minimize the"));
++    minimumBtn->setToolTip(tr("minimize"));
+     minimumBtn->setFixedSize(30,30);
+     minimumBtn->setIcon(QIcon::fromTheme("window-minimize-symbolic"));
+     minimumBtn->setProperty("isWindowButton", 0x1);
+diff --git a/translations/kylin-music_bo_CN.ts b/translations/kylin-music_bo_CN.ts
+index ed91b28..395132e 100644
+--- a/translations/kylin-music_bo_CN.ts
++++ b/translations/kylin-music_bo_CN.ts
+@@ -476,6 +476,10 @@
+         <source>kylin-music</source>
+         <translation>ཡིནཡེུ</translation>
+     </message>
++    <message>
++        <source>The file path does not exist or has been deleted</source>
++        <translation type="unfinished"></translation>
++    </message>
+ </context>
+ <context>
+     <name>TableOne</name>
+@@ -672,7 +676,7 @@
+     </message>
+     <message>
+         <source>To minimize the</source>
+-        <translation>ཆེས་ཆུང་ཅན་ </translation>
++        <translation type="vanished">ཆེས་ཆུང་ཅན་ </translation>
+     </message>
+     <message>
+         <source>Not logged in</source>
+@@ -698,6 +702,10 @@
+         <source>Search</source>
+         <translation type="unfinished"></translation>
+     </message>
++    <message>
++        <source>minimize</source>
++        <translation type="unfinished"></translation>
++    </message>
+ </context>
+ <context>
+     <name>Widget</name>
+diff --git a/translations/kylin-music_zh_CN.ts b/translations/kylin-music_zh_CN.ts
+index 0d989fa..620a4f6 100644
+--- a/translations/kylin-music_zh_CN.ts
++++ b/translations/kylin-music_zh_CN.ts
+@@ -67,12 +67,12 @@
+         <translation>未知专辑</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="430"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="434"/>
+         <source>Prompt information</source>
+         <translation>提示信息</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="430"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="434"/>
+         <source>Add failed, no valid music file found</source>
+         <translation></translation>
+     </message>
+@@ -225,80 +225,80 @@
+ <context>
+     <name>PlaySongArea</name>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="32"/>
++        <location filename="../UI/player/playsongarea.cpp" line="33"/>
+         <source>Previous</source>
+         <translation>上一首</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="41"/>
++        <location filename="../UI/player/playsongarea.cpp" line="42"/>
+         <source>Next</source>
+         <translation>下一首</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="45"/>
++        <location filename="../UI/player/playsongarea.cpp" line="46"/>
+         <source>Volume</source>
+         <translation>音量</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="106"/>
++        <location filename="../UI/player/playsongarea.cpp" line="107"/>
+         <source>Favourite</source>
+         <translation>收藏</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="133"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="149"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="486"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="532"/>
++        <location filename="../UI/player/playsongarea.cpp" line="134"/>
++        <location filename="../UI/player/playsongarea.cpp" line="150"/>
++        <location filename="../UI/player/playsongarea.cpp" line="487"/>
++        <location filename="../UI/player/playsongarea.cpp" line="533"/>
+         <source>Loop</source>
+         <translation>列表循环</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="168"/>
++        <location filename="../UI/player/playsongarea.cpp" line="169"/>
+         <source>Play List</source>
+         <translation>播放历史</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="188"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="558"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="560"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="673"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="906"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="934"/>
++        <location filename="../UI/player/playsongarea.cpp" line="189"/>
++        <location filename="../UI/player/playsongarea.cpp" line="559"/>
++        <location filename="../UI/player/playsongarea.cpp" line="561"/>
++        <location filename="../UI/player/playsongarea.cpp" line="696"/>
++        <location filename="../UI/player/playsongarea.cpp" line="929"/>
++        <location filename="../UI/player/playsongarea.cpp" line="957"/>
+         <source>Music Player</source>
+         <translation>音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="189"/>
++        <location filename="../UI/player/playsongarea.cpp" line="190"/>
+         <source>00:00/00:00</source>
+         <translation>00:00/00:00</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="429"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="446"/>
++        <location filename="../UI/player/playsongarea.cpp" line="430"/>
++        <location filename="../UI/player/playsongarea.cpp" line="447"/>
+         <source>I Love</source>
+         <translation>我喜欢</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="607"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="977"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1033"/>
++        <location filename="../UI/player/playsongarea.cpp" line="630"/>
++        <location filename="../UI/player/playsongarea.cpp" line="1000"/>
++        <location filename="../UI/player/playsongarea.cpp" line="1056"/>
+         <source>Pause</source>
+         <translation>暂停</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="617"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="989"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1001"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1045"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1057"/>
++        <location filename="../UI/player/playsongarea.cpp" line="640"/>
++        <location filename="../UI/player/playsongarea.cpp" line="1012"/>
++        <location filename="../UI/player/playsongarea.cpp" line="1024"/>
++        <location filename="../UI/player/playsongarea.cpp" line="1068"/>
++        <location filename="../UI/player/playsongarea.cpp" line="1080"/>
+         <source>Play</source>
+         <translation>播放</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="141"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="151"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="495"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="537"/>
++        <location filename="../UI/player/playsongarea.cpp" line="142"/>
++        <location filename="../UI/player/playsongarea.cpp" line="152"/>
++        <location filename="../UI/player/playsongarea.cpp" line="496"/>
++        <location filename="../UI/player/playsongarea.cpp" line="538"/>
+         <source>Random</source>
+         <translation>随机播放</translation>
+     </message>
+@@ -307,10 +307,10 @@
+         <translation type="vanished">顺序播放</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="125"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="153"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="512"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="522"/>
++        <location filename="../UI/player/playsongarea.cpp" line="126"/>
++        <location filename="../UI/player/playsongarea.cpp" line="154"/>
++        <location filename="../UI/player/playsongarea.cpp" line="513"/>
++        <location filename="../UI/player/playsongarea.cpp" line="523"/>
+         <source>CurrentItemInLoop</source>
+         <translation>单曲循环</translation>
+     </message>
+@@ -373,7 +373,7 @@
+     </message>
+     <message>
+         <location filename="../UI/sidebar/sidebarwidget.cpp" line="154"/>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="363"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="365"/>
+         <source>New Playlist</source>
+         <translation>新建歌单</translation>
+     </message>
+@@ -383,19 +383,19 @@
+         <translation>重命名</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="268"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="270"/>
+         <source>I Love</source>
+         <translation>我喜欢</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="322"/>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="412"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="324"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="414"/>
+         <source>Prompt information</source>
+         <translation>提示信息</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="322"/>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="412"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="324"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="414"/>
+         <source>Single song name already exists!!!</source>
+         <translation>歌单名已存在!</translation>
+     </message>
+@@ -427,6 +427,7 @@
+     </message>
+     <message>
+         <location filename="../UI/tableview/tablehistory.cpp" line="130"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="356"/>
+         <source>Prompt information</source>
+         <translation>提示信息</translation>
+     </message>
+@@ -441,8 +442,13 @@
+         <translation>音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="383"/>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="411"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="356"/>
++        <source>The file path does not exist or has been deleted</source>
++        <translation type="unfinished"></translation>
++    </message>
++    <message>
++        <location filename="../UI/tableview/tablehistory.cpp" line="479"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="507"/>
+         <source>path does not exist</source>
+         <translation>路径不存在</translation>
+     </message>
+@@ -498,142 +504,142 @@
+         <translation type="vanished">时长</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="258"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1127"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1168"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1240"/>
++        <location filename="../UI/tableview/tableone.cpp" line="260"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1129"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1170"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1242"/>
+         <source>Song List</source>
+         <translation>歌曲列表</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="191"/>
++        <location filename="../UI/tableview/tableone.cpp" line="193"/>
+         <source>There are no songs!</source>
+         <translation>无音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="147"/>
++        <location filename="../UI/tableview/tableone.cpp" line="149"/>
+         <source>Play All</source>
+         <translation>播放全部</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="150"/>
++        <location filename="../UI/tableview/tableone.cpp" line="152"/>
+         <source>Add Music</source>
+         <translation>添加音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="156"/>
++        <location filename="../UI/tableview/tableone.cpp" line="158"/>
+         <source>Add local songs</source>
+         <translation>添加本地音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="157"/>
++        <location filename="../UI/tableview/tableone.cpp" line="159"/>
+         <source>Add local folders</source>
+         <translation>添加本地文件夹</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="192"/>
++        <location filename="../UI/tableview/tableone.cpp" line="194"/>
+         <source>Add Local Songs</source>
+         <translation>添加本地音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="193"/>
++        <location filename="../UI/tableview/tableone.cpp" line="195"/>
+         <source>Add Local Folder</source>
+         <translation>添加本地文件夹</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="260"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="343"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="716"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1129"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1170"/>
++        <location filename="../UI/tableview/tableone.cpp" line="262"/>
++        <location filename="../UI/tableview/tableone.cpp" line="345"/>
++        <location filename="../UI/tableview/tableone.cpp" line="718"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1131"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1172"/>
+         <source>I Love</source>
+         <translation>我喜欢</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="262"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1131"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1172"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1217"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1266"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1295"/>
++        <location filename="../UI/tableview/tableone.cpp" line="264"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1133"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1174"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1219"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1268"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1297"/>
+         <source>Search Result</source>
+         <translation>搜索结果</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="290"/>
++        <location filename="../UI/tableview/tableone.cpp" line="292"/>
+         <source>Play</source>
+         <translation>播放</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="291"/>
++        <location filename="../UI/tableview/tableone.cpp" line="293"/>
+         <source>Delete from list</source>
+         <translation>从歌单中删除</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="292"/>
++        <location filename="../UI/tableview/tableone.cpp" line="294"/>
+         <source>Remove from local</source>
+         <translation>从本地删除</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="367"/>
++        <location filename="../UI/tableview/tableone.cpp" line="369"/>
+         <source>Confirm that the selected song will be deleted from the song list?</source>
+         <translation>确认将选中的歌曲从歌单中删除?</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="369"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="529"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="633"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="746"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="826"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="955"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="966"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="980"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="990"/>
++        <location filename="../UI/tableview/tableone.cpp" line="371"/>
++        <location filename="../UI/tableview/tableone.cpp" line="531"/>
++        <location filename="../UI/tableview/tableone.cpp" line="635"/>
++        <location filename="../UI/tableview/tableone.cpp" line="748"/>
++        <location filename="../UI/tableview/tableone.cpp" line="828"/>
++        <location filename="../UI/tableview/tableone.cpp" line="957"/>
++        <location filename="../UI/tableview/tableone.cpp" line="968"/>
++        <location filename="../UI/tableview/tableone.cpp" line="982"/>
++        <location filename="../UI/tableview/tableone.cpp" line="992"/>
+         <source>kylin-music</source>
+         <translation>音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="372"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="401"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="530"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="634"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="967"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="991"/>
++        <location filename="../UI/tableview/tableone.cpp" line="374"/>
++        <location filename="../UI/tableview/tableone.cpp" line="403"/>
++        <location filename="../UI/tableview/tableone.cpp" line="532"/>
++        <location filename="../UI/tableview/tableone.cpp" line="636"/>
++        <location filename="../UI/tableview/tableone.cpp" line="969"/>
++        <location filename="../UI/tableview/tableone.cpp" line="993"/>
+         <source>Yes</source>
+         <translation>确定</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="373"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="402"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="531"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="635"/>
++        <location filename="../UI/tableview/tableone.cpp" line="375"/>
++        <location filename="../UI/tableview/tableone.cpp" line="404"/>
++        <location filename="../UI/tableview/tableone.cpp" line="533"/>
++        <location filename="../UI/tableview/tableone.cpp" line="637"/>
+         <source>No</source>
+         <translation>取消</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="397"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="527"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="631"/>
++        <location filename="../UI/tableview/tableone.cpp" line="399"/>
++        <location filename="../UI/tableview/tableone.cpp" line="529"/>
++        <location filename="../UI/tableview/tableone.cpp" line="633"/>
+         <source>After the song is deleted from the local, it cannot be resumed. Is it sure to delete?</source>
+         <translation>歌曲从本地删除后不可恢复,是否确定删除?</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="796"/>
++        <location filename="../UI/tableview/tableone.cpp" line="798"/>
+         <source>Audio File</source>
+         <translation>音频文件</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="945"/>
++        <location filename="../UI/tableview/tableone.cpp" line="947"/>
+         <source>This format file is not supported</source>
+         <translation>不支持此格式文件</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="989"/>
++        <location filename="../UI/tableview/tableone.cpp" line="991"/>
+         <source>Repeat add</source>
+         <translation>重复添加</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="1028"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1030"/>
+         <source>path does not exist</source>
+         <translation>路径不存在</translation>
+     </message>
+@@ -642,13 +648,13 @@
+         <translation type="vanished">您确定从本地删除吗?</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="954"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="979"/>
++        <location filename="../UI/tableview/tableone.cpp" line="956"/>
++        <location filename="../UI/tableview/tableone.cpp" line="981"/>
+         <source>Success add %1 songs</source>
+         <translation>成功添加%1首歌曲</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="965"/>
++        <location filename="../UI/tableview/tableone.cpp" line="967"/>
+         <source>Add failed</source>
+         <translation>添加失败</translation>
+     </message>
+@@ -657,24 +663,24 @@
+         <translation type="vanished">删除</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="293"/>
++        <location filename="../UI/tableview/tableone.cpp" line="295"/>
+         <source>View song information</source>
+         <translation>查看歌曲信息</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="294"/>
++        <location filename="../UI/tableview/tableone.cpp" line="296"/>
+         <source>Add to songlist</source>
+         <translation>添加到歌单</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="367"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="397"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="527"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="631"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="954"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="965"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="979"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="989"/>
++        <location filename="../UI/tableview/tableone.cpp" line="369"/>
++        <location filename="../UI/tableview/tableone.cpp" line="399"/>
++        <location filename="../UI/tableview/tableone.cpp" line="529"/>
++        <location filename="../UI/tableview/tableone.cpp" line="633"/>
++        <location filename="../UI/tableview/tableone.cpp" line="956"/>
++        <location filename="../UI/tableview/tableone.cpp" line="967"/>
++        <location filename="../UI/tableview/tableone.cpp" line="981"/>
++        <location filename="../UI/tableview/tableone.cpp" line="991"/>
+         <source>Prompt information</source>
+         <translation>提示信息</translation>
+     </message>
+@@ -691,7 +697,7 @@
+         <translation type="vanished">共 </translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="1065"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1067"/>
+         <source> songs</source>
+         <translation> 首歌曲</translation>
+     </message>
+@@ -708,6 +714,11 @@
+         <source>forward</source>
+         <translation>前进</translation>
+     </message>
++    <message>
++        <location filename="../UI/titlebar/titlebar.cpp" line="166"/>
++        <source>minimize</source>
++        <translation type="unfinished"></translation>
++    </message>
+     <message>
+         <source>Search for music, singers</source>
+         <translation type="vanished">搜索音乐,歌手</translation>
+@@ -732,9 +743,8 @@
+         <translation>精简模式</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="166"/>
+         <source>To minimize the</source>
+-        <translation>最小化</translation>
++        <translation type="vanished">最小化</translation>
+     </message>
+     <message>
+         <location filename="../UI/titlebar/titlebar.cpp" line="177"/>
+@@ -750,7 +760,7 @@
+ <context>
+     <name>Widget</name>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="667"/>
++        <location filename="../UI/mainwidget.cpp" line="668"/>
+         <source>Music Player</source>
+         <translation>音乐</translation>
+     </message>
+@@ -759,19 +769,19 @@
+         <translation type="vanished">歌曲列表</translation>
+     </message>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="934"/>
+-        <location filename="../UI/mainwidget.cpp" line="1209"/>
++        <location filename="../UI/mainwidget.cpp" line="942"/>
++        <location filename="../UI/mainwidget.cpp" line="1217"/>
+         <source>reduction</source>
+         <translation>还原</translation>
+     </message>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="940"/>
+-        <location filename="../UI/mainwidget.cpp" line="1201"/>
++        <location filename="../UI/mainwidget.cpp" line="948"/>
++        <location filename="../UI/mainwidget.cpp" line="1209"/>
+         <source>maximize</source>
+         <translation>最大化</translation>
+     </message>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="1419"/>
++        <location filename="../UI/mainwidget.cpp" line="1427"/>
+         <source>Prompt information</source>
+         <translation>提示信息</translation>
+     </message>
+@@ -784,40 +794,40 @@
+         <translation>选项</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="45"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="46"/>
+         <source>Theme</source>
+         <translation>主题</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="47"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="150"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="48"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="151"/>
+         <source>Help</source>
+         <translation>帮助</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="49"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="148"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="50"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="149"/>
+         <source>About</source>
+         <translation>关于</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="51"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="146"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="52"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="147"/>
+         <source>Exit</source>
+         <translation>退出</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="58"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="59"/>
+         <source>Auto</source>
+         <translation>跟随主题</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="63"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="64"/>
+         <source>Light</source>
+         <translation>浅色</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="68"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="69"/>
+         <source>Dark</source>
+         <translation>深色</translation>
+     </message>
+@@ -826,9 +836,9 @@
+         <translation type="vanished">退出</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="205"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="237"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="278"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="206"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="238"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="279"/>
+         <source>Music Player</source>
+         <translation>音乐</translation>
+     </message>
+@@ -845,8 +855,8 @@
+         <translation type="vanished">音乐播放器是一种用于播放各种音乐文件的多媒体播放软件。它是涵盖了各种音乐格式的播放工具,操作快捷简单</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="206"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="282"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="207"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="283"/>
+         <source>Version: </source>
+         <translation>版本:</translation>
+     </message>
+@@ -858,21 +868,21 @@
+ <context>
+     <name>miniWidget</name>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="374"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="739"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="866"/>
++        <location filename="../UI/player/miniwidget.cpp" line="364"/>
++        <location filename="../UI/player/miniwidget.cpp" line="729"/>
++        <location filename="../UI/player/miniwidget.cpp" line="848"/>
+         <source>Music Player</source>
+         <translation>音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="375"/>
++        <location filename="../UI/player/miniwidget.cpp" line="365"/>
+         <source>00:00/00:00</source>
+         <translation>00:00/00:00</translation>
+     </message>
+     <message>
+         <location filename="../UI/player/miniwidget.cpp" line="74"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="439"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="844"/>
++        <location filename="../UI/player/miniwidget.cpp" line="429"/>
++        <location filename="../UI/player/miniwidget.cpp" line="826"/>
+         <source>CurrentItemInLoop</source>
+         <translation>单曲循环</translation>
+     </message>
+@@ -887,49 +897,49 @@
+         <translation>顺序播放</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="218"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="282"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="578"/>
++        <location filename="../UI/player/miniwidget.cpp" line="217"/>
++        <location filename="../UI/player/miniwidget.cpp" line="276"/>
++        <location filename="../UI/player/miniwidget.cpp" line="568"/>
+         <source>Pause</source>
+         <translation>暂停</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="231"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="244"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="295"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="308"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="587"/>
++        <location filename="../UI/player/miniwidget.cpp" line="229"/>
++        <location filename="../UI/player/miniwidget.cpp" line="241"/>
++        <location filename="../UI/player/miniwidget.cpp" line="288"/>
++        <location filename="../UI/player/miniwidget.cpp" line="300"/>
++        <location filename="../UI/player/miniwidget.cpp" line="577"/>
+         <source>Play</source>
+         <translation>播放</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="402"/>
++        <location filename="../UI/player/miniwidget.cpp" line="392"/>
+         <source>Previous</source>
+         <translation>上一首</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="411"/>
++        <location filename="../UI/player/miniwidget.cpp" line="401"/>
+         <source>Next</source>
+         <translation>下一首</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="426"/>
++        <location filename="../UI/player/miniwidget.cpp" line="416"/>
+         <source>Favourite</source>
+         <translation>喜欢</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="472"/>
++        <location filename="../UI/player/miniwidget.cpp" line="462"/>
+         <source>Close</source>
+         <translation>关闭</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="484"/>
++        <location filename="../UI/player/miniwidget.cpp" line="474"/>
+         <source>normal mode</source>
+         <translation>正常模式</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="634"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="650"/>
++        <location filename="../UI/player/miniwidget.cpp" line="624"/>
++        <location filename="../UI/player/miniwidget.cpp" line="640"/>
+         <source>I Love</source>
+         <translation>我喜欢</translation>
+     </message>
+@@ -940,15 +950,15 @@
+     <message>
+         <location filename="../UI/player/miniwidget.cpp" line="70"/>
+         <location filename="../UI/player/miniwidget.cpp" line="71"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="447"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="849"/>
++        <location filename="../UI/player/miniwidget.cpp" line="437"/>
++        <location filename="../UI/player/miniwidget.cpp" line="831"/>
+         <source>Loop</source>
+         <translation>列表循环</translation>
+     </message>
+     <message>
+         <location filename="../UI/player/miniwidget.cpp" line="72"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="455"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="854"/>
++        <location filename="../UI/player/miniwidget.cpp" line="445"/>
++        <location filename="../UI/player/miniwidget.cpp" line="836"/>
+         <source>Random</source>
+         <translation>随机播放</translation>
+     </message>
diff -Nru kylin-music-1.1.0.47/debian/patches/0074-.patch kylin-music-1.1.0.47/debian/patches/0074-.patch
--- kylin-music-1.1.0.47/debian/patches/0074-.patch	1970-01-01 08:00:00.000000000 +0800
+++ kylin-music-1.1.0.47/debian/patches/0074-.patch	2025-03-17 14:50:58.000000000 +0800
@@ -0,0 +1,1326 @@
+From: =?utf-8?b?6YKT5aW9?= <denghao@kylinos.cn>
+Date: Mon, 17 Mar 2025 14:51:50 +0800
+Subject: =?utf-8?b?5pu05paw6JKZ5Y+k5paH57+76K+R5paH5Lu2?=
+
+---
+ translations/kylin-music_mn.ts | 702 +++++++++++++++--------------------------
+ 1 file changed, 252 insertions(+), 450 deletions(-)
+
+diff --git a/translations/kylin-music_mn.ts b/translations/kylin-music_mn.ts
+index 21fa073..6b3062f 100644
+--- a/translations/kylin-music_mn.ts
++++ b/translations/kylin-music_mn.ts
+@@ -1,140 +1,133 @@
+ <?xml version="1.0" encoding="utf-8"?>
+ <!DOCTYPE TS>
+ <TS version="2.1" language="mn">
+-<context>
+-    <name>AllPupWindow</name>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="45"/>
+-        <location filename="../UI/base/allpupwindow.cpp" line="87"/>
+-        <source>Prompt information</source>
+-        <translation type="unfinished">ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="45"/>
+-        <source>Could not contain characters:  / : * ? &quot; &amp; &lt; &gt; |</source>
+-        <translation type="unfinished">ᠲᠤᠤᠷᠠᠬᠢ ᠲᠡᠮᠳᠡᠭ ᠤ᠋ᠳ ᠠᠭᠤᠯᠵᠤ ᠪᠤᠯᠢᠬᠤ ᠦᠭᠡᠢ :  / : * ? &quot; &amp; &lt; &gt; |</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="53"/>
+-        <source>Reached upper character limit</source>
+-        <translation type="unfinished">ᠨᠢᠭᠡᠨᠳᠡ ᠦᠰᠦᠭ ᠲᠡᠮᠳᠡᠭ ᠦ᠋ᠨ ᠳᠡᠭᠡᠳᠦ ᠬᠢᠵᠠᠭᠠᠷ ᠲᠦ᠍ ᠬᠦᠷᠪᠡ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="62"/>
+-        <source>Music Player</source>
+-        <translation type="unfinished">ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠦᠨ ᠨᠡᠪᠲᠡᠷᠡᠭᠦᠯᠭᠡ ᠶᠢᠨ ᠮᠠᠰᠢᠨ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="115"/>
+-        <source>Confirm</source>
+-        <translation type="unfinished">ᠪᠠᠳᠤᠯᠠᠬᠤ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="119"/>
+-        <source>Cancel</source>
+-        <translation type="unfinished">ᠦᠬᠡᠢᠰᠬᠡᠬᠦ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="128"/>
+-        <source>Please input playlist name:</source>
+-        <translation type="unfinished">ᠳᠠᠭᠤᠨ ᠦ᠌ ᠨᠡᠷᠡᠢᠳᠤᠯ ᠢ᠋ ᠤᠷᠤᠯᠠᠭᠠᠷᠠᠢ:</translation>
+-    </message>
+-</context>
+ <context>
+     <name>CustomToolButton</name>
+     <message>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="216"/>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="226"/>
+         <source>Play</source>
+-        <translation type="vanished">ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
++        <translation>ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="217"/>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="228"/>
+         <source>Pause</source>
+-        <translation type="vanished">ᠳᠦᠷ ᠵᠤᠭᠰᠤᠭᠠᠬᠤ</translation>
++        <translation>ᠳᠦᠷ ᠵᠤᠭᠰᠤᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="218"/>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="229"/>
+         <source>Rename</source>
+-        <translation type="vanished">ᠳᠠᠬᠢᠵᠤ ᠨᠡᠷᠡᠯᠡᠬᠦ</translation>
++        <translation>ᠳᠠᠬᠢᠵᠤ ᠨᠡᠷᠡᠯᠡᠬᠦ</translation>
+     </message>
+     <message>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="219"/>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="231"/>
+         <source>Delete</source>
+-        <translation type="vanished">ᠬᠠᠰᠤᠬᠤ</translation>
++        <translation>ᠬᠠᠰᠤᠬᠤ</translation>
+     </message>
+     <message>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="236"/>
+         <source>Song List</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ ᠦ᠋ᠨ ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ</translation>
++        <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ ᠦ᠋ᠨ ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ</translation>
+     </message>
+     <message>
++        <location filename="../UI/sidebar/customToolButton.cpp" line="236"/>
+         <source>I Love</source>
+-        <translation type="vanished">ᠪᠢ ᠲᠤᠷᠠᠲᠠᠢ</translation>
++        <translation>ᠪᠢ ᠲᠤᠷᠠᠲᠠᠢ</translation>
+     </message>
+ </context>
+ <context>
+     <name>MiniWidget</name>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="34"/>
++        <location filename="../UI/player/miniWidget.cpp" line="328"/>
++        <location filename="../UI/player/miniWidget.cpp" line="672"/>
++        <location filename="../UI/player/miniWidget.cpp" line="797"/>
+         <source>Music Player</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
++        <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="49"/>
++        <location filename="../UI/player/miniWidget.cpp" line="50"/>
++        <location filename="../UI/player/miniWidget.cpp" line="389"/>
++        <location filename="../UI/player/miniWidget.cpp" line="780"/>
+         <source>Loop</source>
+-        <translation type="vanished">ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ ᠶ᠋ᠢᠨ ᠣᠷᠴᠢᠯ</translation>
++        <translation>ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ ᠶ᠋ᠢᠨ ᠣᠷᠴᠢᠯ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="51"/>
++        <location filename="../UI/player/miniWidget.cpp" line="397"/>
++        <location filename="../UI/player/miniWidget.cpp" line="785"/>
+         <source>Random</source>
+-        <translation type="vanished">ᠳᠠᠰᠢᠷᠠᠮ ᠤ᠋ᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠡ</translation>
++        <translation>ᠳᠠᠰᠢᠷᠠᠮ ᠤ᠋ᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠡ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="52"/>
+         <source>Sequence</source>
+-        <translation type="vanished">ᠳᠠᠷᠠᠭᠠᠯᠠᠯ&#x202f;ᠢᠶᠠᠷ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
++        <translation>ᠳᠠᠷᠠᠭᠠᠯᠠᠯ&#x202f;ᠢᠶᠠᠷ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="329"/>
+         <source>00:00/00:00</source>
+-        <translation type="vanished">00:00/00:00</translation>
++        <translation>00:00/00:00</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="53"/>
++        <location filename="../UI/player/miniWidget.cpp" line="381"/>
++        <location filename="../UI/player/miniWidget.cpp" line="775"/>
+         <source>CurrentItemInLoop</source>
+-        <translation type="vanished">ᠳᠠᠨᠭ ᠣᠷᠴᠢᠯ</translation>
++        <translation>ᠳᠠᠨᠭ ᠣᠷᠴᠢᠯ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="507"/>
+         <source>Play</source>
+-        <translation type="vanished">ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
++        <translation>ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="498"/>
+         <source>Pause</source>
+-        <translation type="vanished">ᠳᠦᠷ ᠵᠤᠭᠰᠤᠭᠠᠬᠤ</translation>
++        <translation>ᠳᠦᠷ ᠵᠤᠭᠰᠤᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="412"/>
+         <source>Close</source>
+-        <translation type="vanished">ᠬᠠᠭᠠᠬᠤ</translation>
++        <translation>ᠬᠠᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="420"/>
+         <source>Maximize</source>
+-        <translation type="vanished">ᠬᠠᠮᠤᠭ ᠦ᠋ᠨ ᠶᠡᠬᠡ ᠪᠤᠯᠭᠠᠬᠤ</translation>
++        <translation>ᠬᠠᠮᠤᠭ ᠦ᠋ᠨ ᠶᠡᠬᠡ ᠪᠤᠯᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
++        <location filename="../UI/player/miniWidget.cpp" line="551"/>
++        <location filename="../UI/player/miniWidget.cpp" line="566"/>
+         <source>I Love</source>
+-        <translation type="vanished">ᠪᠢ ᠲᠤᠷᠠᠲᠠᠢ</translation>
++        <translation>ᠪᠢ ᠲᠤᠷᠠᠲᠠᠢ</translation>
+     </message>
+ </context>
+ <context>
+     <name>MusicFileInformation</name>
+     <message>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="229"/>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="265"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="278"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="332"/>
+         <source>Unknown singer</source>
+         <translation>ᠦᠯᠦ ᠮᠡᠳᠡᠬᠦ ᠳᠠᠭᠤᠴᠢᠨ</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="230"/>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="268"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="279"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="338"/>
+         <source>Unknown album</source>
+         <translation>ᠦᠯᠦ ᠮᠡᠳᠡᠬᠦ ᠲᠤᠰᠭᠠᠢ ᠹᠢᠯᠢᠮ</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="430"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="546"/>
+         <source>Prompt information</source>
+         <translation>ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/base/musicfileinformation.cpp" line="430"/>
++        <location filename="../UIControl/base/musicfileinformation.cpp" line="546"/>
+         <source>Add failed, no valid music file found</source>
+         <translation>add failed, no valid music file found</translation>
+     </message>
+@@ -142,65 +135,61 @@
+ <context>
+     <name>MusicInfoDialog</name>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="204"/>
+         <source>Music Information</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠨ ᠦ᠌ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
++        <translation>ᠳᠠᠭᠤᠨ ᠦ᠌ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+     </message>
+     <message>
+         <source>confirm</source>
+-        <translation type="vanished">ᠨᠤᠲᠠᠯᠠᠨ ᠲᠣᠭᠲᠠᠭᠠᠬᠤ ᠃</translation>
++        <translation type="vanished">确认</translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="240"/>
++        <location filename="../UI/base/popupDialog.cpp" line="179"/>
+         <source>Music Player</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="387"/>
++        <location filename="../UI/base/popupDialog.cpp" line="225"/>
+         <source>Confirm</source>
+         <translation>ᠪᠠᠳᠤᠯᠠᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="389"/>
++        <location filename="../UI/base/popupDialog.cpp" line="227"/>
+         <source>Cancel</source>
+         <translation>ᠦᠬᠡᠢᠰᠬᠡᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="312"/>
++        <location filename="../UI/base/popupDialog.cpp" line="257"/>
+         <source>Song Name : </source>
+         <translation>ᠳᠠᠭᠤᠨ ᠦ᠌ ᠨᠡᠷ᠎ᠡ᠄ </translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="299"/>
+-        <source>  Music Information</source>
+-        <translation type="unfinished"></translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="313"/>
++        <location filename="../UI/base/popupDialog.cpp" line="258"/>
+         <source>Singer : </source>
+         <translation>ᠳᠠᠭᠤᠴᠢᠨ᠄ </translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="314"/>
++        <location filename="../UI/base/popupDialog.cpp" line="259"/>
+         <source>Album : </source>
+         <translation>ᠲᠤᠰᠭᠠᠢ ᠹᠢᠯᠢᠮ ᠄ </translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="315"/>
++        <location filename="../UI/base/popupDialog.cpp" line="260"/>
+         <source>File Type : </source>
+         <translation>ᠹᠠᠢᠯ ᠤ᠋ᠨ ᠳᠦᠷᠦᠯ ᠵᠦᠢᠯ: </translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="316"/>
++        <location filename="../UI/base/popupDialog.cpp" line="261"/>
+         <source>File Size : </source>
+         <translation>ᠹᠠᠢᠯ ᠤ᠋ᠨ ᠶᠡᠬᠡ ᠪᠠᠭ᠎ᠠ: </translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="317"/>
++        <location filename="../UI/base/popupDialog.cpp" line="262"/>
+         <source>File Time : </source>
+         <translation>ᠳᠠᠭᠤᠨ ᠦ᠌ ᠴᠠᠭ᠄ </translation>
+     </message>
+     <message>
+-        <location filename="../UI/base/allpupwindow.cpp" line="318"/>
++        <location filename="../UI/base/popupDialog.cpp" line="263"/>
+         <source>File Path : </source>
+         <translation>ᠹᠠᠢᠯ&#x202f;ᠤ᠋ᠨ ᠵᠢᠮ᠄ </translation>
+     </message>
+@@ -208,63 +197,26 @@
+ <context>
+     <name>MusicListModel</name>
+     <message>
+-        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="7"/>
++        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="8"/>
+         <source>Song</source>
+         <translation>ᠳᠠᠭᠤᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="8"/>
++        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="9"/>
+         <source>Singer</source>
+         <translation>ᠳᠠᠭᠤᠴᠢᠨ</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="9"/>
++        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="10"/>
+         <source>Album</source>
+         <translation>ᠲᠤᠰᠬᠠᠢ ᠹᠢᠯᠢᠮ</translation>
+     </message>
+     <message>
+-        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="10"/>
++        <location filename="../UIControl/tableview/musiclistmodel.cpp" line="11"/>
+         <source>Time</source>
+         <translation>ᠴᠠᠭ</translation>
+     </message>
+ </context>
+-<context>
+-    <name>MyToolButton</name>
+-    <message>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="142"/>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="155"/>
+-        <source>Play</source>
+-        <translation type="unfinished">ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="143"/>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="159"/>
+-        <source>Pause</source>
+-        <translation type="unfinished">ᠳᠦᠷ ᠵᠤᠭᠰᠤᠭᠠᠬᠤ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="144"/>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="163"/>
+-        <source>Rename</source>
+-        <translation type="unfinished">ᠳᠠᠬᠢᠵᠤ ᠨᠡᠷᠡᠯᠡᠬᠦ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="145"/>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="167"/>
+-        <source>Delete</source>
+-        <translation type="unfinished">ᠬᠠᠰᠤᠨᠠ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="173"/>
+-        <source>Song List</source>
+-        <translation type="unfinished">ᠳᠠᠭᠤᠤ ᠶᠢᠨ ᠬᠦᠰᠦᠨᠦᠭᠲᠦ ᠶᠢ ᠵᠢᠭ᠌ᠰᠠᠭᠠᠪᠠ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/sidebar/mytoolbutton.cpp" line="173"/>
+-        <source>I Love</source>
+-        <translation type="unfinished">ᠪᠢ ᠬᠠᠢ᠌ᠷᠠᠲᠠᠢ ᠃</translation>
+-    </message>
+-</context>
+ <context>
+     <name>PlayBackModeWidget</name>
+     <message>
+@@ -291,92 +243,81 @@
+ <context>
+     <name>PlaySongArea</name>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="32"/>
++        <location filename="../UI/player/playsongarea.cpp" line="38"/>
+         <source>Previous</source>
+         <translation>ᠳᠡᠭᠡᠷᠡᠬᠢ ᠲᠠᠭᠤᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="617"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="989"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1001"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1045"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1057"/>
++        <location filename="../UI/player/playsongarea.cpp" line="43"/>
++        <location filename="../UI/player/playsongarea.cpp" line="566"/>
+         <source>Play</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="41"/>
++        <location filename="../UI/player/playsongarea.cpp" line="47"/>
+         <source>Next</source>
+         <translation>ᠳᠠᠷᠠᠭᠠᠬᠢ ᠳᠠᠭᠤᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="45"/>
++        <location filename="../UI/player/playsongarea.cpp" line="52"/>
+         <source>Volume</source>
+-        <translation>ᠳᠠᠭᠤᠨ ᠤ᠋ ᠬᠡᠮᠵᠢᠶᠡ</translation>
++        <translation>ᠳᠠᠭᠤᠨ ᠤ᠋ ᠬᠡᠮᠵᠢᠶ᠎ᠡ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="106"/>
++        <location filename="../UI/player/playsongarea.cpp" line="107"/>
+         <source>Favourite</source>
+         <translation>ᠬᠠᠳᠠᠭᠠᠯᠠᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="133"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="149"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="486"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="532"/>
++        <location filename="../UI/player/playsongarea.cpp" line="131"/>
++        <location filename="../UI/player/playsongarea.cpp" line="445"/>
+         <source>Loop</source>
+         <translation>ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ ᠶ᠋ᠢᠨ ᠣᠷᠴᠢᠯ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="168"/>
++        <location filename="../UI/player/playsongarea.cpp" line="156"/>
+         <source>Play List</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠭᠦᠯᠦᠭᠰᠡᠨ ᠲᠡᠤᠬᠡ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="188"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="558"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="560"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="673"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="906"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="934"/>
++        <location filename="../UI/player/playsongarea.cpp" line="172"/>
++        <location filename="../UI/player/playsongarea.cpp" line="476"/>
++        <location filename="../UI/player/playsongarea.cpp" line="478"/>
++        <location filename="../UI/player/playsongarea.cpp" line="626"/>
++        <location filename="../UI/player/playsongarea.cpp" line="981"/>
++        <location filename="../UI/player/playsongarea.cpp" line="1006"/>
+         <source>Music Player</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="189"/>
++        <location filename="../UI/player/playsongarea.cpp" line="173"/>
+         <source>00:00/00:00</source>
+         <translation>00:00/00:00</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="429"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="446"/>
++        <location filename="../UI/player/playsongarea.cpp" line="391"/>
++        <location filename="../UI/player/playsongarea.cpp" line="403"/>
+         <source>I Love</source>
+         <translation>ᠪᠢ ᠲᠤᠷᠠᠳᠠᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="607"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="977"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="1033"/>
++        <location filename="../UI/player/playsongarea.cpp" line="556"/>
+         <source>Pause</source>
+         <translation>ᠳᠦᠷ ᠵᠤᠭᠰᠤᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="141"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="151"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="495"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="537"/>
++        <location filename="../UI/player/playsongarea.cpp" line="139"/>
++        <location filename="../UI/player/playsongarea.cpp" line="450"/>
+         <source>Random</source>
+         <translation>ᠳᠠᠰᠢᠷᠠᠮ ᠤ᠋ᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠡ</translation>
+     </message>
+     <message>
+         <source>Sequential</source>
+-        <translation type="vanished">ᠳᠡᠰ ᠳᠠᠷᠠᠭᠠᠯᠠᠯ ᠃</translation>
++        <translation type="vanished">顺序播放</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/playsongarea.cpp" line="125"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="153"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="512"/>
+-        <location filename="../UI/player/playsongarea.cpp" line="522"/>
++        <location filename="../UI/player/playsongarea.cpp" line="123"/>
++        <location filename="../UI/player/playsongarea.cpp" line="440"/>
+         <source>CurrentItemInLoop</source>
+         <translation>ᠳᠠᠨᠭ ᠣᠷᠴᠢᠯ</translation>
+     </message>
+@@ -384,38 +325,46 @@
+ <context>
+     <name>PopupDialog</name>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="47"/>
++        <location filename="../UI/base/popupDialog.cpp" line="82"/>
+         <source>Prompt information</source>
+-        <translation type="vanished">ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
++        <translation>ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+     </message>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="47"/>
+         <source>Could not contain characters:  / : * ? &quot; &amp; &lt; &gt; |</source>
+-        <translation type="vanished">ᠲᠤᠤᠷᠠᠬᠢ ᠲᠡᠮᠳᠡᠭ ᠤ᠋ᠳ ᠠᠭᠤᠯᠵᠤ ᠪᠤᠯᠢᠬᠤ ᠦᠭᠡᠢ :  / : * ? &quot; &amp; &lt; &gt; |</translation>
++        <translation>ᠲᠤᠤᠷᠠᠬᠢ ᠲᠡᠮᠳᠡᠭ ᠤ᠋ᠳ ᠠᠭᠤᠯᠵᠤ ᠪᠤᠯᠢᠬᠤ ᠦᠭᠡᠢ :  / : * ? &quot; &amp; &lt; &gt; |</translation>
+     </message>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="55"/>
+         <source>Reached upper character limit</source>
+-        <translation type="vanished">ᠨᠢᠭᠡᠨᠳᠡ ᠦᠰᠦᠭ ᠲᠡᠮᠳᠡᠭ ᠦ᠋ᠨ ᠳᠡᠭᠡᠳᠦ ᠬᠢᠵᠠᠭᠠᠷ ᠲᠦ᠍ ᠬᠦᠷᠪᠡ</translation>
++        <translation>ᠨᠢᠭᠡᠨᠳᠡ ᠦᠰᠦᠭ ᠲᠡᠮᠳᠡᠭ ᠦ᠋ᠨ ᠳᠡᠭᠡᠳᠦ ᠬᠢᠵᠠᠭᠠᠷ ᠲᠦ᠍ ᠬᠦᠷᠪᠡ</translation>
+     </message>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="64"/>
+         <source>Music Player</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
++        <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
+     </message>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="109"/>
+         <source>Confirm</source>
+-        <translation type="vanished">ᠪᠠᠳᠤᠯᠠᠬᠤ</translation>
++        <translation>ᠪᠠᠳᠤᠯᠠᠬᠤ</translation>
+     </message>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="113"/>
+         <source>Cancel</source>
+-        <translation type="vanished">ᠦᠬᠡᠢᠰᠬᠡᠬᠦ</translation>
++        <translation>ᠦᠬᠡᠢᠰᠬᠡᠬᠦ</translation>
+     </message>
+     <message>
++        <location filename="../UI/base/popupDialog.cpp" line="121"/>
+         <source>Please input playlist name:</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠨ ᠦ᠌ ᠨᠡᠷᠡᠢᠳᠤᠯ ᠢ᠋ ᠤᠷᠤᠯᠠᠭᠠᠷᠠᠢ:</translation>
++        <translation>ᠳᠠᠭᠤᠨ ᠦ᠌ ᠨᠡᠷᠡᠢᠳᠤᠯ ᠢ᠋ ᠤᠷᠤᠯᠠᠭᠠᠷᠠᠢ:</translation>
+     </message>
+ </context>
+ <context>
+     <name>QObject</name>
+     <message>
+-        <location filename="../UIControl/base/musicDataBase.cpp" line="64"/>
++        <location filename="../UIControl/base/musicDataBase.cpp" line="60"/>
+         <source>Database Error</source>
+         <translation>ᠳ᠋ᠠᠢᠲ᠋ᠠ ᠬᠦᠮᠦᠷᠬᠡ ᠪᠤᠷᠤᠭᠤ</translation>
+     </message>
+@@ -423,25 +372,25 @@
+ <context>
+     <name>SearchEdit</name>
+     <message>
+-        <location filename="../UI/player/searchedit.cpp" line="120"/>
++        <location filename="../UI/player/searchedit.cpp" line="111"/>
+         <source>Search Result</source>
+-        <translation>ᠬᠠᠢᠯᠳᠠ ᠵᠢᠨ ᠦᠷᠡ ᠳ᠋ᠦᠨᠭ</translation>
++        <translation>ᠬᠠᠢᠯᠳᠠ ᠵᠢᠨ ᠦᠷ᠎ᠡ ᠳ᠋ᠦᠨᠭ</translation>
+     </message>
+ </context>
+ <context>
+     <name>SearchResult</name>
+     <message>
+-        <location filename="../UI/player/searchresult.cpp" line="34"/>
++        <location filename="../UI/player/searchresult.cpp" line="29"/>
+         <source>Music</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠭᠦᠭᠵᠢᠮ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/searchresult.cpp" line="50"/>
++        <location filename="../UI/player/searchresult.cpp" line="45"/>
+         <source>Singer</source>
+         <translation>ᠳᠠᠭᠤᠴᠢᠨ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/player/searchresult.cpp" line="66"/>
++        <location filename="../UI/player/searchresult.cpp" line="61"/>
+         <source>Album</source>
+         <translation>ᠲᠤᠰᠬᠠᠢ ᠹᠢᠯᠢᠮ</translation>
+     </message>
+@@ -449,50 +398,50 @@
+ <context>
+     <name>SideBarWidget</name>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="58"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="56"/>
+         <source>Music Player</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="88"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="74"/>
+         <source>Library</source>
+         <translation>ᠳᠠᠭᠤᠨ ᠦ᠌ ᠬᠦᠮᠦᠷᠭᠡ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="97"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="81"/>
+         <source>Song List</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ ᠦ᠋ᠨ ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="109"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="104"/>
+         <source>My PlayList</source>
+         <translation>ᠮᠢᠨᠤ ᠳᠠᠭᠤᠨ ᠦ᠌ ᠬᠠᠭᠤᠳᠠᠰᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="154"/>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="363"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="134"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="347"/>
+         <source>New Playlist</source>
+-        <translation>ᠰᠢᠨᠡ ᠳᠠᠭᠤᠨ ᠦ᠌ ᠬᠠᠭᠤᠳᠠᠰᠤ ᠪᠠᠢᠭᠤᠯᠬᠤ</translation>
++        <translation>ᠰᠢᠨ᠎ᠡ ᠳᠠᠭᠤᠨ ᠦ᠌ ᠬᠠᠭᠤᠳᠠᠰᠤ ᠪᠠᠢᠭᠤᠯᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="158"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="138"/>
+         <source>Rename</source>
+         <translation>ᠳᠠᠬᠢᠵᠤ ᠨᠡᠷᠡᠯᠡᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="268"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="246"/>
+         <source>I Love</source>
+         <translation>ᠪᠢ ᠲᠤᠷᠠᠳᠠᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="322"/>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="412"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="301"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="424"/>
+         <source>Prompt information</source>
+         <translation>ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="322"/>
+-        <location filename="../UI/sidebar/sidebarwidget.cpp" line="412"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="301"/>
++        <location filename="../UI/sidebar/sidebarwidget.cpp" line="424"/>
+         <source>Single song name already exists!!!</source>
+         <translation>ᠳᠠᠭᠤᠨ ᠦ᠌ ᠬᠠᠭᠤᠳᠠᠰᠤ ᠶ᠋ᠢᠨ ᠨᠡᠷ᠎ᠡ ᠨᠢᠭᠡᠨᠳᠡ ᠤᠷᠤᠰᠢᠪᠠ!</translation>
+     </message>
+@@ -501,320 +450,270 @@
+     <name>TableHistory</name>
+     <message>
+         <source>HistoryPlayList</source>
+-        <translation type="vanished">ᠲᠡᠦᠬᠡ ᠶᠢᠨ ᠫᠯᠧᠰᠲ᠋ ᠃</translation>
++        <translation type="vanished">播放列表</translation>
+     </message>
+     <message>
+         <source>PlayList</source>
+-        <translation type="vanished">ᠵᠢᠭᠰᠠᠭᠠᠯᠲᠠ ᠶᠢᠨ ᠬᠦᠰᠦᠨᠦᠭᠲᠦ ᠶᠢ ᠨᠡᠪᠲᠡᠷᠡ</translation>
++        <translation type="vanished">播放历史</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="44"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="49"/>
+         <source>History</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠭᠦᠯᠦᠭᠰᠡᠨ ᠲᠡᠤᠬᠡ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="52"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="56"/>
+         <source>Empty</source>
+         <translation>ᠬᠤᠭᠤᠰᠤᠨ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="70"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="80"/>
+         <source>The playlist has no songs</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠭᠦᠯᠬᠦ ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ ᠳ᠋ᠦ᠍ ᠪᠠᠰᠠ ᠲᠠᠭᠤᠤ ᠦᠭᠡᠢ ᠪᠠᠢᠨ᠎ᠠ ᠰᠢᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="130"/>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="356"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="140"/>
+         <source>Prompt information</source>
+         <translation>ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="130"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="140"/>
+         <source>Clear the playlist?</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠭᠦᠯᠬᠦ ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ ᠵᠢ ᠴᠡᠪᠡᠷᠯᠡᠬᠦ ᠤᠤ?</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="131"/>
+-        <source>kylin-music</source>
+-        <translation type="unfinished">ᠵᠢᠢ ᠯᠢᠨ ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="356"/>
+-        <source>The file path does not exist or has been deleted</source>
+-        <translation type="unfinished">ᠪᠢᠴᠢᠭ᠌ ᠮᠠᠲ᠋ᠧᠷᠢᠶᠠᠯ ᠤᠨ ᠠᠷᠭᠠ ᠵᠠᠮ ᠣᠷᠣᠰᠢᠬᠤ ᠦᠭᠡᠢ ᠪᠤᠶᠤ ᠨᠢᠭᠡᠨᠲᠡ ᠬᠠᠰᠤᠭᠳᠠᠵᠠᠢ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="479"/>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="507"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="433"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="461"/>
+         <source>path does not exist</source>
+         <translation>ᠵᠠᠮ ᠮᠥᠷ ᠣᠷᠣᠰᠢᠬᠤ ᠦᠭᠡᠢ ᠃</translation>
+     </message>
+     <message>
+         <source>Total </source>
+-        <translation type="vanished">ᠶᠡᠷᠦᠩᠬᠡᠢ ᠳᠦ</translation>
++        <translation type="vanished">共 </translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="265"/>
+         <source> songs</source>
+-        <translation> ᠨᠠᠷᠭᠢᠶ ᠠ ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
++        <translation type="vanished"> Songs</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="294"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="327"/>
+         <source>Play</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="295"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="328"/>
+         <source>Delete</source>
+         <translation>ᠬᠠᠰᠤᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tablehistory.cpp" line="296"/>
++        <location filename="../UI/tableview/tablehistory.cpp" line="329"/>
+         <source>Play the next one</source>
+         <translation>ᠳᠠᠷᠠᠭ᠎ᠠ ᠳᠠᠠᠭᠤᠤ ᠵᠢ ᠨᠡᠪᠳᠡᠷᠡᠭᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
+         <source>The song doesn&apos;t exist</source>
+-        <translation type="vanished">ᠡᠨᠡ ᠳᠠᠭᠤᠤ ᠣᠷᠣᠰᠢᠬᠤ ᠦᠭᠡᠢ ᠃</translation>
++        <translation type="vanished">歌曲不存在!</translation>
+     </message>
+ </context>
+ <context>
+     <name>TableOne</name>
+     <message>
+         <source>Add</source>
+-        <translation type="vanished">ᠨᠡᠮᠡ ᠃</translation>
++        <translation type="vanished">添加</translation>
+     </message>
+     <message>
+         <source>Song</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ᠃</translation>
++        <translation type="vanished">歌曲</translation>
+     </message>
+     <message>
+         <source>Singer</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠴᠢᠨ ᠃</translation>
++        <translation type="vanished">歌手</translation>
+     </message>
+     <message>
+         <source>Album</source>
+-        <translation type="vanished">ᠺᠢᠨᠣ᠋ ᠶᠢᠨ ᠪᠥᠯᠥᠭ᠍</translation>
++        <translation type="vanished">专辑</translation>
+     </message>
+     <message>
+         <source>Time</source>
+-        <translation type="vanished">ᠴᠠᠭ ᠃</translation>
++        <translation type="vanished">时长</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="260"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1129"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1170"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1242"/>
++        <location filename="../UI/tableview/tableone.cpp" line="283"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1054"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1113"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1186"/>
+         <source>Song List</source>
+         <translation>ᠳᠠᠭᠤᠨ ᠦ᠌ ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="193"/>
++        <location filename="../UI/tableview/tableone.cpp" line="209"/>
+         <source>There are no songs!</source>
+-        <translation>ᠪᠠᠰᠠ ᠳᠠᠭᠤᠤ ᠦᠭᠡᠢ ᠪᠠᠢᠨᠠ!</translation>
++        <translation>ᠪᠠᠰᠠ ᠳᠠᠭᠤᠤ ᠦᠭᠡᠢ ᠪᠠᠢᠨ᠎ᠠ!</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="149"/>
++        <location filename="../UI/tableview/tableone.cpp" line="152"/>
+         <source>Play All</source>
+         <translation>ᠪᠦᠬᠦᠳᠡ ᠵᠢ ᠨᠡᠪᠳᠡᠷᠡᠭᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="152"/>
++        <location filename="../UI/tableview/tableone.cpp" line="155"/>
+         <source>Add Music</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠨᠡᠮᠡᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="158"/>
+         <source>Add local songs</source>
+-        <translation>ᠲᠤᠰ ᠭᠠᠵᠠᠷ ᠤᠨ ᠳᠠᠭᠤᠤ ᠨᠡᠮᠡᠬᠦ</translation>
++        <translation type="vanished">添加本地音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="159"/>
+         <source>Add local folders</source>
+-        <translation>ᠲᠤᠰ ᠭᠠᠵᠠᠷ ᠤᠨ ᠪᠢᠴᠢᠭ᠌ ᠮᠠᠲ᠋ᠧᠷᠢᠶᠠᠯ ᠤᠨ ᠬᠠᠵᠠᠭᠤ ᠨᠡᠮᠡᠬᠦ</translation>
++        <translation type="vanished">添加本地文件夹</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="194"/>
+         <source>Add Local Songs</source>
+-        <translation>ᠲᠤᠰ ᠭᠠᠵᠠᠷ ᠤᠨ ᠳᠠᠭᠤᠤ ᠨᠡᠮᠡᠬᠦ</translation>
++        <translation type="vanished">添加本地音乐</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="195"/>
+         <source>Add Local Folder</source>
+-        <translation>ᠲᠤᠰ ᠭᠠᠵᠠᠷ ᠤᠨ ᠪᠢᠴᠢᠭ᠌ ᠮᠠᠲ᠋ᠧᠷᠢᠶᠠᠯ ᠤᠨ ᠬᠠᠵᠠᠭᠤ ᠨᠡᠮᠡᠬᠦ</translation>
++        <translation type="vanished">添加本地文件夹</translation>
+     </message>
+     <message>
++        <location filename="../UI/tableview/tableone.cpp" line="161"/>
++        <location filename="../UI/tableview/tableone.cpp" line="211"/>
+         <source>Open File</source>
+-        <translation type="vanished">ᠹᠠᠢᠯ ᠨᠡᠬᠡᠬᠡᠬᠦ</translation>
++        <translation>ᠹᠠᠢᠯ ᠨᠡᠬᠡᠬᠡᠬᠦ</translation>
+     </message>
+     <message>
++        <location filename="../UI/tableview/tableone.cpp" line="164"/>
++        <location filename="../UI/tableview/tableone.cpp" line="212"/>
+         <source>Open Folder</source>
+-        <translation type="vanished">ᠹᠠᠢᠯ ᠤ᠋ᠨ ᠬᠠᠪᠢᠳᠠᠰᠤ ᠵᠢ ᠨᠡᠬᠡᠬᠡᠬᠦ</translation>
++        <translation>ᠹᠠᠢᠯ ᠤ᠋ᠨ ᠬᠠᠪᠢᠳᠠᠰᠤ ᠵᠢ ᠨᠡᠬᠡᠬᠡᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="262"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="345"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="718"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1131"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1172"/>
++        <location filename="../UI/tableview/tableone.cpp" line="285"/>
++        <location filename="../UI/tableview/tableone.cpp" line="358"/>
++        <location filename="../UI/tableview/tableone.cpp" line="623"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1056"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1115"/>
+         <source>I Love</source>
+         <translation>ᠪᠢ ᠲᠤᠷᠠᠳᠠᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="264"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1133"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1174"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1219"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1268"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="1297"/>
++        <location filename="../UI/tableview/tableone.cpp" line="287"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1058"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1117"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1163"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1212"/>
++        <location filename="../UI/tableview/tableone.cpp" line="1241"/>
+         <source>Search Result</source>
+         <translation>ᠬᠠᠢᠯᠳᠠ ᠵᠢᠨ ᠦᠷ᠎ᠡ ᠳ᠋ᠦᠨᠭ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="292"/>
++        <location filename="../UI/tableview/tableone.cpp" line="316"/>
+         <source>Play</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="293"/>
++        <location filename="../UI/tableview/tableone.cpp" line="317"/>
+         <source>Delete from list</source>
+-        <translation>ᠵᠢᠭᠰᠠᠭᠠᠯᠲᠠ ᠶᠢᠨ ᠬᠦᠰᠦᠨᠦᠭᠲᠦ ᠡᠴᠡ ᠬᠠᠰᠤᠨ᠎ᠠ ᠃</translation>
++        <translation>delete from list</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="294"/>
++        <location filename="../UI/tableview/tableone.cpp" line="318"/>
+         <source>Remove from local</source>
+-        <translation>ᠲᠤᠰ ᠭᠠᠵᠠᠷ ᠠᠴᠠ ᠬᠠᠰᠤᠨᠠ ᠃</translation>
++        <translation>remove from local</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="369"/>
++        <location filename="../UI/tableview/tableone.cpp" line="388"/>
+         <source>Confirm that the selected song will be deleted from the song list?</source>
+         <translation>ᠰᠤᠨᠭᠭᠤᠭᠰᠠᠨ ᠳᠠᠭᠤᠤ ᠪᠠᠨ ᠳᠠᠭᠤᠨ ᠦ᠌ ᠬᠠᠭᠤᠳᠠᠰᠤ ᠡᠴᠡ ᠬᠠᠰᠤᠬᠤ ᠤᠤ?</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="371"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="531"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="635"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="748"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="828"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="957"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="968"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="982"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="992"/>
+-        <source>kylin-music</source>
+-        <translation type="unfinished">ᠵᠢᠢ ᠯᠢᠨ ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="374"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="403"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="532"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="636"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="969"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="993"/>
+-        <source>Yes</source>
+-        <translation type="unfinished">ᠲᠡᠢ᠌ᠮᠦ ᠡ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="375"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="404"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="533"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="637"/>
+-        <source>No</source>
+-        <translation type="unfinished">ᠦᠭᠡᠢ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="399"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="529"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="633"/>
++        <location filename="../UI/tableview/tableone.cpp" line="406"/>
+         <source>After the song is deleted from the local, it cannot be resumed. Is it sure to delete?</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠵᠢ ᠲᠤᠰ ᠭᠠᠵᠠᠷ ᠡᠴᠡ ᠬᠠᠰᠤᠭᠰᠠᠨ ᠤ᠋ ᠳᠠᠷᠠᠭ᠎ᠠ ᠳᠠᠬᠢᠵᠤ ᠰᠡᠷᠬᠦᠬᠡᠵᠤ ᠳᠡᠢᠯᠬᠦ ᠦᠬᠡᠢ᠂ ᠨᠡᠬᠡᠷᠡᠨ ᠬᠠᠰᠤᠬᠤ ᠤᠤ?</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="798"/>
++        <location filename="../UI/tableview/tableone.cpp" line="704"/>
+         <source>Audio File</source>
+         <translation>ᠳᠠᠭᠤᠨ&#x202f;ᠤ᠋ ᠹᠠᠢᠯ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="947"/>
+-        <source>This format file is not supported</source>
+-        <translation type="unfinished">iᠡᠨᠡ ᠬᠡᠪ ᠵᠠᠭᠪᠤᠷ ᠤᠨ ᠪᠢᠴᠢᠭ᠌ ᠮᠠᠲ᠋ᠧᠷᠢᠶᠠᠯ ᠢ ᠳᠡᠮᠵᠢᠬᠦ ᠦᠭᠡᠢ ᠃</translation>
+-    </message>
+-    <message>
++        <location filename="../UI/tableview/tableone.cpp" line="859"/>
+         <source>Add failed! Format error or no access permission!</source>
+-        <translation type="vanished">ᠲᠤᠰ ᠬᠡᠯᠡᠪᠷᠢ ᠵᠢᠨ ᠹᠠᠢᠯ ᠢ᠋ ᠳᠡᠮᠵᠢᠬᠦ ᠦᠬᠡᠢ</translation>
++        <translation>ᠲᠤᠰ ᠬᠡᠯᠡᠪᠷᠢ ᠵᠢᠨ ᠹᠠᠢᠯ ᠢ᠋ ᠳᠡᠮᠵᠢᠬᠦ ᠦᠬᠡᠢ</translation>
+     </message>
+     <message>
++        <location filename="../UI/tableview/tableone.cpp" line="868"/>
++        <location filename="../UI/tableview/tableone.cpp" line="897"/>
+         <source>Success add %1 song</source>
+-        <translation type="vanished">ᠠᠮᠵᠢᠯᠲᠠ ᠲᠠᠢ ᠪᠠᠷ 1 ᠳᠠᠭᠤᠤ ᠨᠡᠮᠡᠪᠡ ᠃</translation>
++        <translation>ᠠᠮᠵᠢᠯᠲᠠ ᠲᠠᠢ ᠪᠠᠷ 1 ᠳᠠᠭᠤᠤ ᠨᠡᠮᠡᠪᠡ ᠃</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="991"/>
++        <location filename="../UI/tableview/tableone.cpp" line="902"/>
+         <source>Repeat add</source>
+         <translation>ᠳᠠᠬᠢᠨ ᠳᠠᠪᠳᠠᠨ ᠨᠡᠮᠡᠬᠦ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="1030"/>
++        <location filename="../UI/tableview/tableone.cpp" line="941"/>
+         <source>path does not exist</source>
+         <translation>ᠵᠢᠮ ᠨᠢ ᠤᠷᠤᠰᠢᠬᠤ ᠦᠭᠡᠢ</translation>
+     </message>
+     <message>
++        <location filename="../UI/tableview/tableone.cpp" line="983"/>
+         <source> song</source>
+-        <translation type="vanished"> ᠲᠠᠷᠢᠭᠦᠨ ᠦ᠌ ᠳᠠᠭᠤᠤ</translation>
++        <translation> ᠲᠠᠷᠢᠭᠦᠨ ᠦ᠌ ᠳᠠᠭᠤᠤ</translation>
+     </message>
+     <message>
+         <source>Are you sure you want to delete it locally?</source>
+-        <translation type="vanished">ᠲᠠ ᠲᠤᠰ ᠭᠠᠵᠠᠷ ᠲᠤ ᠲᠡᠭᠦᠨ ᠢ ᠬᠠᠰᠤᠬᠤ ᠭᠡᠵᠦ ᠲᠣᠭᠲᠠᠭᠠᠨᠠ ᠤᠤ ?</translation>
++        <translation type="vanished">您确定从本地删除吗?</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="956"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="981"/>
+         <source>Success add %1 songs</source>
+-        <translation>ᠠᠮᠵᠢᠯᠲᠠ ᠲᠠᠢ ᠪᠠᠷ 1 ᠳᠠᠭᠤᠤ ᠨᠡᠮᠡᠪᠡ ᠃</translation>
++        <translation type="vanished">success add %1 songs</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="967"/>
++        <location filename="../UI/tableview/tableone.cpp" line="879"/>
+         <source>Add failed</source>
+         <translation>ᠨᠡᠮᠡᠵᠦ ᠲᠡᠢᠯᠦᠭᠰᠡᠨ ᠦᠭᠡᠢ</translation>
+     </message>
+     <message>
+         <source>Delete</source>
+-        <translation type="vanished">ᠬᠠᠰᠤᠨᠠ᠃</translation>
++        <translation type="vanished">删除</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="295"/>
++        <location filename="../UI/tableview/tableone.cpp" line="319"/>
+         <source>View song information</source>
+-        <translation>ᠳᠠᠭᠤᠤ ᠶᠢᠨ ᠰᠤᠷᠠᠭ ᠵᠠᠩᠭᠢ ᠶᠢ ᠦᠵᠡᠨᠡ ᠃</translation>
++        <translation>view song information</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="296"/>
++        <location filename="../UI/tableview/tableone.cpp" line="320"/>
+         <source>Add to songlist</source>
+-        <translation>ᠳᠠᠭᠤᠤ ᠶᠢᠨ ᠬᠠᠭᠤᠳᠠᠰᠤᠨ ᠳᠤ ᠨᠡᠮᠡᠪᠡ ᠃</translation>
++        <translation>add to songlist</translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="369"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="399"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="529"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="633"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="956"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="967"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="981"/>
+-        <location filename="../UI/tableview/tableone.cpp" line="991"/>
++        <location filename="../UI/tableview/tableone.cpp" line="388"/>
++        <location filename="../UI/tableview/tableone.cpp" line="406"/>
++        <location filename="../UI/tableview/tableone.cpp" line="868"/>
++        <location filename="../UI/tableview/tableone.cpp" line="879"/>
++        <location filename="../UI/tableview/tableone.cpp" line="897"/>
++        <location filename="../UI/tableview/tableone.cpp" line="902"/>
+         <source>Prompt information</source>
+         <translation>ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+     </message>
+     <message>
+         <source>Add failed!</source>
+-        <translation type="vanished">ᠨᠡᠮᠡᠵᠦ ᠢᠯᠠᠭᠳᠠᠵᠠᠢ !</translation>
++        <translation type="vanished">添加失败!</translation>
+     </message>
+     <message>
+         <source>Failed to add song file!</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ ᠨᠡᠮᠡᠬᠦ ᠪᠢᠴᠢᠭ᠌ ᠮᠠᠲ᠋ᠧᠷᠢᠶᠠᠯ ᠨᠡᠮᠡᠵᠦ ᠢᠯᠠᠭᠳᠠᠵᠠᠢ !</translation>
++        <translation type="vanished">添加歌曲文件失败!</translation>
+     </message>
+     <message>
+         <source>Total </source>
+-        <translation type="vanished">ᠶᠡᠷᠦᠩᠬᠡᠢ ᠳᠦ</translation>
++        <translation type="vanished">共 </translation>
+     </message>
+     <message>
+-        <location filename="../UI/tableview/tableone.cpp" line="1067"/>
++        <location filename="../UI/tableview/tableone.cpp" line="985"/>
+         <source> songs</source>
+         <translation> ᠲᠠᠷᠢᠭᠦᠨ ᠦ᠌ ᠳᠠᠭᠤᠤ</translation>
+     </message>
+@@ -822,44 +721,43 @@
+ <context>
+     <name>TitleBar</name>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="58"/>
++        <location filename="../UI/titlebar/titlebar.cpp" line="57"/>
+         <source>back</source>
+         <translation>ᠡᠮᠦᠨ᠎ᠡ ᠠᠯᠬᠤᠮ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="70"/>
++        <location filename="../UI/titlebar/titlebar.cpp" line="68"/>
+         <source>forward</source>
+         <translation>ᠤᠷᠤᠭᠰᠢᠯᠠᠭᠤᠯᠬᠤ</translation>
+     </message>
+     <message>
+         <source>Search for music, singers</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠂ ᠳᠠᠭᠤᠴᠢᠨ ᠢ ᠡᠷᠢᠬᠦ</translation>
++        <translation type="vanished">搜索音乐,歌手</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="79"/>
+         <source>Search</source>
+-        <translation>ᠡᠷᠢᠬᠦ ᠃</translation>
++        <translation type="vanished">搜索</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="94"/>
++        <location filename="../UI/titlebar/titlebar.cpp" line="91"/>
+         <source>Not logged in</source>
+         <translation>ᠨᠡᠪᠳᠡᠷᠡᠭᠰᠡᠨ ᠦᠬᠡᠢ</translation>
+     </message>
+     <message>
+         <source>Menu</source>
+-        <translation type="vanished">ᠵᠠᠭᠤᠰᠢ ᠶᠢᠨ ᠬᠠᠭᠤᠳᠠᠰᠤ᠃</translation>
++        <translation type="vanished">主菜单</translation>
+     </message>
+     <message>
+         <source>menu</source>
+-        <translation type="vanished">ᠵᠠᠭᠤᠰᠢ ᠶᠢᠨ ᠬᠠᠭᠤᠳᠠᠰᠤ᠃</translation>
++        <translation type="vanished">主菜单</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="157"/>
++        <location filename="../UI/titlebar/titlebar.cpp" line="159"/>
+         <source>mini model</source>
+         <translation>ᠲᠦᠭᠦᠮᠴᠢᠯᠡᠭᠰᠡᠨ ᠬᠡᠯᠪᠡᠷᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="166"/>
++        <location filename="../UI/titlebar/titlebar.cpp" line="167"/>
+         <source>To minimize the</source>
+         <translation>ᠬᠠᠮᠤᠭ ᠦ᠋ᠨ ᠪᠠᠭᠠᠴᠢᠯᠠᠯ</translation>
+     </message>
+@@ -869,7 +767,7 @@
+         <translation>ᠬᠠᠮᠤᠭ ᠦ᠋ᠨ ᠶᠡᠬᠡ ᠪᠤᠯᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/titlebar.cpp" line="188"/>
++        <location filename="../UI/titlebar/titlebar.cpp" line="187"/>
+         <source>close</source>
+         <translation>ᠬᠠᠭᠠᠬᠤ</translation>
+     </message>
+@@ -877,28 +775,28 @@
+ <context>
+     <name>Widget</name>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="667"/>
++        <location filename="../UI/mainwidget.cpp" line="680"/>
+         <source>Music Player</source>
+         <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
+     </message>
+     <message>
+         <source>Song List</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ ᠶᠢᠨ ᠬᠦᠰᠦᠨᠦᠭᠲᠦ ᠶᠢ ᠵᠢᠭ᠌ᠰᠠᠭᠠᠪᠠ ᠃</translation>
++        <translation type="vanished">歌曲列表</translation>
+     </message>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="934"/>
+-        <location filename="../UI/mainwidget.cpp" line="1209"/>
++        <location filename="../UI/mainwidget.cpp" line="965"/>
++        <location filename="../UI/mainwidget.cpp" line="1263"/>
+         <source>reduction</source>
+         <translation>ᠤᠤᠯ ᠬᠡᠪ ᠲᠦ᠍ ᠤᠷᠤᠭᠤᠯᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="940"/>
+-        <location filename="../UI/mainwidget.cpp" line="1201"/>
++        <location filename="../UI/mainwidget.cpp" line="969"/>
++        <location filename="../UI/mainwidget.cpp" line="1249"/>
+         <source>maximize</source>
+         <translation>ᠬᠠᠮᠤᠭ ᠦ᠋ᠨ ᠶᠡᠬᠡ ᠪᠤᠯᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/mainwidget.cpp" line="1419"/>
++        <location filename="../UI/mainwidget.cpp" line="1430"/>
+         <source>Prompt information</source>
+         <translation>ᠰᠠᠨᠠᠭᠤᠯᠤᠮᠵᠢ ᠵᠢᠨ ᠮᠡᠳᠡᠭᠡ ᠵᠠᠩᠬᠢ</translation>
+     </message>
+@@ -906,66 +804,64 @@
+ <context>
+     <name>menuModule</name>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="33"/>
+         <source>Menu</source>
+-        <translation>ᠵᠠᠭᠤᠰᠢ ᠶᠢᠨ ᠬᠠᠭᠤᠳᠠᠰᠤ᠃</translation>
++        <translation type="vanished">menu</translation>
+     </message>
+     <message>
++        <location filename="../UI/titlebar/menumodule.cpp" line="24"/>
+         <source>Options</source>
+-        <translation type="vanished">ᠰᠣᠩᠭᠣᠯᠲᠠ ᠃</translation>
++        <translation>ᠰᠣᠩᠭᠣᠯᠲᠠ ᠃</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="45"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="37"/>
+         <source>Theme</source>
+         <translation>ᠭᠤᠤᠯ ᠰᠡᠳᠦᠪ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="47"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="150"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="39"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="125"/>
+         <source>Help</source>
+         <translation>ᠬᠠᠪᠰᠤᠷᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="49"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="148"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="41"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="123"/>
+         <source>About</source>
+         <translation>ᠲᠤᠬᠠᠢ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="51"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="146"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="43"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="121"/>
+         <source>Exit</source>
+         <translation>ᠤᠬᠤᠷᠢᠵᠤ ᠭᠠᠷᠤᠨ᠎ᠠ ᠃</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="58"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="51"/>
+         <source>Auto</source>
+         <translation>ᠭᠤᠤᠯ ᠰᠡᠳᠦᠪ ᠢ᠋ ᠳᠠᠭᠠᠬᠤ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="63"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="56"/>
+         <source>Light</source>
+         <translation>ᠭᠦᠶᠦᠬᠡᠨ ᠦᠨᠭᠭᠡ</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="68"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="59"/>
+         <source>Dark</source>
+         <translation>ᠭᠦᠨ ᠦᠨᠭᠭᠡ</translation>
+     </message>
+     <message>
+         <source>Quit</source>
+-        <translation type="vanished">ᠤᠬᠤᠷᠢᠵᠤ ᠭᠠᠷᠤᠨᠠ ᠃</translation>
++        <translation type="vanished">quit</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="205"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="237"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="278"/>
+         <source>Music Player</source>
+-        <translation>ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠦᠨ</translation>
++        <translation type="vanished">music player</translation>
+     </message>
+     <message>
++        <location filename="../UI/titlebar/menumodule.cpp" line="189"/>
+         <source>Music player is a multimedia playback software.Cover Various music formats Playback tools for,fast and simple.</source>
+-        <translation type="vanished">ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ ᠤ᠋ᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ ᠪᠠᠭᠠᠵᠢ ᠨᠢ ᠡᠯ᠎ᠡ ᠳᠦᠷᠦᠯ ᠤ᠋ᠨ ᠬᠡᠯᠪᠡᠷᠢ ᠵᠢᠨ ᠮᠸᠳᠢᠶᠠ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ ᠰᠤᠹᠲ ᠪᠤᠯᠤᠨ᠎ᠠ᠂ ᠲᠡᠷᠡ ᠨᠢ ᠡᠯ᠎ᠡ ᠳᠦᠷᠦᠯ ᠤ᠋ᠨ ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ ᠤ᠋ᠨ ᠬᠡᠯᠪᠡᠷᠢ ᠵᠢ ᠬᠠᠮᠤᠷᠤᠭᠰᠠᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ ᠪᠠᠭᠠᠵᠢ ᠪᠠᠢᠵᠤ᠂ ᠠᠵᠢᠯᠯᠠᠬᠤᠢ ᠨᠢ ᠳᠦᠷᠬᠡᠨ ᠳᠦᠬᠦᠮ ᠪᠠᠢᠳᠠᠭ.</translation>
++        <translation>ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ ᠤ᠋ᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ ᠪᠠᠭᠠᠵᠢ ᠨᠢ ᠡᠯ᠎ᠡ ᠳᠦᠷᠦᠯ ᠤ᠋ᠨ ᠬᠡᠯᠪᠡᠷᠢ ᠵᠢᠨ ᠮᠸᠳᠢᠶᠠ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ ᠰᠤᠹᠲ ᠪᠤᠯᠤᠨ᠎ᠠ᠂ ᠲᠡᠷᠡ ᠨᠢ ᠡᠯ᠎ᠡ ᠳᠦᠷᠦᠯ ᠤ᠋ᠨ ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ ᠤ᠋ᠨ ᠬᠡᠯᠪᠡᠷᠢ ᠵᠢ ᠬᠠᠮᠤᠷᠤᠭᠰᠠᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ ᠪᠠᠭᠠᠵᠢ ᠪᠠᠢᠵᠤ᠂ ᠠᠵᠢᠯᠯᠠᠬᠤᠢ ᠨᠢ ᠳᠦᠷᠬᠡᠨ ᠳᠦᠬᠦᠮ ᠪᠠᠢᠳᠠᠭ.</translation>
+     </message>
+     <message>
+         <source>Music player is a multimedia playback software.Cover Various music formats Playback tools for,Fast and simple.</source>
+@@ -976,8 +872,7 @@
+         <translation type="vanished">音乐播放器是一种用于播放各种音乐文件的多媒体播放软件。它是涵盖了各种音乐格式的播放工具,操作快捷简单</translation>
+     </message>
+     <message>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="206"/>
+-        <location filename="../UI/titlebar/menumodule.cpp" line="282"/>
++        <location filename="../UI/titlebar/menumodule.cpp" line="188"/>
+         <source>Version: </source>
+         <translation>ᠬᠡᠪᠯᠡᠯ᠄ </translation>
+     </message>
+@@ -986,102 +881,9 @@
+         <translation type="vanished">service &amp; support: </translation>
+     </message>
+     <message>
++        <location filename="../UI/titlebar/menumodule.h" line="63"/>
+         <source>kylin-music</source>
+-        <translation type="vanished">ᠵᠢᠢ ᠯᠢᠨ ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠃</translation>
+-    </message>
+-</context>
+-<context>
+-    <name>miniWidget</name>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="54"/>
+-        <source>kylin-music mini</source>
+-        <translation type="unfinished">ᠵᠢᠢ ᠯᠢᠨ ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="70"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="71"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="447"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="849"/>
+-        <source>Loop</source>
+-        <translation type="unfinished">ᠵᠢᠭᠰᠠᠭᠠᠯᠳᠠ ᠶ᠋ᠢᠨ ᠣᠷᠴᠢᠯ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="72"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="455"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="854"/>
+-        <source>Random</source>
+-        <translation type="unfinished">ᠳᠠᠰᠢᠷᠠᠮ ᠤ᠋ᠨ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠡ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="73"/>
+-        <source>Sequence</source>
+-        <translation type="unfinished">ᠳᠠᠷᠠᠭᠠᠯᠠᠯ&#x202f;ᠢᠶᠠᠷ ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="74"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="439"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="844"/>
+-        <source>CurrentItemInLoop</source>
+-        <translation type="unfinished">ᠳᠠᠨᠭ ᠣᠷᠴᠢᠯ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="218"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="282"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="578"/>
+-        <source>Pause</source>
+-        <translation type="unfinished">ᠳᠦᠷ ᠵᠤᠭᠰᠤᠭᠠᠬᠤ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="231"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="244"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="295"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="308"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="587"/>
+-        <source>Play</source>
+-        <translation type="unfinished">ᠨᠡᠪᠳᠡᠷᠡᠬᠦᠯᠬᠦ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="374"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="739"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="866"/>
+-        <source>Music Player</source>
+-        <translation type="unfinished">ᠳᠠᠭᠤᠤ ᠬᠦᠭᠵᠢᠮ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="375"/>
+-        <source>00:00/00:00</source>
+-        <translation type="unfinished">00:00/00:00</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="402"/>
+-        <source>Previous</source>
+-        <translation type="unfinished">ᠳᠡᠭᠡᠷᠡᠬᠢ ᠲᠠᠭᠤᠤ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="411"/>
+-        <source>Next</source>
+-        <translation type="unfinished">ᠳᠠᠷᠠᠭᠠᠬᠢ ᠳᠠᠭᠤᠤ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="426"/>
+-        <source>Favourite</source>
+-        <translation type="unfinished">ᠬᠠᠳᠠᠭᠠᠯᠠᠬᠤ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="472"/>
+-        <source>Close</source>
+-        <translation type="unfinished">ᠬᠠᠭᠠᠬᠤ</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="484"/>
+-        <source>normal mode</source>
+-        <translation type="unfinished">ᠬᠡᠪ ᠦᠨ ᠪᠠᠶᠢᠳᠠᠯ ᠃</translation>
+-    </message>
+-    <message>
+-        <location filename="../UI/player/miniwidget.cpp" line="634"/>
+-        <location filename="../UI/player/miniwidget.cpp" line="650"/>
+-        <source>I Love</source>
+-        <translation type="unfinished">ᠪᠢ ᠬᠠᠢ᠌ᠷᠠᠲᠠᠢ ᠃</translation>
++        <translation>ᠵᠢᠢ ᠯᠢᠨ ᠳᠠᠭᠤᠤ ᠬᠥᠭ᠍ᠵᠢᠮ ᠃</translation>
+     </message>
+ </context>
+ </TS>
diff -Nru kylin-music-1.1.0.47/debian/patches/series kylin-music-1.1.0.47/debian/patches/series
--- kylin-music-1.1.0.47/debian/patches/series	2025-02-26 14:51:07.000000000 +0800
+++ kylin-music-1.1.0.47/debian/patches/series	2025-03-17 14:50:58.000000000 +0800
@@ -69,3 +69,6 @@
 0069-88-fix-bug-IB1GGC.patch
 0070-89-fix-bug-I8YBJX-IB5ERN-IB59Y2.patch
 0071-90-fix-bug-I8WKH0-IAY22N-I8ZZAT.patch
+0072-91-fix-bug-I9IX39.patch
+0073-92-IBS3Q4-IBQO81-IBQRWC.patch
+0074-.patch