-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip CI] Translate deepin-ocr.ts in ko
64% of minimum 50% translated source file: 'deepin-ocr.ts' on 'ko'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
- Loading branch information
1 parent
c41fa71
commit e3e4fc5
Showing
1 changed file
with
50 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,100 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="ko"> | ||
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="ko"> | ||
<context> | ||
<name>MainWidget</name> | ||
<message> | ||
<source>Recognizing</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="115"/> | ||
<source>No text recognized</source> | ||
<translation>인식된 텍스트가 없습니다</translation> | ||
</message> | ||
<message> | ||
<source>Copied</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="166"/> | ||
<source>Recognize language</source> | ||
<translation type="unfinished"/> | ||
</message> | ||
<message> | ||
<source>No text recognized</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="169"/> | ||
<source>Simplified Chinese</source> | ||
<translation type="unfinished"/> | ||
</message> | ||
<message> | ||
<source>Copy text</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="169"/> | ||
<source>English</source> | ||
<translation type="unfinished"/> | ||
</message> | ||
<message> | ||
<source>Save as TXT</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="169"/> | ||
<source>Traditional Chinese</source> | ||
<translation type="unfinished"/> | ||
</message> | ||
<message> | ||
<source>Recognize language</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="204"/> | ||
<source>Copy text</source> | ||
<translation>텍스트 복사</translation> | ||
</message> | ||
<message> | ||
<source>Simplified Chinese</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="210"/> | ||
<source>Save as TXT</source> | ||
<translation>TXT로 저장</translation> | ||
</message> | ||
<message> | ||
<source>English</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="236"/> | ||
<source>Undo (Ctrl+Z)</source> | ||
<translation type="unfinished"/> | ||
</message> | ||
<message> | ||
<source>Traditional Chinese</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="247"/> | ||
<source>Redo (Ctrl+Shift+Z)</source> | ||
<translation type="unfinished"/> | ||
</message> | ||
<message> | ||
<source>Undo (Ctrl+Z)</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="294"/> | ||
<location filename="../src/mainwidget.cpp" line="335"/> | ||
<source>Recognizing</source> | ||
<translation>인식 중</translation> | ||
</message> | ||
<message> | ||
<source>Redo (Ctrl+Shift+Z)</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/mainwidget.cpp" line="563"/> | ||
<source>Copied</source> | ||
<translation>복사됨</translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>QObject</name> | ||
<message> | ||
<location filename="../src/main.cpp" line="75"/> | ||
<source>OCR Tool</source> | ||
<translation type="unfinished"></translation> | ||
<translation>OCR 도구</translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>ResultTextView</name> | ||
<message> | ||
<location filename="../src/resulttextview.cpp" line="22"/> | ||
<source>Copy</source> | ||
<translation type="unfinished"></translation> | ||
<translation>복사</translation> | ||
</message> | ||
<message> | ||
<location filename="../src/resulttextview.cpp" line="24"/> | ||
<source>Cut</source> | ||
<translation type="unfinished"></translation> | ||
<translation>자르기</translation> | ||
</message> | ||
<message> | ||
<source>Paste</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/resulttextview.cpp" line="27"/> | ||
<source>Select All</source> | ||
<translation>모두 선택</translation> | ||
</message> | ||
<message> | ||
<source>Select All</source> | ||
<translation type="unfinished"></translation> | ||
<location filename="../src/resulttextview.cpp" line="29"/> | ||
<source>Paste</source> | ||
<translation>붙여넣기</translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>Widget</name> | ||
<message> | ||
<location filename="../src/mainwidget.cpp" line="283"/> | ||
<source>Tips: The clearer the image is, the more accurate the text is</source> | ||
<translation type="unfinished"></translation> | ||
<translation>팁: 이미지가 선명할수록 텍스트가 더 정확합니다.</translation> | ||
</message> | ||
</context> | ||
</TS> | ||
</TS> |