Translation components API.

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

GET /api/translations/libo_help-24-2/textsbasicpython/ca/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-24-2/textsbasicpython/ca/units/?format=api&page=8",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/units/?format=api&page=6",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Module import"
            ],
            "previous_source": "",
            "target": [
                "Importació de mòduls"
            ],
            "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/110300766/?format=api",
            "priority": 100,
            "id": 110320151,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=d873e7f17a0623b9",
            "url": "https://translations.documentfoundation.org/api/units/110320151/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.587061Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "<literal>XSCRIPTCONTEXT</literal> is not provided to imported modules."
            ],
            "previous_source": "",
            "target": [
                "<literal>GA XSCRIPTCONTEXT</literal> no es proporciona als mòduls importats."
            ],
            "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/110300790/?format=api",
            "priority": 100,
            "id": 110320155,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=a9e2be4d21356e86",
            "url": "https://translations.documentfoundation.org/api/units/110320155/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.589288Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "Les llibreries bàsiques de PRODUCTNAME contenen classes, rutines i variables, els mòduls Python contenen classes, funcions i variables. Les peces reutilitzables comunes de Python o UNO s'han d'emmagatzemar a <link href=\"text/sbasic/python/pythonlocations.xhp\">Les meves macros</link> dins del <literal>(Perfil d'usuari)/Scripts/python/pythonpath</literal>. Les llibreries Python ajuden a organitzar els mòduls per evitar col·lisions amb els noms de mòduls. Importeu <literal>uno.py</literal> dins dels mòduls compartits."
            ],
            "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/110300802/?format=api",
            "priority": 100,
            "id": 110320160,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=89e2e7a2a18749d6",
            "url": "https://translations.documentfoundation.org/api/units/110320160/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.591596Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "Les instal·lacions genuïnes Basic de l'UNO es poden inferir utilitzant el mòdul <literal>uno.py</literal>. Utilitzeu l'interpret d'ordres interactiu <link href=\"text/sbasic/python/pythonshell.xhp\">Python</link> per obtenir una descripció completa del mòdul utilitzant les ordres de Python <literal>dir()</literal> i <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/110300835/?format=api",
            "priority": 100,
            "id": 110320167,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=a3c57a98154b243f",
            "url": "https://translations.documentfoundation.org/api/units/110320167/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.601338Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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;absolutitzar</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/110300850/?format=api",
            "priority": 100,
            "id": 110320169,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=61ef1c80554ae15b",
            "url": "https://translations.documentfoundation.org/api/units/110320169/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.604142Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Functions"
            ],
            "previous_source": "",
            "target": [
                "Funcions"
            ],
            "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/110300862/?format=api",
            "priority": 100,
            "id": 110320172,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=450f972102b36d6e",
            "url": "https://translations.documentfoundation.org/api/units/110320172/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.607162Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Description"
            ],
            "previous_source": "",
            "target": [
                "Descripció"
            ],
            "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/110300865/?format=api",
            "priority": 100,
            "id": 110320175,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=18090f142fb7aba4",
            "url": "https://translations.documentfoundation.org/api/units/110320175/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.609169Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Mapped in Basic as"
            ],
            "previous_source": "",
            "target": [
                "Al Basic es correspon amb"
            ],
            "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/110300867/?format=api",
            "priority": 100,
            "id": 110320177,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=58d80dd4cc84fec1",
            "url": "https://translations.documentfoundation.org/api/units/110320177/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.610968Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Returns an absolute file url from the given urls."
            ],
            "previous_source": "",
            "target": [
                "Retorna un URL de fitxer absolut dels URL indicats."
            ],
            "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/110300869/?format=api",
            "priority": 100,
            "id": 110320180,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=17c7c90d147ca839",
            "url": "https://translations.documentfoundation.org/api/units/110320180/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.615130Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Creates a UNO struct or exception given by typeName."
            ],
            "previous_source": "",
            "target": [
                "Crea una estructura UNO o una excepció donada pel 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/110300872/?format=api",
            "priority": 100,
            "id": 110320183,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=3404b1e6067dc94a",
            "url": "https://translations.documentfoundation.org/api/units/110320183/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.617930Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Returns a system path."
            ],
            "previous_source": "",
            "target": [
                "Retorna un camí del sistema."
            ],
            "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/110300874/?format=api",
            "priority": 100,
            "id": 110320184,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=bc7cce426847cce8",
            "url": "https://translations.documentfoundation.org/api/units/110320184/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.619929Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Returns the class of a concrete UNO exception, struct, or interface."
            ],
            "previous_source": "",
            "target": [
                "Retorna la classe d'una excepció concreta de l'UNO, estructura o interfície."
            ],
            "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/110300875/?format=api",
            "priority": 100,
            "id": 110320186,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=8d1555ea752328b4",
            "url": "https://translations.documentfoundation.org/api/units/110320186/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.621604Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Returns the UNO component context used to initialize the Python runtime."
            ],
            "previous_source": "",
            "target": [
                "Retorna el context del component UNO utilitzat per inicialitzar el temps d'execució de Python."
            ],
            "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/110300877/?format=api",
            "priority": 100,
            "id": 110320187,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=c8be52d32294cadb",
            "url": "https://translations.documentfoundation.org/api/units/110320187/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.623272Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Looks up the value of an IDL constant by giving its explicit name."
            ],
            "previous_source": "",
            "target": [
                "Cerca el valor d'una constant IDL donant el seu nom explícit."
            ],
            "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/110300879/?format=api",
            "priority": 100,
            "id": 110320194,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=5b1867f38c1620bb",
            "url": "https://translations.documentfoundation.org/api/units/110320194/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.757997Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "See API constant groups"
            ],
            "previous_source": "",
            "target": [
                "Vegeu els grups constants d'API"
            ],
            "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/110300881/?format=api",
            "priority": 100,
            "id": 110320198,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=56bd7ec20a9bc5ec",
            "url": "https://translations.documentfoundation.org/api/units/110320198/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.760269Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Returns True, when obj is a class of a UNO interface."
            ],
            "previous_source": "",
            "target": [
                "Retorna Cert, si l'objecte és una classe d'una interfície UNO."
            ],
            "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/110300884/?format=api",
            "priority": 100,
            "id": 110320203,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=cecea3153c2b8e06",
            "url": "https://translations.documentfoundation.org/api/units/110320203/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.762248Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Returns a file URL for the given system path."
            ],
            "previous_source": "",
            "target": [
                "Retorna un URL de fitxer per al camí de sistema indicat."
            ],
            "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/110300886/?format=api",
            "priority": 100,
            "id": 110320207,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=3a2013f0954edda1",
            "url": "https://translations.documentfoundation.org/api/units/110320207/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.763886Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "<emph>LibreLogo</emph>, <emph>NamedRanges</emph>, <emph>SetCellColor</emph> and <emph>TableSample</emph> preinstalled scripts use <literal>uno.py</literal> module."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8302267083426178045,
            "content_hash": -8302267083426178045,
            "location": "python_programming.xhp",
            "context": "python_programming.xhp\nN0272\nhelp.text",
            "note": "CRVmL",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 318,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/110300888/?format=api",
            "priority": 100,
            "id": 110320211,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=0cc86c132df6dc03",
            "url": "https://translations.documentfoundation.org/api/units/110320211/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.765203Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "More Python-Basic samples"
            ],
            "previous_source": "",
            "target": [
                "Més exemples Python-Basic"
            ],
            "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/110300891/?format=api",
            "priority": 100,
            "id": 110320214,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=92d77260aa016e07",
            "url": "https://translations.documentfoundation.org/api/units/110320214/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.766606Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Python UNO"
            ],
            "previous_source": "",
            "target": [
                "UNO en Python"
            ],
            "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": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/110300893/?format=api",
            "priority": 100,
            "id": 110320219,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=4e39da53b6ea8a8f",
            "url": "https://translations.documentfoundation.org/api/units/110320219/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.767979Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Basic UNO features"
            ],
            "previous_source": "",
            "target": [
                "Funcionalitats bàsiques de l'UNO"
            ],
            "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/110300895/?format=api",
            "priority": 100,
            "id": 110320222,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=d6928640616538dd",
            "url": "https://translations.documentfoundation.org/api/units/110320222/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.769358Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "See <link href=\"text/sbasic/python/python_dialogs.xhp\">Opening a Dialog</link>"
            ],
            "previous_source": "",
            "target": [
                "Consulteu <link href=\"text/sbasic/python/pythondialogs.xhp\">Obre un diàleg</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/110300897/?format=api",
            "priority": 100,
            "id": 110320226,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=7e132bb260e7e069",
            "url": "https://translations.documentfoundation.org/api/units/110320226/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.770718Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "See <link href=\"text/sbasic/python/python_listener.xhp\">Creating a Listener</link>"
            ],
            "previous_source": "",
            "target": [
                "Consulteu <link href=\"text/sbasic/python/pythonlistener.xhp\">Crea un oient</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/110300898/?format=api",
            "priority": 100,
            "id": 110320231,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=8ddbc01ad316abf6",
            "url": "https://translations.documentfoundation.org/api/units/110320231/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.772367Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "See UNO data types"
            ],
            "previous_source": "",
            "target": [
                "Vegeu els tipus de dades UNO"
            ],
            "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/110300915/?format=api",
            "priority": 100,
            "id": 110320236,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=3144d2ad74abea3a",
            "url": "https://translations.documentfoundation.org/api/units/110320236/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.773739Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Importing an embedded Module"
            ],
            "previous_source": "",
            "target": [
                "Importar un mòdul incrustat"
            ],
            "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/110300925/?format=api",
            "priority": 100,
            "id": 110320240,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=1f0adf3c922f0f2d",
            "url": "https://translations.documentfoundation.org/api/units/110320240/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.775041Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "De manera similar al Basic de %PRODUCTNAME que admet la navegació i la càrrega dinàmica de llibreries, les llibreries de Python es poden explorar i importar sota demanda. Per obtenir més informació sobre els contenidors de llibreries, visiteu la <link href=\"https://api.libreoffice.org/\">La interfície de programació d'aplicacions (API)</link> de %PRODUCTNAME o descarregueu <link href=\"https://www. libreoffice.org/download/download/\">Kit de desenvolupament de programari (SDK)</link> de %PRODUCTNAME"
            ],
            "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/110300938/?format=api",
            "priority": 100,
            "id": 110320249,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=6cd8424d5526bc5d",
            "url": "https://translations.documentfoundation.org/api/units/110320249/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.793107Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Importing a Python document embedded module is illustrated below, exception handling is not detailed:"
            ],
            "previous_source": "",
            "target": [
                "La importació d'un mòdul incrustat de documents Python s'il·lustra a continuació, no es detalla la gestió de les excepcions:"
            ],
            "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/110300954/?format=api",
            "priority": 100,
            "id": 110320253,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=87c42e600755adaf",
            "url": "https://translations.documentfoundation.org/api/units/110320253/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.799963Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "\"\"\" load library and import module"
            ],
            "previous_source": "",
            "target": [
                "\"\"\" càrrega de la biblioteca i importació del mòdul"
            ],
            "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/110300965/?format=api",
            "priority": 100,
            "id": 110320256,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=d7403fa942d6e065",
            "url": "https://translations.documentfoundation.org/api/units/110320256/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.804588Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Adapted from 'Bibliothèque de fonctions' by Hubert Lambert"
            ],
            "previous_source": "",
            "target": [
                "Adaptat de «Bibliothèque de fonctions» d'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/110300979/?format=api",
            "priority": 100,
            "id": 110320260,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=100921f6c36f2f3d",
            "url": "https://translations.documentfoundation.org/api/units/110320260/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.806774Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "at https://forum.openoffice.org/fr/forum/viewtopic.php?p=286213\"\"\""
            ],
            "previous_source": "",
            "target": [
                "a 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/110300985/?format=api",
            "priority": 100,
            "id": 110320264,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=9938f84f2d3f6704",
            "url": "https://translations.documentfoundation.org/api/units/110320264/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.808887Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "doc = XSCRIPTCONTEXT.getDocument()  # current document"
            ],
            "previous_source": "",
            "target": [
                "doc = XSCRIPTCONTEXT.getDocument()  # document actual"
            ],
            "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/110300995/?format=api",
            "priority": 100,
            "id": 110320269,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=2f7ae4a0b3ee9ca2",
            "url": "https://translations.documentfoundation.org/api/units/110320269/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.813849Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "if not url in sys.path:  # add path if necessary"
            ],
            "previous_source": "",
            "target": [
                "if not url in sys.path:  # addició del camí, si cal"
            ],
            "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/110301007/?format=api",
            "priority": 100,
            "id": 110320276,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=9ada40d1e9ae0496",
            "url": "https://translations.documentfoundation.org/api/units/110320276/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.818278Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "sys.path.insert(0, url)  # doclib takes precedence"
            ],
            "previous_source": "",
            "target": [
                "sys.path.insert(0 url) # doclib té prioritat"
            ],
            "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/110301022/?format=api",
            "priority": 100,
            "id": 110320284,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=3e5b138574958712",
            "url": "https://translations.documentfoundation.org/api/units/110320284/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.821263Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "if module_name:  # import if requested"
            ],
            "previous_source": "",
            "target": [
                "if module_name:  # importació, si s'ha sol·licitat"
            ],
            "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/110301035/?format=api",
            "priority": 100,
            "id": 110320288,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=0b15da40bee4fcac",
            "url": "https://translations.documentfoundation.org/api/units/110320288/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.823685Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "ui = load_library(\"my_gui\",'screen_io')  # add <lib> path + import <module>"
            ],
            "previous_source": "",
            "target": [
                "ui = loadlibrary(\"mygui\"'screenio') # afegeix <lib>camí + importa <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/110301043/?format=api",
            "priority": 100,
            "id": 110320294,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=3b783387393da447",
            "url": "https://translations.documentfoundation.org/api/units/110320294/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.825833Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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\">GA Basic UNO Objects Funcions i Serveis</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/110301049/?format=api",
            "priority": 100,
            "id": 110320297,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=35dd997e64662011",
            "url": "https://translations.documentfoundation.org/api/units/110320297/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.827898Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Python : Screen Input/Output"
            ],
            "previous_source": "",
            "target": [
                "Python: entrada i sortida de i cap a la pantalla"
            ],
            "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/110301062/?format=api",
            "priority": 100,
            "id": 110320308,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=4345b28d23ec109c",
            "url": "https://translations.documentfoundation.org/api/units/110320308/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.851629Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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>GA Python;InputBox</bookmark_value> <bookmark_value>Python;MsgBox</bookmark_value> <bookmark_value>Python;Print</bookmark_value> <bookmark_value>API;script.provider.MasterScriptProvider Entrada/sortida de pantalla</bookmark_value> <bookmark_value>API;script.provider.XScript Entrada/sortida de pantalla</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/110301066/?format=api",
            "priority": 100,
            "id": 110320311,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=62eb737516337bb5",
            "url": "https://translations.documentfoundation.org/api/units/110320311/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.856114Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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\">Entrada/sortida a pantalla</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/110301070/?format=api",
            "priority": 100,
            "id": 110320315,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=af195271eaaefd87",
            "url": "https://translations.documentfoundation.org/api/units/110320315/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.858783Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "El fitxer de sortida estàndard de Python no està disponible quan s'executen macros de Python des del menú <menuitem>Eines ▸ Macros ▸ Executa una macro</menuitem>. Presentar la sortida d'un mòdul requereix la consola interactiva de Python. Les funcionalitats com <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> i <literal>str()</literal> estan disponibles a l'intèrpret d'ordres de Python."
            ],
            "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/110301073/?format=api",
            "priority": 100,
            "id": 110320321,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=34a76deabdeb1f19",
            "url": "https://translations.documentfoundation.org/api/units/110320321/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:34.864021Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "El mòdul Python de %PRODUCTNAME <literal>msgbox</literal> proposa un mètode <literal>msgbox()</literal> que s'il·lustra a <link href=\"text/sbasic/python/python_handler.xhp\">Crear un oient d'esdeveniments</link> i pàgines d'exemple <link href=\"text/sbasic/python/python_handler.xhp\">Creació d'un gestor de diàlegs</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/110301076/?format=api",
            "priority": 100,
            "id": 110320368,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=bedfe901e477185f",
            "url": "https://translations.documentfoundation.org/api/units/110320368/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.120417Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "El %PRODUCTNAME Basic proposa funcions <literal>InputBox()</literal> <literal>XYGbox()</literal> i <literal>Print()</literal> screen screen I/O. Hi ha alternatives Python que depenen de les crides de funció Python a Basic. Aquesta última proposa una sintaxi que és intencionalment propera a la del Basic i utilitza un mòdul Python al costat d'un mòdul Basic. L'API Scripting Framework s'utilitza per realitzar crides de funcions bàsiques BeanShell JavaScript i Python inter-languages."
            ],
            "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/110301079/?format=api",
            "priority": 100,
            "id": 110320371,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=6fa5a0c8f3970e7a",
            "url": "https://translations.documentfoundation.org/api/units/110320371/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.125961Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Python syntax:"
            ],
            "previous_source": "",
            "target": [
                "Sintaxi del Python:"
            ],
            "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/110301081/?format=api",
            "priority": 100,
            "id": 110320374,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=f9e439c68abe7eeb",
            "url": "https://translations.documentfoundation.org/api/units/110320374/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.129728Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Examples:"
            ],
            "previous_source": "",
            "target": [
                "Exemples:"
            ],
            "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/110301083/?format=api",
            "priority": 100,
            "id": 110320376,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=47fb98d930746741",
            "url": "https://translations.documentfoundation.org/api/units/110320376/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.132047Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Installation:"
            ],
            "previous_source": "",
            "target": [
                "Instal·lació:"
            ],
            "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/110301085/?format=api",
            "priority": 100,
            "id": 110320378,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=1a1332ba8b6887d7",
            "url": "https://translations.documentfoundation.org/api/units/110320378/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.134227Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "Copia el mòdul de Python <literal>screenio</literal> a <link href=\"text/sbasic/python/pythonlocations.xhp\">Les meves macros</link> a <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/110301087/?format=api",
            "priority": 100,
            "id": 110320381,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=829b0f2ac7b9c663",
            "url": "https://translations.documentfoundation.org/api/units/110320381/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.136167Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?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": [
                "Copia el mòdul de Basic <literal>uiScripts</literal> a la llibreria estàndard Basic <link href=\"text/sbasic/python/pythonlocations.xhp\">Les meves macros</link>"
            ],
            "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/110301108/?format=api",
            "priority": 100,
            "id": 110320385,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=52fa595ab1cce041",
            "url": "https://translations.documentfoundation.org/api/units/110320385/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.139705Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "Restart %PRODUCTNAME."
            ],
            "previous_source": "",
            "target": [
                "Torneu a iniciar el %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/110301123/?format=api",
            "priority": 100,
            "id": 110320386,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=137ceff7c25e165f",
            "url": "https://translations.documentfoundation.org/api/units/110320386/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.141045Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "<literal>screen_io</literal> Python module"
            ],
            "previous_source": "",
            "target": [
                "Mòdul <literal>screen_io</literal> de Python"
            ],
            "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/110301137/?format=api",
            "priority": 100,
            "id": 110320387,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=782d1c7df0626c30",
            "url": "https://translations.documentfoundation.org/api/units/110320387/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.142075Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicpython/ca/?format=api",
            "source": [
                "\"\"\" Displays a dialog box containing a message and returns a value.\"\"\""
            ],
            "previous_source": "",
            "target": [
                "\"\"\" Mostra un quadre de diàleg que conté un missatge i retorna un valor.\"\"\""
            ],
            "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/110301149/?format=api",
            "priority": 100,
            "id": 110320388,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsbasicpython/ca/?checksum=cf05fe45a33a9da7",
            "url": "https://translations.documentfoundation.org/api/units/110320388/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-01T18:06:35.143313Z"
        }
    ]
}