Translation components API.

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

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

{
    "count": 4721,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/units/?format=api&page=51",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/units/?format=api&page=49",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<emph>end:</emph> Numeric variable that defines the final value at the end of the loop."
            ],
            "previous_source": "",
            "target": [
                "<emph>end:</emph> Číselná proměnná určující konečnou hodnotu čítače smyčky."
            ],
            "id_hash": 1568467266329472851,
            "content_hash": 1568467266329472851,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3151043\nhelp.text",
            "note": "u8ZEL",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2451,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520467/?format=api",
            "priority": 100,
            "id": 99073098,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=95c450ab2b656f53",
            "url": "https://translations.documentfoundation.org/api/units/99073098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:50.404215Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<emph>step:</emph> Sets the value by which to increase or decrease the loop counter. If <literal>step</literal> is not specified, the loop counter is incremented by 1. In this case, <literal>end</literal> must be greater than <literal>start</literal>. If you want to decrease <literal>counter</literal>, <literal>end</literal> must be less than <literal>start</literal>, and <literal>step</literal> must be assigned a negative value."
            ],
            "previous_source": "",
            "target": [
                "<emph>step:</emph> Nastaví hodnotu kroku, o kterou se zvyšuje nebo snižuje čítač smyčky. Pokud není <literal>step</literal> určen, zvyšuje se čítač o 1. V tom případě musí být <literal>end</literal> větší než <literal>start</literal>. Pokud chcete <literal>counter</literal> snižovat, musí být <literal>end</literal> menší než <literal>start</literal> a <literal>step</literal> musí mít zápornou hodnotu."
            ],
            "id_hash": 7200652697064848938,
            "content_hash": 7200652697064848938,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3156281\nhelp.text",
            "note": "TmxSC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2452,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 54,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520508/?format=api",
            "priority": 100,
            "id": 99073102,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=e3eddb7a2f823e2a",
            "url": "https://translations.documentfoundation.org/api/units/99073102/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:50.405847Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters."
            ],
            "previous_source": "",
            "target": [
                "Smyčka <emph>For...Next</emph> provádí všechny příkazy ve smyčce po určený počet opakování."
            ],
            "id_hash": -6119038415340249446,
            "content_hash": -6119038415340249446,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3154684\nhelp.text",
            "note": "VMWd9",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2453,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520567/?format=api",
            "priority": 100,
            "id": 99073114,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=2b14cefb36acde9a",
            "url": "https://translations.documentfoundation.org/api/units/99073114/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:50.411998Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "As the <literal>counter</literal> variable is decreased, %PRODUCTNAME Basic checks if the <literal>end</literal> value has been reached. As soon as the <literal>counter</literal> passes the <literal>end</literal> value, the loop automatically terminates."
            ],
            "previous_source": "",
            "target": [
                "Při snižování nebo zvyšování hodnoty <literal>counter</literal> $[officename] Basic kontroluje, zda již čítač dosáhl nebo překročil koncovou hodnotu <literal>end</literal>. Jakmile k tomu dojde, smyčka automaticky skončí."
            ],
            "id_hash": -8406350031932468558,
            "content_hash": -8406350031932468558,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3147287\nhelp.text",
            "note": "6pQ2G",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2454,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 29,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520613/?format=api",
            "priority": 100,
            "id": 99073118,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=0b56a52f491252b2",
            "url": "https://translations.documentfoundation.org/api/units/99073118/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:50.417770Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "It is possible to nest <emph>For...Next</emph> statements. If you do not specify a variable following the <emph>Next</emph> statement, <emph>Next</emph> automatically refers to the most recent <emph>For</emph> statement."
            ],
            "previous_source": "",
            "target": [
                "Příkazy <emph>For...Next</emph> je možné vkládat do sebe (vnořovat). Pokud za příkazem <emph>Next</emph> nezadáte proměnnou, automaticky odkazuje na nejbližší poslední příkaz <emph>For</emph>."
            ],
            "id_hash": -7034143904126043477,
            "content_hash": -7034143904126043477,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3159154\nhelp.text",
            "note": "hFEyc",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2455,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 27,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520695/?format=api",
            "priority": 100,
            "id": 99073148,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=1e61b3633f967aab",
            "url": "https://translations.documentfoundation.org/api/units/99073148/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.661594Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
            ],
            "previous_source": "",
            "target": [
                "Pokud určíte krok 0, příkazy mezi <emph>For</emph> a <emph>Next</emph> se opakují neustále."
            ],
            "id_hash": -6206598682678731035,
            "content_hash": -6206598682678731035,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3155306\nhelp.text",
            "note": "73dKb",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2456,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520762/?format=api",
            "priority": 100,
            "id": 99073160,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=29ddbb61cf86dee5",
            "url": "https://translations.documentfoundation.org/api/units/99073160/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.673800Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "When counting down the counter variable, %PRODUCTNAME Basic checks for overflow or underflow. The loop ends when <literal>counter</literal> exceeds <literal>end</literal> (positive Step value) or is less than <literal>end</literal> (negative Step value)."
            ],
            "previous_source": "",
            "target": [
                "Při snižování či zvyšování čítače kontroluje %PRODUCTNAME Basic přetečení nebo podtečení. Smyčka skončí, když <literal>counter</literal> překročí hodnotu <literal>end</literal> (kladný krok) nebo je menší než hodnota <literal>end</literal> (záporný krok)."
            ],
            "id_hash": -8945849608758221612,
            "content_hash": -8945849608758221612,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3155854\nhelp.text",
            "note": "Xxfcy",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2457,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520795/?format=api",
            "priority": 100,
            "id": 99073162,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=03d9f52d8fe624d4",
            "url": "https://translations.documentfoundation.org/api/units/99073162/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.676157Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:"
            ],
            "previous_source": "",
            "target": [
                "Pro bezpodmínečné ukončení smyčky použijte příkaz <emph>Exit For</emph>. Tento příkaz musí být ve smyčce <emph>For...Next</emph>. Pro ukončovací podmínku je možné použít příkaz <emph>If...Then</emph>:"
            ],
            "id_hash": -8739615201941469609,
            "content_hash": -8739615201941469609,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3145273\nhelp.text",
            "note": "DNpBx",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2458,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520859/?format=api",
            "priority": 100,
            "id": 99073165,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=06b6a6473eacc657",
            "url": "https://translations.documentfoundation.org/api/units/99073165/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.678347Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "statement-block"
            ],
            "previous_source": "",
            "target": [
                "blok příkazů"
            ],
            "id_hash": 1072776737887404822,
            "content_hash": 1072776737887404822,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id621586522583437\nhelp.text",
            "note": "M36BA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2459,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520904/?format=api",
            "priority": 100,
            "id": 99073169,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=8ee344c26114c316",
            "url": "https://translations.documentfoundation.org/api/units/99073169/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.767347Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "statement-block"
            ],
            "previous_source": "",
            "target": [
                "blok příkazů"
            ],
            "id_hash": -5579984829909806550,
            "content_hash": -5579984829909806550,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id711586522584013\nhelp.text",
            "note": "k56rG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2460,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520937/?format=api",
            "priority": 100,
            "id": 99073172,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=328fe95c7928522a",
            "url": "https://translations.documentfoundation.org/api/units/99073172/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.769072Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
            ],
            "previous_source": "",
            "target": [
                "Ve vnořených smyčkách <emph>For...Next</emph> platí, že pokud použijete bezpodmínečné ukončení <emph>Exit For</emph>, ukončí se jen jedna smyčka."
            ],
            "id_hash": -4015760197583035898,
            "content_hash": -4015760197583035898,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3156286\nhelp.text",
            "note": "C2e3R",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2461,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translations.documentfoundation.org/api/units/98520968/?format=api",
            "priority": 100,
            "id": 99073175,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=484527606fe92206",
            "url": "https://translations.documentfoundation.org/api/units/99073175/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.774136Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Examples"
            ],
            "previous_source": "",
            "target": [
                "Příklady"
            ],
            "id_hash": 3636802070230955983,
            "content_hash": 3636802070230955983,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nhd_id3148457\nhelp.text",
            "note": "Xo6Nj",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2462,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521020/?format=api",
            "priority": 100,
            "id": 99073177,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=b2788436da8577cf",
            "url": "https://translations.documentfoundation.org/api/units/99073177/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.776928Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that is filled with various contents:"
            ],
            "previous_source": "",
            "target": [
                "V následujícím příkladě jsou použity dvě vnořené smyčky k seřazení skupiny řetězců s 10 prvky ( sEntry() ), které jsou naplněny různým obsahem:"
            ],
            "id_hash": -1336764930285624859,
            "content_hash": -1336764930285624859,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id3151074\nhelp.text",
            "note": "mdCY2",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2463,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521049/?format=api",
            "priority": 100,
            "id": 99073180,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=6d72db60de2021e5",
            "url": "https://translations.documentfoundation.org/api/units/99073180/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.983313Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "This explores the content of an array to display each item it contains."
            ],
            "previous_source": "",
            "target": [
                "Tento příklad ukazuje, jak zobrazit obsah každé položky pole."
            ],
            "id_hash": -6699701481310923983,
            "content_hash": -6699701481310923983,
            "location": "03090202.xhp",
            "context": "03090202.xhp\npar_id561586524231943\nhelp.text",
            "note": "uEoLD",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2464,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521086/?format=api",
            "priority": 100,
            "id": 99073185,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=2305e0ffd14dd331",
            "url": "https://translations.documentfoundation.org/api/units/99073185/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.992372Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Sub list_iteration"
            ],
            "previous_source": "",
            "target": [
                "Sub list_iteration"
            ],
            "id_hash": -2450193280054610887,
            "content_hash": -2450193280054610887,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id511586523090639\nhelp.text",
            "note": "TGDLQ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2465,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521128/?format=api",
            "priority": 100,
            "id": 99073188,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=5dff2a31874bb439",
            "url": "https://translations.documentfoundation.org/api/units/99073188/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.995054Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "cutlery = Array(\"fork\", \"knife\", \"spoon\")"
            ],
            "previous_source": "",
            "target": [
                "cutlery = Array(\"fork\", \"knife\", \"spoon\")"
            ],
            "id_hash": 1615749387781767457,
            "content_hash": 1615749387781767457,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id391586523091799\nhelp.text",
            "note": "biVQS",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2466,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521178/?format=api",
            "priority": 100,
            "id": 99073191,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=966c4b81f0c98121",
            "url": "https://translations.documentfoundation.org/api/units/99073191/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.997175Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "For Each item in cutlery"
            ],
            "previous_source": "",
            "target": [
                "For Each item in cutlery"
            ],
            "id_hash": 2030615693036146978,
            "content_hash": 2030615693036146978,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id811586523092655\nhelp.text",
            "note": "AupdW",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2467,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521230/?format=api",
            "priority": 100,
            "id": 99073197,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=9c2e3236d2c0d122",
            "url": "https://translations.documentfoundation.org/api/units/99073197/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:51.999384Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Print item"
            ],
            "previous_source": "",
            "target": [
                "Print item"
            ],
            "id_hash": -2188652407774109758,
            "content_hash": -2188652407774109758,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id271586523092911\nhelp.text",
            "note": "BdxhG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2468,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521284/?format=api",
            "priority": 100,
            "id": 99073202,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=61a0583b29d21fc2",
            "url": "https://translations.documentfoundation.org/api/units/99073202/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.001672Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Next ' item"
            ],
            "previous_source": "",
            "target": [
                "Next ' item"
            ],
            "id_hash": 6179078955909572480,
            "content_hash": 6179078955909572480,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id941586523093415\nhelp.text",
            "note": "Pjkxm",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2469,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521313/?format=api",
            "priority": 100,
            "id": 99073211,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=d5c07f927e14e780",
            "url": "https://translations.documentfoundation.org/api/units/99073211/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.007030Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "End Sub"
            ],
            "previous_source": "",
            "target": [
                "End Sub"
            ],
            "id_hash": -7995744795024413246,
            "content_hash": -7995744795024413246,
            "location": "03090202.xhp",
            "context": "03090202.xhp\nbas_id301586523093607\nhelp.text",
            "note": "ArG25",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2470,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521334/?format=api",
            "priority": 100,
            "id": 99073213,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=11096878e1e42dc2",
            "url": "https://translations.documentfoundation.org/api/units/99073213/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.098677Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "While...Wend Statement"
            ],
            "previous_source": "",
            "target": [
                "Příkaz While...Wend"
            ],
            "id_hash": 1134832509949099052,
            "content_hash": 1134832509949099052,
            "location": "03090203.xhp",
            "context": "03090203.xhp\ntit\nhelp.text",
            "note": "GD68h",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2471,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521358/?format=api",
            "priority": 100,
            "id": 99073215,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=8fbfbc27bb14bc2c",
            "url": "https://translations.documentfoundation.org/api/units/99073215/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.100932Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<bookmark_value>While;While...Wend loop</bookmark_value>    <bookmark_value>While;While Wend loop</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>While;While...Wend</bookmark_value>    <bookmark_value>While;While Wend</bookmark_value>"
            ],
            "id_hash": 5297786355326550025,
            "content_hash": 5297786355326550025,
            "location": "03090203.xhp",
            "context": "03090203.xhp\nbm_id3150400\nhelp.text",
            "note": "MB6No",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2472,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521399/?format=api",
            "priority": 100,
            "id": 99073218,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=c985849f0d268009",
            "url": "https://translations.documentfoundation.org/api/units/99073218/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.102529Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<link href=\"text/sbasic/shared/03090203.xhp\">While...Wend Statement</link>"
            ],
            "previous_source": "",
            "target": [
                "<link href=\"text/sbasic/shared/03090203.xhp\">Příkaz While...Wend</link>"
            ],
            "id_hash": -5115645142111284293,
            "content_hash": -5115645142111284293,
            "location": "03090203.xhp",
            "context": "03090203.xhp\nhd_id3150400\nhelp.text",
            "note": "piD5w",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2473,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521431/?format=api",
            "priority": 100,
            "id": 99073219,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=390193d8db8113bb",
            "url": "https://translations.documentfoundation.org/api/units/99073219/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.104260Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "When a program encounters a <literal>While</literal> statement, it tests the condition. If the condition is <literal>False</literal>, the program continues directly following the <literal>Wend</literal> statement. If the condition is <literal>True</literal>, the loop is executed until the program finds <literal>Wend</literal> and then jumps back to the <emph>While</emph> statement. If the condition is still <literal>True</literal>, the loop is executed again."
            ],
            "previous_source": "",
            "target": [
                "Když program narazí na příkaz <literal>While</literal>, ověří podmínku. Je-li podmínka <literal>False</literal>, program pokračuje přímo příkazem následujícím za příkazem <literal>Wend</literal>. Je-li podmínka <literal>True</literal>, provádí se smyčka, dokud program nenarazí na <literal>Wend</literal> a poté přejde zpět na příkaz <emph>While</emph>. Smyčka se spouští stále znovu, dokud je podmínka <literal>True</literal>."
            ],
            "id_hash": 6589728847849202807,
            "content_hash": 6589728847849202807,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id3151211\nhelp.text",
            "note": "QMYRt",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2474,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 57,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521471/?format=api",
            "priority": 100,
            "id": 99073224,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=db736b7926322477",
            "url": "https://translations.documentfoundation.org/api/units/99073224/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.107880Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\">Exit</link>. Never exit a <literal>While...Wend</literal> loop with <link href=\"text/sbasic/shared/03090302.xhp\">GoTo</link>, since this can cause a run-time error."
            ],
            "previous_source": "",
            "target": [
                "Na rozdíl od příkazu <link href=\"text/sbasic/shared/03090201.xhp\">Do...Loop</link> není možné smyčku <emph>While...Wend</emph> přerušit pomocí příkazu <link href=\"text/sbasic/shared/03090412.xhp\">Exit</link>. Nikdy neukončujte smyčku <literal>While...Wend</literal> příkazem <link href=\"text/sbasic/shared/03090302.xhp\">GoTo</link>. Pokus o takovou akci způsobí běhovou chybu."
            ],
            "id_hash": -856001106511441665,
            "content_hash": -856001106511441665,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id3151041\nhelp.text",
            "note": "McvNv",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2475,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521487/?format=api",
            "priority": 100,
            "id": 99073229,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=741edf87670b50ff",
            "url": "https://translations.documentfoundation.org/api/units/99073229/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.110323Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "A <literal>Do...Loop</literal> is more flexible than a <literal>While...Wend.</literal>"
            ],
            "previous_source": "",
            "target": [
                "Smyčka <literal>Do...Loop</literal> je flexibilnější než <literal>While...Wend</literal>."
            ],
            "id_hash": 5019337351256136271,
            "content_hash": 5019337351256136271,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id3145172\nhelp.text",
            "note": "s8j22",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2476,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521515/?format=api",
            "priority": 100,
            "id": 99073234,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=c5a844ba3578da4f",
            "url": "https://translations.documentfoundation.org/api/units/99073234/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.112167Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<image src=\"media/helpimg/sbasic/While_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">While syntax</alt></image>"
            ],
            "previous_source": "",
            "target": [
                "<image src=\"media/helpimg/sbasic/While_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Syntaxe While</alt></image>"
            ],
            "id_hash": -3937496258076050071,
            "content_hash": -3937496258076050071,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id831588865616326\nhelp.text",
            "note": "DB6ZD",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2477,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521552/?format=api",
            "priority": 100,
            "id": 99073238,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=495b3403d8f27d69",
            "url": "https://translations.documentfoundation.org/api/units/99073238/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.113610Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "sText =\"This is a short text\""
            ],
            "previous_source": "",
            "target": [
                "sText =\"Toto je text\""
            ],
            "id_hash": -8917117268986013544,
            "content_hash": -8917117268986013544,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id3155306\nhelp.text",
            "note": "DZ929",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2478,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521600/?format=api",
            "priority": 100,
            "id": 99073242,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=04400916b9965898",
            "url": "https://translations.documentfoundation.org/api/units/99073242/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.115004Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "MsgBox sText,0,\"Text encoded\""
            ],
            "previous_source": "",
            "target": [
                "MsgBox sText,0,\"Text encoded\""
            ],
            "id_hash": 4642103244118398288,
            "content_hash": 4642103244118398288,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id3153189\nhelp.text",
            "note": "ATdAF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2479,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521648/?format=api",
            "priority": 100,
            "id": 99073246,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=c06c104e3c5d9550",
            "url": "https://translations.documentfoundation.org/api/units/99073246/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.116297Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<link href=\"text/sbasic/shared/03090201.xhp\">Do...Until</link> or <link href=\"text/sbasic/shared/03090201.xhp\">Do...While</link> statement"
            ],
            "previous_source": "",
            "target": [
                "Příkaz <link href=\"text/sbasic/shared/03090201.xhp\">Do...Until</link> nebo <link href=\"text/sbasic/shared/03090201.xhp\">Do...While</link>"
            ],
            "id_hash": 4781560957257161277,
            "content_hash": 4781560957257161277,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id161588865796615\nhelp.text",
            "note": "Tu4uw",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2480,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521671/?format=api",
            "priority": 100,
            "id": 99073251,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=c25b845b59309a3d",
            "url": "https://translations.documentfoundation.org/api/units/99073251/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.775740Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<link href=\"text/sbasic/shared/03090412.xhp\">Exit</link> statement"
            ],
            "previous_source": "",
            "target": [
                "Příkaz <link href=\"text/sbasic/shared/03090412.xhp\">Exit</link>"
            ],
            "id_hash": -4482441031449465428,
            "content_hash": -4482441031449465428,
            "location": "03090203.xhp",
            "context": "03090203.xhp\npar_id281588865818334\nhelp.text",
            "note": "CroFU",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2481,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521714/?format=api",
            "priority": 100,
            "id": 99073259,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=41cb2ba181d1adac",
            "url": "https://translations.documentfoundation.org/api/units/99073259/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.781086Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Jumps"
            ],
            "previous_source": "",
            "target": [
                "Skoky"
            ],
            "id_hash": -2938507150196830705,
            "content_hash": -2938507150196830705,
            "location": "03090300.xhp",
            "context": "03090300.xhp\ntit\nhelp.text",
            "note": "kSjtx",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2482,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521759/?format=api",
            "priority": 100,
            "id": 99073264,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=57385350d6928e0f",
            "url": "https://translations.documentfoundation.org/api/units/99073264/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.784684Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<link href=\"text/sbasic/shared/03090300.xhp\">Jumps</link>"
            ],
            "previous_source": "",
            "target": [
                "<link href=\"text/sbasic/shared/03090300.xhp\">Skoky</link>"
            ],
            "id_hash": 4659384305223255460,
            "content_hash": 4659384305223255460,
            "location": "03090300.xhp",
            "context": "03090300.xhp\nhd_id3151262\nhelp.text",
            "note": "hMrhK",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2483,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521804/?format=api",
            "priority": 100,
            "id": 99073269,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=c0a97556d0dcc5a4",
            "url": "https://translations.documentfoundation.org/api/units/99073269/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.788756Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "The following statements execute jumps."
            ],
            "previous_source": "",
            "target": [
                "Následující příkazy provádějí skoky."
            ],
            "id_hash": -3118062198961795351,
            "content_hash": -3118062198961795351,
            "location": "03090300.xhp",
            "context": "03090300.xhp\npar_id3148983\nhelp.text",
            "note": "eLVNY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2484,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521833/?format=api",
            "priority": 100,
            "id": 99073275,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=54ba6af3434f0ee9",
            "url": "https://translations.documentfoundation.org/api/units/99073275/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.793856Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "GoSub...Return Statement"
            ],
            "previous_source": "",
            "target": [
                "Příkaz GoSub...Return"
            ],
            "id_hash": 2767575997980278364,
            "content_hash": 2767575997980278364,
            "location": "03090301.xhp",
            "context": "03090301.xhp\ntit\nhelp.text",
            "note": "egdwE",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2485,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521897/?format=api",
            "priority": 100,
            "id": 99073280,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=a66867b4f882fe5c",
            "url": "https://translations.documentfoundation.org/api/units/99073280/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.796490Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<bookmark_value>GoSub...Return statement</bookmark_value>  <bookmark_value>label; in GoSub...Return statement</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>GoSub...Return</bookmark_value><bookmark_value>návěstí;v příkazu GoSub...Return</bookmark_value>"
            ],
            "id_hash": -7857254510064350174,
            "content_hash": -7857254510064350174,
            "location": "03090301.xhp",
            "context": "03090301.xhp\nbm_id3147242\nhelp.text",
            "note": "EhtAB",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2486,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521941/?format=api",
            "priority": 100,
            "id": 99073284,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=12f56ca711c74c22",
            "url": "https://translations.documentfoundation.org/api/units/99073284/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.798688Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<variable id=\"GoSubh1\"><link href=\"text/sbasic/shared/03090301.xhp\">GoSub...Return Statement</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"GoSubh1\"><link href=\"text/sbasic/shared/03090301.xhp\">Příkaz GoSub...Return</link></variable>"
            ],
            "id_hash": 8565141604822031298,
            "content_hash": 8565141604822031298,
            "location": "03090301.xhp",
            "context": "03090301.xhp\nhd_id3147242\nhelp.text",
            "note": "cfNGR",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2487,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98521976/?format=api",
            "priority": 100,
            "id": 99073288,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=f6dd7ee8d6561bc2",
            "url": "https://translations.documentfoundation.org/api/units/99073288/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.903266Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Calls a subroutine that is indicated by a label inside a <literal>Sub</literal> or a <literal>Function</literal>. The statements following the label are executed until the next <literal>Return</literal> statement. Afterwards, the program continues with the statement that follows the <literal>GoSub</literal> statement."
            ],
            "previous_source": "",
            "target": [
                "Zavolá podprogram, který je určen návěstím u příkazu <literal>Sub</literal> nebo <literal>Function</literal>. Příkazy následující po názvu se spouští, dokud program nenarazí na příkaz <literal>Return</literal>. Poté program pokračuje příkazem následujícím po příkazu <literal>GoSub</literal>."
            ],
            "id_hash": 8428826441102734980,
            "content_hash": 8428826441102734980,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3145316\nhelp.text",
            "note": "HSYep",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2488,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522007/?format=api",
            "priority": 100,
            "id": 99073299,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=f4f934fd87593684",
            "url": "https://translations.documentfoundation.org/api/units/99073299/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.910153Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "GoSub label[:]"
            ],
            "previous_source": "",
            "target": [
                "GoSub návěstí[:]"
            ],
            "id_hash": -5408074026043647011,
            "content_hash": -5408074026043647011,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3145069\nhelp.text",
            "note": "g6Wgg",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2489,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522037/?format=api",
            "priority": 100,
            "id": 99073311,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=34f2a95396a6dbdd",
            "url": "https://translations.documentfoundation.org/api/units/99073311/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.915197Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "<emph>label: </emph>A line identifier indicating where to continue execution. The scope of a label in that of the routine it belongs to."
            ],
            "previous_source": "",
            "target": [
                "<emph>návěstí:</emph> Identifikátor řádku udávající, kde má spuštěný program pokračovat. Návěstí se nachází v téže oblasti platnosti jako funkce, k níž náleží."
            ],
            "id_hash": 8540792956089308088,
            "content_hash": 8540792956089308088,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id471588670859073\nhelp.text",
            "note": "krBDs",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2490,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522062/?format=api",
            "priority": 100,
            "id": 99073316,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=f686fdf147dc93b8",
            "url": "https://translations.documentfoundation.org/api/units/99073316/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.917425Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "The <literal>GoSub</literal> statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")."
            ],
            "previous_source": "",
            "target": [
                "Příkaz <literal>GoSub</literal> zavolá místní podprogram určený návěstím. Návěstí musí končit dvojtečkou (\":\")."
            ],
            "id_hash": 2977468409494097786,
            "content_hash": 2977468409494097786,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3147318\nhelp.text",
            "note": "sqKLC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2491,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522093/?format=api",
            "priority": 100,
            "id": 99073322,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=a95217be3dd7cf7a",
            "url": "https://translations.documentfoundation.org/api/units/99073322/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.919726Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "' statements"
            ],
            "previous_source": "",
            "target": [
                "' příkazy"
            ],
            "id_hash": 9076620447411323852,
            "content_hash": 9076620447411323852,
            "location": "03090301.xhp",
            "context": "03090301.xhp\nbas_id411588670455217\nhelp.text",
            "note": "CfgLj",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2492,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522130/?format=api",
            "priority": 100,
            "id": 99073323,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=fdf6a234f8ffc3cc",
            "url": "https://translations.documentfoundation.org/api/units/99073323/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.921896Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "' statements"
            ],
            "previous_source": "",
            "target": [
                "' příkazy"
            ],
            "id_hash": 383077201788565791,
            "content_hash": 383077201788565791,
            "location": "03090301.xhp",
            "context": "03090301.xhp\nbas_id421588670457589\nhelp.text",
            "note": "hGEZe",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2493,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522175/?format=api",
            "priority": 100,
            "id": 99073325,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=8550f6af7628791f",
            "url": "https://translations.documentfoundation.org/api/units/99073325/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.923553Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "' statements"
            ],
            "previous_source": "",
            "target": [
                "' příkazy"
            ],
            "id_hash": 2081144599373314359,
            "content_hash": 2081144599373314359,
            "location": "03090301.xhp",
            "context": "03090301.xhp\nbas_id171588670458263\nhelp.text",
            "note": "a8NbA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2494,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522224/?format=api",
            "priority": 100,
            "id": 99073330,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=9ce1b5fc9bde7937",
            "url": "https://translations.documentfoundation.org/api/units/99073330/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.924945Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
            ],
            "previous_source": "",
            "target": [
                "Pokud program narazí na příkaz Return, kterému nepředchází <emph>GoSub</emph>, $[officename] Basic vrátí chybovou zprávu. Pomocí <emph>Exit Sub</emph> nebo <emph>Exit Function</emph> zajistíte, že program opustí Sub nebo Function před dosažením příkazu Return."
            ],
            "id_hash": -2811461207270579265,
            "content_hash": -2811461207270579265,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3153190\nhelp.text",
            "note": "X2mAh",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2495,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522240/?format=api",
            "priority": 100,
            "id": 99073333,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=58fbaeed80d8a3bf",
            "url": "https://translations.documentfoundation.org/api/units/99073333/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.926360Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
            ],
            "previous_source": "",
            "target": [
                "Následující příklad demonstruje použití <emph>GoSub</emph> a <emph>Return</emph>. Dvojitým spuštěním části programu se vypočte odmocnina dvou zadaných čísel."
            ],
            "id_hash": 2440815532560841564,
            "content_hash": 2440815532560841564,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3145799\nhelp.text",
            "note": "HZDqC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2496,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522281/?format=api",
            "priority": 100,
            "id": 99073338,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=a1df84cb7c8b7b5c",
            "url": "https://translations.documentfoundation.org/api/units/99073338/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.928322Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "iInputa = Int(InputBox(\"Enter the first number: \",\"NumberInput\"))"
            ],
            "previous_source": "",
            "target": [
                "iInputa = Int(InputBox(\"Zadejte první číslo: \",\"Číselný vstup\"))"
            ],
            "id_hash": -5791688460122185998,
            "content_hash": -5791688460122185998,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3146970\nhelp.text",
            "note": "JXEq5",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2497,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522341/?format=api",
            "priority": 100,
            "id": 99073341,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=2f9fca07fcb01ef2",
            "url": "https://translations.documentfoundation.org/api/units/99073341/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:52.930319Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "iInputb = Int(InputBox(\"Enter the second number: \",\"NumberInput\"))"
            ],
            "previous_source": "",
            "target": [
                "iInputb = Int(InputBox(\"Zadejte druhé číslo: \",\"Číselný vstup\"))"
            ],
            "id_hash": -1880485996575806090,
            "content_hash": -1880485996575806090,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3150329\nhelp.text",
            "note": "iC9jg",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2498,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522377/?format=api",
            "priority": 100,
            "id": 99073345,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=65e72bf30900ad76",
            "url": "https://translations.documentfoundation.org/api/units/99073345/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:53.009781Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Print \"The square root of\";iInputa;\" is\";iInputc"
            ],
            "previous_source": "",
            "target": [
                "Print \"Odmocnina z\";iInputa;\" je\";iInputc"
            ],
            "id_hash": -6996438353229582963,
            "content_hash": -6996438353229582963,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3154756\nhelp.text",
            "note": "LFYhz",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2499,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522436/?format=api",
            "priority": 100,
            "id": 99073349,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=1ee7a862eed4ed8d",
            "url": "https://translations.documentfoundation.org/api/units/99073349/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:53.014816Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "source": [
                "Print \"The square root of\";iInputb;\" is\";iInputc"
            ],
            "previous_source": "",
            "target": [
                "Print \"Odmocnina z\";iInputb;\" je\";iInputc"
            ],
            "id_hash": 6791152239325688761,
            "content_hash": 6791152239325688761,
            "location": "03090301.xhp",
            "context": "03090301.xhp\npar_id3147340\nhelp.text",
            "note": "hDCHM",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2500,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/98522479/?format=api",
            "priority": 100,
            "id": 99073353,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/?checksum=de3f04fb089b33b9",
            "url": "https://translations.documentfoundation.org/api/units/99073353/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:44:53.017035Z"
        }
    ]
}