Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/libo_help-7-6/textsbasicguide/ca/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 240,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/units/?format=api&page=3",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/units/?format=api",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                ".ISSHARED = \"share\" ' %PRODUCTNAME macro"
            ],
            "previous_source": "",
            "target": [
                ".ISSHARED = \"share\" ' macro del %PRODUCTNAME"
            ],
            "id_hash": 4018003825879099507,
            "content_hash": 4018003825879099507,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0499\nhelp.text",
            "note": "hz9VR",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538190/?format=api",
            "priority": 100,
            "id": 98565509,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=b7c2d130fbaf2873",
            "url": "https://translations.documentfoundation.org/api/units/98565509/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.427831Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Two different Python modules are called. They can either be embedded in the current document, either be stored on the file system. Argument type checking is skipped for clarity:"
            ],
            "previous_source": "",
            "target": [
                "Es criden dos mòduls Python diferents. Es poden incrustar al document actual o bé emmagatzemar-se en el sistema de fitxers. S'omet la comprovació del tipus d'argument per a més claredat:"
            ],
            "id_hash": 2620590108991416252,
            "content_hash": 2620590108991416252,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0503\nhelp.text",
            "note": "KfKCA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538248/?format=api",
            "priority": 100,
            "id": 98565512,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=a45e34d1d455e7bc",
            "url": "https://translations.documentfoundation.org/api/units/98565512/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.429132Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Personal or Shared Scripts Examples"
            ],
            "previous_source": "",
            "target": [
                "Exemples de scripts personals o compartits"
            ],
            "id_hash": -3691808396030063563,
            "content_hash": -3691808396030063563,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0526\nhelp.text",
            "note": "igPCi",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538273/?format=api",
            "priority": 100,
            "id": 98565515,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=4cc40fd2e7d2cc35",
            "url": "https://translations.documentfoundation.org/api/units/98565515/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.430409Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "The calling mechanism for personal or shared Python scripts is identical to that of embedded scripts. Library names are mapped to folders. Computing %PRODUCTNAME user profile and shared modules system file paths can be performed as detailed in <link href=\"text/sbasic/python/python_session.xhp\">Getting session information</link>. Below <literal>OSName</literal>, <literal>HelloWorld</literal> and <literal>NormalizePath</literal> routines are calling their Python counterparts, using aforementioned <literal>GetPythonScript</literal> function. Exception handling is not detailed."
            ],
            "previous_source": "",
            "target": [
                "El mecanisme de crida per a scripts personals o compartits de Python és idèntic al dels scripts incrustats. Els noms de les biblioteques estan assignats a carpetes. El càlcul del perfil d'usuari del %PRODUCTNAME i les rutes als fitxer dels mòduls compartits del sistema, es pot realitzar tal com es detalla en <link href=\"text/sbasic/python/python_session.xhp\">Obtenir informació de la sessió</link>. Les rutines <literal>OSName</literal>, <literal>HelloWorld</literal> i <literal>NormalizePath</literal> descrites a sota criden llurs homòlegs en Python, fent servir la funció <literal>GetPythonScript</literal> abans esmentada. La gestió d'excepcions no es detalla aquí."
            ],
            "id_hash": 4355683488299545435,
            "content_hash": 4355683488299545435,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0527\nhelp.text",
            "note": "EPVTC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538300/?format=api",
            "priority": 100,
            "id": 98565518,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=bc727f0e2220f35b",
            "url": "https://translations.documentfoundation.org/api/units/98565518/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.431777Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Option Compatible ' Properties are supported"
            ],
            "previous_source": "",
            "target": [
                "Opció Compatible ' Propietats admeses"
            ],
            "id_hash": -4236084486733152478,
            "content_hash": -4236084486733152478,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0529\nhelp.text",
            "note": "bwkSJ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538341/?format=api",
            "priority": 100,
            "id": 98565523,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=4536679a61ba3f22",
            "url": "https://translations.documentfoundation.org/api/units/98565523/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.434039Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "'''Platform name as \"Linux\", \"Darwin\" or \"Windows\"'''"
            ],
            "previous_source": "",
            "target": [
                "'''El nom d'una plataforma, com ara «Linux», «Darwin» o «Windows»'''"
            ],
            "id_hash": 8792182169387827468,
            "content_hash": 8792182169387827468,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0534\nhelp.text",
            "note": "3W9xB",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538403/?format=api",
            "priority": 100,
            "id": 98565528,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=fa041b199ee2810c",
            "url": "https://translations.documentfoundation.org/api/units/98565528/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.870532Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "'''%PRODUCTNAME Python shared sample'''"
            ],
            "previous_source": "",
            "target": [
                "'''exemple compartit de Python a %PRODUCTNAME'''"
            ],
            "id_hash": 5167992636389541440,
            "content_hash": 5167992636389541440,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0540\nhelp.text",
            "note": "WAE7X",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538435/?format=api",
            "priority": 100,
            "id": 98565531,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=c7b865ebedd54640",
            "url": "https://translations.documentfoundation.org/api/units/98565531/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.873423Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "'''Strip superfluous '\\..' in path'''"
            ],
            "previous_source": "",
            "target": [
                "'''Elimina el «\\..» superflu de la ruta'''"
            ],
            "id_hash": -7557479528731113349,
            "content_hash": -7557479528731113349,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0546\nhelp.text",
            "note": "MYSSL",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538460/?format=api",
            "priority": 100,
            "id": 98565534,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=171e7068ecb2087b",
            "url": "https://translations.documentfoundation.org/api/units/98565534/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.875661Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Python standard modules"
            ],
            "previous_source": "",
            "target": [
                "Mòduls estàndards de Python"
            ],
            "id_hash": 5661967052413148547,
            "content_hash": 5661967052413148547,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0550\nhelp.text",
            "note": "yTqsy",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538509/?format=api",
            "priority": 100,
            "id": 98565538,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=ce935909290d1d83",
            "url": "https://translations.documentfoundation.org/api/units/98565538/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.877419Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "%PRODUCTNAME embedded Python contains many standard libraries to benefit from. They bear a rich feature set, such as but not limited to:"
            ],
            "previous_source": "",
            "target": [
                "El Python incrustat a %PRODUCTNAME  conté moltes biblioteques estàndard de les quals beneficiar-se. Tenen un ric conjunt de funcionalitats com ara, i entre altres:"
            ],
            "id_hash": -4367843795173994351,
            "content_hash": -4367843795173994351,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0551\nhelp.text",
            "note": "3F9RQ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538548/?format=api",
            "priority": 100,
            "id": 98565541,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=43624d35ca429091",
            "url": "https://translations.documentfoundation.org/api/units/98565541/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.878616Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>argparse</emph> Parser for command-line options, arguments and sub-commands"
            ],
            "previous_source": "",
            "target": [
                "<emph>argparse</emph> Analitzador per a les opcions, arguments i subordres de línia d'ordres"
            ],
            "id_hash": 2537520350151929374,
            "content_hash": 2537520350151929374,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0552\nhelp.text",
            "note": "aPbV7",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 61,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538581/?format=api",
            "priority": 100,
            "id": 98565544,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=a337155069216e1e",
            "url": "https://translations.documentfoundation.org/api/units/98565544/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.879901Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>cmath</emph> Mathematical functions for complex numbers"
            ],
            "previous_source": "",
            "target": [
                "<emph>cmath</emph>: funcions matemàtiques per a nombres complexos"
            ],
            "id_hash": 675519310154289480,
            "content_hash": 675519310154289480,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0553\nhelp.text",
            "note": "zBD3c",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 62,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538604/?format=api",
            "priority": 100,
            "id": 98565547,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=895fed3bc8a9d148",
            "url": "https://translations.documentfoundation.org/api/units/98565547/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.881066Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>csv</emph> CSV files reading and writing"
            ],
            "previous_source": "",
            "target": [
                "<emph>csv</emph>: lectura i escriptura de fitxers CSV"
            ],
            "id_hash": -1409901189234780206,
            "content_hash": -1409901189234780206,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0554\nhelp.text",
            "note": "GDXVa",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 63,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538628/?format=api",
            "priority": 100,
            "id": 98565551,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=6c6f06569f4297d2",
            "url": "https://translations.documentfoundation.org/api/units/98565551/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.882881Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>datetime</emph> Genuine date and time types"
            ],
            "previous_source": "",
            "target": [
                "<emph>datetime</emph>: tipus de data i hora genuïns"
            ],
            "id_hash": 7876218702531058141,
            "content_hash": 7876218702531058141,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0555\nhelp.text",
            "note": "FnCu8",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 64,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538663/?format=api",
            "priority": 100,
            "id": 98565556,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=ed4df32e11a6d9dd",
            "url": "https://translations.documentfoundation.org/api/units/98565556/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.884259Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>json</emph> JSON encoder and decoder"
            ],
            "previous_source": "",
            "target": [
                "<emph>json</emph>: codificador i descodificador de JSON"
            ],
            "id_hash": 8874311148522437328,
            "content_hash": 8874311148522437328,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0556\nhelp.text",
            "note": "GQCwa",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 65,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538697/?format=api",
            "priority": 100,
            "id": 98565561,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=fb27e2f8b1f7fad0",
            "url": "https://translations.documentfoundation.org/api/units/98565561/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.885501Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>math</emph> Mathematical functions"
            ],
            "previous_source": "",
            "target": [
                "<emph>math</emph>: funcions matemàtiques"
            ],
            "id_hash": -8354918600656307544,
            "content_hash": -8354918600656307544,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0557\nhelp.text",
            "note": "JmFZK",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 66,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538744/?format=api",
            "priority": 100,
            "id": 98565565,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=0c0d5dcc8893baa8",
            "url": "https://translations.documentfoundation.org/api/units/98565565/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.886491Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>re</emph> Regular expression operations"
            ],
            "previous_source": "",
            "target": [
                "<emph>re</emph>: operacions amb expressions regulars"
            ],
            "id_hash": 3726396215897368989,
            "content_hash": 3726396215897368989,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0558\nhelp.text",
            "note": "PRGHi",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 67,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538766/?format=api",
            "priority": 100,
            "id": 98565569,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=b3b6d19d74ec299d",
            "url": "https://translations.documentfoundation.org/api/units/98565569/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.887499Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>socket</emph> Low-level networking interface"
            ],
            "previous_source": "",
            "target": [
                "<emph>socket</emph>: interfície de xarxes de baix nivell"
            ],
            "id_hash": -6797779494481004075,
            "content_hash": -6797779494481004075,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0559\nhelp.text",
            "note": "XVbzW",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 68,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538823/?format=api",
            "priority": 100,
            "id": 98565573,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=21a96f90e20679d5",
            "url": "https://translations.documentfoundation.org/api/units/98565573/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.888672Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>sys</emph> System-specific parameters and functions"
            ],
            "previous_source": "",
            "target": [
                "<emph>sys</emph>: paràmetres i funcions específiques del sistema"
            ],
            "id_hash": -9043867740754887949,
            "content_hash": -9043867740754887949,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0560\nhelp.text",
            "note": "VehtJ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 69,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538854/?format=api",
            "priority": 100,
            "id": 98565577,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=027dba34ccb0baf3",
            "url": "https://translations.documentfoundation.org/api/units/98565577/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.889983Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>unittest</emph> and <emph>trace</emph> Unit testing framework and Track Python execution"
            ],
            "previous_source": "",
            "target": [
                "<emph>unittest</emph> i <emph>trace</emph>: entorn de proves unitàries i seguiment d'execució per a Python"
            ],
            "id_hash": 788052523755420337,
            "content_hash": 788052523755420337,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0561\nhelp.text",
            "note": "RWzWY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 70,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538884/?format=api",
            "priority": 100,
            "id": 98565582,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=8aefb99856cabab1",
            "url": "https://translations.documentfoundation.org/api/units/98565582/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.891080Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>xml.etree.ElementTree</emph> ElementTree XML API"
            ],
            "previous_source": "",
            "target": [
                "<emph>xml.etree.ElementTree</emph>: API d'ElementTree XML"
            ],
            "id_hash": -6102420364782561293,
            "content_hash": -6102420364782561293,
            "location": "basic_2_python.xhp",
            "context": "basic_2_python.xhp\nN0562\nhelp.text",
            "note": "JG3VZ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 71,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538905/?format=api",
            "priority": 100,
            "id": 98565586,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=2b4fd9029f0697f3",
            "url": "https://translations.documentfoundation.org/api/units/98565586/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.893006Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Basic Programming Examples"
            ],
            "previous_source": "",
            "target": [
                "Exemples de programació en Basic"
            ],
            "id_hash": 1531164860288937753,
            "content_hash": 1531164860288937753,
            "location": "basic_examples.xhp",
            "context": "basic_examples.xhp\ntit\nhelp.text",
            "note": "CwBFN",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 72,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538946/?format=api",
            "priority": 100,
            "id": 98565591,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=953fca53f6152f19",
            "url": "https://translations.documentfoundation.org/api/units/98565591/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.894769Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<bookmark_value>Basic;programming examples</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>BASIC;exemples de programació</bookmark_value>"
            ],
            "id_hash": 972498391874703467,
            "content_hash": 972498391874703467,
            "location": "basic_examples.xhp",
            "context": "basic_examples.xhp\nbm_id171559140731329\nhelp.text",
            "note": "eBci4",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 73,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98538972/?format=api",
            "priority": 100,
            "id": 98565595,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=8d7f02228854906b",
            "url": "https://translations.documentfoundation.org/api/units/98565595/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.896139Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\">Basic Programming Examples</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\">Exemples de programació en Basic</link></variable>"
            ],
            "id_hash": 7333517168455034874,
            "content_hash": 7333517168455034874,
            "location": "basic_examples.xhp",
            "context": "basic_examples.xhp\nhd_id471559139063621\nhelp.text",
            "note": "9kPoD",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 74,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539021/?format=api",
            "priority": 100,
            "id": 98565600,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=e5c5e30293fda7fa",
            "url": "https://translations.documentfoundation.org/api/units/98565600/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.898298Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Formatting Borders in Calc with Macros"
            ],
            "previous_source": "",
            "target": [
                "Formatació de les vores al Calc amb macros"
            ],
            "id_hash": 1687650139701953294,
            "content_hash": 1687650139701953294,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\ntit\nhelp.text",
            "note": "GKzpN",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 75,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539044/?format=api",
            "priority": 100,
            "id": 98565609,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=976bbcdc4a12c30e",
            "url": "https://translations.documentfoundation.org/api/units/98565609/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.901740Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<variable id=\"title\"><link href=\"text/sbasic/guide/calc_borders.xhp\">Formatting Borders in Calc with Macros</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"title\"><link href=\"text/sbasic/guide/calc_borders.xhp\">Formatació de vores al Calc amb macros</link></variable>"
            ],
            "id_hash": 1833485106980650690,
            "content_hash": 1833485106980650690,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nhd_id461623364876507\nhelp.text",
            "note": "RKGKF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 76,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539063/?format=api",
            "priority": 100,
            "id": 98565614,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=9971d8fd968cfec2",
            "url": "https://translations.documentfoundation.org/api/units/98565614/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.903320Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc."
            ],
            "previous_source": "",
            "target": [
                "Mitjançant l'ús dels llenguatges de programació BASIC o Python, és possible escriure macros que apliquen formats a intervals de cel·les al Calc."
            ],
            "id_hash": 7446228098083597961,
            "content_hash": 7446228098083597961,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id461630536347127\nhelp.text",
            "note": "JyRxe",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 77,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539102/?format=api",
            "priority": 100,
            "id": 98565621,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=e7565100dece2e89",
            "url": "https://translations.documentfoundation.org/api/units/98565621/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.905173Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Formatting Borders in Ranges of Cells"
            ],
            "previous_source": "",
            "target": [
                "Formatació de vores en intervals de cel·les"
            ],
            "id_hash": 8256505728323622334,
            "content_hash": 8256505728323622334,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nhd_id81630536486560\nhelp.text",
            "note": "7FCuQ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 78,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539127/?format=api",
            "priority": 100,
            "id": 98565626,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=f29500370eb515be",
            "url": "https://translations.documentfoundation.org/api/units/98565626/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.906845Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "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."
            ],
            "previous_source": "",
            "target": [
                "El fragment de codi següent crea una <literal>Sub</literal> anomenada <literal>FormatCellBorder</literal> que aplica nous formats a les vores d'un determinat rang d'adreces al full de Calc actual."
            ],
            "id_hash": 2706649946919045651,
            "content_hash": 2706649946919045651,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id871630536518700\nhelp.text",
            "note": "jZniv",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 79,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539152/?format=api",
            "priority": 100,
            "id": 98565632,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=a58ff3c949708a13",
            "url": "https://translations.documentfoundation.org/api/units/98565632/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.908451Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "' Creates the UNO struct that will store the new line format"
            ],
            "previous_source": "",
            "target": [
                "' Crea l'estructura UNO que emmagatzemarà el nou format de línia"
            ],
            "id_hash": 6383277046343349333,
            "content_hash": 6383277046343349333,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nbas_id131630537785605\nhelp.text",
            "note": "Xzm6Q",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 80,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539211/?format=api",
            "priority": 100,
            "id": 98565638,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=d895f4a752333455",
            "url": "https://translations.documentfoundation.org/api/units/98565638/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.910419Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "' Gets the target cell"
            ],
            "previous_source": "",
            "target": [
                "' Obté la cel·la objectiu"
            ],
            "id_hash": 4831526042210462736,
            "content_hash": 4831526042210462736,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nbas_id971630537786724\nhelp.text",
            "note": "qpADJ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 81,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539235/?format=api",
            "priority": 100,
            "id": 98565643,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=c30d07563d00ec10",
            "url": "https://translations.documentfoundation.org/api/units/98565643/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.912063Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "' Applies the new format to all borders"
            ],
            "previous_source": "",
            "target": [
                "' Aplica el nou format a totes les vores"
            ],
            "id_hash": 8077598350988780283,
            "content_hash": 8077598350988780283,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nbas_id791630537787373\nhelp.text",
            "note": "jXfEv",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 82,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539278/?format=api",
            "priority": 100,
            "id": 98565647,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=f01964e73cf7a2fb",
            "url": "https://translations.documentfoundation.org/api/units/98565647/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.913407Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "The <literal>Sub</literal> described above takes in four arguments:"
            ],
            "previous_source": "",
            "target": [
                "La <literal>Sub</literal> descrita anteriorment pren quatre arguments:"
            ],
            "id_hash": -4174983021231027876,
            "content_hash": -4174983021231027876,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id141630537941393\nhelp.text",
            "note": "3csnz",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 83,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539297/?format=api",
            "priority": 100,
            "id": 98565653,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=460f7b0fec3cc95c",
            "url": "https://translations.documentfoundation.org/api/units/98565653/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.914772Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>cellAddress</emph> is a string denoting the range to be formatted in the format \"A1\"."
            ],
            "previous_source": "",
            "target": [
                "<emph>cellAddress</emph> és una cadena que indica l'interval que s'ha de formatar en el format \"A1\"."
            ],
            "id_hash": -1278762429713528738,
            "content_hash": -1278762429713528738,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id841630538209958\nhelp.text",
            "note": "kA3Uj",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 84,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539353/?format=api",
            "priority": 100,
            "id": 98565659,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=6e40ec5868cf485e",
            "url": "https://translations.documentfoundation.org/api/units/98565659/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.916122Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Line Styles</link> below)."
            ],
            "previous_source": "",
            "target": [
                "<emph>newStyle</emph> és un valor enter que correspon a l'estil de la línia de vora (veure <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Estils de línia</link> a sota)."
            ],
            "id_hash": -6272739206639685188,
            "content_hash": -6272739206639685188,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id821630538210271\nhelp.text",
            "note": "xpGBx",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 85,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539377/?format=api",
            "priority": 100,
            "id": 98565664,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=28f2c0ed0b9371bc",
            "url": "https://translations.documentfoundation.org/api/units/98565664/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:49.917806Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>newWidth</emph> is an integer value that defines the line width."
            ],
            "previous_source": "",
            "target": [
                "<emph>newWidth</emph> és un valor enter que defineix l'amplada de la línia."
            ],
            "id_hash": 463464270640277780,
            "content_hash": 463464270640277780,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id191630538210607\nhelp.text",
            "note": "gKaYD",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 86,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539395/?format=api",
            "priority": 100,
            "id": 98565672,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=866e8e4c71996914",
            "url": "https://translations.documentfoundation.org/api/units/98565672/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.318264Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "<emph>newColor</emph> is an integer value corresponding to a color defined using the <link href=\"text/sbasic/shared/03010305.xhp\">RGB</link> function."
            ],
            "previous_source": "",
            "target": [
                "<emph>newColor</emph> és un valor enter corresponent a un color definit utilitzant la funció <link href=\"text/sbasic/shared/03010305.xhp\">RGB</link>."
            ],
            "id_hash": -6398873762568024485,
            "content_hash": -6398873762568024485,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id71630538211142\nhelp.text",
            "note": "6Tv9V",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 87,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539416/?format=api",
            "priority": 100,
            "id": 98565679,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=2732a2373390ce5b",
            "url": "https://translations.documentfoundation.org/api/units/98565679/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.320467Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:"
            ],
            "previous_source": "",
            "target": [
                "Per cridar a <literal>FormatCellBorder</literal> creeu una nova macro i passeu els arguments desitjats, tal com es mostra a continuació:"
            ],
            "id_hash": 4410890920755537143,
            "content_hash": 4410890920755537143,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id201630538522838\nhelp.text",
            "note": "3gYJs",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 88,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539450/?format=api",
            "priority": 100,
            "id": 98565684,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=bd36a1ec2aa124f7",
            "url": "https://translations.documentfoundation.org/api/units/98565684/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.322407Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "' Gives access to the line style constants"
            ],
            "previous_source": "",
            "target": [
                "' Dona accés a les constants d'estil de línia"
            ],
            "id_hash": -2317643514571761137,
            "content_hash": -2317643514571761137,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nbas_id651630603779228\nhelp.text",
            "note": "XpcA7",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 89,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539490/?format=api",
            "priority": 100,
            "id": 98565688,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=5fd61380bdf65a0f",
            "url": "https://translations.documentfoundation.org/api/units/98565688/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.324889Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "' Formats \"B5\" with solid blue borders"
            ],
            "previous_source": "",
            "target": [
                "' Formata «B5» amb vores blaves sòlides"
            ],
            "id_hash": 8303045926298260769,
            "content_hash": 8303045926298260769,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nbas_id321630538931144\nhelp.text",
            "note": "44Cm4",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 90,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539521/?format=api",
            "priority": 100,
            "id": 98565692,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=f33a58474ec31521",
            "url": "https://translations.documentfoundation.org/api/units/98565692/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.326556Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "' Formats all borders in the range \"D2:F6\" with red dotted borders"
            ],
            "previous_source": "",
            "target": [
                "' Formata totes les vores de l'interval «D2:F6» amb vores puntejades vermelles"
            ],
            "id_hash": -4259100087174165451,
            "content_hash": -4259100087174165451,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nbas_id91630538931686\nhelp.text",
            "note": "m5WA7",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 91,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539553/?format=api",
            "priority": 100,
            "id": 98565696,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=44e4a30951260c35",
            "url": "https://translations.documentfoundation.org/api/units/98565696/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.328748Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "It is possible to implement the same functionality in Python:"
            ],
            "previous_source": "",
            "target": [
                "És possible implementar la mateixa funcionalitat en Python:"
            ],
            "id_hash": -4942273700367067155,
            "content_hash": -4942273700367067155,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id31630540159114\nhelp.text",
            "note": "yt8qz",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 92,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539597/?format=api",
            "priority": 100,
            "id": 98565699,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=3b6984413add97ed",
            "url": "https://translations.documentfoundation.org/api/units/98565699/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.330892Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "# Defines the new line format"
            ],
            "previous_source": "",
            "target": [
                "# Defineix el nou format de línia"
            ],
            "id_hash": -4362183915594457616,
            "content_hash": -4362183915594457616,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npyc_id411630540777672\nhelp.text",
            "note": "FEQGU",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 93,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539638/?format=api",
            "priority": 100,
            "id": 98565704,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=437668d73211ddf0",
            "url": "https://translations.documentfoundation.org/api/units/98565704/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.333748Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "# Scriptforge service to access cell ranges"
            ],
            "previous_source": "",
            "target": [
                "# Servei de l'ScriptForge per a accedir als intervals de cel·les"
            ],
            "id_hash": 3439651513933985036,
            "content_hash": 3439651513933985036,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npyc_id361630540778786\nhelp.text",
            "note": "cxBAF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 94,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539667/?format=api",
            "priority": 100,
            "id": 98565710,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=afbc18d3ef2b750c",
            "url": "https://translations.documentfoundation.org/api/units/98565710/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.338403Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "The code snippet below implements a macro named <literal>myMacro</literal> that calls <literal>formatCellBorder</literal>:"
            ],
            "previous_source": "",
            "target": [
                "El fragment de codi següent implementa una macro anomenada <literal>myMacro</literal> que crida <literal>formatCellBorder</literal>:"
            ],
            "id_hash": -1909639357890570315,
            "content_hash": -1909639357890570315,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id931630541661889\nhelp.text",
            "note": "hUVfn",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 95,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539718/?format=api",
            "priority": 100,
            "id": 98565713,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=657f991f27d3d7b5",
            "url": "https://translations.documentfoundation.org/api/units/98565713/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.340623Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "The Python code presented above uses the <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\">ScriptForge library</link> that is available since %PRODUCTNAME 7.2."
            ],
            "previous_source": "",
            "target": [
                "El codi Python presentat anteriorment utilitza la biblioteca  <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\">ScriptForge</link> que està disponible des del %PRODUCTNAME 7.2."
            ],
            "id_hash": -3613143229237202427,
            "content_hash": -3613143229237202427,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id261630541889040\nhelp.text",
            "note": "3zyiA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 96,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539760/?format=api",
            "priority": 100,
            "id": 98565716,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=4ddb896052b57205",
            "url": "https://translations.documentfoundation.org/api/units/98565716/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.345268Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Line Styles"
            ],
            "previous_source": "",
            "target": [
                "Estils de línia"
            ],
            "id_hash": -1230600245090564621,
            "content_hash": -1230600245090564621,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\nhd_id361630539136798\nhelp.text",
            "note": "FfECT",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 97,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539816/?format=api",
            "priority": 100,
            "id": 98565724,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=6eec0798dade45f3",
            "url": "https://translations.documentfoundation.org/api/units/98565724/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.350719Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Line styles are defined as integer constants. The table below lists the constants for the line styles available in <menuitem>Format - Cells - Borders</menuitem>:"
            ],
            "previous_source": "",
            "target": [
                "Els estils de línia es defineixen com a constants enteres. La taula següent enumera les constants dels estils de línia disponibles a <menuitem>Format ▸ Cel·les ▸ Vores</menuitem>:"
            ],
            "id_hash": -1340260814071062000,
            "content_hash": -1340260814071062000,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id501630539147234\nhelp.text",
            "note": "Qt5gG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 98,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539854/?format=api",
            "priority": 100,
            "id": 98565729,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=6d666fe3feeb2210",
            "url": "https://translations.documentfoundation.org/api/units/98565729/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.355297Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Constant name"
            ],
            "previous_source": "",
            "target": [
                "Nom de la constant"
            ],
            "id_hash": -2897373801418273877,
            "content_hash": -2897373801418273877,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id651630604006712\nhelp.text",
            "note": "X2WVp",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 99,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539883/?format=api",
            "priority": 100,
            "id": 98565731,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=57ca75e0e8f0cbab",
            "url": "https://translations.documentfoundation.org/api/units/98565731/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.358072Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/ca/?format=api",
            "source": [
                "Integer value"
            ],
            "previous_source": "",
            "target": [
                "Valor enter"
            ],
            "id_hash": 5234531195576386336,
            "content_hash": 5234531195576386336,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id501630539273987\nhelp.text",
            "note": "JTgFF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 100,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98539908/?format=api",
            "priority": 100,
            "id": 98565736,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/ca/?checksum=c8a4ca637e080320",
            "url": "https://translations.documentfoundation.org/api/units/98565736/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:28:50.361502Z"
        }
    ]
}