Translation components API.

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

GET /api/components/nebulo/menu-strings/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Menu strings",
    "slug": "menu-strings",
    "id": 5,
    "source_language": {
        "code": "en",
        "name": "English",
        "plural": {
            "id": 73,
            "source": 0,
            "number": 2,
            "formula": "n != 1",
            "type": 1
        },
        "aliases": [
            "en_en",
            "base",
            "source",
            "enp",
            "eng"
        ],
        "direction": "ltr",
        "population": 1636485035,
        "web_url": "https://weblate.frostnerd.com/languages/en/",
        "url": "https://weblate.frostnerd.com/api/languages/en/?format=api",
        "statistics_url": "https://weblate.frostnerd.com/api/languages/en/statistics/?format=api"
    },
    "project": {
        "name": "Nebulo",
        "slug": "nebulo",
        "id": 1,
        "web": "https://git.frostnerd.com/PublicAndroidApps/Smokescreen",
        "web_url": "https://weblate.frostnerd.com/projects/nebulo/",
        "url": "https://weblate.frostnerd.com/api/projects/nebulo/?format=api",
        "components_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/components/?format=api",
        "repository_url": "https://weblate.frostnerd.com/api/projects/nebulo/repository/?format=api",
        "statistics_url": "https://weblate.frostnerd.com/api/projects/nebulo/statistics/?format=api",
        "changes_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/changes/?format=api",
        "languages_url": "https://weblate.frostnerd.com/api/projects/nebulo/languages/?format=api",
        "translation_review": false,
        "source_review": false,
        "set_language_team": true,
        "instructions": "https://git.frostnerd.com/PublicAndroidApps/smokescreen/blob/master/TRANSLATING.md",
        "enable_hooks": true,
        "language_aliases": ""
    },
    "vcs": "git",
    "repo": "https://git.frostnerd.com/PublicAndroidApps/smokescreen",
    "git_export": "",
    "branch": "translations",
    "push_branch": "",
    "filemask": "app/src/main/res/values-*/strings-menu.xml",
    "template": "app/src/main/res/values/strings-menu.xml",
    "edit_template": true,
    "intermediate": "",
    "new_base": "",
    "file_format": "aresource",
    "license": "GPL-3.0-only",
    "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
    "agreement": "By providing translations you (the user) agree that:\r\n - The copyright to the translations stays with you\r\n - The translations are made available in source and binary form under the GPLv3 license as part of the Nebulo mobile application\r\n - You grant Daniel Wolf a non-retractable right to make use of the translations without restrictions and a non-retractable right to distribute them in both binary and source form\r\n - You've read the privacy statement (https://git.frostnerd.com/PublicAndroidApps/smokescreen/blob/master/TRANSLATING.md#privacy-policy) and agree to it\r\n - You've read the license terms (https://git.frostnerd.com/PublicAndroidApps/smokescreen/blob/master/TRANSLATING.md#license) and agree to them\r\n   - The license for the translations might change at any given point. Translations will always be Open-source, only the details might be adjusted in the future.\r\n\r\nIf wanted, your name can be added to the credits dialog of the app and to the credits of the source code after providing a translation.",
    "web_url": "https://weblate.frostnerd.com/projects/nebulo/menu-strings/",
    "url": "https://weblate.frostnerd.com/api/components/nebulo/menu-strings/?format=api",
    "repository_url": "https://weblate.frostnerd.com/api/components/nebulo/menu-strings/repository/?format=api",
    "translations_url": "https://weblate.frostnerd.com/api/components/nebulo/menu-strings/translations/?format=api",
    "statistics_url": "https://weblate.frostnerd.com/api/components/nebulo/menu-strings/statistics/?format=api",
    "lock_url": "https://weblate.frostnerd.com/api/components/nebulo/menu-strings/lock/?format=api",
    "links_url": "https://weblate.frostnerd.com/api/components/nebulo/menu-strings/links/?format=api",
    "changes_list_url": "https://weblate.frostnerd.com/api/components/nebulo/menu-strings/changes/?format=api",
    "task_url": null,
    "new_lang": "add",
    "language_code_style": "",
    "push": "https://git.frostnerd.com/PublicAndroidApps/smokescreen.git",
    "check_flags": "",
    "priority": 100,
    "enforced_checks": [],
    "restricted": false,
    "repoweb": "",
    "report_source_bugs": "",
    "merge_style": "rebase",
    "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
    "add_message": "Added translation using Weblate ({{ language_name }})",
    "delete_message": "Deleted translation using Weblate ({{ language_name }})",
    "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
    "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
    "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
    "allow_translation_propagation": true,
    "manage_units": true,
    "enable_suggestions": true,
    "suggestion_voting": false,
    "suggestion_autoaccept": 0,
    "push_on_commit": true,
    "commit_pending_age": 24,
    "auto_lock_error": true,
    "language_regex": "^[^.]+$",
    "variant_regex": "",
    "addons": [],
    "is_glossary": false,
    "glossary_color": "silver"
}