aboutsummaryrefslogtreecommitdiff
path: root/source/zh-CN/helpcontent2
diff options
context:
space:
mode:
Diffstat (limited to 'source/zh-CN/helpcontent2')
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/python.po150
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po307
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po1237
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po229
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po22
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdatabase.po1145
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po1145
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po553
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po6
12 files changed, 3055 insertions, 1777 deletions
diff --git a/source/zh-CN/helpcontent2/source/text/sbasic/python.po b/source/zh-CN/helpcontent2/source/text/sbasic/python.po
index f9a467294ad..90dab86edd7 100644
--- a/source/zh-CN/helpcontent2/source/text/sbasic/python.po
+++ b/source/zh-CN/helpcontent2/source/text/sbasic/python.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-10-25 12:48+0200\n"
+"POT-Creation-Date: 2021-11-16 12:08+0100\n"
"PO-Revision-Date: 2021-09-30 02:36+0000\n"
"Last-Translator: Ming Hua <plateauwolf@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/zh_Hans/>\n"
@@ -2203,14 +2203,86 @@ msgctxt ""
msgid "<variable id=\"pythonlocations1\"><link href=\"text/sbasic/python/python_locations.xhp\" name=\"command_name\">Python Scripts Organization and Location</link></variable>"
msgstr "<variable id=\"pythonlocations1\"><link href=\"text/sbasic/python/python_locations.xhp\" name=\"command_name\">Python 脚本管理及位置</link></variable>"
-#. sG2Rn
+#. rRufi
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id481636114810038\n"
+"help.text"
+msgid "%PRODUCTNAME macros are grouped in module files, modules are usually grouped in library folders, and libraries are grouped in library containers although containers can contain modules too."
+msgstr ""
+
+#. wGWz9
#: python_locations.xhp
msgctxt ""
"python_locations.xhp\n"
"par_id771543358231022\n"
"help.text"
-msgid "The Python script files are stored in the filesystem, in folders controlled by %PRODUCTNAME. The macros can be started at installation, user or file level."
-msgstr "Python 脚本存储在文件系统中,位于 %PRODUCTNAME 控制的文件夹。宏可在安装、用户或文件级别启动。"
+msgid "A library is used as a major grouping for either an entire category of macros, or for an entire application. Modules usually split functionality, such as user interaction and calculations. Individual macros are subroutines and functions. The Figure below shows an example of the hierarchical structure of macro libraries in %PRODUCTNAME."
+msgstr ""
+
+#. b8iEG
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id771636279690940\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/Library-Container.svg\" id=\"img_id121636285791637\" width=\"8cm\" height=\"5.5cm\"><alt id=\"alt_id471636279690940\">Library Container diagram</alt></image>"
+msgstr ""
+
+#. JqG95
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id171636114787810\n"
+"help.text"
+msgid "<emph>Figure:</emph> Macro Library hierarchy"
+msgstr ""
+
+#. dbwvM
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id801636114790638\n"
+"help.text"
+msgid "The containers are accessible in all %PRODUCTNAME programs through the user interface. Go to <menuitem>Tools > Macros > Organize Macros > Python</menuitem>, to open the Python Macros dialog."
+msgstr ""
+
+#. FU5EC
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id801636114808666\n"
+"help.text"
+msgid "Three library containers are shown in the Macro From list:"
+msgstr ""
+
+#. RnBRr
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id321636114854594\n"
+"help.text"
+msgid "<emph>My Macros:</emph> personal macros available for the %PRODUCTNAME user"
+msgstr ""
+
+#. BB8K2
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id471636114847530\n"
+"help.text"
+msgid "<emph>%PRODUCTNAME Macros:</emph> system macros distributed with LibreOffice for every computer user"
+msgstr ""
+
+#. kVY4C
+#: python_locations.xhp
+msgctxt ""
+"python_locations.xhp\n"
+"par_id191636114858218\n"
+"help.text"
+msgid "<emph>Document macros:</emph> every document can contain macro libraries available in that document for all users"
+msgstr ""
#. iEtmS
#: python_locations.xhp
@@ -2230,14 +2302,14 @@ msgctxt ""
msgid "Refer to <link href=\"text/sbasic/python/python_session.xhp\" name=\"Getting Session Information\">Getting Session Information</link> in order to get programmatic access to Python script locations."
msgstr "要以编程方式访问 Python 脚本位置,请参阅《<link href=\"text/sbasic/python/python_session.xhp\" name=\"Getting Session Information\">获取会话信息</link>》。"
-#. QGXPA
+#. 2NPrE
#: python_locations.xhp
msgctxt ""
"python_locations.xhp\n"
"hd_id591544049572647\n"
"help.text"
-msgid "%PRODUCTNAME Macros container"
-msgstr "%PRODUCTNAME 宏容器"
+msgid "%PRODUCTNAME Macros"
+msgstr ""
#. xBzRT
#: python_locations.xhp
@@ -2347,68 +2419,14 @@ msgctxt ""
msgid "Libraries, Modules and Macros"
msgstr "库、模块与宏"
-#. KnZCV
+#. 24e7J
#: python_locations.xhp
msgctxt ""
"python_locations.xhp\n"
"par_id181544209916707\n"
"help.text"
-msgid "Like BASIC macros, Python macros can be organized in libraries, modules and macros."
-msgstr "与 Basic 宏类似,Python 宏可以按库、模块与宏组织。"
-
-#. LoK2E
-#: python_locations.xhp
-msgctxt ""
-"python_locations.xhp\n"
-"hd_id21544209865082\n"
-"help.text"
-msgid "Creating a Python Library"
-msgstr "创建 Python 库"
-
-#. R2uCF
-#: python_locations.xhp
-msgctxt ""
-"python_locations.xhp\n"
-"par_id191544209928221\n"
-"help.text"
-msgid "Libraries are folders in the container tree. To create a library, add a folder in the target container. The library name is the folder name."
-msgstr "库是容器树中的文件夹。要创建一个库,请先在目标容器中新建文件夹。库的名称就是文件夹的名称。"
-
-#. hFS3L
-#: python_locations.xhp
-msgctxt ""
-"python_locations.xhp\n"
-"hd_id31544209872869\n"
-"help.text"
-msgid "Creating a Python Module."
-msgstr "创建 Python 模块。"
-
-#. djeua
-#: python_locations.xhp
-msgctxt ""
-"python_locations.xhp\n"
-"par_id161544209936743\n"
-"help.text"
-msgid "A module is a python file in the library or the container. Create a module adding a file in the container."
-msgstr "模块是库或容器中的单个 python 文件。创建模块就是在容器中添加文件。"
-
-#. Paoju
-#: python_locations.xhp
-msgctxt ""
-"python_locations.xhp\n"
-"hd_id151544209895574\n"
-"help.text"
-msgid "Python macros"
-msgstr "Python 宏"
-
-#. CBeyB
-#: python_locations.xhp
-msgctxt ""
-"python_locations.xhp\n"
-"par_id61544209944591\n"
-"help.text"
-msgid "A macro is a python object in the module."
-msgstr "宏是模块中的 python 对象。"
+msgid "Python macros can be organized in libraries, modules and macros. Use the Macro Library hierarchy as a guide when creating or installing new macros in module files, new module files in library folders or new library folders in containers."
+msgstr ""
#. Zcfxg
#: python_platform.xhp
@@ -3625,11 +3643,11 @@ msgctxt ""
msgid "<image src=\"media/helpimg/python/python_shell.png\" id=\"N0144\"><alt id=\"N0144\">APSO console</alt></image>"
msgstr ""
-#. DNr5W
+#. MxGkV
#: python_shell.xhp
msgctxt ""
"python_shell.xhp\n"
"par_id351633599611244\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03/sf_exception.html?#PythonShell\" name=\"PythonShell method\"><literal>PythonShell</literal></link> function in <link href=\"text/sbasic/shared/03/sf_exception.html\" name=\"ScriptForge.Exception service\"><literal>ScriptForge.Exception</literal></link> service"
+msgid "<link href=\"text/sbasic/shared/03/sf_exception.xhp?#PythonShell\" name=\"PythonShell method\"><literal>PythonShell</literal></link> function in <link href=\"text/sbasic/shared/03/sf_exception.xhp\" name=\"ScriptForge.Exception service\"><literal>ScriptForge.Exception</literal></link> service"
msgstr ""
diff --git a/source/zh-CN/helpcontent2/source/text/sbasic/shared.po b/source/zh-CN/helpcontent2/source/text/sbasic/shared.po
index 37130278441..39b64010a2b 100644
--- a/source/zh-CN/helpcontent2/source/text/sbasic/shared.po
+++ b/source/zh-CN/helpcontent2/source/text/sbasic/shared.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-10-29 13:13+0200\n"
+"POT-Creation-Date: 2021-11-16 12:08+0100\n"
"PO-Revision-Date: 2021-08-16 16:51+0000\n"
"Last-Translator: Ming Hua <plateauwolf@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/zh_Hans/>\n"
@@ -16837,13 +16837,13 @@ msgctxt ""
msgid "Print IsEmpty(sVar) ' Returns True"
msgstr ""
-#. DcKaw
+#. YK88J
#: 03040000.xhp
msgctxt ""
"03040000.xhp\n"
"par_id051720170824106132\n"
"help.text"
-msgid "Print oDoc ‘ Error"
+msgid "Print oDoc ' Error"
msgstr ""
#. UDTHw
@@ -19312,14 +19312,14 @@ msgctxt ""
msgid "<bookmark_value>Atn function</bookmark_value>"
msgstr "<bookmark_value>Atn 函数</bookmark_value>"
-#. kBtgX
+#. KDeey
#: 03080101.xhp
msgctxt ""
"03080101.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function\">Atn Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function\">Atn 函数</link>"
+msgid "<variable id=\"Atn_h1\"><link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function\">Atn Function</link></variable>"
+msgstr ""
#. yugFQ
#: 03080101.xhp
@@ -19330,32 +19330,32 @@ msgctxt ""
msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
msgstr "计算数字表达式的反正切值,结果在 -Pi/2 到 +Pi/2 之间。"
-#. ZAi9d
+#. tC5uH
#: 03080101.xhp
msgctxt ""
"03080101.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
-msgstr "反正切是正切函数的逆运算。如果将 Alpha 角的正切值作为 Atn 函数的参数执行反正切运算,则计算的结果即为 Alpha 角 (以弧度为单位)。在直角三角形中,反正切函数通过 Alpha 角的对边与邻边长度之比来计算该角。"
+msgid "The arctangent is the inverse of the tangent function. The <literal>Atn</literal> Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
+msgstr ""
-#. 4ncDJ
+#. HbFxP
#: 03080101.xhp
msgctxt ""
"03080101.xhp\n"
"par_id3145315\n"
"help.text"
-msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
-msgstr "Atn(对边/邻边)= Alpha"
+msgid "<literal>Atn</literal>(side opposite the angle/side adjacent to angle)= Alpha"
+msgstr ""
-#. 8Xba6
+#. Wo87E
#: 03080101.xhp
msgctxt ""
"03080101.xhp\n"
"par_id3148947\n"
"help.text"
-msgid "Atn (Number)"
-msgstr "Atn (Number)"
+msgid "Atn (Number As Double) As Double"
+msgstr ""
#. nnJyb
#: 03080101.xhp
@@ -19366,14 +19366,14 @@ msgctxt ""
msgid "Double"
msgstr "双精度型"
-#. 4SfDR
+#. rLBjg
#: 03080101.xhp
msgctxt ""
"03080101.xhp\n"
"par_id3156212\n"
"help.text"
-msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)."
-msgstr "「<emph>数字</emph>」:表示直角三角形两边之比的任意数字表达式。Atn 函数返回以弧度为单位的相应角度 (反正切)。"
+msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The <literal>Atn</literal> function returns the corresponding angle in radians (arctangent)."
+msgstr ""
#. qhMAk
#: 03080101.xhp
@@ -19402,14 +19402,14 @@ msgctxt ""
msgid "radian=(degree*pi)/180"
msgstr "弧度= (度*pi) /180"
-#. qqKDE
+#. AGhFY
#: 03080101.xhp
msgctxt ""
"03080101.xhp\n"
"par_id3159252\n"
"help.text"
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159. Pi is a <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic mathematical constant</link>."
-msgstr "Pi 在这里是固定的圆周率常量,约等于 3.14159。Pi 是一个 <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic 数学常量</link>。"
+msgid "<literal>Pi</literal> is here the fixed circle constant with the rounded value 3.14159. <literal>Pi</literal> is a <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic mathematical constant</link>."
+msgstr ""
#. BBQTN
#: 03080101.xhp
@@ -19483,14 +19483,14 @@ msgctxt ""
msgid "<bookmark_value>Cos function</bookmark_value>"
msgstr "<bookmark_value>Cos 函数</bookmark_value>"
-#. oEwAz
+#. BEjXP
#: 03080102.xhp
msgctxt ""
"03080102.xhp\n"
"hd_id3154923\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function\">Cos Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function\">Cos 函数</link>"
+msgid "<variable id=\"Cos_h1\"><link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function\">Cos Function</link></variable>"
+msgstr ""
#. EEVjg
#: 03080102.xhp
@@ -19501,50 +19501,32 @@ msgctxt ""
msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
msgstr "计算一个角度的余弦值,角度以弧度为单位,结果在 -1 到 1 之间。"
-#. TiTwz
+#. iPRUc
#: 03080102.xhp
msgctxt ""
"03080102.xhp\n"
"par_id3150358\n"
"help.text"
-msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
-msgstr "以 Alpha 角为例,在直角三角形中 Cos 函数计算的是 Alpha 的邻边与斜边长度之比。"
+msgid "Using the angle Alpha, the <literal>Cos</literal> function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
+msgstr ""
-#. TBghA
+#. eEzRP
#: 03080102.xhp
msgctxt ""
"03080102.xhp\n"
"par_id3154141\n"
"help.text"
-msgid "Cos(Alpha) = Adjacent/Hypotenuse"
-msgstr "Cos(Alpha) = 邻边/斜边"
-
-#. EDMV5
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3154125\n"
-"help.text"
-msgid "Syntax:"
-msgstr "语法:"
+msgid "<literal>Cos</literal>(Alpha) = Adjacent/Hypotenuse"
+msgstr ""
-#. mxAiL
+#. zfq28
#: 03080102.xhp
msgctxt ""
"03080102.xhp\n"
"par_id3145172\n"
"help.text"
-msgid "Cos (Number)"
-msgstr "Cos (Number)"
-
-#. pBcf4
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3156214\n"
-"help.text"
-msgid "Return value:"
-msgstr "返回值:"
+msgid "Cos (Number As Double) As Double"
+msgstr ""
#. 5SNwE
#: 03080102.xhp
@@ -19555,15 +19537,6 @@ msgctxt ""
msgid "Double"
msgstr "双精度型"
-#. evcMv
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3153969\n"
-"help.text"
-msgid "Parameters:"
-msgstr "参数:"
-
#. jbCKb
#: 03080102.xhp
msgctxt ""
@@ -19600,23 +19573,14 @@ msgctxt ""
msgid "radian=(degree*pi)/180"
msgstr "弧度= (度*pi) /180"
-#. BEdki
+#. drmPb
#: 03080102.xhp
msgctxt ""
"03080102.xhp\n"
"par_id3152885\n"
"help.text"
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
-msgstr "其中,Pi 是圆周率常数,舍入后的值为 3.14159..."
-
-#. QV5hL
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3153951\n"
-"help.text"
-msgid "Example:"
-msgstr "示例:"
+msgid "<literal>Pi</literal> is here the fixed circle constant with the rounded value 3.14159..."
+msgstr ""
#. 4K6RE
#: 03080102.xhp
@@ -19690,14 +19654,14 @@ msgctxt ""
msgid "<bookmark_value>Sin function</bookmark_value>"
msgstr "<bookmark_value>Sin 函数</bookmark_value>"
-#. MEx5j
+#. pvAzD
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"hd_id3153896\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">Sin Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">Sin 函数</link>"
+msgid "<variable id=\"Sin_h1\"><link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">Sin Function</link></variable>"
+msgstr ""
#. fEasV
#: 03080103.xhp
@@ -19708,50 +19672,32 @@ msgctxt ""
msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
msgstr "计算一个角度的正弦值,角度以弧度为单位,结果在 -1 到 1 之间。"
-#. xWzJt
+#. AG6UD
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"par_id3153379\n"
"help.text"
-msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
-msgstr "以 Alpha 角为例,在直角三角形中 Sin 函数计算的是 Alpha 的对边与斜边长度之比。"
+msgid "Using the angle Alpha, the <literal>Sin</literal> function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
+msgstr ""
-#. WugLi
+#. k3iCL
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"par_id3148798\n"
"help.text"
-msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
-msgstr "Sin(Alpha) = 对边/斜边"
-
-#. GLDx4
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3147230\n"
-"help.text"
-msgid "Syntax:"
-msgstr "语法:"
+msgid "<literal>Sin</literal>(Alpha) = side opposite the angle/hypotenuse"
+msgstr ""
-#. T2FTG
+#. EYMBG
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"par_id3154909\n"
"help.text"
-msgid "Sin (Number)"
-msgstr "Sin (Number)"
-
-#. SFGEZ
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3156214\n"
-"help.text"
-msgid "Return value:"
-msgstr "返回值:"
+msgid "Sin (Number As Double) As Double"
+msgstr ""
#. q3Gct
#: 03080103.xhp
@@ -19762,15 +19708,6 @@ msgctxt ""
msgid "Double"
msgstr "双精度型"
-#. a3DDA
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3155132\n"
-"help.text"
-msgid "Parameters:"
-msgstr "参数:"
-
#. VeDqk
#: 03080103.xhp
msgctxt ""
@@ -19780,50 +19717,41 @@ msgctxt ""
msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
msgstr "「<emph>数字</emph>」: 用于指定要计算正弦值的角度的数字表达式,以弧度为单位。"
-#. t4bSd
+#. EJTy3
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"par_id3155413\n"
"help.text"
-msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
-msgstr "要将度转换为弧度,可将度乘以 pi/180;而要将弧度转换为度,则将弧度乘以 180/pi。"
+msgid "To convert degrees to radians, multiply degrees by <literal>Pi</literal>/180, and to convert radians to degrees, multiply radians by 180/<literal>Pi</literal>."
+msgstr ""
-#. c9dFg
+#. CCzJK
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "grad=(radiant*180)/pi"
-msgstr "度=(弧度*180)/pi"
+msgid "grad=(radiant*180)/<literal>Pi</literal>"
+msgstr ""
-#. V5vw8
+#. EED9X
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"par_id3153143\n"
"help.text"
-msgid "radiant=(grad*pi)/180"
-msgstr "弧度=(度*pi)/180"
+msgid "radiant=(grad*<literal>Pi</literal>)/180"
+msgstr ""
-#. kF65g
+#. EFgfE
#: 03080103.xhp
msgctxt ""
"03080103.xhp\n"
"par_id3151112\n"
"help.text"
-msgid "Pi is approximately 3.141593."
-msgstr "Pi 的近似值是 3.141593。"
-
-#. Q84E4
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3163712\n"
-"help.text"
-msgid "Example:"
-msgstr "示例:"
+msgid "<literal>Pi</literal> is approximately 3.141593."
+msgstr ""
#. qDQRe
#: 03080103.xhp
@@ -19897,14 +19825,14 @@ msgctxt ""
msgid "<bookmark_value>Tan function</bookmark_value>"
msgstr "<bookmark_value>Tan 函数</bookmark_value>"
-#. 6jfjj
+#. GBYJZ
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"hd_id3148550\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">Tan Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">Tan 函数</link>"
+msgid "<variable id=\"Tan_h1\"><link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">Tan Function</link></variable>"
+msgstr ""
#. juT9e
#: 03080104.xhp
@@ -19915,50 +19843,32 @@ msgctxt ""
msgid "Determines the tangent of an angle. The angle is specified in radians."
msgstr "计算一个角度的正切值,角度以弧度为单位。"
-#. 6oVeE
+#. pWb7z
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"par_id3153379\n"
"help.text"
-msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
-msgstr "以 Alpha 角为例,在直角三角形中 Tan 函数计算的是 Alpha 的对边与邻边长度之比。"
+msgid "Using the angle Alpha, the <literal>Tan</literal> function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
+msgstr ""
-#. JLB5h
+#. 444nB
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"par_id3154366\n"
"help.text"
-msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
-msgstr "Tan(Alpha) = 对边/邻边"
-
-#. RTSBi
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3145174\n"
-"help.text"
-msgid "Syntax:"
-msgstr "语法:"
+msgid "<literal>Tan</literal>(Alpha) = side opposite the angle/side adjacent to angle"
+msgstr ""
-#. H87gF
+#. PEoP9
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"par_id3151042\n"
"help.text"
-msgid "Tan (Number)"
-msgstr "Tan (Number)"
-
-#. UiEgr
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3156214\n"
-"help.text"
-msgid "Return value:"
-msgstr "返回值:"
+msgid "Tan (Number As Double) As Double"
+msgstr ""
#. XMyAh
#: 03080104.xhp
@@ -19969,15 +19879,6 @@ msgctxt ""
msgid "Double"
msgstr "双精度型"
-#. P9wpB
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3155132\n"
-"help.text"
-msgid "Parameters:"
-msgstr "参数:"
-
#. BJjuJ
#: 03080104.xhp
msgctxt ""
@@ -19987,50 +19888,41 @@ msgctxt ""
msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
msgstr "「<emph>数字</emph>」:要计算正切值的任意数字表达式 (以弧度为单位)。"
-#. 5rd9G
+#. zKpFc
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
-msgstr "要将度转换为弧度,可将度乘以 pi/180;而要将弧度转换为度,则将弧度乘以 180/pi。"
+msgid "To convert degrees to radians, multiply by <literal>Pi</literal>/180. To convert radians to degrees, multiply by 180/<literal>Pi</literal>."
+msgstr ""
-#. pDUfE
+#. L5KFp
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"par_id3155414\n"
"help.text"
-msgid "degrees=(radiant*180)/Pi"
-msgstr "度 = (弧度 * 180)/Pi"
+msgid "degrees=(radiant*180)/<literal>Pi</literal>"
+msgstr ""
-#. BD6YW
+#. AdvXG
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"par_id3146975\n"
"help.text"
-msgid "radiant=(degrees*Pi)/180"
-msgstr "弧度 = (度 * Pi)/180"
+msgid "radiant=(degrees*<literal>Pi</literal>)/180"
+msgstr ""
-#. fEn5Q
+#. AEqBK
#: 03080104.xhp
msgctxt ""
"03080104.xhp\n"
"par_id3147434\n"
"help.text"
-msgid "Pi is approximately 3.141593."
-msgstr "Pi 的近似值是 3.141593。"
-
-#. nJ6rD
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3149483\n"
-"help.text"
-msgid "Example:"
-msgstr "示例:"
+msgid "<literal>Pi</literal> is approximately 3.141593."
+msgstr ""
#. JFRRA
#: 03080104.xhp
@@ -40300,13 +40192,13 @@ msgctxt ""
msgid "Collection Object"
msgstr ""
-#. 5of5h
+#. TdXDY
#: collection.xhp
msgctxt ""
"collection.xhp\n"
"bm_id3149205\n"
"help.text"
-msgid "<bookmark_value>Collection Object</bookmark_value> <bookmark_value>Collection;Count</bookmark_value>"
+msgid "<bookmark_value>Collection Object</bookmark_value>"
msgstr ""
#. 68sg6
@@ -40417,15 +40309,6 @@ msgctxt ""
msgid "Adding Items"
msgstr ""
-#. G49p7
-#: collection.xhp
-msgctxt ""
-"collection.xhp\n"
-"bm_id591633974561425\n"
-"help.text"
-msgid "<bookmark_value>Collection;Add</bookmark_value>"
-msgstr ""
-
#. 3qnWY
#: collection.xhp
msgctxt ""
@@ -40516,15 +40399,6 @@ msgctxt ""
msgid "Accessing Items"
msgstr ""
-#. DDdKC
-#: collection.xhp
-msgctxt ""
-"collection.xhp\n"
-"bm_id481633977601834\n"
-"help.text"
-msgid "<bookmark_value>Collection;Item</bookmark_value>"
-msgstr ""
-
#. MquEn
#: collection.xhp
msgctxt ""
@@ -40561,15 +40435,6 @@ msgctxt ""
msgid "Removing Items"
msgstr ""
-#. BdBa3
-#: collection.xhp
-msgctxt ""
-"collection.xhp\n"
-"bm_id311633977567197\n"
-"help.text"
-msgid "<bookmark_value>Collection;Remove</bookmark_value>"
-msgstr ""
-
#. Wteju
#: collection.xhp
msgctxt ""
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 65323d1f24a..651ef8fefd5 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-10-25 12:48+0200\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\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"
@@ -2716,6 +2716,78 @@ msgctxt ""
msgid "If form documents are organized in folders, it becomes necessary to include the folder name to specify the form document to be opened, as illustrated in the following example:"
msgstr ""
+#. zzgBi
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id156589200121138\n"
+"help.text"
+msgid "This method sends the content of the given form document to a default printer or a printer defined by the <literal>SetPrinter()</literal> method."
+msgstr ""
+
+#. oeDSX
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id981611169416934\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the document was successfully printed."
+msgstr ""
+
+#. pwm7n
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id368519200121646\n"
+"help.text"
+msgid "<emph>formdocument</emph>: A valid document form name as a case-sensitive string. The form document must be open. It is activated by the method."
+msgstr ""
+
+#. nRU4K
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id211635436910093\n"
+"help.text"
+msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages."
+msgstr ""
+
+#. FX6mM
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id141635436912146\n"
+"help.text"
+msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1."
+msgstr ""
+
+#. gDM4C
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id911298505147502\n"
+"help.text"
+msgid "Define the printer options for a form document. The form document must be open."
+msgstr ""
+
+#. owLwe
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id381651114800685\n"
+"help.text"
+msgid "Returns <literal>True</literal> when successful."
+msgstr ""
+
+#. uGA7B
+#: sf_base.xhp
+msgctxt ""
+"sf_base.xhp\n"
+"par_id961635950394507\n"
+"help.text"
+msgid "<emph>formdocument</emph>: A valid document form name as a case-sensitive string."
+msgstr ""
+
#. 3RzkD
#: sf_basic.xhp
msgctxt ""
@@ -4273,6 +4345,33 @@ msgctxt ""
msgid "A range reference that can be used as argument of methods like <literal>CopyToRange</literal>"
msgstr ""
+#. boDiE
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id81591025591007\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. kJCwG
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id561591025592149\n"
+"help.text"
+msgid "RangeName As String"
+msgstr ""
+
+#. kdjWP
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id571591025599937\n"
+"help.text"
+msgid "Returns the address of the smallest area that contains the specified range so that the area is surrounded by empty cells or sheet edges. This is equivalent to applying the <keycode>Ctrl + *</keycode> shortcut to the given range."
+msgstr ""
+
#. 66iAb
#: sf_calc.xhp
msgctxt ""
@@ -4390,6 +4489,42 @@ msgctxt ""
msgid "A <literal>com.sun.star.Table.XCellRange</literal> UNO object"
msgstr ""
+#. DFirg
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id961592315565332\n"
+"help.text"
+msgid "XSheetCellCursor"
+msgstr ""
+
+#. nAD2d
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id501592315567199\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. yNxZn
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id411592315560025\n"
+"help.text"
+msgid "RangeName As String"
+msgstr ""
+
+#. UydnH
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id41592315565185\n"
+"help.text"
+msgid "A <literal>com.sun.star.sheet.XSheetCellCursor</literal> UNO object. After moving the cursor, the resulting range address can be accessed through the <literal>AbsoluteName</literal> UNO property of the cursor object, which returns a string value that can be used as argument for properties and methods of the Calc service."
+msgstr ""
+
#. QbTFX
#: sf_calc.xhp
msgctxt ""
@@ -4408,22 +4543,22 @@ msgctxt ""
msgid "SheetName As String"
msgstr ""
-#. tuukL
+#. 8eX6C
#: sf_calc.xhp
msgctxt ""
"sf_calc.xhp\n"
-"par_id41592315565185\n"
+"par_id41592315560095\n"
"help.text"
msgid "A <literal>com.sun.star.sheet.XSpreadsheet</literal> UNO object"
msgstr ""
-#. SE2Yn
+#. r9Fpc
#: sf_calc.xhp
msgctxt ""
"sf_calc.xhp\n"
"par_id321611613059105\n"
"help.text"
-msgid "Visit LibreOffice API Documentation's website to learn more about <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html\" name=\"XCellRange API\">XCellRange</link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html\" name=\"XSpreadsheet API\">XSpreadsheet</link> UNO objects."
+msgid "Visit LibreOffice API Documentation's website to learn more about <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html\" name=\"XCellRange API\">XCellRange</link>, <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSheetCellCursor.html\" name=\"XSheetCellCursor API\">XSheetCellCursor</link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html\" name=\"XSpreadsheet API\">XSpreadsheet</link> UNO objects."
msgstr ""
#. V5dF8
@@ -4444,13 +4579,76 @@ msgctxt ""
msgid "List of Methods in the Calc Service"
msgstr ""
-#. gaPo3
+#. Dis6i
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id93158919969228\n"
+"help.text"
+msgid "Returns a range address as a string based on sheet coordinates, i.e. row and column numbers."
+msgstr ""
+
+#. 4TBiF
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id21635434153216\n"
+"help.text"
+msgid "If only a pair of coordinates is given, then an address to a single cell is returned. Additional arguments can specify the bottom-right cell of a rectangular range."
+msgstr ""
+
+#. 2BuFG
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id821591631203080\n"
+"help.text"
+msgid "<emph>row1, column1</emph>: Specify the row and column numbers of the top-left cell in the range to be considered. Row and column numbers start at 1."
+msgstr ""
+
+#. i7N7S
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id821591631203212\n"
+"help.text"
+msgid "<emph>row2, column2</emph>: Specify the row and column numbers of the bottom-right cell in the range to be considered. If these arguments are not provided, or if values smaller than <literal>row1</literal> and <literal>column1</literal> are given, then the address of the single cell range represented by <literal>row1</literal> and <literal>column1</literal> is returned."
+msgstr ""
+
+#. Egj6k
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id821591631203336\n"
+"help.text"
+msgid "<emph>sheetname</emph>: The name of the sheet to be appended to the returned range address. The sheet must exist. The default value is \"~\" corresponding to the currently active sheet."
+msgstr ""
+
+#. idfEg
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id131611616623705\n"
+"help.text"
+msgid "The examples below in Basic and Python consider that \"Sheet1\" is the currently active sheet."
+msgstr ""
+
+#. eXJNG
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id501611617808112\n"
+"help.text"
+msgid "The method <literal>A1Style</literal> can be combined with any of the many properties and methods of the Calc service that require a range as argument, such as <literal>GetValue</literal>, <literal>GetFormula</literal>, <literal>ClearAll</literal>, etc."
+msgstr ""
+
+#. Hfeug
#: sf_calc.xhp
msgctxt ""
"sf_calc.xhp\n"
"par_id93158919969864\n"
"help.text"
-msgid "If the argument <literal>SheetName</literal> is provided, the given sheet is activated and it becomes the currently selected sheet. If the argument is absent, then the document window is activated."
+msgid "If the argument <literal>sheetname</literal> is provided, the given sheet is activated and it becomes the currently selected sheet. If the argument is absent, then the document window is activated."
msgstr ""
#. EhMzz
@@ -4480,6 +4678,78 @@ msgctxt ""
msgid "Activating a sheet makes sense only if it is performed on a Calc document. To make sure you have a Calc document at hand you can use the <literal>isCalc</literal> property of the document object, which returns <literal>True</literal> if it is a Calc document and <literal>False</literal> otherwise."
msgstr ""
+#. 2EffV
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id93158919969856\n"
+"help.text"
+msgid "Returns either the list with the names of all chart objects in a given sheet or a single chart service instance."
+msgstr ""
+
+#. sBNho
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id371635438503202\n"
+"help.text"
+msgid "If only <literal>sheetname</literal> is specified, an zero-based array of strings containing the names of all charts is returned."
+msgstr ""
+
+#. pGvVW
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id371635438509045\n"
+"help.text"
+msgid "If a <literal>chartname</literal> is provided, than a single object corresponding to the desired chart is returned. The specified chart must exist."
+msgstr ""
+
+#. T2e3d
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id821591631205026\n"
+"help.text"
+msgid "<emph>sheetname</emph>: The name of the sheet from which the list of charts is to be retrieved or where the specified chart is located."
+msgstr ""
+
+#. Dhape
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id821591631203566\n"
+"help.text"
+msgid "<emph>chartname</emph>: The user-defined name of the chart object to be returned. If the chart does not have a user-defined name, then the internal object name can be used. If this argument is absent, then the list of chart names in the specified sheet is returned."
+msgstr ""
+
+#. Bdgw9
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id431635438771588\n"
+"help.text"
+msgid "Use the <menuitem>Navigator</menuitem> sidebar to check the names assigned to charts under the <menuitem>OLE objects</menuitem> category."
+msgstr ""
+
+#. zbX9R
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id41635439328174\n"
+"help.text"
+msgid "The example below shows the number of chart objects in \"Sheet1\"."
+msgstr ""
+
+#. gsLHX
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id571635439417400\n"
+"help.text"
+msgid "The following example accesses the chart named \"MyChart\" in \"Sheet1\" and prints its type."
+msgstr ""
+
#. auJdC
#: sf_calc.xhp
msgctxt ""
@@ -4849,6 +5119,78 @@ msgctxt ""
msgid "Copy from one file to another:"
msgstr ""
+#. L3GHp
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id1615929033642\n"
+"help.text"
+msgid "Creates a new chart object showing the data in the specified range. The returned chart object can be further manipulated using the <literal>Chart</literal> service."
+msgstr ""
+
+#. 2YZ5H
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id841592903121025\n"
+"help.text"
+msgid "<emph>chartname:</emph> The user-defined name of the chart to be created. The name must be unique in the same sheet."
+msgstr ""
+
+#. BBtB3
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id5515929031213680\n"
+"help.text"
+msgid "<emph>sheetname:</emph> The name of the sheet where the chart will be placed."
+msgstr ""
+
+#. GEiCb
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id5515929031211522\n"
+"help.text"
+msgid "<emph>range:</emph> The range to be used as the data source for the chart. The range may refer to any sheet of the Calc document."
+msgstr ""
+
+#. L3dSo
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id5515929031216390\n"
+"help.text"
+msgid "<emph>columnheader:</emph> When <literal>True</literal>, the topmost row of the range is used as labels for the category axis or the legend (Default = <literal>False</literal>)."
+msgstr ""
+
+#. iyq5m
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id5515929031211633\n"
+"help.text"
+msgid "<emph>rowheader:</emph> When <literal>True</literal>, the leftmost column of the range is used as labels for the category axis or the legend. (Default = <literal>False</literal>)."
+msgstr ""
+
+#. CKzBZ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id61635441176547\n"
+"help.text"
+msgid "The examples below in Basic and Python create a chart using the data contained in the range \"A1:B5\" of \"Sheet1\" and place the chart in \"Sheet2\"."
+msgstr ""
+
+#. uBCvA
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id231635441342180\n"
+"help.text"
+msgid "Refer to the help page about ScriptForge's <link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\">Chart service</link> to learn more how to further manipulate chart objects. It is possible to change properties as the chart type, chart and axes titles and chart position."
+msgstr ""
+
#. so8uw
#: sf_calc.xhp
msgctxt ""
@@ -5434,6 +5776,51 @@ msgctxt ""
msgid "'SheetX.$C$3:$H$7 (A1 offset by two rows and columns with width of 5 rows and 6 columns)"
msgstr ""
+#. bNqfB
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id156589200121138\n"
+"help.text"
+msgid "This method sends the content of the given sheet to a default printer or a printer defined by the <literal>SetPrinter()</literal> method of the <literal>Document</literal> Service."
+msgstr ""
+
+#. BaDL9
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id981611169416934\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the sheet was successfully printed."
+msgstr ""
+
+#. CnNEC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id368519200121646\n"
+"help.text"
+msgid "<emph>sheetname</emph>: The sheet to print, default is the active sheet."
+msgstr ""
+
+#. xk3k3
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id211635436910093\n"
+"help.text"
+msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages."
+msgstr ""
+
+#. i2Rtx
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id141635436912146\n"
+"help.text"
+msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1."
+msgstr ""
+
#. C8abL
#: sf_calc.xhp
msgctxt ""
@@ -5866,6 +6253,699 @@ msgctxt ""
msgid "'Sort range based on columns A (ascending) and C (descending)"
msgstr ""
+#. rGNeZ
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Chart service"
+msgstr ""
+
+#. UFBLD
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"bm_id681600788076499\n"
+"help.text"
+msgid "<variable id=\"ChartService\"><link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\"><literal>ScriptForge</literal>.<literal>Chart</literal> service</link></variable>"
+msgstr ""
+
+#. nPHDK
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id181600788076612\n"
+"help.text"
+msgid "The <literal>Chart</literal> service provides a set of properties and methods to handle charts in Calc documents. With this service it is possible to:"
+msgstr ""
+
+#. uEEEZ
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id301600788076785\n"
+"help.text"
+msgid "Access chart objects in Calc documents and manipulate their properties."
+msgstr ""
+
+#. rzioM
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id1001600788076848\n"
+"help.text"
+msgid "Create and insert new charts into a Calc document."
+msgstr ""
+
+#. grjQS
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id67160078807676\n"
+"help.text"
+msgid "Export charts as image files."
+msgstr ""
+
+#. mZuuF
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"hd_id331635273472588\n"
+"help.text"
+msgid "Chart names"
+msgstr ""
+
+#. QPAjE
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id251635273489315\n"
+"help.text"
+msgid "Charts may have two different names:"
+msgstr ""
+
+#. GdHpK
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id41635273536840\n"
+"help.text"
+msgid "An <emph>internal name</emph> given by %PRODUCTNAME as soon as the chart object is created (usually \"Object 1\", \"Object 2\" and so on)."
+msgstr ""
+
+#. 3zCYQ
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id641635273537122\n"
+"help.text"
+msgid "A <emph>user-defined name</emph>, which can be defined by right-clicking the chart and choosing <menuitem>Name</menuitem> in the context menu."
+msgstr ""
+
+#. 6CV3D
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id191635273980553\n"
+"help.text"
+msgid "The <literal>Chart</literal> service primarily uses the user-defined name to access a chart object. If it does not exist, than the internal name is used."
+msgstr ""
+
+#. yYSdL
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"hd_id281600788076359\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. LvW6m
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id321614902851541\n"
+"help.text"
+msgid "The <literal>Chart</literal> service is instantiated from a <literal>Calc</literal> service instance either using the <literal>Charts</literal> or <literal>CreateChart</literal> methods."
+msgstr ""
+
+#. QtZnt
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id531635274285114\n"
+"help.text"
+msgid "The example below creates a <literal>Chart</literal> service instance from an existing chart in the current Calc document:"
+msgstr ""
+
+#. Cqd8G
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id851635274721129\n"
+"help.text"
+msgid "The following example instantiate the <literal>Chart</literal> service by creating a new chart object based on the data contained in the range \"Sheet1.A1:C10\"."
+msgstr ""
+
+#. BZ2EU
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id881635275036852\n"
+"help.text"
+msgid "Read the <link href=\"text/sbasic/shared/03/sf_calc.xhp#CreateChart\" name=\"CreateChart_link\">CreateChart</link> method description to learn more about its arguments."
+msgstr ""
+
+#. gjYRg
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id131635275172617\n"
+"help.text"
+msgid "The examples above can be written in Python as follows:"
+msgstr ""
+
+#. QxXb9
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"hd_id711600788076834\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. z42Tx
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id461600788076917\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. 5RCfg
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id221600788076591\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. 5Ckhe
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id761600788076328\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. EJsLr
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id67160078807636\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. 5yKq5
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id311600788076756\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BURxX
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id441600788076826\n"
+"help.text"
+msgid "Specifies the chart type as a string that can assume one of the following values: \"Pie\", \"Bar\", \"Donut\", \"Column\", \"Area\", \"Line\", \"XY\", \"Bubble\", \"Net\"."
+msgstr ""
+
+#. MEEhi
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id49160078807654\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. qaDDb
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id81600788076419\n"
+"help.text"
+msgid "When <literal>True</literal> indicates that the chart is three-dimensional and each series is arranged in the z-direction."
+msgstr ""
+
+#. YkDSU
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id471635276257118\n"
+"help.text"
+msgid "When <literal>False</literal> series are arranged considering only two dimensions."
+msgstr ""
+
+#. qEBab
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id711600788076534\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. gk8ns
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id541600788076645\n"
+"help.text"
+msgid "Specifies if the chart is displayed with 3D elements. If the value is a string, it must be either \"Bar\", \"Cylinder\", \"Cone\" or \"Pyramid\"."
+msgstr ""
+
+#. aT4GF
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id541600788076141\n"
+"help.text"
+msgid "If the boolean <literal>True</literal> value is specified, than the chart is displayed using 3D bars."
+msgstr ""
+
+#. vDs4z
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id891600788076190\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. m224E
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id91600788076674\n"
+"help.text"
+msgid "Specifies how much pie segments are offset from the chart center as a percentage of the radius. Applicable to pie and donut charts only."
+msgstr ""
+
+#. hbjwH
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id561633021747903\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. FVExu
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id201633021748455\n"
+"help.text"
+msgid "Boolean"
+msgstr ""
+
+#. AaBHr
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id831633021749007\n"
+"help.text"
+msgid "When <literal>True</literal>, specifies a filled net chart. Applicable to net charts only."
+msgstr ""
+
+#. xgCB2
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id391600788076253\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. 8YDHE
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id21600788076541\n"
+"help.text"
+msgid "Specifies whether or not the chart has a legend."
+msgstr ""
+
+#. BNBDQ
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id211600788076138\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. MLPCx
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id521600788076371\n"
+"help.text"
+msgid "When <literal>True</literal>, chart series are stacked and each category sums up to 100%. Applicable to Area, Bar, Bubble, Column and Net charts."
+msgstr ""
+
+#. yGCZ7
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id21600788076758\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gbsst
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id781600788076694\n"
+"help.text"
+msgid "When <literal>True</literal>, chart series are stacked. Applicable to Area, Bar, Bubble, Column and Net charts."
+msgstr ""
+
+#. 9Dnwe
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id261600788076841\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. VwMyU
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id11600788076757\n"
+"help.text"
+msgid "Specifies the main title of the chart."
+msgstr ""
+
+#. FGSKV
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id531600789141795\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. eH3Ag
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id301600789141619\n"
+"help.text"
+msgid "Specifies the title of the X axis."
+msgstr ""
+
+#. mmRtZ
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id541600789286532\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. scox2
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id701600789286280\n"
+"help.text"
+msgid "Specifies the title of the Y axis."
+msgstr ""
+
+#. CRLf5
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id941608709527698\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. YCRTC
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id100100678952791\n"
+"help.text"
+msgid "UNO Object"
+msgstr ""
+
+#. cDJES
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id661300789527859\n"
+"help.text"
+msgid "Returns the object representing the chart, which is an instance of the <link href=\"https://docs.libreoffice.org/sc/html/classScChartObj.html\" name=\"ScChartObj\"><literal>ScChartObj</literal></link> class."
+msgstr ""
+
+#. kDUCf
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id941600789527698\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. LAgXE
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id100160078952791\n"
+"help.text"
+msgid "UNO Object"
+msgstr ""
+
+#. yRYAq
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id631600789527859\n"
+"help.text"
+msgid "Returns the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1chart_1_1XDiagram.html\" name=\"XDiagram\"><literal>com.sun.star.chart.XDiagram</literal></link> object representing the diagram of the chart."
+msgstr ""
+
+#. CAXYe
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id941600789527099\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. yh7k9
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id100160078953251\n"
+"help.text"
+msgid "UNO Object"
+msgstr ""
+
+#. FpeAy
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id631600789522587\n"
+"help.text"
+msgid "Returns the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1drawing_1_1XShape.html\" name=\"XShape\"><literal>com.sun.star.drawing.XShape</literal></link> object representing the shape of the chart."
+msgstr ""
+
+#. DdVs9
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id941600789527208\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. winTd
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id100160078952007\n"
+"help.text"
+msgid "UNO Object"
+msgstr ""
+
+#. 5GESc
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id631600789527364\n"
+"help.text"
+msgid "Returns the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XTableChart.html\" name=\"XTableChart\"><literal>com.sun.star.table.XTableChart</literal></link> object representing the data being displayed in the chart."
+msgstr ""
+
+#. A278T
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"hd_id581635335807782\n"
+"help.text"
+msgid "Creating a chart"
+msgstr ""
+
+#. EK2E7
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id231635335826090\n"
+"help.text"
+msgid "Consider the following data in the range \"A1:B6\" of a sheet named \"Report\"."
+msgstr ""
+
+#. ZSw7Y
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id911635336313498\n"
+"help.text"
+msgid "The examples below in Basic and Python show how to create a line chart from this data with legends."
+msgstr ""
+
+#. whbDd
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id931635338174647\n"
+"help.text"
+msgid "The chart does not need to be created in the same sheet where the data is located. It can be created in any existing sheet in the current file by specifying the sheet name in the second argument of the <literal>CreateChart</literal> method."
+msgstr ""
+
+#. RtuMk
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"hd_id501582887473754\n"
+"help.text"
+msgid "Methods"
+msgstr ""
+
+#. mNZFS
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Chart Service"
+msgstr ""
+
+#. WfVxL
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id93158919969864\n"
+"help.text"
+msgid "Saves the chart as an image file in a specified location. Returns <literal>True</literal> if the image file could be successfully created."
+msgstr ""
+
+#. SAtUt
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id821591631203996\n"
+"help.text"
+msgid "<emph>filename</emph>: Identifies the path and file name where the image will be saved. It must follow the notation defined in <literal>SF_FileSystem.FileNaming</literal>."
+msgstr ""
+
+#. 2YEEE
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id821591631203116\n"
+"help.text"
+msgid "<emph>imagetype</emph>: The name of the image type to be created. The following values are accepted: \"gif\", \"jpeg\", \"png\" (default), \"svg\" and \"tiff\"."
+msgstr ""
+
+#. XRASx
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id821591631203133\n"
+"help.text"
+msgid "<emph>overwrite</emph>: Specifies if the destination file can be overwritten (Default = <literal>False</literal>)."
+msgstr ""
+
+#. MCGBa
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id93158919969165\n"
+"help.text"
+msgid "Changes the position of the chart in the current sheet and modifies its width and height. Returns <literal>True</literal> if resizing was successful."
+msgstr ""
+
+#. aMKE5
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id821591631200626\n"
+"help.text"
+msgid "<emph>xpos, ypos:</emph> Specify the new X and Y positions of the chart. If any of these values are omitted or if negative values are provided, the corresponding positions are left unchanged."
+msgstr ""
+
+#. qvsYR
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id821591631204288\n"
+"help.text"
+msgid "<emph>width:</emph> Specify the new width of the chart. If this argument is omitted or if a negative value is provided, the chart width is left unchanged."
+msgstr ""
+
+#. nGioo
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id821591631203208\n"
+"help.text"
+msgid "<emph>height:</emph> Specify the new height of the chart. If this argument is omitted or if a negative value is provided, the chart height is left unchanged."
+msgstr ""
+
+#. EyY7j
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"par_id301635340527472\n"
+"help.text"
+msgid "All arguments are provided as integer values that correspond to 1/100 of a millimeter."
+msgstr ""
+
+#. h7zov
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"bas_id431635340711712\n"
+"help.text"
+msgid "' Changes only X and Y position"
+msgstr ""
+
+#. VHc2V
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"bas_id241635340728398\n"
+"help.text"
+msgid "' Changes only the chart width and height"
+msgstr ""
+
+#. BEAYa
+#: sf_chart.xhp
+msgctxt ""
+"sf_chart.xhp\n"
+"bas_id201635340749006\n"
+"help.text"
+msgid "' Keyword arguments are supported"
+msgstr ""
+
#. zNFY6
#: sf_database.xhp
msgctxt ""
@@ -10222,6 +11302,42 @@ msgctxt ""
msgid "<emph>saveask</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified."
msgstr ""
+#. wvxcZ
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id156589200121138\n"
+"help.text"
+msgid "This method sends the content of the document to a default printer or a printer defined by the <literal>SetPrinter</literal> method."
+msgstr ""
+
+#. CJxTR
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id981611169416934\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the document was successfully printed."
+msgstr ""
+
+#. uQMeV
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id211635436910093\n"
+"help.text"
+msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages."
+msgstr ""
+
+#. eD7LB
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id141635436912146\n"
+"help.text"
+msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1."
+msgstr ""
+
#. Nmwv9
#: sf_document.xhp
msgctxt ""
@@ -10456,6 +11572,51 @@ msgctxt ""
msgid "<emph>filteroptions</emph> (*): An optional string of options associated with the filter."
msgstr ""
+#. 96EBt
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id911298505147502\n"
+"help.text"
+msgid "Defines the printer options for the document."
+msgstr ""
+
+#. zoaQX
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id381651114800685\n"
+"help.text"
+msgid "Returns <literal>True</literal> when successful."
+msgstr ""
+
+#. hGfVh
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id301589205741697\n"
+"help.text"
+msgid "<emph>printer</emph>: The name of the printer queue where to print to. When absent, the default printer is set."
+msgstr ""
+
+#. mRrfG
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id851985205147348\n"
+"help.text"
+msgid "<emph>orientation</emph>: Either <literal>PORTRAIT</literal> or <literal>LANDSCAPE</literal>. When absent, left unchanged with respect to the printer settings."
+msgstr ""
+
+#. H2EDf
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"par_id821985205147330\n"
+"help.text"
+msgid "<emph>paperformat</emph>: One of the following string values <literal>A3</literal>, <literal>A4</literal>, <literal>A5</literal>, <literal>LETTER</literal>, <literal>LEGAL</literal>, <literal>TABLOID</literal>. Left unchanged when absent."
+msgstr ""
+
#. WCH7E
#: sf_exception.xhp
msgctxt ""
@@ -18007,13 +19168,13 @@ msgctxt ""
msgid "method: The Python function."
msgstr ""
-#. dWbiV
+#. ByFdE
#: sf_session.xhp
msgctxt ""
"sf_session.xhp\n"
"par_id711582818023247\n"
"help.text"
-msgid "<emph>args</emph>: The arguments to be passed to the called script.."
+msgid "<emph>args</emph>: The arguments to be passed to the called script."
msgstr ""
#. ckvXs
@@ -22561,13 +23722,13 @@ msgctxt ""
msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"."
msgstr ""
-#. R9FHe
+#. S5MwC
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id31592919577984\n"
"help.text"
-msgid "Send the content of the document to the printer. The printer might be defined previously by default, by the user or by the SetPrinter() method. Returns <literal>True</literal> when successful."
+msgid "Send the content of the document to the printer. The printer might be defined previously by default, by the user or by the <link href=\"text/sbasic/03/sf_document.xhp#SetPrinter\" name=\"SetPrinter method\"><literal>SetPrinter()</literal></link> method of the <link href=\"text/sbasic/03/sf_document.xhp\" name=\"Document service\">Document</link> service. Returns <literal>True</literal> when successful."
msgstr ""
#. CKDb5
@@ -22578,3 +23739,57 @@ msgctxt ""
"help.text"
msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default = all pages"
msgstr ""
+
+#. mYCkV
+#: sf_writer.xhp
+msgctxt ""
+"sf_writer.xhp\n"
+"par_id221636020923278\n"
+"help.text"
+msgid "<emph>copies</emph>: The number of copies, default is 1."
+msgstr ""
+
+#. aFEAa
+#: sf_writer.xhp
+msgctxt ""
+"sf_writer.xhp\n"
+"par_id121636020926764\n"
+"help.text"
+msgid "<emph>printbackground</emph>: Prints the background image when <literal>True</literal> (default)."
+msgstr ""
+
+#. D4krC
+#: sf_writer.xhp
+msgctxt ""
+"sf_writer.xhp\n"
+"par_id261636020927276\n"
+"help.text"
+msgid "<emph>printblankpages</emph>: When <literal>False</literal> (default), omits empty pages."
+msgstr ""
+
+#. LFSzm
+#: sf_writer.xhp
+msgctxt ""
+"sf_writer.xhp\n"
+"par_id021636020927484\n"
+"help.text"
+msgid "<emph>printevenpages</emph>: Prints even pages when <literal>True</literal> (default)."
+msgstr ""
+
+#. iewN5
+#: sf_writer.xhp
+msgctxt ""
+"sf_writer.xhp\n"
+"par_id391636020927676\n"
+"help.text"
+msgid "<emph>printoddpages</emph>: Print odd pages when <literal>True</literal> (default)."
+msgstr ""
+
+#. 4mYCT
+#: sf_writer.xhp
+msgctxt ""
+"sf_writer.xhp\n"
+"par_id121636021103996\n"
+"help.text"
+msgid "<emph>printimages</emph>: Print graphic objects when <literal>True</literal> (default)."
+msgstr ""
diff --git a/source/zh-CN/helpcontent2/source/text/scalc.po b/source/zh-CN/helpcontent2/source/text/scalc.po
index 79bb5def5ff..68a40d21ad2 100644
--- a/source/zh-CN/helpcontent2/source/text/scalc.po
+++ b/source/zh-CN/helpcontent2/source/text/scalc.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-10-25 12:48+0200\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\n"
"PO-Revision-Date: 2021-10-04 18:05+0000\n"
"Last-Translator: 锁琨珑 <suokunlong@126.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/zh_Hans/>\n"
@@ -250,6 +250,24 @@ msgctxt ""
msgid "Display the cell formula expression instead of the calculated result."
msgstr "显示单元格中的公式,而不是计算结果。"
+#. N4CPL
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"hd_id241636195404363\n"
+"help.text"
+msgid "Comments"
+msgstr ""
+
+#. oPaHx
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_id101636195413295\n"
+"help.text"
+msgid "Display the <link href=\"text/shared/01/04050000.xhp\" name=\"linkname\">cell comments</link> for the current spreadsheet document."
+msgstr ""
+
#. 95G2n
#: main0103.xhp
msgctxt ""
diff --git a/source/zh-CN/helpcontent2/source/text/scalc/01.po b/source/zh-CN/helpcontent2/source/text/scalc/01.po
index 384135f12bc..84f2fe193ef 100644
--- a/source/zh-CN/helpcontent2/source/text/scalc/01.po
+++ b/source/zh-CN/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libreoffice help\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-29 13:13+0200\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\n"
"PO-Revision-Date: 2021-05-31 13:28+0000\n"
"Last-Translator: Ming Hua <plateauwolf@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/zh_Hans/>\n"
@@ -14218,123 +14218,6 @@ msgctxt ""
msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
msgstr "「<item type=\"input\">=SINH(0)</item>」返回 0,0 的双曲正弦值。"
-#. ZJoMM
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3163596\n"
-"help.text"
-msgid "<bookmark_value>SUM function</bookmark_value> <bookmark_value>adding;numbers in cell ranges</bookmark_value>"
-msgstr "<bookmark_value>SUM 函数</bookmark_value> <bookmark_value>相加; 单元格区域内的数字</bookmark_value>"
-
-#. CRMPi
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163596\n"
-"help.text"
-msgid "<variable id=\"sum_head\"><link href=\"text/scalc/01/04060106.xhp#Section16\">SUM</link></variable>"
-msgstr "<variable id=\"sum_head\"><link href=\"text/scalc/01/04060106.xhp#Section16\">SUM</link></variable>"
-
-#. 924XA
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163625\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds a set of numbers.</ahelp>"
-msgstr ""
-
-#. NavGZ
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163656\n"
-"help.text"
-msgid "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
-
-#. VRBzD
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163704\n"
-"help.text"
-msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
-msgstr "如果分别在 Number 1;2 和 3 文本框中输入数字 <item type=\"input\">2</item>;「<item type=\"input\">3</item>」和「<item type=\"input\">4</item>」,将返回结果 9。"
-
-#. LV9X4
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151740\n"
-"help.text"
-msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
-msgstr "「<item type=\"input\">=SUM(A1;A3;B5)</item>」计算三个单元格的数值总和。「<item type=\"input\">=SUM (A1:E10)</item>」计算单元格区域 A1 至 E10 的数值总和。"
-
-#. egTDz
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151756\n"
-"help.text"
-msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
-msgstr "由 AND 链接的条件可以按照以下方式与函数 SUM() 一起使用:"
-
-#. gxrst
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151774\n"
-"help.text"
-msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
-msgstr "假设: 您已在表格中输入了发货单。列 A 记录发货单的日期值,列 B 记录数量。您希望使用一个公式来计算指定月份的总量,比如,只计算 >=2008-01-01 且 <2008-02-01 期间的总量。此日期值的单元格区域是 A1:A40,数量所在的区域是 B1:B40。单元格 C1 中存储的是发货单起始日期 2008<item type=\"input\">-01-01</item>,C2 存储的是结束日期 2008<item type=\"input\">-02-01</item>,计算时日期包括前者,但不包括后者。"
-
-#. drXLF
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151799\n"
-"help.text"
-msgid "Enter the following formula as an array formula:"
-msgstr "输入以下公式作为数组公式:"
-
-#. jsmcN
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151813\n"
-"help.text"
-msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
-msgstr "「<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>」"
-
-#. dXDTq
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151828\n"
-"help.text"
-msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
-msgstr "要将它作为数组公式输入,您需要按住【Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+命令</caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ 回车】组合键封闭公式,而不是直接按 【回车】键。随后「<emph>公式</emph>」栏显示的该公式会被花括号括起。"
-
-#. JfJap
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151869\n"
-"help.text"
-msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
-msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
-
-#. 6TW2s
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151884\n"
-"help.text"
-msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix."
-msgstr "此公式建立在比较结果的基础上,如果符合条件,则比较结果为 1,反之为 0。单个的比较结果将被视为数组,并用于计算矩阵乘积,最后将计算各个值的总和以得到结果矩阵。"
-
#. LAWCJ
#: 04060106.xhp
msgctxt ""
@@ -14974,13 +14857,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">Converts to euros a currency value expressed in one of the legacy currencies of 19 member states of the European Union, and vice versa.</ahelp> The conversion uses the fixed exchange rates at which the legacy currencies entered the euro."
msgstr ""
-#. ikuav
+#. de7Xa
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id581631900947319\n"
"help.text"
-msgid "We recommend using the more flexible EUROCONVERT function for converting between these currencies. For converting between many different units of measure, use the CONVERT function."
+msgid "We recommend using the more flexible EUROCONVERT function for converting between these currencies. CONVERT_OOO is not a standardized function and is not portable."
msgstr ""
#. ETLYS
@@ -18664,14 +18547,14 @@ msgctxt ""
msgid "COLUMN"
msgstr "COLUMN"
-#. zfPUZ
+#. yYn3d
#: 04060109.xhp
msgctxt ""
"04060109.xhp\n"
"par_id3149711\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined."
-msgstr "<ahelp hid=\"HID_FUNC_SPALTE\">返回单元格引用的列号。</ahelp> 如果引用的是一个单元格,函数返回单元格的列号;如果引用的是单元格范围,则以单行<link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">数组</link>的形式返回相应的列号(如果公式<link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">作为数组公式</link>输入)。 如果 COLUMN 函数引用的是一个范围,且所处公式非数组公式,则只返回区域中第一个单元格的列号。"
+msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#creating_array_formulas\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined."
+msgstr ""
#. poCRX
#: 04060109.xhp
@@ -19717,14 +19600,14 @@ msgctxt ""
msgid "ROW"
msgstr "ROW"
-#. 2EuNc
+#. cmzD6
#: 04060109.xhp
msgctxt ""
"04060109.xhp\n"
"par_id3154564\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned."
-msgstr "<ahelp hid=\"HID_FUNC_ZEILE\">返回单元格引用的行号。</ahelp> 如果引用的是一个单元格,函数返回单元格的行号;如果引用的是单元格范围,则以单列<link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">数组</link>的形式返回相应的行号(如果公式<link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">作为数组公式</link>输入)。 如果 ROW 函数引用的是一个范围,且所处公式非数组公式,则只返回范围中第一个单元格的行号。"
+msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#creating_array_formulas\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned."
+msgstr ""
#. 97EEE
#: 04060109.xhp
@@ -65023,6 +64906,96 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/04060185.xhp#skew\">SKEW</link>"
msgstr "<link href=\"text/scalc/01/04060185.xhp#skew\">SKEW</link>"
+#. mEZBk
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"tit\n"
+"help.text"
+msgid "SUM Function"
+msgstr ""
+
+#. fLyVA
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"id431636401649762\n"
+"help.text"
+msgid "<bookmark_value>SUM function</bookmark_value> <bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+msgstr ""
+
+#. AE4pM
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"hd_id121636398275790\n"
+"help.text"
+msgid "<variable id=\"sum_head\"><link href=\"text/scalc/01/func_sum.xhp\" name=\"function SUM\">SUM</link></variable>"
+msgstr ""
+
+#. c32xJ
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"par_id491636401806866\n"
+"help.text"
+msgid "<variable id=\"func_sum_desc\"><ahelp hid=\".\">Adds a set of numbers.</ahelp></variable>"
+msgstr ""
+
+#. vfwu7
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"par_id3163656\n"
+"help.text"
+msgid "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
+msgstr ""
+
+#. h8z3Q
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"par_id3163704\n"
+"help.text"
+msgid "<input>=SUM(2;3;4)</input> returns 9."
+msgstr ""
+
+#. 6ohPR
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"par_id3151740\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells."
+msgstr ""
+
+#. FbQ6a
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"par_id931636109030406\n"
+"help.text"
+msgid "<item type=\"input\">=SUM(A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
+msgstr ""
+
+#. y22jE
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"par_id3151756\n"
+"help.text"
+msgid "A formula such as <input>=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</input> may be entered as an <link href=\"text/scalc/01/04060107.html#hd_id3148474\" name=\"ARRAY_FORMULA\">array formula</link> by pressing the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+Enter keys instead of simply pressing the Enter key to finish entering the formula. The formula will then be shown in the Formula bar enclosed in braces and operates by multiplying corresponding elements of the arrays together and returning their sum."
+msgstr ""
+
+#. FWxB2
+#: func_sum.xhp
+msgctxt ""
+"func_sum.xhp\n"
+"par_id661636108218550\n"
+"help.text"
+msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/SUM\" name=\"SUM_Wiki\">SUM</link> wiki page for more details about this function."
+msgstr ""
+
#. DfceH
#: func_sumifs.xhp
msgctxt ""
@@ -67345,13 +67318,13 @@ msgctxt ""
msgid "Menu <menuitem>Data – Streams...</menuitem>"
msgstr ""
-#. JT47J
+#. d7ira
#: live_data_stream.xhp
msgctxt ""
"live_data_stream.xhp\n"
"par_id921633126951835\n"
"help.text"
-msgid "This is an experimental feature and is disabled by default. To enable it, go to <menuitem>Tools - Options - Advanced</menuitem> and check the option <emph>Enable experimental features (may be unstable)</emph>."
+msgid "This is an experimental feature and is disabled by default. To enable it, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME – Advanced</menuitem> and check the option <emph>Enable experimental features (may be unstable)</emph>."
msgstr ""
#. k7H5Y
diff --git a/source/zh-CN/helpcontent2/source/text/scalc/guide.po b/source/zh-CN/helpcontent2/source/text/scalc/guide.po
index 29b144935d0..dce7eb7bdb8 100644
--- a/source/zh-CN/helpcontent2/source/text/scalc/guide.po
+++ b/source/zh-CN/helpcontent2/source/text/scalc/guide.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-10-25 12:48+0200\n"
-"PO-Revision-Date: 2019-07-10 02:32+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-11-03 10:36+0000\n"
+"Last-Translator: Ming Hua <plateauwolf@qq.com>\n"
+"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/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.8.1\n"
"X-POOTLE-MTIME: 1562725921.000000\n"
#. NXy6S
@@ -2453,7 +2453,7 @@ msgctxt ""
"par_id2078005\n"
"help.text"
msgid "Open a new, empty spreadsheet. By default, it has only a single sheet named Sheet1. Add a second sheet clicking on <emph>+</emph> button to the left of the sheet tab in the bottom (it will be named Sheet2 by default)."
-msgstr ""
+msgstr "新建一个空白电子表格。默认设置下,其中只有一个名为「工作表1」的工作表。点击下方工作表标签左边的「<emph>+</emph>」按钮来添加第二个工作表(默认会命名为「工作表2」)。"
#. paXnm
#: cellreferences.xhp
@@ -2462,7 +2462,7 @@ msgctxt ""
"par_id4943693\n"
"help.text"
msgid "By way of example, enter the following formula in cell A1 of Sheet1:"
-msgstr "例如,在工作表 1 的单元格 A1 中输入以下公式:"
+msgstr "例如,在「工作表1」的单元格 A1 中输入以下公式:"
#. 2HPD8
#: cellreferences.xhp
@@ -2471,7 +2471,7 @@ msgctxt ""
"par_id9064302\n"
"help.text"
msgid "<item type=\"literal\">=Sheet2.A1</item>"
-msgstr "「<item type=\"literal\">=Sheet2.A1</item>」"
+msgstr "<item type=\"literal\">=工作表2.A1</item>"
#. zwUqn
#: cellreferences.xhp
@@ -2489,7 +2489,7 @@ msgctxt ""
"par_id809961\n"
"help.text"
msgid "If you switch back to Sheet1, you will see the same content in cell A1 there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 also change."
-msgstr "如果切换回工作表 1,则会在 A1 单元格内看到相同的内容。如果修改工作表 2 的单元格 A1 的内容,则也会修改工作表 1 的单元格 A1 的内容。"
+msgstr "再切换回「工作表1」,则会在 A1 单元格内看到相同的内容。如果修改「工作表2.A1」中的内容,则「工作表1.A1」中的内容也会改变。"
#. Epbaf
#: cellreferences.xhp
@@ -2498,7 +2498,7 @@ msgctxt ""
"par_id3147338\n"
"help.text"
msgid "When referencing a sheet with name containing spaces, use single quotes around the name: <item type=\"literal\">='Sheet with spaces in name'.A1</item>"
-msgstr ""
+msgstr "如果要引用的工作表名称中含有空格,就要在名称两端加半角引号:<item type=\"literal\">='名称 带空格 的 工作表'.A1</item>"
#. 7thQw
#: cellreferences.xhp
@@ -2507,7 +2507,7 @@ msgctxt ""
"par_id3147383\n"
"help.text"
msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 or R1C1 formula syntax; this is configured on <link href=\"text/shared/optionen/01060900.xhp\">Formula options page</link>."
-msgstr ""
+msgstr "上面的示例使用的是 Calc 的公式语法。使用「Excel A1」或「Excel R1C1」规格的公式语法也是可以的,需要在<link href=\"text/shared/optionen/01060900.xhp\">「公式」选项页</link>中设置。"
#. mK8vG
#: cellreferences.xhp
diff --git a/source/zh-CN/helpcontent2/source/text/sdatabase.po b/source/zh-CN/helpcontent2/source/text/sdatabase.po
index 8d184c9bde7..959d33cde2e 100644
--- a/source/zh-CN/helpcontent2/source/text/sdatabase.po
+++ b/source/zh-CN/helpcontent2/source/text/sdatabase.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-10-20 13:08+0200\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\n"
"PO-Revision-Date: 2021-08-30 13:40+0000\n"
"Last-Translator: Ming Hua <plateauwolf@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/zh_Hans/>\n"
@@ -9564,6 +9564,1149 @@ msgctxt ""
msgid "<link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link>"
msgstr "<link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">关于 Base 的 Wiki 页面</link>"
+#. rw2xT
+#: menubar.xhp
+msgctxt ""
+"menubar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menus"
+msgstr ""
+
+#. 2Cnz5
+#: menubar.xhp
+msgctxt ""
+"menubar.xhp\n"
+"par_idN10552\n"
+"help.text"
+msgid "<variable id=\"titletext\"><link href=\"text/sdatabase/menubar.xhp\">Menus</link></variable>"
+msgstr ""
+
+#. xRQaH
+#: menubar.xhp
+msgctxt ""
+"menubar.xhp\n"
+"par_idN10562\n"
+"help.text"
+msgid "In the database window, you see a new set of menu commands for working on the current database file."
+msgstr ""
+
+#. ELZ6P
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit"
+msgstr ""
+
+#. EeRCy
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/menuedit.xhp\">Edit</link>"
+msgstr ""
+
+#. pGydt
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "The Edit menu of a database window."
+msgstr ""
+
+#. 9Djqz
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Copy"
+msgstr ""
+
+#. foKkC
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Copies the selected object to the clipboard.</ahelp>"
+msgstr ""
+
+#. rEEsQ
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Paste"
+msgstr ""
+
+#. Go5ji
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
+msgstr ""
+
+#. CU3BC
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. AxkJA
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
+msgstr ""
+
+#. zGGGW
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105D7\n"
+"help.text"
+msgid "Select All"
+msgstr ""
+
+#. sL6Wv
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105DB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects all entries, including subfolders, in the lower part of the database window.</ahelp>"
+msgstr ""
+
+#. LMbBp
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"hd_id3153683\n"
+"help.text"
+msgid "Edit"
+msgstr ""
+
+#. MnMPd
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_id3147209\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a window where you can edit the selected table, query, form, or report.</ahelp>"
+msgstr ""
+
+#. NCnUw
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"hd_id3145315\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. TmCdC
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_id3153666\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected table, query, form, or report.</ahelp>"
+msgstr ""
+
+#. uuDM2
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Rename"
+msgstr ""
+
+#. 7W5uU
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected object. Depending on the database, some names, characters, and name length might be invalid.</ahelp>"
+msgstr ""
+
+#. CGeTi
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Open"
+msgstr ""
+
+#. 7NkEK
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected object in the last saved state.</ahelp>"
+msgstr ""
+
+#. GoDcA
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Create as View"
+msgstr ""
+
+#. sF34n
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database.</ahelp>"
+msgstr ""
+
+#. s7wwJ
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105AA\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. 7NDGC
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105AD\n"
+"help.text"
+msgid "Form Wizard"
+msgstr ""
+
+#. LZsjA
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105B1\n"
+"help.text"
+msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link> for the selected table, query, or view.</ahelp>"
+msgstr ""
+
+#. BUWRg
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105C2\n"
+"help.text"
+msgid "Report Wizard"
+msgstr ""
+
+#. U7xE3
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> for the selected table, query, or view.</ahelp>"
+msgstr ""
+
+#. yNkzG
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105DE\n"
+"help.text"
+msgid "Database"
+msgstr ""
+
+#. EDR8A
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105E2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
+msgstr ""
+
+#. wBPBE
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105E5\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. xrED8
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Database Properties dialog.</ahelp>"
+msgstr ""
+
+#. CFEiW
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105EC\n"
+"help.text"
+msgid "Connection Type"
+msgstr ""
+
+#. mhCAw
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105F0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Connection Type Wizard.</ahelp>"
+msgstr ""
+
+#. Rwk4Y
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "Advanced Properties"
+msgstr ""
+
+#. SAkPC
+#: menuedit.xhp
+msgctxt ""
+"menuedit.xhp\n"
+"par_idN105F7\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Advanced Properties dialog.</ahelp>"
+msgstr ""
+
+#. 7BAav
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"tit\n"
+"help.text"
+msgid "File"
+msgstr ""
+
+#. wm7a2
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/menufile.xhp\">File</link>"
+msgstr ""
+
+#. WXK3P
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "The File menu of a database window. Only entries specific to databases are listed."
+msgstr ""
+
+#. 9qysH
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105C0\n"
+"help.text"
+msgid "Save"
+msgstr ""
+
+#. qTva3
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Saves the current database file, query, form or report. For the database file, you see the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog. For the other objects, you see the <link href=\"text/sdatabase/menufilesave.xhp\">Save</link> dialog."
+msgstr ""
+
+#. FAvuD
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105D5\n"
+"help.text"
+msgid "Save As"
+msgstr ""
+
+#. LDiQh
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105D9\n"
+"help.text"
+msgid "Saves the current database file with another name. In the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog, select a path and file name to save."
+msgstr ""
+
+#. s3muV
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105EA\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. AXuZV
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105EE\n"
+"help.text"
+msgid "Exports the selected report or form to a text document. A dynamic report is exported as a copy of the database contents at the time of export."
+msgstr ""
+
+#. vdU9E
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Send"
+msgstr ""
+
+#. GiW9D
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105F5\n"
+"help.text"
+msgid "Opens a submenu."
+msgstr ""
+
+#. EAusx
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105F8\n"
+"help.text"
+msgid "Email Document"
+msgstr ""
+
+#. Qxg2W
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105FC\n"
+"help.text"
+msgid "Opens the default email application to send a new email. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body."
+msgstr ""
+
+#. 9WihT
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN105FF\n"
+"help.text"
+msgid "Report as Email"
+msgstr ""
+
+#. XWAoV
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN10603\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
+msgstr ""
+
+#. 9cSVg
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN10606\n"
+"help.text"
+msgid "Report to Text Document"
+msgstr ""
+
+#. SMD5C
+#: menufile.xhp
+msgctxt ""
+"menufile.xhp\n"
+"par_idN1060A\n"
+"help.text"
+msgid "<ahelp hid=\".\">Exports the selected report to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
+msgstr ""
+
+#. AhvCD
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"tit\n"
+"help.text"
+msgid "Save"
+msgstr ""
+
+#. bMiRZ
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10547\n"
+"help.text"
+msgid "Save"
+msgstr ""
+
+#. BGNgM
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1054B\n"
+"help.text"
+msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time."
+msgstr ""
+
+#. CDw7n
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "Create New Directory"
+msgstr ""
+
+#. LPGUc
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10568\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to create a new folder within the database file.</ahelp>"
+msgstr ""
+
+#. P9r94
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "Up One Level"
+msgstr ""
+
+#. 3Es6N
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to go up one level in the folder hierarchy.</ahelp>"
+msgstr ""
+
+#. fsR7X
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1059A\n"
+"help.text"
+msgid "File name"
+msgstr ""
+
+#. vgBAe
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN1059E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the file name for the saved form.</ahelp>"
+msgstr ""
+
+#. AFEqC
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "Save"
+msgstr ""
+
+#. 48d8x
+#: menufilesave.xhp
+msgctxt ""
+"menufilesave.xhp\n"
+"par_idN105B9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Click to save the form to the database file.</ahelp>"
+msgstr ""
+
+#. oxGKs
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert"
+msgstr ""
+
+#. CETrU
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/menuinsert.xhp\">Insert</link>"
+msgstr ""
+
+#. NAACF
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "The Insert menu of a database window."
+msgstr ""
+
+#. JCkjX
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Form"
+msgstr ""
+
+#. FoJp3
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new text document in form mode.</ahelp>"
+msgstr ""
+
+#. Gfck8
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1058B\n"
+"help.text"
+msgid "Report"
+msgstr ""
+
+#. MT4CQ
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>"
+msgstr ""
+
+#. 99GPr
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105A0\n"
+"help.text"
+msgid "Query (Design View)"
+msgstr ""
+
+#. nSGAS
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105A4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new query in design mode.</ahelp>"
+msgstr ""
+
+#. HBCDy
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105A7\n"
+"help.text"
+msgid "Query (SQL View)"
+msgstr ""
+
+#. xMKBY
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105AB\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new query in SQL mode.</ahelp>"
+msgstr ""
+
+#. hePEE
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105AE\n"
+"help.text"
+msgid "Table Design"
+msgstr ""
+
+#. eSSzA
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the table design view.</ahelp>"
+msgstr ""
+
+#. dDYAD
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105C7\n"
+"help.text"
+msgid "View Design"
+msgstr ""
+
+#. E2CpK
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN10669\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new view in design mode.</ahelp>"
+msgstr ""
+
+#. EcAYG
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105E0\n"
+"help.text"
+msgid "View (Simple)"
+msgstr ""
+
+#. 5diz4
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105F6\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a new view in SQL mode.</ahelp>"
+msgstr ""
+
+#. UAFhR
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN105F9\n"
+"help.text"
+msgid "Folder"
+msgstr ""
+
+#. KMLGR
+#: menuinsert.xhp
+msgctxt ""
+"menuinsert.xhp\n"
+"par_idN1060F\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can save a new folder in the database file.</ahelp>"
+msgstr ""
+
+#. eMZgB
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools"
+msgstr ""
+
+#. icE2E
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/menutools.xhp\">Tools</link>"
+msgstr ""
+
+#. 2XuD9
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "The Tools menu of a database window."
+msgstr ""
+
+#. yQdGR
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Relationships"
+msgstr ""
+
+#. DKgXb
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the <link href=\"text/sdatabase/05020000.xhp\">Relation Design</link> view and checks whether the database connection supports relations.</ahelp>"
+msgstr ""
+
+#. B2YV6
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "User Administration"
+msgstr ""
+
+#. bBBaA
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the User Administration dialog if the database supports this feature.</ahelp>"
+msgstr ""
+
+#. VThyT
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"hd_id3153880\n"
+"help.text"
+msgid "Table Filter"
+msgstr ""
+
+#. koDKE
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3153252\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Table Filter dialog where you can specify which tables of the database to show or to hide.</ahelp>"
+msgstr ""
+
+#. YTER3
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3150670\n"
+"help.text"
+msgid "Select the tables that you want to filter in the <emph>Filter</emph> list."
+msgstr ""
+
+#. ADDYD
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3150985\n"
+"help.text"
+msgid "If you select the topmost table in a hierarchy, all of the tables in the hierarchy are selected."
+msgstr ""
+
+#. evFBu
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_id3152349\n"
+"help.text"
+msgid "If you select a table that is at a lower level in the hierarchy, the tables that occur above it in the hierarchy are not selected."
+msgstr ""
+
+#. 4AdAz
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN105BC\n"
+"help.text"
+msgid "SQL"
+msgstr ""
+
+#. nwpGA
+#: menutools.xhp
+msgctxt ""
+"menutools.xhp\n"
+"par_idN105C0\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the SQL dialog where you can enter SQL statements.</ahelp>"
+msgstr ""
+
+#. CqteP
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"tit\n"
+"help.text"
+msgid "View"
+msgstr ""
+
+#. hK2VC
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1054D\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/menuview.xhp\">View</link>"
+msgstr ""
+
+#. 3Z8JA
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "The View menu of a database window."
+msgstr ""
+
+#. 2AidF
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10560\n"
+"help.text"
+msgid "Database Objects"
+msgstr ""
+
+#. 8Bvnx
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10564\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
+msgstr ""
+
+#. ayFXZ
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10567\n"
+"help.text"
+msgid "Forms"
+msgstr ""
+
+#. uByBf
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1056B\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the forms container and shows all forms in the detail view.</ahelp>"
+msgstr ""
+
+#. 8i64Y
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1056E\n"
+"help.text"
+msgid "Reports"
+msgstr ""
+
+#. oBrpX
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the reports container and shows all reports in the detail view.</ahelp>"
+msgstr ""
+
+#. 2BQEW
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10575\n"
+"help.text"
+msgid "Queries"
+msgstr ""
+
+#. eyZ6P
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10579\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the queries container and shows all queries in the detail view.</ahelp>"
+msgstr ""
+
+#. Ytm9B
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1057C\n"
+"help.text"
+msgid "Tables"
+msgstr ""
+
+#. Cy23D
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<ahelp hid=\".\">Selects the tables container and shows all tables in the detail view.</ahelp>"
+msgstr ""
+
+#. pjk7X
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10583\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. eTkp4
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10587\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
+msgstr ""
+
+#. sDVoW
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Ascending"
+msgstr ""
+
+#. Xojrk
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sorts the entries in the detail view in ascending order.</ahelp>"
+msgstr ""
+
+#. BbycS
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10591\n"
+"help.text"
+msgid "Descending"
+msgstr ""
+
+#. vX7Fc
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10595\n"
+"help.text"
+msgid "<ahelp hid=\".\">Sorts the entries in the detail view in descending order.</ahelp>"
+msgstr ""
+
+#. wXJzD
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN10598\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. 3HEV9
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1059C\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
+msgstr ""
+
+#. yeDpx
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN1059F\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#. GAT5A
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105B5\n"
+"help.text"
+msgid "<ahelp hid=\".\">Disables the preview in the database window.</ahelp>"
+msgstr ""
+
+#. gC6sB
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "Document Information"
+msgstr ""
+
+#. NJ2Q8
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105BC\n"
+"help.text"
+msgid "<ahelp hid=\".\">The preview window displays the document information of a form or report.</ahelp>"
+msgstr ""
+
+#. KrBDr
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105BF\n"
+"help.text"
+msgid "Document"
+msgstr ""
+
+#. GE5Rx
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105C3\n"
+"help.text"
+msgid "<ahelp hid=\".\">The preview displays the document of a form or report.</ahelp>"
+msgstr ""
+
+#. yek7q
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105C6\n"
+"help.text"
+msgid "Refresh Tables"
+msgstr ""
+
+#. 79t9N
+#: menuview.xhp
+msgctxt ""
+"menuview.xhp\n"
+"par_idN105CA\n"
+"help.text"
+msgid "<ahelp hid=\".\">Refreshes the tables. </ahelp>"
+msgstr ""
+
#. PAxTq
#: toolbars.xhp
msgctxt ""
diff --git a/source/zh-CN/helpcontent2/source/text/shared/05.po b/source/zh-CN/helpcontent2/source/text/shared/05.po
index 79f96abaf80..4a8bc072588 100644
--- a/source/zh-CN/helpcontent2/source/text/shared/05.po
+++ b/source/zh-CN/helpcontent2/source/text/shared/05.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-09-27 19:09+0200\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\n"
"PO-Revision-Date: 2019-07-10 01:38+0000\n"
"Last-Translator: Dian LI <xslidian@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1789,14 +1789,14 @@ msgctxt ""
msgid "Press <emph>Enter</emph>."
msgstr "按「<emph>回车</emph>」键。"
-#. 5DUch
+#. fFDvi
#: new_help.xhp
msgctxt ""
"new_help.xhp\n"
"par_idN10A59\n"
"help.text"
-msgid "To find the next occurrence of the search term on the page, click on the <emph>Up arrow</emph> or <emph>Down arrow</emph> to find the previous or next occurrence."
-msgstr "要查找搜索关键词在页面中下一处出现的地方,请点击「<emph>向上箭头</emph>」或「<emph>向下箭头</emph>」查找之前或之后出现的地方。"
+msgid "To find the previous occurrence of the search term on the page, click on the <emph>Up arrow</emph>. To find the next occurrence, click on the <emph>Down arrow</emph>."
+msgstr ""
#. mtikB
#: new_help.xhp
diff --git a/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po b/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po
index d6c7cf946a8..8da8929dcf4 100644
--- a/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/zh-CN/helpcontent2/source/text/shared/explorer/database.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-10-25 12:49+0200\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\n"
"PO-Revision-Date: 2019-07-10 01:38+0000\n"
"Last-Translator: Dian LI <xslidian@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,1149 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562722697.000000\n"
-#. rw2xT
-#: menubar.xhp
-msgctxt ""
-"menubar.xhp\n"
-"tit\n"
-"help.text"
-msgid "Menus"
-msgstr "菜单"
-
-#. 9pFSp
-#: menubar.xhp
-msgctxt ""
-"menubar.xhp\n"
-"par_idN10552\n"
-"help.text"
-msgid "<variable id=\"titletext\"><link href=\"text/shared/explorer/database/menubar.xhp\">Menus</link></variable>"
-msgstr "<variable id=\"titletext\"><link href=\"text/shared/explorer/database/menubar.xhp\">菜单</link></variable>"
-
-#. xRQaH
-#: menubar.xhp
-msgctxt ""
-"menubar.xhp\n"
-"par_idN10562\n"
-"help.text"
-msgid "In the database window, you see a new set of menu commands for working on the current database file."
-msgstr "在数据库窗口中,可以看到一组新的用于处理当前数据库文件的菜单命令。"
-
-#. ELZ6P
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit"
-msgstr "编辑"
-
-#. GjMMC
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN1054D\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/menuedit.xhp\">Edit</link>"
-msgstr "<link href=\"text/shared/explorer/database/menuedit.xhp\">编辑</link>"
-
-#. pGydt
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN1055D\n"
-"help.text"
-msgid "The Edit menu of a database window."
-msgstr ""
-
-#. 9Djqz
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN10560\n"
-"help.text"
-msgid "Copy"
-msgstr "复制"
-
-#. foKkC
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN10564\n"
-"help.text"
-msgid "<ahelp hid=\".\">Copies the selected object to the clipboard.</ahelp>"
-msgstr "<ahelp hid=\".\">将选中的对象复制到剪贴板中。</ahelp>"
-
-#. rEEsQ
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN10567\n"
-"help.text"
-msgid "Paste"
-msgstr "粘贴"
-
-#. Go5ji
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN1056B\n"
-"help.text"
-msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
-msgstr "<ahelp hid=\".\">从剪贴板插入项目。如果需要,可以将表单和报表 (包括子文件夹) 从一个数据库文件插入另一个数据库文件。</ahelp>"
-
-#. CU3BC
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN1056E\n"
-"help.text"
-msgid "Paste Special"
-msgstr "选择性粘贴"
-
-#. AxkJA
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN10572\n"
-"help.text"
-msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>"
-msgstr "<ahelp hid=\".\">从剪贴板插入项目。如果需要,可以将表单和报表 (包括子文件夹) 从一个数据库文件插入另一个数据库文件。</ahelp>"
-
-#. zGGGW
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105D7\n"
-"help.text"
-msgid "Select All"
-msgstr "全选"
-
-#. sL6Wv
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105DB\n"
-"help.text"
-msgid "<ahelp hid=\".\">Selects all entries, including subfolders, in the lower part of the database window.</ahelp>"
-msgstr "<ahelp hid=\".\">选择数据库窗口下方区域中的所有条目,包括子文件夹。</ahelp>"
-
-#. LMbBp
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"hd_id3153683\n"
-"help.text"
-msgid "Edit"
-msgstr "编辑"
-
-#. MnMPd
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_id3147209\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a window where you can edit the selected table, query, form, or report.</ahelp>"
-msgstr "<ahelp hid=\".\">打开一个窗口,可在其中编辑选中表格、查询、表单或报表。</ahelp>"
-
-#. NCnUw
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"hd_id3145315\n"
-"help.text"
-msgid "Delete"
-msgstr "删除"
-
-#. TmCdC
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_id3153666\n"
-"help.text"
-msgid "<ahelp hid=\".\">Deletes the selected table, query, form, or report.</ahelp>"
-msgstr ""
-
-#. uuDM2
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN1057C\n"
-"help.text"
-msgid "Rename"
-msgstr "重命名"
-
-#. 7W5uU
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN10580\n"
-"help.text"
-msgid "<ahelp hid=\".\">Renames the selected object. Depending on the database, some names, characters, and name length might be invalid.</ahelp>"
-msgstr "<ahelp hid=\".\">重命名选中的对象。根据数据库的不同,某些名称、字符和名称长度可能无效。</ahelp>"
-
-#. CGeTi
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "Open"
-msgstr "打开"
-
-#. 7NkEK
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN1058E\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the selected object in the last saved state.</ahelp>"
-msgstr "<ahelp hid=\".\">打开处于上次保存状态的选中对象。</ahelp>"
-
-#. GoDcA
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN10591\n"
-"help.text"
-msgid "Create as View"
-msgstr "创建为视图"
-
-#. sF34n
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105A7\n"
-"help.text"
-msgid "<ahelp hid=\".\">Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database.</ahelp>"
-msgstr "<ahelp hid=\".\">将选中的查询转换成视图。原始查询保存在数据库文件中,并在数据库服务器上生成一个视图。必须具有写入权限才能将视图添加到数据库。</ahelp>"
-
-#. s7wwJ
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105AA\n"
-"help.text"
-msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
-msgstr "大部分数据库都使用查询来筛选或排序数据库表格,以在您的计算机上显示记录。视图提供与查询相同的功能,但在服务器端提供。如果您的数据库处于支持视图的服务器上,可以使用视图来筛选服务器上的记录以加速显示。"
-
-#. 7NDGC
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105AD\n"
-"help.text"
-msgid "Form Wizard"
-msgstr "表单向导"
-
-#. LZsjA
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link> for the selected table, query, or view.</ahelp>"
-msgstr "<ahelp hid=\".\">为选中的表格、查询或视图启动<link href=\"text/shared/autopi/01090000.xhp\">表单向导</link>。</ahelp>"
-
-#. BUWRg
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105C2\n"
-"help.text"
-msgid "Report Wizard"
-msgstr "报表向导"
-
-#. U7xE3
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105C6\n"
-"help.text"
-msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> for the selected table, query, or view.</ahelp>"
-msgstr "<ahelp hid=\".\">为选中的表格、查询或视图启动<link href=\"text/shared/autopi/01100000.xhp\">报表向导</link></ahelp>。"
-
-#. yNkzG
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105DE\n"
-"help.text"
-msgid "Database"
-msgstr "数据库"
-
-#. EDR8A
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105E2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
-msgstr "<ahelp hid=\".\">打开子菜单。</ahelp>"
-
-#. wBPBE
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105E5\n"
-"help.text"
-msgid "Properties"
-msgstr "属性"
-
-#. xrED8
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105E9\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Database Properties dialog.</ahelp>"
-msgstr "<ahelp hid=\".\">打开「数据库属性」对话框。</ahelp>"
-
-#. CFEiW
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105EC\n"
-"help.text"
-msgid "Connection Type"
-msgstr "连接类型"
-
-#. mhCAw
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105F0\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Connection Type Wizard.</ahelp>"
-msgstr "<ahelp hid=\".\">打开连接类型向导。</ahelp>"
-
-#. Rwk4Y
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105F3\n"
-"help.text"
-msgid "Advanced Properties"
-msgstr "高级属性"
-
-#. SAkPC
-#: menuedit.xhp
-msgctxt ""
-"menuedit.xhp\n"
-"par_idN105F7\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Advanced Properties dialog.</ahelp>"
-msgstr "<ahelp hid=\".\">打开「高级属性」对话框。</ahelp>"
-
-#. 7BAav
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"tit\n"
-"help.text"
-msgid "File"
-msgstr "文件"
-
-#. 6xmbv
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN1054D\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/menufile.xhp\">File</link>"
-msgstr "<link href=\"text/shared/explorer/database/menufile.xhp\">文件</link>"
-
-#. WXK3P
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN1055D\n"
-"help.text"
-msgid "The File menu of a database window. Only entries specific to databases are listed."
-msgstr "数据库窗口的「文件」菜单。仅列出特定于数据库的条目。"
-
-#. 9qysH
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105C0\n"
-"help.text"
-msgid "Save"
-msgstr "保存"
-
-#. E8ieA
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105C4\n"
-"help.text"
-msgid "Saves the current database file, query, form or report. For the database file, you see the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog. For the other objects, you see the <link href=\"text/shared/explorer/database/menufilesave.xhp\">Save</link> dialog."
-msgstr ""
-
-#. FAvuD
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105D5\n"
-"help.text"
-msgid "Save As"
-msgstr "另存为"
-
-#. LDiQh
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105D9\n"
-"help.text"
-msgid "Saves the current database file with another name. In the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog, select a path and file name to save."
-msgstr ""
-
-#. s3muV
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105EA\n"
-"help.text"
-msgid "Export"
-msgstr "导出"
-
-#. AXuZV
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105EE\n"
-"help.text"
-msgid "Exports the selected report or form to a text document. A dynamic report is exported as a copy of the database contents at the time of export."
-msgstr ""
-
-#. vdU9E
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105F1\n"
-"help.text"
-msgid "Send"
-msgstr "发送"
-
-#. GiW9D
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105F5\n"
-"help.text"
-msgid "Opens a submenu."
-msgstr ""
-
-#. EAusx
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105F8\n"
-"help.text"
-msgid "Email Document"
-msgstr ""
-
-#. Qxg2W
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105FC\n"
-"help.text"
-msgid "Opens the default email application to send a new email. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body."
-msgstr ""
-
-#. 9WihT
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN105FF\n"
-"help.text"
-msgid "Report as Email"
-msgstr ""
-
-#. XWAoV
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN10603\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
-msgstr ""
-
-#. 9cSVg
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN10606\n"
-"help.text"
-msgid "Report to Text Document"
-msgstr "报表至文本文档"
-
-#. SMD5C
-#: menufile.xhp
-msgctxt ""
-"menufile.xhp\n"
-"par_idN1060A\n"
-"help.text"
-msgid "<ahelp hid=\".\">Exports the selected report to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
-msgstr "<ahelp hid=\".\">将选中报表导出到文本文档。动态报表在导出时作为数据库内容副本导出。</ahelp>"
-
-#. AhvCD
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"tit\n"
-"help.text"
-msgid "Save"
-msgstr "保存"
-
-#. bMiRZ
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN10547\n"
-"help.text"
-msgid "Save"
-msgstr "保存"
-
-#. BGNgM
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN1054B\n"
-"help.text"
-msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time."
-msgstr ""
-
-#. CDw7n
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN10564\n"
-"help.text"
-msgid "Create New Directory"
-msgstr "创建新目录"
-
-#. LPGUc
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN10568\n"
-"help.text"
-msgid "<ahelp hid=\".\">Click to create a new folder within the database file.</ahelp>"
-msgstr "<ahelp hid=\".\">点击可在数据库文件中创建新文件夹。</ahelp>"
-
-#. P9r94
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN1057F\n"
-"help.text"
-msgid "Up One Level"
-msgstr "向上一级"
-
-#. 3Es6N
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN10583\n"
-"help.text"
-msgid "<ahelp hid=\".\">Click to go up one level in the folder hierarchy.</ahelp>"
-msgstr "<ahelp hid=\".\">点击可在文件夹层次结构中向上一级。</ahelp>"
-
-#. fsR7X
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN1059A\n"
-"help.text"
-msgid "File name"
-msgstr "文件名"
-
-#. vgBAe
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN1059E\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter the file name for the saved form.</ahelp>"
-msgstr "<ahelp hid=\".\">为保存的表单输入文件名。</ahelp>"
-
-#. AFEqC
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN105B5\n"
-"help.text"
-msgid "Save"
-msgstr "保存"
-
-#. 48d8x
-#: menufilesave.xhp
-msgctxt ""
-"menufilesave.xhp\n"
-"par_idN105B9\n"
-"help.text"
-msgid "<ahelp hid=\".\">Click to save the form to the database file.</ahelp>"
-msgstr "<ahelp hid=\".\">点击可将表单保存到数据库文件中。</ahelp>"
-
-#. oxGKs
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert"
-msgstr "插入"
-
-#. tCj7L
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN1054D\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/menuinsert.xhp\">Insert</link>"
-msgstr "<link href=\"text/shared/explorer/database/menuinsert.xhp\">插入</link>"
-
-#. NAACF
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN1055D\n"
-"help.text"
-msgid "The Insert menu of a database window."
-msgstr ""
-
-#. JCkjX
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN10560\n"
-"help.text"
-msgid "Form"
-msgstr "表单"
-
-#. FoJp3
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN10576\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a new text document in form mode.</ahelp>"
-msgstr "<ahelp hid=\".\">以表单模式打开新文本文档。</ahelp>"
-
-#. Gfck8
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN1058B\n"
-"help.text"
-msgid "Report"
-msgstr "报表"
-
-#. MT4CQ
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN1058F\n"
-"help.text"
-msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>"
-msgstr "<ahelp hid=\".\">为选中的表格、视图和查询启动<link href=\"text/shared/explorer/database/rep_main.xhp\">报表构建器</link>窗口。</ahelp>"
-
-#. 99GPr
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105A0\n"
-"help.text"
-msgid "Query (Design View)"
-msgstr "查询 (设计视图)"
-
-#. nSGAS
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105A4\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a new query in design mode.</ahelp>"
-msgstr "<ahelp hid=\".\">以设计模式打开新查询。</ahelp>"
-
-#. HBCDy
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105A7\n"
-"help.text"
-msgid "Query (SQL View)"
-msgstr "查询 (SQL 视图)"
-
-#. xMKBY
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105AB\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a new query in SQL mode.</ahelp>"
-msgstr "<ahelp hid=\".\">以 SQL 模式打开新查询。</ahelp>"
-
-#. hePEE
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105AE\n"
-"help.text"
-msgid "Table Design"
-msgstr "表格设计"
-
-#. eSSzA
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105C4\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the table design view.</ahelp>"
-msgstr "<ahelp hid=\".\">打开表格设计视图。</ahelp>"
-
-#. dDYAD
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105C7\n"
-"help.text"
-msgid "View Design"
-msgstr "视图设计"
-
-#. E2CpK
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN10669\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a new view in design mode.</ahelp>"
-msgstr "<ahelp hid=\".\">以设计模式打开新视图。</ahelp>"
-
-#. EcAYG
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105E0\n"
-"help.text"
-msgid "View (Simple)"
-msgstr "视图 (简单)"
-
-#. 5diz4
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105F6\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a new view in SQL mode.</ahelp>"
-msgstr "<ahelp hid=\".\">以 SQL 模式打开新视图。</ahelp>"
-
-#. UAFhR
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN105F9\n"
-"help.text"
-msgid "Folder"
-msgstr "文件夹"
-
-#. KMLGR
-#: menuinsert.xhp
-msgctxt ""
-"menuinsert.xhp\n"
-"par_idN1060F\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a dialog where you can save a new folder in the database file.</ahelp>"
-msgstr "<ahelp hid=\".\">打开一个对话框,您可以在该对话框中将新文件夹保存在数据库文件中。</ahelp>"
-
-#. eMZgB
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tools"
-msgstr "工具"
-
-#. eEBcd
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN1054D\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/menutools.xhp\">Tools</link>"
-msgstr "<link href=\"text/shared/explorer/database/menutools.xhp\">工具</link>"
-
-#. 2XuD9
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN1055D\n"
-"help.text"
-msgid "The Tools menu of a database window."
-msgstr ""
-
-#. yQdGR
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN10560\n"
-"help.text"
-msgid "Relationships"
-msgstr "关系"
-
-#. DKgXb
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN10576\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/sdatabase/05020000.xhp\">Relation Design</link> view and checks whether the database connection supports relations.</ahelp>"
-msgstr ""
-
-#. B2YV6
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "User Administration"
-msgstr "用户管理"
-
-#. bBBaA
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN1058E\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the User Administration dialog if the database supports this feature.</ahelp>"
-msgstr "<ahelp hid=\".\">打开「用户管理」对话框 (如果数据库支持此功能)。</ahelp>"
-
-#. VThyT
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"hd_id3153880\n"
-"help.text"
-msgid "Table Filter"
-msgstr "表格过滤器"
-
-#. koDKE
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_id3153252\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Table Filter dialog where you can specify which tables of the database to show or to hide.</ahelp>"
-msgstr ""
-
-#. YTER3
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_id3150670\n"
-"help.text"
-msgid "Select the tables that you want to filter in the <emph>Filter</emph> list."
-msgstr "在「<emph>筛选器</emph>」列表中选择要筛选的表格。"
-
-#. ADDYD
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_id3150985\n"
-"help.text"
-msgid "If you select the topmost table in a hierarchy, all of the tables in the hierarchy are selected."
-msgstr "如果选择等级式结构中最上层的表格,则等级式结构中所有的表格都将被选中。"
-
-#. evFBu
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_id3152349\n"
-"help.text"
-msgid "If you select a table that is at a lower level in the hierarchy, the tables that occur above it in the hierarchy are not selected."
-msgstr "如果选择等级式结构中较下层的表格,则结构中位于该层之上的表格不会被选中。"
-
-#. 4AdAz
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN105BC\n"
-"help.text"
-msgid "SQL"
-msgstr "执行 SQL"
-
-#. nwpGA
-#: menutools.xhp
-msgctxt ""
-"menutools.xhp\n"
-"par_idN105C0\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the SQL dialog where you can enter SQL statements.</ahelp>"
-msgstr "<ahelp hid=\".\">打开 SQL 对话框,您可以在该对话框中输入 SQL 语句。</ahelp>"
-
-#. CqteP
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"tit\n"
-"help.text"
-msgid "View"
-msgstr "视图"
-
-#. fpETE
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1054D\n"
-"help.text"
-msgid "<link href=\"text/shared/explorer/database/menuview.xhp\">View</link>"
-msgstr "<link href=\"text/shared/explorer/database/menuview.xhp\">视图</link>"
-
-#. 3Z8JA
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1055D\n"
-"help.text"
-msgid "The View menu of a database window."
-msgstr ""
-
-#. 2AidF
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10560\n"
-"help.text"
-msgid "Database Objects"
-msgstr "数据库对象"
-
-#. 8Bvnx
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10564\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
-msgstr "<ahelp hid=\".\">打开子菜单。</ahelp>"
-
-#. ayFXZ
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10567\n"
-"help.text"
-msgid "Forms"
-msgstr "表单"
-
-#. uByBf
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1056B\n"
-"help.text"
-msgid "<ahelp hid=\".\">Selects the forms container and shows all forms in the detail view.</ahelp>"
-msgstr "<ahelp hid=\".\">选择表单容器,并在细节视图中显示所有表单。</ahelp>"
-
-#. 8i64Y
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1056E\n"
-"help.text"
-msgid "Reports"
-msgstr "报表"
-
-#. oBrpX
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10572\n"
-"help.text"
-msgid "<ahelp hid=\".\">Selects the reports container and shows all reports in the detail view.</ahelp>"
-msgstr "<ahelp hid=\".\">选择报表容器,并在细节视图中显示所有报表。</ahelp>"
-
-#. 2BQEW
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10575\n"
-"help.text"
-msgid "Queries"
-msgstr "查询"
-
-#. eyZ6P
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10579\n"
-"help.text"
-msgid "<ahelp hid=\".\">Selects the queries container and shows all queries in the detail view.</ahelp>"
-msgstr "<ahelp hid=\".\">选择查询容器,并在细节视图中显示所有查询。</ahelp>"
-
-#. Ytm9B
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1057C\n"
-"help.text"
-msgid "Tables"
-msgstr "表格"
-
-#. Cy23D
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10580\n"
-"help.text"
-msgid "<ahelp hid=\".\">Selects the tables container and shows all tables in the detail view.</ahelp>"
-msgstr "<ahelp hid=\".\">选择表格容器,并在细节视图中显示所有表格。</ahelp>"
-
-#. pjk7X
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10583\n"
-"help.text"
-msgid "Sort"
-msgstr "排序"
-
-#. eTkp4
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10587\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
-msgstr "<ahelp hid=\".\">打开子菜单。</ahelp>"
-
-#. sDVoW
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "Ascending"
-msgstr "升序"
-
-#. Xojrk
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1058E\n"
-"help.text"
-msgid "<ahelp hid=\".\">Sorts the entries in the detail view in ascending order.</ahelp>"
-msgstr "<ahelp hid=\".\">将条目在细节视图中按升序排序。</ahelp>"
-
-#. BbycS
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10591\n"
-"help.text"
-msgid "Descending"
-msgstr "降序"
-
-#. vX7Fc
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10595\n"
-"help.text"
-msgid "<ahelp hid=\".\">Sorts the entries in the detail view in descending order.</ahelp>"
-msgstr "<ahelp hid=\".\">将条目在细节视图中按降序排序。</ahelp>"
-
-#. wXJzD
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN10598\n"
-"help.text"
-msgid "Preview"
-msgstr "预览"
-
-#. 3HEV9
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1059C\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>"
-msgstr "<ahelp hid=\".\">打开子菜单。</ahelp>"
-
-#. yeDpx
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN1059F\n"
-"help.text"
-msgid "None"
-msgstr "打开/关闭"
-
-#. GAT5A
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN105B5\n"
-"help.text"
-msgid "<ahelp hid=\".\">Disables the preview in the database window.</ahelp>"
-msgstr "<ahelp hid=\".\">在数据库窗口中启用或禁用预览。</ahelp>"
-
-#. gC6sB
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN105B8\n"
-"help.text"
-msgid "Document Information"
-msgstr "文档信息"
-
-#. NJ2Q8
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN105BC\n"
-"help.text"
-msgid "<ahelp hid=\".\">The preview window displays the document information of a form or report.</ahelp>"
-msgstr "<ahelp hid=\".\">预览窗口显示表单或报表的文档信息。</ahelp>"
-
-#. KrBDr
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN105BF\n"
-"help.text"
-msgid "Document"
-msgstr "文档"
-
-#. GE5Rx
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN105C3\n"
-"help.text"
-msgid "<ahelp hid=\".\">The preview displays the document of a form or report.</ahelp>"
-msgstr "<ahelp hid=\".\">预览显示表单或报表的文档。</ahelp>"
-
-#. yek7q
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN105C6\n"
-"help.text"
-msgid "Refresh Tables"
-msgstr "刷新表格"
-
-#. 79t9N
-#: menuview.xhp
-msgctxt ""
-"menuview.xhp\n"
-"par_idN105CA\n"
-"help.text"
-msgid "<ahelp hid=\".\">Refreshes the tables. </ahelp>"
-msgstr "<ahelp hid=\".\">刷新表格。</ahelp>"
-
#. kyYMn
#: migrate_macros.xhp
msgctxt ""
diff --git a/source/zh-CN/helpcontent2/source/text/shared/guide.po b/source/zh-CN/helpcontent2/source/text/shared/guide.po
index 2b9afc2969b..5cff3fef00f 100644
--- a/source/zh-CN/helpcontent2/source/text/shared/guide.po
+++ b/source/zh-CN/helpcontent2/source/text/shared/guide.po
@@ -3,9 +3,9 @@ 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-10-29 13:14+0200\n"
-"PO-Revision-Date: 2021-02-17 15:04+0000\n"
-"Last-Translator: Ming Hua <plateauwolf@qq.com>\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\n"
+"PO-Revision-Date: 2021-11-03 10:37+0000\n"
+"Last-Translator: 锁琨珑 <suokunlong@126.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/zh_Hans/>\n"
"Language: zh-CN\n"
"MIME-Version: 1.0\n"
@@ -4028,7 +4028,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "File Conversion Filters Tables"
-msgstr "文件转换筛选器表格"
+msgstr "文件转换筛选器清单"
#. zKiAm
#: convertfilters.xhp
@@ -4037,7 +4037,7 @@ msgctxt ""
"bm_id541554406270299\n"
"help.text"
msgid "<bookmark_value>filters;document conversion</bookmark_value> <bookmark_value>document conversion;filters</bookmark_value> <bookmark_value>convert-to;filters</bookmark_value> <bookmark_value>command line document conversion;filters</bookmark_value> <bookmark_value>module file filters</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>筛选器;文件转换;文档转换</bookmark_value><bookmark_value>文件转换;文档转换;筛选器</bookmark_value><bookmark_value>convert-to;筛选器</bookmark_value><bookmark_value>命令行文件转换;命令行文档转换;筛选器</bookmark_value><bookmark_value>文件转换模块</bookmark_value>"
#. R5bPc
#: convertfilters.xhp
@@ -4046,7 +4046,7 @@ msgctxt ""
"hd_id771554399002497\n"
"help.text"
msgid "<variable id=\"convertfilters_h1\"><link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">File Conversion Filter Names</link></variable>"
-msgstr ""
+msgstr "<variable id=\"convertfilters_h1\"><link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">文件转换筛选器名称清单</link></variable>"
#. EoDwz
#: convertfilters.xhp
@@ -4055,7 +4055,7 @@ msgctxt ""
"par_id581554399002498\n"
"help.text"
msgid "<variable id=\"commandline_intro\"> <ahelp hid=\".\">Tables with filter names for <link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">command line</link> document conversion.</ahelp> </variable>"
-msgstr ""
+msgstr "<variable id=\"commandline_intro\"> <ahelp hid=\".\">在进行<link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">命令行</link>文件转换时可能会用到的转换器名称清单 </ahelp> </variable>"
#. Whybs
#: convertfilters.xhp
@@ -4064,7 +4064,7 @@ msgctxt ""
"hd_id531633524464103\n"
"help.text"
msgid "Usage"
-msgstr ""
+msgstr "用法"
#. vcWaC
#: convertfilters.xhp
@@ -4073,7 +4073,7 @@ msgctxt ""
"par_id801633524474460\n"
"help.text"
msgid "Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">command line</link>."
-msgstr ""
+msgstr "转换器名称用于导入或导出各种受支持的文件格式,或者用于通过 <link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">命令行</link>进行文件格式的转换。"
#. QAzjK
#: convertfilters.xhp
@@ -4082,7 +4082,7 @@ msgctxt ""
"par_id00tablehead\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\"> <variable visibility=\"hidden\" id=\"filtername\">Filter Name</variable> <variable visibility=\"hidden\" id=\"apiname\">API Name</variable> <variable visibility=\"hidden\" id=\"mediatype\">Media Type (Extension)</variable> </ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\"> <variable visibility=\"hidden\" id=\"filtername\">筛选器名称</variable> <variable visibility=\"hidden\" id=\"apiname\">API 名称</variable> <variable visibility=\"hidden\" id=\"mediatype\">媒介类型(扩展名)</variable> </ahelp>"
#. TDrTw
#: convertfilters.xhp
@@ -4100,7 +4100,7 @@ msgctxt ""
"hd_000writer\n"
"help.text"
msgid "Filters for WRITER"
-msgstr "供 Writer 使用的筛选器"
+msgstr "Writer 中的筛选器"
#. cqFhB
#: convertfilters.xhp
@@ -4109,7 +4109,7 @@ msgctxt ""
"FilterName_HTML__StarWriter_\n"
"help.text"
msgid "HTML Document (Writer)"
-msgstr ""
+msgstr "HTML 文档 (Writer)"
#. n9LGr
#: convertfilters.xhp
@@ -4118,7 +4118,7 @@ msgctxt ""
"FilterName_MS_WinWord_5\n"
"help.text"
msgid "Microsoft WinWord 1/2/5"
-msgstr ""
+msgstr "Microsoft WinWord 1/2/5"
#. xD2w9
#: convertfilters.xhp
@@ -4127,7 +4127,7 @@ msgctxt ""
"FilterName_MS_WinWord_6.0\n"
"help.text"
msgid "Microsoft Word 6.0"
-msgstr ""
+msgstr "Microsoft Word 6.0"
#. SJ7vD
#: convertfilters.xhp
@@ -4136,7 +4136,7 @@ msgctxt ""
"FilterName_MS_Word_95\n"
"help.text"
msgid "Microsoft Word 95"
-msgstr ""
+msgstr "Microsoft Word 95"
#. ZAyCh
#: convertfilters.xhp
@@ -4145,7 +4145,7 @@ msgctxt ""
"FilterName_MS_Word_95_Vorlage\n"
"help.text"
msgid "Microsoft Word 95 Template"
-msgstr ""
+msgstr "Microsoft Word 95 模板"
#. CDvco
#: convertfilters.xhp
@@ -4154,7 +4154,7 @@ msgctxt ""
"FilterName_MS_Word_97\n"
"help.text"
msgid "Word 97–2003"
-msgstr ""
+msgstr "Word 97–2003"
#. uudBm
#: convertfilters.xhp
@@ -4163,7 +4163,7 @@ msgctxt ""
"FilterName_MS_Word_97_Vorlage\n"
"help.text"
msgid "Word 97–2003 Template"
-msgstr ""
+msgstr "Word 97–2003 模板"
#. ZCDT8
#: convertfilters.xhp
@@ -4172,7 +4172,7 @@ msgctxt ""
"FilterName_OpenDocument_Text_Flat_XML\n"
"help.text"
msgid "Flat XML ODF Text Document"
-msgstr ""
+msgstr "Flat XML ODF 文本文档"
#. eSFGw
#: convertfilters.xhp
@@ -4181,7 +4181,7 @@ msgctxt ""
"FilterName_Rich_Text_Format\n"
"help.text"
msgid "Rich Text"
-msgstr ""
+msgstr "富文本"
#. pDv4t
#: convertfilters.xhp
@@ -4190,7 +4190,7 @@ msgctxt ""
"FilterName_StarOffice_XML__Writer_\n"
"help.text"
msgid "OpenOffice.org 1.0 Text Document"
-msgstr ""
+msgstr "OpenOffice.org 1.0 文本文档"
#. PmERP
#: convertfilters.xhp
@@ -4199,7 +4199,7 @@ msgctxt ""
"FilterName_WordPerfect\n"
"help.text"
msgid "WordPerfect Document"
-msgstr ""
+msgstr "WordPerfect 文档"
#. yrGa7
#: convertfilters.xhp
@@ -4208,7 +4208,7 @@ msgctxt ""
"FilterName_MS_Works\n"
"help.text"
msgid "Microsoft Works Document"
-msgstr ""
+msgstr "Microsoft Works 文档"
#. yeAAo
#: convertfilters.xhp
@@ -4217,7 +4217,7 @@ msgctxt ""
"FilterName_MS_Write\n"
"help.text"
msgid "Microsoft Write"
-msgstr ""
+msgstr "Microsoft Write"
#. 8tUJt
#: convertfilters.xhp
@@ -4226,7 +4226,7 @@ msgctxt ""
"FilterName_DosWord\n"
"help.text"
msgid "Microsoft Word for DOS"
-msgstr ""
+msgstr "Microsoft Word for DOS"
#. RRhzm
#: convertfilters.xhp
@@ -4235,7 +4235,7 @@ msgctxt ""
"FilterName_ClarisWorks\n"
"help.text"
msgid "ClarisWorks/AppleWorks Text Document"
-msgstr ""
+msgstr "ClarisWorks/AppleWorks 文本文档"
#. KRYRG
#: convertfilters.xhp
@@ -4244,7 +4244,7 @@ msgctxt ""
"FilterName_Mac_Word\n"
"help.text"
msgid "Microsoft Word for Mac (v1 - v5)"
-msgstr ""
+msgstr "Microsoft Word for Mac (v1 - v5)"
#. G7SHX
#: convertfilters.xhp
@@ -4253,7 +4253,7 @@ msgctxt ""
"FilterName_Mac_Works\n"
"help.text"
msgid "Microsoft Works for Mac Text Document (v1 - v4)"
-msgstr ""
+msgstr "Microsoft Works for Mac 文本文档 (v1 - v4)"
#. sdUTZ
#: convertfilters.xhp
@@ -4262,7 +4262,7 @@ msgctxt ""
"FilterName_MacWrite\n"
"help.text"
msgid "MacWrite Document"
-msgstr ""
+msgstr "MacWrite 文档"
#. kNAGd
#: convertfilters.xhp
@@ -4271,7 +4271,7 @@ msgctxt ""
"FilterName_Mariner_Write\n"
"help.text"
msgid "Mariner Write Mac Classic v1.6 - v3.5"
-msgstr ""
+msgstr "Mariner Write Mac 传统文档 v1.6 - v3.5"
#. hauDe
#: convertfilters.xhp
@@ -4280,7 +4280,7 @@ msgctxt ""
"FilterName_WriteNow\n"
"help.text"
msgid "WriteNow Document"
-msgstr ""
+msgstr "WriteNow 文档"
#. XB2mE
#: convertfilters.xhp
@@ -4289,7 +4289,7 @@ msgctxt ""
"FilterName_AbiWord\n"
"help.text"
msgid "AbiWord Document"
-msgstr ""
+msgstr "AbiWord 文档"
#. AkpXt
#: convertfilters.xhp
@@ -4298,7 +4298,7 @@ msgctxt ""
"FilterName_T602Document\n"
"help.text"
msgid "T602 Document"
-msgstr ""
+msgstr "T602 文档"
#. BtFCB
#: convertfilters.xhp
@@ -4307,7 +4307,7 @@ msgctxt ""
"FilterName_LotusWordPro\n"
"help.text"
msgid "Lotus WordPro Document"
-msgstr ""
+msgstr "Lotus WordPro 文档"
#. iGofq
#: convertfilters.xhp
@@ -4316,7 +4316,7 @@ msgctxt ""
"FilterName_Text\n"
"help.text"
msgid "Text"
-msgstr ""
+msgstr "Text 纯文本文档"
#. mCyqh
#: convertfilters.xhp
@@ -4325,7 +4325,7 @@ msgctxt ""
"FilterName_Text__encoded_\n"
"help.text"
msgid "Text - Choose Encoding"
-msgstr ""
+msgstr "Text 纯文本文档- 选择编码"
#. fviHV
#: convertfilters.xhp
@@ -4334,7 +4334,7 @@ msgctxt ""
"FilterName_writer_MIZI_Hwp_97\n"
"help.text"
msgid "Hangul WP 97"
-msgstr ""
+msgstr "Hangul WP 97"
#. zZWv7
#: convertfilters.xhp
@@ -4343,7 +4343,7 @@ msgctxt ""
"FilterName_writer_StarOffice_XML_Writer_Template\n"
"help.text"
msgid "OpenOffice.org 1.0 Text Document Template"
-msgstr ""
+msgstr "OpenOffice.org 1.0 文本文档模板"
#. 8CLpE
#: convertfilters.xhp
@@ -4352,7 +4352,7 @@ msgctxt ""
"FilterName_writer_pdf_Export\n"
"help.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF - 便携式文档格式"
#. WFAmn
#: convertfilters.xhp
@@ -4361,7 +4361,7 @@ msgctxt ""
"FilterName_writer8\n"
"help.text"
msgid "ODF Text Document"
-msgstr ""
+msgstr "ODF 文本文档"
#. EPBGH
#: convertfilters.xhp
@@ -4370,7 +4370,7 @@ msgctxt ""
"FilterName_writer8_template\n"
"help.text"
msgid "ODF Text Document Template"
-msgstr ""
+msgstr "ODF 文本文档模板"
#. yXkkF
#: convertfilters.xhp
@@ -4379,7 +4379,7 @@ msgctxt ""
"FilterName_MS_Word_2007_XML\n"
"help.text"
msgid "Word 2007–365"
-msgstr ""
+msgstr "Word 2007–365"
#. LZDsv
#: convertfilters.xhp
@@ -4388,7 +4388,7 @@ msgctxt ""
"FilterName_MS_Word_2007_XML_Template\n"
"help.text"
msgid "Word 2007–365 Template"
-msgstr ""
+msgstr "Word 2007–365 模板"
#. YeRCc
#: convertfilters.xhp
@@ -4397,7 +4397,7 @@ msgctxt ""
"FilterName_MS_Word_2007_XML_VBA\n"
"help.text"
msgid "Word 2007–365 VBA"
-msgstr ""
+msgstr "Word 2007–365 VBA"
#. usXDW
#: convertfilters.xhp
@@ -4406,7 +4406,7 @@ msgctxt ""
"FilterName_Office_Open_XML_Text\n"
"help.text"
msgid "Office Open XML Text (Transitional)"
-msgstr ""
+msgstr "Office Open XML 文本文档(过渡型)"
#. 4Se77
#: convertfilters.xhp
@@ -4415,7 +4415,7 @@ msgctxt ""
"FilterName_Office_Open_XML_Text_Template\n"
"help.text"
msgid "Office Open XML Text Template (Transitional)"
-msgstr ""
+msgstr "Office Open XML 文本文档模板(过渡型)"
#. 7qLEf
#: convertfilters.xhp
@@ -4424,7 +4424,7 @@ msgctxt ""
"FilterName_writer_layout_dump\n"
"help.text"
msgid "Writer Layout XML"
-msgstr ""
+msgstr "Writer Layout XML"
#. nxmVA
#: convertfilters.xhp
@@ -4433,7 +4433,7 @@ msgctxt ""
"FilterName_writer_indexing_export\n"
"help.text"
msgid "Writer Indexing Export XML"
-msgstr ""
+msgstr "Writer 索引导出式 XML"
#. Va5zD
#: convertfilters.xhp
@@ -4442,7 +4442,7 @@ msgctxt ""
"FilterName_BroadBand_eBook\n"
"help.text"
msgid "BroadBand eBook"
-msgstr ""
+msgstr "BroadBand 电子书"
#. xv2HX
#: convertfilters.xhp
@@ -4451,7 +4451,7 @@ msgctxt ""
"FilterName_FictionBook_2\n"
"help.text"
msgid "FictionBook 2.0"
-msgstr ""
+msgstr "FictionBook 2.0"
#. eGEV2
#: convertfilters.xhp
@@ -4460,7 +4460,7 @@ msgctxt ""
"FilterName_PalmDoc\n"
"help.text"
msgid "PalmDoc eBook"
-msgstr ""
+msgstr "PalmDoc 电子书"
#. s5QPG
#: convertfilters.xhp
@@ -4469,7 +4469,7 @@ msgctxt ""
"FilterName_Plucker_eBook\n"
"help.text"
msgid "Plucker eBook"
-msgstr ""
+msgstr "Plucker 电子书"
#. axzuL
#: convertfilters.xhp
@@ -4478,7 +4478,7 @@ msgctxt ""
"FilterName_Apple_Pages\n"
"help.text"
msgid "Apple Pages"
-msgstr ""
+msgstr "Apple Pages"
#. 3jzkE
#: convertfilters.xhp
@@ -4487,7 +4487,7 @@ msgctxt ""
"FilterName_MWAW_Text_Document\n"
"help.text"
msgid "Legacy Mac Text Document"
-msgstr ""
+msgstr "旧式 Mac 文本文档"
#. KC9Cu
#: convertfilters.xhp
@@ -4496,7 +4496,7 @@ msgctxt ""
"FilterName_Palm_Text_Document\n"
"help.text"
msgid "Palm Text Document"
-msgstr ""
+msgstr "Palm 文本文档"
#. Fy4FN
#: convertfilters.xhp
@@ -4505,7 +4505,7 @@ msgctxt ""
"FilterName_StarOffice_Writer\n"
"help.text"
msgid "Legacy StarOffice Text Document"
-msgstr ""
+msgstr "旧式 StarOffice 文本文档"
#. Qsixv
#: convertfilters.xhp
@@ -4514,7 +4514,7 @@ msgctxt ""
"FilterName_EPUB\n"
"help.text"
msgid "EPUB Document"
-msgstr ""
+msgstr "EPUB 电子书文档"
#. eaj67
#: convertfilters.xhp
@@ -4523,7 +4523,7 @@ msgctxt ""
"FilterName_PocketWord_File\n"
"help.text"
msgid "Pocket Word"
-msgstr ""
+msgstr "Pocket Word"
#. Lapv3
#: convertfilters.xhp
@@ -4541,7 +4541,7 @@ msgctxt ""
"hd_000calc\n"
"help.text"
msgid "Filters for CALC"
-msgstr "供 Calc 使用的筛选器"
+msgstr "Calc 中的的筛选器"
#. EuWnD
#: convertfilters.xhp
@@ -4550,7 +4550,7 @@ msgctxt ""
"FilterName_DIF\n"
"help.text"
msgid "Data Interchange Format"
-msgstr ""
+msgstr "数据交货格式"
#. 7q9Nb
#: convertfilters.xhp
@@ -4559,7 +4559,7 @@ msgctxt ""
"FilterName_HTML__StarCalc_\n"
"help.text"
msgid "HTML Document (Calc)"
-msgstr ""
+msgstr "HTML 文档 (Calc)"
#. yPYR6
#: convertfilters.xhp
@@ -4568,7 +4568,7 @@ msgctxt ""
"FilterName_OpenDocument_Spreadsheet_Flat_XML\n"
"help.text"
msgid "Flat XML ODF Spreadsheet"
-msgstr ""
+msgstr "扁平 XML 式 ODF 电子表格"
#. rNgHW
#: convertfilters.xhp
@@ -4577,7 +4577,7 @@ msgctxt ""
"FilterName_Lotus\n"
"help.text"
msgid "Lotus 1-2-3"
-msgstr ""
+msgstr "Lotus 1-2-3"
#. AEi8i
#: convertfilters.xhp
@@ -4586,7 +4586,7 @@ msgctxt ""
"FilterName_Quattro_Pro_6.0\n"
"help.text"
msgid "Quattro Pro 6.0"
-msgstr ""
+msgstr "Quattro Pro 6.0"
#. mDJp3
#: convertfilters.xhp
@@ -4595,7 +4595,7 @@ msgctxt ""
"FilterName_MS_Excel_4.0\n"
"help.text"
msgid "Microsoft Excel 4.0"
-msgstr ""
+msgstr "Microsoft Excel 4.0"
#. hgBXj
#: convertfilters.xhp
@@ -4604,7 +4604,7 @@ msgctxt ""
"FilterName_MS_Excel_4.0_Vorlage_Template\n"
"help.text"
msgid "Microsoft Excel 4.0 Template"
-msgstr ""
+msgstr "Microsoft Excel 4.0 模板"
#. 3oEkA
#: convertfilters.xhp
@@ -4613,7 +4613,7 @@ msgctxt ""
"FilterName_MS_Excel_5.0_95\n"
"help.text"
msgid "Microsoft Excel 5.0"
-msgstr ""
+msgstr "Microsoft Excel 5.0"
#. Uy7kn
#: convertfilters.xhp
@@ -4622,7 +4622,7 @@ msgctxt ""
"FilterName_MS_Excel_5.0_95_Vorlage_Template\n"
"help.text"
msgid "Microsoft Excel 5.0 Template"
-msgstr ""
+msgstr "Microsoft Excel 5.0 模板"
#. 4CJZN
#: convertfilters.xhp
@@ -4631,7 +4631,7 @@ msgctxt ""
"FilterName_MS_Excel_95\n"
"help.text"
msgid "Microsoft Excel 95"
-msgstr ""
+msgstr "Microsoft Excel 95"
#. XGsPE
#: convertfilters.xhp
@@ -4640,7 +4640,7 @@ msgctxt ""
"FilterName_MS_Excel_95_Vorlage_Template\n"
"help.text"
msgid "Microsoft Excel 95 Template"
-msgstr ""
+msgstr "Microsoft Excel 95 模板"
#. wVQpy
#: convertfilters.xhp
@@ -4649,7 +4649,7 @@ msgctxt ""
"FilterName_MS_Excel_97\n"
"help.text"
msgid "Excel 97–2003"
-msgstr ""
+msgstr "Excel 97–2003"
#. gXYBx
#: convertfilters.xhp
@@ -4658,7 +4658,7 @@ msgctxt ""
"FilterName_MS_Excel_97_Vorlage_Template\n"
"help.text"
msgid "Excel 97–2003 Template"
-msgstr ""
+msgstr "Excel 97–2003 模板"
#. ZHc63
#: convertfilters.xhp
@@ -4667,7 +4667,7 @@ msgctxt ""
"FilterName_Rich_Text_Format__StarCalc_\n"
"help.text"
msgid "Rich Text Format (Calc)"
-msgstr ""
+msgstr "富文本格式 (Calc)"
#. 3aMAe
#: convertfilters.xhp
@@ -4676,7 +4676,7 @@ msgctxt ""
"FilterName_SYLK\n"
"help.text"
msgid "SYLK"
-msgstr ""
+msgstr "SYLK"
#. 7n2Wc
#: convertfilters.xhp
@@ -4685,7 +4685,7 @@ msgctxt ""
"FilterName_StarOffice_XML__Calc_\n"
"help.text"
msgid "OpenOffice.org 1.0 Spreadsheet"
-msgstr ""
+msgstr "OpenOffice.org 1.0 电子表格"
#. dJAD5
#: convertfilters.xhp
@@ -4694,7 +4694,7 @@ msgctxt ""
"FilterName_Text_-_txt_-_csv__StarCalc_\n"
"help.text"
msgid "Text CSV"
-msgstr ""
+msgstr "纯文本 CSV"
#. YWBDx
#: convertfilters.xhp
@@ -4703,7 +4703,7 @@ msgctxt ""
"FilterName_calc_HTML_WebQuery\n"
"help.text"
msgid "Web Page Query (Calc)"
-msgstr ""
+msgstr "网页查询 (Calc)"
#. V3SKY
#: convertfilters.xhp
@@ -4712,7 +4712,7 @@ msgctxt ""
"FilterName_calc_StarOffice_XML_Calc_Template\n"
"help.text"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
-msgstr ""
+msgstr "OpenOffice.org 1.0 电子表格模板"
#. LGWY8
#: convertfilters.xhp
@@ -4721,7 +4721,7 @@ msgctxt ""
"FilterName_calc_pdf_Export\n"
"help.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF - 便携式文档格式"
#. oiELg
#: convertfilters.xhp
@@ -4730,7 +4730,7 @@ msgctxt ""
"FilterName_dBase\n"
"help.text"
msgid "dBASE"
-msgstr ""
+msgstr "dBASE"
#. beZKn
#: convertfilters.xhp
@@ -4739,7 +4739,7 @@ msgctxt ""
"FilterName_calc8\n"
"help.text"
msgid "ODF Spreadsheet"
-msgstr ""
+msgstr "ODF 电子表格"
#. aDeFx
#: convertfilters.xhp
@@ -4748,7 +4748,7 @@ msgctxt ""
"FilterName_calc8_template\n"
"help.text"
msgid "ODF Spreadsheet Template"
-msgstr ""
+msgstr "ODF 电子表格模板"
#. FcaWF
#: convertfilters.xhp
@@ -4757,7 +4757,7 @@ msgctxt ""
"FilterName_Gnumeric_Spreadsheet\n"
"help.text"
msgid "Gnumeric Spreadsheet"
-msgstr ""
+msgstr "Gnumeric 电子表格"
#. jGBT4
#: convertfilters.xhp
@@ -4766,7 +4766,7 @@ msgctxt ""
"FilterName_Calc_MS_Excel_2007_XML\n"
"help.text"
msgid "Excel 2007–365"
-msgstr ""
+msgstr "Excel 2007–365"
#. vJc6C
#: convertfilters.xhp
@@ -4775,7 +4775,7 @@ msgctxt ""
"FilterName_Calc_MS_Excel_2007_VBA_XML\n"
"help.text"
msgid "Excel 2007–365 (macro-enabled)"
-msgstr ""
+msgstr "Excel 2007–365(内嵌宏)"
#. cEpWn
#: convertfilters.xhp
@@ -4784,7 +4784,7 @@ msgctxt ""
"FilterName_Calc_MS_Excel_2007_XML_Template\n"
"help.text"
msgid "Excel 2007–365 Template"
-msgstr ""
+msgstr "Excel 2007–365 模板"
#. bkaz3
#: convertfilters.xhp
@@ -4793,7 +4793,7 @@ msgctxt ""
"FilterName_Calc_MS_Excel_2007_Binary\n"
"help.text"
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Microsoft Excel 2007 二进制文档"
#. HSHMA
#: convertfilters.xhp
@@ -4802,7 +4802,7 @@ msgctxt ""
"FilterName_Calc_Office_Open_XML\n"
"help.text"
msgid "Office Open XML Spreadsheet"
-msgstr ""
+msgstr "Office Open XML 电子表格"
#. hsUaF
#: convertfilters.xhp
@@ -4811,7 +4811,7 @@ msgctxt ""
"FilterName_Calc_Office_Open_XML_Template\n"
"help.text"
msgid "Office Open XML Spreadsheet Template"
-msgstr ""
+msgstr "Office Open XML 电子表格模板"
#. eAk3m
#: convertfilters.xhp
@@ -4820,7 +4820,7 @@ msgctxt ""
"FilterName_MS_Works_Calc\n"
"help.text"
msgid "Microsoft Works Document"
-msgstr ""
+msgstr "Microsoft Works 文档"
#. EnMAK
#: convertfilters.xhp
@@ -4829,7 +4829,7 @@ msgctxt ""
"FilterName_WPS_Lotus_Calc\n"
"help.text"
msgid "Lotus Document"
-msgstr ""
+msgstr "Lotus 文档"
#. kUjES
#: convertfilters.xhp
@@ -4838,7 +4838,7 @@ msgctxt ""
"FilterName_WPS_QPro_Calc\n"
"help.text"
msgid "QuattroPro Document"
-msgstr ""
+msgstr "QuattroPro 文档"
#. eYL6j
#: convertfilters.xhp
@@ -4847,7 +4847,7 @@ msgctxt ""
"FilterName_ClarisWorks_Calc\n"
"help.text"
msgid "ClarisWorks/AppleWorks Spreadsheet"
-msgstr ""
+msgstr "ClarisWorks/AppleWorks 电子表格"
#. uqB3o
#: convertfilters.xhp
@@ -4856,7 +4856,7 @@ msgctxt ""
"FilterName_Claris_Resolve_Calc\n"
"help.text"
msgid "ClarisResolve Document"
-msgstr ""
+msgstr "ClarisResolve 文档"
#. sGZzg
#: convertfilters.xhp
@@ -4865,7 +4865,7 @@ msgctxt ""
"FilterName_Mac_Works_Calc\n"
"help.text"
msgid "Microsoft Works for Mac Spreadsheet (v1 - v4)"
-msgstr ""
+msgstr "Microsoft Works for Mac 电子表格 (v1 - v4)"
#. nUBGp
#: convertfilters.xhp
@@ -4874,7 +4874,7 @@ msgctxt ""
"FilterName_Apple_Numbers\n"
"help.text"
msgid "Apple Numbers"
-msgstr ""
+msgstr "Apple Numbers"
#. jXtFf
#: convertfilters.xhp
@@ -4883,7 +4883,7 @@ msgctxt ""
"FilterName_MWAW_Database\n"
"help.text"
msgid "Legacy Mac Database"
-msgstr ""
+msgstr "旧式 Mac 数据库"
#. DB3FC
#: convertfilters.xhp
@@ -4892,7 +4892,7 @@ msgctxt ""
"FilterName_MWAW_Spreadsheet\n"
"help.text"
msgid "Legacy Mac Spreadsheet"
-msgstr ""
+msgstr "旧式 Mac 电子表格"
#. Gt7e4
#: convertfilters.xhp
@@ -4901,7 +4901,7 @@ msgctxt ""
"FilterName_StarOffice_Spreadsheet\n"
"help.text"
msgid "Legacy StarOffice Spreadsheet"
-msgstr ""
+msgstr "旧式 StarOffice 电子表格"
#. HiGDu
#: convertfilters.xhp
@@ -4910,7 +4910,7 @@ msgctxt ""
"FilterName_Microsoft_Multiplan\n"
"help.text"
msgid "Microsoft Multiplan"
-msgstr ""
+msgstr "Microsoft Multiplan"
#. EGUxE
#: convertfilters.xhp
@@ -4928,7 +4928,7 @@ msgctxt ""
"hd_000impress\n"
"help.text"
msgid "Filters for IMPRESS"
-msgstr "供 Impress 使用的筛选器"
+msgstr "Impress 中的筛选器"
#. uKDSG
#: convertfilters.xhp
@@ -4937,7 +4937,7 @@ msgctxt ""
"FilterName_Apple_Keynote\n"
"help.text"
msgid "Apple Keynote"
-msgstr ""
+msgstr "Apple Keynote"
#. u7FSb
#: convertfilters.xhp
@@ -4946,7 +4946,7 @@ msgctxt ""
"FilterName_MS_PowerPoint_97\n"
"help.text"
msgid "PowerPoint 97–2003"
-msgstr ""
+msgstr "PowerPoint 97–2003"
#. BsBhF
#: convertfilters.xhp
@@ -4955,7 +4955,7 @@ msgctxt ""
"FilterName_MS_PowerPoint_97_AutoPlay\n"
"help.text"
msgid "PowerPoint 97–2003 AutoPlay"
-msgstr ""
+msgstr "PowerPoint 97–2003 自动播放"
#. zQWHG
#: convertfilters.xhp
@@ -4964,7 +4964,7 @@ msgctxt ""
"FilterName_MS_PowerPoint_97_Vorlage\n"
"help.text"
msgid "PowerPoint 97–2003 Template"
-msgstr ""
+msgstr "PowerPoint 97–2003 模板"
#. WNSGm
#: convertfilters.xhp
@@ -4973,7 +4973,7 @@ msgctxt ""
"FilterName_impress_StarOffice_XML_Draw\n"
"help.text"
msgid "OpenOffice.org 1.0 Drawing (Impress)"
-msgstr ""
+msgstr "OpenOffice.org 1.0 绘图 (Impress)"
#. QiEkA
#: convertfilters.xhp
@@ -4982,7 +4982,7 @@ msgctxt ""
"FilterName_OpenDocument_Presentation_Flat_XML\n"
"help.text"
msgid "Flat XML ODF Presentation"
-msgstr ""
+msgstr "扁平 XML 式 ODF 演示文稿"
#. Qriqe
#: convertfilters.xhp
@@ -4991,7 +4991,7 @@ msgctxt ""
"FilterName_StarOffice_XML__Impress_\n"
"help.text"
msgid "OpenOffice.org 1.0 Presentation"
-msgstr ""
+msgstr "OpenOffice.org 1.0 演示文稿"
#. BFxUC
#: convertfilters.xhp
@@ -5000,7 +5000,7 @@ msgctxt ""
"FilterName_impress_StarOffice_XML_Impress_Template\n"
"help.text"
msgid "OpenOffice.org 1.0 Presentation Template"
-msgstr ""
+msgstr "OpenOffice.org 1.0 演示文稿模板"
#. F9DmM
#: convertfilters.xhp
@@ -5009,7 +5009,7 @@ msgctxt ""
"FilterName_impress_pdf_Export\n"
"help.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF - 便携式文档格式"
#. 4EboJ
#: convertfilters.xhp
@@ -5018,7 +5018,7 @@ msgctxt ""
"FilterName_impress8\n"
"help.text"
msgid "ODF Presentation"
-msgstr ""
+msgstr "ODF 演示文稿"
#. ELC6F
#: convertfilters.xhp
@@ -5027,7 +5027,7 @@ msgctxt ""
"FilterName_impress8_template\n"
"help.text"
msgid "ODF Presentation Template"
-msgstr ""
+msgstr "ODF 演示文稿模板"
#. BEBAL
#: convertfilters.xhp
@@ -5461,6 +5461,204 @@ msgctxt ""
msgid "SVG - Scalable Vector Graphics"
msgstr ""
+#. fwhjA
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"bm_000pdfimport\n"
+"help.text"
+msgid "<bookmark_value>command line document conversion; filters for PDFIMPORT</bookmark_value>"
+msgstr ""
+
+#. K7dq5
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"hd_000pdfimport\n"
+"help.text"
+msgid "Filters for PDFIMPORT"
+msgstr ""
+
+#. xJhTH
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_draw_pdf_import\n"
+"help.text"
+msgid "PDF - Portable Document Format (Draw)"
+msgstr ""
+
+#. JDFdH
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_impress_pdf_import\n"
+"help.text"
+msgid "PDF - Portable Document Format (Impress)"
+msgstr ""
+
+#. WsMeW
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_writer_pdf_import\n"
+"help.text"
+msgid "PDF - Portable Document Format (Writer)"
+msgstr ""
+
+#. 9WyPm
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_writer_pdf_addstream_import\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#. kF4WL
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_impress_pdf_addstream_import\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#. aFqyu
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_draw_pdf_addstream_import\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#. 5AFFP
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_calc_pdf_addstream_import\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#. ziEHZ
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"bm_000xsltfilter\n"
+"help.text"
+msgid "<bookmark_value>command line document conversion; filters for XSLTFILTER</bookmark_value>"
+msgstr ""
+
+#. AzDaX
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"hd_000xsltfilter\n"
+"help.text"
+msgid "Filters for XSLTFILTER"
+msgstr ""
+
+#. ebRhP
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_ADO_Rowset_XML\n"
+"help.text"
+msgid "ADO Rowset XML"
+msgstr ""
+
+#. tTViV
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_DocBook_File\n"
+"help.text"
+msgid "DocBook"
+msgstr ""
+
+#. GHC43
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_MS_Excel_2003_XML\n"
+"help.text"
+msgid "Microsoft Excel 2003 XML"
+msgstr ""
+
+#. 5wBfH
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_MS_Word_2003_XML\n"
+"help.text"
+msgid "Word 2003 XML"
+msgstr ""
+
+#. CTAEj
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_XHTML_Calc_File\n"
+"help.text"
+msgid "XHTML"
+msgstr ""
+
+#. VUZrD
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_XHTML_Draw_File\n"
+"help.text"
+msgid "XHTML"
+msgstr ""
+
+#. AhcRA
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_XHTML_Impress_File\n"
+"help.text"
+msgid "XHTML"
+msgstr ""
+
+#. iCCFv
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_XHTML_Writer_File\n"
+"help.text"
+msgid "XHTML"
+msgstr ""
+
+#. MCrWq
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_UOF_text\n"
+"help.text"
+msgid "Unified Office Format text"
+msgstr ""
+
+#. TXKeC
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_UOF_spreadsheet\n"
+"help.text"
+msgid "Unified Office Format spreadsheet"
+msgstr ""
+
+#. VW3Gt
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"FilterName_UOF_presentation\n"
+"help.text"
+msgid "Unified Office Format presentation"
+msgstr ""
+
#. Bkz5M
#: copy_drawfunctions.xhp
msgctxt ""
@@ -5785,13 +5983,31 @@ msgctxt ""
msgid "<variable id=\"csv_params_h1\"><link href=\"text/shared/guide/csv_params.xhp\" name=\"filter options\">CSV Filter Options</link></variable>"
msgstr ""
-#. k8vC5
+#. qRkBK
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id401634734576197\n"
"help.text"
-msgid "The CSV filter accepts an option string containing five to twelve tokens, separated by commas. Tokens 6 to 12 are optional."
+msgid "The CSV filter accepts an option string containing five to thirteen tokens, separated by commas. Tokens 6 to 13 are optional."
+msgstr ""
+
+#. BQKWB
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id431634743318433\n"
+"help.text"
+msgid "Import from UTF-8, Language German, Comma separated, Text delimiter \", Quoted field as text. CSV file has columns formatted as date, number, number, number:"
+msgstr ""
+
+#. rdZgZ
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id281634743298078\n"
+"help.text"
+msgid "Export to Windows-1252, Field delimiter : comma, Text delimiter : quote, Save cell contents as shown:"
msgstr ""
#. J8rtr
@@ -5848,13 +6064,13 @@ msgctxt ""
msgid "Text Delimiter"
msgstr ""
-#. kEJpf
+#. AtZEw
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id131634735421911\n"
"help.text"
-msgid "The text delimiter as ASCII value, that is, 34 for double quotes and 39 for single quotes. Example: 34 (\")"
+msgid "The text delimiter as ASCII value, that is, 34 for double quotes and 39 for single quotes. Example: 34 (\")."
msgstr ""
#. 5EFCS
@@ -5866,31 +6082,31 @@ msgctxt ""
msgid "Character Set"
msgstr ""
-#. aiyF9
+#. v4Gzf
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id871634735631362\n"
"help.text"
-msgid "The character set code used in the file as described in the table below. Example: 0 (System)"
+msgid "The character set code used in the file as described in the table below. Example: 0 (System)."
msgstr ""
-#. vEsX6
+#. rrrw3
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id371634735705688\n"
"help.text"
-msgid "Number of First Line"
+msgid "Number of First Row"
msgstr ""
-#. ARGi5
+#. DzcEC
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id681634735710417\n"
"help.text"
-msgid "3 (start from third line)"
+msgid "Row number to start reading. Example: 3 (start from third row)."
msgstr ""
#. BeXqG
@@ -5902,22 +6118,22 @@ msgctxt ""
msgid "Cell Format Codes for Each Column"
msgstr ""
-#. FBKwB
+#. fjBqE
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id481634735825359\n"
"help.text"
-msgid "A sequence of column/formatting code, where the formatting code is given in the table below. Example: 1/5/2/1/3/1/4/1"
+msgid "A sequence of column/formatting code, where the formatting code is given in the table below. Example: \"1/5/2/1/3/1/4/1\"."
msgstr ""
-#. Aby2C
+#. mFfyA
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id831634735631362\n"
"help.text"
-msgid "If value separators are used, the form of this token is column/format[/column/format/…] where column is the number of the column, with 1 being the leftmost column. The format is explained below."
+msgid "If value separators are used, the form of this token is column/format[/column/format/…] where column is the number of the column, with 1 being the leftmost column. The format code is detailed below."
msgstr ""
#. bMC9A
@@ -5956,13 +6172,13 @@ msgctxt ""
msgid "CSV Import, CSV Export"
msgstr ""
-#. R5gJk
+#. 4EDix
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id481634736922278\n"
"help.text"
-msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>.This token is the equivalent of the check box \"Quoted field as text\"."
+msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. This token is the equivalent of the check box \"Quoted field as text\"."
msgstr ""
#. bDTPa
@@ -5992,94 +6208,67 @@ msgctxt ""
msgid "<emph>Export:</emph> String, either false or true. Default value: <literal>true</literal>. This token has no UI equivalent. If <literal>true</literal>, the number cells are stored as numbers. If <literal>false</literal>, the numbers are stored as text, with text delimiters."
msgstr ""
-#. WFedG
+#. D9GzU
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id961634737712752\n"
"help.text"
-msgid "CSV Import, CSV Export"
+msgid "CSV Export"
msgstr ""
-#. 532rG
-#: csv_params.xhp
-msgctxt ""
-"csv_params.xhp\n"
-"par_id371634737716545\n"
-"help.text"
-msgid "<emph>Import:</emph> Not used: only 8 tokens are used."
-msgstr ""
-
-#. cLJMt
+#. bE733
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id701634737971414\n"
"help.text"
-msgid "<emph>Export:</emph> String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. This token is the equivalent of the check box \"Save cell contents as shown\"."
+msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. This token is the equivalent of the check box \"Save cell contents as shown\"."
msgstr ""
-#. 6PAT5
+#. DbAB4
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id481634896761359\n"
"help.text"
-msgid "CSV export"
+msgid "CSV Export"
msgstr ""
-#. koLz5
+#. 3V5FY
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id411634896764659\n"
"help.text"
-msgid "Export formulas"
+msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Export cell formulas."
msgstr ""
-#. xiP4A
-#: csv_params.xhp
-msgctxt ""
-"csv_params.xhp\n"
-"par_id421634896890527\n"
-"help.text"
-msgid "11"
-msgstr ""
-
-#. BMakd
+#. FE6AD
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id221634896896383\n"
"help.text"
-msgid "CSV export"
+msgid "CSV Import"
msgstr ""
-#. FqKCf
+#. o6NCQ
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id641634896897119\n"
"help.text"
-msgid "Remove space"
+msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Remove spaces. Trim leading and trailing spaces, when reading the file."
msgstr ""
-#. N9PMY
-#: csv_params.xhp
-msgctxt ""
-"csv_params.xhp\n"
-"par_id881634896966734\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#. tknnm
+#. e7nRn
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"par_id521634896971296\n"
"help.text"
-msgid "CSV export"
+msgid "CSV Export"
msgstr ""
#. NaJRN
@@ -6118,31 +6307,31 @@ msgctxt ""
msgid "<emph>N</emph> export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv"
msgstr ""
-#. BQKWB
+#. xfaM3
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
-"par_id431634743318433\n"
+"par_id451635293273892\n"
"help.text"
-msgid "Import from UTF-8, Language German, Comma separated, Text delimiter \", Quoted field as text. CSV file has columns formatted as date, number, number, number:"
+msgid "CSV Import"
msgstr ""
-#. rdZgZ
+#. 54sie
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
-"par_id281634743298078\n"
+"par_id701635293273893\n"
"help.text"
-msgid "Export to Windows-1252, Field delimiter : comma, Text delimiter : quote, Save cell contents as shown:"
+msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If <literal>true</literal> evaluate formulas on input. If <literal>false</literal> formulas are input as text. If omitted (not present at all), the default value is <literal>true</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>."
msgstr ""
-#. HQgNe
+#. EFwn3
#: csv_params.xhp
msgctxt ""
"csv_params.xhp\n"
"hd_id181634739011588\n"
"help.text"
-msgid "Formatting codes for Token 5"
+msgid "Formatting Codes for Token 5"
msgstr ""
#. 3KE5V
@@ -8557,14 +8746,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04180100.xhp\" name=\"View data source contents\">View data source contents</link>"
msgstr "<link href=\"text/shared/01/04180100.xhp\" name=\"查看数据源内容\">查看数据源内容</link>"
-#. xJACS
+#. 9iJrJ
#: database_main.xhp
msgctxt ""
"database_main.xhp\n"
"par_idN106A4\n"
"help.text"
-msgid "<link href=\"text/shared/explorer/database/menubar.xhp\">Menu bar of a database file</link>"
-msgstr "<link href=\"text/shared/explorer/database/menubar.xhp\">数据库文件的菜单栏</link>"
+msgid "<link href=\"text/sdatabase/menubar.xhp\">Menu bar of a database file</link>"
+msgstr ""
#. QGxEh
#: database_main.xhp
@@ -24406,13 +24595,13 @@ msgctxt ""
msgid "Starting $[officename] Software From the Command Line"
msgstr "从命令行启动 $[officename] 软件"
-#. 7E3QP
+#. SqeYZ
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
"help.text"
-msgid "Select <emph>Run</emph> from the Windows Start menu."
+msgid "Search for <emph>Run</emph> in the Windows Start menu."
msgstr ""
#. xf2BF
diff --git a/source/zh-CN/helpcontent2/source/text/swriter/01.po b/source/zh-CN/helpcontent2/source/text/swriter/01.po
index 76ea53864bc..e13a5c70663 100644
--- a/source/zh-CN/helpcontent2/source/text/swriter/01.po
+++ b/source/zh-CN/helpcontent2/source/text/swriter/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-10-20 13:08+0200\n"
-"PO-Revision-Date: 2021-07-01 16:20+0000\n"
+"PO-Revision-Date: 2021-11-08 14:36+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"
@@ -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.8.1\n"
"X-POOTLE-MTIME: 1562731361.000000\n"
#. sZfWF
@@ -617,7 +617,7 @@ msgctxt ""
"par_id3151175\n"
"help.text"
msgid "<variable id=\"htmltext\"><ahelp hid=\".\">Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document.</ahelp> If you choose this option, a separate page of links to all of the pages that are generated is also created.</variable>"
-msgstr ""
+msgstr "<variable id=\"htmltext\"><ahelp hid=\".\">将文件另存为 HTML 文档,以便在网络浏览器中查看。您可以选择在文档中出现指定标题样式时,则单独创建一个页面。</ahelp>如果选择了此选项,则会另外再创建一个页面,其中包含指向所有各单独页面的链接。</variable>"
#. egW9H
#: 01160500.xhp
@@ -1310,7 +1310,7 @@ msgctxt ""
"par_id3155136\n"
"help.text"
msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, frames, graphics, OLE objects, and indexes."
-msgstr ""
+msgstr "文档中的隐藏区域在导航里显示为灰色,并且在鼠标指针悬停其上时会显示「隐藏」提示。这同样适用于页面样式中已定义,但文档中没有使用的页眉和页脚内容,也适用于表格、框架、图形、OLE 对象和索引中的隐藏内容。"
#. G9U2S
#: 02110000.xhp
@@ -1499,7 +1499,7 @@ msgctxt ""
"par_id3495381\n"
"help.text"
msgid "Reminders are navigated in the order in which they are set. Reminders are not saved when a document is closed."
-msgstr ""
+msgstr "提醒在导航中按设置的先后顺序排列。关闭文档时不会保存提醒。"
#. sDwQu
#: 02110000.xhp
diff --git a/source/zh-CN/helpcontent2/source/text/swriter/guide.po b/source/zh-CN/helpcontent2/source/text/swriter/guide.po
index 02448460b73..3cc8f0968a9 100644
--- a/source/zh-CN/helpcontent2/source/text/swriter/guide.po
+++ b/source/zh-CN/helpcontent2/source/text/swriter/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: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2021-11-16 12:09+0100\n"
"PO-Revision-Date: 2021-07-30 19:16+0000\n"
"Last-Translator: Ming Hua <plateauwolf@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/zh_Hans/>\n"
@@ -61,13 +61,13 @@ msgctxt ""
msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
msgstr ""
-#. 2Bkvg
+#. czeNu
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3147251\n"
"help.text"
-msgid "An anchor moves with the element it is attached to as the document is edited. An object retains it's position relative to the reference point determined by it's anchor, such that, whenever the reference point moves or changes, the object moves relative to it."
+msgid "An anchor moves with the element it is attached to as the document is edited. An object retains its position relative to the reference point determined by its anchor, such that, whenever the reference point moves or changes, the object moves relative to it."
msgstr ""
#. ELWph