aboutsummaryrefslogtreecommitdiff
path: root/source/zh-CN/helpcontent2/source/text/sbasic/guide.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/zh-CN/helpcontent2/source/text/sbasic/guide.po')
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/guide.po46
1 files changed, 23 insertions, 23 deletions
diff --git a/source/zh-CN/helpcontent2/source/text/sbasic/guide.po b/source/zh-CN/helpcontent2/source/text/sbasic/guide.po
index a421495b3e2..80d7a2d34b0 100644
--- a/source/zh-CN/helpcontent2/source/text/sbasic/guide.po
+++ b/source/zh-CN/helpcontent2/source/text/sbasic/guide.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: 2023-10-11 14:17+0200\n"
-"PO-Revision-Date: 2022-10-12 10:49+0000\n"
+"PO-Revision-Date: 2023-11-29 03:38+0000\n"
"Last-Translator: 锁琨珑 <suokunlong@126.com>\n"
"Language-Team: Chinese (Simplified) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/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 5.1.1\n"
"X-POOTLE-MTIME: 1562725953.000000\n"
#. WcTKB
@@ -59,7 +59,7 @@ msgctxt ""
"par_idA2B004\n"
"help.text"
msgid "Access2Base is a %PRODUCTNAME BASIC library of macros for (business or personal) application developers and advanced users. It is one of the libraries stored in \"Application macros and dialogs\"."
-msgstr ""
+msgstr "Access2Base 是一个 %PRODUCTNAME BASIC 宏库,适用于应用程序开发人员和高级用户(企业或个人)。它是存储在“应用程序宏和对话框”中的库之一。"
#. CE5QB
#: access2base.xhp
@@ -68,7 +68,7 @@ msgctxt ""
"par_idA2B005\n"
"help.text"
msgid "The functionalities provided by the implemented macros are all directly inspired by Microsoft Access. The macros are callable mainly from a %PRODUCTNAME <emph>Base</emph> application, but also from <emph>any</emph> %PRODUCTNAME document (Writer, Calc, ...) where access to data stored in a database makes sense."
-msgstr ""
+msgstr "所实现的宏提供的功能都直接受到 Microsoft Access 的启发。宏主要可从 %PRODUCTNAME <emph>Base</emph> 应用程序调用,也可从<emph>任何</emph> %PRODUCTNAME 文档(Writer、Calc…)调用,在该文档中,访问存储在数据库中的数据是有意义的。"
#. tmNkV
#: access2base.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"N0437\n"
"help.text"
msgid "A reasonable exposure to %PRODUCTNAME Basic and to <link href=\"https://api.libreoffice.org/\">Application Programming Interface (API)</link> features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine."
-msgstr ""
+msgstr "该库针对 %PRODUCTNAME Basic 以及 <link href=\"https://api.libreoffice.org/\">应用程序编程接口(API)</link>进行了合理地暴露,在执行从Basic到Python、JavaScript或任何其他脚本引擎的跨语言调用之前使用该库是推荐的。"
#. 4jY8s
#: basic_2_python.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"N0466\n"
"help.text"
msgid "<literal>opSysName = script.invoke(Array(), in_outs, Array())</literal> ' in_out is an Array"
-msgstr "<literal>opSysName = script.invoke(Array(), in_outs, Array())</literal> ' in_out 为数组"
+msgstr "<literal>opSysName = script.invoke(Array(), in_outs, Array())</literal> ' in_out 为一个数组"
#. jiU2w
#: basic_2_python.xhp
@@ -617,7 +617,7 @@ msgctxt ""
"N0558\n"
"help.text"
msgid "<emph>re</emph> Regular expression operations"
-msgstr ""
+msgstr "<emph>re</emph> 正则表达式操作"
#. XVbzW
#: basic_2_python.xhp
@@ -626,7 +626,7 @@ msgctxt ""
"N0559\n"
"help.text"
msgid "<emph>socket</emph> Low-level networking interface"
-msgstr ""
+msgstr "<emph>socket</emph> 低层网络接口"
#. VehtJ
#: basic_2_python.xhp
@@ -635,7 +635,7 @@ msgctxt ""
"N0560\n"
"help.text"
msgid "<emph>sys</emph> System-specific parameters and functions"
-msgstr ""
+msgstr "<emph>sys</emph> 系统特定参数和功能"
#. RWzWY
#: basic_2_python.xhp
@@ -644,7 +644,7 @@ msgctxt ""
"N0561\n"
"help.text"
msgid "<emph>unittest</emph> and <emph>trace</emph> Unit testing framework and Track Python execution"
-msgstr ""
+msgstr "<emph>unittest</emph> 和 <emph>trace</emph> 单元测试框架以及Python执行追踪"
#. JG3VZ
#: basic_2_python.xhp
@@ -653,7 +653,7 @@ msgctxt ""
"N0562\n"
"help.text"
msgid "<emph>xml.etree.ElementTree</emph> ElementTree XML API"
-msgstr ""
+msgstr "<emph>xml.etree.ElementTree</emph> 元素树 XML API"
#. CwBFN
#: basic_examples.xhp
@@ -689,7 +689,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Formatting Borders in Calc with Macros"
-msgstr ""
+msgstr "使用宏设置Calc中边框的格式"
#. RKGKF
#: calc_borders.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"par_id461630536347127\n"
"help.text"
msgid "By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc."
-msgstr ""
+msgstr "通过使用Basic或Python编程语言,可以编写将格式应用于Calc中单元格区域的宏。"
#. 7FCuQ
#: calc_borders.xhp
@@ -716,7 +716,7 @@ msgctxt ""
"hd_id81630536486560\n"
"help.text"
msgid "Formatting Borders in Ranges of Cells"
-msgstr ""
+msgstr "设置单元格区域的边框格式"
#. jZniv
#: calc_borders.xhp
@@ -725,7 +725,7 @@ msgctxt ""
"par_id871630536518700\n"
"help.text"
msgid "The code snippet below creates a <literal>Sub</literal> called <literal>FormatCellBorder</literal> that applies new border formats to a given range address in the current Calc sheet."
-msgstr ""
+msgstr "下面的代码段创建了一个名为<literal>FormatCellBorder</literal>的<literal>Sub</literal>,它将新的边框格式应用于当前Calc表格中的给定单元格区域。"
#. Xzm6Q
#: calc_borders.xhp
@@ -734,7 +734,7 @@ msgctxt ""
"bas_id131630537785605\n"
"help.text"
msgid "' Creates the UNO struct that will store the new line format"
-msgstr ""
+msgstr "' 创建将存储新行格式的UNO结构"
#. qpADJ
#: calc_borders.xhp
@@ -743,7 +743,7 @@ msgctxt ""
"bas_id971630537786724\n"
"help.text"
msgid "' Gets the target cell"
-msgstr ""
+msgstr "' 获取目标单元格"
#. jXfEv
#: calc_borders.xhp
@@ -752,7 +752,7 @@ msgctxt ""
"bas_id791630537787373\n"
"help.text"
msgid "' Applies the new format to all borders"
-msgstr ""
+msgstr "' 将新格式应用于所有边框"
#. 3csnz
#: calc_borders.xhp
@@ -761,7 +761,7 @@ msgctxt ""
"par_id141630537941393\n"
"help.text"
msgid "The <literal>Sub</literal> described above takes in four arguments:"
-msgstr ""
+msgstr "上述<literal>Sub</literal>有四个参数:"
#. kA3Uj
#: calc_borders.xhp
@@ -770,7 +770,7 @@ msgctxt ""
"par_id841630538209958\n"
"help.text"
msgid "<emph>cellAddress</emph> is a string denoting the range to be formatted in the format \"A1\"."
-msgstr ""
+msgstr "<emph>cellAddress</emph>是一个字符串,表示要以“A1”格式格式化的范围。"
#. xpGBx
#: calc_borders.xhp
@@ -806,7 +806,7 @@ msgctxt ""
"par_id201630538522838\n"
"help.text"
msgid "To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:"
-msgstr ""
+msgstr "要调用<literal>FormatCellBorder</literal>,请创建一个新宏并传递所需的参数,如下所示:"
#. XpcA7
#: calc_borders.xhp
@@ -815,7 +815,7 @@ msgctxt ""
"bas_id651630603779228\n"
"help.text"
msgid "' Gives access to the line style constants"
-msgstr ""
+msgstr "' 提供对线条样式常量的访问"
#. 44Cm4
#: calc_borders.xhp
@@ -824,7 +824,7 @@ msgctxt ""
"bas_id321630538931144\n"
"help.text"
msgid "' Formats \"B5\" with solid blue borders"
-msgstr ""
+msgstr "' 对“B5”使用蓝色实线格式"
#. m5WA7
#: calc_borders.xhp