update translations for 24.2.0 rc3

and force-fix errors using pocheck

Change-Id: I016d4038f8ba31d6ad0427eefc057d6d90bb4560
This commit is contained in:
Christian Lohmaier
2024-01-25 15:37:04 +01:00
parent d87db1c95a
commit 7b42317e75
631 changed files with 15659 additions and 33232 deletions

View File

@@ -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: 2023-12-21 13:21+0100\n"
"POT-Creation-Date: 2024-01-22 14:04+0100\n"
"PO-Revision-Date: 2021-11-26 20:38+0000\n"
"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ja/>\n"
@@ -9214,24 +9214,6 @@ msgctxt ""
msgid "Interpretation"
msgstr ""
#. N2Ybb
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607725\n"
"help.text"
msgid "NONE"
msgstr ""
#. AGVcL
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607725\n"
"help.text"
msgid "0"
msgstr ""
#. HKAzv
#: sf_database.xhp
msgctxt ""
@@ -9241,24 +9223,6 @@ msgctxt ""
msgid "Transaction handling is disabled and the database is set to the default auto-commit mode."
msgstr ""
#. m3Ba6
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607147\n"
"help.text"
msgid "READ_UNCOMMITTED"
msgstr ""
#. F7zmg
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607208\n"
"help.text"
msgid "1"
msgstr ""
#. aAAV4
#: sf_database.xhp
msgctxt ""
@@ -9277,24 +9241,6 @@ msgctxt ""
msgid "If a row is changed by a transaction, another transaction will be able to read these changes even if they have not been committed."
msgstr ""
#. bwY55
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607317\n"
"help.text"
msgid "READ_COMMITTED"
msgstr ""
#. WpA5g
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607714\n"
"help.text"
msgid "2"
msgstr ""
#. uNAxC
#: sf_database.xhp
msgctxt ""
@@ -9313,24 +9259,6 @@ msgctxt ""
msgid "This level prevents that rows with uncommitted changes are read."
msgstr ""
#. VA3sE
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607209\n"
"help.text"
msgid "REPEATABLE_READ"
msgstr ""
#. t9SuL
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607103\n"
"help.text"
msgid "4"
msgstr ""
#. Bpi2d
#: sf_database.xhp
msgctxt ""
@@ -9349,24 +9277,6 @@ msgctxt ""
msgid "Besides preventing uncommitted data from being read, it also prevents that two read operations in the same transaction return different results."
msgstr ""
#. 6EXCL
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607060\n"
"help.text"
msgid "SERIALIZABLE"
msgstr ""
#. DYyES
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607688\n"
"help.text"
msgid "8"
msgstr ""
#. Yxxsv
#: sf_database.xhp
msgctxt ""
@@ -11068,24 +10978,6 @@ msgctxt ""
msgid "<emph>fieldname</emph>: The name of the field to be returned, as a case-sensitive string."
msgstr ""
#. 9DEBy
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180036057\n"
"help.text"
msgid "currId = oDataset.GetValue(FieldName := \"ID\")"
msgstr ""
#. Km78M
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180366903\n"
"help.text"
msgid "curr_id = dataset.GetValue(fieldname = \"ID\")"
msgstr ""
#. pDNd8
#: sf_dataset.xhp
msgctxt ""
@@ -11221,15 +11113,6 @@ msgctxt ""
msgid "new_data = {\"Name\": \"John\", \"Age\": 30, \"City\": \"Chicago\"}"
msgstr ""
#. tEtaE
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id651701260820486\n"
"help.text"
msgid "new_id = dataset.Insert(new_data)"
msgstr ""
#. PL6Tb
#: sf_dataset.xhp
msgctxt ""
@@ -11284,24 +11167,6 @@ msgctxt ""
msgid "Deleted records are ignored by this method."
msgstr ""
#. pHTs8
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180876057\n"
"help.text"
msgid "oDataset.MoveFirst()"
msgstr ""
#. 5E5mc
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180096903\n"
"help.text"
msgid "dataset.MoveFirst()"
msgstr ""
#. YFTHA
#: sf_dataset.xhp
msgctxt ""
@@ -11338,42 +11203,6 @@ msgctxt ""
msgid "<emph>offset</emph>: The number of records by which the cursor shall be moved forward or backwards. This argument may be a negative value (Default = 1)."
msgstr ""
#. TBpEB
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180036941\n"
"help.text"
msgid "oDataset.MoveNext()"
msgstr ""
#. sAtoz
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id951701262692898\n"
"help.text"
msgid "oDataset.MoveNext(5)"
msgstr ""
#. vASBX
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180366885\n"
"help.text"
msgid "dataset.MoveNext()"
msgstr ""
#. ovQ9A
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id601701262720188\n"
"help.text"
msgid "dataset.MoveNext(5)"
msgstr ""
#. gfYEg
#: sf_dataset.xhp
msgctxt ""
@@ -11419,15 +11248,6 @@ msgctxt ""
msgid "<emph>orderby</emph>: Specifies the ordering of the dataset as a SQL <literal>ORDER BY</literal> statement without the \"ORDER BY\" keyword. If this argument is not specified, then the sorting order used in the current dataset is applied, otherwise the current sorting order is replaced by this argument."
msgstr ""
#. D4cHf
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180036128\n"
"help.text"
msgid "oDataset.Reload()"
msgstr ""
#. xAG6h
#: sf_dataset.xhp
msgctxt ""
@@ -11437,22 +11257,13 @@ msgctxt ""
msgid "oDataset.Reload(Filter := \"[Name] = 'John'\", OrderBy := \"Age\")"
msgstr ""
#. NK5Zg
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180367255\n"
"help.text"
msgid "dataset.Reload()"
msgstr ""
#. VxECB
#. Eu6EA
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id601701262720097\n"
"help.text"
msgid "dataset.Reload(Filter = \"[Name] = 'John'\", OrderBy = \"Age\""
msgid "dataset.Reload(Filter = \"[Name] = 'John'\", OrderBy = \"Age\")"
msgstr ""
#. AQgTY
@@ -11491,15 +11302,6 @@ msgctxt ""
msgid "The example below updates the current record using a <literal>Dictionary</literal>."
msgstr ""
#. 9XyJf
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id617012650175222\n"
"help.text"
msgid "oNewValues = CreateScriptService(\"Dictionary\")"
msgstr ""
#. qjYTQ
#: sf_dataset.xhp
msgctxt ""
@@ -11518,15 +11320,6 @@ msgctxt ""
msgid "oNewValues.Add(\"City\", \"New York\")"
msgstr ""
#. FTLwr
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id401701265027933\n"
"help.text"
msgid "oDataset.Update(oNewValues)"
msgstr ""
#. ioYcY
#: sf_dataset.xhp
msgctxt ""
@@ -11554,15 +11347,6 @@ msgctxt ""
msgid "new_values = {\"Age\": 51, \"City\": \"New York\"}"
msgstr ""
#. sPdJv
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id601701262720082\n"
"help.text"
msgid "dataset.Update(new_values)"
msgstr ""
#. oWPDV
#: sf_dataset.xhp
msgctxt ""
@@ -25405,15 +25189,6 @@ msgctxt ""
msgid "In this case, set the environment variable <literal>PYTHONPATH</literal> as follows before starting the Python interpreter:"
msgstr ""
#. 9BRx3
#: sf_intro.xhp
msgctxt ""
"sf_intro.xhp\n"
"par_id601689720825610\n"
"help.text"
msgid "<input>export PYTHONPATH=/usr/lib/libreoffice/program:/usr/lib/python3/dist-packages</input>"
msgstr ""
#. UDLem
#: sf_intro.xhp
msgctxt ""

