Translation components API.

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

GET /api/translations/andrew-bibb/cmst/it/units/?format=api&page=40
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1183,
    "next": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/units/?format=api&page=41",
    "previous": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/units/?format=api&page=39",
    "results": [
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Enable Start Options from GUI (right hand pane)",
            "previous_source": "",
            "target": "",
            "id_hash": 8572513412356889579,
            "content_hash": 8572513412356889579,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1194",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 198,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "priority": 100,
            "id": 294650,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=f6f7af8787cddbeb",
            "url": "https://translate.lxqt-project.org/api/units/294650/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "<html><head/><body><p>These entries control various options for CMST at program start. Changing or setting these will only take effect at the next program start. </p><p>All of these options are available from the command line, and if a command line option is provided it will take precedence over these settings.</p></body></html>",
            "previous_source": "",
            "target": "",
            "id_hash": 8206613355593079966,
            "content_hash": 8206613355593079966,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1377",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 208,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "priority": 100,
            "id": 294651,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=f1e3bf5dcd1a1c9e",
            "url": "https://translate.lxqt-project.org/api/units/294651/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Start Up Options",
            "previous_source": "",
            "target": "",
            "id_hash": 8438170885142384504,
            "content_hash": 8438170885142384504,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1380",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 209,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "priority": 100,
            "id": 294652,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=f51a67b672f48f78",
            "url": "https://translate.lxqt-project.org/api/units/294652/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "<html><head/><body><p>Programs or processes to execute after various events occur.</p><p>If the program or process requires command line arguments provide them here just as if you were typing at a command line. Example:</p><p><span style=\" font-weight:600;\">/path/to/program arg1 arg2 arg3</span></p><p>Two events are checked. <span style=\" font-weight:600;\">Before Connecting</span> events are called after the Connect button is pressed in either the Wireless or VPN tabs. The program or process in the Execute box will only be executed prior to making a connection for the service shown in the Service box.  It will not be called when connecting to any other service.</p><p>The program or process in the <span style=\" font-weight:600;\">After Connecting</span> box will be called after Connman enters the ready or online state.</p><p><br/></p></body></html>",
            "previous_source": "",
            "target": "",
            "id_hash": -7306595213685379512,
            "content_hash": -7306595213685379512,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1639",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 215,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 116,
            "priority": 100,
            "id": 294653,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=1a99c25d7ab6ae48",
            "url": "https://translate.lxqt-project.org/api/units/294653/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "<html><head/><body><p>This area is to specify a program or process to run after a wifi or vpn service button is pressed, but before the connect method is sent to ConnMan. This is mainly used to modify a .cmst.config file which seems useful to modify certain short lived entries for openConnect vpn connections.</p><p>The program or process in the <span style=\" font-weight:600;\">Execute</span> box will only be executed prior to making a connection for the single service shown in the <span style=\" font-weight:600;\">Service</span> box. It will not be called when connecting to any other service. If a .cmst.config file is to be modified a check must in the <span style=\" font-weight:600;\">Modify Service File</span> box and the path and name of the file to be modified must be provided.</p><p>To modify a .cmst.config file CMST will read stdout of the program or process being called. Program output should be individual lines in KEY=VALUE format. If KEY exists in the .cmst.config file it will be replaced by the new VALUE. If KEY does not exist it will be appended. </p></body></html>",
            "previous_source": "",
            "target": "",
            "id_hash": 5823590606936190305,
            "content_hash": 5823590606936190305,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1661",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 216,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 173,
            "priority": 100,
            "id": 294654,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=d0d18ccd63bbad61",
            "url": "https://translate.lxqt-project.org/api/units/294654/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Before Connecting",
            "previous_source": "",
            "target": "",
            "id_hash": -145581337765497292,
            "content_hash": -145581337765497292,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1664",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 217,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 294655,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=7dfaca8b6c8fb634",
            "url": "https://translate.lxqt-project.org/api/units/294655/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "<html><head/><body><p>Enter the program or process to be executed before Connman initiates a connection to the service listed in the box above. If left blank no program or process will be executed.</p></body></html>",
            "previous_source": "",
            "target": "",
            "id_hash": 954174563145419799,
            "content_hash": 954174563145419799,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1680",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 218,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "priority": 100,
            "id": 294656,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=8d3de8b5b1ff0c17",
            "url": "https://translate.lxqt-project.org/api/units/294656/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Execute:",
            "previous_source": "",
            "target": "",
            "id_hash": -6559875554193604004,
            "content_hash": -6559875554193604004,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1683",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 219,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 294657,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=24f6a3f06d85825c",
            "url": "https://translate.lxqt-project.org/api/units/294657/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Specify the service you are connecting to where you want a program or process to execute prior to initiating the connection.",
            "previous_source": "",
            "target": "",
            "id_hash": 297416517586462491,
            "content_hash": 297416517586462491,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1703",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 220,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "priority": 100,
            "id": 294658,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=8420a2bf3913271b",
            "url": "https://translate.lxqt-project.org/api/units/294658/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "<html><head/><body><p>If checked the configuration file shown below will be modified by whatever output the program provides.</p></body></html>",
            "previous_source": "",
            "target": "",
            "id_hash": 2057626901901040959,
            "content_hash": 2057626901901040959,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1718",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 221,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "priority": 100,
            "id": 294659,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=9c8e28c3f8195d3f",
            "url": "https://translate.lxqt-project.org/api/units/294659/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Modify Service File",
            "previous_source": "",
            "target": "",
            "id_hash": 8344175126152802114,
            "content_hash": 8344175126152802114,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1721",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 222,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "priority": 100,
            "id": 294660,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=f3cc771161fcef42",
            "url": "https://translate.lxqt-project.org/api/units/294660/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Service configuration file to be modified by the program.",
            "previous_source": "",
            "target": "",
            "id_hash": 6911739387501594200,
            "content_hash": 6911739387501594200,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1730",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 223,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "priority": 100,
            "id": 294661,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=dfeb6e5a5c1bc658",
            "url": "https://translate.lxqt-project.org/api/units/294661/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "FIle: ",
            "previous_source": "",
            "target": "",
            "id_hash": 8206286883748805946,
            "content_hash": 8206286883748805946,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1733",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 224,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 294662,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=f1e2967126cb7d3a",
            "url": "https://translate.lxqt-project.org/api/units/294662/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { white-space: pre-wrap; }\n</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Enter the program or process to be executed after Connman enters the <span style=\" font-weight:600;\">Ready</span> or <span style=\" font-weight:600;\">Online</span> state.  If left blank no program or process will be executed.</p></body></html>",
            "previous_source": "",
            "target": "",
            "id_hash": -5084538741165804358,
            "content_hash": -5084538741165804358,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1770",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 225,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "priority": 100,
            "id": 294663,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=397016f43619b4ba",
            "url": "https://translate.lxqt-project.org/api/units/294663/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "After Connecting",
            "previous_source": "",
            "target": "",
            "id_hash": -8638937038953837835,
            "content_hash": -8638937038953837835,
            "location": "../apps/cmstapp/code/control_box/ui/controlbox.ui:1777",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 226,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 294664,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=81c5488bc310af5",
            "url": "https://translate.lxqt-project.org/api/units/294664/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Ethernet Connection\n",
            "previous_source": "",
            "target": "",
            "id_hash": -8020323431547666992,
            "content_hash": -8020323431547666992,
            "location": "../apps/cmstapp/code/control_box/controlbox.cpp:2433",
            "context": "ControlBox\nicon_tool_tip",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 274,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 294666,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=10b216551edbfdd0",
            "url": "https://translate.lxqt-project.org/api/units/294666/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Service: %1\n",
            "previous_source": "",
            "target": "",
            "id_hash": -8154195492806797238,
            "content_hash": -8154195492806797238,
            "location": "../apps/cmstapp/code/control_box/controlbox.cpp:2434, ../apps/cmstapp/code/control_box/controlbox.cpp:2462",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 275,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 294667,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=ed67a66ee28d84a",
            "url": "https://translate.lxqt-project.org/api/units/294667/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "WiFi Connection\n",
            "previous_source": "",
            "target": "",
            "id_hash": -1588209325129127030,
            "content_hash": -1588209325129127030,
            "location": "../apps/cmstapp/code/control_box/controlbox.cpp:2440",
            "context": "ControlBox\nicon_tool_tip",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 276,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 294668,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=69f58c0892b72b8a",
            "url": "https://translate.lxqt-project.org/api/units/294668/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "SSID: %1\n",
            "previous_source": "",
            "target": "",
            "id_hash": 7843689194349381835,
            "content_hash": 7843689194349381835,
            "location": "../apps/cmstapp/code/control_box/controlbox.cpp:2442",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 277,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 294669,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=ecda61c3bdc3c8cb",
            "url": "https://translate.lxqt-project.org/api/units/294669/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/andrew-bibb/cmst/it/?format=api",
            "source": "Security: %1\n",
            "previous_source": "",
            "target": "",
            "id_hash": -600184996607698189,
            "content_hash": -600184996607698189,
            "location": "../apps/cmstapp/code/control_box/controlbox.cpp:2447",
            "context": "ControlBox",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 278,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 294670,
            "web_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/it/?checksum=77abb6ecedaddaf3",
            "url": "https://translate.lxqt-project.org/api/units/294670/?format=api"
        }
    ]
}