From 8cf6dbdf727d8f9bd25681f5e323f625d0faf17b Mon Sep 17 00:00:00 2001 From: goldenhawking Date: Fri, 19 Jan 2018 21:39:43 +0800 Subject: [PATCH] Update translation --- .../qtvplugin_geomarker_uimethods.cpp | 4 ++-- qtvplugin_geomarker/qtvplugin_geomarker_zh_CN.ts | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/qtvplugin_geomarker/qtvplugin_geomarker_uimethods.cpp b/qtvplugin_geomarker/qtvplugin_geomarker_uimethods.cpp index abf5570..d5cfeef 100644 --- a/qtvplugin_geomarker/qtvplugin_geomarker_uimethods.cpp +++ b/qtvplugin_geomarker/qtvplugin_geomarker_uimethods.cpp @@ -810,7 +810,7 @@ void qtvplugin_geomarker::on_pushButton_QTV_save_clicked() QSettings settings(ini_file(),QSettings::IniFormat); QString strLastSaveImgDir = settings.value("history/last_save_xml_dir","./").toString(); 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) { @@ -842,7 +842,7 @@ void qtvplugin_geomarker::on_pushButton_QTV_load_clicked() QSettings settings(ini_file(),QSettings::IniFormat); QString strLastSaveImgDir = settings.value("history/last_open_xml_dir","./").toString(); 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) { diff --git a/qtvplugin_geomarker/qtvplugin_geomarker_zh_CN.ts b/qtvplugin_geomarker/qtvplugin_geomarker_zh_CN.ts index 3cd9bc8..0a0ef14 100644 --- a/qtvplugin_geomarker/qtvplugin_geomarker_zh_CN.ts +++ b/qtvplugin_geomarker/qtvplugin_geomarker_zh_CN.ts @@ -256,7 +256,7 @@ Failed - 失败 + 失败 load from xml @@ -436,7 +436,19 @@ Accept "Hover" Event(Slow!) - + 接收鼠标悬停事件(慢) + + + Auto Collapse Labels + 在鼠标悬停时展开详情 + + + Save CMD file + 保存绘图指令文件 + + + Load CMD file + 加载绘图指令文件 -- GitLab