feat(UI模块): 添加支持手机类型查看入口

并且处理了翻译问题
This commit is contained in:
huheng@kylinos.cn 2022-10-13 16:26:45 +08:00
parent 5039f3370a
commit 4f055fcb8a
9 changed files with 1405 additions and 463 deletions

View File

@ -33,7 +33,8 @@ INCLUDEPATH += \
!system($$PWD/translations/generate_translations_pm.sh $$PWD): error("Failed to generate qm")
TRANSLATIONS += $$PWD/translations/kylin-connectivity_en.ts \
translations/kylin-connectivity_zh_CN.ts
translations/kylin-connectivity_zh_CN.ts \
translations/kylin-connectivity_bo_CN.ts
QM_FILES_INSTALL_PATH = /usr/share/kylin-connectivity/translations/

View File

@ -32,7 +32,8 @@ HEADERS += \
TRANSLATIONS += \
translations/peony-send-to-connectivity_cs.ts \
translations/peony-send-to-connectivity_tr.ts \
translations/peony-send-to-connectivity_zh_CN.ts
translations/peony-send-to-connectivity_zh_CN.ts \
translations/peony-send-to-connectivity_bo_CN.ts
target.path = $$[QT_INSTALL_LIBS]/peony-extensions
INSTALLS += target

View File

@ -18,7 +18,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
!system($$PWD/translations/generate_translations_pm.sh): error("Failed to generate pm")
TRANSLATIONS += $$PWD/translations/kylin-connectivity_en.ts \
translations/peony-vfs-kylin-multiterminal_zh_CN.ts
translations/peony-vfs-kylin-multiterminal_zh_CN.ts \
translations/peony-vfs-kylin-multiterminal_bo_CN.ts
QM_FILES_INSTALL_PATH = /usr/share/kylin-connectivity/translations/
target.source += $$TARGET

File diff suppressed because it is too large Load Diff

View File

