Translation components API.

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

GET /api/translations/libo_help-24-2/textsbasicshared03/en/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/en/changes/?format=api&page=13",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/changes/?format=api&page=11",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367171/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221231Z",
            "action": 59,
            "target": "'Loads the FileSystem service",
            "id": 48113074,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113074/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367157/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221208Z",
            "action": 59,
            "target": "The examples below in Basic and Python use the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:",
            "id": 48113073,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113073/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367125/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221185Z",
            "action": 59,
            "target": "Consider the text file \"Students.txt\" with the following contents (a name in each line):",
            "id": 48113072,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113072/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367086/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221161Z",
            "action": 59,
            "target": "For large files, using the <literal>ReadAll</literal> method wastes memory resources. In such cases it is recommended to read the file line by line using the <literal>ReadLine</literal> method.",
            "id": 48113071,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113071/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367085/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221126Z",
            "action": 59,
            "target": "The resulting string can be split in lines either by using the <literal>Split</literal> built-in Basic function if the line delimiter is known, or with the <literal>SF_String.SplitLines</literal> method.",
            "id": 48113070,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113070/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367084/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221099Z",
            "action": 59,
            "target": "Returns all the remaining lines in the text stream as a single string. Line breaks are not removed.",
            "id": 48113069,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113069/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367083/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221075Z",
            "action": 59,
            "target": "Closes the current input or output stream and empties the output buffer if relevant. Returns <literal>True</literal> if the file was successfully closed.",
            "id": 48113068,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113068/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367054/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221053Z",
            "action": 59,
            "target": "List of Methods in the TextStream Service",
            "id": 48113067,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113067/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367030/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221030Z",
            "action": 59,
            "target": "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets.",
            "id": 48113066,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113066/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110367027/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.221007Z",
            "action": 59,
            "target": "Sets or returns the current delimiter to be inserted between two successive written lines. The default value is the native line delimiter in the current operating system.",
            "id": 48113065,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113065/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366990/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220985Z",
            "action": 59,
            "target": "No",
            "id": 48113064,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113064/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366983/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220963Z",
            "action": 59,
            "target": "Returns the number of lines read or written so far.",
            "id": 48113063,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113063/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366974/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220940Z",
            "action": 59,
            "target": "Yes",
            "id": 48113062,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113062/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366927/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220918Z",
            "action": 59,
            "target": "Indicates the input/output mode. Possible values are \"READ\", \"WRITE\" or \"APPEND\".",
            "id": 48113061,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113061/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366912/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220895Z",
            "action": 59,
            "target": "Yes",
            "id": 48113060,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113060/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366894/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220872Z",
            "action": 59,
            "target": "Returns the name of the current file either in URL format or in the native operating system's format, depending on the current value of the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service.",
            "id": 48113059,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113059/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366865/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220849Z",
            "action": 59,
            "target": "Yes",
            "id": 48113058,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113058/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366830/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220827Z",
            "action": 59,
            "target": "The character set to be used. The default encoding is \"UTF-8\".",
            "id": 48113057,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113057/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366829/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220804Z",
            "action": 59,
            "target": "Yes",
            "id": 48113056,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113056/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366814/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220781Z",
            "action": 59,
            "target": "Used in read mode. A <literal>True</literal> value indicates that the end of the file has been reached. A test using this property should precede calls to the <literal>ReadLine</literal> method.",
            "id": 48113055,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113055/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366780/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220759Z",
            "action": 59,
            "target": "Yes",
            "id": 48113054,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113054/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366742/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220736Z",
            "action": 59,
            "target": "Description",
            "id": 48113053,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113053/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366724/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220714Z",
            "action": 59,
            "target": "Type",
            "id": 48113052,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113052/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366704/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220691Z",
            "action": 59,
            "target": "Readonly",
            "id": 48113051,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113051/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366691/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220669Z",
            "action": 59,
            "target": "Name",
            "id": 48113050,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113050/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366681/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220646Z",
            "action": 59,
            "target": "Properties",
            "id": 48113049,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113049/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366657/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220623Z",
            "action": 59,
            "target": "The methods in the <literal>TextStream</literal> service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html\"><literal>XTextInputStream</literal></link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html\"><literal>XTextOutputStream</literal></link> UNO interfaces.",
            "id": 48113048,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113048/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366631/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220599Z",
            "action": 59,
            "target": "Optionally, the resources used by the <literal>TextStream</literal> instance can be released using the <literal>Dispose</literal> method:",
            "id": 48113047,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113047/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366593/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220576Z",
            "action": 59,
            "target": "The file must be closed with the <literal>CloseFile</literal> method after all read or write operations have been executed:",
            "id": 48113046,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113046/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366560/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220553Z",
            "action": 59,
            "target": "The examples below in Basic and Python use the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service.",
            "id": 48113045,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113045/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366543/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220530Z",
            "action": 59,
            "target": "Service invocation",
            "id": 48113044,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113044/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366502/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220506Z",
            "action": 59,
            "target": "All operations needed to read from or write to a file (open, read/write and close) are presumed to happen during the same macro run.",
            "id": 48113043,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113043/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366486/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220483Z",
            "action": 59,
            "target": "The line delimiter for the operating system where the macro is being executed can be accessed using the <literal>SF_String.sfNEWLINE</literal> property.",
            "id": 48113042,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113042/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366476/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220461Z",
            "action": 59,
            "target": "Line delimiters may be specified by the user. In input operations CR, LF or CR+LF are supported. In output operations, the default line delimiter is the one used by the operating system.",
            "id": 48113041,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113041/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366445/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220438Z",
            "action": 59,
            "target": "The methods <literal>OpenTextFile</literal> and <literal>CreateTextFile</literal> from the <literal>FileSystem</literal> service return an instance of the <literal>TextStream</literal> service.",
            "id": 48113040,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113040/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366431/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220415Z",
            "action": 59,
            "target": "The <literal>TextStream</literal> service is used to sequentially read from and write to files opened or created using the <literal>ScriptForge.FileSystem</literal> service.",
            "id": 48113039,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113039/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366429/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220392Z",
            "action": 59,
            "target": "<variable id=\"TextStreamService\"><link href=\"text/sbasic/shared/03/sf_textstream.xhp\"><literal>ScriptForge</literal>.<literal>TextStream</literal> service</link></variable>",
            "id": 48113038,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113038/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366414/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220369Z",
            "action": 59,
            "target": "ScriptForge.TextStream service",
            "id": 48113037,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113037/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366383/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220346Z",
            "action": 59,
            "target": "<emph>tabsize</emph>: Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. The argument <literal>tabsize</literal> defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8).",
            "id": 48113036,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113036/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366360/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220324Z",
            "action": 59,
            "target": "<emph>width</emph>: The maximum number of characters in each line (Default = 70).",
            "id": 48113035,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113035/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366312/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220301Z",
            "action": 59,
            "target": "<emph>inputstr</emph>: The string to wrap.",
            "id": 48113034,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113034/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366281/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220278Z",
            "action": 59,
            "target": "If the wrapped output has no content, the returned array is empty.",
            "id": 48113033,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113033/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366256/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220255Z",
            "action": 59,
            "target": "Symbolic line breaks are replaced by their equivalent ASCII characters.",
            "id": 48113032,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113032/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366224/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220232Z",
            "action": 59,
            "target": "Tabs are expanded using the same procedure performed by the <link href=\"text/sbasic/shared/03/sf_string.xhp#ExpandTabs\">ExpandTabs</link> method.",
            "id": 48113031,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113031/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366200/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220209Z",
            "action": 59,
            "target": "In practice, this method returns a zero-based array of output lines, without newlines at the end, except for the pre-existing line-breaks.",
            "id": 48113030,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113030/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366183/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220179Z",
            "action": 59,
            "target": "Converts the input string into an array of substrings so that each item in the array has at most a given number of characters.",
            "id": 48113029,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113029/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366159/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220142Z",
            "action": 59,
            "target": "' s = \"The \"\"true\"\" meaning\" (unchanged)",
            "id": 48113028,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113028/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366124/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220065Z",
            "action": 59,
            "target": "' Quotes inside the string are not removed",
            "id": 48113027,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113027/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366083/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.220028Z",
            "action": 59,
            "target": "' s = \"Some text\" (unchanged)",
            "id": 48113026,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113026/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110366048/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:11:00.219994Z",
            "action": 59,
            "target": "' The string below does not have enclosing quotes, so it remains unchanged",
            "id": 48113025,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48113025/?format=api"
        }
    ]
}