Translation components API.

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

GET /api/translations/mobilizon/glossary/sv/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "id": 291,
        "code": "sv",
        "name": "Swedish",
        "plural": {
            "id": 291,
            "source": 0,
            "number": 2,
            "formula": "n != 1",
            "type": 1
        },
        "aliases": [
            "swe_se",
            "sve",
            "swe"
        ],
        "direction": "ltr",
        "population": 12932871,
        "web_url": "https://weblate.framasoft.org/languages/sv/",
        "url": "https://weblate.framasoft.org/api/languages/sv/?format=api",
        "statistics_url": "https://weblate.framasoft.org/api/languages/sv/statistics/?format=api"
    },
    "component": {
        "name": "Mobilizon",
        "slug": "glossary",
        "id": 103,
        "source_language": {
            "id": 76,
            "code": "en",
            "name": "English",
            "plural": {
                "id": 76,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "population": 1636485517,
            "web_url": "https://weblate.framasoft.org/languages/en/",
            "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
        },
        "project": {
            "name": "Mobilizon",
            "slug": "mobilizon",
            "id": 2,
            "web": "https://joinmobilizon.org/",
            "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
            "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
            "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
            "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
            "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
            "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
            "enable_hooks": true,
            "language_aliases": ""
        },
        "vcs": "local",
        "repo": "local:",
        "git_export": "https://weblate.framasoft.org/git/mobilizon/glossary/",
        "branch": "main",
        "push_branch": "",
        "filemask": "*.tbx",
        "screenshot_filemask": "",
        "template": "",
        "edit_template": true,
        "intermediate": "",
        "new_base": "",
        "file_format": "tbx",
        "license": "AGPL-3.0-only",
        "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
        "agreement": "",
        "web_url": "https://weblate.framasoft.org/projects/mobilizon/glossary/",
        "url": "https://weblate.framasoft.org/api/components/mobilizon/glossary/?format=api",
        "repository_url": "https://weblate.framasoft.org/api/components/mobilizon/glossary/repository/?format=api",
        "translations_url": "https://weblate.framasoft.org/api/components/mobilizon/glossary/translations/?format=api",
        "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon/glossary/statistics/?format=api",
        "lock_url": "https://weblate.framasoft.org/api/components/mobilizon/glossary/lock/?format=api",
        "links_url": "https://weblate.framasoft.org/api/components/mobilizon/glossary/links/?format=api",
        "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon/glossary/changes/?format=api",
        "task_url": null,
        "new_lang": "none",
        "language_code_style": "",
        "push": "",
        "check_flags": "",
        "priority": 100,
        "enforced_checks": [],
        "restricted": false,
        "repoweb": "",
        "report_source_bugs": "",
        "merge_style": "rebase",
        "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
        "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
        "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
        "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
        "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\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": false,
        "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": true,
        "glossary_color": "silver",
        "category": null,
        "linked_component": null
    },
    "language_code": "sv",
    "id": 1124,
    "filename": "sv.tbx",
    "revision": "f5a47f27a424a33e436582a96cf665f10515ac5b",
    "web_url": "https://weblate.framasoft.org/projects/mobilizon/glossary/sv/",
    "share_url": "https://weblate.framasoft.org/engage/mobilizon/-/sv/",
    "translate_url": "https://weblate.framasoft.org/translate/mobilizon/glossary/sv/",
    "url": "https://weblate.framasoft.org/api/translations/mobilizon/glossary/sv/?format=api",
    "is_template": false,
    "is_source": false,
    "total": 14,
    "total_words": 14,
    "translated": 12,
    "translated_words": 12,
    "translated_percent": 85.7,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 0,
    "failing_checks_words": 0,
    "failing_checks_percent": 0.0,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": "2022-05-31T14:59:39.579412Z",
    "last_author": "paficaf430",
    "repository_url": "https://weblate.framasoft.org/api/translations/mobilizon/glossary/sv/repository/?format=api",
    "file_url": "https://weblate.framasoft.org/api/translations/mobilizon/glossary/sv/file/?format=api",
    "statistics_url": "https://weblate.framasoft.org/api/translations/mobilizon/glossary/sv/statistics/?format=api",
    "changes_list_url": "https://weblate.framasoft.org/api/translations/mobilizon/glossary/sv/changes/?format=api",
    "units_list_url": "https://weblate.framasoft.org/api/translations/mobilizon/glossary/sv/units/?format=api"
}