From d3421afc72e75cc5329341582349962345224002 Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Sat, 26 Jan 2019 23:47:08 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + QtScrcpy/i18n/QtScrcpy_en.qm | Bin 1578 -> 2027 bytes QtScrcpy/i18n/QtScrcpy_en.ts | 25 ++++++++++++++++++++++++- QtScrcpy/i18n/QtScrcpy_zh.qm | Bin 1295 -> 1600 bytes QtScrcpy/i18n/QtScrcpy_zh.ts | 25 ++++++++++++++++++++++++- all.pro | 4 ++-- 6 files changed, 51 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e9f5d46..e8d49bb 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ /output/win/debug/QtScrcpy.ilk /output/win/debug/QtScrcpy.pdb /output/win/debug/QtScrcpy.exe +/output/win/release/QtScrcpy.exe diff --git a/QtScrcpy/i18n/QtScrcpy_en.qm b/QtScrcpy/i18n/QtScrcpy_en.qm index ed7808850d274d10e1ca5697eb66bf7575e5a60b..e20e8b1ff5ca6104011c47ac418c3b4388dd4736 100644 GIT binary patch delta 517 zcmaJ-Jxc>Y6r5--A0|Z5s70CuAy|loR{j8OOee8F?)G3Ixea?8lP-;gWkk|jSQ#5j zOB=yXw9wz6omixFykJc5aABFZv%Hx%@2dE|*e|DE&sI+Bxt%u$$T)fTF%6{F7w-24 z#Fv7zbWMIxc*t%6=~}UGj)`l<(RLkh4oa2X6JYM5G<+_T|18}eUXmXwHhtVYjncg; z0w^>fA>cz3BUT|ROO)vHH-gQ9C&RlOsD>22mXQdx6|$=$naeRw7ml>upS aK55Gq1_q`DnG6i9fg3;lV42*_o&W&UkrRFZ diff --git a/QtScrcpy/i18n/QtScrcpy_en.ts b/QtScrcpy/i18n/QtScrcpy_en.ts index df70b71..bc9824e 100644 --- a/QtScrcpy/i18n/QtScrcpy_en.ts +++ b/QtScrcpy/i18n/QtScrcpy_en.ts @@ -117,10 +117,33 @@ return + + VideoForm + + + wait current file transfer to complete + wait current file transfer to complete + + + + file transfer complete + file transfer complete + + + + file transfer failed + file transfer failed + + + + file does not exist + file does not exist + + videoForm - + qrc:/qml/pinwheel.qml qrc:/qml/pinwheel.qml diff --git a/QtScrcpy/i18n/QtScrcpy_zh.qm b/QtScrcpy/i18n/QtScrcpy_zh.qm index 61d13bf60f55960cad2044a60d369401521123b6..b6617d24a73bbc7078858911f37d04efa89c33da 100644 GIT binary patch delta 372 zcmeC@I>0kQgz?5i(T-3K<5#Q<3@kG_6ECnZFfcslI_5f+fq}7U&;t`f diff --git a/QtScrcpy/i18n/QtScrcpy_zh.ts b/QtScrcpy/i18n/QtScrcpy_zh.ts index 702e84b..801b707 100644 --- a/QtScrcpy/i18n/QtScrcpy_zh.ts +++ b/QtScrcpy/i18n/QtScrcpy_zh.ts @@ -117,10 +117,33 @@ 返回 + + VideoForm + + + wait current file transfer to complete + 等待当前文件传输完成 + + + + file transfer complete + 文件传输完成 + + + + file transfer failed + 文件传输失败 + + + + file does not exist + 文件不存在 + + videoForm - + qrc:/qml/pinwheel.qml qrc:/qml/pinwheel.qml diff --git a/all.pro b/all.pro index aa4e301..8e07ee8 100644 --- a/all.pro +++ b/all.pro @@ -3,5 +3,5 @@ SUBDIRS = QtScrcpy # 多语言翻译文件 TRANSLATIONS = \ - $$PWD/QtScrcpy/res/i18n/QtScrcpy_zh.ts \ - $$PWD/QtScrcpy/res/i18n/QtScrcpy_en.ts + $$PWD/QtScrcpy/i18n/QtScrcpy_zh.ts \ + $$PWD/QtScrcpy/i18n/QtScrcpy_en.ts