Translation components API.

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

GET /api/translations/libo_help-24-2/textsbasicshared03/fr/changes/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4174,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/changes/?format=api&page=13",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/changes/?format=api&page=11",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998784/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973788Z",
            "action": 59,
            "target": "'Charge le service FileSystem",
            "id": 48732698,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732698/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998782/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973747Z",
            "action": 59,
            "target": "Les exemples ci-dessous en Basic et Python utilisent les méthodes <literal>ReadAll</literal> et <literal>SplitLines</literal> pour lire le contenu du fichier dans une matrice de chaînes :",
            "id": 48732697,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732697/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998778/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973704Z",
            "action": 59,
            "target": "Considérons le fichier texte \"Students.txt\" avec le contenu suivant (un nom dans chaque ligne) :",
            "id": 48732696,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732696/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998774/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973662Z",
            "action": 59,
            "target": "Pour les fichiers volumineux, l'utilisation de la méthode <literal>ReadAll</literal> gaspille des ressources mémoire. Dans de tels cas, il est recommandé de lire le fichier ligne par ligne en utilisant la méthode <literal>ReadLine</literal>.",
            "id": 48732695,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732695/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998773/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973621Z",
            "action": 59,
            "target": "La chaîne résultante peut être divisée en lignes soit en utilisant la fonction de base intégrée <literal>Split</literal> si le délimiteur de ligne est connu, soit avec la méthode <literal>SF_String.SplitLines</literal>.",
            "id": 48732694,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732694/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998772/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973579Z",
            "action": 59,
            "target": "Renvoie toutes les lignes restantes du flux de texte sous la forme d'une seule chaîne. Les sauts de ligne ne sont pas supprimés.",
            "id": 48732693,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732693/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998769/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973539Z",
            "action": 59,
            "target": "Ferme le flux d'entrée ou de sortie actuel et vide le tampon de sortie le cas échéant. Renvoie <literal>True</literal> si le fichier a été fermé avec succès.",
            "id": 48732692,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732692/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998761/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973497Z",
            "action": 59,
            "target": "Liste des méthodes dans le service textStream",
            "id": 48732691,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732691/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998751/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973455Z",
            "action": 59,
            "target": "Pour en savoir plus sur les noms des jeux de caractères, visitez la page <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\">Jeu de caractères de l'IANA</link>. Sachez que %PRODUCTNAME n'implémente pas tous les jeux de caractères existants.",
            "id": 48732690,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732690/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998747/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973415Z",
            "action": 59,
            "target": "Définit ou renvoie le délimiteur actuel à insérer entre deux lignes écrites successives. La valeur par défaut est le délimiteur de ligne natif du système d'exploitation actuel.",
            "id": 48732689,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732689/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998730/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973374Z",
            "action": 59,
            "target": "Non",
            "id": 48732688,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732688/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998721/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973332Z",
            "action": 59,
            "target": "Renvoie le nombre de lignes lues ou écrites jusqu'à présent.",
            "id": 48732687,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732687/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998716/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973290Z",
            "action": 59,
            "target": "Oui",
            "id": 48732686,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732686/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998713/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973248Z",
            "action": 59,
            "target": "Indique le mode d'entrée/sortie. Les valeurs possibles sont \"READ\", \"WRITE\" ou \"APPEND\".",
            "id": 48732685,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732685/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998704/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973204Z",
            "action": 59,
            "target": "Oui",
            "id": 48732684,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732684/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998700/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973160Z",
            "action": 59,
            "target": "Renvoie le nom du fichier actuel soit au format URL, soit au format du système d'exploitation natif, en fonction de la valeur actuelle de la propriété <literal>FileNaming</literal> du service <literal>FileSystem</literal>.",
            "id": 48732683,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732683/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998696/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973119Z",
            "action": 59,
            "target": "Oui",
            "id": 48732682,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732682/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998694/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973078Z",
            "action": 59,
            "target": "Le jeu de caractères à utiliser. L'encodage par défaut est \"UTF-8\".",
            "id": 48732681,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732681/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998691/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.973036Z",
            "action": 59,
            "target": "Oui",
            "id": 48732680,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732680/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998688/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972996Z",
            "action": 59,
            "target": "Utilisé en mode lecture. Une valeur <literal>True</literal> indique que la fin du fichier a été atteinte. Un test utilisant cette propriété doit précéder les appels à la méthode <literal>ReadLine</literal>.",
            "id": 48732679,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732679/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998684/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972954Z",
            "action": 59,
            "target": "Oui",
            "id": 48732678,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732678/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998678/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972911Z",
            "action": 59,
            "target": "Description",
            "id": 48732677,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732677/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998675/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972870Z",
            "action": 59,
            "target": "Type",
            "id": 48732676,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732676/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998672/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972829Z",
            "action": 59,
            "target": "Lecture seule",
            "id": 48732675,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732675/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998669/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972788Z",
            "action": 59,
            "target": "Nom",
            "id": 48732674,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732674/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998666/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972747Z",
            "action": 59,
            "target": "Propriétés",
            "id": 48732673,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732673/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998662/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972708Z",
            "action": 59,
            "target": "Les méthodes du service <literal>TextStream</literal> sont principalement basées sur les interfaces UNO <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html\"><literal>XTextInputStream</literal></link> et <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html\"><literal>XTextOutputStream</literal></link>.",
            "id": 48732672,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732672/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998657/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972668Z",
            "action": 59,
            "target": "Facultativement, les ressources utilisées par l'instance <literal>TextStream</literal> peuvent être libérées à l'aide de la méthode <literal>Dispose</literal> :",
            "id": 48732671,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732671/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998654/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972626Z",
            "action": 59,
            "target": "Le fichier doit être fermé avec la méthode <literal>CloseFile</literal> après que toutes les opérations de lecture ou d'écriture aient été exécutées :",
            "id": 48732670,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732670/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998646/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972585Z",
            "action": 59,
            "target": "Les exemples ci-dessous en Basic et Python utilisent la méthode <literal>OpenTextFile</literal> pour créer une instance du service <literal>TextStream</literal>.",
            "id": 48732669,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732669/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998643/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972545Z",
            "action": 59,
            "target": "Invocation du service",
            "id": 48732668,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732668/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998640/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972500Z",
            "action": 59,
            "target": "Toutes les opérations nécessaires pour lire ou écrire dans un fichier (ouverture, lecture/écriture et fermeture) sont présumées se produire au cours de la même exécution de macro.",
            "id": 48732667,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732667/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998638/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972463Z",
            "action": 59,
            "target": "Le délimiteur de ligne du système d'exploitation sur lequel la macro est exécutée est accessible à l'aide de la propriété <literal>SF_String.sfNEWLINE</literal>.",
            "id": 48732666,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732666/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998632/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972425Z",
            "action": 59,
            "target": "Les délimiteurs de lignes peuvent être spécifiés par l'utilisateur. Dans les opérations d'entrée, CR, LF ou CR+LF sont pris en charge. Dans les opérations de sortie, le délimiteur de ligne par défaut est celui utilisé par le système d'exploitation.",
            "id": 48732665,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732665/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998624/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972387Z",
            "action": 59,
            "target": "Les méthodes <literal>OpenTextFile</literal> et <literal>CreateTextFile</literal> du service <literal>FileSystem</literal> renvoient une instance du service <literal>TextStream</literal>.",
            "id": 48732664,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732664/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998619/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972350Z",
            "action": 59,
            "target": "Le service <literal>TextStream</literal> est utilisé pour lire et écrire séquentiellement dans des fichiers ouverts ou créés à l'aide du service <literal>ScriptForge.FileSystem</literal>.",
            "id": 48732663,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732663/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998613/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972313Z",
            "action": 59,
            "target": "<variable id=\"TextStreamService\"><link href=\"text/sbasic/shared/03/sf_textstream.xhp\">Service <literal>ScriptForge</literal>.<literal>TextStream</literal></link></variable>",
            "id": 48732662,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732662/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998612/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972276Z",
            "action": 59,
            "target": "Service ScriptForge.TextStream",
            "id": 48732661,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732661/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998582/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972241Z",
            "action": 59,
            "target": "<emph>tabsize</emph> : avant d'envelopper le texte, les caractères TAB <literal>Chr(9)</literal> existants sont remplacés par des espaces. L'argument <literal>tabsize</literal> définit les arrêts de tabulation à TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (par défaut = 8).",
            "id": 48732660,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732660/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998580/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972203Z",
            "action": 59,
            "target": "<emph>width</emph> : le nombre maximum de caractères dans chaque ligne (par défaut = 70).",
            "id": 48732659,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732659/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998576/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972168Z",
            "action": 59,
            "target": "<emph>inputstr</emph> : la chaîne à envelopper.",
            "id": 48732658,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732658/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998572/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972131Z",
            "action": 59,
            "target": "Si la sortie encapsulée n'a pas de contenu, la matrice renvoyée est vide.",
            "id": 48732657,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732657/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998567/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972093Z",
            "action": 59,
            "target": "Les sauts de ligne symboliques sont remplacés par leurs caractères ASCII équivalents.",
            "id": 48732656,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732656/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998563/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972056Z",
            "action": 59,
            "target": "Les onglets sont développés à l'aide de la même procédure effectuée par la méthode <link href=\"text/sbasic/shared/03/sf_string.xhp#ExpandTabs\">ExpandTabs</link>.",
            "id": 48732655,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732655/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998559/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.972017Z",
            "action": 59,
            "target": "En pratique, cette méthode renvoie une matrice de lignes de sortie de base zéro, sans nouvelles lignes à la fin, à l'exception des sauts de ligne préexistants.",
            "id": 48732654,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732654/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998556/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.971978Z",
            "action": 59,
            "target": "Convertit la chaîne d'entrée en une matrice de sous-chaînes afin que chaque élément du tableau contienne au plus un nombre donné de caractères.",
            "id": 48732653,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732653/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998553/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.971937Z",
            "action": 59,
            "target": "' s = \"The \"\"true\"\" meaning\" (inchangé)",
            "id": 48732652,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732652/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998549/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.971893Z",
            "action": 59,
            "target": "' Les guillemets à l'intérieur de la chaîne ne sont pas supprimés",
            "id": 48732651,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732651/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998546/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.971848Z",
            "action": 59,
            "target": "' s = \"Du texte\" (inchangé)",
            "id": 48732650,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732650/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110998543/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:30:41.971805Z",
            "action": 59,
            "target": "' La chaîne ci-dessous n'a pas de guillemets, elle reste donc inchangée",
            "id": 48732649,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48732649/?format=api"
        }
    ]
}