Translation components API.

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

GET /api/translations/libo_help-24-2/textsbasicguide/fr/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-24-2/textsbasicguide/fr/units/?format=api&page=3",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/units/?format=api",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                ".ISSHARED = \"share\" ' %PRODUCTNAME macro"
            ],
            "previous_source": "",
            "target": [
                "Macro %PRODUCTNAME .ISSHARED = \"share\" '"
            ],
            "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/110301737/?format=api",
            "priority": 100,
            "id": 110337465,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=b7c2d130fbaf2873",
            "url": "https://translations.documentfoundation.org/api/units/110337465/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.168694Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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": [
                "Deux modules Python différents sont appelés. Ils peuvent être intégrés dans le document actif ou être stockés dans le système de fichier. La vérification du type d'argument est ignorée pour plus de clarté :"
            ],
            "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/110301754/?format=api",
            "priority": 100,
            "id": 110337466,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=a45e34d1d455e7bc",
            "url": "https://translations.documentfoundation.org/api/units/110337466/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.171838Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Personal or Shared Scripts Examples"
            ],
            "previous_source": "",
            "target": [
                "Exemples de scripts partagés ou personnels"
            ],
            "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/110301781/?format=api",
            "priority": 100,
            "id": 110337468,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=4cc40fd2e7d2cc35",
            "url": "https://translations.documentfoundation.org/api/units/110337468/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.174366Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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": [
                "Le mécanisme d'appel pour les scripts Python partagés ou personnels est identique à celui des scripts intégrés. Les noms de bibliothèque sont mappés aux dossiers. Le calcul du profil utilisateur %PRODUCTNAME et des chemins d'accès aux fichiers système des modules partagés peut être effectué comme indiqué dans <link href=\"text/sbasic/python/python_session.xhp\">Obtenir les informations de session</link>. Les routines <literal>OSName</literal>, <literal>HelloWorld</literal> et <literal>NormalizePath</literal> ci-dessous, appellent leurs homologues Python, en utilisant la fonction <literal>GetPythonScript</literal> susmentionnée. La gestion des exceptions n'est pas détaillée."
            ],
            "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/110301795/?format=api",
            "priority": 100,
            "id": 110337469,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=bc727f0e2220f35b",
            "url": "https://translations.documentfoundation.org/api/units/110337469/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.176764Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Option Compatible ' Properties are supported"
            ],
            "previous_source": "",
            "target": [
                "Les propriétés Option Compatible ' sont prises en charge"
            ],
            "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/110301808/?format=api",
            "priority": 100,
            "id": 110337472,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=4536679a61ba3f22",
            "url": "https://translations.documentfoundation.org/api/units/110337472/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.180301Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "'''Platform name as \"Linux\", \"Darwin\" or \"Windows\"'''"
            ],
            "previous_source": "",
            "target": [
                "'''Les noms des plateformes sont \"Linux\", \"Darwin\" ou \"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/110301818/?format=api",
            "priority": 100,
            "id": 110337474,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=fa041b199ee2810c",
            "url": "https://translations.documentfoundation.org/api/units/110337474/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.182779Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "'''%PRODUCTNAME Python shared sample'''"
            ],
            "previous_source": "",
            "target": [
                "'''Échantillon partagé %PRODUCTNAME Python'''"
            ],
            "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/110301933/?format=api",
            "priority": 100,
            "id": 110337477,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=c7b865ebedd54640",
            "url": "https://translations.documentfoundation.org/api/units/110337477/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.184893Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "'''Strip superfluous '\\..' in path'''"
            ],
            "previous_source": "",
            "target": [
                "'''Supprimez le '\\ ..' superflu dans le chemin'''"
            ],
            "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/110301948/?format=api",
            "priority": 100,
            "id": 110337492,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=171e7068ecb2087b",
            "url": "https://translations.documentfoundation.org/api/units/110337492/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.199385Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Python standard modules"
            ],
            "previous_source": "",
            "target": [
                "Modules standards 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/110301964/?format=api",
            "priority": 100,
            "id": 110337497,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=ce935909290d1d83",
            "url": "https://translations.documentfoundation.org/api/units/110337497/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.204751Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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": [
                "Le %PRODUCTNAME Python embarqué contient de nombreuses bibliothèques standards dont vous pouvez bénéficier. Elles portent un ensemble complet de fonctionnalités, telles que mais sans s'y limiter :"
            ],
            "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/110301972/?format=api",
            "priority": 100,
            "id": 110337501,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=43624d35ca429091",
            "url": "https://translations.documentfoundation.org/api/units/110337501/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.207125Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>argparse</emph> Parser for command-line options, arguments and sub-commands"
            ],
            "previous_source": "",
            "target": [
                "<emph>argparse</emph> Analyseur pour les options de lignes de commande, les arguments et les sous-commandes"
            ],
            "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/110301975/?format=api",
            "priority": 100,
            "id": 110337506,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=a337155069216e1e",
            "url": "https://translations.documentfoundation.org/api/units/110337506/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.210116Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>cmath</emph> Mathematical functions for complex numbers"
            ],
            "previous_source": "",
            "target": [
                "<emph>cmath</emph> Fonctions mathématiques pour les nombres complexes"
            ],
            "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/110301988/?format=api",
            "priority": 100,
            "id": 110337511,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=895fed3bc8a9d148",
            "url": "https://translations.documentfoundation.org/api/units/110337511/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.212644Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>csv</emph> CSV files reading and writing"
            ],
            "previous_source": "",
            "target": [
                "<emph>csv</emph> Pour écrire et lire des fichiers 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/110302000/?format=api",
            "priority": 100,
            "id": 110337515,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=6c6f06569f4297d2",
            "url": "https://translations.documentfoundation.org/api/units/110337515/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.214584Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>datetime</emph> Genuine date and time types"
            ],
            "previous_source": "",
            "target": [
                "<emph>datetime</emph> Véritables types de date et d'heure"
            ],
            "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/110302025/?format=api",
            "priority": 100,
            "id": 110337518,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=ed4df32e11a6d9dd",
            "url": "https://translations.documentfoundation.org/api/units/110337518/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.216392Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>json</emph> JSON encoder and decoder"
            ],
            "previous_source": "",
            "target": [
                "<emph>json</emph> Encodeur et décodeur 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/110302040/?format=api",
            "priority": 100,
            "id": 110337519,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=fb27e2f8b1f7fad0",
            "url": "https://translations.documentfoundation.org/api/units/110337519/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.218563Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>math</emph> Mathematical functions"
            ],
            "previous_source": "",
            "target": [
                "<emph>math</emph> Fonctions mathématiques"
            ],
            "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/110302049/?format=api",
            "priority": 100,
            "id": 110337524,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=0c0d5dcc8893baa8",
            "url": "https://translations.documentfoundation.org/api/units/110337524/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.220943Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>re</emph> Regular expression operations"
            ],
            "previous_source": "",
            "target": [
                "<emph>re</emph> Opérations d'expressions régulières"
            ],
            "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/110302052/?format=api",
            "priority": 100,
            "id": 110337526,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=b3b6d19d74ec299d",
            "url": "https://translations.documentfoundation.org/api/units/110337526/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.223191Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>socket</emph> Low-level networking interface"
            ],
            "previous_source": "",
            "target": [
                "<emph>socket</emph> Interface réseau de bas niveau"
            ],
            "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/110302054/?format=api",
            "priority": 100,
            "id": 110337528,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=21a96f90e20679d5",
            "url": "https://translations.documentfoundation.org/api/units/110337528/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.225429Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>sys</emph> System-specific parameters and functions"
            ],
            "previous_source": "",
            "target": [
                "<emph>sys</emph> Fonctions et paramètres spécifiques au système"
            ],
            "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/110302068/?format=api",
            "priority": 100,
            "id": 110337531,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=027dba34ccb0baf3",
            "url": "https://translations.documentfoundation.org/api/units/110337531/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.227851Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>unittest</emph> and <emph>trace</emph> Unit testing framework and Track Python execution"
            ],
            "previous_source": "",
            "target": [
                "<emph>unittest</emph> et <emph>trace</emph> Cadre de test unitaire et exécution de Track 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/110302087/?format=api",
            "priority": 100,
            "id": 110337535,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=8aefb99856cabab1",
            "url": "https://translations.documentfoundation.org/api/units/110337535/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.231150Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>xml.etree.ElementTree</emph> ElementTree XML API"
            ],
            "previous_source": "",
            "target": [
                "<emph>xml.etree.ElementTree</emph> API XML ElementTree"
            ],
            "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/110302101/?format=api",
            "priority": 100,
            "id": 110337538,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=2b4fd9029f0697f3",
            "url": "https://translations.documentfoundation.org/api/units/110337538/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.233032Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Basic Programming Examples"
            ],
            "previous_source": "",
            "target": [
                "Exemples de programmation 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/110302115/?format=api",
            "priority": 100,
            "id": 110337542,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=953fca53f6152f19",
            "url": "https://translations.documentfoundation.org/api/units/110337542/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.235157Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<bookmark_value>Basic;programming examples</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>Basic;exemples de programmation</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/110302131/?format=api",
            "priority": 100,
            "id": 110337548,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=8d7f02228854906b",
            "url": "https://translations.documentfoundation.org/api/units/110337548/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.239557Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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 programmation 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/110302145/?format=api",
            "priority": 100,
            "id": 110337551,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=e5c5e30293fda7fa",
            "url": "https://translations.documentfoundation.org/api/units/110337551/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.242363Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Formatting Borders in Calc with Macros"
            ],
            "previous_source": "",
            "target": [
                "Formatage de bordures dans Calc à l'aide de 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/110302147/?format=api",
            "priority": 100,
            "id": 110337554,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=976bbcdc4a12c30e",
            "url": "https://translations.documentfoundation.org/api/units/110337554/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.244598Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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\">Formatage de bordures dans Calc à l'aide de 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/110302149/?format=api",
            "priority": 100,
            "id": 110337569,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=9971d8fd968cfec2",
            "url": "https://translations.documentfoundation.org/api/units/110337569/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.261887Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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": [
                "En utilisant les langages de programmation Basic ou Python, il est possible d'écrire des macros qui appliquent des formats à des plages de cellules dans 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/110302151/?format=api",
            "priority": 100,
            "id": 110337573,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=e7565100dece2e89",
            "url": "https://translations.documentfoundation.org/api/units/110337573/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.266348Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Formatting Borders in Ranges of Cells"
            ],
            "previous_source": "",
            "target": [
                "Formatage de bordures dans les plages de cellules"
            ],
            "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/110302153/?format=api",
            "priority": 100,
            "id": 110337576,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=f29500370eb515be",
            "url": "https://translations.documentfoundation.org/api/units/110337576/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.269168Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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": [
                "L'extrait de code ci-dessous crée un <literal>Sub</literal> appelé <literal>FormatCellBorder</literal> qui applique de nouveaux formats de bordure à une adresse de plage donnée dans la feuille Calc actuelle."
            ],
            "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/110302155/?format=api",
            "priority": 100,
            "id": 110337580,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=a58ff3c949708a13",
            "url": "https://translations.documentfoundation.org/api/units/110337580/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.271348Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "' Creates the UNO struct that will store the new line format"
            ],
            "previous_source": "",
            "target": [
                "' Crée la structure UNO qui stockera le nouveau format de ligne"
            ],
            "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/110302158/?format=api",
            "priority": 100,
            "id": 110337585,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=d895f4a752333455",
            "url": "https://translations.documentfoundation.org/api/units/110337585/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.275374Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "' Gets the target cell"
            ],
            "previous_source": "",
            "target": [
                "' Obtient la cellule cible"
            ],
            "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/110302184/?format=api",
            "priority": 100,
            "id": 110337589,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=c30d07563d00ec10",
            "url": "https://translations.documentfoundation.org/api/units/110337589/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.280298Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "' Applies the new format to all borders"
            ],
            "previous_source": "",
            "target": [
                "' Applique le nouveau format à toutes les bordures"
            ],
            "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/110302220/?format=api",
            "priority": 100,
            "id": 110337593,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=f01964e73cf7a2fb",
            "url": "https://translations.documentfoundation.org/api/units/110337593/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.282487Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "The <literal>Sub</literal> described above takes in four arguments:"
            ],
            "previous_source": "",
            "target": [
                "Le <literal>Sub</literal> décrit ci-dessus prend 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/110302247/?format=api",
            "priority": 100,
            "id": 110337606,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=460f7b0fec3cc95c",
            "url": "https://translations.documentfoundation.org/api/units/110337606/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.292607Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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> est une chaîne désignant la plage à formater au 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/110302254/?format=api",
            "priority": 100,
            "id": 110337611,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=6e40ec5868cf485e",
            "url": "https://translations.documentfoundation.org/api/units/110337611/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.298999Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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> est une valeur entière qui correspond au style de la ligne de bordure (voir <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\">Styles de ligne</link> ci-dessous)."
            ],
            "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/110302256/?format=api",
            "priority": 100,
            "id": 110337613,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=28f2c0ed0b9371bc",
            "url": "https://translations.documentfoundation.org/api/units/110337613/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.302091Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>newWidth</emph> is an integer value that defines the line thickness."
            ],
            "previous_source": "",
            "target": [
                "<emph>newWidth</emph> est une valeur entière qui définit l'épaisseur de la ligne."
            ],
            "id_hash": -3250488724205442357,
            "content_hash": -3250488724205442357,
            "location": "calc_borders.xhp",
            "context": "calc_borders.xhp\npar_id191630538210607\nhelp.text",
            "note": "EUhkx",
            "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/110302258/?format=api",
            "priority": 100,
            "id": 110337618,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=52e3f1ba27526acb",
            "url": "https://translations.documentfoundation.org/api/units/110337618/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.304792Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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> est une valeur entière correspondant à une couleur définie à l'aide de la fonction <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/110302260/?format=api",
            "priority": 100,
            "id": 110337622,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=2732a2373390ce5b",
            "url": "https://translations.documentfoundation.org/api/units/110337622/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.307088Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:"
            ],
            "previous_source": "",
            "target": [
                "Pour appeler <literal>FormatCellBorder</literal>, créez une nouvelle macro et transmettez les arguments souhaités, comme indiqué ci-dessous :"
            ],
            "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/110302262/?format=api",
            "priority": 100,
            "id": 110337628,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=bd36a1ec2aa124f7",
            "url": "https://translations.documentfoundation.org/api/units/110337628/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.309468Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "' Gives access to the line style constants"
            ],
            "previous_source": "",
            "target": [
                "' Donne accès aux constantes de style de ligne"
            ],
            "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/110302281/?format=api",
            "priority": 100,
            "id": 110337633,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=5fd61380bdf65a0f",
            "url": "https://translations.documentfoundation.org/api/units/110337633/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.311849Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "' Formats \"B5\" with solid blue borders"
            ],
            "previous_source": "",
            "target": [
                "' Formats \"B5\" avec des bordures bleues unies"
            ],
            "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/110302308/?format=api",
            "priority": 100,
            "id": 110337637,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=f33a58474ec31521",
            "url": "https://translations.documentfoundation.org/api/units/110337637/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.314042Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "' Formats all borders in the range \"D2:F6\" with red dotted borders"
            ],
            "previous_source": "",
            "target": [
                "' Formate toutes les bordures de la plage \"D2:F6\" avec des bordures en pointillés rouges"
            ],
            "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/110302339/?format=api",
            "priority": 100,
            "id": 110337642,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=44e4a30951260c35",
            "url": "https://translations.documentfoundation.org/api/units/110337642/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.316281Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "It is possible to implement the same functionality in Python:"
            ],
            "previous_source": "",
            "target": [
                "Il est possible d'implémenter la même fonctionnalité 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/110302375/?format=api",
            "priority": 100,
            "id": 110337648,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=3b6984413add97ed",
            "url": "https://translations.documentfoundation.org/api/units/110337648/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.318602Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "# Defines the new line format"
            ],
            "previous_source": "",
            "target": [
                "# Définit le nouveau format de ligne"
            ],
            "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/110302407/?format=api",
            "priority": 100,
            "id": 110337651,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=437668d73211ddf0",
            "url": "https://translations.documentfoundation.org/api/units/110337651/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.320808Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "# Scriptforge service to access cell ranges"
            ],
            "previous_source": "",
            "target": [
                "# Service Scriptforge pour accéder aux plages de cellules"
            ],
            "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/110302432/?format=api",
            "priority": 100,
            "id": 110337656,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=afbc18d3ef2b750c",
            "url": "https://translations.documentfoundation.org/api/units/110337656/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.322917Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "The code snippet below implements a macro named <literal>myMacro</literal> that calls <literal>formatCellBorder</literal>:"
            ],
            "previous_source": "",
            "target": [
                "L'extrait de code ci-dessous implémente une macro nommée <literal>myMacro</literal> qui appelle <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/110302454/?format=api",
            "priority": 100,
            "id": 110337660,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=657f991f27d3d7b5",
            "url": "https://translations.documentfoundation.org/api/units/110337660/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.325033Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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": [
                "Le code Python présenté ci-dessus utilise la <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\">bibliothèque ScriptForge</link> disponible depuis %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/110302468/?format=api",
            "priority": 100,
            "id": 110337666,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=4ddb896052b57205",
            "url": "https://translations.documentfoundation.org/api/units/110337666/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.327618Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Line Styles"
            ],
            "previous_source": "",
            "target": [
                "Styles de ligne"
            ],
            "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/110302488/?format=api",
            "priority": 100,
            "id": 110337672,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=6eec0798dade45f3",
            "url": "https://translations.documentfoundation.org/api/units/110337672/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.330581Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?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": [
                "Les styles de ligne sont définis comme des constantes entières. Le tableau ci-dessous répertorie les constantes des styles de ligne disponibles dans <menuitem>Format - Cellules - Bordures</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/110302507/?format=api",
            "priority": 100,
            "id": 110337678,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=6d666fe3feeb2210",
            "url": "https://translations.documentfoundation.org/api/units/110337678/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.333019Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Constant name"
            ],
            "previous_source": "",
            "target": [
                "Nom de constante"
            ],
            "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/110302525/?format=api",
            "priority": 100,
            "id": 110337715,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=57ca75e0e8f0cbab",
            "url": "https://translations.documentfoundation.org/api/units/110337715/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.359005Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicguide/fr/?format=api",
            "source": [
                "Integer value"
            ],
            "previous_source": "",
            "target": [
                "Valeur entière"
            ],
            "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/110302557/?format=api",
            "priority": 100,
            "id": 110337721,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicguide/fr/?checksum=c8a4ca637e080320",
            "url": "https://translations.documentfoundation.org/api/units/110337721/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:56.361494Z"
        }
    ]
}