Translation components API.

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

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

{
    "count": 198,
    "next": "https://translate.tryton.org/api/components/?page=3",
    "previous": "https://translate.tryton.org/api/components/",
    "results": [
        {
            "name": "company_work_time",
            "slug": "company_work_time",
            "id": 52,
            "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/company_work_time/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/company_work_time.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/company_work_time/",
            "url": "https://translate.tryton.org/api/components/tryton/company_work_time/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/company_work_time/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/company_work_time/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/company_work_time/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/company_work_time/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/company_work_time/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/company_work_time/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/54/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "country",
            "slug": "country",
            "id": 53,
            "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/country/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/country.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/country/",
            "url": "https://translate.tryton.org/api/components/tryton/country/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/country/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/country/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/country/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/country/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/country/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/country/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/55/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "currency",
            "slug": "currency",
            "id": 54,
            "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/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/currency.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/",
            "url": "https://translate.tryton.org/api/components/tryton/currency/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/currency/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/currency/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/currency/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/currency/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/currency/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/currency/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/56/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "customs",
            "slug": "customs",
            "id": 55,
            "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/customs/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/customs.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/customs/",
            "url": "https://translate.tryton.org/api/components/tryton/customs/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/customs/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/customs/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/customs/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/customs/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/customs/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/customs/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/57/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "dashboard",
            "slug": "dashboard",
            "id": 56,
            "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/dashboard/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/dashboard.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/dashboard/",
            "url": "https://translate.tryton.org/api/components/tryton/dashboard/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/dashboard/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/dashboard/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/dashboard/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/dashboard/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/dashboard/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/dashboard/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/62/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "edocument_uncefact",
            "slug": "edocument_uncefact",
            "id": 57,
            "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/edocument_uncefact/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/edocument_uncefact.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/edocument_uncefact/",
            "url": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/63/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "edocument_unece",
            "slug": "edocument_unece",
            "id": 58,
            "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/edocument_unece/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/edocument_unece.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/edocument_unece/",
            "url": "https://translate.tryton.org/api/components/tryton/edocument_unece/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/edocument_unece/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/edocument_unece/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/edocument_unece/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/edocument_unece/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/edocument_unece/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/edocument_unece/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/64/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "google_maps",
            "slug": "google_maps",
            "id": 59,
            "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/google_maps/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/google_maps.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/google_maps/",
            "url": "https://translate.tryton.org/api/components/tryton/google_maps/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/google_maps/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/google_maps/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/google_maps/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/google_maps/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/google_maps/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/google_maps/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/65/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "ldap_authentication",
            "slug": "ldap_authentication",
            "id": 60,
            "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/ldap_authentication/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/ldap_authentication.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/ldap_authentication/",
            "url": "https://translate.tryton.org/api/components/tryton/ldap_authentication/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/ldap_authentication/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/ldap_authentication/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/ldap_authentication/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/ldap_authentication/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/ldap_authentication/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/ldap_authentication/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/66/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "marketing",
            "slug": "marketing",
            "id": 61,
            "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/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/marketing.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/",
            "url": "https://translate.tryton.org/api/components/tryton/marketing/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/marketing/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/marketing/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/marketing/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/marketing/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/marketing/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/marketing/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/67/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "marketing_automation",
            "slug": "marketing_automation",
            "id": 62,
            "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_automation/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/marketing_automation.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_automation/",
            "url": "https://translate.tryton.org/api/components/tryton/marketing_automation/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/marketing_automation/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/marketing_automation/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/marketing_automation/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/marketing_automation/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/marketing_automation/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/marketing_automation/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/68/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "notification_email",
            "slug": "notification_email",
            "id": 63,
            "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/notification_email/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/notification_email.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/notification_email/",
            "url": "https://translate.tryton.org/api/components/tryton/notification_email/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/notification_email/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/notification_email/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/notification_email/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/notification_email/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/notification_email/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/notification_email/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/69/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "party",
            "slug": "party",
            "id": 64,
            "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/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/party.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/",
            "url": "https://translate.tryton.org/api/components/tryton/party/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/party/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/party/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/party/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/party/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/party/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/party/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/163/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "party_relationship",
            "slug": "party_relationship",
            "id": 65,
            "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_relationship/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/party_relationship.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_relationship/",
            "url": "https://translate.tryton.org/api/components/tryton/party_relationship/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/party_relationship/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/party_relationship/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/party_relationship/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/party_relationship/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/party_relationship/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/party_relationship/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/71/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "party_siret",
            "slug": "party_siret",
            "id": 66,
            "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_siret/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/party_siret.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_siret/",
            "url": "https://translate.tryton.org/api/components/tryton/party_siret/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/party_siret/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/party_siret/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/party_siret/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/party_siret/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/party_siret/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/party_siret/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/72/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product",
            "slug": "product",
            "id": 67,
            "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/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product.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/",
            "url": "https://translate.tryton.org/api/components/tryton/product/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/73/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_attribute",
            "slug": "product_attribute",
            "id": 68,
            "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_attribute/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_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_attribute/",
            "url": "https://translate.tryton.org/api/components/tryton/product_attribute/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_attribute/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_attribute/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_attribute/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_attribute/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_attribute/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/74/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_classification",
            "slug": "product_classification",
            "id": 69,
            "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_classification/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_classification.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_classification/",
            "url": "https://translate.tryton.org/api/components/tryton/product_classification/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_classification/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_classification/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_classification/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_classification/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_classification/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_classification/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/75/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_classification_taxonomic",
            "slug": "product_classification_taxonomic",
            "id": 70,
            "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_classification_taxonomic/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_classification_taxonomic.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_classification_taxonomic/",
            "url": "https://translate.tryton.org/api/components/tryton/product_classification_taxonomic/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_classification_taxonomic/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_classification_taxonomic/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_classification_taxonomic/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_classification_taxonomic/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_classification_taxonomic/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_classification_taxonomic/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/76/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_cost_fifo",
            "slug": "product_cost_fifo",
            "id": 71,
            "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_fifo/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_cost_fifo.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_fifo/",
            "url": "https://translate.tryton.org/api/components/tryton/product_cost_fifo/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_cost_fifo/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_cost_fifo/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_cost_fifo/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_cost_fifo/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_cost_fifo/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_cost_fifo/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/77/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_cost_history",
            "slug": "product_cost_history",
            "id": 72,
            "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_history/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_cost_history.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/product_cost_history/",
            "url": "https://translate.tryton.org/api/components/tryton/product_cost_history/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_cost_history/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_cost_history/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_cost_history/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_cost_history/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_cost_history/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_cost_history/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/78/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "production",
            "slug": "production",
            "id": 73,
            "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/production/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/production.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/production/",
            "url": "https://translate.tryton.org/api/components/tryton/production/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/production/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/production/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/production/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/production/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/production/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/production/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/79/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "production_outsourcing",
            "slug": "production_outsourcing",
            "id": 74,
            "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/production_outsourcing/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/production_outsourcing.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/production_outsourcing/",
            "url": "https://translate.tryton.org/api/components/tryton/production_outsourcing/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/production_outsourcing/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/production_outsourcing/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/production_outsourcing/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/production_outsourcing/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/production_outsourcing/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/production_outsourcing/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/80/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "production_routing",
            "slug": "production_routing",
            "id": 75,
            "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/production_routing/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/production_routing.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/production_routing/",
            "url": "https://translate.tryton.org/api/components/tryton/production_routing/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/production_routing/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/production_routing/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/production_routing/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/production_routing/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/production_routing/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/production_routing/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/81/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "production_split",
            "slug": "production_split",
            "id": 76,
            "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/production_split/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/production_split.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/production_split/",
            "url": "https://translate.tryton.org/api/components/tryton/production_split/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/production_split/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/production_split/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/production_split/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/production_split/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/production_split/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/production_split/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/82/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "production_work",
            "slug": "production_work",
            "id": 77,
            "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/production_work/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/production_work.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/production_work/",
            "url": "https://translate.tryton.org/api/components/tryton/production_work/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/production_work/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/production_work/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/production_work/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/production_work/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/production_work/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/production_work/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/83/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "production_work_timesheet",
            "slug": "production_work_timesheet",
            "id": 78,
            "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/production_work_timesheet/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/production_work_timesheet.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/production_work_timesheet/",
            "url": "https://translate.tryton.org/api/components/tryton/production_work_timesheet/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/production_work_timesheet/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/production_work_timesheet/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/production_work_timesheet/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/production_work_timesheet/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/production_work_timesheet/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/production_work_timesheet/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/84/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_measurements",
            "slug": "product_measurements",
            "id": 79,
            "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_measurements/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_measurements.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/product_measurements/",
            "url": "https://translate.tryton.org/api/components/tryton/product_measurements/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_measurements/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_measurements/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_measurements/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_measurements/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_measurements/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_measurements/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/85/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_price_list",
            "slug": "product_price_list",
            "id": 80,
            "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_price_list/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_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/product_price_list/",
            "url": "https://translate.tryton.org/api/components/tryton/product_price_list/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_price_list/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_price_list/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_price_list/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_price_list/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_price_list/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/86/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_price_list_dates",
            "slug": "product_price_list_dates",
            "id": 81,
            "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_price_list_dates/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_price_list_dates.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_price_list_dates/",
            "url": "https://translate.tryton.org/api/components/tryton/product_price_list_dates/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_price_list_dates/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_price_list_dates/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_price_list_dates/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_price_list_dates/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_price_list_dates/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_price_list_dates/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/87/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "product_price_list_parent",
            "slug": "product_price_list_parent",
            "id": 82,
            "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_price_list_parent/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/product_price_list_parent.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_price_list_parent/",
            "url": "https://translate.tryton.org/api/components/tryton/product_price_list_parent/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/product_price_list_parent/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/product_price_list_parent/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/product_price_list_parent/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/product_price_list_parent/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/product_price_list_parent/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/product_price_list_parent/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/88/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "project",
            "slug": "project",
            "id": 83,
            "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/project/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/project.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/project/",
            "url": "https://translate.tryton.org/api/components/tryton/project/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/project/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/project/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/project/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/project/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/project/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/project/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/89/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "project_invoice",
            "slug": "project_invoice",
            "id": 84,
            "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/project_invoice/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/project_invoice.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/project_invoice/",
            "url": "https://translate.tryton.org/api/components/tryton/project_invoice/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/project_invoice/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/project_invoice/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/project_invoice/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/project_invoice/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/project_invoice/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/project_invoice/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/90/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "project_plan",
            "slug": "project_plan",
            "id": 85,
            "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/project_plan/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/project_plan.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/project_plan/",
            "url": "https://translate.tryton.org/api/components/tryton/project_plan/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/project_plan/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/project_plan/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/project_plan/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/project_plan/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/project_plan/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/project_plan/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/91/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "project_revenue",
            "slug": "project_revenue",
            "id": 86,
            "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/project_revenue/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/project_revenue.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/project_revenue/",
            "url": "https://translate.tryton.org/api/components/tryton/project_revenue/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/project_revenue/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/project_revenue/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/project_revenue/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/project_revenue/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/project_revenue/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/project_revenue/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/92/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase",
            "slug": "purchase",
            "id": 87,
            "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/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase.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/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase/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/93/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_invoice_line_standalone",
            "slug": "purchase_invoice_line_standalone",
            "id": 88,
            "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_invoice_line_standalone/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_invoice_line_standalone.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_invoice_line_standalone/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_invoice_line_standalone/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_invoice_line_standalone/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_invoice_line_standalone/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_invoice_line_standalone/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_invoice_line_standalone/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_invoice_line_standalone/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_invoice_line_standalone/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/94/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_request",
            "slug": "purchase_request",
            "id": 89,
            "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_request/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_request.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_request/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_request/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_request/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_request/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_request/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_request/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_request/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_request/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/95/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_request_quotation",
            "slug": "purchase_request_quotation",
            "id": 90,
            "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_request_quotation/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_request_quotation.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_request_quotation/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_request_quotation/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_request_quotation/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_request_quotation/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_request_quotation/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_request_quotation/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_request_quotation/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_request_quotation/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/96/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_requisition",
            "slug": "purchase_requisition",
            "id": 91,
            "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_requisition/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_requisition.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_requisition/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_requisition/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_requisition/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_requisition/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_requisition/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_requisition/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_requisition/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_requisition/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/97/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "purchase_shipment_cost",
            "slug": "purchase_shipment_cost",
            "id": 92,
            "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_shipment_cost/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/purchase_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/purchase_shipment_cost/",
            "url": "https://translate.tryton.org/api/components/tryton/purchase_shipment_cost/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/purchase_shipment_cost/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/purchase_shipment_cost/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/purchase_shipment_cost/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/purchase_shipment_cost/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/purchase_shipment_cost/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/purchase_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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/98/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale",
            "slug": "sale",
            "id": 93,
            "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/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale.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/",
            "url": "https://translate.tryton.org/api/components/tryton/sale/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/99/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_advance_payment",
            "slug": "sale_advance_payment",
            "id": 94,
            "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_advance_payment/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_advance_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_advance_payment/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_advance_payment/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_advance_payment/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_advance_payment/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_advance_payment/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_advance_payment/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_advance_payment/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_advance_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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/100/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_complaint",
            "slug": "sale_complaint",
            "id": 95,
            "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_complaint/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_complaint.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_complaint/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_complaint/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_complaint/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_complaint/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_complaint/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_complaint/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_complaint/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_complaint/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/101/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_extra",
            "slug": "sale_extra",
            "id": 96,
            "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_extra/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_extra.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_extra/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_extra/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_extra/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_extra/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_extra/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_extra/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_extra/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_extra/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/102/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_invoice_grouping",
            "slug": "sale_invoice_grouping",
            "id": 97,
            "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_grouping/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_invoice_grouping.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.tryton.org/projects/tryton/sale_invoice_grouping/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_invoice_grouping/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_grouping/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_grouping/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_grouping/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_grouping/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_grouping/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_invoice_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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/103/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_opportunity",
            "slug": "sale_opportunity",
            "id": 98,
            "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_opportunity/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_opportunity.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_opportunity/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_opportunity/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_opportunity/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_opportunity/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_opportunity/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_opportunity/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_opportunity/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_opportunity/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/104/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_payment",
            "slug": "sale_payment",
            "id": 99,
            "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_payment/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_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_payment/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_payment/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_payment/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_payment/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_payment/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_payment/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_payment/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/105/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_price_list",
            "slug": "sale_price_list",
            "id": 100,
            "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_price_list/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_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/sale_price_list/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_price_list/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_price_list/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_price_list/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_price_list/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_price_list/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_price_list/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/106/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sale_product_customer",
            "slug": "sale_product_customer",
            "id": 101,
            "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_customer/locale/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "templates/sale_product_customer.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_customer/",
            "url": "https://translate.tryton.org/api/components/tryton/sale_product_customer/",
            "repository_url": "https://translate.tryton.org/api/components/tryton/sale_product_customer/repository/",
            "translations_url": "https://translate.tryton.org/api/components/tryton/sale_product_customer/translations/",
            "statistics_url": "https://translate.tryton.org/api/components/tryton/sale_product_customer/statistics/",
            "lock_url": "https://translate.tryton.org/api/components/tryton/sale_product_customer/lock/",
            "links_url": "https://translate.tryton.org/api/components/tryton/sale_product_customer/links/",
            "changes_list_url": "https://translate.tryton.org/api/components/tryton/sale_product_customer/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 }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.tryton.org/api/addons/107/"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        }
    ]
}