Translation components API.

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

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

{
    "count": 240,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/units/?format=api&page=4",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<bookmark_value>module/dialog toggle</bookmark_value>   <bookmark_value>dialogs;using Basic to show (example)</bookmark_value>   <bookmark_value>examples; showing a dialog with Basic</bookmark_value>   <bookmark_value>Tools;LoadDialog</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>modul/dialog veksle</bookmark_value><bookmark_value>dialoger; bruk av Basic for å vise (eksempel)</bookmark_value>.  <bookmark_value>eksempel; vis en dialog med Basic</bookmark_value>   <bookmark_value>Verktøy;LoadDialog</bookmark_value>"
            ],
            "id_hash": -4640915154703364388,
            "content_hash": -4640915154703364388,
            "location": "show_dialog.xhp",
            "context": "show_dialog.xhp\nbm_id3154140\nhelp.text",
            "note": "biDaS",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 201,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543102/?format=api",
            "priority": 100,
            "id": 98675623,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=3f982841632dcedc",
            "url": "https://translations.documentfoundation.org/api/units/98675623/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.331213Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\">Opening a Dialog With Basic</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\">Åpner en Dialog med Basic</link></variable>"
            ],
            "id_hash": -6086554627096019718,
            "content_hash": -6086554627096019718,
            "location": "show_dialog.xhp",
            "context": "show_dialog.xhp\nhd_id3154140\nhelp.text",
            "note": "TArAY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 202,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543148/?format=api",
            "priority": 100,
            "id": 98675636,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=2b8836d089ee7cfa",
            "url": "https://translations.documentfoundation.org/api/units/98675636/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.343681Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
            ],
            "previous_source": "",
            "target": [
                "Gå ut av dialogvindu-redigeringen ved å trykke på navnefliken til modulen dialogvinduet er tilkoblet, i <item type=\"productname\">%PRODUCTNAME</item> BASIC-vinduet. Navnefliken er nederst i vinduet."
            ],
            "id_hash": 295036555391629590,
            "content_hash": 295036555391629590,
            "location": "show_dialog.xhp",
            "context": "show_dialog.xhp\npar_id3145171\nhelp.text",
            "note": "PXLvB",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 203,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543186/?format=api",
            "priority": 100,
            "id": 98675647,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=84182e2f17df7916",
            "url": "https://translations.documentfoundation.org/api/units/98675647/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.348251Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
            ],
            "previous_source": "",
            "target": [
                "Skriv inn følgende kode for underprogrammet kalt <emph>VisDialogvindu1</emph>. I dette eksempelet blir dialogvinduet du laget, kalt \"Dialogvindu1\":"
            ],
            "id_hash": 8289621367492606702,
            "content_hash": 8289621367492606702,
            "location": "show_dialog.xhp",
            "context": "show_dialog.xhp\npar_id3153968\nhelp.text",
            "note": "SyMUQ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 204,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543220/?format=api",
            "priority": 100,
            "id": 98675663,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=f30aa6b6a3e27aee",
            "url": "https://translations.documentfoundation.org/api/units/98675663/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.355186Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Without using \"LoadDialog\" you can call the code as follows:"
            ],
            "previous_source": "",
            "target": [
                "For å ikke bruke funksjonen \"LoadDialog\" kan du bruke følgende kode i steden:"
            ],
            "id_hash": 7870732724738898515,
            "content_hash": 7870732724738898515,
            "location": "show_dialog.xhp",
            "context": "show_dialog.xhp\npar_id3152596\nhelp.text",
            "note": "ytWYo",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 205,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543258/?format=api",
            "priority": 100,
            "id": 98675669,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=ed3a75b6541aba53",
            "url": "https://translations.documentfoundation.org/api/units/98675669/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.357123Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "When you execute this code, \"Dialog1\" opens. To close the dialog, click the close button (x) on its title bar."
            ],
            "previous_source": "",
            "target": [
                "\"Dialogvindu1\" åpner når du kjører denne koden. For å lukke dialogvinduet klikker du lukkeknappen (x) på tittellinjen."
            ],
            "id_hash": 4420021832369600826,
            "content_hash": 4420021832369600826,
            "location": "show_dialog.xhp",
            "context": "show_dialog.xhp\npar_id3153157\nhelp.text",
            "note": "DtP6k",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 206,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543299/?format=api",
            "priority": 100,
            "id": 98675673,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=bd57127031dc793a",
            "url": "https://translations.documentfoundation.org/api/units/98675673/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.358815Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Translation of Controls in the Dialog Editor"
            ],
            "previous_source": "",
            "target": [
                "Oversetting av kontrollelementer i redigeringsprogrammet for dialogvinduer"
            ],
            "id_hash": 4723571255419248266,
            "content_hash": 4723571255419248266,
            "location": "translation.xhp",
            "context": "translation.xhp\ntit\nhelp.text",
            "note": "s79uv",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 207,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543334/?format=api",
            "priority": 100,
            "id": 98675679,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=c18d7f07be829e8a",
            "url": "https://translations.documentfoundation.org/api/units/98675679/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.360629Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<bookmark_value>dialogs;translating</bookmark_value><bookmark_value>localizing dialogs</bookmark_value><bookmark_value>translating dialogs</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>dialogvinduer;oversetting</bookmark_value><bookmark_value>lokalisere dialogvinduer</bookmark_value><bookmark_value>oversette dialogvinduer</bookmark_value>"
            ],
            "id_hash": -9073485602308317217,
            "content_hash": -9073485602308317217,
            "location": "translation.xhp",
            "context": "translation.xhp\nbm_id8915372\nhelp.text",
            "note": "76okP",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 208,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543364/?format=api",
            "priority": 100,
            "id": 98675692,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=021480eb07ca9fdf",
            "url": "https://translations.documentfoundation.org/api/units/98675692/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.363083Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<variable id=\"translation\"><link href=\"text/sbasic/guide/translation.xhp\">Translation of Controls in the Dialog Editor</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"translation\"><link href=\"text/sbasic/guide/translation.xhp\">Oversetting av kontrollelementer i redigeringsprogrammet for dialogvinduer</link></variable>"
            ],
            "id_hash": -6115544335677167022,
            "content_hash": -6115544335677167022,
            "location": "translation.xhp",
            "context": "translation.xhp\nhd_id3574896\nhelp.text",
            "note": "cTb7F",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 209,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543377/?format=api",
            "priority": 100,
            "id": 98675696,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=2b2138d407cf6a52",
            "url": "https://translations.documentfoundation.org/api/units/98675696/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.367203Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "The Language toolbar in the Basic IDE dialog editor shows controls to enable and manage localizable dialogs."
            ],
            "previous_source": "",
            "target": [
                "I dialogvinduredigeringen til Basic IDE vil verktøylinjen «Språk» inneholde kontroller du kan bruke til å slå på og behandle lokaliserte dialogvinduer."
            ],
            "id_hash": -7878819472555122610,
            "content_hash": -7878819472555122610,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id4601940\nhelp.text",
            "note": "FsUBB",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 210,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543426/?format=api",
            "priority": 100,
            "id": 98675701,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=12a8cf6ef8ebe04e",
            "url": "https://translations.documentfoundation.org/api/units/98675701/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.436545Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "By default, any dialog that you create only contains string resources for one language. You may want to create dialogs that automatically show localized strings according to the user's language settings."
            ],
            "previous_source": "",
            "target": [
                "Som standard har dialogvinduer du lager kun en strengressurs for språk. Men hva om du ønsker å lage dialogvinduer som automatisk viser teksten på brukerens språk?"
            ],
            "id_hash": 5714797162046678607,
            "content_hash": 5714797162046678607,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id9538560\nhelp.text",
            "note": "eGsqR",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 211,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543464/?format=api",
            "priority": 100,
            "id": 98675718,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=cf4f09bd9733e64f",
            "url": "https://translations.documentfoundation.org/api/units/98675718/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.444889Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<ahelp hid=\".\" visibility=\"hidden\">Select the language for the strings that you want to edit. Click the Manage Languages icon to add languages.</ahelp>"
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\".\" visibility=\"hidden\">Velg språket du ønsker å oversette til. Trykk knappen «Håndter språk» for å legge til støtte for flere.</ahelp>"
            ],
            "id_hash": 7734711926483209215,
            "content_hash": 7734711926483209215,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id6998809\nhelp.text",
            "note": "DP4Qb",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 212,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543495/?format=api",
            "priority": 100,
            "id": 98675723,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=eb57378452024bff",
            "url": "https://translations.documentfoundation.org/api/units/98675723/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.446845Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<ahelp hid=\".\" visibility=\"hidden\">Click a language, then click Default to set the language as default, or click Delete to remove the language from the list.</ahelp>"
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\".\" visibility=\"hidden\">Velg et språk, og trykk på «Standard» for å sette det som standardspråk. Trykk «Slett» hvis du ønsker å fjerne språket fra listen.</ahelp>"
            ],
            "id_hash": 7262903102475422639,
            "content_hash": 7262903102475422639,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id71413\nhelp.text",
            "note": "KQ48Z",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 213,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543527/?format=api",
            "priority": 100,
            "id": 98675755,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=e4cb03e425214baf",
            "url": "https://translations.documentfoundation.org/api/units/98675755/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.458495Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can add a language to the list.</ahelp>"
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\".\" visibility=\"hidden\">Åpner et dialogvindu hvor du kan legge til et språk i listen.</ahelp>"
            ],
            "id_hash": 518663474444538323,
            "content_hash": 518663474444538323,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id2924283\nhelp.text",
            "note": "gGdez",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 214,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543561/?format=api",
            "priority": 100,
            "id": 98675766,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=8732a9ae983c91d3",
            "url": "https://translations.documentfoundation.org/api/units/98675766/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.461879Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Delete to remove that language. When you remove all languages, the string resources for localizable dialogs are removed from all dialogs in the current library.</ahelp>"
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\".\" visibility=\"hidden\">Velg et språk fra listen og trykk «Slett» for å fjerne det. Hvis du fjerner et språk, blir tekstene på språket slettet fra alle dialogvinduer i samme bibliotek.</ahelp>"
            ],
            "id_hash": -8800620906833307490,
            "content_hash": -8800620906833307490,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id5781731\nhelp.text",
            "note": "VtLMy",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 215,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543611/?format=api",
            "priority": 100,
            "id": 98675774,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=05dde9e9b553189e",
            "url": "https://translations.documentfoundation.org/api/units/98675774/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.464990Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Default to set the language as default language.</ahelp>"
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\".\" visibility=\"hidden\">Velg et språk fra listen og trykk «Standard» for å sette det som standardspråk.</ahelp>"
            ],
            "id_hash": -5646211945932513495,
            "content_hash": -5646211945932513495,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id6942045\nhelp.text",
            "note": "UyizF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 216,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543644/?format=api",
            "priority": 100,
            "id": 98675798,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=31a4a0266c201f29",
            "url": "https://translations.documentfoundation.org/api/units/98675798/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.474749Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<ahelp hid=\".\" visibility=\"hidden\">The default language will be used as a source for all other language strings.</ahelp>"
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\".\" visibility=\"hidden\">Tekst på standardspråket blir brukt som kilde når du skal oversette til andre språk.</ahelp>"
            ],
            "id_hash": 133472438879371398,
            "content_hash": 133472438879371398,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id4721823\nhelp.text",
            "note": "VaSvA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 217,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543682/?format=api",
            "priority": 100,
            "id": 98675808,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=81da3079dab5c086",
            "url": "https://translations.documentfoundation.org/api/units/98675808/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.479112Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "<ahelp hid=\".\" visibility=\"hidden\">Add UI languages for your dialog strings.</ahelp>"
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\".\" visibility=\"hidden\">Legg til brukergrensesnitt-språk for dialogvinduet.</ahelp>"
            ],
            "id_hash": 6223959246900029191,
            "content_hash": 6223959246900029191,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id5806756\nhelp.text",
            "note": "bJz7U",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 218,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543726/?format=api",
            "priority": 100,
            "id": 98675811,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=d65ff1f587fbe707",
            "url": "https://translations.documentfoundation.org/api/units/98675811/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.567872Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "To enable localizable dialogs"
            ],
            "previous_source": "",
            "target": [
                "For å slå på lokaliserte dialogvinduer:"
            ],
            "id_hash": -1800641210436793873,
            "content_hash": -1800641210436793873,
            "location": "translation.xhp",
            "context": "translation.xhp\nhd_id6596881\nhelp.text",
            "note": "Aa3HD",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 219,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543764/?format=api",
            "priority": 100,
            "id": 98675815,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=6702d65bfbfc49ef",
            "url": "https://translations.documentfoundation.org/api/units/98675815/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.571063Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "In the Basic IDE dialog editor, open the Language toolbar choosing <item type=\"menuitem\">View - Toolbars - Language</item>."
            ],
            "previous_source": "",
            "target": [
                "Åpne verktøylinjen «Språk» fra redigeringsprogrammet for dialogvinduer i Basic ved å velge <item type=\"menuitem\">Vis → Verktøylinjer → Språk</item>."
            ],
            "id_hash": -977780349584128305,
            "content_hash": -977780349584128305,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id8750572\nhelp.text",
            "note": "uS4tc",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 220,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543796/?format=api",
            "priority": 100,
            "id": 98675819,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=726e39f3daae46cf",
            "url": "https://translations.documentfoundation.org/api/units/98675819/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.573450Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "If the current library already contains a localizable dialog, the Language toolbar is shown automatically."
            ],
            "previous_source": "",
            "target": [
                "verktøylinjen «Språk» vises automatisk hvis det gjeldende biblioteket allerede inneholder et lokalisert dialogvindu."
            ],
            "id_hash": -5551564971298818231,
            "content_hash": -5551564971298818231,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id2224494\nhelp.text",
            "note": "df3mU",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 221,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translations.documentfoundation.org/api/units/98543971/?format=api",
            "priority": 100,
            "id": 98675825,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=32f4e112723b7749",
            "url": "https://translations.documentfoundation.org/api/units/98675825/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.575949Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Click the <emph>Manage Languages</emph> icon<image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">Manage Language icon</alt></image> on the Language toolbar or on the Toolbox bar."
            ],
            "previous_source": "",
            "target": [
                "Trykk ikonet <emph>Håndter Språk</emph><image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">ikon for Håndter Språk</alt></image> på verktøylinjene Språk eller Verktøykasse."
            ],
            "id_hash": 937556484914047658,
            "content_hash": 937556484914047658,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id7359233\nhelp.text",
            "note": "8TG4p",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 222,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544017/?format=api",
            "priority": 100,
            "id": 98675832,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=8d02dea7d82a6aaa",
            "url": "https://translations.documentfoundation.org/api/units/98675832/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.578362Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "You see the Manage User Interface Language dialog. The dialog manages languages for the current library. The name of the current library is shown on the title bar."
            ],
            "previous_source": "",
            "target": [
                "Du ser her dialogvinduet for å håndtere språk for det gjeldende biblioteket. Navnet på det gjeldende biblioteket vises i tittellinjen."
            ],
            "id_hash": -6946963538027910078,
            "content_hash": -6946963538027910078,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id6549272\nhelp.text",
            "note": "MHDVd",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 223,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544052/?format=api",
            "priority": 100,
            "id": 98675836,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=1f976d7800416c42",
            "url": "https://translations.documentfoundation.org/api/units/98675836/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.580591Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Click Add in the dialog to add a language entry."
            ],
            "previous_source": "",
            "target": [
                "Trykk på «Legg til» i dialogvinduet for å legge til en språkoppføring."
            ],
            "id_hash": 7075224910451303760,
            "content_hash": 7075224910451303760,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id6529740\nhelp.text",
            "note": "AbvXT",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 224,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544085/?format=api",
            "priority": 100,
            "id": 98675842,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=e2303f91e571e550",
            "url": "https://translations.documentfoundation.org/api/units/98675842/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.582502Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "This step enables all new dialogs to contain localizable string resources."
            ],
            "previous_source": "",
            "target": [
                "Dette steget lar alle nye dialogvinduer inneholde lokaliserbare strengressurser."
            ],
            "id_hash": -4845695793220749660,
            "content_hash": -4845695793220749660,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id7811822\nhelp.text",
            "note": "xFFkk",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 225,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544112/?format=api",
            "priority": 100,
            "id": 98675850,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=3cc0a1598378f6a4",
            "url": "https://translations.documentfoundation.org/api/units/98675850/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.586941Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "The first time you click Add, you see the Set Default User Interface Language dialog. The following times you click Add, this dialog has the name Add User Interface Language."
            ],
            "previous_source": "",
            "target": [
                "Første gangen du klikker \"Legg Til\", vises dialogvinduet for å angi språk for brukergrensesnittet."
            ],
            "id_hash": 80208531527249701,
            "content_hash": 80208531527249701,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id9121982\nhelp.text",
            "note": "3FvoR",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 226,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544152/?format=api",
            "priority": 100,
            "id": 98675859,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=811cf53c05a32f25",
            "url": "https://translations.documentfoundation.org/api/units/98675859/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.590986Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "You can also change the default language in the Manage User Interface Language dialog."
            ],
            "previous_source": "",
            "target": [
                "Du kan også endre standardspråk i dialogvinduet"
            ],
            "id_hash": -6550736697239329964,
            "content_hash": -6550736697239329964,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id3640247\nhelp.text",
            "note": "iPpFn",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 227,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544183/?format=api",
            "priority": 100,
            "id": 98675869,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=25171bae5fef2354",
            "url": "https://translations.documentfoundation.org/api/units/98675869/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.595013Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Select a language."
            ],
            "previous_source": "",
            "target": [
                "Velg et språk."
            ],
            "id_hash": -938713728937131498,
            "content_hash": -938713728937131498,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id3808404\nhelp.text",
            "note": "LBJMN",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 228,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544219/?format=api",
            "priority": 100,
            "id": 98675873,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=72f904d648eb8216",
            "url": "https://translations.documentfoundation.org/api/units/98675873/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.596832Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "This adds string resources to contain the translated versions of all strings to the dialog properties. The set of dialog strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings."
            ],
            "previous_source": "",
            "target": [
                "Dette legger til strengressurser som inneholder oversatte versjoner av alle strengene for dialogeigenskapene. Dialogstrengene for standardspråket blir kopierte til det nye strengsettet. Senare kan du bytta til det nye språket og oversette strengene."
            ],
            "id_hash": -1891531110459464110,
            "content_hash": -1891531110459464110,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id4585100\nhelp.text",
            "note": "EzFFM",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 229,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 46,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544245/?format=api",
            "priority": 100,
            "id": 98675882,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=65bfee7a0f76a652",
            "url": "https://translations.documentfoundation.org/api/units/98675882/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.602588Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Close the dialog or add additional languages."
            ],
            "previous_source": "",
            "target": [
                "Lukk dialogvinduet eller legg til flere språk."
            ],
            "id_hash": -17398727763275989,
            "content_hash": -17398727763275989,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id2394482\nhelp.text",
            "note": "cfjJ8",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 230,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544336/?format=api",
            "priority": 100,
            "id": 98675887,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=7fc22ff304204f2b",
            "url": "https://translations.documentfoundation.org/api/units/98675887/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.604640Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "To edit localizable controls in your dialog"
            ],
            "previous_source": "",
            "target": [
                "For å redigere lokaliserbare kontrollelementer i dialogvinduet"
            ],
            "id_hash": 5977396665686014900,
            "content_hash": 5977396665686014900,
            "location": "translation.xhp",
            "context": "translation.xhp\nhd_id631733\nhelp.text",
            "note": "B5tJ2",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 231,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544367/?format=api",
            "priority": 100,
            "id": 98675891,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=d2f3fa990bd1bbb4",
            "url": "https://translations.documentfoundation.org/api/units/98675891/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.606132Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Once you have added the resources for localizable strings in your dialogs, you can select the current language from the Current Language listbox on the Language toolbar."
            ],
            "previous_source": "",
            "target": [
                "Når du har lagt til resursene for lokaliserbare strenger i dialogvinduene, kan du velge språk fra nedtrekkslisten i verktøylinjen for språk."
            ],
            "id_hash": 3249594578154962751,
            "content_hash": 3249594578154962751,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id2334665\nhelp.text",
            "note": "hrvxW",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 232,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544399/?format=api",
            "priority": 100,
            "id": 98675895,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=ad18e10d3ef63f3f",
            "url": "https://translations.documentfoundation.org/api/units/98675895/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.607511Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Switch the Current Language listbox to display the default language."
            ],
            "previous_source": "",
            "target": [
                "Endrer valgt språk til standardsråket"
            ],
            "id_hash": 7091287205976072256,
            "content_hash": 7091287205976072256,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id8956572\nhelp.text",
            "note": "igvyu",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 233,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544430/?format=api",
            "priority": 100,
            "id": 98675900,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=e26950248079e040",
            "url": "https://translations.documentfoundation.org/api/units/98675900/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.608910Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Insert any number of controls to your dialog and enter all strings you want."
            ],
            "previous_source": "",
            "target": [
                "Sett inn så mange kontroller og strenger som du ønsker i dialogvinduet."
            ],
            "id_hash": 6830540660276772047,
            "content_hash": 6830540660276772047,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id500808\nhelp.text",
            "note": "N6mRS",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 234,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544455/?format=api",
            "priority": 100,
            "id": 98675906,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=decaf48a6fa8bccf",
            "url": "https://translations.documentfoundation.org/api/units/98675906/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.610390Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Select another language in the Current Language listbox."
            ],
            "previous_source": "",
            "target": [
                "Velg et annet språk i nedtrekkslisten med gjeldende språk."
            ],
            "id_hash": 5065168965769761184,
            "content_hash": 5065168965769761184,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id8366649\nhelp.text",
            "note": "CWNb6",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 235,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544489/?format=api",
            "priority": 100,
            "id": 98675911,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=c64b1856840a11a0",
            "url": "https://translations.documentfoundation.org/api/units/98675911/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.611813Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Using the control's property dialogs, edit all strings to the other language."
            ],
            "previous_source": "",
            "target": [
                "Du kan redigere alle strengene til det andre språket ved hjelp av egenskapsdialogene for kontrollene."
            ],
            "id_hash": -6077699612214715207,
            "content_hash": -6077699612214715207,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id476393\nhelp.text",
            "note": "x82BH",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 236,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544530/?format=api",
            "priority": 100,
            "id": 98675916,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=2ba7ac675a699cb9",
            "url": "https://translations.documentfoundation.org/api/units/98675916/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:53.613089Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "Repeat for all languages that you added."
            ],
            "previous_source": "",
            "target": [
                "Gjenta for alle språk du har lagt til."
            ],
            "id_hash": 4618462614273590911,
            "content_hash": 4618462614273590911,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id2655720\nhelp.text",
            "note": "C5qAe",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 237,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544557/?format=api",
            "priority": 100,
            "id": 98675919,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=c01813472c33067f",
            "url": "https://translations.documentfoundation.org/api/units/98675919/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:54.074114Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language."
            ],
            "previous_source": "",
            "target": [
                "Brukerne av dialogvinduet vil se strengene i brukergrensesnittet på språket som er valgt for %PRODUCTNAME dersom du har lagt til strenger i det språket."
            ],
            "id_hash": -1577980114065739727,
            "content_hash": -1577980114065739727,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id3682058\nhelp.text",
            "note": "GXnCr",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 238,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544582/?format=api",
            "priority": 100,
            "id": 98675922,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=6a19e3725e7b3031",
            "url": "https://translations.documentfoundation.org/api/units/98675922/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:54.076465Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "If no language matches the user's version, the user will see the default language strings."
            ],
            "previous_source": "",
            "target": [
                "Dersom ingen av språkene passer det brukarens språk, blir standardspråket brukt."
            ],
            "id_hash": 7138822270622922079,
            "content_hash": 7138822270622922079,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id5977965\nhelp.text",
            "note": "BGLJn",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 239,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544610/?format=api",
            "priority": 100,
            "id": 98675929,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=e31231083320755f",
            "url": "https://translations.documentfoundation.org/api/units/98675929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:54.079320Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/nb_NO/?format=api",
            "source": [
                "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
            ],
            "previous_source": "",
            "target": [
                "Hvis brukeren har en eldre versjon av %PRODUCTNAME uten støtte for lokaliserbare strengressurser i dialogvinduer i Basic, vil strengene for standardspråket vises."
            ],
            "id_hash": -3827321425225100230,
            "content_hash": -3827321425225100230,
            "location": "translation.xhp",
            "context": "translation.xhp\npar_id3050325\nhelp.text",
            "note": "ckw8S",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 240,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translations.documentfoundation.org/api/units/98544647/?format=api",
            "priority": 100,
            "id": 98675937,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicguide/nb_NO/?checksum=4ae29f711837543a",
            "url": "https://translations.documentfoundation.org/api/units/98675937/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:31:54.081980Z"
        }
    ]
}