Translation components API.

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

GET /api/translations/xwiki-platform/model-validation-api/fr/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": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/?format=api",
            "source": [
                "Cannot create document {0} because its name does not respect the name strategy of the wiki. Change the name or move the parent to another space."
            ],
            "previous_source": "",
            "target": [
                "Impossible de créer le document {0} car son nom ne respecte pas la stratégie de nommage du wiki. Veuillez modifier le nom de la page ou déplacer la page parente vers un autre espace."
            ],
            "id_hash": 197478625496318317,
            "content_hash": 7779878933803815173,
            "location": "",
            "context": "entitynamevalidation.create.invalidname",
            "note": "# ---------------------------------------------------------------------------\n# See the NOTICE file distributed with this work for additional\n# information regarding copyright ownership.\n#\n# This is free software; you can redistribute it and/or modify it\n# under the terms of the GNU Lesser General Public License as\n# published by the Free Software Foundation; either version 2.1 of\n# the License, or (at your option) any later version.\n#\n# This software is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this software; if not, write to the Free\n# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301 USA, or see the FSF site: http://www.fsf.org.\n# ---------------------------------------------------------------------------",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://l10n.xwiki.org/api/units/429130/?format=api",
            "priority": 100,
            "id": 429167,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/fr/?checksum=82bd95c37b70c16d",
            "url": "https://l10n.xwiki.org/api/units/429167/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-01-20T18:04:22.217727Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/?format=api",
            "source": [
                "Error while transforming the page title to a correct page name: the exact page title will be used."
            ],
            "previous_source": "",
            "target": [
                "Erreur lors de la transformation du titre de la page vers un nom de page correct : le titre exact de la page sera utilisé."
            ],
            "id_hash": -9121461374627291729,
            "content_hash": 4264186944276430414,
            "location": "",
            "context": "entitynamevalidation.nametransformation.error",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://l10n.xwiki.org/api/units/429131/?format=api",
            "priority": 100,
            "id": 429168,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/fr/?checksum=016a0f3514e4ddaf",
            "url": "https://l10n.xwiki.org/api/units/429168/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-01-20T18:04:22.235378Z"
        }
    ]
}