提交 8cf6dbdf 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

Update translation

上级 6182305f
...@@ -810,7 +810,7 @@ void qtvplugin_geomarker::on_pushButton_QTV_save_clicked() ...@@ -810,7 +810,7 @@ void qtvplugin_geomarker::on_pushButton_QTV_save_clicked()
QSettings settings(ini_file(),QSettings::IniFormat); QSettings settings(ini_file(),QSettings::IniFormat);
QString strLastSaveImgDir = settings.value("history/last_save_xml_dir","./").toString(); QString strLastSaveImgDir = settings.value("history/last_save_xml_dir","./").toString();
QString newfm = QFileDialog::getSaveFileName(this,tr("save to xml"),strLastSaveImgDir, QString newfm = QFileDialog::getSaveFileName(this,tr("save to xml"),strLastSaveImgDir,
"xml (*.xml);;cmd (*.cmd);;All files(*.*)" "commands (*.xml *.cmd);;All files(*.*)"
); );
if (newfm.size()>2) if (newfm.size()>2)
{ {
...@@ -842,7 +842,7 @@ void qtvplugin_geomarker::on_pushButton_QTV_load_clicked() ...@@ -842,7 +842,7 @@ void qtvplugin_geomarker::on_pushButton_QTV_load_clicked()
QSettings settings(ini_file(),QSettings::IniFormat); QSettings settings(ini_file(),QSettings::IniFormat);
QString strLastSaveImgDir = settings.value("history/last_open_xml_dir","./").toString(); QString strLastSaveImgDir = settings.value("history/last_open_xml_dir","./").toString();
QString newfm = QFileDialog::getOpenFileName(this,tr("load from xml"),strLastSaveImgDir, QString newfm = QFileDialog::getOpenFileName(this,tr("load from xml"),strLastSaveImgDir,
"xml (*.xml);;cmd (*.cmd);;All files(*.*)" "commands (*.xml *.cmd);;All files(*.*)"
); );
if (newfm.size()>2) if (newfm.size()>2)
{ {
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
</message> </message>
<message> <message>
<source> Failed</source> <source> Failed</source>
<translation>失败</translation> <translation> 失败</translation>
</message> </message>
<message> <message>
<source>load from xml</source> <source>load from xml</source>
...@@ -436,7 +436,19 @@ ...@@ -436,7 +436,19 @@
</message> </message>
<message> <message>
<source>Accept &quot;Hover&quot; Event(Slow!)</source> <source>Accept &quot;Hover&quot; Event(Slow!)</source>
<translation type="unfinished"></translation> <translation>接收鼠标悬停事件()</translation>
</message>
<message>
<source>Auto Collapse Labels</source>
<translation>在鼠标悬停时展开详情</translation>
</message>
<message>
<source>Save CMD file</source>
<translation>保存绘图指令文件</translation>
</message>
<message>
<source>Load CMD file</source>
<translation>加载绘图指令文件</translation>
</message> </message>
</context> </context>
</TS> </TS>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册