Translation components API.

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

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

{
    "count": 155,
    "next": "https://weblate.info.ucl.ac.be/api/translations/?format=api&page=5",
    "previous": "https://weblate.info.ucl.ac.be/api/translations/?format=api&page=3",
    "results": [
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 208,
            "filename": "locale/fr/LC_MESSAGES/exercises/tcp.po",
            "revision": "61fe6d1eaf29a21040dab93dc0df88dc47cec096",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisestcp/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 110,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 14.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 14.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T15:21:43.408494+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 209,
            "filename": "locale/fr/LC_MESSAGES/exercises/tls.po",
            "revision": "e387d6a1fef58175f38a598a8a936da7f461f72c",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisestls/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestls/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestls/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 164,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 40.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 20.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T15:21:55.387186+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestls/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestls/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestls/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestls/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestls/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 210,
            "filename": "locale/fr/LC_MESSAGES/exercises/trace.po",
            "revision": "3df90cd245247d0dc87f91b0e4d2f2d24dec8784",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisestrace/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestrace/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestrace/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 824,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestrace/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestrace/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestrace/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestrace/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestrace/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 211,
            "filename": "locale/fr/LC_MESSAGES/protocols/bgp.po",
            "revision": "6e80428a183773eb5eb37d6b07bf05bb76b2e1e1",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsbgp/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsbgp/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsbgp/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 142,
            "total_words": 6521,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsbgp/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsbgp/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsbgp/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsbgp/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsbgp/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 212,
            "filename": "locale/fr/LC_MESSAGES/protocols/congestion.po",
            "revision": "04e60c3f573af4dde6d30c465dd597460b542c11",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolscongestion/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolscongestion/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolscongestion/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 56,
            "total_words": 3859,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolscongestion/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolscongestion/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolscongestion/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolscongestion/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolscongestion/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 213,
            "filename": "locale/fr/LC_MESSAGES/protocols/dnssec.po",
            "revision": "0c20243313ed75e85d4228524d553ba42dee482f",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsdnssec/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsdnssec/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsdnssec/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 30,
            "total_words": 2973,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 3.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 3.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T15:42:57.569657+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsdnssec/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsdnssec/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsdnssec/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsdnssec/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsdnssec/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 214,
            "filename": "locale/fr/LC_MESSAGES/protocols/email.po",
            "revision": "b48e8be6e91173346a865b57892635d2acfe3945",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsemail/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsemail/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsemail/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 223,
            "total_words": 4956,
            "translated": 2,
            "translated_words": 75,
            "translated_percent": 0.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 8,
            "failing_checks_words": 80,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T15:50:21.331553+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsemail/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsemail/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsemail/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsemail/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsemail/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 215,
            "filename": "locale/fr/LC_MESSAGES/protocols/ethernet.po",
            "revision": "79b4d47e600a20b1f7ca20b291e081533e40b583",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsethernet/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsethernet/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsethernet/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 116,
            "total_words": 6224,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsethernet/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsethernet/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsethernet/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsethernet/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsethernet/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 216,
            "filename": "locale/fr/LC_MESSAGES/protocols/http.pot",
            "revision": "6416e85a72b59c1de55695f55e3729982805b153",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolshttp/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolshttp/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 81,
            "total_words": 4310,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 217,
            "filename": "locale/fr/LC_MESSAGES/protocols/http2.po",
            "revision": "3f670e1d6ea24c2419672ec8f138f62cfe69c4d1",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolshttp2/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolshttp2/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 37,
            "total_words": 2741,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 2.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "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"
            },
            "language_code": "fr",
            "id": 218,
            "filename": "locale/fr/LC_MESSAGES/protocols/ipv6.po",
            "revision": "67c4ec7aa5ced5c8b7c2bdf9cd594298c5fd7312",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsipv6/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsipv6/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsipv6/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 10705,
            "translated": 2,
            "translated_words": 38,
            "translated_percent": 0.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-05-24T08:07:32.075277+02:00",
            "last_author": "Quentin De Coninck",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsipv6/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsipv6/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsipv6/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsipv6/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsipv6/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/lan",
                "slug": "protocolslan",
                "id": 78,
                "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/lan.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/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/protocolslan/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/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"
            },
            "language_code": "fr",
            "id": 219,
            "filename": "locale/fr/LC_MESSAGES/protocols/lan.po",
            "revision": "93d77458665c88ea20cb3fb6197a79b0fe3e650e",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolslan/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolslan/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 185,
            "total_words": 9332,
            "translated": 3,
            "translated_words": 9,
            "translated_percent": 1.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T16:34:10.159876+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/ppp",
                "slug": "protocolsppp",
                "id": 79,
                "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/ppp.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/ppp.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/protocolsppp/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsppp/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsppp/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsppp/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsppp/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsppp/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsppp/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsppp/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"
            },
            "language_code": "fr",
            "id": 220,
            "filename": "locale/fr/LC_MESSAGES/protocols/ppp.po",
            "revision": "1c049054477157cafd4676a9883db85b8ca589e0",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsppp/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsppp/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsppp/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13,
            "total_words": 831,
            "translated": 1,
            "translated_words": 3,
            "translated_percent": 7.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 7.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T16:05:28.008829+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsppp/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsppp/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsppp/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsppp/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsppp/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/routing",
                "slug": "protocolsrouting",
                "id": 80,
                "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/routing.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/routing.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/protocolsrouting/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrouting/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrouting/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrouting/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrouting/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrouting/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrouting/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrouting/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"
            },
            "language_code": "fr",
            "id": 221,
            "filename": "locale/fr/LC_MESSAGES/protocols/routing.po",
            "revision": "8f5cef4cabab935ef99dd8c190c2ae979ea1f369",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsrouting/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsrouting/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrouting/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 58,
            "total_words": 2977,
            "translated": 6,
            "translated_words": 119,
            "translated_percent": 10.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-15T16:33:02.069753+02:00",
            "last_author": "Thomas ANTOINE",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrouting/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrouting/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrouting/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrouting/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrouting/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/rpc",
                "slug": "protocolsrpc",
                "id": 81,
                "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/rpc.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/rpc.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/protocolsrpc/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrpc/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrpc/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrpc/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrpc/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrpc/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrpc/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsrpc/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"
            },
            "language_code": "fr",
            "id": 222,
            "filename": "locale/fr/LC_MESSAGES/protocols/rpc.po",
            "revision": "92aad051a234f709e3924e7e471837adc6848d8f",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsrpc/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsrpc/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrpc/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 41,
            "total_words": 1945,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 2.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrpc/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrpc/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrpc/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrpc/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsrpc/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/ssh",
                "slug": "protocolsssh",
                "id": 82,
                "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/ssh.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/ssh.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/protocolsssh/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsssh/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsssh/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsssh/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsssh/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsssh/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsssh/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolsssh/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"
            },
            "language_code": "fr",
            "id": 223,
            "filename": "locale/fr/LC_MESSAGES/protocols/ssh.po",
            "revision": "7b4398cc937327a20a676f0d2a07c2c5a20fefb0",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolsssh/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolsssh/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsssh/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 41,
            "total_words": 2229,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 2.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 2.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T16:20:54.216087+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsssh/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsssh/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsssh/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsssh/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolsssh/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/tcp",
                "slug": "protocolstcp",
                "id": 83,
                "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/tcp.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/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/protocolstcp/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstcp/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstcp/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstcp/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstcp/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstcp/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstcp/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstcp/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"
            },
            "language_code": "fr",
            "id": 224,
            "filename": "locale/fr/LC_MESSAGES/protocols/tcp.po",
            "revision": "24868125befd0f9f2d7fc85db4da02aacccf705d",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolstcp/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolstcp/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstcp/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 196,
            "total_words": 8378,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstcp/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstcp/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstcp/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstcp/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstcp/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/tls",
                "slug": "protocolstls",
                "id": 84,
                "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/tls.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/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/protocolstls/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstls/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstls/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstls/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstls/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstls/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstls/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstls/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"
            },
            "language_code": "fr",
            "id": 225,
            "filename": "locale/fr/LC_MESSAGES/protocols/tls.po",
            "revision": "a53022161b5be05b2f8ade4fbb446128a8e0951a",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolstls/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolstls/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstls/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 93,
            "total_words": 4392,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstls/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstls/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstls/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstls/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstls/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/transport-service",
                "slug": "protocolstransport-service",
                "id": 85,
                "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/transport-service.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/transport-service.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/protocolstransport-service/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport-service/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport-service/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport-service/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport-service/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport-service/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport-service/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport-service/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"
            },
            "language_code": "fr",
            "id": 226,
            "filename": "locale/fr/LC_MESSAGES/protocols/transport-service.po",
            "revision": "1fe6fcd27effceff59b8d9bd461d10836ca7b837",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolstransport-service/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolstransport-service/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport-service/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 569,
            "translated": 1,
            "translated_words": 3,
            "translated_percent": 4.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T16:26:08.921738+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport-service/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport-service/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport-service/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport-service/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport-service/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "protocols/transport",
                "slug": "protocolstransport",
                "id": 86,
                "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/transport.po",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "locale/pot/protocols/transport.pot",
                "file_format": "po",
                "license": "CC-BY-SA-3.0",
                "license_url": "https://spdx.org/licenses/CC-BY-SA-3.0.html",
                "agreement": "",
                "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolstransport/",
                "url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport/?format=api",
                "repository_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport/repository/?format=api",
                "translations_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport/translations/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport/statistics/?format=api",
                "lock_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport/lock/?format=api",
                "links_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport/links/?format=api",
                "changes_list_url": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolstransport/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"
            },
            "language_code": "fr",
            "id": 227,
            "filename": "locale/fr/LC_MESSAGES/protocols/transport.po",
            "revision": "0c977aa02f0fbe1e0f9607f51c193ad54b0267f1",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolstransport/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolstransport/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 211,
            "translated": 1,
            "translated_words": 3,
            "translated_percent": 25.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-27T16:28:22.623304+02:00",
            "last_author": "Anthony Gego",
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolstransport/fr/units/?format=api"
        }
    ]
}