Skip to content

Commit

Permalink
feat: aad quickmirror
Browse files Browse the repository at this point in the history
  • Loading branch information
barry committed Feb 25, 2024
1 parent e67ae04 commit 99a8210
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions QtScrcpy/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ int main(int argc, char *argv[])
"following address:");
qInfo() << QString("QtScrcpy %1 <https://github.com/barry-ran/QtScrcpy>").arg(QCoreApplication::applicationVersion());

qInfo() << QObject::tr("If you need more professional screen projection control software, you can try the following software:");
qInfo() << QString(QObject::tr("QuickMirror") + " <https://lrbnfell4p.feishu.cn/docx/QRMhd9nImorAGgxVLlmczxSdnYf>");

int ret = a.exec();
delete g_mainDlg;

Expand Down
Binary file modified QtScrcpy/res/i18n/en_US.qm
Binary file not shown.
8 changes: 8 additions & 0 deletions QtScrcpy/res/i18n/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
<source>This software is completely open source and free. Use it at your own risk. You can download it at the following address:</source>
<translation>This software is completely open source and free. Use it at your own risk. You can download it at the following address:</translation>
</message>
<message>
<source>If you need more professional screen projection control software, you can try the following software:</source>
<translation>If you need more professional screen projection control software, you can try the following software:</translation>
</message>
<message>
<source>QuickMirror</source>
<translation>QuickMirror</translation>
</message>
</context>
<context>
<name>ToolForm</name>
Expand Down
Binary file modified QtScrcpy/res/i18n/zh_CN.qm
Binary file not shown.
8 changes: 8 additions & 0 deletions QtScrcpy/res/i18n/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
<source>This software is completely open source and free. Use it at your own risk. You can download it at the following address:</source>
<translation>本软件完全开源免费,作者不对使用该软件产生的一切后果负责。你可以在以下地址下载:</translation>
</message>
<message>
<source>If you need more professional screen projection control software, you can try the following software:</source>
<translation>如果你需要更加专业的投屏控制软件,可以尝试作者开发的商业版:</translation>
</message>
<message>
<source>QuickMirror</source>
<translation>极限投屏</translation>
</message>
</context>
<context>
<name>ToolForm</name>
Expand Down

0 comments on commit 99a8210

Please sign in to comment.