fix(frontend):modify the english text of create-index-ask-dialog.
This commit is contained in:
parent
c7ea00df96
commit
8ac7aa1228
|
@ -93,7 +93,7 @@ void CreateIndexAskDialog::initUi() {
|
|||
m_contentLyt->setContentsMargins(CONTENT_MARGINS);
|
||||
|
||||
m_tipLabel = new QLabel(m_contentFrame);
|
||||
m_tipLabel->setText(tr("Creating index can help you getting results quickly, whether to create or not?"));
|
||||
m_tipLabel->setText(tr("Creating index can help you get results more quickly. Would you like to create one?"));
|
||||
m_tipLabel->setWordWrap(true);
|
||||
m_tipLabel->setAlignment(Qt::AlignVCenter);
|
||||
m_tipLabel->setMinimumHeight(TIP_LABEL_HEIGHT);
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../frontend/control/create-index-ask-dialog.cpp" line="96"/>
|
||||
<source>Creating index can help you getting results quickly, whether to create or not?</source>
|
||||
<source>Creating index can help you get results more quickly. Would you like to create one?</source>
|
||||
<translation>དཀར་ཆག་གསར་བཟོ་བྱས་ཚེ་འཚོལ་བྱ་མྱུར་དུ་རྙེད་ཐུབ། གསར་བཟོ་བྱའམ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../frontend/control/create-index-ask-dialog.cpp" line="96"/>
|
||||
<source>Creating index can help you getting results quickly, whether to create or not?</source>
|
||||
<source>Creating index can help you get results more quickly. Would you like to create one?</source>
|
||||
<translation>ᠬᠡᠯᠬᠢᠶᠡᠰᠦ ᠪᠠᠢᠭᠤᠯᠵᠤ ᠬᠠᠢᠯᠲᠠᠶᠢᠨ ᠦᠷᠡ ᠳ᠋ᠦᠩᠢ ᠬᠤᠷᠳᠤᠨ ᠤᠯᠵᠤ ᠪᠤᠯᠤᠨᠠ ᠂ ᠪᠠᠢᠭᠤᠯᠬᠤ ᠤᠤ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -313,7 +313,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../frontend/control/create-index-ask-dialog.cpp" line="96"/>
|
||||
<source>Creating index can help you getting results quickly, whether to create or not?</source>
|
||||
<source>Creating index can help you get results more quickly. Would you like to create one?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../frontend/control/create-index-ask-dialog.cpp" line="96"/>
|
||||
<source>Creating index can help you getting results quickly, whether to create or not?</source>
|
||||
<source>Creating index can help you get results more quickly. Would you like to create one?</source>
|
||||
<translation>创建索引可以快速获取搜索结果,是否创建?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Reference in New Issue