From 8b7c2aabbf87ee00f3c9ae728d04b4d21542480c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=B0=91=E5=8B=87?= Date: Wed, 12 Oct 2022 17:37:42 +0800 Subject: [PATCH] =?UTF-8?q?16551=E9=9C=80=E6=B1=82=EF=BC=9APC=E4=B8=AD?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=8C=96=E5=92=8C=E7=AA=97=E5=8F=A3=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=8F=98=E5=8C=96=E9=80=82=E9=85=8D=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kybackup/globalbackupinfo.h | 12 + kybackup/maindialog.cpp | 47 ++ kybackup/maindialog.h | 6 +- kybackup/qt_bo_CN.ts | 976 +++++++++++++------------ kybackup/qt_zh_CN.ts | 976 +++++++++++++------------ kybackup/resource/language/qt_bo_CN.qm | Bin 50537 -> 50715 bytes kybackup/resource/language/qt_zh_CN.qm | Bin 30283 -> 30385 bytes 7 files changed, 1054 insertions(+), 963 deletions(-) diff --git a/kybackup/globalbackupinfo.h b/kybackup/globalbackupinfo.h index 5ff3b8b..f371e88 100755 --- a/kybackup/globalbackupinfo.h +++ b/kybackup/globalbackupinfo.h @@ -72,6 +72,16 @@ public: m_funcType = type; } + // 设置是否平板模式 + void setIsTabletMode(bool is) { + m_isTabletMode = is; + } + + // 是否平板模式 + bool isTabletMode() { + return m_isTabletMode; + } + // 获取当前功能类型 FuncTypeConverter::FunType getFuncType() { return m_funcType; @@ -126,6 +136,8 @@ private: bool m_hasArg_restore = false; // 是否跟随主题 BlackgroundMode m_BlackgroundMode = BlackgroundMode::Auto; + // 是否平板模式 + bool m_isTabletMode = false; QWidget * m_mainWidget = nullptr; diff --git a/kybackup/maindialog.cpp b/kybackup/maindialog.cpp index 8f5292a..2d98943 100755 --- a/kybackup/maindialog.cpp +++ b/kybackup/maindialog.cpp @@ -217,14 +217,61 @@ void MainDialog::initConnect() if (isMaximized()) { showNormal(); m_maxBtn->setIcon(QIcon::fromTheme("window-maximize-symbolic")); + m_maxBtn->setToolTip(tr("Maximize")); } else { showMaximized(); m_maxBtn->setIcon(QIcon::fromTheme("window-restore-symbolic")); + m_maxBtn->setToolTip(tr("Normal")); } }); //关闭按钮 connect(m_closeBtn, &QPushButton::clicked, this, &MainDialog::closeBtn); + + if (Utils::isTablet()) { + //监听平板模式切换 + m_statusSessionDbus = new QDBusInterface("com.kylin.statusmanager.interface", + "/", + "com.kylin.statusmanager.interface", + QDBusConnection::sessionBus(), + this); + if (m_statusSessionDbus->isValid()) { + QDBusReply is_tabletmode = m_statusSessionDbus->call("get_current_tabletmode"); + GlobelBackupInfo::inst().setIsTabletMode(is_tabletmode); + if (is_tabletmode) { + if (!isMinimized()) + showMaximized(); + m_maxBtn->setVisible(false); + } else { + if (!isMinimized()) + showNormal(); + m_maxBtn->setVisible(true); + } + connect(m_statusSessionDbus, SIGNAL(mode_change_signal(bool)), this, SLOT(tabletModeChange(bool))); + } else { + m_maxBtn->setVisible(true); + + qDebug() << "Create statusmanager Interface Failed When : " << QDBusConnection::systemBus().lastError(); + } + } +} + +/** + * @brief 平板模式切换 + * @param isTabletMode true-平板模式;false-PC模式 + */ +void MainDialog::tabletModeChange(bool isTabletMode) +{ + GlobelBackupInfo::inst().setIsTabletMode(isTabletMode); + if(isTabletMode){ + if (!isMinimized()) + showMaximized(); + m_maxBtn->setVisible(false); + } else { + if (!isMinimized()) + showNormal(); + m_maxBtn->setVisible(true); + } } /** diff --git a/kybackup/maindialog.h b/kybackup/maindialog.h index f3b42a2..9551e17 100755 --- a/kybackup/maindialog.h +++ b/kybackup/maindialog.h @@ -7,6 +7,8 @@ #include #include #include +#include +#include #include "leftsiderbarwidget.h" QT_BEGIN_NAMESPACE @@ -29,6 +31,7 @@ protected: public slots: void sltMessageReceived(const QString &msg); void closeBtn(); + void tabletModeChange(bool isTabletMode); void selected(int func_type); private: @@ -58,7 +61,8 @@ private: QAction *m_backupAbout = nullptr; QAction *m_backupExit = nullptr; - // 右侧内容展示部分 + // 监控是否平板的dbus接口 + QDBusInterface * m_statusSessionDbus = nullptr; Ui::MainDialog *ui; }; diff --git a/kybackup/qt_bo_CN.ts b/kybackup/qt_bo_CN.ts index 3f0bce3..13ad6c9 100644 --- a/kybackup/qt_bo_CN.ts +++ b/kybackup/qt_bo_CN.ts @@ -35,7 +35,7 @@ BackupListWidget - + File drag and drop area ཡིག་ཆ་འདྲུད་འཐེན་དང་མར་ལྷུང་བའི་ས་ཁོངས @@ -89,370 +89,370 @@ DataBackup - + Data Backup གཞི་གྲངས་གྲབས་སྒྲིག - + Only files in the /home, /root, and /data directories can be backed up /home,/root,/data དཀར་ཆག་ནང་གི་ཡིག་ཆ་མ་གཏོགས་རྒྱབ་སྐྱོར་བྱེད་མི་ཐུབ། - + Only files in the /home, /root, and /data/usershare directories can be backed up /home,/root,/data/usershare དཀར་ཆག་ནང་གི་ཡིག་ཆ་མ་གཏོགས་རྒྱབ་སྐྱོར་བྱེད་མི་ཐུབ། - + Multi-Spot ས་ཆ་མང་པོ། - + Security བདེ་འཇགས། - + Protect Data གཞི་གྲངས་ལ་སྲུང་སྐྱོབ་ - + Convenient སྟབས་བདེ། - + Start Backup རྗེས་གྲབས་ལས་དོན་འགོ་འཛུགས་ - + Update Backup གསར་སྒྱུར་རྗེས་གྲབས་དཔུང་ཁག - + Backup Management >> རྗེས་གྲབས་དོ་དམ་>> - + Please select backup position རྗེས་གྲབས་ལས་གནས་གདམ་གསེས་གནང་རོགས། - - + + local default path : ས་གནས་དེ་གའི་ཁ་ཆད་དང་འགལ་ - - + + removable devices path : གནས་སྤོ་ཐུབ་པའི་སྒྲིག་ཆས་ཀྱི་ལམ་བུ། - - + + Select backup data རྗེས་གྲབས་གཞི་གྲངས་བདམས་པ། - - + + Add ཁ་སྣོན་བརྒྱབ་པ། - - + + Select བདམས་ཐོན་བྱུང་བ། - - + + Please select file to backup ཁྱོད་ཀྱིས་ཡིག་ཆ་བདམས་ནས་རྗེས་གྲབས་བྱེད་རོགས། - - - - + + + + Back ཕྱིར་ལོག་པ། - + Browse བལྟས་པ་ཙམ་གྱིས་ - - + + Clear གསལ་པོར་བཤད་ན། - - - - + + + + Next གོམ་སྟབས་རྗེས་མར། - - - + + + customize path : ཡུལ་སྲོལ་གོམས་གཤིས་ཀྱི་ལམ་བུ། - + Default backup location སྔོན་ལ་རྗེས་གྲབས་གནས་ཡུལ། - - - - + + + + checking ཞིབ་བཤེར་བྱ་དགོས། - - - - + + + + preparing གྲ་སྒྲིག་བྱེད་བཞིན་ཡོད། - - - - + + + + backuping རྗེས་གྲབས་དཔུང་ཁག - - - - + + + + finished ལེགས་གྲུབ་བྱུང་བ། - + Recheck ཞིབ་བཤེར་བྱ་དགོས། - + Checking, wait a moment ... ཞིབ་བཤེར་བྱས་ནས་ཅུང་ཙམ་སྒུགས་དང་། ... - + Do not perform other operations during backup to avoid data loss རྗེས་གྲབས་བྱེད་རིང་གཞི་གྲངས་བོར་བརླག་མི་ཡོང་བའི་ཆེད་དུ་ལས་ཀ་གཞན་དག་མི་བྱེད་པ། - + Check whether the remaining capacity of the backup partition is sufficient རྗེས་གྲབས་ཁག་བགོས་ཀྱི་ལྷག་མའི་ཤོང་ཚད་འདང་མིན་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Check whether the remaining capacity of the removable device is sufficient གནས་སྤོ་ཐུབ་པའི་སྒྲིག་ཆས་ཀྱི་ལྷག་འཕྲོའི་ཤོང་ཚད་འདང་མིན་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Check success ཞིབ་བཤེར་ལེགས་འགྲུབ་བྱུང་ - + The storage for backup is enough རྗེས་གྲབས་གསོག་འཇོག་བྱས་པ་འདང་ངེས་ཤིག་ཡོད། - + Make sure the computer is plugged in or the battery level is above 60% གློག་ཀླད་ནང་དུ་འཇུག་པའམ་ཡང་ན་གློག་གཡིས་ཀྱི་ཆུ་ཚད་བརྒྱ་ཆ་60ཡན་ཟིན་པར་ཁག་ཐེག་བྱེད་དགོས། - + Check failure ཞིབ་བཤེར་བྱེད་མ་ཐུབ་པ - - + + Program lock failed, please retry གོ་རིམ་གྱི་ཟྭ་ལ་སྐྱོན་ཤོར་བ་དང་། བསྐྱར་དུ་ཞིབ་བཤེར་བྱེད་ - - + + There may be other backups or restores being performed ད་དུང་ལག་བསྟར་བྱེད་བཞིན་པའི་རྗེས་གྲབས་དཔུང་ཁག་གམ་ཡང་ན་སླར་གསོ་བྱེད་བཞིན་ཡོད། - - + + Unsupported task type རྒྱབ་སྐྱོར་མི་བྱེད་པའི་ལས་འགན་གྱི་རིགས་དབྱིབས། - - + + No processing logic was found in the service ཞབས་ཞུའི་ཁྲོད་དུ་ཐག་གཅོད་བྱེད་པའི་གཏན་ཚིགས་མ་རྙེད། - - + + Failed to mount the backup partition རྗེས་གྲབས་ཁག་བགོས་བྱས་ནས་སྒྲིག་སྦྱོར་བྱེད་མ་ཐུབ་པ། - - + + Check whether there is a backup partition རྗེས་གྲབས་ཁག་བགོས་ཡོད་མེད་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + The filesystem of device is vfat format སྒྲིག་ཆས་ཀྱི་ཡིག་ཚགས་མ་ལག་ནི་vfatཡི་རྣམ་གཞག་ཡིན། - + Please change filesystem format to ext3、ext4 or ntfs ཡིག་ཚགས་མ་ལག་གི་རྣམ་གཞག་དེ་ext3、ext4འམ་ཡང་ན་ntfsལ་བསྒྱུར་རོགས། - + The device is read only སྒྲིག་ཆས་འདི་ཁོ་ནར་བལྟས་པ་ཙམ་ཡིན། - + Please chmod to rw ཁྱེད་ཀྱིས་ཆི་མོ་ཏི་ལ་གུས་ལུགས་གནང་རོགས། - - + + The storage for backup is not enough རྗེས་གྲབས་གསོག་འཇོག་བྱས་པ་མི་འདང་བ། - - + + Retry after release space བར་སྟོང་འགྲེམ་སྤེལ་བྱས་རྗེས་ཡང་བསྐྱར་ཞིབ་བཤེར་བྱས - - + + Other backup or restore task is being performed ད་དུང་རྗེས་གྲབས་ལས་འགན་གཞན་དག་གམ་ཡང་ན་སླར་གསོ་བྱེད་པའི་ལས་འགན - - + + Please try again later ཅུང་ཙམ་འགོར་རྗེས་ཡང་བསྐྱར་ཚོད་ལྟ་ - + Backup Name རྗེས་གྲབས་མིང་། - + Maximum length reached རིང་ཚད་ཡས་མཐའི་ཚད་ལ་སླེབས་འདུག - + Unsupported symbol : རྒྱབ་སྐྱོར་མི་བྱེད་པའི་རྟགས། - - + + Name already exists མིང་ཡོད་པ། - + Cancel ཕྱིར་འཐེན། - + Do not use computer in case of data loss གཞི་གྲངས་བོར་བརླག་ཏུ་སོང་བའི་གནས་ཚུལ་འོག་རྩིས་འཁོར་བཀོལ་སྤྱོད་མི་ - + Failed to create the backup point directory རྗེས་གྲབས་ས་གནས་ཀྱི་དཀར་ཆག་གསར་སྐྲུན་བྱེད་མ་ཐུབ་པ། - + Please check backup partition permissions རྗེས་གྲབས་ཁག་བགོས་ཀྱི་ཆོག་འཐུས་ལ་ཞིབ་བཤེར་གནང་རོགས། - + The backup had been canceled རྗེས་གྲབས་དཔུང་ཁག་དེ་མེད་པར་བཟོས་ཟིན། - + Re-initiate the backup if necessary དགོས་ངེས་ཀྱི་སྐབས་སུ་ཡང་བསྐྱར་རྗེས་གྲབས་དཔུང་ཁག་འཛུགས་དགོས། - + An error occurred during backup རྗེས་གྲབས་བྱེད་རིང་ནོར་འཁྲུལ་བྱུང་བ། - + Error messages refer to log file : /var/log/backup.log ནོར་འཁྲུལ་གྱི་ཆ་འཕྲིན་ཞེས་པ་ནི་ཐོ་འགོད་ཡིག་ཚགས་ལ་ཟེར.log - + Home Page ཁྱིམ་ཚང་གི་ཤོག་ལྷེ - + Retry བསྐྱར་དུ་ཞིབ་བཤེར་བྱ་དགོས། - + The backup is successful རྗེས་གྲབས་ལེགས་འགྲུབ་བྱུང་བ། - + The backup is failed རྗེས་གྲབས་དཔུང་ཁག་ལ་ཕམ་ཉེས་བྱུང་། @@ -460,221 +460,221 @@ DataRestore - + Data Restore གཞི་གྲངས་སླར་གསོ - + Backed up first, then can be restored སྔོན་ལ་རྒྱབ་སྐྱོར་བྱས་ན་སླར་གསོ་བྱེད་ཐུབ། - + Fast Recovery མགྱོགས་མྱུར་སླར་གསོ་བྱུང་བ། - + Security བདེ་འཇགས། - + Protect Data གཞི་གྲངས་ལ་སྲུང་སྐྱོབ་ - + Independent རང་རྐྱ་འཕེར་བའི - + Start Restore སླར་གསོ་བྱེད་འགོ་ཚུགས། - - - + + + checking ཞིབ་བཤེར་བྱ་དགོས། - - - + + + restoring སླར་གསོ་བྱེད་པ། - - - + + + finished ལེགས་གྲུབ་བྱུང་བ། - + Back ཕྱིར་ལོག་པ། - + Next གོམ་སྟབས་རྗེས་མར། - + Recheck ཞིབ་བཤེར་བྱ་དགོས། - + Checking, wait a moment ... ཞིབ་བཤེར་བྱས་ནས་ཅུང་ཙམ་སྒུགས་དང་། ... - + Check whether the restore environment meets the requirements སླར་གསོ་བྱེད་པའི་ཁོར་ཡུག་དེ་བླང་བྱ་དང་མཐུན་མིན་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Do not perform other operations during restore to avoid data loss གཞི་གྲངས་བོར་བརླག་མི་ཡོང་བའི་ཆེད་དུ་སླར་གསོ་བྱེད་རིང་ལས་སྒོ་གཞན་དག་མི་སྒྲུབ་པ། - + Check success ཞིབ་བཤེར་ལེགས་འགྲུབ་བྱུང་ - - + + Do not use computer in case of data loss གཞི་གྲངས་བོར་བརླག་ཏུ་སོང་བའི་གནས་ཚུལ་འོག་རྩིས་འཁོར་བཀོལ་སྤྱོད་མི་ - + Make sure the computer is plugged in or the battery level is above 60% གློག་ཀླད་ནང་དུ་འཇུག་པའམ་ཡང་ན་གློག་གཡིས་ཀྱི་ཆུ་ཚད་བརྒྱ་ཆ་60ཡན་ཟིན་པར་ཁག་ཐེག་བྱེད་དགོས། - + Check failure ཞིབ་བཤེར་བྱེད་མ་ཐུབ་པ - - + + Program lock failed, please retry གོ་རིམ་གྱི་ཟྭ་ལ་སྐྱོན་ཤོར་བ་དང་། བསྐྱར་དུ་ཞིབ་བཤེར་བྱེད་ - - + + There may be other backups or restores being performed ད་དུང་ལག་བསྟར་བྱེད་བཞིན་པའི་རྗེས་གྲབས་དཔུང་ཁག་གམ་ཡང་ན་སླར་གསོ་བྱེད་བཞིན་ཡོད། - - + + Unsupported task type རྒྱབ་སྐྱོར་མི་བྱེད་པའི་ལས་འགན་གྱི་རིགས་དབྱིབས། - - + + No processing logic was found in the service ཞབས་ཞུའི་ཁྲོད་དུ་ཐག་གཅོད་བྱེད་པའི་གཏན་ཚིགས་མ་རྙེད། - - + + The .user.txt file does not exist .user.txt ཡིག་ཆ་གནས་མེད། - - - - - - + + + + + + Backup points may be corrupted རྗེས་གྲབས་ས་ཚིགས་རུལ་སུངས་སུ་འགྱུར་སྲིད། - - + + The .exclude.user.txt file does not exist .exclude.user.txtཡིག་ཆ། - - + + The backup point data directory does not exist རྗེས་གྲབས་ས་གནས་ཀྱི་གཞི་གྲངས་དཀར་ཆག་མེད། - + Failed to rsync /boot/efi rsync /boot/efiལ་ཕམ་ཉེས་བྱུང་བ། - + Check the mounting mode of the /boot/efi partition /boot/efiས་ཁུལ་གྱི་སྒྲིག་སྦྱོར་བྱེད་སྟངས་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Failed to prepare the restore directory སླར་གསོ་བྱས་པའི་དཀར་ཆག་གྲ་སྒྲིག་བྱེད་མ་ཐུབ་པ། - + Refer to log :/var/log/backup.log for more information དེ་བས་མང་བའི་ཆ་འཕྲིན་རོགས་།དཔྱད་གཞིའི་ཉིན་ཐོ་།:/var/log/backup.log - + An error occurred during restore སླར་གསོ་བྱེད་རིང་ནོར་འཁྲུལ་བྱུང་བ། - + Error messages refer to log file : /var/log/backup.log ནོར་འཁྲུལ་གྱི་ཆ་འཕྲིན་དཔྱད་གཞིའི་ཉིན་ཐོའི་ཡིག་ཆ་རོགས་།:/var/log/backup.log - + Home Page ཁྱིམ་ཚང་གི་ཤོག་ལྷེ - + Retry བསྐྱར་དུ་ཞིབ་བཤེར་བྱ་དགོས། - + Reboot System བསྐྱར་དུ་མ་ལག་བསྐྱར་དུ་སྒྲིག་པ། - + Successfully restoring the data གཞི་གྲངས་བདེ་བླག་ངང་སླར་གསོ་བྱེད་པ། - + The system needs to reboot. Otherwise, some tools cannot be used. མ་ལག་འདི་བསྐྱར་དུ་ཐོན་དགོས། དེ་འདྲ་མ་བྱས་ན་ཡོ་བྱད་ཁ་ཤས་བེད་སྤྱོད་བྱེད་མི་ཐུབ། - + Restoring the data failed གཞི་གྲངས་སླར་གསོ་བྱེད་པར་ཕམ་ཉེས་བྱུང་བ། @@ -764,294 +764,294 @@ GhostImage - + Ghost Image གདོན་འདྲེའི་གཟུགས་བརྙན། - + A ghost image file can only be created after backup system to local disk ས་གནས་དེ་གའི་ཁབ་ལེན་སྡེར་མའི་རྗེས་གྲབས་མ་ལག་གི་རྗེས་སུ་ད་གཟོད་གདོན་འདྲེའི་པར་རིས་ཡིག་ཆ་ཞིག་གསར་སྐྲུན་ - + Simple སྟབས་བདེ་ - + Fast མགྱོགས་མྱུར། - + Security བདེ་འཇགས། - + Timesaving དུས་ཚོད་ཀྱི་འཁོར་སྐྱོད། - + Start Ghost གདོན་འདྲེའི་མགོ་བརྩམས། - + Please select storage location གསོག་ཉར་བྱེད་ས་འདེམས་རོགས། - + local default path : ས་གནས་དེ་གའི་ཁ་ཆད་དང་འགལ་ - + removable devices path : གནས་སྤོ་ཐུབ་པའི་སྒྲིག་ཆས་ཀྱི་ལམ་བུ། - - + + Back ཕྱིར་ལོག་པ། - - + + Next གོམ་སྟབས་རྗེས་མར། - - - + + + checking ཞིབ་བཤེར་བྱ་དགོས། - - - + + + ghosting གདོན་འདྲེའི་གདོན་འདྲེ། - - - + + + finished ལེགས་གྲུབ་བྱུང་བ། - + Recheck ཞིབ་བཤེར་བྱ་དགོས། - + Checking, wait a moment ... ཞིབ་བཤེར་བྱས་ནས་ཅུང་ཙམ་སྒུགས་དང་། ... - + Check whether the conditions for creating an ghost image are met གདོན་འདྲེའི་གཟུགས་བརྙན་གསར་སྐྲུན་བྱེད་པའི་ཆ་རྐྱེན་དང་མཐུན་མིན་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Do not perform other operations to avoid data loss གདོན་འདྲེའི་གཟུགས་བརྙན་གསར་སྐྲུན་བྱེད་རིང་གཞི་གྲངས་བོར་བརླག་མི་ཡོང་བའི་ཆེད་དུ་བཀོལ་སྤྱོད་གཞན་དག་མི་བྱེད་པ། - + Check success ཞིབ་བཤེར་ལེགས་འགྲུབ་བྱུང་ - + The storage space is enough གསོག་ཉར་གྱི་བར་སྟོང་འདང་ངེས་ཤིག་ཡོད། - + Make sure the computer is plugged in or the battery level is above 60% གློག་ཀླད་ནང་དུ་འཇུག་པའམ་ཡང་ན་གློག་གཡིས་ཀྱི་ཆུ་ཚད་བརྒྱ་ཆ་60ཡན་ཟིན་པར་ཁག་ཐེག་བྱེད་དགོས། - + Check failure ཞིབ་བཤེར་བྱེད་མ་ཐུབ་པ - - + + Program lock failed, please retry གོ་རིམ་གྱི་ཟྭ་ལ་སྐྱོན་ཤོར་བ་དང་། བསྐྱར་དུ་ཞིབ་བཤེར་བྱེད་ - - + + There may be other backups or restores being performed ད་དུང་ལག་བསྟར་བྱེད་བཞིན་པའི་རྗེས་གྲབས་དཔུང་ཁག་གམ་ཡང་ན་སླར་གསོ་བྱེད་བཞིན་ཡོད། - - + + Unsupported task type རྒྱབ་སྐྱོར་མི་བྱེད་པའི་ལས་འགན་གྱི་རིགས་དབྱིབས། - - + + No processing logic was found in the service ཞབས་ཞུའི་ཁྲོད་དུ་ཐག་གཅོད་བྱེད་པའི་གཏན་ཚིགས་མ་རྙེད། - - + + Failed to mount the backup partition རྗེས་གྲབས་ཁག་བགོས་བྱས་ནས་སྒྲིག་སྦྱོར་བྱེད་མ་ཐུབ་པ། - - + + Check whether there is a backup partition རྗེས་གྲབས་ཁག་བགོས་ཡོད་མེད་ལ་ཞིབ་བཤེར་བྱ་དགོས། - - + + The filesystem of device is vfat format སྒྲིག་ཆས་ཀྱི་ཡིག་ཚགས་མ་ལག་ནི་vfatཡི་རྣམ་གཞག་ཡིན། - - + + Please change filesystem format to ext3、ext4 or ntfs ཡིག་ཚགས་མ་ལག་གི་རྣམ་གཞག་དེ་ext3、ext4འམ་ཡང་ན་ntfsལ་བསྒྱུར་རོགས། - - + + The device is read only སྒྲིག་ཆས་འདི་ཁོ་ནར་བལྟས་པ་ཙམ་ཡིན། - - + + Please chmod to rw ཁྱེད་ཀྱིས་ཆི་མོ་ཏི་ལ་གུས་ལུགས་གནང་རོགས། - - + + The storage for ghost is not enough གདོན་འདྲེའི་གསོག་ཉར་མི་འདང་བ། - - - - + + + + Retry after release space བར་སྟོང་འགྲེམ་སྤེལ་བྱས་རྗེས་ཡང་བསྐྱར་ཞིབ་བཤེར་བྱས - - + + There is not enough space for temporary .kyimg file གནས་སྐབས་ཀྱི་ཡིག་ཚགས་ཀྱི་བར་སྟོང་མི་འདང་བ། - - + + Other backup or restore task is being performed ད་དུང་རྗེས་གྲབས་ལས་འགན་གཞན་དག་གམ་ཡང་ན་སླར་གསོ་བྱེད་པའི་ལས་འགན - - + + Please try again later ཅུང་ཙམ་འགོར་རྗེས་ཡང་བསྐྱར་ཚོད་ལྟ་ - - + + The backup node does not exist རྗེས་གྲབས་ཀྱི་གནས་ཚུལ་མི་གནས་པ། - - + + Check whether the backup point has been deleted རྗེས་གྲབས་ས་ཚིགས་སུབ་ཡོད་མེད་ལ་ཞིབ་བཤེར་བྱས། - + Cancel ཕྱིར་འཐེན། - + Do not use computer in case of data loss གཞི་གྲངས་བོར་བརླག་ཏུ་སོང་བའི་གནས་ཚུལ་འོག་རྩིས་འཁོར་བཀོལ་སྤྱོད་མི་ - + The data is being compressed to the local disk, please wait patiently... གཞི་གྲངས་དེ་དག་ས་གནས་དེ་གའི་ཁབ་ལེན་དྲ་བར་གནོན་བཙིར་བྱེད་བཞིན་ཡོད་པས་ངང་རྒྱུད་རིང་པོས་སྒུག་རོགས། - + Transferring image file to mobile device, about to be completed... པར་རིས་ཡིག་ཆ་དེ་སྒུལ་བདེའི་སྒྲིག་ཆས་སུ་སྤོ་སྒྱུར་བྱས་ནས་མི་རིང་བར་ལེགས་འགྲུབ་བྱ་རྒྱུ་རེད། - + The image creation had been canceled པར་རིས་གསར་རྩོམ་བྱེད་རྒྱུ་མེད་པར་བཟོས། - + Re-initiate the image creation if necessary དགོས་ངེས་ཀྱི་སྐབས་སུ་ཡང་བསྐྱར་པར་རིས་གསར་རྩོམ་བྱེད་འགོ་ཚུགས། - + An error occurred during make ghost image གདོན་འདྲེའི་གཟུགས་བརྙན་བཟོ་བའི་བརྒྱུད་རིམ་ཁྲོད་ནོར་འཁྲུལ་བྱུང་བ། - + Error messages refer to log file : /var/log/backup.log ནོར་འཁྲུལ་གྱི་ཆ་འཕྲིན་ཞེས་པ་ནི་ཐོ་འགོད་ཡིག་ཚགས་ལ་ཟེར.log - + Home Page ཁྱིམ་ཚང་གི་ཤོག་ལྷེ - + Retry བསྐྱར་དུ་ཞིབ་བཤེར་བྱ་དགོས། - + Ghost image creation is successful གདོན་འདྲེའི་གཟུགས་བརྙན་གསར་རྩོམ་ལེགས་འགྲུབ་བྱུང - + You can view it in the directory : %1 ཁྱོད་ཀྱིས་དཀར་ཆག་ནང་དུ་ལྟ་ཞིབ་བྱས་ཆོག་སྟེ། %1 - + Ghost image creation is failed གདོན་འདྲེའི་གཟུགས་བརྙན་གསར་རྩོམ་བྱེད་པར་ཕམ་ཉེས་ @@ -1062,6 +1062,9 @@ + + + Backup & Restore རྗེས་གྲབས་དང་སླར་གསོ་བྱེད་དགོས། @@ -1069,35 +1072,46 @@ MainDialog - + Main menu ཟས་ཐོ་གཙོ་བོ། - + Minimize ཉུང་དུ་གཏོང་གང་ཐུབ་བྱ་དགོས། - + + + Maximize + ཚད་གཞི་མཐོ་ཤོས་ཀྱི་སྒོ་ནས + + + Close སྒོ་རྒྱག་པ། - + Help རོགས་རམ་བྱེད་པ། - + About འབྲེལ་ཡོད་ཀྱི་སྐོར། - + Exit ཕྱིར་འཐེན་བྱེད་པ། + + + Normal + རྒྱུན་ལྡན་གྱི་གནས་ + Backup & Restore @@ -1218,8 +1232,8 @@ བཟོ་གྲྭའི་རྗེས་གྲབས་དཔུང་ཁག - + Factory Backup བཟོ་གྲྭའི་རྗེས་གྲབས་དཔུང་ཁག @@ -1234,20 +1248,20 @@ སྔོན་འགོག་བྱེད་པའི་ལམ་ཕྱོགས། - - - - - - - - - - + + + + + + + + + + - - + + Warning ཐ་ཚིག་སྒྲོག་པ། @@ -1260,45 +1274,45 @@ འགྲིགས། - + Path already exists : འགྲོ་ལམ་ཡོད་པ་གཤམ་གསལ། - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + Ok འགྲིགས། - + The file or directory does not exist : ཡིག་ཆ་དང་དཀར་ཆག་མེད་པ ། - + Only data that exists in the follow directorys can be selected: %1. Path:%2 is not in them. གཤམ་གྱི་དཀར་ཆག་ནང་དུ་གནས་པའི་གཞི་གྲངས་ཁོ་ན་བདམས་ཆོག་པ་སྟེ། %1 @@ -1306,18 +1320,18 @@ - - - - - - + + + + + + - - - - + + + + Information ཆ་འཕྲིན། @@ -1336,7 +1350,7 @@ ཅིན་པུའུ་ལུའུ་ཕུའུ། - + An exception occurred when mounting backup partition. རྗེས་གྲབས་ཁག་བགོས་སྒྲིག་སྦྱོར་བྱེད་སྐབས་དམིགས་བསལ་གྱི་གནས་ཚུལ་བྱུང་བ་རེད། @@ -1345,73 +1359,73 @@ 请检查备份还原分区是否存在,在安装操作系统时必须创建备份还原分区。 - + Failed to mount backup partition. རྗེས་གྲབས་ཁག་བགོས་བྱེད་མ་ཐུབ་པ་རེད། - - + + It's busy, please wait བྲེལ་བ་ཧ་ཅང་ཆེ་བས་སྒུག་དང་། - - + + Are you sure to continue customizing the path? The custom path backup file is not protected, which may cause the backup file to be lost or damaged ཁྱོད་ཀྱིས་ངེས་པར་དུ་མུ་མཐུད་དུ་ལམ་འདི་གཏན་འཁེལ་བྱེད་དགོས་སམ། འགག་སྒོའི་ལམ་ཕྲན་གྱི་རྗེས་གྲབས་ཡིག་ཚགས་ལ་སྲུང་སྐྱོབ་མི་བྱེད་པར་རྗེས་གྲབས་ཡིག་ཆ་བོར་བརླག་ཏུ་སོང་བའམ་ཡང་ན་གཏོར་བརླག་ཐེབས་སྲིད། - - - - + + + + Cannot nest backups, please select another directory. གྲབས་ཉར་ཆ་ཚང་འཛུད་མི་ཐུབ་།གདམ་ག་བྱེད་རོགས་།དཀར་ཆག་གཞན་དག་། - - + + Please select backup position རྗེས་གྲབས་ལས་གནས་གདམ་གསེས་གནང་རོགས། - - + + Please select a backup file or directory ཁྱེད་ཀྱིས་རྗེས་གྲབས་ཡིག་ཆ་དང་དཀར་ཆག་འདེམས་རོགས། - - - + + + Are you sure to cancel the operation? ཁྱོད་ཀྱིས་ངེས་པར་དུ་གཤག་བཅོས་དེ་མེད་པར་བཟོ་དགོས་སམ། - - - - + + + + - - - + + + Cancel ཕྱིར་འཐེན། - + - + Continue མུ་མཐུད་དུ་རྒྱུན་ - + Contains the user's home directory, which need to reboot after restoration. Are you sure to continue? དེའི་ནང་དུ་སྤྱོད་མཁན་གྱི་ཁྱིམ་ཚང་གི་དཀར་ཆག་འདུས་ཡོད་པས་སླར་གསོ་བྱས་རྗེས་བསྐྱར་དུ་འགོ་འཛུགས་དགོས། ཁྱོད་ཀྱིས་ད་དུང་མུ་མཐུད་དུ་རྒྱུན་འཁྱོངས་བྱེད་ཐུབ @@ -1457,7 +1471,7 @@ The custom path backup file is not protected, which may cause the backup file to འཕྲུལ་འཁོར་གཞན་དག་སྟེ། - + Restore factory settings, your system user data will not be retained. Are you sure to continue? བཟོ་གྲྭའི་སྒྲིག་བཀོད་སླར་གསོ་བྱས་ན་ཁྱེད་ཚོའི་མ་ལག་གི་སྤྱོད་མཁན་གྱི་གཞི་གྲངས་སོར་འཇོག་བྱེད་མི་ཐུབ། ཁྱོད་ཀྱིས་ད་དུང་མུ་མཐུད་དུ་རྒྱུན་འཁྱོངས་བྱེད་ཐུབ @@ -1498,341 +1512,341 @@ The custom path backup file is not protected, which may cause the backup file to SystemBackup - + System Backup མ་ལག་གི་རྗེས་གྲབས་དཔུང་ཁག - + Can be restored when files are damaged or lost ཡིག་ཚགས་ལ་གཏོར་སྐྱོན་ཕོག་པའམ་ཡང་ན་བོར་བརླག་ཏུ་སོང་བའི་སྐབས་སུ་སླར་གསོ་བྱས་ - + Multi-Spot ས་ཆ་མང་པོ། - + Small Size གཞི་ཁྱོན་ཆུང་བ། - + Security བདེ་འཇགས། - + Simple སྟབས་བདེ་ - + Start Backup རྗེས་གྲབས་ལས་དོན་འགོ་འཛུགས་ - + Backup Management >> རྗེས་གྲབས་དོ་དམ་>> - + Please select backup position རྗེས་གྲབས་ལས་གནས་གདམ་གསེས་གནང་རོགས། - + local default path : ས་གནས་དེ་གའི་ཁ་ཆད་དང་འགལ་ - + removable devices path : གནས་སྤོ་ཐུབ་པའི་སྒྲིག་ཆས་ཀྱི་ལམ་བུ། - - - + + + Back ཕྱིར་ལོག་པ། - + Browse བལྟས་པ་ཙམ་གྱིས་ - - - + + + Next གོམ་སྟབས་རྗེས་མར། - - + + customize path : ཡུལ་སྲོལ་གོམས་གཤིས་ཀྱི་ལམ་བུ། - - - - + + + + checking ཞིབ་བཤེར་བྱ་དགོས། - - - - + + + + preparing གྲ་སྒྲིག་བྱེད་བཞིན་ཡོད། - - - - + + + + backuping རྗེས་གྲབས་དཔུང་ཁག - - - - + + + + finished ལེགས་གྲུབ་བྱུང་བ། - + Recheck ཞིབ་བཤེར་བྱ་དགོས། - + Checking, wait a moment ... ཞིབ་བཤེར་བྱས་ནས་ཅུང་ཙམ་སྒུགས་དང་། ... - + Do not perform other operations during backup to avoid data loss རྗེས་གྲབས་བྱེད་རིང་གཞི་གྲངས་བོར་བརླག་མི་ཡོང་བའི་ཆེད་དུ་ལས་ཀ་གཞན་དག་མི་བྱེད་པ། - + Check whether the remaining capacity of the backup partition is sufficient རྗེས་གྲབས་ཁག་བགོས་ཀྱི་ལྷག་མའི་ཤོང་ཚད་འདང་མིན་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Check whether the remaining capacity of the removable device is sufficient གནས་སྤོ་ཐུབ་པའི་སྒྲིག་ཆས་ཀྱི་ལྷག་འཕྲོའི་ཤོང་ཚད་འདང་མིན་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Check success ཞིབ་བཤེར་ལེགས་འགྲུབ་བྱུང་ - + The storage for backup is enough རྗེས་གྲབས་གསོག་འཇོག་བྱས་པ་འདང་ངེས་ཤིག་ཡོད། - + Make sure the computer is plugged in or the battery level is above 60% གློག་ཀླད་ནང་དུ་འཇུག་པའམ་ཡང་ན་གློག་གཡིས་ཀྱི་ཆུ་ཚད་བརྒྱ་ཆ་60ཡན་ཟིན་པར་ཁག་ཐེག་བྱེད་དགོས། - + Check failure ཞིབ་བཤེར་བྱེད་མ་ཐུབ་པ - - + + Program lock failed, please retry གོ་རིམ་གྱི་ཟྭ་ལ་སྐྱོན་ཤོར་བ་དང་། བསྐྱར་དུ་ཞིབ་བཤེར་བྱེད་ - - + + There may be other backups or restores being performed ད་དུང་ལག་བསྟར་བྱེད་བཞིན་པའི་རྗེས་གྲབས་དཔུང་ཁག་གམ་ཡང་ན་སླར་གསོ་བྱེད་བཞིན་ཡོད། - - + + Unsupported task type རྒྱབ་སྐྱོར་མི་བྱེད་པའི་ལས་འགན་གྱི་རིགས་དབྱིབས། - - + + No processing logic was found in the service ཞབས་ཞུའི་ཁྲོད་དུ་ཐག་གཅོད་བྱེད་པའི་གཏན་ཚིགས་མ་རྙེད། - - + + Failed to mount the backup partition རྗེས་གྲབས་ཁག་བགོས་བྱས་ནས་སྒྲིག་སྦྱོར་བྱེད་མ་ཐུབ་པ། - - + + Check whether there is a backup partition རྗེས་གྲབས་ཁག་བགོས་ཡོད་མེད་ལ་ཞིབ་བཤེར་བྱ་དགོས། - - + + The filesystem of device is vfat format སྒྲིག་ཆས་ཀྱི་ཡིག་ཚགས་མ་ལག་ནི་vfatཡི་རྣམ་གཞག་ཡིན། - - + + Please change filesystem format to ext3、ext4 or ntfs ཡིག་ཚགས་མ་ལག་གི་རྣམ་གཞག་དེ་ext3、ext4འམ་ཡང་ན་ntfsལ་བསྒྱུར་རོགས། - - + + The device is read only སྒྲིག་ཆས་འདི་ཁོ་ནར་བལྟས་པ་ཙམ་ཡིན། - - + + Please chmod to rw ཁྱེད་ཀྱིས་ཆི་མོ་ཏི་ལ་གུས་ལུགས་གནང་རོགས། - - + + The storage for backup is not enough རྗེས་གྲབས་གསོག་འཇོག་བྱས་པ་མི་འདང་བ། - - + + Retry after release space བར་སྟོང་འགྲེམ་སྤེལ་བྱས་རྗེས་ཡང་བསྐྱར་ཞིབ་བཤེར་བྱས - - + + Other backup or restore task is being performed ད་དུང་རྗེས་གྲབས་ལས་འགན་གཞན་དག་གམ་ཡང་ན་སླར་གསོ་བྱེད་པའི་ལས་འགན - - + + Please try again later ཅུང་ཙམ་འགོར་རྗེས་ཡང་བསྐྱར་ཚོད་ལྟ་ - + Backup Name རྗེས་གྲབས་མིང་། - + Maximum length reached རིང་ཚད་ཡས་མཐའི་ཚད་ལ་སླེབས་འདུག - + Unsupported symbol : རྒྱབ་སྐྱོར་མི་བྱེད་པའི་རྟགས། - - + + Name already exists མིང་ཡོད་པ། - + factory backup བཟོ་གྲྭའི་རྗེས་གྲབས་དཔུང་ཁག - + Cancel ཕྱིར་འཐེན། - + Do not use computer in case of data loss གཞི་གྲངས་བོར་བརླག་ཏུ་སོང་བའི་གནས་ཚུལ་འོག་རྩིས་འཁོར་བཀོལ་སྤྱོད་མི་ - + Failed to create the backup point directory རྗེས་གྲབས་ས་གནས་ཀྱི་དཀར་ཆག་གསར་སྐྲུན་བྱེད་མ་ཐུབ་པ། - + Please check backup partition permissions རྗེས་གྲབས་ཁག་བགོས་ཀྱི་ཆོག་འཐུས་ལ་ཞིབ་བཤེར་གནང་རོགས། - + The system is being compressed to the local disk, please wait patiently... མ་ལག་དེ་ས་གནས་དེ་གའི་ཁབ་ལེན་དྲ་བར་གནོན་བཙིར་བྱེད་བཞིན་ཡོད་པས་ངང་རྒྱུད་རིང་པོས་སྒུག་རོགས། - + Transferring image file to mobile device, about to be completed... པར་རིས་ཡིག་ཆ་དེ་སྒུལ་བདེའི་སྒྲིག་ཆས་སུ་སྤོ་སྒྱུར་བྱས་ནས་མི་རིང་བར་ལེགས་འགྲུབ་བྱ་རྒྱུ་རེད། - + The backup had been canceled རྗེས་གྲབས་དཔུང་ཁག་དེ་མེད་པར་བཟོས་ཟིན། - + Re-initiate the backup if necessary དགོས་ངེས་ཀྱི་སྐབས་སུ་ཡང་བསྐྱར་རྗེས་གྲབས་དཔུང་ཁག་འཛུགས་དགོས། - - + + An error occurred during backup རྗེས་གྲབས་བྱེད་རིང་ནོར་འཁྲུལ་བྱུང་བ། - - + + Error messages refer to log file : /var/log/backup.log ནོར་འཁྲུལ་གྱི་ཆ་འཕྲིན་ཞེས་པ་ནི་ཐོ་འགོད་ཡིག་ཚགས་ལ་ཟེར.log - + Home Page ཁྱིམ་ཚང་གི་ཤོག་ལྷེ - + Retry བསྐྱར་དུ་ཞིབ་བཤེར་བྱ་དགོས། - + The backup is successful རྗེས་གྲབས་ལེགས་འགྲུབ་བྱུང་བ། - + The backup is failed རྗེས་གྲབས་དཔུང་ཁག་ལ་ཕམ་ཉེས་བྱུང་། @@ -1840,232 +1854,232 @@ The custom path backup file is not protected, which may cause the backup file to SystemRestore - + System Restore མ་ལག་སླར་གསོ - + You can restore the system to its previous state ཁྱེད་ཚོས་མ་ལག་དེ་སྔོན་ཆད་ཀྱི་རྣམ་པ་སླར་གསོ་བྱས་ཆོག། - + Simple སྟབས་བདེ་ - + Security བདེ་འཇགས། - + Repair ཞིག་གསོ་ - + Independent རང་རྐྱ་འཕེར་བའི - + Start Restore སླར་གསོ་བྱེད་འགོ་ཚུགས། - + Factory Restore བཟོ་གྲྭ་སླར་གསོ་བྱེད་ - + Retaining User Data སྤྱོད་མཁན་གྱི་གཞི་གྲངས་སོར་འཇོག་བྱ - - - + + + checking ཞིབ་བཤེར་བྱ་དགོས། - - - + + + restoring སླར་གསོ་བྱེད་པ། - - - + + + finished ལེགས་གྲུབ་བྱུང་བ། - + Back ཕྱིར་ལོག་པ། - + Next གོམ་སྟབས་རྗེས་མར། - + Recheck ཞིབ་བཤེར་བྱ་དགོས། - + Checking, wait a moment ... ཞིབ་བཤེར་བྱས་ནས་ཅུང་ཙམ་སྒུགས་དང་། ... - + Check whether the restore environment meets the requirements སླར་གསོ་བྱེད་པའི་ཁོར་ཡུག་དེ་བླང་བྱ་དང་མཐུན་མིན་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Do not perform other operations during restore to avoid data loss གཞི་གྲངས་བོར་བརླག་མི་ཡོང་བའི་ཆེད་དུ་སླར་གསོ་བྱེད་རིང་ལས་སྒོ་གཞན་དག་མི་སྒྲུབ་པ། - + Check success ཞིབ་བཤེར་ལེགས་འགྲུབ་བྱུང་ - + The system will reboot automatically after the restore is successful སླར་གསོ་བྱས་རྗེས་མ་ལག་རང་འགུལ་གྱིས་བསྐྱར་དུ་ཐོན་རྒྱུ་རེད། - + Make sure the computer is plugged in or the battery level is above 60% གློག་ཀླད་ནང་དུ་འཇུག་པའམ་ཡང་ན་གློག་གཡིས་ཀྱི་ཆུ་ཚད་བརྒྱ་ཆ་60ཡན་ཟིན་པར་ཁག་ཐེག་བྱེད་དགོས། - + Check failure ཞིབ་བཤེར་བྱེད་མ་ཐུབ་པ - - + + Program lock failed, please retry གོ་རིམ་གྱི་ཟྭ་ལ་སྐྱོན་ཤོར་བ་དང་། བསྐྱར་དུ་ཞིབ་བཤེར་བྱེད་ - - + + There may be other backups or restores being performed ད་དུང་ལག་བསྟར་བྱེད་བཞིན་པའི་རྗེས་གྲབས་དཔུང་ཁག་གམ་ཡང་ན་སླར་གསོ་བྱེད་བཞིན་ཡོད། - - + + Unsupported task type རྒྱབ་སྐྱོར་མི་བྱེད་པའི་ལས་འགན་གྱི་རིགས་དབྱིབས། - - + + No processing logic was found in the service ཞབས་ཞུའི་ཁྲོད་དུ་ཐག་གཅོད་བྱེད་པའི་གཏན་ཚིགས་མ་རྙེད། - - + + The .user.txt file does not exist .user.txt ཡིག་ཆ་གནས་མེད། - - - - - - + + + + + + Backup points may be corrupted རྗེས་གྲབས་ས་ཚིགས་རུལ་སུངས་སུ་འགྱུར་སྲིད། - - + + The .exclude.user.txt file does not exist .exclude.user.txtཡིག་ཆ། - - + + The backup point data directory does not exist རྗེས་གྲབས་ས་གནས་ཀྱི་གཞི་གྲངས་དཀར་ཆག་མེད། - - + + Failed to rsync /boot/efi rsync /boot/efiལ་ཕམ་ཉེས་བྱུང་བ། - - + + Check the mounting mode of the /boot/efi partition /boot/efiས་ཁུལ་གྱི་སྒྲིག་སྦྱོར་བྱེད་སྟངས་ལ་ཞིབ་བཤེར་བྱ་དགོས། - + Do not use computer in case of data loss གཞི་གྲངས་བོར་བརླག་ཏུ་སོང་བའི་གནས་ཚུལ་འོག་རྩིས་འཁོར་བཀོལ་སྤྱོད་མི་ - + Failed to prepare the restore directory སླར་གསོ་བྱས་པའི་དཀར་ཆག་གྲ་སྒྲིག་བྱེད་མ་ཐུབ་པ། - + Refer to log :/var/log/backup.log for more information དཔྱད་གཞིའི་ཡིག་ཆ་དེ་བས་མང་བ་མཁོ་འདོན་བྱ་རྒྱུའི་རེ་བ་ཡོད.log་ཅེས་གསུངས་པ་རེད། - + An error occurred during restore སླར་གསོ་བྱེད་རིང་ནོར་འཁྲུལ་བྱུང་བ། - + Error messages refer to log file : /var/log/backup.log ནོར་འཁྲུལ་གྱི་ཆ་འཕྲིན་ཞེས་པ་ནི་ཐོ་འགོད་ཡིག་ཚགས་ལ་ཟེར.log - + Home Page ཁྱིམ་ཚང་གི་ཤོག་ལྷེ - + Retry བསྐྱར་དུ་ཞིབ་བཤེར་བྱ་དགོས། - + Successfully restoring the system མ་ལག་བདེ་བླག་ངང་སླར་གསོ་བྱེད་པ། - + The system will automatically reboot མ་ལག་རང་འགུལ་གྱིས་བསྐྱར་དུ་འཁོར་སྐྱོད་བྱེད་སྲིད། - + Restoring the system failed མ་ལག་སླར་གསོ་བྱེད་པར་ཕམ་ཉེས་བྱུང་བ། diff --git a/kybackup/qt_zh_CN.ts b/kybackup/qt_zh_CN.ts index ecb0dc4..3214039 100755 --- a/kybackup/qt_zh_CN.ts +++ b/kybackup/qt_zh_CN.ts @@ -35,7 +35,7 @@ BackupListWidget - + File drag and drop area 拖放文件或文件夹识别路径 @@ -89,370 +89,370 @@ DataBackup - + Data Backup 数据备份 - + Only files in the /home, /root, and /data directories can be backed up 仅支持备份/home、/root、/data目录下的文件 - + Only files in the /home, /root, and /data/usershare directories can be backed up 仅支持备份/home、/root、/data/usershare目录下的文件 - + Multi-Spot 多点还原 - + Security 安全可靠 - + Protect Data 防止数据丢失 - + Convenient 便捷快速 - + Start Backup 开始备份 - + Update Backup 备份更新 - + Backup Management >> 备份管理 >> - + Please select backup position 请选择备份位置 - + Browse 浏览 - - + + local default path : 本地默认路径: - - + + removable devices path : 移动设备: - - + + Select backup data 选择备份数据 - - + + Add 添加 - - + + Select 选择 - - + + Please select file to backup 请选择备份文件 - - - - + + + + Back 上一步 - - + + Clear 清空 - - - - + + + + Next 下一步 - - - + + + customize path : 自定义路径: - + Default backup location 默认备份位置 - - - - + + + + checking 环境检测 - - - - + + + + preparing 备份准备 - - - - + + + + backuping 备份中 - - - - + + + + finished 备份完成 - + Recheck 重新检测 - + Checking, wait a moment ... 正在检测,请稍等... - + Do not perform other operations during backup to avoid data loss 备份过程中不要做其它操作,以防数据丢失 - + Check whether the remaining capacity of the backup partition is sufficient 检测备份位置空间是否充足··· - + Check whether the remaining capacity of the removable device is sufficient 检测移动设备空间是否充足··· - + Check success 检测成功 - + The storage for backup is enough 备份空间充足 - + Make sure the computer is plugged in or the battery level is above 60% 请确保电脑已连接电源或电量超过60% - + Check failure 检测失败 - - + + Program lock failed, please retry 程序锁定失败,请重试 - - + + There may be other backups or restores being performed 可能有其它备份/还原等任务在执行 - - + + Unsupported task type 不支持的任务类型 - - + + No processing logic was found in the service 没有找到相应的处理逻辑 - - + + Failed to mount the backup partition 备份分区挂载失败 - - + + Check whether there is a backup partition 检查是否有备份分区 - + The filesystem of device is vfat format 移动设备的文件系统是vfat格式 - + Please change filesystem format to ext3、ext4 or ntfs 请换成ext3、ext4、ntfs等文件系统格式 - + The device is read only 移动设备是只读挂载的 - + Please chmod to rw 请修改为读写模式 - - + + The storage for backup is not enough 备份空间不足 - - + + Retry after release space 建议释放空间后重试 - - + + Other backup or restore task is being performed 其它备份还原等操作正在执行 - - + + Please try again later 请稍后重试 - + Backup Name 备份名称 - + Maximum length reached 长度已达上限 - + Unsupported symbol : 不支持符号: - - + + Name already exists 名称已存在 - + Cancel 取消 - + Do not use computer in case of data loss 请勿使用电脑,以防数据丢失 - + Failed to create the backup point directory 创建备份目录失败 - + Please check backup partition permissions 请检查备份分区权限 - + The backup had been canceled 备份已取消 - + Re-initiate the backup if necessary 如需要可重新进行备份 - + An error occurred during backup 备份期间发生错误 - + Error messages refer to log file : /var/log/backup.log 错误信息请参考日志文件:/var/log/backup.log - + Home Page 返回首页 - + Retry 再试一次 - + The backup is successful 备份成功 - + The backup is failed 备份失败 @@ -460,221 +460,221 @@ DataRestore - + Data Restore 数据还原 - + Backed up first, then can be restored 必须先进行数据备份,否则无法进行数据还原操作 - + Fast Recovery 快速恢复 - + Security 安全可靠 - + Protect Data 解决数据丢失 - + Independent 自主操作 - + Start Restore 开始还原 - - - + + + checking 环境检测 - - - + + + restoring 还原中 - - - + + + finished 还原完成 - + Back 上一步 - + Next 下一步 - + Recheck 重新检测 - + Checking, wait a moment ... 正在检测,请稍等... - + Check whether the restore environment meets the requirements 检查恢复环境是否符合要求 - + Do not perform other operations during restore to avoid data loss 还原期间不要做其它操作,以防数据丢失 - + Check success 检测成功 - - + + Do not use computer in case of data loss 请勿使用电脑,以防数据丢失 - + Make sure the computer is plugged in or the battery level is above 60% 请确保电脑已连接电源或电量超过60% - + Check failure 检测失败 - - + + Program lock failed, please retry 程序锁定失败,请重试 - - + + There may be other backups or restores being performed 可能有其它备份/还原等任务在执行 - - + + Unsupported task type 不支持的任务类型 - - + + No processing logic was found in the service 没有找到相应的处理逻辑 - - + + The .user.txt file does not exist .user.txt文件不存在 - - - - - - + + + + + + Backup points may be corrupted 备份点可能被损坏 - - + + The .exclude.user.txt file does not exist .exclude.user.txt文件不存在 - - + + The backup point data directory does not exist 备份点数据目录不存在 - + Failed to rsync /boot/efi 同步/boot/efi失败 - + Check the mounting mode of the /boot/efi partition 请检查/boot/efi分区挂载方式 - + Failed to prepare the restore directory 还原目录准备失败 - + Refer to log :/var/log/backup.log for more information 更多信息请参考日志/var/log/backup.log - + An error occurred during restore 还原时发生错误 - + Error messages refer to log file : /var/log/backup.log 错误信息请参考日志文件:/var/log/backup.log - + Home Page 返回首页 - + Retry 再试一次 - + Reboot System 重启系统 - + Successfully restoring the data 还原成功 - + The system needs to reboot. Otherwise, some tools cannot be used. 系统需要重启,否则某些工具可能无法使用 - + Restoring the data failed 还原失败 @@ -764,294 +764,294 @@ GhostImage - + Ghost Image Ghost镜像 - + A ghost image file can only be created after backup system to local disk 必须先进行本地系统备份,否则无法创建镜像文件 - + Simple 操作简单 - + Fast 创建速度快 - + Security 安全可靠 - + Timesaving 节省时间 - + Start Ghost 创建镜像 - + Please select storage location 请选择存储位置 - + local default path : 本地默认路径: - + removable devices path : 移动设备: - - + + Back 上一步 - - + + Next 下一步 - - - + + + checking 环境检测 - - - + + + ghosting 创建中 - - - + + + finished 创建完成 - + Recheck 重新检测 - + Checking, wait a moment ... 正在检测,请稍等... - + Check whether the conditions for creating an ghost image are met 检测是否具备制作Ghost镜像条件 - + Do not perform other operations to avoid data loss 不要做其它操作,以防数据丢失 - + Check success 检测成功 - + The storage space is enough 存储空间充足 - + Make sure the computer is plugged in or the battery level is above 60% 请确保电脑已连接电源或电量超过60% - + Check failure 检测失败 - - + + Program lock failed, please retry 程序锁定失败,请重试 - - + + There may be other backups or restores being performed 可能有其它备份/还原等任务在执行 - - + + Unsupported task type 不支持的任务类型 - - + + No processing logic was found in the service 没有找到相应的处理逻辑 - - + + Failed to mount the backup partition 备份分区挂载失败 - - + + Check whether there is a backup partition 检查是否有备份分区 - - + + The filesystem of device is vfat format 移动设备的文件系统是vfat格式 - - + + Please change filesystem format to ext3、ext4 or ntfs 请换成ext3、ext4、ntfs等文件系统格式 - - + + The device is read only 移动设备是只读挂载的 - - + + Please chmod to rw 请修改为读写模式 - - + + The storage for ghost is not enough Ghost存储空间不足 - - - - + + + + Retry after release space 建议释放空间后重试 - - + + There is not enough space for temporary .kyimg file 没有足够的空间存放临时.kyimg文件 - - + + Other backup or restore task is being performed 其它备份还原等操作正在执行 - - + + Please try again later 请稍后重试 - - + + The backup node does not exist 相应的备份节点不存在 - - + + Check whether the backup point has been deleted 请检查备份点是否已经被删除 - + Cancel 取消 - + Do not use computer in case of data loss 请勿使用电脑,以防数据丢失 - + The data is being compressed to the local disk, please wait patiently... 正压缩数据到本地磁盘,请耐心等待... - + Transferring image file to mobile device, about to be completed... 正在传输image文件到移动设备,即将完成... - + The image creation had been canceled 已取消制作Ghost镜像 - + Re-initiate the image creation if necessary 如需要可以重新进行Ghost镜像制作 - + An error occurred during make ghost image 制作Ghost镜像时发生错误 - + Error messages refer to log file : /var/log/backup.log 错误信息请参考日志文件:/var/log/backup.log - + Home Page 返回首页 - + Retry 再试一次 - + Ghost image creation is successful 创建成功 - + You can view it in the directory : %1 您可以在“%1”目录下查看 - + Ghost image creation is failed 创建失败 @@ -1062,6 +1062,9 @@ + + + Backup & Restore 备份还原工具 @@ -1069,35 +1072,46 @@ MainDialog - + Main menu 主菜单 - + Minimize 最小化 - + + + Maximize + 最大化 + + + Close 关闭 - + Help 帮助 - + About 关于 - + Exit 退出 + + + Normal + 还原 + Backup & Restore @@ -1218,8 +1232,8 @@ 出厂备份 - + Factory Backup 出厂备份 @@ -1234,20 +1248,20 @@ - - - - - - - - - - + + + + + + + + + + - - + + Warning 备份还原工具 @@ -1256,45 +1270,45 @@ 路径中不能包含:``、$()、${}、;、&、|等特殊符号 - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + Ok 确定 - + Path already exists : 路径已经存在: - + The file or directory does not exist : 文件或目录不存在 - + Only data that exists in the follow directorys can be selected: %1. Path:%2 is not in them. 只有后面目录中的数据可以选择:%1。 @@ -1302,18 +1316,18 @@ - - - - - - + + + + + + - - - - + + + + Information 备份还原工具 @@ -1332,7 +1346,7 @@ 备份还原工具 - + An exception occurred when mounting backup partition. 挂载备份分区时发生错误。 @@ -1341,73 +1355,73 @@ 请检查备份还原分区是否存在,在安装操作系统时必须创建备份还原分区。 - + Failed to mount backup partition. 挂载备份分区失败。 - - + + It's busy, please wait 系统正忙,请稍等 - - + + Are you sure to continue customizing the path? The custom path backup file is not protected, which may cause the backup file to be lost or damaged 确定自定义路径? 自定义路径备份文件不受保护,可能导致备份文件丢失或损坏 - - - - + + + + Cannot nest backups, please select another directory. 不能嵌套备份,请选择其它目录 - - + + Please select backup position 请选择备份位置 - - + + Please select a backup file or directory 请选择一个备份文件或目录 - - - + + + Are you sure to cancel the operation? 确定取消当前操作? - - - - + + + + - - - + + + Cancel 取消 - + - + Continue 继续 - + Contains the user's home directory, which need to reboot after restoration. Are you sure to continue? 包含用户家目录,还原完成后需要重启系统。是否继续? @@ -1453,7 +1467,7 @@ The custom path backup file is not protected, which may cause the backup file to 异机备份: - + Restore factory settings, your system user data will not be retained. Are you sure to continue? 恢复出厂设置,您的系统用户数据都将会消失。是否继续? @@ -1494,341 +1508,341 @@ The custom path backup file is not protected, which may cause the backup file to SystemBackup - + System Backup 系统备份 - + Can be restored when files are damaged or lost 系统原始文件受损或丢失时可以进行还原 - + Multi-Spot 多还原点 - + Small Size 体积小 - + Security 安全保障 - + Simple 操作简单 - + Start Backup 开始备份 - + Backup Management >> 备份管理 >> - + Please select backup position 请选择备份位置 - + Browse 浏览 - + local default path : 本地默认路径: - + removable devices path : 移动设备: - - - + + + Back 上一步 - - - + + + Next 下一步 - - + + customize path : 自定义路径: - - - - + + + + checking 环境检测 - - - - + + + + preparing 备份准备 - - - - + + + + backuping 备份中 - - - - + + + + finished 备份完成 - + Recheck 重新检测 - + Checking, wait a moment ... 正在检测,请稍等... - + Do not perform other operations during backup to avoid data loss 备份期间不要做其它操作,以防数据丢失 - + Check whether the remaining capacity of the backup partition is sufficient 检测备份位置空间是否充足··· - + Check whether the remaining capacity of the removable device is sufficient 检测移动设备空间是否充足··· - + Check success 检测成功 - + The storage for backup is enough 备份空间充足 - + Make sure the computer is plugged in or the battery level is above 60% 请确保电脑已连接电源或电量超过60% - + Check failure 检测失败 - - + + Program lock failed, please retry 程序锁定失败,请重试 - - + + There may be other backups or restores being performed 可能有其它备份/还原等任务在执行 - - + + Unsupported task type 不支持的任务类型 - - + + No processing logic was found in the service 没有找到相应的处理逻辑 - - + + Failed to mount the backup partition 备份分区挂载失败 - - + + Check whether there is a backup partition 检查是否有备份分区 - - + + The filesystem of device is vfat format 移动设备的文件系统是vfat格式 - - + + Please change filesystem format to ext3、ext4 or ntfs 请换成ext3、ext4、ntfs等文件系统格式 - - + + The device is read only 移动设备是只读挂载的 - - + + Please chmod to rw 请修改为读写模式 - - + + The storage for backup is not enough 备份空间不足 - - + + Retry after release space 建议释放空间后重试 - - + + Other backup or restore task is being performed 其它备份还原等操作正在执行 - - + + Please try again later 请稍后重试 - + Backup Name 备份名称 - + Maximum length reached 长度已达上限 - + Unsupported symbol : 不支持符号: - - + + Name already exists 名称已存在 - + factory backup 出厂备份 - + Cancel 取消 - + Do not use computer in case of data loss 请勿使用电脑,以防数据丢失 - + Failed to create the backup point directory 创建备份目录失败 - + Please check backup partition permissions 请检查备份分区权限 - + The system is being compressed to the local disk, please wait patiently... 正压缩系统到本地磁盘,请耐心等待... - + Transferring image file to mobile device, about to be completed... 正在传输image文件到移动设备,即将完成... - + The backup had been canceled 已取消备份 - + Re-initiate the backup if necessary 如需要可重新进行备份 - - + + An error occurred during backup 备份时发生错误 - - + + Error messages refer to log file : /var/log/backup.log 错误信息请参考日志文件:/var/log/backup.log - + Home Page 返回首页 - + Retry 再试一次 - + The backup is successful 备份成功 - + The backup is failed 备份失败 @@ -1836,232 +1850,232 @@ The custom path backup file is not protected, which may cause the backup file to SystemRestore - + System Restore 系统还原 - + You can restore the system to its previous state 在您遇到问题时可将系统还原到以前的状态 - + Simple 操作简单 - + Security 安全可靠 - + Repair 修复系统损坏 - + Independent 自主操作 - + Start Restore 开始还原 - + Factory Restore 出厂还原 - + Retaining User Data 保留用户数据 - - - + + + checking 环境检测 - - - + + + restoring 还原中 - - - + + + finished 还原完成 - + Back 上一步 - + Next 下一步 - + Recheck 重新检测 - + Checking, wait a moment ... 正在检测,请稍等... - + Check whether the restore environment meets the requirements 检查恢复环境是否符合要求 - + Do not perform other operations during restore to avoid data loss 还原期间不要做其它操作,以防数据丢失 - + Check success 检测成功 - + The system will reboot automatically after the restore is successful 还原成功后系统将自动重启 - + Make sure the computer is plugged in or the battery level is above 60% 请确保电脑已连接电源或电量超过60% - + Check failure 检测失败 - - + + Program lock failed, please retry 程序锁定失败,请重试 - - + + There may be other backups or restores being performed 可能有其它备份/还原等任务在执行 - - + + Unsupported task type 不支持的任务类型 - - + + No processing logic was found in the service 没有找到相应的处理逻辑 - - + + The .user.txt file does not exist .user.txt文件不存在 - - - - - - + + + + + + Backup points may be corrupted 备份点可能被损坏 - - + + The .exclude.user.txt file does not exist .exclude.user.txt文件不存在 - - + + The backup point data directory does not exist 备份点数据目录不存在 - - + + Failed to rsync /boot/efi 同步/boot/efi失败 - - + + Check the mounting mode of the /boot/efi partition 请检查/boot/efi分区挂载方式 - + Do not use computer in case of data loss 请勿使用电脑,以防数据丢失 - + Failed to prepare the restore directory 还原目录准备失败 - + Refer to log :/var/log/backup.log for more information 更多信息请参考日志/var/log/backup.log - + An error occurred during restore 还原时发生错误 - + Error messages refer to log file : /var/log/backup.log 错误信息请参考日志文件:/var/log/backup.log - + Home Page 返回首页 - + Retry 再试一次 - + Successfully restoring the system 系统还原成功 - + The system will automatically reboot 系统将自动重启 - + Restoring the system failed 系统还原失败 diff --git a/kybackup/resource/language/qt_bo_CN.qm b/kybackup/resource/language/qt_bo_CN.qm index c5fe3febdc1a4948b258545c07384fc9e3353e44..60019b6f9530fe20ef7d205b7239638142afaa31 100644 GIT binary patch delta 2195 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 oXb&JT1%~BYj>jJF&PX*rsgk^fZx^Qpl7T zGT&Lu6twboVQ3U@wXj)SFMP;G+leiLuHt)1I^%>_W{{L$P02|A4uEl=l6e7=w}&t_B6pE^W%*yxbrIJm`Ro$hzk`I$QCzd0n7}O z74O6V+*XlUMzL0+owi(ddZ-H^|GI2w@&K0IZP~E@BP?e>*^9U^ynq^c(1jlW#!r=J z-kgEq*U4=I(=qdN#mAB<-We+SciZrQi+tqGmu>>s4U)kgWU9RwCG~Wl=Py4K5d@GO zDZkZ#F}d6(En~%%(jf1QWQF1KM$Cl;iumLP>^M9*`!Km6TOoP*kCkd;wxvFAq*RY>@t8)B@@mgI)Ke^UWuPUC7S;%&i!X7fpi%giWD!zlyxp}JM zx3~w+SyeTP*B7--wRMg!?#Y+5trV-}E)^$L?H0^snN2m|RERx$1DW)XYH+j{d-`AM zfXmfbrEzL~^hNx}6swoF-^Xu24;g<^U0TwPl&y6LyVw(Ukw;eh zqr*~ktUaDWrhNb~n(w7J4$6w85My92DRW<3W&Y!ATPEg;1LTct=j=|`=IPA0O%JF)lcdH+%w6nmr5ApQo0mw zJ^U8Hd;>a*@u`8w$k`bTcTWU}>SI(Lxd4+`#>s>aNcTyTKbi2B>3^pKS3OQ<$1v_Q zMgtT&GXejk0vOX7lkPhJOA0xA2V?Tz4dC>GbW2WV;<8-8;rx*22Y z=S)r21x$yA+2=eH!1Wn9=Od;?9Sk7bNb73m#+W|=BIB4BFSh{rjb+{I?&0@FHn`+J z0CgqlKa7lDtQ4_^)D7&1qcF+laCTwR89ZbUyL{zdfUJ79=@MSTpeE8bp1tLSt55c0 z??V9rts24!yY3^c16M&|b zyCcs9m{7^{?JEEV)R5^VydfeHVB#7+CT$Ra^Ot1m1U`FNGJyUZ8B{|iRx5A0K+nmC z`E8a{0I^s2?ZsQMAg_|KBl$xCn1l&>C5|`x>iN_8UjqbZ@@EQh6AvqyZ{b@?Jg~az z`70jyc9>nM;$2FY2z<{b0K)+?=a7)O>?Z)nEHdf5ko8AAKzOgP&K?L5^g!5XXK|H@ z!qytxQ#Fiql}X>9$=KJVZJn^wAER+vFYKN=9HU~$S-m8im#%~fLnZ5T;e72)ESqK} zS1^c$!qYyy&VnSRTo}QIpHS)qW9bZ4Ix_%Z%3rGG*LcjHSyes{A94;LL(0gMcGd2K z7%KNxRlm;xYoJ|qSIR{{RrNgB0x)Dgncc2>a{y~%!W1(4s5)RjHoy=`J-4IyeZP}2 zC)BHI%kX{YyYwNoOucrO24J*Bz4uN6HozWDP|H;;u4GMS0B)4;sL89D0}%1Mrf3@m z;JTQ!^(s{=!zg!6{nJ)}oMoD)qaI?v-PCmZ+{Zp1E(V_e0btlTF{3>kj~OA_A5Owj zmzBR&V?5K3iQjC-1QuKo4_;~qaOfg~+{u|Il{ocKxA-=(Av6$R&Li`_zCXp#?wZg}^jze;c zAr6ZyLL0ph&*(Y&vDSXd58HAuX=%_d?c}gA3dqFCN|nY%{6xE}QUmrF}3q2PcZ2jO*6+Y^nzs)hsiMG2yxMWyk6seBO&pJ}aB; z*RVk@%UM3%xZYW1v}mwQm5U}}^|2kKu#=qFO2)jAi*DiX+;q9<4W5A;D3|r&^@WAX zUrh7HGkKGCgHk2BlxE7!HmqTdU4A&A0EhG%GNDH9>br-trb_2~xg6UvN@t3=h<_?Y zx&_U@;&5L>MlaAUEN;f{4Z3v+E;y`xbw{paM(v;Jj+bEUx-+^yh`{-{(!nhOXS8{x z!}KLs7GQU1aJvnl1WT@B0DUgps3b`SW}LD}GI|v2$A@ALbG-FY1{=UwflTYvPy3|= z;DZpQQF6&!uP?V`;y-``nY>Y7xdM0NyU3Vu{lOZnkKm*FIxn30qK=&Itv}g{jS|{K xT6*