update translations for master/26-2
and force-fix errors using pocheck Change-Id: I7dc347446a939379271d919ebf3657be6ea9a497
This commit is contained in:
@@ -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: 2025-10-16 12:00+0200\n"
|
||||
"POT-Creation-Date: 2025-12-10 15:42+0100\n"
|
||||
"PO-Revision-Date: 2025-11-01 17:54+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ca/>\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: Weblate 5.10.1\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1562337011.000000\n"
|
||||
|
||||
#. ViEWM
|
||||
@@ -16657,13 +16657,13 @@ msgctxt ""
|
||||
msgid "A dictionary is a collection of key-item pairs"
|
||||
msgstr ""
|
||||
|
||||
#. fZDre
|
||||
#. CQUYn
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id861582884516571\n"
|
||||
"help.text"
|
||||
msgid "The key is a case-insensitive string"
|
||||
msgid "The key is a string. In Basic scripts, the case sensitivity of the key is determined at Dictionary creation. In Python scripts, the key is always case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#. 2AdDG
|
||||
@@ -16684,13 +16684,13 @@ msgctxt ""
|
||||
msgid "Keys and items can be retrieved, counted, updated, and much more."
|
||||
msgstr ""
|
||||
|
||||
#. LtaTT
|
||||
#. oY6bP
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id971582884636922\n"
|
||||
"help.text"
|
||||
msgid "The Dictionary service is similar to the built-in %PRODUCTNAME Basic <literal>Collection</literal> object, however with more features. For example, <literal>Collection</literal> objects do not support the retrieval of keys. Moreover, Dictionaries provide additional capabilities as replacing keys, testing if a specific key already exists and converting the Dictionary into an Array object or JSON string."
|
||||
msgid "The Dictionary service is similar to the built-in %PRODUCTNAME Basic <literal>Collection</literal> object, however with more features. For example, <literal>Collection</literal> objects do not support the retrieval of keys. Moreover, Dictionaries provide additional capabilities as replacing keys, testing if a specific key already exists and converting the Dictionary into an array of PropertyValues or a JSON string."
|
||||
msgstr ""
|
||||
|
||||
#. RkMHR
|
||||
@@ -16711,6 +16711,15 @@ msgctxt ""
|
||||
msgid "The following example creates <literal>myDict</literal> as an empty dictionary."
|
||||
msgstr ""
|
||||
|
||||
#. Qsut4
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"bas_id251765034282638\n"
|
||||
"help.text"
|
||||
msgid "' The keys are case-sensitive, hence the second argument is <literal>True</literal>"
|
||||
msgstr ""
|
||||
|
||||
#. BghTS
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
@@ -16729,13 +16738,13 @@ msgctxt ""
|
||||
msgid "The example below creates an empty instance of the <literal>Dictionary</literal> service and uses the Python native <literal>update</literal> method to populate it with the contents of a Python <literal>dict</literal> object."
|
||||
msgstr ""
|
||||
|
||||
#. bnDdK
|
||||
#. AGLAS
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"pyc_id61626869417128\n"
|
||||
"help.text"
|
||||
msgid "# Initialize myDict as an empty dict object"
|
||||
msgid "# Initialize myDict as an empty Dictionary object"
|
||||
msgstr ""
|
||||
|
||||
#. Zijqj
|
||||
@@ -16765,13 +16774,13 @@ msgctxt ""
|
||||
msgid "# Initialize myDict with the content of dico"
|
||||
msgstr "# Inicialitza myDict amb el contingut de dico"
|
||||
|
||||
#. UHQFC
|
||||
#. Bqi6V
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id211626699007613\n"
|
||||
"help.text"
|
||||
msgid "Because Python has built-in dictionary support, most of the methods in the <literal>Dictionary</literal> service are available for Basic scripts only. Exceptions are <literal>ConvertToPropertyValues</literal> and <literal>ImportFromPropertyValues</literal> that are supported in both Basic and Python."
|
||||
msgid "Because Python has built-in dictionary support, most of the methods in the <literal>Dictionary</literal> service are available for Basic scripts only. Exceptions are the <literal>ConvertToPropertyValues</literal> and <literal>ImportFromPropertyValues</literal> methods that are supported in both Basic and Python."
|
||||
msgstr ""
|
||||
|
||||
#. Dd4Pp
|
||||
@@ -16927,13 +16936,13 @@ msgctxt ""
|
||||
msgid "Adds a new key-item pair into the dictionary. Returns <literal>True</literal> if successful."
|
||||
msgstr ""
|
||||
|
||||
#. 4zw8b
|
||||
#. PWDbM
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id341582887670030\n"
|
||||
"help.text"
|
||||
msgid "<emph>key</emph>: String value used to identify the Item. The key is not case-sensitive."
|
||||
msgid "<emph>key</emph>: String value used to identify the Item. The case sensitivity of the key was determined at Dictionary creation.."
|
||||
msgstr ""
|
||||
|
||||
#. UFFFG
|
||||
@@ -17206,13 +17215,13 @@ msgctxt ""
|
||||
msgid "Retrieves an existing dictionary entry based on its key. Returns the value of the item if successful, otherwise returns <literal>Empty</literal>."
|
||||
msgstr ""
|
||||
|
||||
#. MV7Wq
|
||||
#. dGCvf
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id551582890399669\n"
|
||||
"help.text"
|
||||
msgid "<emph>key</emph>: Not case-sensitive. If it does not exist, <literal>Empty</literal> value is returned."
|
||||
msgid "<emph>key</emph>: If it does not exist, the <literal>Empty</literal> value is returned."
|
||||
msgstr ""
|
||||
|
||||
#. rGqyT
|
||||
@@ -17233,13 +17242,13 @@ msgctxt ""
|
||||
msgid "Removes an existing dictionary entry based on its key. Returns <literal>True</literal> if successful."
|
||||
msgstr ""
|
||||
|
||||
#. EhVL2
|
||||
#. QR5yu
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id551582890366999\n"
|
||||
"help.text"
|
||||
msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised."
|
||||
msgid "<emph>key</emph>: Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised."
|
||||
msgstr ""
|
||||
|
||||
#. GyK3j
|
||||
@@ -17260,13 +17269,13 @@ msgctxt ""
|
||||
msgid "Replaces an existing item value based on its key. Returns <literal>True</literal> if successful."
|
||||
msgstr ""
|
||||
|
||||
#. w4w9A
|
||||
#. R9YRt
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id991582895615535\n"
|
||||
"help.text"
|
||||
msgid "<emph>key</emph>: String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, an <literal>UNKNOWNKEYERROR</literal> error is raised."
|
||||
msgid "<emph>key</emph>: String value representing the key whose value will be replaced. If the key does not exist in the dictionary, an <literal>UNKNOWNKEYERROR</literal> error is raised."
|
||||
msgstr ""
|
||||
|
||||
#. FA4hz
|
||||
@@ -17287,22 +17296,22 @@ msgctxt ""
|
||||
msgid "Replaces an existing key in the dictionary by a new key. The item value is left unchanged. Returns <literal>True</literal> if successful."
|
||||
msgstr ""
|
||||
|
||||
#. jKp7C
|
||||
#. dPmwA
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id911582896597619\n"
|
||||
"help.text"
|
||||
msgid "<emph>key</emph>: String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised."
|
||||
msgid "<emph>key</emph>: String value representing the key to be replaced. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised."
|
||||
msgstr ""
|
||||
|
||||
#. Dku2D
|
||||
#. 7YTCi
|
||||
#: sf_dictionary.xhp
|
||||
msgctxt ""
|
||||
"sf_dictionary.xhp\n"
|
||||
"par_id531582896597989\n"
|
||||
"help.text"
|
||||
msgid "<emph>value</emph>: String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, an <literal>DUPLICATEKEYERROR</literal> error is raised."
|
||||
msgid "<emph>value</emph>: String value for the new key. If the new key already exists in the dictionary, a <literal>DUPLICATEKEYERROR</literal> error is raised."
|
||||
msgstr ""
|
||||
|
||||
#. jasej
|
||||
|
||||
@@ -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: 2025-12-02 14:51+0100\n"
|
||||
"PO-Revision-Date: 2025-11-07 20:54+0000\n"
|
||||
"PO-Revision-Date: 2025-12-09 06:54+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca/>\n"
|
||||
"Language: ca\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-Generator: Weblate 5.10.1\n"
|
||||
"X-Language: ca\n"
|
||||
"X-POOTLE-MTIME: 1565199637.000000\n"
|
||||
|
||||
@@ -22725,7 +22725,7 @@ msgctxt ""
|
||||
"hd_id3153681\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"align_left_hd\">Start</variable>"
|
||||
msgstr ""
|
||||
msgstr "<variable id=\"align_left_hd\">Inici</variable>"
|
||||
|
||||
#. rw5C5
|
||||
#: 05030700.xhp
|
||||
|
||||
@@ -3,8 +3,8 @@ 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: 2025-12-02 14:51+0100\n"
|
||||
"PO-Revision-Date: 2025-11-06 17:54+0000\n"
|
||||
"POT-Creation-Date: 2025-12-10 15:42+0100\n"
|
||||
"PO-Revision-Date: 2025-12-09 06:54+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca/>\n"
|
||||
"Language: ca\n"
|
||||
@@ -2618,14 +2618,14 @@ msgctxt ""
|
||||
msgid "The Pick a Color Window"
|
||||
msgstr "La finestra de selecció de color"
|
||||
|
||||
#. 8ipk5
|
||||
#. zKApW
|
||||
#: 01010501.xhp
|
||||
msgctxt ""
|
||||
"01010501.xhp\n"
|
||||
"par_id3148943\n"
|
||||
"help.text"
|
||||
msgid "The GTK and Qt variants of %PRODUCTNAME on Linux use native system/toolkit dialogs (which are also used by other applications) to pick a color instead of the %PRODUCTNAME dialog that is described in more detail below."
|
||||
msgstr "Les variants GTK i Qt del %PRODUCTNAME a Linux utilitzen diàlegs natius del sistema/joc d'eines (que també utilitzen altres aplicacions) per a seleccionar un color, en lloc del diàleg del %PRODUCTNAME que es descriu amb més detall a continuació."
|
||||
msgid "The GTK and Qt variants of %PRODUCTNAME on Linux use native system/toolkit dialogs (which are also used by other applications) by default to pick a color instead of the custom dialog that is described in more detail below. Use of the custom %PRODUCTNAME dialog instead of the native one can be enabled in the %PRODUCTNAME options."
|
||||
msgstr ""
|
||||
|
||||
#. Xu7fM
|
||||
#: 01010501.xhp
|
||||
@@ -4594,7 +4594,7 @@ msgctxt ""
|
||||
"hd_id931764623903820\n"
|
||||
"help.text"
|
||||
msgid "Show in Document"
|
||||
msgstr ""
|
||||
msgstr "Mostra al document"
|
||||
|
||||
#. JANtX
|
||||
#: 01012000.xhp
|
||||
@@ -4612,7 +4612,7 @@ msgctxt ""
|
||||
"hd_id191764623908044\n"
|
||||
"help.text"
|
||||
msgid "Reset All"
|
||||
msgstr ""
|
||||
msgstr "Reinicialitza-ho tot"
|
||||
|
||||
#. NAUvR
|
||||
#: 01012000.xhp
|
||||
@@ -4630,7 +4630,7 @@ msgctxt ""
|
||||
"hd_id310720161555238963\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"icons\"><link href=\"text/shared/optionen/01012000.xhp#icons\">Icons</link></variable>"
|
||||
msgstr ""
|
||||
msgstr "<variable id=\"icons\"><link href=\"text/shared/optionen/01012000.xhp#icons\">Icones</link></variable>"
|
||||
|
||||
#. 4SqiN
|
||||
#: 01012000.xhp
|
||||
@@ -4639,7 +4639,7 @@ msgctxt ""
|
||||
"hd_id771764623201205\n"
|
||||
"help.text"
|
||||
msgid "Icon themes"
|
||||
msgstr ""
|
||||
msgstr "Temes d'icones"
|
||||
|
||||
#. tfaLg
|
||||
#: 01012000.xhp
|
||||
@@ -4675,7 +4675,7 @@ msgctxt ""
|
||||
"hd_id3149123\n"
|
||||
"help.text"
|
||||
msgid "Toolbar"
|
||||
msgstr ""
|
||||
msgstr "Barres d'eines"
|
||||
|
||||
#. gHErR
|
||||
#: 01012000.xhp
|
||||
@@ -4693,7 +4693,7 @@ msgctxt ""
|
||||
"hd_id310720161555082010\n"
|
||||
"help.text"
|
||||
msgid "Sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra lateral"
|
||||
|
||||
#. YDgto
|
||||
#: 01012000.xhp
|
||||
@@ -4711,7 +4711,7 @@ msgctxt ""
|
||||
"hd_id190920161822223888\n"
|
||||
"help.text"
|
||||
msgid "Notebookbar"
|
||||
msgstr ""
|
||||
msgstr "Barra de fitxes"
|
||||
|
||||
#. 9BFaY
|
||||
#: 01012000.xhp
|
||||
@@ -4729,7 +4729,7 @@ msgctxt ""
|
||||
"hd_id81764622204083\n"
|
||||
"help.text"
|
||||
msgid "Dialogs"
|
||||
msgstr ""
|
||||
msgstr "Diàlegs"
|
||||
|
||||
#. F3kAM
|
||||
#: 01012000.xhp
|
||||
@@ -4783,7 +4783,7 @@ msgctxt ""
|
||||
"hd_id851764671806995\n"
|
||||
"help.text"
|
||||
msgid "Animations"
|
||||
msgstr ""
|
||||
msgstr "Animacions"
|
||||
|
||||
#. MfJvy
|
||||
#: 01013000.xhp
|
||||
@@ -4846,7 +4846,7 @@ msgctxt ""
|
||||
"hd_id711764671914626\n"
|
||||
"help.text"
|
||||
msgid "Allow other animations"
|
||||
msgstr ""
|
||||
msgstr "Permet altres animacions"
|
||||
|
||||
#. LUsGf
|
||||
#: 01013000.xhp
|
||||
@@ -4864,7 +4864,7 @@ msgctxt ""
|
||||
"hd_id3149809\n"
|
||||
"help.text"
|
||||
msgid "High contrast"
|
||||
msgstr ""
|
||||
msgstr "Contrast alt"
|
||||
|
||||
#. ADWvt
|
||||
#: 01013000.xhp
|
||||
@@ -4990,7 +4990,7 @@ msgctxt ""
|
||||
"hd_id361764673263739\n"
|
||||
"help.text"
|
||||
msgid "Reset All"
|
||||
msgstr ""
|
||||
msgstr "Reinicialitza-ho tot"
|
||||
|
||||
#. CT7zL
|
||||
#: 01013000.xhp
|
||||
|
||||
@@ -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: 2025-12-02 14:51+0100\n"
|
||||
"PO-Revision-Date: 2025-03-04 21:41+0000\n"
|
||||
"Last-Translator: Joan Montané <joan@montane.cat>\n"
|
||||
"PO-Revision-Date: 2025-12-09 06:54+0000\n"
|
||||
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
|
||||
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsmath00/ca/>\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-Generator: Weblate 5.10.1\n"
|
||||
"X-Language: ca\n"
|
||||
"X-POOTLE-MTIME: 1547779352.000000\n"
|
||||
|
||||
@@ -240,7 +240,7 @@ msgctxt ""
|
||||
"par_id3147260\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3151168\" src=\"cmd/lc_reload.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151168\">Icon Update</alt></image>"
|
||||
msgstr ""
|
||||
msgstr "<image id=\"img_id3151168\" src=\"cmd/lc_reload.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151168\">Icona Actualitza</alt></image>"
|
||||
|
||||
#. 9BewG
|
||||
#: 00000004.xhp
|
||||
@@ -492,7 +492,7 @@ msgctxt ""
|
||||
"par_id3153258\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3153264\" src=\"cmd/lc_insertsymbol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153264\">Icon Symbols</alt></image>"
|
||||
msgstr ""
|
||||
msgstr "<image id=\"img_id3153264\" src=\"cmd/lc_insertsymbol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153264\">Icona Símbols</alt></image>"
|
||||
|
||||
#. gNanN
|
||||
#: 00000004.xhp
|
||||
|
||||
Reference in New Issue
Block a user