Translation components API.

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

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

{
    "count": 406,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/units/?format=api&page=8",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/units/?format=api&page=6",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Module import"
            ],
            "previous_source": "",
            "target": [
                "Import af moduler"
            ],
            "id_hash": 6373692921979741113,
            "content_hash": 6373692921979741113,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0239\nhelp.text",
            "note": "WuGCs",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 301,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393326/?format=api",
            "priority": 100,
            "id": 98445375,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=d873e7f17a0623b9",
            "url": "https://translations.documentfoundation.org/api/units/98445375/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.728411Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "<literal>XSCRIPTCONTEXT</literal> is not provided to imported modules."
            ],
            "previous_source": "",
            "target": [
                "<literal>XSCRIPTCONTEXT</literal> bliver ikke tilføjet til importerede moduler."
            ],
            "id_hash": 3018183938770562694,
            "content_hash": 3018183938770562694,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0240\nhelp.text",
            "note": "tBVP2",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 302,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393343/?format=api",
            "priority": 100,
            "id": 98445380,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=a9e2be4d21356e86",
            "url": "https://translations.documentfoundation.org/api/units/98445380/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.731048Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "%PRODUCTNAME Basic libraries contain classes, routines and variables, Python modules contain classes, functions and variables. Common pieces of reusable Python or UNO features must be stored in <link href=\"text/sbasic/python/python_locations.xhp\">My macros</link> within <literal>(User Profile)/Scripts/python/pythonpath</literal>. Python libraries help organize modules in order to prevent module name collisions. Import <literal>uno.py</literal> inside shared modules."
            ],
            "previous_source": "",
            "target": [
                "%PRODUCTNAME Basic-biblioteker indeholder klasser, rutiner og variable; Python-moduler indeholder klasser, funktioner og variable. Almindelige stykker af genbrugelige Python eller UNO-funktioner skal lagres i <link href=\"text/sbasic/python/python_locations.xhp\">Mine makroer</link> i <literal>(User Profile)Scripts/python/pythonpath</literal>. Python-biblioteker hjælper til med at organisere modulerne for at udgå sammenfaldende modulnavne. Du skal importere <literal>uno.py</literal> i delte moduler."
            ],
            "id_hash": 712386376758675926,
            "content_hash": 712386376758675926,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0241\nhelp.text",
            "note": "FxPgc",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 303,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 50,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393371/?format=api",
            "priority": 100,
            "id": 98445387,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=89e2e7a2a18749d6",
            "url": "https://translations.documentfoundation.org/api/units/98445387/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.733033Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Genuine BASIC UNO facilities can be inferred using <literal>uno.py</literal> module. Use <link href=\"text/sbasic/python/python_shell.xhp\">Python interactive shell</link> to get a complete module description using <literal>dir()</literal> and <literal>help()</literal> Python commands."
            ],
            "previous_source": "",
            "target": [
                "Ægte BASIC UNO-faciliteter kan udledes med <literal>uno.py</literal>-modulet. Brug <link href=\"text/sbasic/python/python_shell.xhp\">Pythons interaktive skal</link> til at få en fuldstændig modulbeskrivelse med Python-kommandoerne <literal>dir()</literal> og <literal>help()</literal>."
            ],
            "id_hash": 2577601155350340671,
            "content_hash": 2577601155350340671,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0242\nhelp.text",
            "note": "EGdaE",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 304,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393398/?format=api",
            "priority": 100,
            "id": 98445394,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=a3c57a98154b243f",
            "url": "https://translations.documentfoundation.org/api/units/98445394/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.735480Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "<bookmark_value>uno.py</bookmark_value>        <bookmark_value>uno.py;absolutize</bookmark_value>        <bookmark_value>uno.py;createUnoStruct</bookmark_value>        <bookmark_value>uno.py;fileUrlToSystemPath</bookmark_value>        <bookmark_value>uno.py;getClass</bookmark_value>        <bookmark_value>uno.py;getComponentContext</bookmark_value>        <bookmark_value>uno.py;Enum</bookmark_value>        <bookmark_value>uno.py;getConstantByName</bookmark_value>        <bookmark_value>uno.py;isInterface</bookmark_value>        <bookmark_value>uno.py;systemPathToFileUrl</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;absolutize</bookmark_value> <bookmark_value>uno.py;createUnoStruct</bookmark_value> <bookmark_value>uno.py;fileUrlToSystemPath</bookmark_value> <bookmark_value>uno.py;getClass</bookmark_value> <bookmark_value>uno.py;getComponentContext</bookmark_value> <bookmark_value>uno.py;Enum</bookmark_value> <bookmark_value>uno.py;getConstantByName</bookmark_value> <bookmark_value>uno.py;isInterface</bookmark_value> <bookmark_value>uno.py;systemPathToFileUrl</bookmark_value>"
            ],
            "id_hash": -2166481558229556901,
            "content_hash": -2166481558229556901,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nbm_id391659034206678\nhelp.text",
            "note": "SsAZa",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 305,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393421/?format=api",
            "priority": 100,
            "id": 98445405,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=61ef1c80554ae15b",
            "url": "https://translations.documentfoundation.org/api/units/98445405/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.737769Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Functions"
            ],
            "previous_source": "",
            "target": [
                "Funktioner"
            ],
            "id_hash": -4247009755552060050,
            "content_hash": -4247009755552060050,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0244\nhelp.text",
            "note": "Gi6iz",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 306,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393454/?format=api",
            "priority": 100,
            "id": 98445412,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=450f972102b36d6e",
            "url": "https://translations.documentfoundation.org/api/units/98445412/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.740504Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Description"
            ],
            "previous_source": "",
            "target": [
                "Beskrivelse"
            ],
            "id_hash": -7491439925779780700,
            "content_hash": -7491439925779780700,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0245\nhelp.text",
            "note": "jFADb",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 307,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393480/?format=api",
            "priority": 100,
            "id": 98445419,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=18090f142fb7aba4",
            "url": "https://translations.documentfoundation.org/api/units/98445419/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.742350Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Mapped in Basic as"
            ],
            "previous_source": "",
            "target": [
                "Tilsvarende i Basic"
            ],
            "id_hash": -2821489958932119871,
            "content_hash": -2821489958932119871,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0246\nhelp.text",
            "note": "6wDQn",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 308,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393504/?format=api",
            "priority": 100,
            "id": 98445425,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=58d80dd4cc84fec1",
            "url": "https://translations.documentfoundation.org/api/units/98445425/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.744043Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Returns an absolute file url from the given urls."
            ],
            "previous_source": "",
            "target": [
                "Returnerer en absolut fil-url fra de givne url'er."
            ],
            "id_hash": -7509812795601541063,
            "content_hash": -7509812795601541063,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0248\nhelp.text",
            "note": "7prVF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 309,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393537/?format=api",
            "priority": 100,
            "id": 98445431,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=17c7c90d147ca839",
            "url": "https://translations.documentfoundation.org/api/units/98445431/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.745720Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Creates a UNO struct or exception given by typeName."
            ],
            "previous_source": "",
            "target": [
                "Opretter en UNO-struct eller undtagelse givet med typeName."
            ],
            "id_hash": -5475055645466179254,
            "content_hash": -5475055645466179254,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0251\nhelp.text",
            "note": "PE7AD",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 310,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393571/?format=api",
            "priority": 100,
            "id": 98445437,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=3404b1e6067dc94a",
            "url": "https://translations.documentfoundation.org/api/units/98445437/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.747142Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Returns a system path."
            ],
            "previous_source": "",
            "target": [
                "Returnerer en systemsti."
            ],
            "id_hash": 4358585324000496872,
            "content_hash": 4358585324000496872,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0254\nhelp.text",
            "note": "FNPMc",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 311,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393607/?format=api",
            "priority": 100,
            "id": 98445443,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=bc7cce426847cce8",
            "url": "https://translations.documentfoundation.org/api/units/98445443/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.767693Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Returns the class of a concrete UNO exception, struct, or interface."
            ],
            "previous_source": "",
            "target": [
                "Returnerer klassen for en konkret UNO-undtagelse, -struct eller -grænseflade."
            ],
            "id_hash": 942754162479933620,
            "content_hash": 942754162479933620,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0257\nhelp.text",
            "note": "sFbd9",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 312,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393636/?format=api",
            "priority": 100,
            "id": 98445451,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=8d1555ea752328b4",
            "url": "https://translations.documentfoundation.org/api/units/98445451/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.770465Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Returns the UNO component context used to initialize the Python runtime."
            ],
            "previous_source": "",
            "target": [
                "Returnerer den UNO-komponentkontekst, der blev brugt til initialisere Python-kørselsmiljøet."
            ],
            "id_hash": 5241718083077589723,
            "content_hash": 5241718083077589723,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0260\nhelp.text",
            "note": "qAbMv",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 313,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393650/?format=api",
            "priority": 100,
            "id": 98445457,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=c8be52d32294cadb",
            "url": "https://translations.documentfoundation.org/api/units/98445457/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.773341Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Looks up the value of an IDL constant by giving its explicit name."
            ],
            "previous_source": "",
            "target": [
                "Slår værdien af en IDL-konstant op ved at give dens udførlige navn."
            ],
            "id_hash": -2659261284237303621,
            "content_hash": -2659261284237303621,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0264\nhelp.text",
            "note": "WQBzo",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 314,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393704/?format=api",
            "priority": 100,
            "id": 98445466,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=5b1867f38c1620bb",
            "url": "https://translations.documentfoundation.org/api/units/98445466/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.775501Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "See API constant groups"
            ],
            "previous_source": "",
            "target": [
                "Se API-konstant grupperne"
            ],
            "id_hash": -2973080807127923220,
            "content_hash": -2973080807127923220,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0265\nhelp.text",
            "note": "VD2pr",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 315,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393746/?format=api",
            "priority": 100,
            "id": 98445474,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=56bd7ec20a9bc5ec",
            "url": "https://translations.documentfoundation.org/api/units/98445474/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.777219Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Returns True, when obj is a class of a UNO interface."
            ],
            "previous_source": "",
            "target": [
                "Returnerer Sand, når obj er en klasse i en UNO-grænseflade."
            ],
            "id_hash": 5678655491759902214,
            "content_hash": 5678655491759902214,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0267\nhelp.text",
            "note": "RMBST",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 316,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393790/?format=api",
            "priority": 100,
            "id": 98445480,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=cecea3153c2b8e06",
            "url": "https://translations.documentfoundation.org/api/units/98445480/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.778869Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Returns a file URL for the given system path."
            ],
            "previous_source": "",
            "target": [
                "Returnerer en fil-URL til den givne systemsti."
            ],
            "id_hash": -5035002459382162015,
            "content_hash": -5035002459382162015,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0270\nhelp.text",
            "note": "B84WF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 317,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393800/?format=api",
            "priority": 100,
            "id": 98445486,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=3a2013f0954edda1",
            "url": "https://translations.documentfoundation.org/api/units/98445486/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.780608Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "<emph>LibreLogo</emph> and <emph>TableSample</emph> installation shared scripts use <literal>uno.py</literal> module."
            ],
            "previous_source": "",
            "target": [
                "<emph>LibreLogo</emph> og <emph>TableSample</emph> -installationer bruger delte scripts i <literal>uno.py</literal>-modulet."
            ],
            "id_hash": 3712698355617100530,
            "content_hash": 3712698355617100530,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0272\nhelp.text",
            "note": "GEMGY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 318,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393887/?format=api",
            "priority": 100,
            "id": 98445495,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=b386277bd4bbf2f2",
            "url": "https://translations.documentfoundation.org/api/units/98445495/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.782358Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "More Python-Basic samples"
            ],
            "previous_source": "",
            "target": [
                "Flere Python-Basic-eksempler"
            ],
            "id_hash": 1357679572170141191,
            "content_hash": 1357679572170141191,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0273\nhelp.text",
            "note": "9NieC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 319,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393952/?format=api",
            "priority": 100,
            "id": 98445511,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=92d77260aa016e07",
            "url": "https://translations.documentfoundation.org/api/units/98445511/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.790203Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Python UNO"
            ],
            "previous_source": "",
            "target": [
                "Python UNO"
            ],
            "id_hash": -3586595575137924465,
            "content_hash": -3586595575137924465,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0275\nhelp.text",
            "note": "6Yct5",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 320,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98393996/?format=api",
            "priority": 100,
            "id": 98445517,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=4e39da53b6ea8a8f",
            "url": "https://translations.documentfoundation.org/api/units/98445517/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.791940Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Basic UNO features"
            ],
            "previous_source": "",
            "target": [
                "Bacic UNO-funktioner"
            ],
            "id_hash": 6238196044931610845,
            "content_hash": 6238196044931610845,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0276\nhelp.text",
            "note": "8GvqG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 321,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394020/?format=api",
            "priority": 100,
            "id": 98445521,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=d6928640616538dd",
            "url": "https://translations.documentfoundation.org/api/units/98445521/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.794179Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "See <link href=\"text/sbasic/python/python_dialogs.xhp\">Opening a Dialog</link>"
            ],
            "previous_source": "",
            "target": [
                "Se <link href=\"text/sbasic/python/python_dialogs.xhp\">Åbning af en dialog</link>"
            ],
            "id_hash": -138719118388371351,
            "content_hash": -138719118388371351,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0284\nhelp.text",
            "note": "wSBYY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 322,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394050/?format=api",
            "priority": 100,
            "id": 98445527,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=7e132bb260e7e069",
            "url": "https://translations.documentfoundation.org/api/units/98445527/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.795901Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "See <link href=\"text/sbasic/python/python_listener.xhp\">Creating a Listener</link>"
            ],
            "previous_source": "",
            "target": [
                "Se <link href=\"text/sbasic/python/python_listener.xhp\">Oprettelse af en listener</link>"
            ],
            "id_hash": 998602963835857910,
            "content_hash": 998602963835857910,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0286\nhelp.text",
            "note": "ucBDS",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 323,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394110/?format=api",
            "priority": 100,
            "id": 98445531,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=8ddbc01ad316abf6",
            "url": "https://translations.documentfoundation.org/api/units/98445531/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.797853Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "See UNO data types"
            ],
            "previous_source": "",
            "target": [
                "Se UNO datatyper"
            ],
            "id_hash": -5673177988151383494,
            "content_hash": -5673177988151383494,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0288\nhelp.text",
            "note": "LNUaK",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 324,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394141/?format=api",
            "priority": 100,
            "id": 98445540,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=3144d2ad74abea3a",
            "url": "https://translations.documentfoundation.org/api/units/98445540/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.799928Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Importing an embedded Module"
            ],
            "previous_source": "",
            "target": [
                "Importere et indbygget modul"
            ],
            "id_hash": -6986526420668313811,
            "content_hash": -6986526420668313811,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN1297\nhelp.text",
            "note": "pFbcP",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 325,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394166/?format=api",
            "priority": 100,
            "id": 98445551,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=1f0adf3c922f0f2d",
            "url": "https://translations.documentfoundation.org/api/units/98445551/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.803578Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Similarly to %PRODUCTNAME Basic that supports browsing and dynamic loading of libraries, Python libraries can be explored and imported on demand. For more information on library containers, visit <link href=\"https://api.libreoffice.org/\">%PRODUCTNAME Application Programming Interface</link> (API) or download <link href=\"https://www.libreoffice.org/download/download/\">%PRODUCTNAME Software Development Kit</link> (SDK)."
            ],
            "previous_source": "",
            "target": [
                "Ligesom %PRODUCTNAME Basic understøtter gennemsøgning og dynamisk hentning af biblioteker, kan Python-biblioteker udforskes og importeres efter behov. For mere information om biblioteks-containere, besøg <link href=\"https://api.libreoffice.org/\">%PRODUCTNAME Application Programming Interface</link> (API) eller hent <link href=\"https://www.libreoffice.org/download/download/\">%PRODUCTNAME Software Development Kit</link> (SDK)."
            ],
            "id_hash": -1380280385880540067,
            "content_hash": -1380280385880540067,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN1298\nhelp.text",
            "note": "GPRuc",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 326,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394188/?format=api",
            "priority": 100,
            "id": 98445557,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=6cd8424d5526bc5d",
            "url": "https://translations.documentfoundation.org/api/units/98445557/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.805821Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Importing a Python document embedded module is illustrated below, exception handling is not detailed:"
            ],
            "previous_source": "",
            "target": [
                "Import at et indbygget Python-dokumentmodul er illustreret nedenfor, undtagelseshandling er ikke detaljeret beskrevet:"
            ],
            "id_hash": 559623243675577775,
            "content_hash": 559623243675577775,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN3299\nhelp.text",
            "note": "SEeXV",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 327,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394215/?format=api",
            "priority": 100,
            "id": 98445561,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=87c42e600755adaf",
            "url": "https://translations.documentfoundation.org/api/units/98445561/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.807659Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "\"\"\" load library and import module"
            ],
            "previous_source": "",
            "target": [
                "\"\"\" indlæs bibliotek og importer modul"
            ],
            "id_hash": 6287095076012613733,
            "content_hash": 6287095076012613733,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0303\nhelp.text",
            "note": "P2R2D",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 328,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394244/?format=api",
            "priority": 100,
            "id": 98445568,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=d7403fa942d6e065",
            "url": "https://translations.documentfoundation.org/api/units/98445568/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.809508Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Adapted from 'Bibliothèque de fonctions' by Hubert Lambert"
            ],
            "previous_source": "",
            "target": [
                "Tilpasset efter 'Bibliothèque de fonctions' af Hubert Lambert"
            ],
            "id_hash": -8067879913733017795,
            "content_hash": -8067879913733017795,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0305\nhelp.text",
            "note": "oBnkG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 329,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394273/?format=api",
            "priority": 100,
            "id": 98445574,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=100921f6c36f2f3d",
            "url": "https://translations.documentfoundation.org/api/units/98445574/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.811300Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "at https://forum.openoffice.org/fr/forum/viewtopic.php?p=286213\"\"\""
            ],
            "previous_source": "",
            "target": [
                "på https://forum.openoffice.org/fr/forum/viewtopic.php?p=286213\"\"\""
            ],
            "id_hash": 1817475468589229828,
            "content_hash": 1817475468589229828,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0306\nhelp.text",
            "note": "FFxTV",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 330,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394304/?format=api",
            "priority": 100,
            "id": 98445577,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=9938f84f2d3f6704",
            "url": "https://translations.documentfoundation.org/api/units/98445577/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.813206Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "doc = XSCRIPTCONTEXT.getDocument()  # current document"
            ],
            "previous_source": "",
            "target": [
                "doc = XSCRIPTCONTEXT.getDocument()  # aktuelt dokument"
            ],
            "id_hash": -5802073791048803166,
            "content_hash": -5802073791048803166,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0307\nhelp.text",
            "note": "A2Zvp",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 331,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394332/?format=api",
            "priority": 100,
            "id": 98445585,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=2f7ae4a0b3ee9ca2",
            "url": "https://translations.documentfoundation.org/api/units/98445585/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.814968Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "if not url in sys.path:  # add path if necessary"
            ],
            "previous_source": "",
            "target": [
                "hvis ikke url i sys.path:  # tilføj sti om nødvendigt"
            ],
            "id_hash": 1934930260221887638,
            "content_hash": 1934930260221887638,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0310\nhelp.text",
            "note": "qqpCF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 332,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394351/?format=api",
            "priority": 100,
            "id": 98445591,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=9ada40d1e9ae0496",
            "url": "https://translations.documentfoundation.org/api/units/98445591/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.816768Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "sys.path.insert(0, url)  # doclib takes precedence"
            ],
            "previous_source": "",
            "target": [
                "sys.path.insert(0, url)  # doclib har forrang"
            ],
            "id_hash": -4730165519715039470,
            "content_hash": -4730165519715039470,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0311\nhelp.text",
            "note": "HWoLC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 333,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394369/?format=api",
            "priority": 100,
            "id": 98445595,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=3e5b138574958712",
            "url": "https://translations.documentfoundation.org/api/units/98445595/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.818498Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "if module_name:  # import if requested"
            ],
            "previous_source": "",
            "target": [
                "if module_name:  # importer om nødvendigt"
            ],
            "id_hash": -8424587556311204692,
            "content_hash": -8424587556311204692,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0312\nhelp.text",
            "note": "wBdYA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 334,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394390/?format=api",
            "priority": 100,
            "id": 98445599,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=0b15da40bee4fcac",
            "url": "https://translations.documentfoundation.org/api/units/98445599/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.820308Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "ui = load_library(\"my_gui\",'screen_io')  # add <lib> path + import <module>"
            ],
            "previous_source": "",
            "target": [
                "ui = load_library(\"my_gui\",'screen_io')  # tilføj <lib> sti + import <module>"
            ],
            "id_hash": -4938140335537806265,
            "content_hash": -4938140335537806265,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0316\nhelp.text",
            "note": "B9zJW",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 335,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394409/?format=api",
            "priority": 100,
            "id": 98445605,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=3b783387393da447",
            "url": "https://translations.documentfoundation.org/api/units/98445605/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.822272Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "<link href=\"text/sbasic/shared/uno_objects.xhp\">Basic UNO Objects, Functions and Services</link>"
            ],
            "previous_source": "",
            "target": [
                "<link href=\"text/sbasic/shared/uno_objects.xhp\">Basic UNO-objekter, -funktioner og -tjenester (på engelsk)</link>"
            ],
            "id_hash": -5341944814862196719,
            "content_hash": -5341944814862196719,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0321\nhelp.text",
            "note": "yjHXX",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 336,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394418/?format=api",
            "priority": 100,
            "id": 98445610,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=35dd997e64662011",
            "url": "https://translations.documentfoundation.org/api/units/98445610/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.824348Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Python : Screen Input/Output"
            ],
            "previous_source": "",
            "target": [
                "Python: Skærm input/output"
            ],
            "id_hash": -4375895143657762660,
            "content_hash": -4375895143657762660,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\ntit\nhelp.text",
            "note": "zRBRa",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 337,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394452/?format=api",
            "priority": 100,
            "id": 98445615,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=4345b28d23ec109c",
            "url": "https://translations.documentfoundation.org/api/units/98445615/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.826258Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "<bookmark_value>Python;InputBox</bookmark_value>        <bookmark_value>Python;MsgBox</bookmark_value>        <bookmark_value>Python;Print</bookmark_value>        <bookmark_value>API;script.provider.MasterScriptProvider: Screen Input/Output</bookmark_value>        <bookmark_value>API;script.provider.XScript: Screen Input/Output</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>Python;InputBox</bookmark_value>        <bookmark_value>Python;MsgBox</bookmark_value>        <bookmark_value>Python;Udskriv</bookmark_value>        <bookmark_value>API;script.provider.MasterScriptProvider: Skærm Input/Output</bookmark_value>        <bookmark_value>API;script.provider.XScript: Skærm Input/Output</bookmark_value>"
            ],
            "id_hash": -2095454254889993291,
            "content_hash": -2095454254889993291,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0433\nhelp.text",
            "note": "tMEMB",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 338,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394477/?format=api",
            "priority": 100,
            "id": 98445621,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=62eb737516337bb5",
            "url": "https://translations.documentfoundation.org/api/units/98445621/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.827848Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "<variable id=\"ioscreen\"><link href=\"text/sbasic/python/python_screen.xhp\">Input/Output to Screen</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"ioscreen\"><link href=\"text/sbasic/python/python_screen.xhp\">Input/Output til skræm</link></variable>"
            ],
            "id_hash": 3393834443422498183,
            "content_hash": 3393834443422498183,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0434\nhelp.text",
            "note": "aSpmm",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 339,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394514/?format=api",
            "priority": 100,
            "id": 98445628,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=af195271eaaefd87",
            "url": "https://translations.documentfoundation.org/api/units/98445628/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.830112Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Python standard output file is not available when running Python macros from <menuitem>Tools – Macros - Run Macro</menuitem>... menu. Presenting the output of a module requires the Python interactive console. Features such as <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> and <literal>str()</literal> are available from the Python shell."
            ],
            "previous_source": "",
            "target": [
                "Pythons standard-outputfil er ikke tilgængelig, når du kører Python-makroer fra menuen <menuitem>Funktioner ▸ Makroer ▸ Kør makro</menuitem>. Præsentation af outputet fra et mdoul kræver Pythons interaktive modul. Funktioner som <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> og <literal>str()</literal> er tilgængelige fra Python-skallen."
            ],
            "id_hash": -5429249970795765991,
            "content_hash": -5429249970795765991,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0435\nhelp.text",
            "note": "qCLEs",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 340,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 44,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394544/?format=api",
            "priority": 100,
            "id": 98445634,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=34a76deabdeb1f19",
            "url": "https://translations.documentfoundation.org/api/units/98445634/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.832139Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "%PRODUCTNAME <literal>msgbox</literal> Python module proposes a <literal>msgbox()</literal> method that is illustrated in <link href=\"text/sbasic/python/python_handler.xhp\">Creating Event Listeners</link> and <link href=\"text/sbasic/python/python_handler.xhp\">Creating a dialog handler</link> example pages."
            ],
            "previous_source": "",
            "target": [
                "%PRODUCTNAME <literal>msgbox</literal> Python-modulet foreslår en <literal>msgbox()</literal>-metode, som er illustreret på eksempelsiderne <link href=\"text/sbasic/python/python_handler.xhp\">Oprette hændelseslyttere (Event Listeners)</link> og <link href=\"text/sbasic/python/python_handler.xhp\">Oprette en dialogbehandler</link>."
            ],
            "id_hash": 4530595944495257695,
            "content_hash": 4530595944495257695,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nmsgbox_tip\nhelp.text",
            "note": "ftsGT",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 341,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394563/?format=api",
            "priority": 100,
            "id": 98445646,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=bedfe901e477185f",
            "url": "https://translations.documentfoundation.org/api/units/98445646/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.847914Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "%PRODUCTNAME Basic proposes <literal>InputBox()</literal>, <literal>Msgbox()</literal> and <literal>Print()</literal> screen I/O functions. Python alternatives exist relying either on %PRODUCTNAME API Abstract Windowing Toolkit, either on Python to Basic function calls. The latter proposes a syntax that is intentionally close to that of Basic, and uses a Python module next to a Basic module. The API Scripting Framework is used to perform Basic, BeanShell, JavaScript and Python inter-languages function calls."
            ],
            "previous_source": "",
            "target": [
                "%PRODUCTNAME Basic foreslår skærm I/O-funktionerne <literal>InputBox()</literal>, <literal>Msgbox()</literal> og <literal>Print()</literal>. Der findes Python alternativer, der er afhængige af enten %PRODUCTNAME API Abstract Windowing Toolkit eller Python-til-Basic funktionskald. Det sidste anvender en syntaks, som med vilje ligger nær på Basics og som bruger et Python-modul, som ligner et Basic-modul. API-scripting-rammen er vant til at udføre Basic-, Beanshell-, JavaScript- og Python-mellemsproglige funktionskald."
            ],
            "id_hash": -1178358942546850182,
            "content_hash": -1178358942546850182,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0437\nhelp.text",
            "note": "aPSDz",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 342,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 67,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394593/?format=api",
            "priority": 100,
            "id": 98445654,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=6fa5a0c8f3970e7a",
            "url": "https://translations.documentfoundation.org/api/units/98445654/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.851679Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Python syntax:"
            ],
            "previous_source": "",
            "target": [
                "Python syntaks:"
            ],
            "id_hash": 8783208698173357803,
            "content_hash": 8783208698173357803,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0438\nhelp.text",
            "note": "hat4k",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 343,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394618/?format=api",
            "priority": 100,
            "id": 98445659,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=f9e439c68abe7eeb",
            "url": "https://translations.documentfoundation.org/api/units/98445659/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.854014Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Examples:"
            ],
            "previous_source": "",
            "target": [
                "Eksempler:"
            ],
            "id_hash": -4036464582419257535,
            "content_hash": -4036464582419257535,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0442\nhelp.text",
            "note": "QypFq",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 344,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394641/?format=api",
            "priority": 100,
            "id": 98445663,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=47fb98d930746741",
            "url": "https://translations.documentfoundation.org/api/units/98445663/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.855445Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Installation:"
            ],
            "previous_source": "",
            "target": [
                "Installation:"
            ],
            "id_hash": -7344470790526957609,
            "content_hash": -7344470790526957609,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0449\nhelp.text",
            "note": "DbZVx",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 345,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394664/?format=api",
            "priority": 100,
            "id": 98445668,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=1a1332ba8b6887d7",
            "url": "https://translations.documentfoundation.org/api/units/98445668/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.856466Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Copy <literal>screen_io</literal> Python module in <link href=\"text/sbasic/python/python_locations.xhp\">My macros</link> within <UserProfile>/Scripts/python/pythonpath,"
            ],
            "previous_source": "",
            "target": [
                "Kopier Python-modulet <literal>scren_io</literal> til <link href=\"text/sbasic/python/python_locations.xhp\">Mine makroer</link> i <UserProfile>/Scripts/python/pythonpath"
            ],
            "id_hash": 187760485879891555,
            "content_hash": 187760485879891555,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0450\nhelp.text",
            "note": "6J2px",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 346,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394707/?format=api",
            "priority": 100,
            "id": 98445673,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=829b0f2ac7b9c663",
            "url": "https://translations.documentfoundation.org/api/units/98445673/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.857506Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Copy <literal>uiScripts</literal> Basic module in <link href=\"text/sbasic/python/python_locations.xhp\">My macros</link> Standard Basic library,"
            ],
            "previous_source": "",
            "target": [
                "Kopier <literal>uiScripts</literal> Basic-modulet til <link href=\"text/sbasic/python/python_locations.xhp\">Mine makroer</link> Standard Basic-biblioteket,"
            ],
            "id_hash": -3244182335502098367,
            "content_hash": -3244182335502098367,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0451\nhelp.text",
            "note": "g98C5",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 347,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394734/?format=api",
            "priority": 100,
            "id": 98445676,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=52fa595ab1cce041",
            "url": "https://translations.documentfoundation.org/api/units/98445676/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.858898Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "Restart %PRODUCTNAME."
            ],
            "previous_source": "",
            "target": [
                "Genstart %PRODUCTNAME."
            ],
            "id_hash": -7819111005625117089,
            "content_hash": -7819111005625117089,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0452\nhelp.text",
            "note": "XAthB",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 348,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394742/?format=api",
            "priority": 100,
            "id": 98445682,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=137ceff7c25e165f",
            "url": "https://translations.documentfoundation.org/api/units/98445682/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.860394Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "<literal>screen_io</literal> Python module"
            ],
            "previous_source": "",
            "target": [
                "<literal>screen_io</literal> Python-modul"
            ],
            "id_hash": -563763051121972176,
            "content_hash": -563763051121972176,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0453\nhelp.text",
            "note": "jGGGZ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 349,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394770/?format=api",
            "priority": 100,
            "id": 98445686,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=782d1c7df0626c30",
            "url": "https://translations.documentfoundation.org/api/units/98445686/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.861545Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "source": [
                "\"\"\" Displays a dialog box containing a message and returns a value.\"\"\""
            ],
            "previous_source": "",
            "target": [
                "\"\"\" Viser et dialogfelt med en besked og returnerer en værdi.\"\""
            ],
            "id_hash": 5694236878924586407,
            "content_hash": 5694236878924586407,
            "location": "python_screen.xhp",
            "context": "python_screen.xhp\nN0467\nhelp.text",
            "note": "EB2zZ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 350,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98394795/?format=api",
            "priority": 100,
            "id": 98445692,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/?checksum=cf05fe45a33a9da7",
            "url": "https://translations.documentfoundation.org/api/units/98445692/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:25:09.862816Z"
        }
    ]
}