Add translations files of app widget.
This commit is contained in:
parent
c871929ef1
commit
a128cfb5b7
|
@ -10,6 +10,7 @@ TEMPLATE = app
|
|||
PKGCONFIG += gio-2.0 glib-2.0 gio-unix-2.0 kysdk-waylandhelper
|
||||
CONFIG += c++11 link_pkgconfig no_keywords lrelease
|
||||
LIBS += -lxapian -lgsettings-qt -lquazip5 -lX11
|
||||
LIBS += -lukui-appwidget-manager -lukui-appwidget-provider
|
||||
#LIBS += -lukui-log4qt
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
# any Qt feature that has been marked deprecated (the exact warnings
|
||||
|
@ -27,6 +28,7 @@ include(model/model.pri)
|
|||
include(xatom/xatom.pri)
|
||||
include(../3rd-parties/qtsingleapplication/qtsingleapplication.pri)
|
||||
include(view/view.pri)
|
||||
include(search-app-widget-plugin/search-app-widget-plugin.pri)
|
||||
|
||||
|
||||
SOURCES += \
|
||||
|
@ -54,20 +56,44 @@ data.files += ../data/ukui-search.desktop
|
|||
INSTALLS += data data-menu
|
||||
|
||||
RESOURCES += \
|
||||
resource.qrc
|
||||
resource.qrc \
|
||||
search-app-widget-plugin/provider/src.qrc
|
||||
|
||||
TRANSLATIONS += \
|
||||
../translations/ukui-search/zh_CN.ts \
|
||||
../translations/ukui-search/tr.ts \
|
||||
../translations/ukui-search/bo_CN.ts
|
||||
../translations/ukui-search/bo_CN.ts \
|
||||
../translations/ukui-search/appwidget/search_zh_CN.ts \
|
||||
../translations/ukui-search/appwidget/search_bo_CN.ts
|
||||
|
||||
qm_files.path = /usr/share/ukui-search/translations/
|
||||
qm_files.files = $$OUT_PWD/.qm/*.qm
|
||||
qm_files.files = $$OUT_PWD/.qm/zh_CN.qm \
|
||||
$$OUT_PWD/.qm/bo_CN.qm \
|
||||
$$OUT_PWD/.qm/tr.qm \
|
||||
|
||||
schemes.path = /usr/share/glib-2.0/schemas/
|
||||
schemes.files += ../data/org.ukui.log4qt.ukui-search.gschema.xml
|
||||
|
||||
INSTALLS += qm_files schemes
|
||||
appwidget_qm_files.files = $$OUT_PWD/.qm/search_bo_CN.qm \
|
||||
$$OUT_PWD/.qm/search_zh_CN.qm
|
||||
appwidget_qm_files.path = /usr/share/appwidget/translations/
|
||||
|
||||
qml.files += search-app-widget-plugin/provider/data/search.qml
|
||||
qml.path = /usr/share/appwidget/qml/
|
||||
|
||||
appwidgetconf.files += search-app-widget-plugin/provider/data/search.conf
|
||||
appwidgetconf.path = /usr/share/appwidget/config/
|
||||
|
||||
service.files += search-app-widget-plugin/provider/org.ukui.appwidget.provider.search.service
|
||||
service.path += /usr/share/dbus-1/services/
|
||||
|
||||
preview.files += search-app-widget-plugin/provider/data/search.png
|
||||
preview.path = /usr/share/appwidget/search/
|
||||
|
||||
svg.files += search-app-widget-plugin/provider/data/ukui-search.svg
|
||||
svg.path = /usr/share/appwidget/search/
|
||||
|
||||
INSTALLS += qm_files schemes qml appwidget_qm_files appwidgetconf service preview svg
|
||||
|
||||
LIBS += -L$$OUT_PWD/../libchinese-segmentation -lchinese-segmentation \
|
||||
-L$$OUT_PWD/../libsearch -lukui-search
|
||||
|
|
|
@ -12,3 +12,6 @@ targetCellWidth = 2
|
|||
targetCellHeight = 1
|
||||
updatePeriodMillis = 0
|
||||
describe = ukui-search app widget
|
||||
[LanguageFiles]
|
||||
zh_CN = /usr/share/appwidget/translations/search_zh_CN.qm
|
||||
bo_CN = /usr/share/appwidget/translations/search_bo_CN.qm
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
@ -112,7 +112,7 @@ AppWidget {
|
|||
// verticalAlignment: Qt.AlignVCenter;
|
||||
// font.pixelSize: 21 * scaling;
|
||||
|
||||
property string placeholderText: /*qsTr("search")*/"全局搜索"
|
||||
property string placeholderText: qsTr("search")/*"全局搜索"*/
|
||||
|
||||
Text {
|
||||
id: placeholderText
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -40,11 +40,9 @@ include(websearch/websearch.pri)
|
|||
include(searchinterface/search-interface.pri)
|
||||
include(dirwatcher/dirwatcher.pri)
|
||||
#include(mailsearch/mailsearch.pri)
|
||||
include(search-app-widget-plugin/search-app-widget-plugin.pri)
|
||||
|
||||
LIBS += -L$$OUT_PWD/../libchinese-segmentation/ -lchinese-segmentation
|
||||
LIBS += -lxapian -luchardet -lQt5Xdg -lquazip5 -ltesseract #-L/usr/local/lib/libjemalloc -ljemalloc
|
||||
LIBS += -lukui-appwidget-manager -lukui-appwidget-provider
|
||||
|
||||
SOURCES += \
|
||||
file-utils.cpp \
|
||||
|
@ -64,8 +62,7 @@ HEADERS += \
|
|||
log-utils.h
|
||||
|
||||
RESOURCES += \
|
||||
resource1.qrc \
|
||||
search-app-widget-plugin/provider/src.qrc
|
||||
resource1.qrc
|
||||
|
||||
TRANSLATIONS += \
|
||||
../translations/libukui-search/libukui-search_zh_CN.ts \
|
||||
|
@ -74,22 +71,7 @@ TRANSLATIONS += \
|
|||
qm_files.path = /usr/share/ukui-search/translations/
|
||||
qm_files.files = $$OUT_PWD/.qm/*.qm
|
||||
|
||||
qml.files += search-app-widget-plugin/provider/data/search.qml
|
||||
qml.path = /usr/share/appwidget/qml/
|
||||
|
||||
appwidgetconf.files += search-app-widget-plugin/provider/data/search.conf
|
||||
appwidgetconf.path = /usr/share/appwidget/config/
|
||||
|
||||
service.files += search-app-widget-plugin/provider/org.ukui.appwidget.provider.search.service
|
||||
service.path += /usr/share/dbus-1/services/
|
||||
|
||||
preview.files += search-app-widget-plugin/provider/data/search.png
|
||||
preview.path = /usr/share/appwidget/search/
|
||||
|
||||
svg.files += search-app-widget-plugin/provider/data/ukui-search.svg
|
||||
svg.path = /usr/share/appwidget/search/
|
||||
|
||||
INSTALLS += qml qm_files appwidgetconf service preview svg
|
||||
INSTALLS += qm_files
|
||||
|
||||
|
||||
# Default rules for deployment.
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="112"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="147"/>
|
||||
<source>Content index incomplete.</source>
|
||||
<translation>ནང་དོན་གྱི་སྟོན་གྲངས་ཆ་མི་ཚང་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-search-task.cpp" line="97"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-search-task.cpp" line="157"/>
|
||||
<source>Warning, Can not find home path.</source>
|
||||
<translation>ཁྱིམ་གྱི་དཀར་ཆག་རྙེད་ཐབས་མེད།</translation>
|
||||
</message>
|
||||
|
@ -24,42 +24,42 @@
|
|||
<context>
|
||||
<name>UkuiSearch::AppSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="11"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="231"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="31"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="245"/>
|
||||
<source>Open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="12"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="232"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="32"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="246"/>
|
||||
<source>Add Shortcut to Desktop</source>
|
||||
<translation>ཅོག་ངོས་སུ་མྱུར་འཐེབ་སྣོན་པ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="13"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="233"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="33"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="247"/>
|
||||
<source>Add Shortcut to Panel</source>
|
||||
<translation>ལས་འགན་གྱི་སྒྲོམ་ཐོག་མགྱོགས་མྱུར་གྱི་བྱེད་ཐབས་གསར་སྣོན་བྱ་དགོས</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="14"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="234"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="34"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="248"/>
|
||||
<source>Install</source>
|
||||
<translation>སྒྲིག་སྦྱོར་བྱེད་པ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="53"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="194"/>
|
||||
<source>Application Description:</source>
|
||||
<translation type="unfinished">ཉེར་སྤྱོད་གོ་རིམ་གྱི་གསལ་བཤད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="73"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="78"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="64"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="69"/>
|
||||
<source>Applications Search</source>
|
||||
<translation>ཉེར་སྤྱོད་གོ་རིམ་འཚོལ་བཤེར།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="167"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="152"/>
|
||||
<source>Application</source>
|
||||
<translation>ཉེར་སྤྱོད་བྱ་རིམ།</translation>
|
||||
</message>
|
||||
|
@ -67,12 +67,12 @@
|
|||
<context>
|
||||
<name>UkuiSearch::AppSearchTask</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="21"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="52"/>
|
||||
<source>Application</source>
|
||||
<translation type="unfinished">ཉེར་སྤྱོད་བྱ་རིམ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="26"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="57"/>
|
||||
<source>Application search.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -80,49 +80,49 @@
|
|||
<context>
|
||||
<name>UkuiSearch::DirSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="224"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="364"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="243"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="386"/>
|
||||
<source>Open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="225"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="365"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="244"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="387"/>
|
||||
<source>Open path</source>
|
||||
<translation>ཡིག་ཆའི་ཐབས་ལམ་འབྱེད་དགོས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="226"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="245"/>
|
||||
<source>Copy Path</source>
|
||||
<translation>ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="240"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="259"/>
|
||||
<source>Dir search.</source>
|
||||
<translation>ཡིག་ཆའི་དཀར་ཆག་ལ་ཞིབ་བཤེར་དང་འཚོལ་ཞིབ་</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="245"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="264"/>
|
||||
<source>Dir Search</source>
|
||||
<translation>ཡིག་ཆའི་དཀར་ཆག་ལ་ཞིབ་བཤེར་དང་འཚོལ་ཞིབ་</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="305"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="327"/>
|
||||
<source>Directory</source>
|
||||
<translation>དཀར་ཆག</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="342"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="364"/>
|
||||
<source>Path</source>
|
||||
<translation>ལམ་ཐིག</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="354"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="376"/>
|
||||
<source>Last time modified</source>
|
||||
<translation>ཐེངས་སྔ་མའི་བཟོ་བཅོས་དུས་ཚོད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="366"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="388"/>
|
||||
<source>Copy path</source>
|
||||
<translation>ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ།</translation>
|
||||
</message>
|
||||
|
@ -130,54 +130,54 @@
|
|||
<context>
|
||||
<name>UkuiSearch::FileContengSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="407"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="624"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="429"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="648"/>
|
||||
<source>Open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="408"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="625"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="430"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="649"/>
|
||||
<source>Open path</source>
|
||||
<translation>ཡིག་ཆའི་ཐབས་ལམ་འབྱེད་དགོས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="409"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="431"/>
|
||||
<source>Copy Path</source>
|
||||
<translation>ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="423"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="445"/>
|
||||
<source>File content search.</source>
|
||||
<translation>ཡིག་ཆའི་ནང་དོན་འཚོལ་ཞིབ་</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="428"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="450"/>
|
||||
<source>File content search</source>
|
||||
<translation>ཡིག་ཆའི་ནང་དོན་འཚོལ་ཞིབ་</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="486"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="511"/>
|
||||
<source>OCR</source>
|
||||
<translation>OCR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="491"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="515"/>
|
||||
<source>File</source>
|
||||
<translation>ཡིག་ཆ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="602"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="626"/>
|
||||
<source>Path</source>
|
||||
<translation>ལམ་ཐིག</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="614"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="638"/>
|
||||
<source>Last time modified</source>
|
||||
<translation>ཐེངས་སྔ་མའི་བཟོ་བཅོས་དུས་ཚོད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="626"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="650"/>
|
||||
<source>Copy path</source>
|
||||
<translation>ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ།</translation>
|
||||
</message>
|
||||
|
@ -185,13 +185,13 @@
|
|||
<context>
|
||||
<name>UkuiSearch::FileContentSearchTask</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="40"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="65"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="62"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="87"/>
|
||||
<source>File Content</source>
|
||||
<translation>ཡིག་ཆའི་ནང་དོན།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="45"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="67"/>
|
||||
<source>File Content Search</source>
|
||||
<translation>ཡིག་ཆའི་ནང་དོན་འཚོལ་ཞིབ་</translation>
|
||||
</message>
|
||||
|
@ -199,61 +199,61 @@
|
|||
<context>
|
||||
<name>UkuiSearch::FileSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="14"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="164"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="34"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="184"/>
|
||||
<source>Open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="15"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="165"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="35"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="185"/>
|
||||
<source>Open path</source>
|
||||
<translation>ཡིག་ཆའི་ཐབས་ལམ་འབྱེད་དགོས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="16"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="36"/>
|
||||
<source>Copy Path</source>
|
||||
<translation>ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="30"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="50"/>
|
||||
<source>File search.</source>
|
||||
<translation>ཡིག་ཆ་འཚོལ་བཤེར།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="35"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="55"/>
|
||||
<source>File Search</source>
|
||||
<translation>ཡིག་ཆ་འཚོལ་བཤེར།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="77"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="189"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="97"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="208"/>
|
||||
<source>Yes</source>
|
||||
<translation>རེད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="79"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="191"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="99"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="210"/>
|
||||
<source>Can not get a default application for opening %1.</source>
|
||||
<translation>བཀོལ་སྤྱོད་ཀྱི་གོ་རིམ་མེད་ན་ཁ་ཕྱེ་ཆོག།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="105"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="125"/>
|
||||
<source>File</source>
|
||||
<translation>ཡིག་ཆ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="142"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="162"/>
|
||||
<source>Path</source>
|
||||
<translation>ལམ་ཐིག</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="154"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="174"/>
|
||||
<source>Last time modified</source>
|
||||
<translation>ཐེངས་སྔ་མའི་བཟོ་བཅོས་དུས་ཚོད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="166"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="186"/>
|
||||
<source>Copy path</source>
|
||||
<translation>ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ།</translation>
|
||||
</message>
|
||||
|
@ -261,55 +261,45 @@
|
|||
<context>
|
||||
<name>UkuiSearch::MailSearch</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="337"/>
|
||||
<source>From</source>
|
||||
<translation>དེ་ནས་ཡོང་བ་ཡིན།</translation>
|
||||
<translation type="vanished">དེ་ནས་ཡོང་བ་ཡིན།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="338"/>
|
||||
<source>Time</source>
|
||||
<translation>དུས་ཚོད།</translation>
|
||||
<translation type="vanished">དུས་ཚོད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="339"/>
|
||||
<source>To</source>
|
||||
<translation>དམིགས་ཡུལ་ས་གནས།</translation>
|
||||
<translation type="vanished">དམིགས་ཡུལ་ས་གནས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="340"/>
|
||||
<source>Cc</source>
|
||||
<translation>Cc</translation>
|
||||
<translation type="vanished">Cc</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::MailSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="28"/>
|
||||
<source>open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
<translation type="vanished">སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="37"/>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="42"/>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="47"/>
|
||||
<source>Mail Search</source>
|
||||
<translation>སྦྲག་རྫས་འཚོལ་བཤེར།</translation>
|
||||
<translation type="vanished">སྦྲག་རྫས་འཚོལ་བཤེར།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="94"/>
|
||||
<source>Mail</source>
|
||||
<translation>སྦྲག་རྫས།</translation>
|
||||
<translation type="vanished">སྦྲག་རྫས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="231"/>
|
||||
<source>Open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
<translation type="vanished">སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::NoteSearch</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="216"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="239"/>
|
||||
<source>Note Description:</source>
|
||||
<translation>སྟབས་བདེ་བྱང་བུ།ནང་དོན།</translation>
|
||||
</message>
|
||||
|
@ -317,24 +307,24 @@
|
|||
<context>
|
||||
<name>UkuiSearch::NoteSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="12"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="154"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="33"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="177"/>
|
||||
<source>Open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="26"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="47"/>
|
||||
<source>Note Search.</source>
|
||||
<translation>སྟབས་བདེ་བྱང་བུ།འཚོལ་ཞིབ་བྱེད་པ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="31"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="132"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="52"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="155"/>
|
||||
<source>Note Search</source>
|
||||
<translation>སྟབས་བདེ་བྱང་བུ།འཚོལ་ཞིབ་བྱེད་པ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="106"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="129"/>
|
||||
<source>Application</source>
|
||||
<translation>ཉེར་སྤྱོད་བྱ་རིམ།</translation>
|
||||
</message>
|
||||
|
@ -353,48 +343,97 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::SearchTaskPluginManager</name>
|
||||
<name>UkuiSearch::SearchResultPropertyInfo</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="68"/>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="82"/>
|
||||
<source>plugin type: %1, is disabled!</source>
|
||||
<translation>ནུས་པ་སྒོ་བརྒྱབ་ཡོད།</translation>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="26"/>
|
||||
<source>file path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="32"/>
|
||||
<source>file name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="38"/>
|
||||
<source>file icon name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="44"/>
|
||||
<source>modified time</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="50"/>
|
||||
<source>application desktop file path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="56"/>
|
||||
<source>application local name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="62"/>
|
||||
<source>application icon name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="68"/>
|
||||
<source>application description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="74"/>
|
||||
<source>is online application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="80"/>
|
||||
<source>application package name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::SearchTaskPluginManager</name>
|
||||
<message>
|
||||
<source>plugin type: %1, is disabled!</source>
|
||||
<translation type="vanished">ནུས་པ་སྒོ་བརྒྱབ་ཡོད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="74"/>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="87"/>
|
||||
<source>plugin type: %1, is not registered!</source>
|
||||
<translation>ནུས་པ་ཐོ་འགོད་བྱས་མེད་པ།</translation>
|
||||
<translation type="vanished">ནུས་པ་ཐོ་འགོད་བྱས་མེད་པ།</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::SettingsSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="17"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="155"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="19"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="158"/>
|
||||
<source>Open</source>
|
||||
<translation>སྒོ་ཕྱེ་བ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="32"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="34"/>
|
||||
<source>Settings search.</source>
|
||||
<translation>སྒྲིག་བཀོད་འཚོལ་བཤེར་བྱ་དགོས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="37"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="39"/>
|
||||
<source>Settings Search</source>
|
||||
<translation>སྒྲིག་བཀོད་འཚོལ་བཤེར་བྱ་དགོས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="144"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="147"/>
|
||||
<source>Settings</source>
|
||||
<translation>སྒྲིག་བཀོད།</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::UkuiSearchTaskPrivate</name>
|
||||
<name>UkuiSearch::UkuiSearchTask</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/ukui-search-task.cpp" line="92"/>
|
||||
<location filename="../../libsearch/searchinterface/ukui-search-task.cpp" line="102"/>
|
||||
<source>Current task uuid error or an unregistered plugin is used!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -402,14 +441,14 @@
|
|||
<context>
|
||||
<name>UkuiSearch::WebSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="11"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="139"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="28"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="158"/>
|
||||
<source>Start browser search</source>
|
||||
<translation>དྲ་ངོས་ནས་འཚོལ་ཞིབ་བྱེད་འགོ་འཛུགས་དགོས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="23"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="28"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="40"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="45"/>
|
||||
<source>Web Page</source>
|
||||
<translation>དྲ་ངོས།</translation>
|
||||
</message>
|
||||
|
@ -417,7 +456,7 @@
|
|||
<context>
|
||||
<name>search</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/search-app-widget-plugin/provider/data/search.qml" line="89"/>
|
||||
<location filename="../../libsearch/search-app-widget-plugin/provider/data/search.qml" line="115"/>
|
||||
<source>search</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="112"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="147"/>
|
||||
<source>Content index incomplete.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-search-task.cpp" line="97"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-search-task.cpp" line="157"/>
|
||||
<source>Warning, Can not find home path.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -31,42 +31,42 @@
|
|||
<context>
|
||||
<name>UkuiSearch::AppSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="11"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="231"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="31"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="245"/>
|
||||
<source>Open</source>
|
||||
<translation>打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="12"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="232"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="32"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="246"/>
|
||||
<source>Add Shortcut to Desktop</source>
|
||||
<translation>添加到桌面快捷方式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="13"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="233"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="33"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="247"/>
|
||||
<source>Add Shortcut to Panel</source>
|
||||
<translation>添加到任务栏快捷方式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="14"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="234"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="34"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="248"/>
|
||||
<source>Install</source>
|
||||
<translation>安装</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="73"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="78"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="64"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="69"/>
|
||||
<source>Applications Search</source>
|
||||
<translation>应用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="167"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="152"/>
|
||||
<source>Application</source>
|
||||
<translation>应用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="53"/>
|
||||
<location filename="../../libsearch/appsearch/app-search-plugin.cpp" line="194"/>
|
||||
<source>Application Description:</source>
|
||||
<translation>应用描述:</translation>
|
||||
</message>
|
||||
|
@ -74,12 +74,12 @@
|
|||
<context>
|
||||
<name>UkuiSearch::AppSearchTask</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="21"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="52"/>
|
||||
<source>Application</source>
|
||||
<translation>应用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="26"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/app-search-task.cpp" line="57"/>
|
||||
<source>Application search.</source>
|
||||
<translation>应用搜索</translation>
|
||||
</message>
|
||||
|
@ -87,34 +87,34 @@
|
|||
<context>
|
||||
<name>UkuiSearch::DirSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="224"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="364"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="243"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="386"/>
|
||||
<source>Open</source>
|
||||
<translation>打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="225"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="365"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="244"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="387"/>
|
||||
<source>Open path</source>
|
||||
<translation>打开文件所在路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="226"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="245"/>
|
||||
<source>Copy Path</source>
|
||||
<translation>复制文件路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="245"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="264"/>
|
||||
<source>Dir Search</source>
|
||||
<translation>目录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="305"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="327"/>
|
||||
<source>Directory</source>
|
||||
<translation>目录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="240"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="259"/>
|
||||
<source>Dir search.</source>
|
||||
<translation>目录搜索。</translation>
|
||||
</message>
|
||||
|
@ -123,17 +123,17 @@
|
|||
<translation type="vanished">目录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="342"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="364"/>
|
||||
<source>Path</source>
|
||||
<translation>路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="354"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="376"/>
|
||||
<source>Last time modified</source>
|
||||
<translation>上次修改时间</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="366"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="388"/>
|
||||
<source>Copy path</source>
|
||||
<translation>复制路径</translation>
|
||||
</message>
|
||||
|
@ -141,19 +141,19 @@
|
|||
<context>
|
||||
<name>UkuiSearch::FileContengSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="407"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="624"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="429"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="648"/>
|
||||
<source>Open</source>
|
||||
<translation>打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="408"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="625"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="430"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="649"/>
|
||||
<source>Open path</source>
|
||||
<translation>打开文件所在路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="409"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="431"/>
|
||||
<source>Copy Path</source>
|
||||
<translation>复制文件路径</translation>
|
||||
</message>
|
||||
|
@ -162,37 +162,37 @@
|
|||
<translation type="vanished">文本内容搜索</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="423"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="445"/>
|
||||
<source>File content search.</source>
|
||||
<translation>文本内容搜索。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="428"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="450"/>
|
||||
<source>File content search</source>
|
||||
<translation>文本内容</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="486"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="511"/>
|
||||
<source>OCR</source>
|
||||
<translation>OCR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="491"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="515"/>
|
||||
<source>File</source>
|
||||
<translation>文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="602"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="626"/>
|
||||
<source>Path</source>
|
||||
<translation>路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="614"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="638"/>
|
||||
<source>Last time modified</source>
|
||||
<translation>上次修改时间</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="626"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="650"/>
|
||||
<source>Copy path</source>
|
||||
<translation>复制路径</translation>
|
||||
</message>
|
||||
|
@ -200,13 +200,13 @@
|
|||
<context>
|
||||
<name>UkuiSearch::FileContentSearchTask</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="40"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="65"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="62"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="87"/>
|
||||
<source>File Content</source>
|
||||
<translation>文本内容</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="45"/>
|
||||
<location filename="../../libsearch/searchinterface/searchtasks/file-content-search-task.cpp" line="67"/>
|
||||
<source>File Content Search</source>
|
||||
<translation>文本内容搜索</translation>
|
||||
</message>
|
||||
|
@ -214,61 +214,61 @@
|
|||
<context>
|
||||
<name>UkuiSearch::FileSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="14"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="164"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="34"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="184"/>
|
||||
<source>Open</source>
|
||||
<translation>打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="15"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="165"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="35"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="185"/>
|
||||
<source>Open path</source>
|
||||
<translation>打开文件所在路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="16"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="36"/>
|
||||
<source>Copy Path</source>
|
||||
<translation>复制文件路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="35"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="55"/>
|
||||
<source>File Search</source>
|
||||
<translation>文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="30"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="50"/>
|
||||
<source>File search.</source>
|
||||
<translation>文件搜索。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="77"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="189"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="97"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="208"/>
|
||||
<source>Yes</source>
|
||||
<translation>确定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="79"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="191"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="99"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="210"/>
|
||||
<source>Can not get a default application for opening %1.</source>
|
||||
<translation>没有找到默认打开%1的应用。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="105"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="125"/>
|
||||
<source>File</source>
|
||||
<translation>文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="142"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="162"/>
|
||||
<source>Path</source>
|
||||
<translation>路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="154"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="174"/>
|
||||
<source>Last time modified</source>
|
||||
<translation>上次修改时间</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="166"/>
|
||||
<location filename="../../libsearch/index/file-search-plugin.cpp" line="186"/>
|
||||
<source>Copy path</source>
|
||||
<translation>复制路径</translation>
|
||||
</message>
|
||||
|
@ -276,55 +276,45 @@
|
|||
<context>
|
||||
<name>UkuiSearch::MailSearch</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="337"/>
|
||||
<source>From</source>
|
||||
<translation>发件人</translation>
|
||||
<translation type="vanished">发件人</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="338"/>
|
||||
<source>Time</source>
|
||||
<translation>时间</translation>
|
||||
<translation type="vanished">时间</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="339"/>
|
||||
<source>To</source>
|
||||
<translation>收件人</translation>
|
||||
<translation type="vanished">收件人</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="340"/>
|
||||
<source>Cc</source>
|
||||
<translation>抄送人</translation>
|
||||
<translation type="vanished">抄送人</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::MailSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="28"/>
|
||||
<source>open</source>
|
||||
<translation>打开</translation>
|
||||
<translation type="vanished">打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="37"/>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="42"/>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="47"/>
|
||||
<source>Mail Search</source>
|
||||
<translation>邮件搜索</translation>
|
||||
<translation type="vanished">邮件搜索</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="94"/>
|
||||
<source>Mail</source>
|
||||
<translation>邮件</translation>
|
||||
<translation type="vanished">邮件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/mailsearch/mail-search-plugin.cpp" line="231"/>
|
||||
<source>Open</source>
|
||||
<translation>打开</translation>
|
||||
<translation type="vanished">打开</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::NoteSearch</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="216"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="239"/>
|
||||
<source>Note Description:</source>
|
||||
<translatorcomment>便签内容:</translatorcomment>
|
||||
<translation>便签内容:</translation>
|
||||
|
@ -333,27 +323,27 @@
|
|||
<context>
|
||||
<name>UkuiSearch::NoteSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="12"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="154"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="33"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="177"/>
|
||||
<source>Open</source>
|
||||
<translatorcomment>打开</translatorcomment>
|
||||
<translation>打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="31"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="132"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="52"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="155"/>
|
||||
<source>Note Search</source>
|
||||
<translatorcomment>便签</translatorcomment>
|
||||
<translation>便签</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="26"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="47"/>
|
||||
<source>Note Search.</source>
|
||||
<translatorcomment>便签.</translatorcomment>
|
||||
<translation>便签.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="106"/>
|
||||
<location filename="../../libsearch/notesearch/note-search-plugin.cpp" line="129"/>
|
||||
<source>Application</source>
|
||||
<translatorcomment>应用</translatorcomment>
|
||||
<translation>应用</translation>
|
||||
|
@ -373,48 +363,86 @@
|
|||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::SearchTaskPluginManager</name>
|
||||
<name>UkuiSearch::SearchResultPropertyInfo</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="68"/>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="82"/>
|
||||
<source>plugin type: %1, is disabled!</source>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="26"/>
|
||||
<source>file path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="74"/>
|
||||
<location filename="../../libsearch/pluginmanage/search-task-plugin-manager.cpp" line="87"/>
|
||||
<source>plugin type: %1, is not registered!</source>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="32"/>
|
||||
<source>file name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="38"/>
|
||||
<source>file icon name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="44"/>
|
||||
<source>modified time</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="50"/>
|
||||
<source>application desktop file path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="56"/>
|
||||
<source>application local name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="62"/>
|
||||
<source>application icon name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="68"/>
|
||||
<source>application description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="74"/>
|
||||
<source>is online application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/search-result-property-info.cpp" line="80"/>
|
||||
<source>application package name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::SettingsSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="17"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="155"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="19"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="158"/>
|
||||
<source>Open</source>
|
||||
<translation>打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="37"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="39"/>
|
||||
<source>Settings Search</source>
|
||||
<translation>配置项</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="32"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="34"/>
|
||||
<source>Settings search.</source>
|
||||
<translation>配置项搜索。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="144"/>
|
||||
<location filename="../../libsearch/settingsearch/settings-search-plugin.cpp" line="147"/>
|
||||
<source>Settings</source>
|
||||
<translation>设置项</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>UkuiSearch::UkuiSearchTaskPrivate</name>
|
||||
<name>UkuiSearch::UkuiSearchTask</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/searchinterface/ukui-search-task.cpp" line="92"/>
|
||||
<location filename="../../libsearch/searchinterface/ukui-search-task.cpp" line="102"/>
|
||||
<source>Current task uuid error or an unregistered plugin is used!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -422,14 +450,14 @@
|
|||
<context>
|
||||
<name>UkuiSearch::WebSearchPlugin</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="11"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="139"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="28"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="158"/>
|
||||
<source>Start browser search</source>
|
||||
<translation>启动浏览器搜索</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="23"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="28"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="40"/>
|
||||
<location filename="../../libsearch/websearch/web-search-plugin.cpp" line="45"/>
|
||||
<source>Web Page</source>
|
||||
<translation>网页</translation>
|
||||
</message>
|
||||
|
@ -437,7 +465,7 @@
|
|||
<context>
|
||||
<name>search</name>
|
||||
<message>
|
||||
<location filename="../../libsearch/search-app-widget-plugin/provider/data/search.qml" line="89"/>
|
||||
<location filename="../../libsearch/search-app-widget-plugin/provider/data/search.qml" line="115"/>
|
||||
<source>search</source>
|
||||
<translatorcomment>全局搜索</translatorcomment>
|
||||
<translation>全局搜索</translation>
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="bo_CN">
|
||||
<context>
|
||||
<name>search</name>
|
||||
<message>
|
||||
<location filename="../../../libsearch/search-app-widget-plugin/provider/data/search.qml" line="115"/>
|
||||
<source>search</source>
|
||||
<translation>འཚོལ་བཤེར།</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="zh_CN">
|
||||
<context>
|
||||
<name>search</name>
|
||||
<message>
|
||||
<source>search</source>
|
||||
<translation>全局搜索</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in New Issue