文字组织修改
This commit is contained in:
parent
ff90ddfc3c
commit
89194d2daf
|
@ -1101,7 +1101,7 @@ void GhostImage::initLastWidget()
|
|||
bigTitle->setDeplayText(tr("Ghost image creation is successful"));
|
||||
QString imgPath = m_prefixDestPath + GHOST_PATH;
|
||||
imgPath.replace("//", "/");
|
||||
labelError1->setDeplayText(tr("You can view it in the directory : ") + imgPath);
|
||||
labelError1->setDeplayText(tr("You can view it in the directory : %1").arg(imgPath));
|
||||
|
||||
dot1->setVisible(true);
|
||||
dot2->setVisible(false);
|
||||
|
|
|
@ -633,7 +633,7 @@
|
|||
<message>
|
||||
<location filename="module/datarestore.cpp" line="937"/>
|
||||
<source>Successfully restoring the data</source>
|
||||
<translation>数据还原成功</translation>
|
||||
<translation>还原成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="module/datarestore.cpp" line="945"/>
|
||||
|
@ -643,7 +643,7 @@
|
|||
<message>
|
||||
<location filename="module/datarestore.cpp" line="958"/>
|
||||
<source>Restoring the data failed</source>
|
||||
<translation>数据还原失败</translation>
|
||||
<translation>还原失败</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1010,17 +1010,17 @@
|
|||
<message>
|
||||
<location filename="module/ghostimage.cpp" line="1101"/>
|
||||
<source>Ghost image creation is successful</source>
|
||||
<translation>Ghost镜像创建成功</translation>
|
||||
<translation>创建成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="module/ghostimage.cpp" line="1104"/>
|
||||
<source>You can view it in the directory : </source>
|
||||
<translation>可以在后面目录中查看:</translation>
|
||||
<source>You can view it in the directory : %1</source>
|
||||
<translation>您可以在“%1”目录下查看</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="module/ghostimage.cpp" line="1118"/>
|
||||
<source>Ghost image creation is failed</source>
|
||||
<translation>Ghost镜像创建失败</translation>
|
||||
<translation>创建失败</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
Loading…
Reference in New Issue