@ -30,17 +30,17 @@
<translation>Back</translation>
</message>
<message>
<location filename="../ui/connectinterface/connectinterface.cpp" line="30"/>
<location filename="../ui/connectinterface/connectinterface.cpp" line="33"/>
<source>Nearby device</source>
<translation>Nearby device</translation>
</message>
<message>
<location filename="../ui/connectinterface/connectinterface.cpp" line="31"/>
<location filename="../ui/connectinterface/connectinterface.cpp" line="34"/>
<source>Connect Phone</source>
<translation>Connect Phone</translation>
</message>
<message>
<location filename="../ui/connectinterface/connectinterface.cpp" line="32"/>
<location filename="../ui/connectinterface/connectinterface.cpp" line="35"/>
<source>Device Code</source>
<translation>Device Code</translation>
</message>
@ -48,22 +48,22 @@
<context>
<name>ConnectedWin</name>
<message>
<location filename="../ui/view/connectedwin.cpp" line="36"/>
<location filename="../ui/view/connectedwin.cpp" line="43"/>
<source>CONNECTED</source>
<translation>CONNECTED</translation>
</message>
<message>
<location filename="../ui/view/connectedwin.cpp" line="120"/>
<location filename="../ui/view/connectedwin.cpp" line="125"/>
<source>ComputerScreen</source>
<translation>ComputerScreen</translation>
</message>
<message>
<location filename="../ui/view/connectedwin.cpp" line="125"/>
<location filename="../ui/view/connectedwin.cpp" line="130"/>
<source>MobileScreen</source>
<translation>MobileScreen</translation>
</message>
<message>
<location filename="../ui/view/connectedwin.cpp" line="164"/>
<location filename="../ui/view/connectedwin.cpp" line="169"/>
<source>ExitScreen</source>
<translation>ExitScreen</translation>
</message>
@ -102,65 +102,61 @@
<context>
<name>DeviceTypeWidget</name>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="16"/>
<source>My mobile</source>
<translation>My mobile</translation>
<translation type="vanished">My mobile</translation>
</message>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="17"/>
<source>hare file data with your mobile phone and display the screen window on the same screen</source>
<translation>hare file data with your mobile phone and display the screen window on the same screen</translation>
<translation type="vanished">hare file data with your mobile phone and display the screen window on the same screen</translation>
</message>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="25"/>
<source>My computer</source>
<translation>My computer</translation>
<translation type="vanished">My computer</translation>
</message>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="27"/>
<source>Flexibly drag and drop files, share screens, and work efficiently</source>
<translation>Flexibly drag and drop files, share screens, and work efficiently</translation>
<translation type="vanished">Flexibly drag and drop files, share screens, and work efficiently</translation>
</message>
</context>
<context>
<name>HomePage</name>
<message>
<location filename="../ui/view/homepage.cpp" line="40"/>
<location filename="../ui/view/homepage.cpp" line="42"/>
<source>Multiterminal</source>
<translation>Multiterminal</translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="45"/>
<location filename="../ui/view/homepage.cpp" line="47"/>
<source>Cross equipment and cross system collaboration. It is more convenient to share resources and screens, and more convenient and efficient to work!</source>
<translation>Cross equipment and cross system collaboration. It is more convenient to share resources and screens, and more convenient and efficient to work!</translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="52"/>
<location filename="../ui/view/homepage.cpp" line="54"/>
<source>Device Code:</source>
<translation>Device Code:</translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="63"/>
<location filename="../ui/view/homepage.cpp" line="65"/>
<source>Folder</source>
<translation>Folder</translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="67"/>
<location filename="../ui/view/homepage.cpp" line="69"/>
<source>Share</source>
<translation>Share</translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="71"/>
<location filename="../ui/view/homepage.cpp" line="73"/>
<source>Cross</source>
<translation>Cross</translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="74"/>
<location filename="../ui/view/homepage.cpp" line="76"/>
<source>Connect Now</source>
<translation>Connect Now</translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="173"/>
<location filename="../ui/view/homepage.cpp" line="172"/>
<source>No network</source>
<translation>No network</translation>
</message>
@ -168,306 +164,306 @@
<context>
<name>MainWindow</name>
<message>
<location filename="../ui/mainwindow.cpp" line="341"/>
<location filename="../ui/mainwindow.cpp" line="967"/>
<location filename="../ui/mainwindow.cpp" line="363"/>
<location filename="../ui/mainwindow.cpp" line="983"/>
<source>kylin-connectivity</source>
<translation>kylin-connectivity</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="410"/>
<location filename="../ui/mainwindow.cpp" line="432"/>
<source>Agreed to connect</source>
<translation>Agreed to connect</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="412"/>
<location filename="../ui/mainwindow.cpp" line="434"/>
<source>Peer has agreed</source>
<translation>Peer has agreed</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="414"/>
<location filename="../ui/mainwindow.cpp" line="436"/>
<source>Establishing connection, please wait...</source>
<translation>Establishing connection, please wait...</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="418"/>
<location filename="../ui/mainwindow.cpp" line="440"/>
<source>CANCEL</source>
<translation>CANCEL</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="437"/>
<location filename="../ui/mainwindow.cpp" line="460"/>
<source>USB connection device succeeded!</source>
<translation>USB connection device succeeded!</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="439"/>
<location filename="../ui/mainwindow.cpp" line="462"/>
<source>If you need to input Chinese on the mobile phone screen on the computer, please download the extension tool in the personal information input method on the mobile phone.</source>
<translation>If you need to input Chinese on the mobile phone screen on the computer, please download the extension tool in the personal information input method on the mobile phone.</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="570"/>
<location filename="../ui/mainwindow.cpp" line="594"/>
<source>Not currently connected, please connect</source>
<translation>Not currently connected, please connect</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="639"/>
<location filename="../ui/mainwindow.cpp" line="949"/>
<location filename="../ui/mainwindow.cpp" line="1508"/>
<location filename="../ui/mainwindow.cpp" line="662"/>
<location filename="../ui/mainwindow.cpp" line="966"/>
<location filename="../ui/mainwindow.cpp" line="1510"/>
<source>file download failed</source>
<translation>file download failed</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="683"/>
<location filename="../ui/mainwindow.cpp" line="706"/>
<source>Connection request received from&quot;</source>
<translation>Connection request received from&quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="683"/>
<location filename="../ui/mainwindow.cpp" line="993"/>
<location filename="../ui/mainwindow.cpp" line="706"/>
<location filename="../ui/mainwindow.cpp" line="1009"/>
<source>&quot;</source>
<translation>&quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="684"/>
<location filename="../ui/mainwindow.cpp" line="707"/>
<source>After consent, the other party can view and download all the files on the device, and can share the other party&apos;s desktop to this screen.</source>
<translation>After consent, the other party can view and download all the files on the device, and can share the other party&apos;s desktop to this screen.</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="689"/>
<location filename="../ui/mainwindow.cpp" line="999"/>
<location filename="../ui/mainwindow.cpp" line="712"/>
<location filename="../ui/mainwindow.cpp" line="1015"/>
<source>NO</source>
<translation>NO</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="690"/>
<location filename="../ui/mainwindow.cpp" line="998"/>
<location filename="../ui/mainwindow.cpp" line="713"/>
<location filename="../ui/mainwindow.cpp" line="1014"/>
<source>YES</source>
<translation>YES</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="705"/>
<location filename="../ui/mainwindow.cpp" line="1014"/>
<location filename="../ui/mainwindow.cpp" line="728"/>
<location filename="../ui/mainwindow.cpp" line="1030"/>
<source>The other party has refused your screen projection request!</source>
<translation>The other party has refused your screen projection request!</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="706"/>
<location filename="../ui/mainwindow.cpp" line="1015"/>
<location filename="../ui/mainwindow.cpp" line="729"/>
<location filename="../ui/mainwindow.cpp" line="1031"/>
<source>Failed to cast the screen. Please contact the other party and try again.</source>
<translation>Failed to cast the screen. Please contact the other party and try again.</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="710"/>
<location filename="../ui/mainwindow.cpp" line="733"/>
<source>RECONNECT</source>
<translation>RECONNECT</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="711"/>
<location filename="../ui/mainwindow.cpp" line="1074"/>
<location filename="../ui/mainwindow.cpp" line="734"/>
<location filename="../ui/mainwindow.cpp" line="1090"/>
<source>CLOSE</source>
<translation>CLOSE</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="793"/>
<location filename="../ui/mainwindow.cpp" line="812"/>
<source>Please install kylin-assistant on the Android terminal!</source>
<translation>Please install kylin-assistant on the Android terminal!</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="801"/>
<location filename="../ui/mainwindow.cpp" line="820"/>
<source>Connection error</source>
<translation>Connection error</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="805"/>
<location filename="../ui/mainwindow.cpp" line="824"/>
<source>Connection timed out</source>
<translation>Connection timed out</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="956"/>
<location filename="../ui/mainwindow.cpp" line="973"/>
<source>Warning</source>
<translation>Warning</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="956"/>
<location filename="../ui/mainwindow.cpp" line="973"/>
<source>Peony access can be error-prone</source>
<translation>Peony access can be error-prone</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="958"/>
<location filename="../ui/mainwindow.cpp" line="975"/>
<source>Umount failed</source>
<translation>Umount failed</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="967"/>
<location filename="../ui/mainwindow.cpp" line="984"/>
<source>Version:</source>
<translation>Version:</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="970"/>
<location filename="../ui/mainwindow.cpp" line="986"/>
<source>Mobile Assistant is an interconnection tool of Android device and Kirin operating system, which supports Android file synchronization, file transfer, screen mirroring and other functions, which is simple and fast to operate</source>
<translation>Mobile Assistant is an interconnection tool of Android device and Kirin operating system, which supports Android file synchronization, file transfer, screen mirroring and other functions, which is simple and fast to operate</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="992"/>
<location filename="../ui/mainwindow.cpp" line="1009"/>
<source>Received screen projection request from &quot;</source>
<translation>Received screen projection request from &quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="994"/>
<location filename="../ui/mainwindow.cpp" line="1010"/>
<source>After consent, the other party can share the device desktop to this screen.</source>
<translation>After consent, the other party can share the device desktop to this screen.</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1019"/>
<location filename="../ui/mainwindow.cpp" line="1035"/>
<source>Again</source>
<translation>Again</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1020"/>
<location filename="../ui/mainwindow.cpp" line="1036"/>
<source>Close</source>
<translation>Close</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1032"/>
<location filename="../ui/mainwindow.cpp" line="1048"/>
<source>The other party agreed to your screen projection request!</source>
<translation>The other party agreed to your screen projection request!</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1033"/>
<location filename="../ui/mainwindow.cpp" line="1049"/>
<source>The screen is being cast, please wait...</source>
<translation>The screen is being cast, please wait...</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1058"/>
<location filename="../ui/mainwindow.cpp" line="1082"/>
<location filename="../ui/mainwindow.cpp" line="1074"/>
<location filename="../ui/mainwindow.cpp" line="1098"/>
<source>End of screen projection</source>
<translation>End of screen projection</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1059"/>
<location filename="../ui/mainwindow.cpp" line="1083"/>
<location filename="../ui/mainwindow.cpp" line="1075"/>
<location filename="../ui/mainwindow.cpp" line="1099"/>
<source>The other party has finished the screen projection function.</source>
<translation>The other party has finished the screen projection function.</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1674"/>
<location filename="../ui/mainwindow.cpp" line="1637"/>
<source>The screen projection request has been sent to the connected device. Please click [Agree] in the opposite pop-up window</source>
<translation>The screen projection request has been sent to the connected device. Please click [Agree] in the opposite pop-up window</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="444"/>
<location filename="../ui/mainwindow.cpp" line="1037"/>
<location filename="../ui/mainwindow.cpp" line="1063"/>
<location filename="../ui/mainwindow.cpp" line="1087"/>
<location filename="../ui/mainwindow.cpp" line="1662"/>
<location filename="../ui/mainwindow.cpp" line="1679"/>
<location filename="../ui/mainwindow.cpp" line="467"/>
<location filename="../ui/mainwindow.cpp" line="1053"/>
<location filename="../ui/mainwindow.cpp" line="1079"/>
<location filename="../ui/mainwindow.cpp" line="1103"/>
<location filename="../ui/mainwindow.cpp" line="1626"/>
<location filename="../ui/mainwindow.cpp" line="1642"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1068"/>
<location filename="../ui/mainwindow.cpp" line="1084"/>
<source>Screen projection loading error</source>
<translation>Screen projection loading error</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1070"/>
<location filename="../ui/mainwindow.cpp" line="1086"/>
<source>Please check whether to install the projection expansion package [kylin connectivity tools]</source>
<translation>Please check whether to install the projection expansion package [kylin connectivity tools]</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1178"/>
<location filename="../ui/mainwindow.cpp" line="1193"/>
<source>QQPicture</source>
<translation>QQPicture</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1181"/>
<location filename="../ui/mainwindow.cpp" line="1196"/>
<source>QQVideo</source>
<translation>QQVideo</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1184"/>
<location filename="../ui/mainwindow.cpp" line="1199"/>
<source>QQMusic</source>
<translation>QQMusic</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1187"/>
<location filename="../ui/mainwindow.cpp" line="1202"/>
<source>QQDocument</source>
<translation>QQDocument</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1190"/>
<location filename="../ui/mainwindow.cpp" line="1205"/>
<source>WeChatPicture</source>
<translation>WeChatPicture</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1193"/>
<location filename="../ui/mainwindow.cpp" line="1208"/>
<source>WeChatVideo</source>
<translation>WeChatVideo</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1196"/>
<location filename="../ui/mainwindow.cpp" line="1211"/>
<source>WeChatMusic</source>
<translation>WeChatMusic</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1199"/>
<location filename="../ui/mainwindow.cpp" line="1214"/>
<source>WeChatDocument</source>
<translation>WeChatDocument</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1202"/>
<location filename="../ui/mainwindow.cpp" line="1426"/>
<location filename="../ui/mainwindow.cpp" line="1217"/>
<location filename="../ui/mainwindow.cpp" line="1428"/>
<source>Picture</source>
<translation>Picture</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1205"/>
<location filename="../ui/mainwindow.cpp" line="1428"/>
<location filename="../ui/mainwindow.cpp" line="1220"/>
<location filename="../ui/mainwindow.cpp" line="1430"/>
<source>Video</source>
<translation>Video</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1208"/>
<location filename="../ui/mainwindow.cpp" line="1430"/>
<location filename="../ui/mainwindow.cpp" line="1223"/>
<location filename="../ui/mainwindow.cpp" line="1432"/>
<source>Music</source>
<translation>Music</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1211"/>
<location filename="../ui/mainwindow.cpp" line="1432"/>
<location filename="../ui/mainwindow.cpp" line="1226"/>
<location filename="../ui/mainwindow.cpp" line="1434"/>
<source>Document</source>
<translation>Document</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1214"/>
<location filename="../ui/mainwindow.cpp" line="1434"/>
<location filename="../ui/mainwindow.cpp" line="1229"/>
<location filename="../ui/mainwindow.cpp" line="1436"/>
<source>WeChat</source>
<translation>WeChat</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1217"/>
<location filename="../ui/mainwindow.cpp" line="1436"/>
<location filename="../ui/mainwindow.cpp" line="1232"/>
<location filename="../ui/mainwindow.cpp" line="1438"/>
<source>QQ</source>
<translation>QQ</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1464"/>
<location filename="../ui/mainwindow.cpp" line="1475"/>
<location filename="../ui/mainwindow.cpp" line="1466"/>
<location filename="../ui/mainwindow.cpp" line="1477"/>
<source>Uploaded to</source>
<translation>Uploaded to</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1514"/>
<location filename="../ui/mainwindow.cpp" line="1516"/>
<source>Downloaded to</source>
<translation>Downloaded to</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1656"/>
<location filename="../ui/mainwindow.cpp" line="1672"/>
<location filename="../ui/mainwindow.cpp" line="1620"/>
<location filename="../ui/mainwindow.cpp" line="1636"/>
<source>Request sent successfully!</source>
<translation>Request sent successfully!</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1657"/>
<location filename="../ui/mainwindow.cpp" line="1621"/>
<source>The connection request has been sent to the selected device. Please click [YES] in the opposite pop-up window</source>
<translation>The connection request has been sent to the selected device. Please click [YES] in the opposite pop-up window</translation>
</message>
@ -523,34 +519,24 @@
<context>
<name>MobileDeviceWidget</name>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="25"/>
<source>No connect mobile</source>
<translation>No connect mobile</translation>
<translation type="vanished">No connect mobile</translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="28"/>
<source>Can share content, drag files, pictures, etc. between two screens, and work efficiently</source>
<translation>Can share content, drag files, pictures, etc. between two screens, and work efficiently</translation>
<translation type="vanished">Can share content, drag files, pictures, etc. between two screens, and work efficiently</translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="56"/>
<source>Image</source>
<translation>Image</translation>
<translation type="vanished">Image</translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="57"/>
<source>Copy the screen to the receiving end</source>
<translation>Copy the screen to the receiving end</translation>
<translation type="vanished">Copy the screen to the receiving end</translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="63"/>
<source>File synchronization</source>
<translation>File synchronization</translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="65"/>
<source>Drag and drop files, pictures, etc. across the system</source>
<translation></translation>
<translation type="vanished">File synchronization</translation>
</message>
</context>
<context>
@ -625,54 +611,54 @@
<context>
<name>MobileFileSecondWidget</name>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="72"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="165"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="71"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="164"/>
<source>Mobile file list</source>
<translation>Mobile file list</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="74"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="73"/>
<source>WeChat</source>
<translation>WeChat</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="76"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="75"/>
<source>QQ</source>
<translation>QQ</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="84"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="196"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="83"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="195"/>
<source>List Mode</source>
<translation>List Mode</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="92"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="91"/>
<source>Refresh</source>
<translation>Refresh</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="189"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="188"/>
<source>Icon Mode</source>
<translation>Icon Mode</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="221"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="220"/>
<source>Picture</source>
<translation>Picture</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="226"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="225"/>
<source>Video</source>
<translation>Video</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="231"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="230"/>
<source>Music</source>
<translation>Music</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="236"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="235"/>
<source>Document</source>
<translation>Document</translation>
</message>
@ -681,20 +667,20 @@
<name>MobileFileWidget</name>
<message>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="48"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="396"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="395"/>
<source>Icon Mode</source>
<translation>Icon Mode</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="52"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="176"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="402"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="401"/>
<source>List Mode</source>
<translation>List Mode</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="90"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="296"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="295"/>
<source>Mobile file list</source>
<translation>Mobile file list</translation>
</message>
@ -705,11 +691,11 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="104"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="134"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="138"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="263"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="265"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="267"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="269"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="289"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="262"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="264"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="266"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="268"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="288"/>
<source>QQ</source>
<translation>QQ</translation>
</message>
@ -717,9 +703,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="95"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="107"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="119"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="263"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="271"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="279"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="262"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="270"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="278"/>
<source>Picture</source>
<translation>Picture</translation>
</message>
@ -727,9 +713,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="98"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="110"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="122"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="265"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="273"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="281"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="264"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="272"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="280"/>
<source>Video</source>
<translation>Video</translation>
</message>
@ -737,9 +723,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="101"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="113"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="125"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="267"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="275"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="283"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="266"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="274"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="282"/>
<source>Music</source>
<translation>Music</translation>
</message>
@ -747,9 +733,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="104"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="116"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="128"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="269"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="277"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="285"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="268"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="276"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="284"/>
<source>Document</source>
<translation>Document</translation>
</message>
@ -760,11 +746,11 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="116"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="131"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="138"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="271"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="273"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="275"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="277"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="287"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="270"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="272"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="274"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="276"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="286"/>
<source>WeChat</source>
<translation>WeChat</translation>
</message>
@ -777,32 +763,36 @@
<context>
<name>MobileQRcode</name>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="26"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="27"/>
<source>No network</source>
<translation>No network</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="54"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="55"/>
<source>Connect the mobile phone and computer to the same network,open the mobile phone app and scan the QR code.</source>
<translation>Connect the mobile phone and computer to the same network,open the mobile phone app and scan the QR code.</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="57"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="58"/>
<source>Use the mobile app to scan this code</source>
<translation>Use the mobile app to scan this code</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="64"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="65"/>
<source>No app installed? Install Now</source>
<translation>No app installed? Install Now</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="131"/>
<source>Scan this code with your mobile browser</source>
<translation>Scan this code with your mobile browser</translation>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="134"/>
<source>view supported phone types&gt;&gt;</source>
<translation>view supported phone types&gt;&gt;</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="136"/>
<source>Scan this code with your mobile browser</source>
<translation type="vanished">Scan this code with your mobile browser</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="140"/>
<source>Please scan this QR code with your mobile browser to download the app</source>
<translation>Please scan this QR code with your mobile browser to download the app</translation>
</message>
@ -827,40 +817,40 @@
<name>MobileStorageWidget</name>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="46"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="489"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="488"/>
<source>Icon Mode</source>
<translation>Icon Mode</translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="50"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="129"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="309"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="494"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="554"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="308"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="493"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="553"/>
<source>List Mode</source>
<translation>List Mode</translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="88"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="218"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="217"/>
<source>Mobile file list</source>
<translation>Mobile file list</translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="89"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="225"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="224"/>
<source>Mobile storage</source>
<translation>Mobile storage</translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="137"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="317"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="562"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="316"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="561"/>
<source>Refresh</source>
<translation>Refresh</translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="541"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="540"/>
<source>Search out %1 Results</source>
<translation>Search out %1 Results</translation>
</message>
@ -904,12 +894,12 @@
<context>
<name>SearchDeviceWin</name>
<message>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="49"/>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="52"/>
<source>Searching for nearby available devices...</source>
<translation>Searching for nearby available devices...</translation>
</message>
<message>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="148"/>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="139"/>
<source>Search</source>
<translation>Search</translation>
</message>
@ -945,34 +935,28 @@
<context>
<name>TabletDeviceWidget</name>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="26"/>
<source>No connect tablet</source>
<translation>No connect tablet</translation>
<translation type="vanished">No connect tablet</translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="29"/>
<source>Can share content, drag files, pictures, etc. between two screens, and work efficiently</source>
<translation>Can share content, drag files, pictures, etc. between two screens, and work efficiently</translation>
<translation type="vanished">Can share content, drag files, pictures, etc. between two screens, and work efficiently</translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="57"/>
<source>Image</source>
<translation>Image</translation>
<translation type="vanished">Image</translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="59"/>
<source>Copy the computer screen to the receiving end</source>
<translation>Copy the computer screen to the receiving end</translation>
<translation type="vanished">Copy the computer screen to the receiving end</translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="65"/>
<source>File synchronization</source>
<translation>File synchronization</translation>
<translation type="vanished">File synchronization</translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="67"/>
<source>Drag and drop files, pictures, etc. across the system</source>
<translation>Drag and drop files, pictures, etc. across the system</translation>
<translation type="vanished">Drag and drop files, pictures, etc. across the system</translation>
</message>
</context>
<context>
@ -992,45 +976,45 @@
<context>
<name>Titlebar</name>
<message>
<location filename="../ui/view/titlebar.cpp" line="41"/>
<location filename="../ui/view/titlebar.cpp" line="43"/>
<source>Search</source>
<translation>Search</translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="49"/>
<location filename="../ui/view/titlebar.cpp" line="51"/>
<source>Menu</source>
<translation>Menu</translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="54"/>
<location filename="../ui/view/titlebar.cpp" line="56"/>
<source>kylin-connectivity</source>
<translation>kylin-connectivity</translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="69"/>
<location filename="../ui/view/titlebar.cpp" line="71"/>
<source>Minimize</source>
<translation>Minimize</translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="87"/>
<location filename="../ui/view/titlebar.cpp" line="89"/>
<source>Close</source>
<translation>Close</translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="162"/>
<location filename="../ui/view/titlebar.cpp" line="199"/>
<location filename="../ui/view/titlebar.cpp" line="184"/>
<location filename="../ui/view/titlebar.cpp" line="221"/>
<source>Help</source>
<translation>Help</translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="163"/>
<location filename="../ui/view/titlebar.cpp" line="201"/>
<location filename="../ui/view/titlebar.cpp" line="185"/>
<location filename="../ui/view/titlebar.cpp" line="223"/>
<source>About</source>
<translation>About</translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="164"/>
<location filename="../ui/view/titlebar.cpp" line="203"/>
<location filename="../ui/view/titlebar.cpp" line="186"/>
<location filename="../ui/view/titlebar.cpp" line="225"/>
<source>Quit</source>
<translation>Quit</translation>
</message>

