Translation components API.

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

GET /api/translations/xwiki-contrib/custom-field-authenticator/ko/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-contrib/custom-field-authenticator/ko/?format=api",
            "source": [
                "Custom Field Authenticator"
            ],
            "previous_source": "",
            "target": [
                "사용자 정의 필드 인증자"
            ],
            "id_hash": 7322816019605283054,
            "content_hash": -2040220524349766339,
            "location": "",
            "context": "security.authservice.service.customfield.name",
            "note": "###############################################################################\n# This contains the translations of the module in the default language\n# (generally English).\n#\n# Translation key syntax:\n#   <short top level project name>.<short module name>.<propertyName>\n#   where:\n#   * <short top level project name> = top level project name without the \"xwiki-\" prefix,\n#                                     for example: commons, rendering, platform, enterprise, manager, etc\n#   * <short module name> = the name of the Maven module without the <short top level project name> prefix,\n#                           for example: oldcore, scheduler, activitystream, etc\n#   * <propertyName> = the name of the property using camel case,\n#                      for example updateJobClassCommitComment\n#\n# Comments: it's possible to add some detail about a key to make easier to\n#   translate it by adding a comment before it. To make sure a comment is not\n#   assigned to the following key use at least three sharps (###) for the comment\n#   or after it.\n#\n# Deprecated keys:\n#   * when deleting a key it should be moved to deprecated section at the end\n#     of the file (between #@deprecatedstart and #@deprecatedend) and associated to the\n#     first version in which it started to be deprecated\n#   * when renaming a key, it should be moved to the same deprecated section\n#     and a comment should be added with the following syntax:\n#     #@deprecated new.key.name\n#     old.key.name=Some translation\n###############################################################################\n\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": 3,
            "source_unit": "https://l10n.xwiki.org/api/units/563989/?format=api",
            "priority": 100,
            "id": 573839,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/custom-field-authenticator/ko/?checksum=e59fde5f341ce0ee",
            "url": "https://l10n.xwiki.org/api/units/573839/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-28T12:53:43.164113Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/custom-field-authenticator/ko/?format=api",
            "source": [
                "XWiki authenticator based on a configurable field instead of the user identifier"
            ],
            "previous_source": "",
            "target": [
                "사용자 식별자 대신 구성 가능한 필드를 기반으로 하는 XWiki 인증자"
            ],
            "id_hash": 9115426055077006295,
            "content_hash": -3889111741995555242,
            "location": "",
            "context": "security.authservice.service.customfield.description",
            "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": 12,
            "source_unit": "https://l10n.xwiki.org/api/units/563990/?format=api",
            "priority": 100,
            "id": 573840,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/custom-field-authenticator/ko/?checksum=fe807fb395348bd7",
            "url": "https://l10n.xwiki.org/api/units/573840/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-28T12:53:43.167736Z"
        }
    ]
}