Translation components API.

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

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

{
    "count": 4900,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/da/changes/?format=api&page=79",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/da/changes/?format=api&page=77",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127624/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749928Z",
            "action": 59,
            "target": "RGB (funktion) [VBA]",
            "id": 36521376,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521376/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127618/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749883Z",
            "action": 59,
            "target": "\"blå= \" & blue(lVar) & Chr(13), 64, \"farver\"",
            "id": 36521375,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521375/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127616/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749839Z",
            "action": 59,
            "target": "\"grøn= \" & green(lVar) & Chr(13)&_",
            "id": 36521374,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521374/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127612/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749797Z",
            "action": 59,
            "target": "\"rød= \" & red(lVar) & Chr(13)&_",
            "id": 36521373,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521373/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127577/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749758Z",
            "action": 59,
            "target": "MsgBox \"Farven\" & lVar & \" består af:\" & Chr(13) &_",
            "id": 36521372,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521372/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127571/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749717Z",
            "action": 59,
            "target": "<link href=\"text/shared/optionen/01010501.xhp\">Dialogen Farvevælger</link> hjælper med at beregne røde, grønne og blå komponenter i en sammensat farve. <link href=\"text/shared/guide/text_color.xhp\">Ændring af tekstfarve</link> og <emph>Tilpas farve</emph> viser dialogen Farvevælger.",
            "id": 36521371,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521371/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127565/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749678Z",
            "action": 59,
            "target": "I VBA-kompatibilitetstistand (<link href=\"text/sbasic/shared/03103350.xhp\"><literal>Option VBASupport 1</literal></link>), beregnes <literal>Long</literal> værdien som<br/><literal>Result = red + green×256 + blue×65536</literal><br/>Se <link href=\"text/sbasic/shared/03010306.xhp\">RGB (funktion) [VBA]</link>",
            "id": 36521370,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521370/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127560/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749640Z",
            "action": 59,
            "target": "Den resulterende <literal>Long</literal> værdi beregnes med følgende formel:<br/><literal>Result = red×65536 + green×256 + blue</literal>.",
            "id": 36521369,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521369/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127555/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749603Z",
            "action": 59,
            "target": "<emph>blå</emph>: Ethvert heltalsudtryk, der repræsenterer den blå komponent (0-255) i den sammensatte farve.",
            "id": 36521368,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521368/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127549/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749565Z",
            "action": 59,
            "target": "<emph>grøn</emph>: Et vilkårligt heltalsudtryk, der repræsenterer den grønne komponent (0-255) i den sammensatte farve.",
            "id": 36521367,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521367/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127544/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749526Z",
            "action": 59,
            "target": "<emph>rød</emph>: Et vilkårligt heltalsudtryk, der repræsenterer en den røde komponent (0-255) i den sammensatte farve.",
            "id": 36521366,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521366/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127540/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749488Z",
            "action": 59,
            "target": "RGB (Rød, Grøn, Blå)",
            "id": 36521365,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521365/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127535/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749449Z",
            "action": 59,
            "target": "Returnerer en <literal>Long</literal> heltals farveværdi bestående af røde, grønne og blå komponenter.",
            "id": 36521364,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521364/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127531/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749410Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03010305.xhp\">RGB funktion</link>",
            "id": 36521363,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521363/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127525/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749369Z",
            "action": 59,
            "target": "<bookmark_value>RGB-funktion</bookmark_value>",
            "id": 36521362,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521362/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127519/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749326Z",
            "action": 59,
            "target": "RGB funktion",
            "id": 36521361,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521361/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127514/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749282Z",
            "action": 59,
            "target": "MsgBox stext,0,\"Farve \" & iColor",
            "id": 36521360,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521360/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127507/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749238Z",
            "action": 59,
            "target": "Denne funktion bliver kun brugt til at konvertere fra ældre MS-DOS-baserede BASIC-programmer, som bruger farvekoderne ovenfor. Funktionen returnerer et stort heltal (32 bit), der indikerer farven, som skal bruges i $[officename] IDE'en.",
            "id": 36521359,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521359/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127501/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749194Z",
            "action": 59,
            "target": "15 : Klar hvid",
            "id": 36521358,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521358/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127479/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749151Z",
            "action": 59,
            "target": "14 : Lysegul",
            "id": 36521357,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521357/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127468/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749107Z",
            "action": 59,
            "target": "13 : Lys magentarød",
            "id": 36521356,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521356/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127460/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749064Z",
            "action": 59,
            "target": "12 : Lyserød",
            "id": 36521355,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521355/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127452/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.749019Z",
            "action": 59,
            "target": "11 : Lys turkis",
            "id": 36521354,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521354/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127443/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748976Z",
            "action": 59,
            "target": "10 : Lysegrøn",
            "id": 36521353,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521353/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127437/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748933Z",
            "action": 59,
            "target": "9 : Lyseblå",
            "id": 36521352,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521352/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127431/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748891Z",
            "action": 59,
            "target": "8 : Grå",
            "id": 36521351,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521351/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127426/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748849Z",
            "action": 59,
            "target": "7 : Hvid",
            "id": 36521350,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521350/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127421/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748808Z",
            "action": 59,
            "target": "6 : Gul",
            "id": 36521349,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521349/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127412/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748767Z",
            "action": 59,
            "target": "5 : Magentarød",
            "id": 36521348,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521348/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127403/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748725Z",
            "action": 59,
            "target": "4 : Rød",
            "id": 36521347,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521347/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127397/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748682Z",
            "action": 59,
            "target": "3 : Turkis",
            "id": 36521346,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521346/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127386/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748641Z",
            "action": 59,
            "target": "2 : Grøn",
            "id": 36521345,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521345/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127380/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748599Z",
            "action": 59,
            "target": "1 : Blå",
            "id": 36521344,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521344/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127374/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748557Z",
            "action": 59,
            "target": "0 : Sort",
            "id": 36521343,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521343/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127366/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748515Z",
            "action": 59,
            "target": "<emph>ColorNumber</emph> kan tildeles de følgende værdier:",
            "id": 36521342,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521342/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127358/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748471Z",
            "action": 59,
            "target": "<emph>ColorNumber</emph>: Ethvert heltalsudtryk, som angiver farveværdien for farven videregivet fra et ældre MS-DOS-baseret programmeringssystem.",
            "id": 36521341,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521341/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127352/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748429Z",
            "action": 59,
            "target": "QBColor (ColorNumber As Integer)",
            "id": 36521340,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521340/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127345/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748387Z",
            "action": 59,
            "target": "Returnerer <link href=\"text/sbasic/shared/03010305.xhp\">RGB</link>-farvekoden for farven videregivet som en farveværdi gennem et ældre MS-DOS-baseret programmeringssystem.",
            "id": 36521339,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521339/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127337/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748346Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03010304.xhp\">QBColor-funktion</link>",
            "id": 36521338,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521338/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127330/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748304Z",
            "action": 59,
            "target": "<bookmark_value>QBColor-funktion</bookmark_value>",
            "id": 36521337,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521337/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127323/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748257Z",
            "action": 59,
            "target": "QBColor-funktion",
            "id": 36521336,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521336/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127313/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748216Z",
            "action": 59,
            "target": "\"blå= \" & blue(lVar) & Chr(13), 64, \"farver\"",
            "id": 36521335,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521335/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127306/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748175Z",
            "action": 59,
            "target": "\"grøn= \" & green(lVar) & Chr(13)&_",
            "id": 36521334,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521334/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127295/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748133Z",
            "action": 59,
            "target": "\"rød= \" & red(lVar) & Chr(13)&_",
            "id": 36521333,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521333/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127285/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748089Z",
            "action": 59,
            "target": "MsgBox \"Farven\" & lVar & \" består af:\" & Chr(13) &_",
            "id": 36521332,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521332/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127263/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.748043Z",
            "action": 59,
            "target": "<link href=\"text/shared/optionen/01010501.xhp\">Dialogen Farvevælger </link> oplyser den røde, grønne og blå komponent fra en sammensat farvekode, så vel som dens hexadecimale udtryk.<link href=\"text/shared/guide/text_color.xhp\">\nÆndring af tekstens farve</link> og valg af <emph>Tilpas farve</emph> viser dialogen Farvevælger.",
            "id": 36521331,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521331/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127223/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.747998Z",
            "action": 59,
            "target": "I VBA-kompatibilitetstilstand (<link href=\"text/sbasic/shared/03103350.xhp\"><literal>Option VBASupport 1</literal></link>), er funktionen Red() ikke kompatibel med VBA-farver, når farve  fra et tidligere kald er videregivet til <link href=\"text/sbasic/shared/03010306.xhp\"><literal>funktionen RGB [VBA]</literal></link>.",
            "id": 36521330,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521330/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127219/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.747958Z",
            "action": 59,
            "target": "<emph>ColorNumber</emph>: Langt heltalsudtryk, som specificerer enhver sammensat farvekode, som den røde komponent skal returneres fra.",
            "id": 36521329,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521329/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127215/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.747917Z",
            "action": 59,
            "target": "Integer",
            "id": 36521328,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521328/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/99127207/?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/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:47:03.747828Z",
            "action": 59,
            "target": "Red (ColorNumber As Long)",
            "id": 36521327,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/36521327/?format=api"
        }
    ]
}