Translation components API.

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

GET /api/translations/libo_help-7-6/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-7-6/textsbasicguide/fr/units/?format=api&page=3",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/fr/units/?format=api",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538190/?format=api",
            "priority": 100,
            "id": 98610170,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=b7c2d130fbaf2873",
            "url": "https://translations.documentfoundation.org/api/units/98610170/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.175889Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538248/?format=api",
            "priority": 100,
            "id": 98610172,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=a45e34d1d455e7bc",
            "url": "https://translations.documentfoundation.org/api/units/98610172/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.177585Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538273/?format=api",
            "priority": 100,
            "id": 98610176,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=4cc40fd2e7d2cc35",
            "url": "https://translations.documentfoundation.org/api/units/98610176/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.179483Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538300/?format=api",
            "priority": 100,
            "id": 98610200,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=bc727f0e2220f35b",
            "url": "https://translations.documentfoundation.org/api/units/98610200/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.193048Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538341/?format=api",
            "priority": 100,
            "id": 98610212,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=4536679a61ba3f22",
            "url": "https://translations.documentfoundation.org/api/units/98610212/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.201901Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538403/?format=api",
            "priority": 100,
            "id": 98610231,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=fa041b199ee2810c",
            "url": "https://translations.documentfoundation.org/api/units/98610231/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.209728Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538435/?format=api",
            "priority": 100,
            "id": 98610243,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=c7b865ebedd54640",
            "url": "https://translations.documentfoundation.org/api/units/98610243/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.213438Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538460/?format=api",
            "priority": 100,
            "id": 98610246,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=171e7068ecb2087b",
            "url": "https://translations.documentfoundation.org/api/units/98610246/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.215444Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538509/?format=api",
            "priority": 100,
            "id": 98610250,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=ce935909290d1d83",
            "url": "https://translations.documentfoundation.org/api/units/98610250/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.217122Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538548/?format=api",
            "priority": 100,
            "id": 98610252,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=43624d35ca429091",
            "url": "https://translations.documentfoundation.org/api/units/98610252/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.218592Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538581/?format=api",
            "priority": 100,
            "id": 98610255,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=a337155069216e1e",
            "url": "https://translations.documentfoundation.org/api/units/98610255/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.220201Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538604/?format=api",
            "priority": 100,
            "id": 98610264,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=895fed3bc8a9d148",
            "url": "https://translations.documentfoundation.org/api/units/98610264/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.227263Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538628/?format=api",
            "priority": 100,
            "id": 98610270,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=6c6f06569f4297d2",
            "url": "https://translations.documentfoundation.org/api/units/98610270/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.230831Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538663/?format=api",
            "priority": 100,
            "id": 98610277,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=ed4df32e11a6d9dd",
            "url": "https://translations.documentfoundation.org/api/units/98610277/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.234468Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538697/?format=api",
            "priority": 100,
            "id": 98610283,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=fb27e2f8b1f7fad0",
            "url": "https://translations.documentfoundation.org/api/units/98610283/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.238061Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538744/?format=api",
            "priority": 100,
            "id": 98610288,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=0c0d5dcc8893baa8",
            "url": "https://translations.documentfoundation.org/api/units/98610288/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.240590Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538766/?format=api",
            "priority": 100,
            "id": 98610293,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=b3b6d19d74ec299d",
            "url": "https://translations.documentfoundation.org/api/units/98610293/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.243964Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538823/?format=api",
            "priority": 100,
            "id": 98610315,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=21a96f90e20679d5",
            "url": "https://translations.documentfoundation.org/api/units/98610315/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.257139Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538854/?format=api",
            "priority": 100,
            "id": 98610324,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=027dba34ccb0baf3",
            "url": "https://translations.documentfoundation.org/api/units/98610324/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.261773Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538884/?format=api",
            "priority": 100,
            "id": 98610328,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=8aefb99856cabab1",
            "url": "https://translations.documentfoundation.org/api/units/98610328/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.263940Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538905/?format=api",
            "priority": 100,
            "id": 98610335,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=2b4fd9029f0697f3",
            "url": "https://translations.documentfoundation.org/api/units/98610335/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.266069Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538946/?format=api",
            "priority": 100,
            "id": 98610338,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=953fca53f6152f19",
            "url": "https://translations.documentfoundation.org/api/units/98610338/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.267891Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98538972/?format=api",
            "priority": 100,
            "id": 98610349,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=8d7f02228854906b",
            "url": "https://translations.documentfoundation.org/api/units/98610349/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.273557Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539021/?format=api",
            "priority": 100,
            "id": 98610354,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=e5c5e30293fda7fa",
            "url": "https://translations.documentfoundation.org/api/units/98610354/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.636571Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539044/?format=api",
            "priority": 100,
            "id": 98610358,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=976bbcdc4a12c30e",
            "url": "https://translations.documentfoundation.org/api/units/98610358/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.639722Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539063/?format=api",
            "priority": 100,
            "id": 98610365,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=9971d8fd968cfec2",
            "url": "https://translations.documentfoundation.org/api/units/98610365/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.643544Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539102/?format=api",
            "priority": 100,
            "id": 98610370,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=e7565100dece2e89",
            "url": "https://translations.documentfoundation.org/api/units/98610370/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.645346Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539127/?format=api",
            "priority": 100,
            "id": 98610375,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=f29500370eb515be",
            "url": "https://translations.documentfoundation.org/api/units/98610375/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.646830Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539152/?format=api",
            "priority": 100,
            "id": 98610381,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=a58ff3c949708a13",
            "url": "https://translations.documentfoundation.org/api/units/98610381/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.648248Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539211/?format=api",
            "priority": 100,
            "id": 98610388,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=d895f4a752333455",
            "url": "https://translations.documentfoundation.org/api/units/98610388/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.650096Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539235/?format=api",
            "priority": 100,
            "id": 98610393,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=c30d07563d00ec10",
            "url": "https://translations.documentfoundation.org/api/units/98610393/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.651472Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539278/?format=api",
            "priority": 100,
            "id": 98610398,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=f01964e73cf7a2fb",
            "url": "https://translations.documentfoundation.org/api/units/98610398/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.652748Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539297/?format=api",
            "priority": 100,
            "id": 98610402,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=460f7b0fec3cc95c",
            "url": "https://translations.documentfoundation.org/api/units/98610402/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.654075Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539353/?format=api",
            "priority": 100,
            "id": 98610408,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=6e40ec5868cf485e",
            "url": "https://translations.documentfoundation.org/api/units/98610408/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.655741Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539377/?format=api",
            "priority": 100,
            "id": 98610415,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=28f2c0ed0b9371bc",
            "url": "https://translations.documentfoundation.org/api/units/98610415/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.657456Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/fr/?format=api",
            "source": [
                "<emph>newWidth</emph> is an integer value that defines the line width."
            ],
            "previous_source": "",
            "target": [
                "<emph>newWidth</emph> est une valeur entière qui définit la largeur de ligne."
            ],
            "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": 98610423,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=866e8e4c71996914",
            "url": "https://translations.documentfoundation.org/api/units/98610423/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.659654Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539416/?format=api",
            "priority": 100,
            "id": 98610429,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=2732a2373390ce5b",
            "url": "https://translations.documentfoundation.org/api/units/98610429/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.661495Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539450/?format=api",
            "priority": 100,
            "id": 98610435,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=bd36a1ec2aa124f7",
            "url": "https://translations.documentfoundation.org/api/units/98610435/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.662969Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539490/?format=api",
            "priority": 100,
            "id": 98610442,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=5fd61380bdf65a0f",
            "url": "https://translations.documentfoundation.org/api/units/98610442/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.664267Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539521/?format=api",
            "priority": 100,
            "id": 98610447,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=f33a58474ec31521",
            "url": "https://translations.documentfoundation.org/api/units/98610447/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.665676Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539553/?format=api",
            "priority": 100,
            "id": 98610451,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=44e4a30951260c35",
            "url": "https://translations.documentfoundation.org/api/units/98610451/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.667019Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539597/?format=api",
            "priority": 100,
            "id": 98610474,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=3b6984413add97ed",
            "url": "https://translations.documentfoundation.org/api/units/98610474/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.699435Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539638/?format=api",
            "priority": 100,
            "id": 98610477,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=437668d73211ddf0",
            "url": "https://translations.documentfoundation.org/api/units/98610477/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.704226Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539667/?format=api",
            "priority": 100,
            "id": 98610486,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=afbc18d3ef2b750c",
            "url": "https://translations.documentfoundation.org/api/units/98610486/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.714167Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539718/?format=api",
            "priority": 100,
            "id": 98610493,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=657f991f27d3d7b5",
            "url": "https://translations.documentfoundation.org/api/units/98610493/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.719704Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539760/?format=api",
            "priority": 100,
            "id": 98610495,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=4ddb896052b57205",
            "url": "https://translations.documentfoundation.org/api/units/98610495/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.722090Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539816/?format=api",
            "priority": 100,
            "id": 98610497,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=6eec0798dade45f3",
            "url": "https://translations.documentfoundation.org/api/units/98610497/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.724152Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539854/?format=api",
            "priority": 100,
            "id": 98610499,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=6d666fe3feeb2210",
            "url": "https://translations.documentfoundation.org/api/units/98610499/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.725647Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539883/?format=api",
            "priority": 100,
            "id": 98610505,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=57ca75e0e8f0cbab",
            "url": "https://translations.documentfoundation.org/api/units/98610505/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.727388Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/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/98539908/?format=api",
            "priority": 100,
            "id": 98610507,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/fr/?checksum=c8a4ca637e080320",
            "url": "https://translations.documentfoundation.org/api/units/98610507/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:30:08.730722Z"
        }
    ]
}