diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-08-21 18:27:02 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-08-21 18:27:02 +0200 |
commit | 5632692504d455d87c83b863fffcf7baf2820c49 (patch) | |
tree | 640718095c46ed647ddb1e560375c978fd0e2a35 /source/ko/helpcontent2 | |
parent | e8c9e70e057aec51c783b7230f1995020374d06f (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I3c00491e0ea0ac65e61a006108fd80d6188b16d0
Diffstat (limited to 'source/ko/helpcontent2')
-rw-r--r-- | source/ko/helpcontent2/source/text/sbasic/python.po | 24 | ||||
-rw-r--r-- | source/ko/helpcontent2/source/text/scalc/01.po | 11 | ||||
-rw-r--r-- | source/ko/helpcontent2/source/text/shared/06.po | 20 | ||||
-rw-r--r-- | source/ko/helpcontent2/source/text/simpress/guide.po | 23 |
4 files changed, 49 insertions, 29 deletions
diff --git a/source/ko/helpcontent2/source/text/sbasic/python.po b/source/ko/helpcontent2/source/text/sbasic/python.po index baaaf96900e..1e89911adc2 100644 --- a/source/ko/helpcontent2/source/text/sbasic/python.po +++ b/source/ko/helpcontent2/source/text/sbasic/python.po @@ -4,14 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-07-02 14:37+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-08-19 18:35+0000\n" +"Last-Translator: 김주현 <kjh000121@gmail.com>\n" +"Language-Team: Korean <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/ko/>\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" #. naSFZ #: main0000.xhp @@ -20,7 +22,7 @@ msgctxt "" "tit\n" "help.text" msgid "Python Scripts" -msgstr "" +msgstr "파이썬 스크립트" #. 9RJv6 #: main0000.xhp @@ -29,7 +31,7 @@ msgctxt "" "bm_id491543348147708\n" "help.text" msgid "<bookmark_value>macros;Python scripts</bookmark_value> <bookmark_value>Python;macros</bookmark_value> <bookmark_value>scripts;Python</bookmark_value>" -msgstr "" +msgstr "<bookmark_value> 매크로스;파이썬 스크립트</bookmark_value> <bookmark_value>Python;macros</bookmark_value> <bookmark_value>scripts;파이썬[/bookmark_value]" #. vAoRU #: main0000.xhp @@ -38,7 +40,7 @@ msgctxt "" "hd_id3154232\n" "help.text" msgid "<variable id=\"pythonscriptshelp\"><link href=\"text/sbasic/python/main0000.xhp\" name=\"mainpython\">%PRODUCTNAME Python Scripts Help</link></variable>" -msgstr "" +msgstr "<variable id=\"pythonscriptshelp\"><link href=\"text/sbasic/python/main0000.xhp\" name=\"mainpython\">%PRODUCTNAME Python 스크립트 도움</link></variable>" #. snE38 #: main0000.xhp @@ -56,7 +58,7 @@ msgctxt "" "par_id3147226\n" "help.text" msgid "This help section explains the most common Python script functions for %PRODUCTNAME. For more in-depth information please refer to the <link href=\"https://wiki.documentfoundation.org/Macros/Python_Design_Guide\" name=\"wiki.documentfoundation.org PYTHON Guide\">Designing & Developing Python Applications</link> on the Wiki." -msgstr "" +msgstr "이 도움말 섹션에서는 %PRODUCTNAME에 대한 가장 일반적인 Python 스크립트 기능에 대해 설명하며, 자세한 내용은 위키에서 <link href=\"https://wiki.documentfoundation.org/Macros/Python_Design_Guide\" name=\"wiki.documentfoundation.org Python Guide\">>Designing & Developmenting Python Applications</link>를 참조하십시오." #. FjaiD #: main0000.xhp @@ -65,7 +67,7 @@ msgctxt "" "hd_id3146957\n" "help.text" msgid "Working with Python Scripts in %PRODUCTNAME" -msgstr "" +msgstr "%PRODUCTNAME에서 Python 스크립트 작업" #. mQFKb #: main0000.xhp @@ -74,7 +76,7 @@ msgctxt "" "N0102\n" "help.text" msgid "You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME." -msgstr "" +msgstr "<menuitem>[도구] - [매크로] - [매크로 실행]</menuitem>을 선택하여 Python 스크립트를 실행할 수 있다. 스크립트 편집은 원하는 텍스트 에디터로 실행할 수 있습니다. Python 스크립트는 뒤에 기술할 다양한 장소에 존재합니다. %PRODUCTNAME에서 Python 인터랙티브 콘솔을 실행하는 방법을 설명하는 매크로 프로그래밍 예를 참조할 수 있다." #. bb68x #: main0000.xhp @@ -83,7 +85,7 @@ msgctxt "" "par_id131568902936659\n" "help.text" msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro...</menuitem> and checking <literal>%PRODUCTNAME Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." -msgstr "" +msgstr "Python용의 %PRODUCTNAME 스크립트 프레임워크는 GNULinux 디스트리뷰션의 일부에서 옵션입니다. 설치되어 있는 경우<menuitem> [툴] - [매크로] - [매크로 실행] </menuitem>를 선택합니다.<literal> %PRODUCTNAME 매크로</literal>에 <literal>HelloWorld – HelloWorldPython</literal> 매크로가 존재하는지 확인하십시오. 존재하지 않는 경우는, 배포 문서를 참조해, Python용의 %PRODUCTNAME 스크립트 프레임워크를 인스톨 해 주세요." #. naZBV #: python_2_basic.xhp diff --git a/source/ko/helpcontent2/source/text/scalc/01.po b/source/ko/helpcontent2/source/text/scalc/01.po index 7d255188311..55c325348a3 100644 --- a/source/ko/helpcontent2/source/text/scalc/01.po +++ b/source/ko/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-08-21 14:00+0200\n" "PO-Revision-Date: 2019-08-09 08:05+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -68470,15 +68470,6 @@ msgctxt "" msgid "XML Source Dialog" msgstr "" -#. kCv2Z -#: xml_source.xhp -msgctxt "" -"xml_source.xhp\n" -"par_id2521\n" -"help.text" -msgid "<image id=\"img_id35279\" src=\"media/screenshots/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog.png\" width=\"16cm\" height=\"13cm\"><alt id=\"alt_id55711\">XML Source Dialog</alt></image>" -msgstr "" - #. MZB9H #: xml_source.xhp msgctxt "" diff --git a/source/ko/helpcontent2/source/text/shared/06.po b/source/ko/helpcontent2/source/text/shared/06.po index a0f26c73828..fd26bde9105 100644 --- a/source/ko/helpcontent2/source/text/shared/06.po +++ b/source/ko/helpcontent2/source/text/shared/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-06-02 13:53+0200\n" +"POT-Creation-Date: 2020-08-21 14:00+0200\n" "PO-Revision-Date: 2018-09-03 13:10+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -196,6 +196,24 @@ msgctxt "" msgid "<image src=\"media/screenshots/cui/ui/optgeneralpage/OptGeneralPage.png\" id=\"img_id11572514566037\"><alt id=\"alt_id41572514566038\">Options General Dialog Image</alt></image>" msgstr "" +#. ofEA4 +#: sc_screenshots.xhp +msgctxt "" +"sc_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "page_title" +msgstr "" + +#. QaaKZ +#: sc_screenshots.xhp +msgctxt "" +"sc_screenshots.xhp\n" +"par_id2521\n" +"help.text" +msgid "<image id=\"img_id35279\" src=\"media/screenshots/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog.png\"><alt id=\"alt_id55711\">XML Source Dialog</alt></image>" +msgstr "" + #. Ak6ph #: shared_cui_screenshots.xhp msgctxt "" diff --git a/source/ko/helpcontent2/source/text/simpress/guide.po b/source/ko/helpcontent2/source/text/simpress/guide.po index 9344ee2da93..af71abfc775 100644 --- a/source/ko/helpcontent2/source/text/simpress/guide.po +++ b/source/ko/helpcontent2/source/text/simpress/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-05-19 12:41+0200\n" +"POT-Creation-Date: 2020-08-21 14:00+0200\n" "PO-Revision-Date: 2018-09-03 13:10+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1348,14 +1348,14 @@ msgctxt "" msgid "<bookmark_value>footers;master slides</bookmark_value><bookmark_value>master slides; headers and footers</bookmark_value><bookmark_value>headers and footers; master slides</bookmark_value><bookmark_value>inserting;headers/footers in all slides</bookmark_value><bookmark_value>slide numbers on all slides</bookmark_value><bookmark_value>page numbers on all slides</bookmark_value><bookmark_value>date on all slides</bookmark_value><bookmark_value>time and date on all slides</bookmark_value>" msgstr "<bookmark_value>바닥글;슬라이드 마스터</bookmark_value><bookmark_value>슬라이드 마스터; 머리글 및 바닥글</bookmark_value><bookmark_value>머리글 및 바닥글; 슬라이드 마스터</bookmark_value><bookmark_value>삽입;모든 슬라이드에 머리글/바닥글</bookmark_value><bookmark_value>모든 슬라이드에 슬라이드 번호</bookmark_value><bookmark_value>모든 슬라이드에 페이지 번호</bookmark_value><bookmark_value>모든 슬라이드에 날짜</bookmark_value><bookmark_value>모든 슬라이드에 시간과 날짜</bookmark_value>" -#. GP8y3 +#. CP4C8 #: footer.xhp msgctxt "" "footer.xhp\n" "hd_id3153191\n" "help.text" -msgid "<variable id=\"footer\"><link href=\"text/simpress/guide/footer.xhp\" name=\"Adding a Header or a Footer to All Slides\">Adding a Header or a Footer to All Slides</link> </variable>" -msgstr "<variable id=\"footer\"><link href=\"text/simpress/guide/footer.xhp\" name=\"모든 슬라이드에 머리글 또는 바닥글 추가\">모든 슬라이드에 머리글 또는 바닥글 추가</link></variable>" +msgid "<variable id=\"footer\"><link href=\"text/simpress/guide/footer.xhp\" name=\"Adding a Header or a Footer to All Slides\">Adding a Header or a Footer to All Slides</link></variable>" +msgstr "" #. fRX2a #: footer.xhp @@ -1528,6 +1528,15 @@ msgctxt "" msgid "Click the Date Area and move the time and date field. Select the <date/time> field and apply some formatting to change the format for the date and time on all slides. The same applies to the Footer Area and the Slide Number Area." msgstr "날짜 영역을 클릭하고 날짜와 시간 필드를 옮깁니다. <날짜/시간> 필드를 선택하고 서식을 적용하면 모든 슬라이드의 날짜와 시간에 대한 서식을 변경할 수 있습니다. 바닥글 영역과 슬라이드 번호 영역도 마찬가지입니다." +#. ZqhAK +#: footer.xhp +msgctxt "" +"footer.xhp\n" +"par_id171597939732335\n" +"help.text" +msgid "Normally the predefined elements of the Master side are set to visible in the presentation. You can control the visibility of the predefined elements by choosing <menuitem>Slide - Master Elements</menuitem>." +msgstr "" + #. MhrkU #: footer.xhp msgctxt "" @@ -1555,14 +1564,14 @@ msgctxt "" msgid "Choose <emph>View - Master Slide</emph>." msgstr "<emph>보기 – 슬라이드 마스터</emph>를 선택합니다." -#. mkgvD +#. ABnCF #: footer.xhp msgctxt "" "footer.xhp\n" "par_id3147295\n" "help.text" -msgid "On the <emph>Drawing</emph> bar, select the <emph>Text</emph> icon <image id=\"img_id3154654\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154654\">Icon</alt></image>." -msgstr "<emph>그리기</emph> 도구 모음에서 <emph>텍스트</emph> 아이콘 <image id=\"img_id3154654\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154654\">아이콘</alt></image>을 선택합니다." +msgid "On the <emph>Drawing</emph> bar, select the <emph>Text</emph> icon<image id=\"img_id3154654\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154654\">Icon</alt></image>." +msgstr "" #. pV2Dh #: footer.xhp |