Translation components API.

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

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

{
    "count": 198,
    "next": null,
    "previous": "https://translate.tryton.org/api/components/?page=3",
    "results": [
        {
            "name": "web_shop",
            "slug": "web_shop",
            "id": 158,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/web_shop.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/",
            "url": "https://translate.tryton.org/api/components/tryton/web_shop/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/web_shop/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/web_shop/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/web_shop/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/web_shop/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/web_shop/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/web_shop/changes/",
            "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/171/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "web_shop_vue_storefront_stripe",
            "slug": "web_shop_vue_storefront_stripe",
            "id": 159,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_stripe/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/web_shop_vue_storefront_stripe.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_stripe/",
            "url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront_stripe/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront_stripe/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront_stripe/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront_stripe/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront_stripe/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront_stripe/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/web_shop_vue_storefront_stripe/changes/",
            "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/173/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "carrier_subdivision",
            "slug": "carrier_subdivision",
            "id": 160,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/carrier_subdivision/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/carrier_subdivision.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/carrier_subdivision/",
            "url": "https://translate.tryton.org/api/components/tryton/carrier_subdivision/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/carrier_subdivision/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/carrier_subdivision/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/carrier_subdivision/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/carrier_subdivision/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/carrier_subdivision/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/carrier_subdivision/changes/",
            "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/190/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_price_list",
            "slug": "purchase_price_list",
            "id": 161,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_price_list/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_price_list.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_price_list/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_price_list/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_price_list/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_price_list/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_price_list/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_price_list/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_price_list/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_price_list/changes/",
            "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/191/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "stock_shipment_cost",
            "slug": "stock_shipment_cost",
            "id": 162,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_cost/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_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/stock_shipment_cost/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost/changes/",
            "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/192/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "stock_quantity_issue",
            "slug": "stock_quantity_issue",
            "id": 163,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_quantity_issue/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_quantity_issue.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_quantity_issue/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_quantity_issue/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_issue/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_issue/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_issue/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_issue/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_issue/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_issue/changes/",
            "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/193/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_cost_warehouse",
            "slug": "product_cost_warehouse",
            "id": 164,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/product_cost_warehouse/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_cost_warehouse.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/product_cost_warehouse/",
            "url": "https://translate.tryton.org/api/components/tryton/product_cost_warehouse/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_cost_warehouse/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_cost_warehouse/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_cost_warehouse/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_cost_warehouse/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_cost_warehouse/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_cost_warehouse/changes/",
            "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/196/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Tryton",
            "slug": "glossary",
            "id": 165,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://translate.tryton.org/git/tryton/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "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/glossary/",
            "url": "https://translate.tryton.org/api/components/tryton/glossary/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/glossary/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/glossary/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/glossary/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/glossary/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/glossary/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/glossary/changes/",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver"
        },
        {
            "name": "stock_quantity_early_planning",
            "slug": "stock_quantity_early_planning",
            "id": 166,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_quantity_early_planning/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_quantity_early_planning.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_quantity_early_planning/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_quantity_early_planning/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_early_planning/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_early_planning/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_early_planning/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_early_planning/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_early_planning/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_quantity_early_planning/changes/",
            "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/199/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "incoterm",
            "slug": "incoterm",
            "id": 167,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/incoterm/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/incoterm.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/incoterm/",
            "url": "https://translate.tryton.org/api/components/tryton/incoterm/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/incoterm/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/incoterm/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/incoterm/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/incoterm/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/incoterm/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/incoterm/changes/",
            "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/200/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "party_avatar",
            "slug": "party_avatar",
            "id": 168,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/party_avatar/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/party_avatar.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/party_avatar/",
            "url": "https://translate.tryton.org/api/components/tryton/party_avatar/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/party_avatar/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/party_avatar/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/party_avatar/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/party_avatar/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/party_avatar/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/party_avatar/changes/",
            "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/201/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_gift_card",
            "slug": "sale_gift_card",
            "id": 169,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_gift_card/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_gift_card.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_gift_card/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_gift_card/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_gift_card/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_gift_card/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_gift_card/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_gift_card/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_gift_card/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_gift_card/changes/",
            "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/202/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_kit",
            "slug": "product_kit",
            "id": 170,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/product_kit/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_kit.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/product_kit/",
            "url": "https://translate.tryton.org/api/components/tryton/product_kit/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_kit/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_kit/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_kit/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_kit/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_kit/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_kit/changes/",
            "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/203/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_invoice_defer",
            "slug": "account_invoice_defer",
            "id": 171,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_defer/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_invoice_defer.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_defer/",
            "url": "https://translate.tryton.org/api/components/tryton/account_invoice_defer/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_invoice_defer/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_invoice_defer/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_invoice_defer/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_invoice_defer/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_invoice_defer/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_invoice_defer/changes/",
            "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/204/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_stock_shipment_cost",
            "slug": "account_stock_shipment_cost",
            "id": 172,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_stock_shipment_cost/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_stock_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/account_stock_shipment_cost/",
            "url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost/changes/",
            "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/205/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "stock_package_shipping_sendcloud",
            "slug": "stock_package_shipping_sendcloud",
            "id": 173,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_sendcloud/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_package_shipping_sendcloud.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_sendcloud/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_sendcloud/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_sendcloud/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_sendcloud/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_sendcloud/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_sendcloud/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_sendcloud/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_sendcloud/changes/",
            "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/206/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "analytic_budget",
            "slug": "analytic_budget",
            "id": 174,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/analytic_budget/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/analytic_budget.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/analytic_budget/",
            "url": "https://translate.tryton.org/api/components/tryton/analytic_budget/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/analytic_budget/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/analytic_budget/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/analytic_budget/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/analytic_budget/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/analytic_budget/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/analytic_budget/changes/",
            "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/208/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_budget",
            "slug": "account_budget",
            "id": 175,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_budget/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_budget.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_budget/",
            "url": "https://translate.tryton.org/api/components/tryton/account_budget/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_budget/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_budget/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_budget/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_budget/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_budget/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_budget/changes/",
            "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/207/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_image",
            "slug": "product_image",
            "id": 176,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/product_image/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_image.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/product_image/",
            "url": "https://translate.tryton.org/api/components/tryton/product_image/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_image/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_image/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_image/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_image/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_image/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_image/changes/",
            "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/209/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_image_attribute",
            "slug": "product_image_attribute",
            "id": 177,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/product_image_attribute/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_image_attribute.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/product_image_attribute/",
            "url": "https://translate.tryton.org/api/components/tryton/product_image_attribute/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_image_attribute/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_image_attribute/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_image_attribute/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_image_attribute/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_image_attribute/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_image_attribute/changes/",
            "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/212/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "currency_ro",
            "slug": "currency_ro",
            "id": 178,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/currency_ro/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/currency_ro.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/currency_ro/",
            "url": "https://translate.tryton.org/api/components/tryton/currency_ro/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/currency_ro/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/currency_ro/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/currency_ro/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/currency_ro/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/currency_ro/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/currency_ro/changes/",
            "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/213/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "currency_rs",
            "slug": "currency_rs",
            "id": 179,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/currency_rs/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/currency_rs.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/currency_rs/",
            "url": "https://translate.tryton.org/api/components/tryton/currency_rs/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/currency_rs/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/currency_rs/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/currency_rs/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/currency_rs/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/currency_rs/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/currency_rs/changes/",
            "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/214/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "stock_package_shipping_mygls",
            "slug": "stock_package_shipping_mygls",
            "id": 180,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_mygls/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_package_shipping_mygls.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_mygls/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_mygls/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_mygls/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_mygls/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_mygls/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_mygls/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_mygls/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_package_shipping_mygls/changes/",
            "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/215/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_rule",
            "slug": "account_rule",
            "id": 181,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_rule/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_rule.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_rule/",
            "url": "https://translate.tryton.org/api/components/tryton/account_rule/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_rule/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_rule/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_rule/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_rule/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_rule/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_rule/changes/",
            "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/216/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_move_line_grouping",
            "slug": "account_move_line_grouping",
            "id": 182,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_move_line_grouping/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_move_line_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/account_move_line_grouping/",
            "url": "https://translate.tryton.org/api/components/tryton/account_move_line_grouping/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_move_line_grouping/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_move_line_grouping/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_move_line_grouping/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_move_line_grouping/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_move_line_grouping/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_move_line_grouping/changes/",
            "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/217/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_point",
            "slug": "sale_point",
            "id": 183,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_point/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_point.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_point/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_point/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_point/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_point/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_point/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_point/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_point/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_point/changes/",
            "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/218/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "web_shop_shopify",
            "slug": "web_shop_shopify",
            "id": 184,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_shopify/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/web_shop_shopify.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_shopify/",
            "url": "https://translate.tryton.org/api/components/tryton/web_shop_shopify/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/web_shop_shopify/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/web_shop_shopify/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/web_shop_shopify/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/web_shop_shopify/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/web_shop_shopify/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/web_shop_shopify/changes/",
            "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/219/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_invoice_watermark",
            "slug": "account_invoice_watermark",
            "id": 185,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_watermark/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_invoice_watermark.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_watermark/",
            "url": "https://translate.tryton.org/api/components/tryton/account_invoice_watermark/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_invoice_watermark/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_invoice_watermark/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_invoice_watermark/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_invoice_watermark/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_invoice_watermark/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_invoice_watermark/changes/",
            "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/221/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_tax_non_deductible",
            "slug": "account_tax_non_deductible",
            "id": 186,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_tax_non_deductible/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_tax_non_deductible.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_tax_non_deductible/",
            "url": "https://translate.tryton.org/api/components/tryton/account_tax_non_deductible/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_tax_non_deductible/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_tax_non_deductible/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_tax_non_deductible/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_tax_non_deductible/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_tax_non_deductible/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_tax_non_deductible/changes/",
            "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/222/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_invoice_date",
            "slug": "sale_invoice_date",
            "id": 187,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_invoice_date/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_invoice_date.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_invoice_date/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_invoice_date/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_date/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_date/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_date/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_date/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_date/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_date/changes/",
            "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/223/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_es_sii",
            "slug": "account_es_sii",
            "id": 188,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_es_sii/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_es_sii.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_es_sii/",
            "url": "https://translate.tryton.org/api/components/tryton/account_es_sii/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_es_sii/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_es_sii/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_es_sii/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_es_sii/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_es_sii/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_es_sii/changes/",
            "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/230/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "stock_shipment_cost_weight",
            "slug": "stock_shipment_cost_weight",
            "id": 189,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_cost_weight/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/stock_shipment_cost_weight.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_cost_weight/",
            "url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost_weight/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost_weight/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost_weight/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost_weight/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost_weight/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost_weight/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/stock_shipment_cost_weight/changes/",
            "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/226/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_stock_shipment_cost_weight",
            "slug": "account_stock_shipment_cost_weight",
            "id": 190,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_stock_shipment_cost_weight/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_stock_shipment_cost_weight.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_stock_shipment_cost_weight/",
            "url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost_weight/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost_weight/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost_weight/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost_weight/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost_weight/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost_weight/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_stock_shipment_cost_weight/changes/",
            "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/225/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_receivable_rule",
            "slug": "account_receivable_rule",
            "id": 191,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_receivable_rule/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_receivable_rule.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_receivable_rule/",
            "url": "https://translate.tryton.org/api/components/tryton/account_receivable_rule/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_receivable_rule/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_receivable_rule/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_receivable_rule/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_receivable_rule/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_receivable_rule/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_receivable_rule/changes/",
            "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/227/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_product_quantity",
            "slug": "purchase_product_quantity",
            "id": 192,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_product_quantity/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_product_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/purchase_product_quantity/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_product_quantity/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_product_quantity/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_product_quantity/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_product_quantity/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_product_quantity/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_product_quantity/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_product_quantity/changes/",
            "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/228/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_product_quantity",
            "slug": "sale_product_quantity",
            "id": 193,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_product_quantity/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_product_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_product_quantity/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_product_quantity/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_product_quantity/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_product_quantity/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_product_quantity/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_product_quantity/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_product_quantity/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_product_quantity/changes/",
            "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/229/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_promotion_coupon_payment",
            "slug": "sale_promotion_coupon_payment",
            "id": 194,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_payment/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_promotion_coupon_payment.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_payment/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon_payment/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon_payment/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon_payment/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon_payment/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon_payment/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon_payment/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_promotion_coupon_payment/changes/",
            "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/234/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "carrier_carriage",
            "slug": "carrier_carriage",
            "id": 195,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/carrier_carriage/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/carrier_carriage.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/carrier_carriage/",
            "url": "https://translate.tryton.org/api/components/tryton/carrier_carriage/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/carrier_carriage/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/carrier_carriage/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/carrier_carriage/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/carrier_carriage/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/carrier_carriage/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/carrier_carriage/changes/",
            "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/235/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_consolidation",
            "slug": "account_consolidation",
            "id": 196,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_consolidation/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_consolidation.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_consolidation/",
            "url": "https://translate.tryton.org/api/components/tryton/account_consolidation/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_consolidation/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_consolidation/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_consolidation/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_consolidation/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_consolidation/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_consolidation/changes/",
            "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/236/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_product_recommendation",
            "slug": "sale_product_recommendation",
            "id": 197,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_product_recommendation/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_product_recommendation.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_product_recommendation/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation/changes/",
            "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/238/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_product_recommendation_association_rule",
            "slug": "sale_product_recommendation_association_rule",
            "id": 198,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_product_recommendation_association_rule/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_product_recommendation_association_rule.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_product_recommendation_association_rule/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation_association_rule/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation_association_rule/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation_association_rule/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation_association_rule/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation_association_rule/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation_association_rule/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_product_recommendation_association_rule/changes/",
            "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/237/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_statement_sepa",
            "slug": "account_statement_sepa",
            "id": 199,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_statement_sepa/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_statement_sepa.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_statement_sepa/",
            "url": "https://translate.tryton.org/api/components/tryton/account_statement_sepa/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_statement_sepa/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_statement_sepa/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_statement_sepa/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_statement_sepa/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_statement_sepa/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_statement_sepa/changes/",
            "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/239/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "marketing_campaign",
            "slug": "marketing_campaign",
            "id": 200,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_campaign/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/marketing_campaign.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_campaign/",
            "url": "https://translate.tryton.org/api/components/tryton/marketing_campaign/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/marketing_campaign/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/marketing_campaign/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/marketing_campaign/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/marketing_campaign/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/marketing_campaign/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/marketing_campaign/changes/",
            "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/240/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "authentication_saml",
            "slug": "authentication_saml",
            "id": 201,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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/authentication_saml/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/authentication_saml.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/authentication_saml/",
            "url": "https://translate.tryton.org/api/components/tryton/authentication_saml/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/authentication_saml/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/authentication_saml/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/authentication_saml/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/authentication_saml/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/authentication_saml/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/authentication_saml/changes/",
            "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/241/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_blanket_agreement",
            "slug": "sale_blanket_agreement",
            "id": 202,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_blanket_agreement/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_blanket_agreement.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_blanket_agreement/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_blanket_agreement/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_blanket_agreement/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_blanket_agreement/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_blanket_agreement/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_blanket_agreement/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_blanket_agreement/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_blanket_agreement/changes/",
            "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/242/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_blanket_agreement",
            "slug": "purchase_blanket_agreement",
            "id": 203,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_blanket_agreement/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_blanket_agreement.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_blanket_agreement/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_blanket_agreement/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_blanket_agreement/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_blanket_agreement/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_blanket_agreement/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_blanket_agreement/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_blanket_agreement/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_blanket_agreement/changes/",
            "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/243/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_stock_eu",
            "slug": "account_stock_eu",
            "id": 204,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_stock_eu/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_stock_eu.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_stock_eu/",
            "url": "https://translate.tryton.org/api/components/tryton/account_stock_eu/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_stock_eu/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_stock_eu/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_stock_eu/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_stock_eu/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_stock_eu/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_stock_eu/changes/",
            "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 }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "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/244/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "account_statement_mt940",
            "slug": "account_statement_mt940",
            "id": 205,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://translate.tryton.org/languages/en/",
                "url": "https://translate.tryton.org/api/languages/en/",
                "statistics_url": "https://translate.tryton.org/api/languages/en/statistics/"
            },
            "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/",
                "components_list_url": "https://translate.tryton.org/api/projects/tryton/components/",
                "repository_url": "https://translate.tryton.org/api/projects/tryton/repository/",
                "statistics_url": "https://translate.tryton.org/api/projects/tryton/statistics/",
                "changes_list_url": "https://translate.tryton.org/api/projects/tryton/changes/",
                "languages_url": "https://translate.tryton.org/api/projects/tryton/languages/",
                "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_statement_mt940/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/account_statement_mt940.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_statement_mt940/",
            "url": "https://translate.tryton.org/api/components/tryton/account_statement_mt940/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/account_statement_mt940/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/account_statement_mt940/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/account_statement_mt940/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/account_statement_mt940/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/account_statement_mt940/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/account_statement_mt940/changes/",
            "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 }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "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/245/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        }
    ]
}