Translation components API.

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

GET /api/components/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 210,
    "next": "https://translate.tryton.org/api/components/?format=api&page=4",
    "previous": "https://translate.tryton.org/api/components/?format=api&page=2",
    "results": [
        {
            "name": "sale_promotion",
            "slug": "sale_promotion",
            "id": 102,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_promotion/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_promotion.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_promotion/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_promotion/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_promotion/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_promotion/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_promotion/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_promotion/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_promotion/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_promotion/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/108/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_promotion_coupon",
            "slug": "sale_promotion_coupon",
            "id": 103,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_promotion_coupon/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_promotion_coupon.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_promotion_coupon/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/109/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_shipment_cost",
            "slug": "sale_shipment_cost",
            "id": 104,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_shipment_cost/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_shipment_cost.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_shipment_cost/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_shipment_cost/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_cost/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_cost/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_cost/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_cost/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_cost/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_cost/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/110/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_shipment_grouping",
            "slug": "sale_shipment_grouping",
            "id": 105,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_shipment_grouping/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_shipment_grouping.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_shipment_grouping/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_shipment_grouping/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_grouping/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_grouping/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_grouping/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_grouping/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_grouping/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_grouping/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/111/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_shipment_tolerance",
            "slug": "sale_shipment_tolerance",
            "id": 106,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_shipment_tolerance/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_shipment_tolerance.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_shipment_tolerance/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_shipment_tolerance/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_tolerance/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_tolerance/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_tolerance/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_tolerance/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_tolerance/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_shipment_tolerance/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/112/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_stock_quantity",
            "slug": "sale_stock_quantity",
            "id": 107,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_stock_quantity/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_stock_quantity.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_stock_quantity/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_stock_quantity/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_stock_quantity/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_stock_quantity/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_stock_quantity/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_stock_quantity/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_stock_quantity/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_stock_quantity/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/113/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_subscription",
            "slug": "sale_subscription",
            "id": 108,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_subscription/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_subscription.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_subscription/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_subscription/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_subscription/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_subscription/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_subscription/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_subscription/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_subscription/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_subscription/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/114/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_subscription_asset",
            "slug": "sale_subscription_asset",
            "id": 109,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_subscription_asset/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_subscription_asset.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_subscription_asset/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_subscription_asset/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_subscription_asset/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_subscription_asset/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_subscription_asset/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_subscription_asset/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_subscription_asset/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_subscription_asset/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/115/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_supply",
            "slug": "sale_supply",
            "id": 110,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_supply/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_supply.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_supply/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_supply/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_supply/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_supply/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_supply/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_supply/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_supply/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_supply/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/116/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_supply_drop_shipment",
            "slug": "sale_supply_drop_shipment",
            "id": 111,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_supply_drop_shipment/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_supply_drop_shipment.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_supply_drop_shipment/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_supply_drop_shipment/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_supply_drop_shipment/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_supply_drop_shipment/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_supply_drop_shipment/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_supply_drop_shipment/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_supply_drop_shipment/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_supply_drop_shipment/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/117/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock",
            "slug": "stock",
            "id": 112,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock/",
            "url": "https://translate.tryton.org/api/components/tryton/stock/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/118/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_consignment",
            "slug": "stock_consignment",
            "id": 113,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_consignment/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_consignment.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_consignment/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_consignment/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_consignment/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_consignment/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_consignment/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_consignment/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_consignment/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_consignment/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/119/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_forecast",
            "slug": "stock_forecast",
            "id": 114,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_forecast/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_forecast.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_forecast/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_forecast/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_forecast/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_forecast/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_forecast/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_forecast/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_forecast/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_forecast/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/120/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_inventory_location",
            "slug": "stock_inventory_location",
            "id": 115,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_inventory_location/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_inventory_location.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_inventory_location/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_inventory_location/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_inventory_location/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_inventory_location/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_inventory_location/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_inventory_location/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_inventory_location/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_inventory_location/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/167/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_location_move",
            "slug": "stock_location_move",
            "id": 116,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_location_move/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_location_move.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_location_move/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_location_move/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_location_move/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_location_move/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_location_move/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_location_move/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_location_move/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_location_move/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/122/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_location_sequence",
            "slug": "stock_location_sequence",
            "id": 117,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_location_sequence/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_location_sequence.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_location_sequence/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_location_sequence/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_location_sequence/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_location_sequence/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_location_sequence/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_location_sequence/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_location_sequence/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_location_sequence/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/123/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_lot",
            "slug": "stock_lot",
            "id": 118,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_lot/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_lot.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_lot/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_lot/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_lot/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_lot/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_lot/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_lot/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_lot/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_lot/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/124/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_lot_sled",
            "slug": "stock_lot_sled",
            "id": 119,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_lot_sled/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_lot_sled.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_lot_sled/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_lot_sled/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_lot_sled/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_lot_sled/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_lot_sled/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_lot_sled/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_lot_sled/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_lot_sled/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/125/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_lot_unit",
            "slug": "stock_lot_unit",
            "id": 120,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_lot_unit/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_lot_unit.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_lot_unit/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_lot_unit/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_lot_unit/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_lot_unit/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_lot_unit/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_lot_unit/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_lot_unit/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_lot_unit/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/126/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_package",
            "slug": "stock_package",
            "id": 121,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_package/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_package.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_package/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_package/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_package/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_package/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_package/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_package/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_package/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_package/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/127/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_package_shipping",
            "slug": "stock_package_shipping",
            "id": 122,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_package_shipping/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_package_shipping.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_package_shipping/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/128/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_package_shipping_dpd",
            "slug": "stock_package_shipping_dpd",
            "id": 123,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_package_shipping_dpd/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_package_shipping_dpd.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_package_shipping_dpd/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_dpd/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_dpd/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_dpd/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_dpd/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_dpd/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_dpd/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_dpd/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/129/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_package_shipping_ups",
            "slug": "stock_package_shipping_ups",
            "id": 124,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_package_shipping_ups/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_package_shipping_ups.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_package_shipping_ups/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_ups/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_ups/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_ups/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_ups/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_ups/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_ups/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_ups/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/130/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_product_location",
            "slug": "stock_product_location",
            "id": 125,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_product_location/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_product_location.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_product_location/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_product_location/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_product_location/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_product_location/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_product_location/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_product_location/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_product_location/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_product_location/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/131/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_shipment_measurements",
            "slug": "stock_shipment_measurements",
            "id": 126,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_shipment_measurements/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_shipment_measurements.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_shipment_measurements/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_shipment_measurements/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_measurements/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_measurements/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_measurements/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_measurements/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_measurements/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_measurements/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/132/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_split",
            "slug": "stock_split",
            "id": 127,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_split/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_split.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_split/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_split/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_split/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_split/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_split/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_split/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_split/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_split/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/133/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_supply",
            "slug": "stock_supply",
            "id": 128,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_supply/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_supply.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_supply/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_supply/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_supply/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_supply/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_supply/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_supply/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_supply/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_supply/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/134/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_supply_day",
            "slug": "stock_supply_day",
            "id": 129,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_supply_day/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_supply_day.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_supply_day/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_supply_day/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_supply_day/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_supply_day/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_supply_day/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_supply_day/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_supply_day/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_supply_day/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/135/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_supply_production",
            "slug": "stock_supply_production",
            "id": 130,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_supply_production/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_supply_production.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_supply_production/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_supply_production/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_supply_production/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_supply_production/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_supply_production/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_supply_production/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_supply_production/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_supply_production/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/136/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "timesheet",
            "slug": "timesheet",
            "id": 131,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/timesheet/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/timesheet.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/timesheet/",
            "url": "https://translate.tryton.org/api/components/tryton/timesheet/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/timesheet/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/timesheet/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/timesheet/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/timesheet/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/timesheet/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/timesheet/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": false,
            "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": [
                "https://translate.tryton.org/api/addons/137/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "timesheet_cost",
            "slug": "timesheet_cost",
            "id": 132,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/timesheet_cost/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/timesheet_cost.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/timesheet_cost/",
            "url": "https://translate.tryton.org/api/components/tryton/timesheet_cost/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/timesheet_cost/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/timesheet_cost/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/timesheet_cost/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/timesheet_cost/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/timesheet_cost/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/timesheet_cost/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/138/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "user_role",
            "slug": "user_role",
            "id": 133,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/user_role/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/user_role.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/user_role/",
            "url": "https://translate.tryton.org/api/components/tryton/user_role/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/user_role/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/user_role/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/user_role/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/user_role/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/user_role/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/user_role/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/233/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "web_shortener",
            "slug": "web_shortener",
            "id": 134,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/web_shortener/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/web_shortener.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/web_shortener/",
            "url": "https://translate.tryton.org/api/components/tryton/web_shortener/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/web_shortener/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/web_shortener/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/web_shortener/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/web_shortener/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/web_shortener/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/web_shortener/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/140/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "web_user",
            "slug": "web_user",
            "id": 135,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/web_user/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/web_user.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/web_user/",
            "url": "https://translate.tryton.org/api/components/tryton/web_user/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/web_user/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/web_user/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/web_user/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/web_user/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/web_user/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/web_user/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/141/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "purchase_history",
            "slug": "purchase_history",
            "id": 136,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/purchase_history/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_history.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/purchase_history/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_history/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_history/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_history/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_history/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_history/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_history/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_history/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/147/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_history",
            "slug": "sale_history",
            "id": 137,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_history/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_history.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_history/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_history/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_history/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_history/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_history/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_history/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_history/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_history/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ hook_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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/146/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_secondary_unit",
            "slug": "stock_secondary_unit",
            "id": 139,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_secondary_unit/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_secondary_unit.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_secondary_unit/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_secondary_unit/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_secondary_unit/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_secondary_unit/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_secondary_unit/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_secondary_unit/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_secondary_unit/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_secondary_unit/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/143/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "account_invoice_secondary_unit",
            "slug": "account_invoice_secondary_unit",
            "id": 140,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/account_invoice_secondary_unit/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_invoice_secondary_unit.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/account_invoice_secondary_unit/",
            "url": "https://translate.tryton.org/api/components/tryton/account_invoice_secondary_unit/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_invoice_secondary_unit/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_invoice_secondary_unit/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_invoice_secondary_unit/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_invoice_secondary_unit/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_invoice_secondary_unit/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_invoice_secondary_unit/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/142/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "purchase_secondary_unit",
            "slug": "purchase_secondary_unit",
            "id": 141,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/purchase_secondary_unit/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_secondary_unit.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/purchase_secondary_unit/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_secondary_unit/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_secondary_unit/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_secondary_unit/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_secondary_unit/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_secondary_unit/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_secondary_unit/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_secondary_unit/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/144/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_secondary_unit",
            "slug": "sale_secondary_unit",
            "id": 142,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_secondary_unit/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_secondary_unit.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_secondary_unit/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_secondary_unit/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_secondary_unit/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_secondary_unit/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_secondary_unit/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_secondary_unit/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_secondary_unit/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_secondary_unit/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/145/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_amendment",
            "slug": "sale_amendment",
            "id": 145,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_amendment/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_amendment.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_amendment/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_amendment/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_amendment/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_amendment/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_amendment/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_amendment/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_amendment/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_amendment/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ addon_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": false,
            "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": [
                "https://translate.tryton.org/api/addons/154/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "purchase_amendment",
            "slug": "purchase_amendment",
            "id": 146,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/purchase_amendment/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_amendment.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/purchase_amendment/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_amendment/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_amendment/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_amendment/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_amendment/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_amendment/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_amendment/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_amendment/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ addon_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": false,
            "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": [
                "https://translate.tryton.org/api/addons/153/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "account_cash_rounding",
            "slug": "account_cash_rounding",
            "id": 150,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/account_cash_rounding/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_cash_rounding.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/account_cash_rounding/",
            "url": "https://translate.tryton.org/api/components/tryton/account_cash_rounding/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_cash_rounding/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_cash_rounding/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_cash_rounding/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_cash_rounding/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_cash_rounding/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_cash_rounding/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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\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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/179/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_supply_production",
            "slug": "sale_supply_production",
            "id": 151,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_supply_production/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_supply_production.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_supply_production/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_supply_production/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_supply_production/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_supply_production/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_supply_production/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_supply_production/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_supply_production/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_supply_production/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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\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": true,
            "manage_units": false,
            "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": [
                "https://translate.tryton.org/api/addons/178/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "attendance",
            "slug": "attendance",
            "id": 152,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/attendance/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/attendance.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/attendance/",
            "url": "https://translate.tryton.org/api/components/tryton/attendance/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/attendance/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/attendance/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/attendance/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/attendance/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/attendance/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/attendance/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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 \"{{ addon_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": false,
            "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": [
                "https://translate.tryton.org/api/addons/156/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "marketing_email",
            "slug": "marketing_email",
            "id": 153,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/marketing_email/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/marketing_email.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/marketing_email/",
            "url": "https://translate.tryton.org/api/components/tryton/marketing_email/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/marketing_email/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/marketing_email/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/marketing_email/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/marketing_email/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/marketing_email/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/marketing_email/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": false,
            "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": [
                "https://translate.tryton.org/api/addons/162/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "stock_assign_manual",
            "slug": "stock_assign_manual",
            "id": 154,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/stock_assign_manual/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_assign_manual.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/stock_assign_manual/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_assign_manual/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_assign_manual/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_assign_manual/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_assign_manual/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_assign_manual/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_assign_manual/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_assign_manual/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": false,
            "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": [
                "https://translate.tryton.org/api/addons/166/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "account_payment_braintree",
            "slug": "account_payment_braintree",
            "id": 155,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/account_payment_braintree/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_payment_braintree.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/account_payment_braintree/",
            "url": "https://translate.tryton.org/api/components/tryton/account_payment_braintree/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_payment_braintree/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_payment_braintree/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_payment_braintree/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_payment_braintree/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_payment_braintree/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_payment_braintree/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": false,
            "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": [
                "https://translate.tryton.org/api/addons/175/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "sale_discount",
            "slug": "sale_discount",
            "id": 156,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/sale_discount/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_discount.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_discount/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_discount/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_discount/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_discount/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_discount/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_discount/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_discount/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_discount/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": false,
            "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": [
                "https://translate.tryton.org/api/addons/170/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        },
        {
            "name": "web_shop_vue_storefront",
            "slug": "web_shop_vue_storefront",
            "id": 157,
            "source_language": {
                "id": 73,
                "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": 1636485517,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Tryton",
                "slug": "tryton",
                "id": 2,
                "web": "http://www.tryton.org/",
                "web_url": "https://translate.tryton.org/projects/tryton/",
                "url": "https://translate.tryton.org/api/projects/tryton/?format=api",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/?format=api",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/?format=api",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/?format=api",
                "categories_url": "https://translate.tryton.org/api/projects/tryton/categories/?format=api",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/?format=api",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/?format=api",
                "labels_url": "https://translate.tryton.org/api/projects/tryton/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "mercurial",
            "repo": "ssh://foss.heptapod.net/tryton/translations",
            "git_export": "",
            "branch": "default",
            "push_branch": "",
            "filemask": "modules/web_shop_vue_storefront/locale/*.po",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/web_shop_vue_storefront.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/web_shop_vue_storefront/",
            "url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront/?format=api",
            "repository_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront/repository/?format=api",
            "translations_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront/translations/?format=api",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront/statistics/?format=api",
            "lock_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront/lock/?format=api",
            "links_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront/links/?format=api",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "ssh://foss.heptapod.net/tryton/translations",
            "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": false,
            "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": [
                "https://translate.tryton.org/api/addons/174/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://translate.tryton.org/api/components/tryton/ir/?format=api"
        }
    ]
}