View File

@ -30,17 +30,17 @@
<translation></translation>
</message>
<message>
<location filename="../ui/connectinterface/connectinterface.cpp" line="30"/>
<location filename="../ui/connectinterface/connectinterface.cpp" line="33"/>
<source>Nearby device</source>
<translation></translation>
</message>
<message>
<location filename="../ui/connectinterface/connectinterface.cpp" line="31"/>
<location filename="../ui/connectinterface/connectinterface.cpp" line="34"/>
<source>Connect Phone</source>
<translation></translation>
</message>
<message>
<location filename="../ui/connectinterface/connectinterface.cpp" line="32"/>
<location filename="../ui/connectinterface/connectinterface.cpp" line="35"/>
<source>Device Code</source>
<translation></translation>
</message>
@ -48,22 +48,22 @@
<context>
<name>ConnectedWin</name>
<message>
<location filename="../ui/view/connectedwin.cpp" line="36"/>
<location filename="../ui/view/connectedwin.cpp" line="43"/>
<source>CONNECTED</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/connectedwin.cpp" line="120"/>
<location filename="../ui/view/connectedwin.cpp" line="125"/>
<source>ComputerScreen</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/connectedwin.cpp" line="125"/>
<location filename="../ui/view/connectedwin.cpp" line="130"/>
<source>MobileScreen</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/connectedwin.cpp" line="164"/>
<location filename="../ui/view/connectedwin.cpp" line="169"/>
<source>ExitScreen</source>
<translation>退</translation>
</message>
@ -99,68 +99,45 @@
<translation></translation>
</message>
</context>
<context>
<name>DeviceTypeWidget</name>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="16"/>
<source>My mobile</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="17"/>
<source>hare file data with your mobile phone and display the screen window on the same screen</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="25"/>
<source>My computer</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/devicetypewidget.cpp" line="27"/>
<source>Flexibly drag and drop files, share screens, and work efficiently</source>
<translation></translation>
</message>
</context>
<context>
<name>HomePage</name>
<message>
<location filename="../ui/view/homepage.cpp" line="40"/>
<location filename="../ui/view/homepage.cpp" line="42"/>
<source>Multiterminal</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="45"/>
<location filename="../ui/view/homepage.cpp" line="47"/>
<source>Cross equipment and cross system collaboration. It is more convenient to share resources and screens, and more convenient and efficient to work!</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="52"/>
<location filename="../ui/view/homepage.cpp" line="54"/>
<source>Device Code:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="63"/>
<location filename="../ui/view/homepage.cpp" line="65"/>
<source>Folder</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="67"/>
<location filename="../ui/view/homepage.cpp" line="69"/>
<source>Share</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="71"/>
<location filename="../ui/view/homepage.cpp" line="73"/>
<source>Cross</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="74"/>
<location filename="../ui/view/homepage.cpp" line="76"/>
<source>Connect Now</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/homepage.cpp" line="173"/>
<location filename="../ui/view/homepage.cpp" line="172"/>
<source>No network</source>
<translation></translation>
</message>
@ -168,306 +145,306 @@
<context>
<name>MainWindow</name>
<message>
<location filename="../ui/mainwindow.cpp" line="341"/>
<location filename="../ui/mainwindow.cpp" line="967"/>
<location filename="../ui/mainwindow.cpp" line="363"/>
<location filename="../ui/mainwindow.cpp" line="983"/>
<source>kylin-connectivity</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="410"/>
<location filename="../ui/mainwindow.cpp" line="432"/>
<source>Agreed to connect</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="412"/>
<location filename="../ui/mainwindow.cpp" line="434"/>
<source>Peer has agreed</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="414"/>
<location filename="../ui/mainwindow.cpp" line="436"/>
<source>Establishing connection, please wait...</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="418"/>
<location filename="../ui/mainwindow.cpp" line="440"/>
<source>CANCEL</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="437"/>
<location filename="../ui/mainwindow.cpp" line="460"/>
<source>USB connection device succeeded!</source>
<translation>USB连接设备成功</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="439"/>
<location filename="../ui/mainwindow.cpp" line="462"/>
<source>If you need to input Chinese on the mobile phone screen on the computer, please download the extension tool in the personal information input method on the mobile phone.</source>
<translation>-</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="570"/>
<location filename="../ui/mainwindow.cpp" line="594"/>
<source>Not currently connected, please connect</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="639"/>
<location filename="../ui/mainwindow.cpp" line="949"/>
<location filename="../ui/mainwindow.cpp" line="1508"/>
<location filename="../ui/mainwindow.cpp" line="662"/>
<location filename="../ui/mainwindow.cpp" line="966"/>
<location filename="../ui/mainwindow.cpp" line="1510"/>
<source>file download failed</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="683"/>
<location filename="../ui/mainwindow.cpp" line="706"/>
<source>Connection request received from&quot;</source>
<translation> &quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="683"/>
<location filename="../ui/mainwindow.cpp" line="993"/>
<location filename="../ui/mainwindow.cpp" line="706"/>
<location filename="../ui/mainwindow.cpp" line="1009"/>
<source>&quot;</source>
<translation>&quot; </translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="684"/>
<location filename="../ui/mainwindow.cpp" line="707"/>
<source>After consent, the other party can view and download all the files on the device, and can share the other party&apos;s desktop to this screen.</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="689"/>
<location filename="../ui/mainwindow.cpp" line="999"/>
<location filename="../ui/mainwindow.cpp" line="712"/>
<location filename="../ui/mainwindow.cpp" line="1015"/>
<source>NO</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="690"/>
<location filename="../ui/mainwindow.cpp" line="998"/>
<location filename="../ui/mainwindow.cpp" line="713"/>
<location filename="../ui/mainwindow.cpp" line="1014"/>
<source>YES</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="705"/>
<location filename="../ui/mainwindow.cpp" line="1014"/>
<location filename="../ui/mainwindow.cpp" line="728"/>
<location filename="../ui/mainwindow.cpp" line="1030"/>
<source>The other party has refused your screen projection request!</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="706"/>
<location filename="../ui/mainwindow.cpp" line="1015"/>
<location filename="../ui/mainwindow.cpp" line="729"/>
<location filename="../ui/mainwindow.cpp" line="1031"/>
<source>Failed to cast the screen. Please contact the other party and try again.</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="710"/>
<location filename="../ui/mainwindow.cpp" line="733"/>
<source>RECONNECT</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="711"/>
<location filename="../ui/mainwindow.cpp" line="1074"/>
<location filename="../ui/mainwindow.cpp" line="734"/>
<location filename="../ui/mainwindow.cpp" line="1090"/>
<source>CLOSE</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="793"/>
<location filename="../ui/mainwindow.cpp" line="812"/>
<source>Please install kylin-assistant on the Android terminal!</source>
<translation>app</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="801"/>
<location filename="../ui/mainwindow.cpp" line="820"/>
<source>Connection error</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="805"/>
<location filename="../ui/mainwindow.cpp" line="824"/>
<source>Connection timed out</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="956"/>
<location filename="../ui/mainwindow.cpp" line="973"/>
<source>Warning</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="956"/>
<location filename="../ui/mainwindow.cpp" line="973"/>
<source>Peony access can be error-prone</source>
<translation>访</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="958"/>
<location filename="../ui/mainwindow.cpp" line="975"/>
<source>Umount failed</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="967"/>
<location filename="../ui/mainwindow.cpp" line="984"/>
<source>Version:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="970"/>
<location filename="../ui/mainwindow.cpp" line="986"/>
<source>Mobile Assistant is an interconnection tool of Android device and Kirin operating system, which supports Android file synchronization, file transfer, screen mirroring and other functions, which is simple and fast to operate</source>
<translation>Android文件同步</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="992"/>
<location filename="../ui/mainwindow.cpp" line="1009"/>
<source>Received screen projection request from &quot;</source>
<translation> &quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="994"/>
<location filename="../ui/mainwindow.cpp" line="1010"/>
<source>After consent, the other party can share the device desktop to this screen.</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1019"/>
<location filename="../ui/mainwindow.cpp" line="1035"/>
<source>Again</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1020"/>
<location filename="../ui/mainwindow.cpp" line="1036"/>
<source>Close</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1032"/>
<location filename="../ui/mainwindow.cpp" line="1048"/>
<source>The other party agreed to your screen projection request!</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1033"/>
<location filename="../ui/mainwindow.cpp" line="1049"/>
<source>The screen is being cast, please wait...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1058"/>
<location filename="../ui/mainwindow.cpp" line="1082"/>
<location filename="../ui/mainwindow.cpp" line="1074"/>
<location filename="../ui/mainwindow.cpp" line="1098"/>
<source>End of screen projection</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1059"/>
<location filename="../ui/mainwindow.cpp" line="1083"/>
<location filename="../ui/mainwindow.cpp" line="1075"/>
<location filename="../ui/mainwindow.cpp" line="1099"/>
<source>The other party has finished the screen projection function.</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1674"/>
<location filename="../ui/mainwindow.cpp" line="1637"/>
<source>The screen projection request has been sent to the connected device. Please click [Agree] in the opposite pop-up window</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="444"/>
<location filename="../ui/mainwindow.cpp" line="1037"/>
<location filename="../ui/mainwindow.cpp" line="1063"/>
<location filename="../ui/mainwindow.cpp" line="1087"/>
<location filename="../ui/mainwindow.cpp" line="1662"/>
<location filename="../ui/mainwindow.cpp" line="1679"/>
<location filename="../ui/mainwindow.cpp" line="467"/>
<location filename="../ui/mainwindow.cpp" line="1053"/>
<location filename="../ui/mainwindow.cpp" line="1079"/>
<location filename="../ui/mainwindow.cpp" line="1103"/>
<location filename="../ui/mainwindow.cpp" line="1626"/>
<location filename="../ui/mainwindow.cpp" line="1642"/>
<source>OK</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1068"/>
<location filename="../ui/mainwindow.cpp" line="1084"/>
<source>Screen projection loading error</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1070"/>
<location filename="../ui/mainwindow.cpp" line="1086"/>
<source>Please check whether to install the projection expansion package [kylin connectivity tools]</source>
<translation>[kylin-connectivity-tools]</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1178"/>
<location filename="../ui/mainwindow.cpp" line="1193"/>
<source>QQPicture</source>
<translation>QQ图片</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1181"/>
<location filename="../ui/mainwindow.cpp" line="1196"/>
<source>QQVideo</source>
<translation>QQ视频</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1184"/>
<location filename="../ui/mainwindow.cpp" line="1199"/>
<source>QQMusic</source>
<translation>QQ音乐</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1187"/>
<location filename="../ui/mainwindow.cpp" line="1202"/>
<source>QQDocument</source>
<translation>QQ文档</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1190"/>
<location filename="../ui/mainwindow.cpp" line="1205"/>
<source>WeChatPicture</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1193"/>
<location filename="../ui/mainwindow.cpp" line="1208"/>
<source>WeChatVideo</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1196"/>
<location filename="../ui/mainwindow.cpp" line="1211"/>
<source>WeChatMusic</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1199"/>
<location filename="../ui/mainwindow.cpp" line="1214"/>
<source>WeChatDocument</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1202"/>
<location filename="../ui/mainwindow.cpp" line="1426"/>
<location filename="../ui/mainwindow.cpp" line="1217"/>
<location filename="../ui/mainwindow.cpp" line="1428"/>
<source>Picture</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1205"/>
<location filename="../ui/mainwindow.cpp" line="1428"/>
<location filename="../ui/mainwindow.cpp" line="1220"/>
<location filename="../ui/mainwindow.cpp" line="1430"/>
<source>Video</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1208"/>
<location filename="../ui/mainwindow.cpp" line="1430"/>
<location filename="../ui/mainwindow.cpp" line="1223"/>
<location filename="../ui/mainwindow.cpp" line="1432"/>
<source>Music</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1211"/>
<location filename="../ui/mainwindow.cpp" line="1432"/>
<location filename="../ui/mainwindow.cpp" line="1226"/>
<location filename="../ui/mainwindow.cpp" line="1434"/>
<source>Document</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1214"/>
<location filename="../ui/mainwindow.cpp" line="1434"/>
<location filename="../ui/mainwindow.cpp" line="1229"/>
<location filename="../ui/mainwindow.cpp" line="1436"/>
<source>WeChat</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1217"/>
<location filename="../ui/mainwindow.cpp" line="1436"/>
<location filename="../ui/mainwindow.cpp" line="1232"/>
<location filename="../ui/mainwindow.cpp" line="1438"/>
<source>QQ</source>
<translation>QQ</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1464"/>
<location filename="../ui/mainwindow.cpp" line="1475"/>
<location filename="../ui/mainwindow.cpp" line="1466"/>
<location filename="../ui/mainwindow.cpp" line="1477"/>
<source>Uploaded to</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1514"/>
<location filename="../ui/mainwindow.cpp" line="1516"/>
<source>Downloaded to</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1656"/>
<location filename="../ui/mainwindow.cpp" line="1672"/>
<location filename="../ui/mainwindow.cpp" line="1620"/>
<location filename="../ui/mainwindow.cpp" line="1636"/>
<source>Request sent successfully!</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1657"/>
<location filename="../ui/mainwindow.cpp" line="1621"/>
<source>The connection request has been sent to the selected device. Please click [YES] in the opposite pop-up window</source>
<translation></translation>
</message>
@ -520,39 +497,6 @@
<translation></translation>
</message>
</context>
<context>
<name>MobileDeviceWidget</name>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="25"/>
<source>No connect mobile</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="28"/>
<source>Can share content, drag files, pictures, etc. between two screens, and work efficiently</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="56"/>
<source>Image</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="57"/>
<source>Copy the screen to the receiving end</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="63"/>
<source>File synchronization</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/mobiledevicewidget.cpp" line="65"/>
<source>Drag and drop files, pictures, etc. across the system</source>
<translation></translation>
</message>
</context>
<context>
<name>MobileFileList</name>
<message>
@ -625,54 +569,54 @@
<context>
<name>MobileFileSecondWidget</name>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="72"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="165"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="71"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="164"/>
<source>Mobile file list</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="74"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="73"/>
<source>WeChat</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="76"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="75"/>
<source>QQ</source>
<translation>QQ</translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="84"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="196"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="83"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="195"/>
<source>List Mode</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="92"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="91"/>
<source>Refresh</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="189"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="188"/>
<source>Icon Mode</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="221"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="220"/>
<source>Picture</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="226"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="225"/>
<source>Video</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="231"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="230"/>
<source>Music</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="236"/>
<location filename="../ui/classificationlist/mobilefilesecondwidget.cpp" line="235"/>
<source>Document</source>
<translation></translation>
</message>
@ -681,20 +625,20 @@
<name>MobileFileWidget</name>
<message>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="48"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="396"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="395"/>
<source>Icon Mode</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="52"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="176"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="402"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="401"/>
<source>List Mode</source>
<translation></translation>
</message>
<message>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="90"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="296"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="295"/>
<source>Mobile file list</source>
<translation></translation>
</message>
@ -705,11 +649,11 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="104"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="134"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="138"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="263"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="265"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="267"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="269"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="289"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="262"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="264"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="266"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="268"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="288"/>
<source>QQ</source>
<translation>QQ</translation>
</message>
@ -717,9 +661,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="95"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="107"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="119"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="263"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="271"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="279"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="262"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="270"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="278"/>
<source>Picture</source>
<translation></translation>
</message>
@ -727,9 +671,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="98"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="110"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="122"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="265"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="273"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="281"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="264"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="272"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="280"/>
<source>Video</source>
<translation></translation>
</message>
@ -737,9 +681,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="101"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="113"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="125"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="267"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="275"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="283"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="266"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="274"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="282"/>
<source>Music</source>
<translation></translation>
</message>
@ -747,9 +691,9 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="104"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="116"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="128"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="269"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="277"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="285"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="268"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="276"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="284"/>
<source>Document</source>
<translation></translation>
</message>
@ -760,11 +704,11 @@
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="116"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="131"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="138"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="271"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="273"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="275"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="277"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="287"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="270"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="272"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="274"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="276"/>
<location filename="../ui/classificationlist/mobilefilewidget.cpp" line="286"/>
<source>WeChat</source>
<translation></translation>
</message>
@ -777,32 +721,36 @@
<context>
<name>MobileQRcode</name>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="26"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="27"/>
<source>No network</source>
<translation></translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="54"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="55"/>
<source>Connect the mobile phone and computer to the same network,open the mobile phone app and scan the QR code.</source>
<translation>App扫描此二维码</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="57"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="58"/>
<source>Use the mobile app to scan this code</source>
<translation>使app扫描此码</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="64"/>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="65"/>
<source>No app installed? Install Now</source>
<translation>App</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="131"/>
<source>Scan this code with your mobile browser</source>
<translation>使</translation>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="134"/>
<source>view supported phone types&gt;&gt;</source>
<translation>&gt;&gt;</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="136"/>
<source>Scan this code with your mobile browser</source>
<translation type="vanished">使</translation>
</message>
<message>
<location filename="../ui/connectinterface/mobileqrcode.cpp" line="140"/>
<source>Please scan this QR code with your mobile browser to download the app</source>
<translation>使App</translation>
</message>
@ -827,40 +775,40 @@
<name>MobileStorageWidget</name>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="46"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="489"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="488"/>
<source>Icon Mode</source>
<translation></translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="50"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="129"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="309"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="494"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="554"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="308"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="493"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="553"/>
<source>List Mode</source>
<translation></translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="88"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="218"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="217"/>
<source>Mobile file list</source>
<translation></translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="89"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="225"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="224"/>
<source>Mobile storage</source>
<translation></translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="137"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="317"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="562"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="316"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="561"/>
<source>Refresh</source>
<translation></translation>
</message>
<message>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="541"/>
<location filename="../ui/storagelist/mobilestoragewidget.cpp" line="540"/>
<source>Search out %1 Results</source>
<translation>%1</translation>
</message>
@ -928,12 +876,12 @@
<context>
<name>SearchDeviceWin</name>
<message>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="49"/>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="52"/>
<source>Searching for nearby available devices...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="148"/>
<location filename="../ui/connectinterface/searchdevicewin.cpp" line="139"/>
<source>Search</source>
<translation></translation>
</message>
@ -966,39 +914,6 @@
<translation></translation>
</message>
</context>
<context>
<name>TabletDeviceWidget</name>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="26"/>
<source>No connect tablet</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="29"/>
<source>Can share content, drag files, pictures, etc. between two screens, and work efficiently</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="57"/>
<source>Image</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="59"/>
<source>Copy the computer screen to the receiving end</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="65"/>
<source>File synchronization</source>
<translation></translation>
</message>
<message>
<location filename="../ui/manager/tabletdevicewidget.cpp" line="67"/>
<source>Drag and drop files, pictures, etc. across the system</source>
<translation></translation>
</message>
</context>
<context>
<name>TimeLineView</name>
<message>
@ -1016,45 +931,45 @@
<context>
<name>Titlebar</name>
<message>
<location filename="../ui/view/titlebar.cpp" line="41"/>
<location filename="../ui/view/titlebar.cpp" line="43"/>
<source>Search</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="49"/>
<location filename="../ui/view/titlebar.cpp" line="51"/>
<source>Menu</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="54"/>
<location filename="../ui/view/titlebar.cpp" line="56"/>
<source>kylin-connectivity</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="69"/>
<location filename="../ui/view/titlebar.cpp" line="71"/>
<source>Minimize</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="87"/>
<location filename="../ui/view/titlebar.cpp" line="89"/>
<source>Close</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="162"/>
<location filename="../ui/view/titlebar.cpp" line="199"/>
<location filename="../ui/view/titlebar.cpp" line="184"/>
<location filename="../ui/view/titlebar.cpp" line="221"/>
<source>Help</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="163"/>
<location filename="../ui/view/titlebar.cpp" line="201"/>
<location filename="../ui/view/titlebar.cpp" line="185"/>
<location filename="../ui/view/titlebar.cpp" line="223"/>
<source>About</source>
<translation></translation>
</message>
<message>
<location filename="../ui/view/titlebar.cpp" line="164"/>
<location filename="../ui/view/titlebar.cpp" line="203"/>
<location filename="../ui/view/titlebar.cpp" line="186"/>
<location filename="../ui/view/titlebar.cpp" line="225"/>
<source>Quit</source>
<translation>退</translation>
</message>

