Translation components API.

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

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

{
    "count": 4921,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/changes/?format=api&page=95",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/changes/?format=api&page=93",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724460/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011520Z",
            "action": 59,
            "target": "Hvis en heltalsvariabel tildeles en decimaltalsværdi, vil %PRODUCTNAME Basic runde tallet op eller ned.",
            "id": 48477965,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477965/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724456/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011485Z",
            "action": 59,
            "target": "Du kan bruge plus (+) eller minus (-) tegn som fortegn for decimaltal (med eller uden mellemrum).",
            "id": 48477964,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477964/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724452/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011447Z",
            "action": 59,
            "target": "Decimale variable kan være positive eller negative tal eller nul. Nøjagtigheden er på indtil 29 cifre.",
            "id": 48477963,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477963/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724449/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011411Z",
            "action": 59,
            "target": "Decimalvariable",
            "id": 48477962,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477962/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724445/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011376Z",
            "action": 59,
            "target": "Long Integer spænder fra -2147483648 til 2147483647. Hvis man tildeler en flydendekomma-værdi til en Long Integer (32 bit), bliver værdien afrundet til nærmeste heltal. Long Integers beregnes hurtigt i procedurer og er velegnede til til tæller-variabler i løkker med storeværdier. En Long Integer kræver fire bytes hukommelse. Typeerklæringstegnet er \"&\".",
            "id": 48477961,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477961/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724440/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011342Z",
            "action": 59,
            "target": "Long Integer",
            "id": 48477960,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477960/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724436/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011307Z",
            "action": 59,
            "target": "Integer-variable rummer heltal i området fra -32768 til 32767. Hvis man tildeler en flydende-kommaværdi til en integer, bliver værdien afrundet til nærmeste heltal. Integer-variable har den fordel frem for andre typer af talvariable, at de er hurtige at regne på. Derfor er de f.eks. velegnede som tællervariable i løkker. En heltalsvariabel kræver kun to bytes hukommelse. Typeerklæringstegnet er \"%\".",
            "id": 48477959,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477959/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724430/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011271Z",
            "action": 59,
            "target": "Integer",
            "id": 48477958,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477958/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724427/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011235Z",
            "action": 59,
            "target": "<emph>Object</emph>-variable kan lagre objekter af forskellig art.",
            "id": 48477957,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477957/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724425/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011200Z",
            "action": 59,
            "target": "<emph>Booleske</emph> variable indeholder enten værdien True eller False (sand eller falsk).",
            "id": 48477956,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477956/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724421/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011166Z",
            "action": 59,
            "target": "<emph>Streng</emph>-variable indeholder tegnrækker (tekststrenge).",
            "id": 48477955,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477955/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724415/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011131Z",
            "action": 59,
            "target": "<emph>Numeriske</emph>variable kan indeholde talværdier. Nogle variable bliver brugt til at lagre store eller små tal, og andre bruges til flydende-komma eller brøktal.",
            "id": 48477954,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477954/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724407/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011092Z",
            "action": 59,
            "target": "$[officename] Basic understøtter fire typer af variable:",
            "id": 48477953,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477953/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724401/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011055Z",
            "action": 59,
            "target": "Variabeltyper",
            "id": 48477952,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477952/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724369/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.011020Z",
            "action": 59,
            "target": "Sætningen <emph>Option Explicit</emph> skal være den første linje i modulet, før den første Sub. Generelt skal kun arrays erklæres eksplicit. Alle andre variable erklæres automatisk ifølge typeerklæringstegnet, eller - hvis dette er undladt - som standardtypen <emph>Variant</emph>.",
            "id": 48477951,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477951/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724364/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010985Z",
            "action": 59,
            "target": "Følgende kommando bruges til at gennemtvinge, at alle variable i et modul skal erklæres:",
            "id": 48477950,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477950/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724360/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010950Z",
            "action": 59,
            "target": "Gennemtvingning af variabelerklæringer",
            "id": 48477949,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477949/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724355/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010914Z",
            "action": 59,
            "target": "Typen <emph>Variant</emph> er en speciel datatype, der kan lagre enhver slags værdi. Få mere at vide ved at se sektionen  <link href=\"text/sbasic/shared/01020100.xhp#VariantTypeH2\">typen Variant</link> herunder.",
            "id": 48477948,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477948/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724351/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010879Z",
            "action": 59,
            "target": "' En variabel kan også udtrykkeligt erklæres som en Variant",
            "id": 48477947,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477947/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724346/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010845Z",
            "action": 59,
            "target": "' Variabel \"c\" er en Variant og \"d\" er et Heltal",
            "id": 48477946,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477946/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724339/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010810Z",
            "action": 59,
            "target": "' Begge variabler \"a\" og \"b\" er af typen Heltal",
            "id": 48477945,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477945/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724333/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010776Z",
            "action": 59,
            "target": "Når du erklærer flere variabler i en enkelt kodelinje, skal du angive den enkelte varibels type. Hvis en variabels type ikke erklæres udtrykkeligt, vil Basic antage, at variablen er af typen <emph>Variant</emph>.",
            "id": 48477944,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477944/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724329/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010741Z",
            "action": 59,
            "target": "Når man en gang har erklæret en variabel som en bestemt type, kan man ikke erklære variablen under det samme navn igen som en anden type!",
            "id": 48477943,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477943/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724326/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010699Z",
            "action": 59,
            "target": "Dim c As Boolean     'Deklarerer c som en boolsk variabel som kan være TRUE eller FALSE'",
            "id": 48477942,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477942/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724323/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010667Z",
            "action": 59,
            "target": "Dim a$, b As Integer 'Deklarerer en variabel som streng og en anden som heltal'",
            "id": 48477941,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477941/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724318/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010634Z",
            "action": 59,
            "target": "Dim a As String      'Deklarerer variablen \"a\" som streng'",
            "id": 48477940,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477940/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724313/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010602Z",
            "action": 59,
            "target": "Dim a$               'Deklarerer variablen \"a\" som streng'",
            "id": 48477939,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477939/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724308/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010569Z",
            "action": 59,
            "target": "Eksempler på variabelerklæringer:",
            "id": 48477938,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477938/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724301/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010531Z",
            "action": 59,
            "target": "I $[officename] Basic er det ikke nødvendigt at erklære variable eksplicit. En variabelerklæring kan udføres med sætningen <emph>Dim</emph>. Man kan erklære mere end en variabel på en gang ved at adskille navnene med et komma. For at definere variabeltypen bruges enten et typeerklæringstegn efter navnet eller det koresponderende nøgleord.",
            "id": 48477937,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477937/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724297/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010492Z",
            "action": 59,
            "target": "Erklæring af variable",
            "id": 48477936,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477936/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724293/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010457Z",
            "action": 59,
            "target": "Number,Mine=12  'Ikke gyldigt, da punkttegn ikke er tilladt'",
            "id": 48477935,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477935/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724286/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010423Z",
            "action": 59,
            "target": "5MyNumber=12    'Ikke gyldig, da variable ikke må begynde med et tal'",
            "id": 48477934,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477934/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724283/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010389Z",
            "action": 59,
            "target": "DéjàVu=25       'Ikke gyldigt, da specialtegn ikke er tilladt'",
            "id": 48477933,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477933/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724280/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010354Z",
            "action": 59,
            "target": "[My Number]=12  'Korrekt'",
            "id": 48477932,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477932/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724277/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010320Z",
            "action": 59,
            "target": "My Number=20    'Ikke gyldigt, da variable med mellemrum skal omsluttes af firkantede parenteser'",
            "id": 48477931,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477931/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724274/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010288Z",
            "action": 59,
            "target": "MyNumber_5=20   'Korrekt'",
            "id": 48477930,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477930/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724271/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010253Z",
            "action": 59,
            "target": "MyNumber5=15    'Korrekt'",
            "id": 48477929,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477929/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724267/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010218Z",
            "action": 59,
            "target": "MyNumber=5      'Korrekt'",
            "id": 48477928,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477928/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724254/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010176Z",
            "action": 59,
            "target": "Eksempler på variabelnavne:",
            "id": 48477927,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477927/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724249/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010139Z",
            "action": 59,
            "target": "Et variabelnavn kan bestå af højst 255 tegn. Det første tegn i et variabelnavn <emph>skal</emph> være et bogstav i det engelske alfabet A-Z eller a-z. Tal kan også bruges i et variabelnavn, men tegnsætningssymboler og specielle tegn er ikke tilladt, med undtagelse af en understreg (\"_\"). I $[officename] Basic skelnes der ikke mellem store og små bogstaver i variabelnavne. Variabelnavne kan indeholde mellemrum, men skal i så fald være omgivet af kantede parenteser.",
            "id": 48477926,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477926/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724244/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010099Z",
            "action": 59,
            "target": "Navngivningskonventioner for variabelnavne",
            "id": 48477925,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477925/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724238/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010060Z",
            "action": 59,
            "target": "Her følger en beskrivelse af den grundlæggende brug af variable i $[officename] Basic.",
            "id": 48477924,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477924/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724234/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.010022Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/01020100.xhp\">Brug af variable</link>",
            "id": 48477923,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477923/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724220/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.009983Z",
            "action": 59,
            "target": "",
            "id": 48477922,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477922/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724218/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.009948Z",
            "action": 59,
            "target": "Brug af variable",
            "id": 48477921,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477921/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724216/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.009914Z",
            "action": 59,
            "target": "Dette afsnit beskriver de basale syntakselementer i $[officename] Basic. For en detaljeret beskrivelse se den selvstændige $[officename] Basic-vejledning.",
            "id": 48477920,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477920/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724213/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.009880Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/01020000.xhp\">Syntaks</link>",
            "id": 48477919,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477919/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724210/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.009845Z",
            "action": 59,
            "target": "Syntaks",
            "id": 48477918,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477918/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724208/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.009810Z",
            "action": 59,
            "target": "Man kan kopiere eller flytte subs, functions, moduler og biblioteker fra en fil til en anden ved at bruge dialogen <link href=\"text/sbasic/shared/01/06130000.xhp\">Makro</link>.",
            "id": 48477917,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477917/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110724205/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:23:19.009763Z",
            "action": 59,
            "target": "Efter opdeling af et program i subrutiner og funktioner (subs og functions), kan man gemme disse som filer, der kan genbruges i andre projekter. $[officename] Basic understøtter <link href=\"text/sbasic/shared/01020500.xhp\">moduler og biblioteker</link>. Subs og functions er altid indeholdt i moduler. Man kan definere at moduler skal være globale eller en del af et dokument. Flere moduler kan kombineres til et bibliotek.",
            "id": 48477916,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48477916/?format=api"
        }
    ]
}