Translation components API.

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

GET /api/translations/ooops-mrp/ooops_remove_variant_limit/it/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops-mrp/ooops_remove_variant_limit/it/?format=api",
            "source": [
                "Product Template"
            ],
            "previous_source": "",
            "target": [
                "Modello prodotto"
            ],
            "id_hash": 2983134957671095655,
            "content_hash": 2983134957671095655,
            "location": "model:ir.model,name:ooops_remove_variant_limit.model_product_template",
            "context": "",
            "note": "module: ooops_remove_variant_limit",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "http://weblate.ops404.it/api/units/36688/?format=api",
            "priority": 100,
            "id": 36690,
            "web_url": "http://weblate.ops404.it/translate/ooops-mrp/ooops_remove_variant_limit/it/?checksum=a96639704d091d67",
            "url": "http://weblate.ops404.it/api/units/36690/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops-mrp/ooops_remove_variant_limit/it/?format=api",
            "source": [
                "The number of variants to generate is too high. You should either not generate variants for each combination or generate them on demand from the sales order. To do so, open the form view of attributes and change the mode of *Create Variants*."
            ],
            "previous_source": "",
            "target": [
                "Il numero di varianti da generare è troppo elevato. Evitare la generazione di varianti per ogni combinazione oppure effettuarla su richiesta dall'ordine di vendita. A tal fine, aprire la vista scheda degli attributi e modificare la *Modalità di creazione varianti*."
            ],
            "id_hash": -5908910666938329623,
            "content_hash": -5908910666938329623,
            "location": "code:addons/ooops_remove_variant_limit/models/product_template.py:71",
            "context": "",
            "note": "module: ooops_remove_variant_limit",
            "flags": "python-format",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "http://weblate.ops404.it/api/units/36689/?format=api",
            "priority": 100,
            "id": 36691,
            "web_url": "http://weblate.ops404.it/translate/ooops-mrp/ooops_remove_variant_limit/it/?checksum=2dff550e1f9fd5e9",
            "url": "http://weblate.ops404.it/api/units/36691/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}