View File

@ -33,14 +33,14 @@
<message>
<location filename="../multiterminal-vfs-file.cpp" line="327"/>
<source>MULT may not have started</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../multiterminal-vfs-file.cpp" line="378"/>
<location filename="../peony-vfs-multiterminal.h" line="62"/>
<location filename="../peony-vfs-multiterminal.h" line="66"/>
<source>multiterminal</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../multiterminal-vfs-file.cpp" line="461"/>
@ -50,7 +50,7 @@
<message>
<location filename="../multiterminal-vfs-register.h" line="49"/>
<source>Default multiterminal vfs of peony</source>
<translation></translation>
<translation>vfs</translation>
</message>
</context>
</TS>

View File

@ -33,14 +33,14 @@
<message>
<location filename="../multiterminal-vfs-file.cpp" line="327"/>
<source>MULT may not have started</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../multiterminal-vfs-file.cpp" line="378"/>
<location filename="../peony-vfs-multiterminal.h" line="62"/>
<location filename="../peony-vfs-multiterminal.h" line="66"/>
<source>multiterminal</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../multiterminal-vfs-file.cpp" line="461"/>
@ -50,7 +50,7 @@
<message>
<location filename="../multiterminal-vfs-register.h" line="49"/>
<source>Default multiterminal vfs of peony</source>
<translation>vfs</translation>
<translation>vfs</translation>
</message>
</context>
</TS>