View File

@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
"PO-Revision-Date: 2022-05-03 12:46+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"PO-Revision-Date: 2024-01-15 16:54+0000\n"
"Last-Translator: jun meguro <jmaguro@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-Generator: Weblate 5.1.1\n"
"X-POOTLE-MTIME: 1542030461.000000\n"
#. QmNGE
@@ -1661,7 +1661,7 @@ msgctxt ""
"par_id3150867\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_PRECEDES\">Inserts the logical operator <emph>precedes</emph> with two placeholders.</ahelp> You can also type <emph>prec</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_DRARROW\">論理演算子右向き二重矢印を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合は <emph>drarrow</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_PRECEDES\">論理演算子<emph>precedes</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合は<emph>prec</emph>とします。"
#. EGh5F
#: 03090200.xhp
@@ -1688,7 +1688,7 @@ msgctxt ""
"par_id3150868\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SUCCEEDS\">Inserts the logical operator <emph>succeeds</emph> with two placeholders.</ahelp> You can also type <emph>succ</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_XCIRCY\">連結記号を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合は <emph>circ</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_SUCCEEDS\">論理演算子<emph>succeeds</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合は<emph>succ</emph>とします。"
#. DTdm9
#: 03090200.xhp
@@ -1715,7 +1715,7 @@ msgctxt ""
"par_id3150869\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_NOTPRECEDES\">Inserts the logical operator <emph>not precedes</emph> with two placeholders.</ahelp> You can also type <emph>nprec</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_DRARROW\">論理演算子右向き二重矢印を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合<emph>drarrow</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_NOTPRECEDES\">論理演算子<emph>not precedes</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合<emph>nprec</emph>とします。"
#. PDtLJ
#: 03090200.xhp
@@ -1742,7 +1742,7 @@ msgctxt ""
"par_id3150870\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_NOTSUCCEEDS\">Inserts the logical operator <emph>not succeeds</emph> with two placeholders.</ahelp> You can also type <emph>nsucc</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_DRARROW\">論理演算子右向き二重矢印を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合<emph>drarrow</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_NOTSUCCEEDS\">論理演算子<emph>not succeeds</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合<emph>nsucc</emph>とします。"
#. ABCFh
#: 03090200.xhp
@@ -1760,7 +1760,7 @@ msgctxt ""
"par_id3150858\n"
"help.text"
msgid "precedes or equal"
msgstr "部分集合"
msgstr ""
#. qTfda
#: 03090200.xhp
@@ -1769,7 +1769,7 @@ msgctxt ""
"par_id3150871\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_DRARROW\">論理演算子右向き二重矢印を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合<emph>drarrow</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">論理演算子<emph>precedes or equal</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合<emph>preccurlyeq</emph>とします。"
#. RNGNj
#: 03090200.xhp
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id3150859\n"
"help.text"
msgid "succeeds or equal"
msgstr "部分集合"
msgstr ""
#. FrQLz
#: 03090200.xhp
@@ -1796,7 +1796,7 @@ msgctxt ""
"par_id3150872\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_DRARROW\">論理演算子右向き二重矢印を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合<emph>drarrow</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">論理演算子<emph>succeeds or equal</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合<emph>succcurlyeq</emph>とします。"
#. j5CxF
#: 03090200.xhp
@@ -1814,7 +1814,7 @@ msgctxt ""
"par_id3150860\n"
"help.text"
msgid "precedes or equivalent"
msgstr "部分集合"
msgstr ""
#. WHjnV
#: 03090200.xhp
@@ -1823,7 +1823,7 @@ msgctxt ""
"par_id3150873\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUIV\">Inserts the logical operator <emph>precedes or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>precsim</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_DRARROW\">論理演算子右向き二重矢印を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合<emph>drarrow</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_PRECEDESEQUIV\">論理演算子<emph>precedes or equivalent</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合<emph>precsim</emph>とします。"
#. iCEWw
#: 03090200.xhp
@@ -1841,7 +1841,7 @@ msgctxt ""
"par_id3150861\n"
"help.text"
msgid "succeeds or equivalent"
msgstr "部分集合"
msgstr ""
#. 5G2CF
#: 03090200.xhp
@@ -1850,7 +1850,7 @@ msgctxt ""
"par_id3150874\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
msgstr "<ahelp hid=\"HID_SMA_DRARROW\">論理演算子右向き二重矢印を 2 つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph> ウィンドウに直接入力する場合<emph>drarrow</emph> とします。"
msgstr "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">論理演算子<emph>succeeds or equivalent</emph>を2つのプレースホルダーとともに挿入します。</ahelp><emph>コマンド</emph>ウィンドウに直接入力する場合<emph>succsim</emph>とします。"
#. MgSpC
#: 03090200.xhp