diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-07-08 11:28:52 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-07-08 11:35:59 +0200 |
commit | 6e44dc455cecec8e0109243bf7e2398e4dc1306b (patch) | |
tree | f1118c68a4998f4fe2f0a99ed0f59767064aea43 /source/zh-CN/helpcontent2 | |
parent | 491af494a983aea54a24d68ff1bc1703d21f0a6c (diff) |
update translations for 7.2 / master
and force-fix errors using pocheck
Change-Id: I42420023bbf647224c6e216da57904cedb6b7e89
Diffstat (limited to 'source/zh-CN/helpcontent2')
4 files changed, 55 insertions, 298 deletions
diff --git a/source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po b/source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po index c61e054817e..f5d37b1ad88 100644 --- a/source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/zh-CN/helpcontent2/source/text/sbasic/shared/03.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: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-07-01 17:53+0200\n" "PO-Revision-Date: 2019-06-02 01:18+0000\n" "Last-Translator: Dian LI <xslidian@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13057,15 +13057,6 @@ msgctxt "" msgid "Forms can be accessed by their names or by their indices, as shown below:" msgstr "" -#. cYS6G -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"pyc_id691622014677169\n" -"help.text" -msgid "my_form = doc.Forms(0)" -msgstr "" - #. 8PHy6 #: sf_form.xhp msgctxt "" @@ -13165,15 +13156,6 @@ msgctxt "" msgid "Previous examples translate in Python as:" msgstr "" -#. Af2SY -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"pyc_id501622028742999\n" -"help.text" -msgid "db = CreateScriptService('SFDocuments.Document', XSCRIPTCONTEXT.getDocument())" -msgstr "" - #. ebc4K #: sf_form.xhp msgctxt "" @@ -13183,24 +13165,6 @@ msgctxt "" msgid "# The statement below is necessary only if the form hasn't been opened yet" msgstr "" -#. j3BCx -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"pyc_id671622028743191\n" -"help.text" -msgid "form_doc = db.OpenFormDocument('thisFormDocument')" -msgstr "" - -#. mSnqt -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"pyc_id431622028743374\n" -"help.text" -msgid "form = form_doc.Forms('thisFormDocument', 'MainForm')" -msgstr "" - #. GdyX6 #: sf_form.xhp msgctxt "" @@ -13210,24 +13174,6 @@ msgctxt "" msgid "# Or, alternatively, to access the form by its index ..." msgstr "" -#. Bb4K4 -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"pyc_id681622028743582\n" -"help.text" -msgid "form = form_doc.Forms('thisFormDocument', 0)" -msgstr "" - -#. FTwWJ -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"pyc_id611622028743782\n" -"help.text" -msgid "sub_form = form.SubForms('mySubForm')" -msgstr "" - #. QFFzk #: sf_form.xhp msgctxt "" @@ -14137,15 +14083,6 @@ msgctxt "" msgid "Reloads the current data from the database and refreshes the form. The cursor is positioned on the first record. Returns <literal>True</literal> if successful." msgstr "" -#. Npc6x -#: sf_form.xhp -msgctxt "" -"sf_form.xhp\n" -"pyc_id401622550186725\n" -"help.text" -msgid "form.Requery() # Python" -msgstr "" - #. 5gBGr #: sf_form.xhp msgctxt "" @@ -14173,22 +14110,22 @@ msgctxt "" msgid "If the optional <literal>subform</literal> argument is provided, the method returns a new <literal>SFDocuments</literal>.<literal>Form</literal> instance based on the specified form/subform name or index." msgstr "" -#. NLwGt +#. GCRsS #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id341616864510747\n" "help.text" -msgid "<emph>subform</emph> : A subform stored in the current <literal>Form</literal> class instance given by its name or index." +msgid "<emph>subform</emph>: A subform stored in the current <literal>Form</literal> class instance given by its name or index." msgstr "" -#. 8Cxxs +#. uKm6R #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id211618230389251\n" "help.text" -msgid "When this argument is absent, the method returns a list of available subforms as a zero-based array. If the form has a single subform, you can set <literal>Subform = 0</literal> to get access to it." +msgid "When this argument is absent, the method returns a list of available subforms as a zero-based array. If the form has a single subform, you can set <literal>subform = 0</literal> to get access to it." msgstr "" #. CfGgB @@ -15649,22 +15586,22 @@ msgctxt "" msgid "This method is applicable only to controls of the <literal>TableControl</literal> type. The returned value depends on the arguments provided." msgstr "" -#. GfVbh +#. DB3PG #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "par_id701618777636827\n" "help.text" -msgid "If the optional argument <literal>ControlName</literal> is absent, then a zero-based Array containing the names of all controls is returned." +msgid "If the optional argument <literal>controlname</literal> is absent, then a zero-based Array containing the names of all controls is returned." msgstr "" -#. GyLgF +#. GgAeu #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "par_id851618777715892\n" "help.text" -msgid "On the other hand, if a <literal>ControlName</literal> is provided, the method returns a <literal>FormControl</literal> class instance corresponding to the specified control." +msgid "On the other hand, if a <literal>controlname</literal> is provided, the method returns a <literal>FormControl</literal> class instance corresponding to the specified control." msgstr "" #. eoLJG @@ -16027,13 +15964,13 @@ msgctxt "" msgid "To run the example above, enter each line in the Python shell, one by one, pressing the Enter key after you type each line of code." msgstr "" -#. QiqFk +#. 4PS26 #: sf_intro.xhp msgctxt "" "sf_intro.xhp\n" "par_id471623366906045\n" "help.text" -msgid "Now you can start executing Python commands using any of the ScriptForge services. For example, the code snippet below uses the <literal>UI</literal> service to create a blank writer document." +msgid "Now you can start executing Python commands using any of the ScriptForge services. For example, the code snippet below uses the <literal>UI</literal> service to create a blank Writer document." msgstr "" #. N5A9E @@ -16126,13 +16063,13 @@ msgctxt "" msgid "Go to <menuitem>Tools - Macros - Run Macros</menuitem> ." msgstr "" -#. xLTy8 +#. HkBwz #: sf_intro.xhp msgctxt "" "sf_intro.xhp\n" "par_id421623368680565\n" "help.text" -msgid "Choose My Macros - sf_test in the library selector. Then choose the <literal>increment_cell</literal> function under the <menuitem>Macro Name</menuitem> list." +msgid "Choose My Macros - sf_test in the library selector. Then choose the <literal>increment_cell</literal> function under the <menuitem>Macro Name</menuitem> list." msgstr "" #. FPZD6 @@ -16162,22 +16099,22 @@ msgctxt "" msgid "First open APSO by going to <menuitem>Tools - Macros - Organize Python Scripts</menuitem>." msgstr "" -#. 2H4ta +#. ayPs5 #: sf_intro.xhp msgctxt "" "sf_intro.xhp\n" "par_id521623369004825\n" "help.text" -msgid "In the macro list, navigate to <menuitem>My Macros - sf_test - increment_cell</menuitem> ." +msgid "In the macro list, navigate to <menuitem>My Macros - sf_test - increment_cell</menuitem>." msgstr "" -#. ZhSaL +#. WaGHv #: sf_intro.xhp msgctxt "" "sf_intro.xhp\n" "par_id101623369005929\n" "help.text" -msgid "Click <menuitem>Execute</menuitem> ." +msgid "Click <menuitem>Execute</menuitem>." msgstr "" #. ujB4e @@ -21913,24 +21850,6 @@ msgctxt "" msgid "Description" msgstr "" -#. TGMq5 -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"par_id511620761856238\n" -"help.text" -msgid "MACROEXECALWAYS" -msgstr "" - -#. VFEvz -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"par_id761620761856107\n" -"help.text" -msgid "2" -msgstr "" - #. adCUF #: sf_ui.xhp msgctxt "" @@ -21940,24 +21859,6 @@ msgctxt "" msgid "Macros are always executed" msgstr "" -#. o7zQn -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"par_id661620761881513\n" -"help.text" -msgid "MACROEXECNEVER" -msgstr "" - -#. kfQCf -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"par_id661620761891082\n" -"help.text" -msgid "1" -msgstr "" - #. 7hEDg #: sf_ui.xhp msgctxt "" @@ -21967,24 +21868,6 @@ msgctxt "" msgid "Macros are never executed" msgstr "" -#. EABYh -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"par_id311620761888379\n" -"help.text" -msgid "MACROEXECNORMAL" -msgstr "" - -#. LpGCQ -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"par_id951620761899067\n" -"help.text" -msgid "0" -msgstr "" - #. 6Jgt7 #: sf_ui.xhp msgctxt "" @@ -22003,51 +21886,6 @@ msgctxt "" msgid "The examples below show a <literal>MsgBox</literal> with the names of all currently open documents." msgstr "" -#. DCM9L -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id21620312350189\n" -"help.text" -msgid "svcUI = CreateScriptService(\"UI\")" -msgstr "" - -#. EBquG -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id631620312351013\n" -"help.text" -msgid "sBasic = CreateScriptService(\"Basic\")" -msgstr "" - -#. 3XXYB -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id141620312351286\n" -"help.text" -msgid "openDocs = svcUI.Documents()" -msgstr "" - -#. jZeEa -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id661620312351500\n" -"help.text" -msgid "strDocs = \"\\n\".join(openDocs)" -msgstr "" - -#. 7hHpR -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id801620312351676\n" -"help.text" -msgid "sBasic.MsgBox(strDocs)" -msgstr "" - #. DfpBz #: sf_ui.xhp msgctxt "" @@ -22120,15 +21958,6 @@ msgctxt "" msgid "<emph>registrationname</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning." msgstr "" -#. XkY2F -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id361620323808010\n" -"help.text" -msgid "myBase = svcUI.CreateBaseDocument(r\"C:\\Databases\\MyBaseFile.odb\", \"FIREBIRD\")" -msgstr "" - #. GtB5n #: sf_ui.xhp msgctxt "" @@ -22138,13 +21967,13 @@ msgctxt "" msgid "Create a new %PRODUCTNAME document of a given type or based on a given template. The method returns a document object." msgstr "" -#. 2rUeD +#. JnBPt #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id51588521753302\n" "help.text" -msgid "<emph>documenttype</emph> : \"Calc\", \"Writer\", etc. If absent, the <literal>TemplateFile</literal> argument must be present." +msgid "<emph>documenttype</emph> : \"Calc\", \"Writer\", etc. If absent, the <literal>templatefile</literal> argument must be present." msgstr "" #. BQ6UD @@ -22246,22 +22075,22 @@ msgctxt "" msgid "Open an existing %PRODUCTNAME Base document. The method returns a document object." msgstr "" -#. yGPbD +#. q2E3C #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id231596555746385\n" "help.text" -msgid "<emph>filename</emph> : Identifies the file to open. It must follow the SF_FileSystem.FileNaming notation. If the file already exists, it is overwritten without warning" +msgid "<emph>filename</emph>: Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. If the file already exists, it is overwritten without warning" msgstr "" -#. DBB9u +#. mtpoL #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id711596555746281\n" "help.text" -msgid "<emph>registrationname</emph> : The name to use to find the database in the databases register. It is ignored if <literal>FileName</literal> <> \"\"." +msgid "<emph>registrationname</emph>: The name to use to find the database in the databases register. It is ignored if <literal>FileName</literal> <> \"\"." msgstr "" #. TqAd2 @@ -22390,15 +22219,6 @@ msgctxt "" msgid "In the following examples, the <literal>width</literal> and <literal>height</literal> of the window are changed while <literal>top</literal> and <literal>left</literal> are left unchanged." msgstr "" -#. 7HuAE -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id971620331945744\n" -"help.text" -msgid "svcUI.Resize(width = 500, height = 500)" -msgstr "" - #. HP2Jb #: sf_ui.xhp msgctxt "" @@ -22444,51 +22264,6 @@ msgctxt "" msgid "' Resets the statusbar" msgstr "" -#. venZk -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id631620332653004\n" -"help.text" -msgid "from time import sleep" -msgstr "" - -#. AQ57P -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id351620332422330\n" -"help.text" -msgid "for i in range(101):" -msgstr "" - -#. uUDVJ -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"bas_id261620332627647\n" -"help.text" -msgid "svcUI.SetStatusbar(\"Test:\", i)" -msgstr "" - -#. qWafN -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id181620332715974\n" -"help.text" -msgid "sleep(0.05)" -msgstr "" - -#. PgCrS -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id381620332733373\n" -"help.text" -msgid "svcUI.SetStatusbar()" -msgstr "" - #. oQfWc #: sf_ui.xhp msgctxt "" @@ -22560,21 +22335,3 @@ msgctxt "" "help.text" msgid "<emph>windowname</emph>: see the definitions above." msgstr "" - -#. F7ntw -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id441620333481074\n" -"help.text" -msgid "if svcUI.WindowExists(r\"C:\\Document\\My file.odt\"):" -msgstr "" - -#. nLT8F -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"pyc_id801620333495532\n" -"help.text" -msgid "# ..." -msgstr "" diff --git a/source/zh-CN/helpcontent2/source/text/shared/01.po b/source/zh-CN/helpcontent2/source/text/shared/01.po index 9f0a37d709c..3d240fc44f1 100644 --- a/source/zh-CN/helpcontent2/source/text/shared/01.po +++ b/source/zh-CN/helpcontent2/source/text/shared/01.po @@ -4,7 +4,7 @@ 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: 2021-06-11 17:09+0200\n" -"PO-Revision-Date: 2021-06-11 15:18+0000\n" +"PO-Revision-Date: 2021-07-01 16:20+0000\n" "Last-Translator: Ming Hua <plateauwolf@qq.com>\n" "Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/zh_Hans/>\n" "Language: zh-CN\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.6.2\n" "X-POOTLE-MTIME: 1562731357.000000\n" #. 3u8hR @@ -24476,7 +24476,7 @@ msgctxt "" "hd_id3147527\n" "help.text" msgid "<link href=\"text/shared/01/05060000.xhp\" name=\"Ruby\">Asian Phonetic Guide</link>" -msgstr "<link href=\"text/shared/01/05060000.xhp\" name=\"注音文字\">亚洲语言注音指南</link>" +msgstr "<link href=\"text/shared/01/05060000.xhp\" name=\"字旁标音\">亚洲文本标音</link>" #. SpxCa #: 05060000.xhp @@ -24503,7 +24503,7 @@ msgctxt "" "par_id3149987\n" "help.text" msgid "Choose <emph>Format - Asian Phonetic Guide</emph>." -msgstr "选择「<emph>格式 - 亚洲文字标音</emph>」。" +msgstr "选择「<emph>格式 - 亚洲文本标音</emph>」。" #. RDaZG #: 05060000.xhp @@ -24512,7 +24512,7 @@ msgctxt "" "par_id3154838\n" "help.text" msgid "Enter the text that you want to use as a pronunciation guide in the <emph>Ruby text</emph> box." -msgstr "在「<emph>拼音</emph>」框中输入要用作发音指导的文本。" +msgstr "在「<emph>字旁标音</emph>」框中输入要用作读音指导的文本。" #. BKJRF #: 05060000.xhp @@ -24539,7 +24539,7 @@ msgctxt "" "hd_id3145154\n" "help.text" msgid "Ruby text" -msgstr "注音文字" +msgstr "字旁标音" #. 3SXsF #: 05060000.xhp @@ -24566,7 +24566,7 @@ msgctxt "" "par_id3156280\n" "help.text" msgid "<ahelp hid=\"svx/ui/asianphoneticguidedialog/adjustlb\">Select the horizontal alignment for the Ruby text.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/adjustlb\">选择注音文字的水平对齐方式。</ahelp>" +msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/adjustlb\">选择字旁标音的水平对齐方式。</ahelp>" #. jYcBH #: 05060000.xhp @@ -24584,7 +24584,7 @@ msgctxt "" "par_id3153104\n" "help.text" msgid "<ahelp hid=\"svx/ui/asianphoneticguidedialog/positionlb\">Select where you want to place the ruby text.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/positionlb\">选择要加入注音文字的位置。</ahelp>" +msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/positionlb\">选择要加入字旁标音的位置。</ahelp>" #. Ge4C8 #: 05060000.xhp @@ -24593,7 +24593,7 @@ msgctxt "" "hd_id3148672\n" "help.text" msgid "Character Style for ruby text" -msgstr "注音文字的字符样式" +msgstr "字旁标音的字符样式" #. FzaGh #: 05060000.xhp @@ -24602,7 +24602,7 @@ msgctxt "" "par_id3148676\n" "help.text" msgid "<ahelp hid=\"svx/ui/asianphoneticguidedialog/stylelb\">Select a character style for the ruby text.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/stylelb\">选择注音文字的字符样式。</ahelp>" +msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/stylelb\">选择字旁标音的字符样式。</ahelp>" #. FVdTn #: 05060000.xhp @@ -24620,7 +24620,7 @@ msgctxt "" "par_id3149202\n" "help.text" msgid "<ahelp hid=\"svx/ui/asianphoneticguidedialog/styles\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles deck of the Sidebar</link></caseinline><defaultinline>Styles deck of the Sidebar</defaultinline></switchinline> where you can select a character style for the ruby text.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/styles\">打开<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">「样式」窗口</link></caseinline><defaultinline>「样式」窗口</defaultinline></switchinline>,您可以在该窗口选择注音文字的字符样式。</ahelp>" +msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/styles\">打开<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">「样式」窗口</link></caseinline><defaultinline>「样式」窗口</defaultinline></switchinline>,您可以在该窗口选择字旁标音的字符样式。</ahelp>" #. MD7GR #: 05070000.xhp @@ -43727,7 +43727,7 @@ msgctxt "" "hd_id3150119\n" "help.text" msgid "Hanja as ruby text above" -msgstr "汉字作为上方注音文字" +msgstr "汉字作为字旁标音置于上方" #. RGoBk #: 06200000.xhp @@ -43736,7 +43736,7 @@ msgctxt "" "par_id3154173\n" "help.text" msgid "<ahelp hid=\".\">The Hanja part will be displayed as ruby text above the Hangul part.</ahelp>" -msgstr "<ahelp hid=\".\">汉字部分将作为注音文字显示在谚文部分的上方。</ahelp>" +msgstr "<ahelp hid=\".\">汉字部分将作为字旁标音显示在谚文部分的上方。</ahelp>" #. tqqgG #: 06200000.xhp @@ -43745,7 +43745,7 @@ msgctxt "" "hd_id3159400\n" "help.text" msgid "Hanja as ruby text below" -msgstr "汉字作为下方注音文字" +msgstr "汉字作为字旁标音置于下方" #. vWYLx #: 06200000.xhp @@ -43754,7 +43754,7 @@ msgctxt "" "par_id3156155\n" "help.text" msgid "<ahelp hid=\".\">The Hanja part will be displayed as ruby text below the Hangul part.</ahelp>" -msgstr "<ahelp hid=\".\">汉字部分将作为注音文字显示在谚文部分的下方。</ahelp>" +msgstr "<ahelp hid=\".\">汉字部分将作为字旁标音显示在谚文部分的下方。</ahelp>" #. WBhww #: 06200000.xhp @@ -43763,7 +43763,7 @@ msgctxt "" "hd_id3150085\n" "help.text" msgid "Hangul as ruby text above" -msgstr "谚文作为上方注音文字" +msgstr "谚文作为字旁标音置于上方" #. LWpoG #: 06200000.xhp @@ -43772,7 +43772,7 @@ msgctxt "" "par_id3150771\n" "help.text" msgid "<ahelp hid=\".\">The Hangul part will be displayed as ruby text above the Hanja part.</ahelp>" -msgstr "<ahelp hid=\".\">谚文部分将作为注音文字显示在汉字部分的上方。</ahelp>" +msgstr "<ahelp hid=\".\">谚文部分将作为字旁标音显示在汉字部分的上方。</ahelp>" #. ECejG #: 06200000.xhp @@ -43781,7 +43781,7 @@ msgctxt "" "hd_id3155831\n" "help.text" msgid "Hangul as ruby text below" -msgstr "谚文作为下方注音文字" +msgstr "谚文作为字旁标音置于下方" #. 28wbC #: 06200000.xhp @@ -43790,7 +43790,7 @@ msgctxt "" "par_id3157909\n" "help.text" msgid "<ahelp hid=\".\">The Hangul part will be displayed as ruby text below the Hanja part.</ahelp>" -msgstr "<ahelp hid=\".\">谚文部分将作为注音文字显示在汉字部分的下方。</ahelp>" +msgstr "<ahelp hid=\".\">谚文部分将作为字旁标音显示在汉字部分的下方。</ahelp>" #. EsGY7 #: 06200000.xhp diff --git a/source/zh-CN/helpcontent2/source/text/simpress/00.po b/source/zh-CN/helpcontent2/source/text/simpress/00.po index ffffd0ed457..ece3f270989 100644 --- a/source/zh-CN/helpcontent2/source/text/simpress/00.po +++ b/source/zh-CN/helpcontent2/source/text/simpress/00.po @@ -4,16 +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: 2021-03-19 17:31+0100\n" -"PO-Revision-Date: 2019-06-24 00:50+0000\n" -"Last-Translator: Dian LI <xslidian@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: zh_CN\n" +"PO-Revision-Date: 2021-07-01 16:20+0000\n" +"Last-Translator: Ming Hua <plateauwolf@qq.com>\n" +"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/zh_Hans/>\n" +"Language: zh-CN\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.6.2\n" "X-POOTLE-MTIME: 1561337424.000000\n" #. sqmGT @@ -410,7 +410,7 @@ msgctxt "" "par_id3151264\n" "help.text" msgid "Choose <emph>View - Master Slide</emph>" -msgstr "" +msgstr "选择「<emph>视图 - 母版幻灯片</emph>」" #. DxBby #: 00000403.xhp diff --git a/source/zh-CN/helpcontent2/source/text/swriter/01.po b/source/zh-CN/helpcontent2/source/text/swriter/01.po index 7cebf556686..a904f5e757b 100644 --- a/source/zh-CN/helpcontent2/source/text/swriter/01.po +++ b/source/zh-CN/helpcontent2/source/text/swriter/01.po @@ -4,8 +4,8 @@ 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: 2021-06-24 12:51+0200\n" -"PO-Revision-Date: 2021-06-11 15:18+0000\n" -"Last-Translator: Petro Ding <petroenk@outlook.com>\n" +"PO-Revision-Date: 2021-07-01 16:20+0000\n" +"Last-Translator: Ming Hua <plateauwolf@qq.com>\n" "Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/zh_Hans/>\n" "Language: zh-CN\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.6.2\n" "X-POOTLE-MTIME: 1562731361.000000\n" #. sZfWF @@ -17420,7 +17420,7 @@ msgctxt "" "hd_id3155182\n" "help.text" msgid "Max. Ruby text size" -msgstr "最大注音文字大小" +msgstr "最大字旁标音大小" #. D9iLL #: 05040800.xhp @@ -17429,7 +17429,7 @@ msgctxt "" "par_id3143283\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/textgridpage/spinMF_RUBYSIZE\">Enter the font size for the Ruby text.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/textgridpage/spinMF_RUBYSIZE\">输入注音文字的字体大小。</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/textgridpage/spinMF_RUBYSIZE\">输入字旁标音的字体大小。</ahelp>" #. 7C7Wk #: 05040800.xhp @@ -17438,7 +17438,7 @@ msgctxt "" "hd_id3149496\n" "help.text" msgid "Ruby text below/left from base text" -msgstr "注音文字在基底文字的下方或左侧" +msgstr "字旁标音在基底文字的下方或左侧" #. mkbPu #: 05040800.xhp @@ -17447,7 +17447,7 @@ msgctxt "" "par_id3149816\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/textgridpage/checkCB_RUBYBELOW\">Displays Ruby text to the left of or below the base text.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/textgridpage/checkCB_RUBYBELOW\">在基底文字的左侧或下方显示注音文字。</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/textgridpage/checkCB_RUBYBELOW\">在基底文字的左侧或下方显示字旁标音。</ahelp>" #. Q3KLf #: 05040800.xhp |