mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
update:更新翻译
This commit is contained in:
parent
131340dc02
commit
d3421afc72
6 changed files with 51 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -131,3 +131,4 @@
|
|||
/output/win/debug/QtScrcpy.ilk
|
||||
/output/win/debug/QtScrcpy.pdb
|
||||
/output/win/debug/QtScrcpy.exe
|
||||
/output/win/release/QtScrcpy.exe
|
||||
|
|
Binary file not shown.
|
@ -117,10 +117,33 @@
|
|||
<translation>return</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>VideoForm</name>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="90"/>
|
||||
<source>wait current file transfer to complete</source>
|
||||
<translation>wait current file transfer to complete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="93"/>
|
||||
<source>file transfer complete</source>
|
||||
<translation>file transfer complete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="96"/>
|
||||
<source>file transfer failed</source>
|
||||
<translation>file transfer failed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="418"/>
|
||||
<source>file does not exist</source>
|
||||
<translation>file does not exist</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>videoForm</name>
|
||||
<message>
|
||||
<location filename="../videoform.ui" line="75"/>
|
||||
<location filename="../videoform.ui" line="78"/>
|
||||
<source>qrc:/qml/pinwheel.qml</source>
|
||||
<translation>qrc:/qml/pinwheel.qml</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -117,10 +117,33 @@
|
|||
<translation>返回</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>VideoForm</name>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="90"/>
|
||||
<source>wait current file transfer to complete</source>
|
||||
<translation>等待当前文件传输完成</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="93"/>
|
||||
<source>file transfer complete</source>
|
||||
<translation>文件传输完成</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="96"/>
|
||||
<source>file transfer failed</source>
|
||||
<translation>文件传输失败</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../videoform.cpp" line="418"/>
|
||||
<source>file does not exist</source>
|
||||
<translation>文件不存在</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>videoForm</name>
|
||||
<message>
|
||||
<location filename="../videoform.ui" line="75"/>
|
||||
<location filename="../videoform.ui" line="78"/>
|
||||
<source>qrc:/qml/pinwheel.qml</source>
|
||||
<translation>qrc:/qml/pinwheel.qml</translation>
|
||||
</message>
|
||||
|
|
4
all.pro
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue