Translation components API.

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

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

{
    "count": 54,
    "next": "https://weblate.info.ucl.ac.be/api/components/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "name": "Frontend",
            "slug": "frontend",
            "id": 2,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "INGInious",
                "slug": "inginious",
                "id": 1,
                "web": "https://www.inginious.org",
                "web_url": "https://weblate.info.ucl.ac.be/projects/inginious/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/inginious/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/UCL-INGI/INGInious",
            "git_export": "https://weblate.info.ucl.ac.be/git/inginious/frontend/",
            "branch": "master",
            "push_branch": "",
            "filemask": "inginious/frontend/i18n/*/LC_MESSAGES/messages.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "inginious/frontend/i18n/messages.pot",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/inginious/frontend/",
            "url": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/UCL-INGI/INGInious",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/UCL-INGI/INGInious/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.info.ucl.ac.be/api/addons/7/?format=api",
                "https://weblate.info.ucl.ac.be/api/addons/1/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "MCQ agent",
            "slug": "mcq-agent",
            "id": 3,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "INGInious",
                "slug": "inginious",
                "id": 1,
                "web": "https://www.inginious.org",
                "web_url": "https://weblate.info.ucl.ac.be/projects/inginious/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/inginious/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/inginious/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/UCL-INGI/INGInious",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "inginious/agent/mcq_agent/i18n/*/LC_MESSAGES/messages.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "inginious/agent/mcq_agent/i18n/messages.pot",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/inginious/mcq-agent/",
            "url": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/UCL-INGI/INGInious",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/UCL-INGI/INGInious/blob/{{branch}}/{{filename}}#L{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.info.ucl.ac.be/api/addons/4/?format=api",
                "https://weblate.info.ucl.ac.be/api/addons/3/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "index",
            "slug": "index",
            "id": 37,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "https://weblate.info.ucl.ac.be/git/cnp3-ebook/index/",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/index.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/index.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/index/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "bibliography",
            "slug": "bibliography",
            "id": 38,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/bibliography.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/bibliography.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/bibliography/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/bibliography/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/bibliography/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/bibliography/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/bibliography/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/bibliography/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/bibliography/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/bibliography/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "glossary",
            "slug": "glossary",
            "id": 39,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/glossary.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/glossary.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/glossary/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/glossary/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/glossary/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/glossary/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/glossary/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/glossary/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/glossary/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "links",
            "slug": "links",
            "id": 40,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/links.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/links.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/links/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/links/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/links/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/links/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/links/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/links/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/links/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/links/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "exercises/ex-sharing",
            "slug": "exercisesex-sharing",
            "id": 41,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/ex-sharing.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/ex-sharing.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisesex-sharing/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "exercises/intro",
            "slug": "exercisesintro",
            "id": 42,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/intro.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/intro.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisesintro/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesintro/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesintro/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesintro/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesintro/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesintro/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesintro/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesintro/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "exercises/network",
            "slug": "exercisesnetwork",
            "id": 43,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/network.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/network.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisesnetwork/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesnetwork/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesnetwork/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesnetwork/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesnetwork/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesnetwork/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesnetwork/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesnetwork/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "exercises/reliability",
            "slug": "exercisesreliability",
            "id": 44,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/reliability.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/reliability.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisesreliability/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "exercises/sockets",
            "slug": "exercisessockets",
            "id": 45,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/sockets.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/sockets.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisessockets/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisessockets/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisessockets/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisessockets/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisessockets/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisessockets/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisessockets/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisessockets/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "exercises/transport",
            "slug": "exercisestransport",
            "id": 46,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/transport.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/transport.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisestransport/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "principles/naming",
            "slug": "principlesnaming",
            "id": 47,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/principles/naming.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/principles/naming.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesnaming/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnaming/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnaming/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnaming/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnaming/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnaming/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnaming/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnaming/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "principles/network",
            "slug": "principlesnetwork",
            "id": 48,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/principles/network.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/principles/network.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesnetwork/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnetwork/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnetwork/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnetwork/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnetwork/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnetwork/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnetwork/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesnetwork/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "principles/referencemodels",
            "slug": "principlesreferencemodels",
            "id": 49,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/principles/referencemodels.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/principles/referencemodels.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesreferencemodels/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "principles/reliability",
            "slug": "principlesreliability",
            "id": 50,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/principles/reliability.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/principles/reliability.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesreliability/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreliability/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreliability/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreliability/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreliability/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreliability/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreliability/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreliability/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "principles/sharing",
            "slug": "principlessharing",
            "id": 51,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/principles/sharing.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/principles/sharing.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlessharing/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "principles/transport",
            "slug": "principlestransport",
            "id": 52,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/principles/transport.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/principles/transport.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlestransport/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "protocols/dns",
            "slug": "protocolsdns",
            "id": 53,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "cnp3-ebook",
                "slug": "cnp3-ebook",
                "id": 2,
                "web": "https://www.computer-networking.info/",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/cnp3-ebook/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/dns.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/dns.pot",
            "file_format": "po",
            "license": "CC-BY-SA-3.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsdns/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdns/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdns/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdns/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdns/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdns/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdns/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdns/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/cnp3/ebook",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "inginious-problems-network-trace",
            "slug": "inginious-problems-network-trace",
            "id": 57,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "INGInious-problems-network",
                "slug": "inginious-problems-network",
                "id": 3,
                "web": "https://github.com/cnp3/INGInious-problems-network-trace",
                "web_url": "https://weblate.info.ucl.ac.be/projects/inginious-problems-network/",
                "url": "https://weblate.info.ucl.ac.be/api/projects/inginious-problems-network/?format=api",
                "components_list_url": "https://weblate.info.ucl.ac.be/api/projects/inginious-problems-network/components/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/projects/inginious-problems-network/repository/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/projects/inginious-problems-network/statistics/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/projects/inginious-problems-network/changes/?format=api",
                "languages_url": "https://weblate.info.ucl.ac.be/api/projects/inginious-problems-network/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/cnp3/INGInious-problems-network-trace",
            "git_export": "https://weblate.info.ucl.ac.be/git/inginious-problems-network/inginious-problems-network-trace/",
            "branch": "master",
            "push_branch": "",
            "filemask": "inginious-problems-network-trace/i18n/*/LC_MESSAGES/messages.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "inginious-problems-network-trace/i18n/messages.pot",
            "file_format": "po",
            "license": "AGPL-3.0-only",
            "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
            "agreement": "",
            "web_url": "https://weblate.info.ucl.ac.be/projects/inginious-problems-network/inginious-problems-network-trace/",
            "url": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/inginious-problems-network/inginious-problems-network-trace/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.info.ucl.ac.be/api/addons/6/?format=api",
                "https://weblate.info.ucl.ac.be/api/addons/5/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        }
    ]
}