From 2bf861e7cf40be4e22954b88e4cdb9065f774b5c Mon Sep 17 00:00:00 2001 From: liuminghang Date: Thu, 9 Sep 2021 13:57:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0ocr=E7=9A=84=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description: 更新ocr的翻译 Log: 更新ocr的翻译 Change-Id: If1d498642ab8d1bee3f0c8f9a36e1743eabb5eea --- src/mainwidget.cpp | 4 +-- src/resulttextview.cpp | 2 +- translations/deepin-ocr.ts | 12 +------ translations/deepin-ocr_ar.ts | 12 ++----- translations/deepin-ocr_bo.ts | 12 ++----- translations/deepin-ocr_br.ts | 12 ++----- translations/deepin-ocr_ca.ts | 12 ++----- translations/deepin-ocr_cs.ts | 12 ++----- translations/deepin-ocr_da.ts | 12 ++----- translations/deepin-ocr_de.ts | 12 ++----- translations/deepin-ocr_el.ts | 12 +------ translations/deepin-ocr_en_US.ts | 12 ++----- translations/deepin-ocr_es.ts | 12 ++----- translations/deepin-ocr_es_419.ts | 12 +------ translations/deepin-ocr_fa.ts | 12 +------ translations/deepin-ocr_fi.ts | 12 ++----- translations/deepin-ocr_fr.ts | 12 ++----- translations/deepin-ocr_gl_ES.ts | 12 ++----- translations/deepin-ocr_he.ts | 12 +------ translations/deepin-ocr_hi_IN.ts | 12 +------ translations/deepin-ocr_hr.ts | 12 +------ translations/deepin-ocr_hu.ts | 58 ++++++++++++++++--------------- translations/deepin-ocr_id.ts | 12 +------ translations/deepin-ocr_it.ts | 12 ++----- translations/deepin-ocr_ja.ts | 12 +------ translations/deepin-ocr_ko.ts | 12 ++----- translations/deepin-ocr_lt.ts | 12 +------ translations/deepin-ocr_ms.ts | 12 ++----- translations/deepin-ocr_ne.ts | 12 +------ translations/deepin-ocr_nl.ts | 12 ++----- translations/deepin-ocr_pl.ts | 12 ++----- translations/deepin-ocr_pt.ts | 12 ++----- translations/deepin-ocr_pt_BR.ts | 12 ++----- translations/deepin-ocr_ru.ts | 12 ++----- translations/deepin-ocr_sk.ts | 12 +------ translations/deepin-ocr_sl.ts | 12 +------ translations/deepin-ocr_sq.ts | 12 ++----- translations/deepin-ocr_sr.ts | 12 ++----- translations/deepin-ocr_tr.ts | 12 ++----- translations/deepin-ocr_ug.ts | 12 ++----- translations/deepin-ocr_uk.ts | 12 ++----- translations/deepin-ocr_zh_CN.ts | 41 +++++++++++----------- translations/deepin-ocr_zh_HK.ts | 44 ++++++++++++----------- translations/deepin-ocr_zh_TW.ts | 48 +++++++++++++------------ 44 files changed, 165 insertions(+), 488 deletions(-) diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp index 7a14946..29f6d93 100644 --- a/src/mainwidget.cpp +++ b/src/mainwidget.cpp @@ -258,7 +258,7 @@ void MainWidget::setupConnect() void MainWidget::retranslateUi(QWidget *Widget) { - Widget->setWindowTitle(QApplication::translate("Widget", "Widget", nullptr)); +// Widget->setWindowTitle("Widget"); m_tiplabel->setText(QApplication::translate("Widget", "Tips: The clearer the image is, the more accurate the text is", nullptr)); // m_copyBtn->setText(QApplication::translate("Widget", "Copy", nullptr)); // m_exportBtn->setText(QApplication::translate("Widget", "Export", nullptr)); @@ -535,7 +535,7 @@ void MainWidget::slotExport() if (!m_imgName.isEmpty()) { fileName = QFileInfo(m_imgName).completeBaseName(); } else { - fileName = tr("Results"); + fileName = "Results"; } QString file_path = QFileDialog::getSaveFileName(this, "save as", download + "/" + fileName, "*.txt"); diff --git a/src/resulttextview.cpp b/src/resulttextview.cpp index 953c9a3..70c9d63 100644 --- a/src/resulttextview.cpp +++ b/src/resulttextview.cpp @@ -17,7 +17,7 @@ ResultTextView::ResultTextView(QWidget *parent) m_actCut->setText(tr("Cut")); m_actSelectAll = new QAction(this); - m_actSelectAll->setText(tr("SelectAll")); + m_actSelectAll->setText(tr("Select All")); m_actPaste = new QAction(this); m_actPaste->setText(tr("Paste")); diff --git a/translations/deepin-ocr.ts b/translations/deepin-ocr.ts index a8e2305..553a110 100644 --- a/translations/deepin-ocr.ts +++ b/translations/deepin-ocr.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ar.ts b/translations/deepin-ocr_ar.ts index da32ecc..5a4423b 100644 --- a/translations/deepin-ocr_ar.ts +++ b/translations/deepin-ocr_ar.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_bo.ts b/translations/deepin-ocr_bo.ts index 08864be..a39f128 100644 --- a/translations/deepin-ocr_bo.ts +++ b/translations/deepin-ocr_bo.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_br.ts b/translations/deepin-ocr_br.ts index 4ba629b..0cee3d5 100644 --- a/translations/deepin-ocr_br.ts +++ b/translations/deepin-ocr_br.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ca.ts b/translations/deepin-ocr_ca.ts index e3d549f..01c08ca 100644 --- a/translations/deepin-ocr_ca.ts +++ b/translations/deepin-ocr_ca.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_cs.ts b/translations/deepin-ocr_cs.ts index 8863994..5fc303e 100644 --- a/translations/deepin-ocr_cs.ts +++ b/translations/deepin-ocr_cs.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_da.ts b/translations/deepin-ocr_da.ts index deacadd..672c950 100644 --- a/translations/deepin-ocr_da.ts +++ b/translations/deepin-ocr_da.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_de.ts b/translations/deepin-ocr_de.ts index ee99c28..6c3a82a 100644 --- a/translations/deepin-ocr_de.ts +++ b/translations/deepin-ocr_de.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_el.ts b/translations/deepin-ocr_el.ts index addede8..b334d85 100644 --- a/translations/deepin-ocr_el.ts +++ b/translations/deepin-ocr_el.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_en_US.ts b/translations/deepin-ocr_en_US.ts index 9314881..297f852 100644 --- a/translations/deepin-ocr_en_US.ts +++ b/translations/deepin-ocr_en_US.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_es.ts b/translations/deepin-ocr_es.ts index ed5d1bc..8d0ed9b 100644 --- a/translations/deepin-ocr_es.ts +++ b/translations/deepin-ocr_es.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_es_419.ts b/translations/deepin-ocr_es_419.ts index a3893ba..d52f08b 100644 --- a/translations/deepin-ocr_es_419.ts +++ b/translations/deepin-ocr_es_419.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_fa.ts b/translations/deepin-ocr_fa.ts index 2a508c7..d3dece4 100644 --- a/translations/deepin-ocr_fa.ts +++ b/translations/deepin-ocr_fa.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_fi.ts b/translations/deepin-ocr_fi.ts index b5e9252..cd6f70a 100644 --- a/translations/deepin-ocr_fi.ts +++ b/translations/deepin-ocr_fi.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_fr.ts b/translations/deepin-ocr_fr.ts index 35f1f5c..e27d3cb 100644 --- a/translations/deepin-ocr_fr.ts +++ b/translations/deepin-ocr_fr.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_gl_ES.ts b/translations/deepin-ocr_gl_ES.ts index c85572f..60bf6a5 100644 --- a/translations/deepin-ocr_gl_ES.ts +++ b/translations/deepin-ocr_gl_ES.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_he.ts b/translations/deepin-ocr_he.ts index 93a792b..1e67b4e 100644 --- a/translations/deepin-ocr_he.ts +++ b/translations/deepin-ocr_he.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_hi_IN.ts b/translations/deepin-ocr_hi_IN.ts index 0033c5a..e4ea7f9 100644 --- a/translations/deepin-ocr_hi_IN.ts +++ b/translations/deepin-ocr_hi_IN.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_hr.ts b/translations/deepin-ocr_hr.ts index 2aa304e..0db7222 100644 --- a/translations/deepin-ocr_hr.ts +++ b/translations/deepin-ocr_hr.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_hu.ts b/translations/deepin-ocr_hu.ts index 1238507..eecffcf 100644 --- a/translations/deepin-ocr_hu.ts +++ b/translations/deepin-ocr_hu.ts @@ -1,68 +1,70 @@ - - - + MainWidget - Recognizing - - - - Copied - - - + No text recognized - + Nincs felismerhető szöveg + Copy text - + Szöveg másolása + Save as TXT - + Mentés TXT formátumban - Results - + + + Recognizing + Felismerés... + + + + Copied + Másolva QObject + OCR Tool - + OCR Eszköz ResultTextView + Copy - + Másolás + Cut - + Kivágás - SelectAll - + + Select All + Összes kijelölése + Paste - + Beillesztés Widget - Widget - - - + Tips: The clearer the image is, the more accurate the text is - + Tippek: Minél tisztább a kép, annál pontosabb a szöveg felismerése - + \ No newline at end of file diff --git a/translations/deepin-ocr_id.ts b/translations/deepin-ocr_id.ts index 5c0f638..c6e049a 100644 --- a/translations/deepin-ocr_id.ts +++ b/translations/deepin-ocr_id.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_it.ts b/translations/deepin-ocr_it.ts index b1a0010..415387a 100644 --- a/translations/deepin-ocr_it.ts +++ b/translations/deepin-ocr_it.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ja.ts b/translations/deepin-ocr_ja.ts index 608a328..e11a4bb 100644 --- a/translations/deepin-ocr_ja.ts +++ b/translations/deepin-ocr_ja.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ko.ts b/translations/deepin-ocr_ko.ts index d4c2c58..426ad5e 100644 --- a/translations/deepin-ocr_ko.ts +++ b/translations/deepin-ocr_ko.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_lt.ts b/translations/deepin-ocr_lt.ts index ff574e9..e73755e 100644 --- a/translations/deepin-ocr_lt.ts +++ b/translations/deepin-ocr_lt.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ms.ts b/translations/deepin-ocr_ms.ts index c1cfc53..3279411 100644 --- a/translations/deepin-ocr_ms.ts +++ b/translations/deepin-ocr_ms.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ne.ts b/translations/deepin-ocr_ne.ts index b8f33b5..b7064e6 100644 --- a/translations/deepin-ocr_ne.ts +++ b/translations/deepin-ocr_ne.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_nl.ts b/translations/deepin-ocr_nl.ts index 73a1f95..f34e729 100644 --- a/translations/deepin-ocr_nl.ts +++ b/translations/deepin-ocr_nl.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_pl.ts b/translations/deepin-ocr_pl.ts index 4bc3c0a..5bcf96b 100644 --- a/translations/deepin-ocr_pl.ts +++ b/translations/deepin-ocr_pl.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_pt.ts b/translations/deepin-ocr_pt.ts index ff01ee2..5bf0e63 100644 --- a/translations/deepin-ocr_pt.ts +++ b/translations/deepin-ocr_pt.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_pt_BR.ts b/translations/deepin-ocr_pt_BR.ts index b297ae2..138d56c 100644 --- a/translations/deepin-ocr_pt_BR.ts +++ b/translations/deepin-ocr_pt_BR.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ru.ts b/translations/deepin-ocr_ru.ts index 4eff7d7..69b54e0 100644 --- a/translations/deepin-ocr_ru.ts +++ b/translations/deepin-ocr_ru.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_sk.ts b/translations/deepin-ocr_sk.ts index f6fa28f..368171c 100644 --- a/translations/deepin-ocr_sk.ts +++ b/translations/deepin-ocr_sk.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_sl.ts b/translations/deepin-ocr_sl.ts index a8e2305..553a110 100644 --- a/translations/deepin-ocr_sl.ts +++ b/translations/deepin-ocr_sl.ts @@ -29,11 +29,6 @@ Copied - - - Results - - QObject @@ -57,7 +52,7 @@ - SelectAll + Select All @@ -68,11 +63,6 @@ Widget - - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_sq.ts b/translations/deepin-ocr_sq.ts index 530c14f..3bc258b 100644 --- a/translations/deepin-ocr_sq.ts +++ b/translations/deepin-ocr_sq.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_sr.ts b/translations/deepin-ocr_sr.ts index bf2759a..2e1ff20 100644 --- a/translations/deepin-ocr_sr.ts +++ b/translations/deepin-ocr_sr.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_tr.ts b/translations/deepin-ocr_tr.ts index bd7bdcc..bac49fa 100644 --- a/translations/deepin-ocr_tr.ts +++ b/translations/deepin-ocr_tr.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_ug.ts b/translations/deepin-ocr_ug.ts index d734e20..8b97081 100644 --- a/translations/deepin-ocr_ug.ts +++ b/translations/deepin-ocr_ug.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_uk.ts b/translations/deepin-ocr_uk.ts index 32df2ad..f81b018 100644 --- a/translations/deepin-ocr_uk.ts +++ b/translations/deepin-ocr_uk.ts @@ -23,10 +23,6 @@ Save as TXT - - Results - - QObject @@ -46,20 +42,16 @@ - SelectAll + Paste - Paste + Select All Widget - - Widget - - Tips: The clearer the image is, the more accurate the text is diff --git a/translations/deepin-ocr_zh_CN.ts b/translations/deepin-ocr_zh_CN.ts index cc4a8d4..80a61c3 100644 --- a/translations/deepin-ocr_zh_CN.ts +++ b/translations/deepin-ocr_zh_CN.ts @@ -1,36 +1,37 @@ - - - + MainWidget - Recognizing - 正在识别 - - - Copied - 已复制 - - + No text recognized 未识别到文字 + Copy text 复制文字 + Save as TXT 保存为TXT - Results - 识别结果 + + + Recognizing + 正在识别 + + + + Copied + 已复制 QObject + OCR Tool 图文识别工具 @@ -38,18 +39,22 @@ ResultTextView + Copy 复制 + Cut 剪切 - SelectAll + + Select All 全选 + Paste 粘贴 @@ -57,13 +62,9 @@ Widget - Widget - 窗口 - Widget - - + Tips: The clearer the image is, the more accurate the text is 温馨提示:图像越简洁清晰,识别越准确 - + \ No newline at end of file diff --git a/translations/deepin-ocr_zh_HK.ts b/translations/deepin-ocr_zh_HK.ts index 36c5182..66a8cf2 100644 --- a/translations/deepin-ocr_zh_HK.ts +++ b/translations/deepin-ocr_zh_HK.ts @@ -1,36 +1,37 @@ - - - + MainWidget - Recognizing - 正在識別 - - - Copied - 已複製 - - + No text recognized 未識別到文字 + Copy text 複製文字 + Save as TXT 保存為TXT - Results - 識別結果 + + + Recognizing + 正在識別 + + + + Copied + 已複製 QObject + OCR Tool 圖文識別工具 @@ -38,31 +39,32 @@ ResultTextView + Copy 複製 + Cut 剪切 - SelectAll + + Select All 全選 + Paste - 粘貼 + 黏貼 Widget - Widget - 視窗 - - + Tips: The clearer the image is, the more accurate the text is - 溫馨提示:影像越簡潔清晰,識別越準確 + 溫馨提示:圖像越簡潔清晰,識別越準確 - + \ No newline at end of file diff --git a/translations/deepin-ocr_zh_TW.ts b/translations/deepin-ocr_zh_TW.ts index 5b6392a..3b8f7cb 100644 --- a/translations/deepin-ocr_zh_TW.ts +++ b/translations/deepin-ocr_zh_TW.ts @@ -1,36 +1,37 @@ - - - + MainWidget - Recognizing - 正在識別 - - - Copied - 已複製 - - + No text recognized 未識別到文字 + Copy text 複製文字 + Save as TXT - 保存為TXT + 儲存為TXT - Results - 識別結果 + + + Recognizing + 正在識別 + + + + Copied + 已複製 QObject + OCR Tool 圖文識別工具 @@ -38,31 +39,32 @@ ResultTextView + Copy 複製 + Cut - 剪切 + 剪下 - SelectAll + + Select All 全選 + Paste - 粘貼 + 貼上 Widget - Widget - 視窗 - - + Tips: The clearer the image is, the more accurate the text is - 溫馨提示:影像越簡潔清晰,識別越準確 + 溫馨提示:圖像越簡潔清晰,識別越準確 - + \ No newline at end of file