Translation components API.

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

GET /api/translations/libo_help-7-6/textsbasicshared/en/changes/?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4722,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/changes/?format=api&page=38",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/changes/?format=api&page=36",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538352/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.512098Z",
            "action": 59,
            "target": "<image src=\"media/helpimg/sbasic/array_fragment.svg\" id=\"img_id4156296485516\"><alt id=\"alt_id15152796485516\">array fragment</alt></image>",
            "id": 35973132,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973132/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538332/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.512053Z",
            "action": 59,
            "target": "<emph>array:</emph> Array declaration.",
            "id": 35973131,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973131/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538308/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.512006Z",
            "action": 59,
            "target": "In %PRODUCTNAME Basic, you do not need to declare variables explicitly. However, you need to declare arrays before you can use them. You can declare a variable with the <literal>Dim</literal> statement, using commas (<emph>,</emph>) to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding type keyword name.",
            "id": 35973130,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973130/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538275/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511956Z",
            "action": 59,
            "target": "<image src=\"media/helpimg/sbasic/char_fragment.svg\" id=\"img_id4156296484516\"><alt id=\"alt_id15152796484516\">Type declaration characters fragment</alt></image>",
            "id": 35973129,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973129/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538247/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511906Z",
            "action": 59,
            "target": "<emph>char:</emph> Special character that declares the data type of a variable.",
            "id": 35973128,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973128/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538225/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511857Z",
            "action": 59,
            "target": "<emph>object:</emph> Universal Network object (UNO) object or <link href=\"text/sbasic/shared/classmodule\">ClassModule</link> object instance.",
            "id": 35973127,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973127/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538195/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511807Z",
            "action": 59,
            "target": "<emph>Variant:</emph> Variant variable type (contains all types, specified by definition). If a type name is not specified, variables are automatically defined as Variant Type, unless a statement from <literal>DefBool</literal> to <literal>DefVar</literal> is used.",
            "id": 35973126,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973126/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538178/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511761Z",
            "action": 59,
            "target": "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters.",
            "id": 35973125,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973125/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538163/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511713Z",
            "action": 59,
            "target": "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45).",
            "id": 35973124,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973124/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538135/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511665Z",
            "action": 59,
            "target": "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with <literal>Set</literal>!)",
            "id": 35973123,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973123/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538109/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511622Z",
            "action": 59,
            "target": "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)",
            "id": 35973122,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973122/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538080/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511581Z",
            "action": 59,
            "target": "<emph>Integer:</emph> Integer variable (-32768 - 32767)",
            "id": 35973121,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973121/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538041/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511539Z",
            "action": 59,
            "target": "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)",
            "id": 35973120,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973120/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98538005/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511493Z",
            "action": 59,
            "target": "<emph>Date:</emph> Date variable",
            "id": 35973119,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973119/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537972/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511443Z",
            "action": 59,
            "target": "<emph>Currency:</emph> Currency variable (Currency with 4 Decimal places)",
            "id": 35973118,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973118/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537934/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511394Z",
            "action": 59,
            "target": "<emph>Boolean:</emph> Boolean variable (True, False)",
            "id": 35973117,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973117/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537907/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511349Z",
            "action": 59,
            "target": "<emph>Byte:</emph> Byte variable (0-255)",
            "id": 35973116,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973116/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537893/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511301Z",
            "action": 59,
            "target": "<image src=\"media/helpimg/sbasic/typename_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">primitive data types fragment</alt></image>",
            "id": 35973115,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973115/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537861/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511252Z",
            "action": 59,
            "target": "<emph>typename:</emph> Keyword that declares the data type of a variable.",
            "id": 35973114,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973114/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537834/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511203Z",
            "action": 59,
            "target": "<emph>variable:</emph> Any variable or array name.",
            "id": 35973113,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973113/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537797/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511156Z",
            "action": 59,
            "target": "<literal>New</literal> operator is optional when setting <link href=\"text/sbasic/shared/compatible.xhp\">Option Compatible</link> option.",
            "id": 35973112,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973112/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537767/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511107Z",
            "action": 59,
            "target": "Dim variable [(start To end)] [As typename][, variable2[char] [(start To end)] [,...]]",
            "id": 35973111,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973111/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537750/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511059Z",
            "action": 59,
            "target": "<image src=\"media/helpimg/sbasic/Dim_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Dim Statement diagram</alt></image>",
            "id": 35973110,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973110/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537721/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.511012Z",
            "action": 59,
            "target": "<literal>Dim</literal> declares local variables within subroutines. Global variables are declared with the <literal>Global</literal>, <literal>Public</literal> or the <literal>Private</literal> statement.",
            "id": 35973109,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973109/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537692/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510965Z",
            "action": 59,
            "target": "If the variables are separated by commas - for example <literal>Dim v1, v2, v3 As String</literal> - first ones get defined as Variant variables. A new line, or colon sign (<emph>:</emph>), help separate variable definitions.",
            "id": 35973108,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973108/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537662/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510921Z",
            "action": 59,
            "target": "Declares variables or arrays.",
            "id": 35973107,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973107/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537636/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510879Z",
            "action": 59,
            "target": "<variable id=\"Dimh1\"><link href=\"text/sbasic/shared/03102100.xhp\">Dim Statement</link></variable>",
            "id": 35973106,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973106/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537611/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510840Z",
            "action": 59,
            "target": "<bookmark_value>Dim statement</bookmark_value>  <bookmark_value>arrays; dimensioning</bookmark_value>  <bookmark_value>dimensioning arrays</bookmark_value>",
            "id": 35973105,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973105/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537571/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510801Z",
            "action": 59,
            "target": "Dim Statement",
            "id": 35973104,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973104/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537541/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510760Z",
            "action": 59,
            "target": "Print Typename(glob), VarType(values), IsEmpty(vOffer) ' Displays: Empty 8 True",
            "id": 35973103,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973103/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537517/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510718Z",
            "action": 59,
            "target": "values=\"Hello world\"",
            "id": 35973102,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973102/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537484/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510676Z",
            "action": 59,
            "target": "vDiv=99 ' vDiv is an implicit variant",
            "id": 35973101,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973101/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537455/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510633Z",
            "action": 59,
            "target": "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.",
            "id": 35973100,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973100/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537425/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510589Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03102000.xhp\">DefVar Statement</link>",
            "id": 35973099,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973099/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537393/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510545Z",
            "action": 59,
            "target": "<bookmark_value>DefVar statement</bookmark_value>",
            "id": 35973098,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973098/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537352/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510502Z",
            "action": 59,
            "target": "DefVar Statement",
            "id": 35973097,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973097/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537320/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510457Z",
            "action": 59,
            "target": "Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Result is: Object 9 True False",
            "id": 35973096,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973096/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537289/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510411Z",
            "action": 59,
            "target": "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.",
            "id": 35973095,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973095/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537256/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510368Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03101700.xhp\">DefObj Statement</link>",
            "id": 35973094,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973094/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537219/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510326Z",
            "action": 59,
            "target": "<bookmark_value>DefObj statement</bookmark_value>",
            "id": 35973093,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973093/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537172/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510283Z",
            "action": 59,
            "target": "DefObj Statement",
            "id": 35973092,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973092/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537116/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510238Z",
            "action": 59,
            "target": "Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long",
            "id": 35973091,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973091/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537092/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510192Z",
            "action": 59,
            "target": "xCount=123456789 ' xCount is an implicit long integer variable",
            "id": 35973090,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973090/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537054/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510147Z",
            "action": 59,
            "target": "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.",
            "id": 35973089,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973089/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98537024/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510101Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03101600.xhp\">DefLng Statement</link>",
            "id": 35973088,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973088/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98536975/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510057Z",
            "action": 59,
            "target": "<bookmark_value>DefLng statement</bookmark_value>",
            "id": 35973087,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973087/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98536938/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.510011Z",
            "action": 59,
            "target": "DefLng Statement",
            "id": 35973086,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973086/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98536357/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.509968Z",
            "action": 59,
            "target": "Print kilos, Typename(number), VarType(Java) ' Result is: 0 Integer 2",
            "id": 35973085,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973085/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98536341/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.509925Z",
            "action": 59,
            "target": "iCount=200 ' iCount is an implicit integer variable",
            "id": 35973084,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973084/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98536311/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.509880Z",
            "action": 59,
            "target": "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.",
            "id": 35973083,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35973083/?format=api"
        }
    ]
}