View File

@ -3,6 +3,7 @@
#include <QPainter>
#include <QApplication>
#include <QDebug>
#include <QDesktopServices>
#include "generatetools.h"
QString CODE_TXT = "https://kylinos.cn/?connectip=%1&version=%2&verify=ky";
@ -128,11 +129,14 @@ void MobileQRcode::onLinkActivated(const QString url)
codeLabel->setPixmap(pixmap);
codeLabel->setAlignment(Qt::AlignCenter);
descLab1->setText(tr("Scan this code with your mobile browser"));
descLab1->setText("<a href=\"https://www.openkylin.top/assistant.html\""
"style=\"color:#3790FA;text-decoration:none\">"
+ tr("view supported phone types>>") + "</a>");
connect(descLab1, &QLabel::linkActivated, this, [=](const QString url) {
QDesktopServices::openUrl(QUrl(url));
});
descLab1->setMargin(0);
QPalette pal;
pal.setColor(QPalette::Text, QColor("#8F9399"));
descLab1->setPalette(pal);
descLab2->setText(tr("Please scan this QR code with your mobile browser to download the app"));
descLab2->setMargin(0);
descLab2->adjustSize();
@ -163,9 +167,9 @@ void MobileQRcode::onLinkActivated(const QString url)
layout->addSpacing(21);
layout->addLayout(hlayout1);
layout->addSpacing(6);
layout->addLayout(hlayout2);
layout->addSpacing(16);
layout->addLayout(hlayout3);
layout->addSpacing(16);
layout->addLayout(hlayout2);
layout->addStretch();
layout->setMargin(0);