Translation components API.

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

GET /api/components/?format=api&page=2
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=3",
    "previous": "https://weblate.info.ucl.ac.be/api/components/?format=api",
    "results": [
        {
            "name": "principles/security",
            "slug": "principlessecurity",
            "id": 58,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/principles/security.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/principles/security.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/principlessecurity/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessecurity/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessecurity/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessecurity/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessecurity/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessecurity/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessecurity/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessecurity/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/dns",
            "slug": "exercisesdns",
            "id": 59,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/dns.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/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/exercisesdns/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesdns/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesdns/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesdns/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesdns/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesdns/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesdns/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesdns/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/email",
            "slug": "exercisesemail",
            "id": 60,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/email.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/email.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/exercisesemail/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesemail/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesemail/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesemail/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesemail/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesemail/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesemail/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesemail/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/http",
            "slug": "exerciseshttp",
            "id": 61,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/http.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/http.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/exerciseshttp/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseshttp/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseshttp/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseshttp/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseshttp/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseshttp/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseshttp/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseshttp/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/ipv6",
            "slug": "exercisesipv6",
            "id": 62,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/ipv6.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/ipv6.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/exercisesipv6/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesipv6/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesipv6/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesipv6/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesipv6/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesipv6/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesipv6/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesipv6/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/lan",
            "slug": "exerciseslan",
            "id": 63,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/lan.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/lan.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/exerciseslan/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseslan/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseslan/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseslan/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseslan/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseslan/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseslan/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exerciseslan/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/routing-policies",
            "slug": "exercisesrouting-policies",
            "id": 64,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/routing-policies.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/routing-policies.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/exercisesrouting-policies/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-policies/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-policies/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-policies/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-policies/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-policies/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-policies/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-policies/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/routing-protocols",
            "slug": "exercisesrouting-protocols",
            "id": 65,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/routing-protocols.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/routing-protocols.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/exercisesrouting-protocols/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-protocols/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-protocols/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-protocols/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-protocols/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-protocols/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-protocols/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesrouting-protocols/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/tcp-2",
            "slug": "exercisestcp-2",
            "id": 66,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/tcp-2.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/tcp-2.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/exercisestcp-2/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp-2/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp-2/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp-2/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp-2/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp-2/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp-2/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp-2/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/tcp",
            "slug": "exercisestcp",
            "id": 67,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/tcp.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/tcp.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/exercisestcp/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestcp/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/tls",
            "slug": "exercisestls",
            "id": 68,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/tls.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/tls.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/exercisestls/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestls/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestls/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestls/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestls/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestls/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestls/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestls/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/trace",
            "slug": "exercisestrace",
            "id": 69,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/exercises/trace.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/exercises/trace.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/exercisestrace/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestrace/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestrace/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestrace/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestrace/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestrace/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestrace/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestrace/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/bgp",
            "slug": "protocolsbgp",
            "id": 70,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/bgp.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/bgp.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/protocolsbgp/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsbgp/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsbgp/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsbgp/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsbgp/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsbgp/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsbgp/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsbgp/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/congestion",
            "slug": "protocolscongestion",
            "id": 71,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/congestion.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/congestion.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/protocolscongestion/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolscongestion/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolscongestion/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolscongestion/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolscongestion/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolscongestion/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolscongestion/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolscongestion/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/dnssec",
            "slug": "protocolsdnssec",
            "id": 72,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/dnssec.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/dnssec.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/protocolsdnssec/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdnssec/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdnssec/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdnssec/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdnssec/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdnssec/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdnssec/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsdnssec/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/email",
            "slug": "protocolsemail",
            "id": 73,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/email.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/email.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/protocolsemail/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsemail/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsemail/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsemail/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsemail/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsemail/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsemail/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsemail/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/ethernet",
            "slug": "protocolsethernet",
            "id": 74,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/ethernet.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/ethernet.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/protocolsethernet/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsethernet/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsethernet/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsethernet/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsethernet/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsethernet/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsethernet/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsethernet/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/http",
            "slug": "protocolshttp",
            "id": 75,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/http.pot",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/http.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/protocolshttp/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/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/http2",
            "slug": "protocolshttp2",
            "id": 76,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/http2.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/http2.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/protocolshttp2/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp2/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp2/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp2/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp2/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp2/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp2/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp2/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/ipv6",
            "slug": "protocolsipv6",
            "id": 77,
            "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": "git",
            "repo": "https://github.com/cnp3/ebook",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "locale/*/LC_MESSAGES/protocols/ipv6.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locale/pot/protocols/ipv6.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/protocolsipv6/",
            "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsipv6/?format=api",
            "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsipv6/repository/?format=api",
            "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsipv6/translations/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsipv6/statistics/?format=api",
            "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsipv6/lock/?format=api",
            "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsipv6/links/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsipv6/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"
        }
    ]
}