Translation components API.

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

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

{
    "count": 37238,
    "next": "https://weblate.rob006.net/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 61,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "https://weblate.rob006.net/git/flarum/core/",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/core.json",
                "screenshot_filemask": "",
                "template": "sources/core.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/core/",
                "url": "https://weblate.rob006.net/api/components/flarum/core/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/core/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/core/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/core/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/core/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/core/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/core/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rob006.net/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 208,
            "filename": "translations/pl/core.json",
            "revision": "cc60249012ed1ca900fa07a949321eb01b085e57,b9be71712819f217267f31d2e0a4b374f1df7d30",
            "web_url": "https://weblate.rob006.net/projects/flarum/core/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/core/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/core/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 549,
            "total_words": 2256,
            "translated": 549,
            "translated_words": 2256,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-05-20T21:36:37.655607Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/core/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/core/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/core/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/core/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/core/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-likes",
                "slug": "flarum-likes",
                "id": 68,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-likes.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-likes.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-likes/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 221,
            "filename": "translations/pl/flarum-likes.json",
            "revision": "6074c0893eb44306372118a7d164af77e21aeb20,45912a845994434134186823cd5dbaaaf5dad811",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-likes/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-likes/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 73,
            "translated": 15,
            "translated_words": 73,
            "translated_percent": 100.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": "2023-05-20T20:32:51.311066Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-flags",
                "slug": "flarum-flags",
                "id": 78,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-flags.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-flags.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-flags/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 234,
            "filename": "translations/pl/flarum-flags.json",
            "revision": "7c6b9eff9657f0be2c17445fb2d0b7150c203546,1aace5cd65040369e40dbeb4773f8921229afec1",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-flags/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-flags/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 104,
            "translated": 28,
            "translated_words": 104,
            "translated_percent": 100.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": "2022-11-23T12:16:05.521165Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-user-directory",
                "slug": "fof-user-directory",
                "id": 80,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-user-directory.json",
                "screenshot_filemask": "",
                "template": "sources/fof-user-directory.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-directory/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 236,
            "filename": "translations/pl/fof-user-directory.json",
            "revision": "45349e25d94657d0f652f8882f43ca9e9aa40466,3e689c0d45d0b5d1204d4e4a9b42d78d68220826",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-directory/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-user-directory/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 108,
            "translated": 27,
            "translated_words": 99,
            "translated_percent": 96.4,
            "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": "2022-05-20T23:31:28.798483Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "migratetoflarum-canonical",
                "slug": "migratetoflarum-canonical",
                "id": 81,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/migratetoflarum-canonical.json",
                "screenshot_filemask": "",
                "template": "sources/migratetoflarum-canonical.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/migratetoflarum-canonical/",
                "url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-canonical/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-canonical/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-canonical/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-canonical/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-canonical/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-canonical/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-canonical/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 238,
            "filename": "translations/pl/migratetoflarum-canonical.json",
            "revision": "5eeae87127d740d8c90a55dc0cc4ffa8d9a6d36d,e03276e92544e4f30be90a6629f9d4e9a575da4e",
            "web_url": "https://weblate.rob006.net/projects/flarum/migratetoflarum-canonical/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/migratetoflarum-canonical/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-canonical/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13,
            "total_words": 91,
            "translated": 13,
            "translated_words": 91,
            "translated_percent": 100.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-11-21T17:23:53.945680Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-canonical/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-canonical/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-canonical/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-canonical/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-canonical/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-mentions",
                "slug": "flarum-mentions",
                "id": 62,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-mentions.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-mentions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-mentions/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 243,
            "filename": "translations/pl/flarum-mentions.json",
            "revision": "c90d4bc8813528d04f760fa21f7e13021bb3fede,c9067f3edd72c516e30f22a5fcf394a617fddc9c",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-mentions/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-mentions/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 30,
            "total_words": 179,
            "translated": 30,
            "translated_words": 179,
            "translated_percent": 100.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": "2023-05-20T20:49:02.598823Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-akismet",
                "slug": "flarum-akismet",
                "id": 63,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-akismet.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-akismet.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-akismet/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 245,
            "filename": "translations/pl/flarum-akismet.json",
            "revision": "31608cc6231deaba04f4e16fa11cebafdd734799,b6249d6b90d989898f1ff987c77afbe347418b69",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-akismet/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-akismet/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 32,
            "translated": 7,
            "translated_words": 32,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 1,
            "last_change": "2022-01-20T14:40:39.124593Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "validation",
                "slug": "validation",
                "id": 65,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/validation.json",
                "screenshot_filemask": "",
                "template": "sources/validation.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/validation/",
                "url": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/validation/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/validation/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/validation/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/validation/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/validation/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/validation/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 249,
            "filename": "translations/pl/validation.json",
            "revision": "f7e07d8f13ca4c6cda47002cae96b4e077c3a1fc,73a9a961e4f4740e95dc11aaae2fb9a269d81439",
            "web_url": "https://weblate.rob006.net/projects/flarum/validation/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/validation/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/validation/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 103,
            "total_words": 730,
            "translated": 103,
            "translated_words": 730,
            "translated_percent": 100.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": "2023-05-20T21:33:59.135913Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/validation/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/validation/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/validation/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/validation/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/validation/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-approval",
                "slug": "flarum-approval",
                "id": 66,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-approval.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-approval.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-approval/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 250,
            "filename": "translations/pl/flarum-approval.json",
            "revision": "09131af0073632bb5337688d860c82d4daee0037,3ad34a750aa98ed2563b2aaac938f072e09b225c",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-approval/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-approval/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 18,
            "translated": 7,
            "translated_words": 18,
            "translated_percent": 100.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": "2019-08-24T21:34:45.371462Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-markdown",
                "slug": "flarum-markdown",
                "id": 67,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-markdown.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-markdown.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-markdown/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 252,
            "filename": "translations/pl/flarum-markdown.json",
            "revision": "afa12bce745f9beeba9a1068d376fed73e727542,56913e80cd1ad1185e71f5dde200d10f0b1e9ad3",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-markdown/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-markdown/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 34,
            "translated": 11,
            "translated_words": 34,
            "translated_percent": 100.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": "2022-05-13T09:20:39.417303Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-sticky",
                "slug": "flarum-sticky",
                "id": 69,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-sticky.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-sticky.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-sticky/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 254,
            "filename": "translations/pl/flarum-sticky.json",
            "revision": "ce8a41b1e5eed9ad2464bacab412a464613481da,5bf86b99a266888f9e26dbbc8f65ba89a78c154f",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-sticky/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-sticky/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 18,
            "translated": 7,
            "translated_words": 18,
            "translated_percent": 100.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": "2023-03-11T22:01:08.702646Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-emoji",
                "slug": "flarum-emoji",
                "id": 70,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-emoji.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-emoji.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-emoji/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 255,
            "filename": "translations/pl/flarum-emoji.json",
            "revision": "dea8fd3627f1fca43620512e3f1c49b5e67338ce,c73c3f13b0d17f856739da1eaa588f212383fe20",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-emoji/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-emoji/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 8,
            "translated": 2,
            "translated_words": 8,
            "translated_percent": 100.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": "2020-03-12T14:05:31.609944Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-suspend",
                "slug": "flarum-suspend",
                "id": 72,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-suspend.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-suspend.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-suspend/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 258,
            "filename": "translations/pl/flarum-suspend.json",
            "revision": "a75b39aca6e406dfebccd5b9b332102a569a0a61,efbd030ffcceeb564490730b0bcdb44720581182",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-suspend/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-suspend/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 111,
            "translated": 25,
            "translated_words": 111,
            "translated_percent": 100.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": "2022-06-07T18:46:58.199077Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-lock",
                "slug": "flarum-lock",
                "id": 74,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-lock.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-lock.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-lock/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 261,
            "filename": "translations/pl/flarum-lock.json",
            "revision": "bb89af4097bc3a71eb8c589d1cc3e72c0eaaffc5,94c4fa6c490d9d5faf8cddf715ccac6b9e98f4b8",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-lock/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-lock/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 23,
            "translated": 8,
            "translated_words": 23,
            "translated_percent": 100.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": "2023-03-11T22:00:51.470949Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-statistics",
                "slug": "flarum-statistics",
                "id": 75,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-statistics.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-statistics.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-statistics/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 263,
            "filename": "translations/pl/flarum-statistics.json",
            "revision": "fe62ba7bc325ccffb7392fee00ea779d62da096e,b784198e260394f313e26271623fe45e37b37c16",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-statistics/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-statistics/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 97,
            "translated": 25,
            "translated_words": 97,
            "translated_percent": 100.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": "2022-11-15T14:35:15.109831Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-pusher",
                "slug": "flarum-pusher",
                "id": 76,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-pusher.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-pusher.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-pusher/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 264,
            "filename": "translations/pl/flarum-pusher.json",
            "revision": "5e62bf2b3273dd4cd35c9717224b8290224778b6,470dca8beb38a0fb7bf3cc2a7b9fb4c25f2bc5b2",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-pusher/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-pusher/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 21,
            "translated": 6,
            "translated_words": 21,
            "translated_percent": 100.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-05-27T20:47:03.904566Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-subscriptions",
                "slug": "flarum-subscriptions",
                "id": 77,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-subscriptions.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-subscriptions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-subscriptions/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 266,
            "filename": "translations/pl/flarum-subscriptions.json",
            "revision": "7f4505474c1cafca4cf74156899099ef10e6fd83,ceb9d8b2d57b8cb236b96d606eee260fd847810e",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-subscriptions/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-subscriptions/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 128,
            "translated": 25,
            "translated_words": 128,
            "translated_percent": 100.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": "2022-09-13T13:08:56.951749Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "flarum-tags",
                "slug": "flarum-tags",
                "id": 79,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-tags.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-tags.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-tags/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 268,
            "filename": "translations/pl/flarum-tags.json",
            "revision": "6401b55c0db4484d7992c2245b8b822f9653d3a1,00ae5dbba8f8e27060a34a1b027b7d6312a09736",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-tags/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-tags/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 58,
            "total_words": 253,
            "translated": 58,
            "translated_words": 253,
            "translated_percent": 100.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": "2023-07-09T17:15:23.677391Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-pages",
                "slug": "fof-pages",
                "id": 87,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-pages.json",
                "screenshot_filemask": "",
                "template": "sources/fof-pages.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-pages/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-pages/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 273,
            "filename": "translations/pl/fof-pages.json",
            "revision": "6deb32ece4f97c423e799f1dfb5a24eccad6cb9e,eacc909faa8f83c16e09648dc299732fd1940abf",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-pages/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-pages/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 29,
            "total_words": 86,
            "translated": 29,
            "translated_words": 86,
            "translated_percent": 100.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-06-04T23:19:38.938376Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "michaelbelgium-discussion-views",
                "slug": "michaelbelgium-discussion-views",
                "id": 90,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/michaelbelgium-discussion-views.json",
                "screenshot_filemask": "",
                "template": "sources/michaelbelgium-discussion-views.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/michaelbelgium-discussion-views/",
                "url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-discussion-views/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-discussion-views/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-discussion-views/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-discussion-views/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-discussion-views/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-discussion-views/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-discussion-views/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 277,
            "filename": "translations/pl/michaelbelgium-discussion-views.json",
            "revision": "dcb95b30825a6d7cc611a03da97b80e190242948,b392f19a3465fea3c7348723bcff405629ca3ceb",
            "web_url": "https://weblate.rob006.net/projects/flarum/michaelbelgium-discussion-views/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/michaelbelgium-discussion-views/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-discussion-views/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 29,
            "total_words": 146,
            "translated": 29,
            "translated_words": 146,
            "translated_percent": 100.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": "2022-12-10T01:17:35.018523Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-discussion-views/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-discussion-views/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-discussion-views/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-discussion-views/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-discussion-views/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-split",
                "slug": "fof-split",
                "id": 93,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-split.json",
                "screenshot_filemask": "",
                "template": "sources/fof-split.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-split/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-split/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-split/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-split/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-split/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-split/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-split/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-split/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 280,
            "filename": "translations/pl/fof-split.json",
            "revision": "f11794d739348b17480ee0b1826b66caabfdecba,9c6c2ca02f261dabfc039eae453ff5e985ef44f1",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-split/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-split/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-split/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 54,
            "translated": 8,
            "translated_words": 52,
            "translated_percent": 88.8,
            "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-06-04T23:18:03.574406Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-user-bio",
                "slug": "fof-user-bio",
                "id": 98,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-user-bio.json",
                "screenshot_filemask": "",
                "template": "sources/fof-user-bio.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-bio/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 285,
            "filename": "translations/pl/fof-user-bio.json",
            "revision": "a8fcd60caa05f0f620741f7b6ced9c463f52fcfd,56068f78670f4240b547e1a8ac1f23d851af23fe",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-bio/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-user-bio/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 79,
            "translated": 8,
            "translated_words": 70,
            "translated_percent": 88.8,
            "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": "2023-07-09T19:06:35.605313Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-subscribed",
                "slug": "fof-subscribed",
                "id": 99,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-subscribed.json",
                "screenshot_filemask": "",
                "template": "sources/fof-subscribed.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-subscribed/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 286,
            "filename": "translations/pl/fof-subscribed.json",
            "revision": "d22b7d7c7dcde4895ef483800a00c558c7c50bf7,73e4ad1e5abb3f78409019dfcf753515b1d74e44",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-subscribed/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-subscribed/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 245,
            "translated": 27,
            "translated_words": 245,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 3,
            "last_change": "2022-05-08T17:16:14.737833Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-reactions",
                "slug": "fof-reactions",
                "id": 100,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-reactions.json",
                "screenshot_filemask": "",
                "template": "sources/fof-reactions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-reactions/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 287,
            "filename": "translations/pl/fof-reactions.json",
            "revision": "32f3583e2106e3f35b78c89f6ba90e326d5a6428,9586b2193a08f77df0849d4eb9c589144180b0f8",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-reactions/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-reactions/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 365,
            "translated": 32,
            "translated_words": 241,
            "translated_percent": 76.1,
            "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": "2024-02-04T18:14:55.348095Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-prevent-necrobumping",
                "slug": "fof-prevent-necrobumping",
                "id": 101,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-prevent-necrobumping.json",
                "screenshot_filemask": "",
                "template": "sources/fof-prevent-necrobumping.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-prevent-necrobumping/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 288,
            "filename": "translations/pl/fof-prevent-necrobumping.json",
            "revision": "199dd03ba928d82665c3fa9449d91c678dd0533b,3b1789579d6f5450e04177f7566068a1ec0e8da9",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-prevent-necrobumping/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-prevent-necrobumping/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 133,
            "translated": 12,
            "translated_words": 133,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-prevent-necrobumping/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-recaptcha",
                "slug": "fof-recaptcha",
                "id": 102,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-recaptcha.json",
                "screenshot_filemask": "",
                "template": "sources/fof-recaptcha.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-recaptcha/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 289,
            "filename": "translations/pl/fof-recaptcha.json",
            "revision": "e5c501fd2d4959ea0bb06ea2973cc4e2045ef2c5,ff7a84a466ba4a322b455e4f46a3ca5738e1545f",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-recaptcha/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-recaptcha/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 114,
            "translated": 10,
            "translated_words": 35,
            "translated_percent": 52.6,
            "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": "2023-07-09T17:57:53.568210Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-disposable-emails",
                "slug": "fof-disposable-emails",
                "id": 103,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-disposable-emails.json",
                "screenshot_filemask": "",
                "template": "sources/fof-disposable-emails.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-disposable-emails/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 290,
            "filename": "translations/pl/fof-disposable-emails.json",
            "revision": "717530c2bab3dfc8c208b95226fc77c3d4f92bf9,6e28934fc67d90b3a21110ecf3abb5ad869c1aa1",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-disposable-emails/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-disposable-emails/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 7,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-disposable-emails/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-polls",
                "slug": "fof-polls",
                "id": 104,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-polls.json",
                "screenshot_filemask": "",
                "template": "sources/fof-polls.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-polls/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-polls/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 291,
            "filename": "translations/pl/fof-polls.json",
            "revision": "fc58a4fb135309df863693e0d2eff98a5bbee391,34a4a50ff5c6ce04f729c2949e4fd1ad156a712a",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-polls/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-polls/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 437,
            "translated": 45,
            "translated_words": 204,
            "translated_percent": 48.9,
            "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": "2023-09-03T10:38:02.122202Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-formatting",
                "slug": "fof-formatting",
                "id": 106,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-formatting.json",
                "screenshot_filemask": "",
                "template": "sources/fof-formatting.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-formatting/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 293,
            "filename": "translations/pl/fof-formatting.json",
            "revision": "985a8a7be640b2db36fa6850d4d5c0d28f72a548,e36e62fa46de23a0c45cbe589e03f4a63edc8d71",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-formatting/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-formatting/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 29,
            "translated": 7,
            "translated_words": 29,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-formatting/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-frontpage",
                "slug": "fof-frontpage",
                "id": 107,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-frontpage.json",
                "screenshot_filemask": "",
                "template": "sources/fof-frontpage.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-frontpage/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 294,
            "filename": "translations/pl/fof-frontpage.json",
            "revision": "a3827353b543481af85d63cbccfd42bd526d6cb5,62c2c614535f11624a64973d75d9004408dfda43",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-frontpage/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-frontpage/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 14,
            "translated": 5,
            "translated_words": 14,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-frontpage/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-masquerade",
                "slug": "fof-masquerade",
                "id": 108,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-masquerade.json",
                "screenshot_filemask": "",
                "template": "sources/fof-masquerade.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-masquerade/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 296,
            "filename": "translations/pl/fof-masquerade.json",
            "revision": "4aca24e9e81e1e4aabafdbe47a3b4208b5faeef4,1e668aabeaac99b05cca0d6079bd54cbf28b2f47",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-masquerade/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-masquerade/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 41,
            "total_words": 169,
            "translated": 41,
            "translated_words": 169,
            "translated_percent": 100.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": "2022-11-23T12:15:57.997811Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-byobu",
                "slug": "fof-byobu",
                "id": 111,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-byobu.json",
                "screenshot_filemask": "",
                "template": "sources/fof-byobu.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-byobu/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 298,
            "filename": "translations/pl/fof-byobu.json",
            "revision": "d8d5ee171ef82281c91861608aee0027ae87a767,8dba62367c7a4752b9e2141c98189d351d5c89ce",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-byobu/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-byobu/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 532,
            "translated": 64,
            "translated_words": 532,
            "translated_percent": 100.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": "2023-07-09T17:19:09.796003Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-gamification",
                "slug": "fof-gamification",
                "id": 114,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-gamification.json",
                "screenshot_filemask": "",
                "template": "sources/fof-gamification.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-gamification/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 301,
            "filename": "translations/pl/fof-gamification.json",
            "revision": "e75e1a2112cf0e994358c7bd19c39f24fb5d51b8,22a4319bb88ef3068db9a5439c2cc69210a91d42",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-gamification/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-gamification/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 74,
            "total_words": 403,
            "translated": 74,
            "translated_words": 403,
            "translated_percent": 100.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": "2022-10-25T14:09:12.605512Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-socialprofile",
                "slug": "fof-socialprofile",
                "id": 115,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-socialprofile.json",
                "screenshot_filemask": "",
                "template": "sources/fof-socialprofile.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-socialprofile/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 302,
            "filename": "translations/pl/fof-socialprofile.json",
            "revision": "57ef3611f5b36c13adbca19f1937b1fec917f561,ef3b612c2cfde29faea8527c1f1e3370dc6d4dc5",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-socialprofile/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-socialprofile/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 50,
            "translated": 15,
            "translated_words": 50,
            "translated_percent": 100.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": 1,
            "last_change": "2022-06-08T19:41:46.331189Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-follow-tags",
                "slug": "fof-follow-tags",
                "id": 117,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-follow-tags.json",
                "screenshot_filemask": "",
                "template": "sources/fof-follow-tags.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-follow-tags/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 304,
            "filename": "translations/pl/fof-follow-tags.json",
            "revision": "0636b325faf5400553a53df9202553652cc512ea,5658d2a2c48589653608f0aece037c3059a9d35d",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-follow-tags/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-follow-tags/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 48,
            "total_words": 273,
            "translated": 46,
            "translated_words": 252,
            "translated_percent": 95.8,
            "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": "2023-10-09T23:31:18.215813Z",
            "last_author": "Rafał Całka",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-secure-https",
                "slug": "fof-secure-https",
                "id": 120,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-secure-https.json",
                "screenshot_filemask": "",
                "template": "sources/fof-secure-https.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-secure-https/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 307,
            "filename": "translations/pl/fof-secure-https.json",
            "revision": "6399f7cc6e61da4e5a478b77d408141893154fd0,c9aa816c28f6ca4d11f130234bbbe5385063adee",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-secure-https/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-secure-https/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 16,
            "translated": 3,
            "translated_words": 16,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-secure-https/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-default-group",
                "slug": "fof-default-group",
                "id": 121,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-default-group.json",
                "screenshot_filemask": "",
                "template": "sources/fof-default-group.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-default-group/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-default-group/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-default-group/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-default-group/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-default-group/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-default-group/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-default-group/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-default-group/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 308,
            "filename": "translations/pl/fof-default-group.json",
            "revision": "33904cf0a32d95dff4c77c20acbffc54ee60a877,389256fa0b655ce8bacac554f106e8a23e7ecf3f",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-default-group/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-default-group/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-default-group/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 15,
            "translated": 1,
            "translated_words": 15,
            "translated_percent": 100.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-11-21T17:22:57.206884Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-default-group/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-default-group/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-default-group/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-default-group/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-default-group/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-share-social",
                "slug": "fof-share-social",
                "id": 123,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-share-social.json",
                "screenshot_filemask": "",
                "template": "sources/fof-share-social.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-share-social/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-share-social/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-share-social/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-share-social/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-share-social/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-share-social/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-share-social/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-share-social/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 310,
            "filename": "translations/pl/fof-share-social.json",
            "revision": "dfcec6a29549fef6b2374732662a513038cf457c,860cfc5a19f6fb41bca8839f0096a05c5f28f8ea",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-share-social/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-share-social/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-share-social/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 67,
            "translated": 17,
            "translated_words": 26,
            "translated_percent": 85.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": "2022-12-17T16:40:16.429306Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-share-social/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-share-social/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-share-social/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-share-social/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-share-social/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-username-request",
                "slug": "fof-username-request",
                "id": 105,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-username-request.json",
                "screenshot_filemask": "",
                "template": "sources/fof-username-request.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-username-request/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 314,
            "filename": "translations/pl/fof-username-request.json",
            "revision": "0473c55f38baba23b8420f44edf345af3a5d8e01,ff6b0a00943859d9e60fe35f973efb6d1d6b4806",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-username-request/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-username-request/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 70,
            "total_words": 368,
            "translated": 70,
            "translated_words": 368,
            "translated_percent": 100.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": 1,
            "last_change": "2024-02-03T13:55:38.542887Z",
            "last_author": "Rafał Całka",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-custom-footer",
                "slug": "fof-custom-footer",
                "id": 109,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-custom-footer.json",
                "screenshot_filemask": "",
                "template": "sources/fof-custom-footer.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-custom-footer/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 315,
            "filename": "translations/pl/fof-custom-footer.json",
            "revision": "8cf300d9495405b9407a6f897a4ee23f653ff9c8,46ca65b360275846e8f67c9335cf1784cf2c1541",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-custom-footer/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-custom-footer/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 9,
            "translated": 4,
            "translated_words": 9,
            "translated_percent": 100.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": "2020-12-16T18:15:38.457589Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-merge-discussions",
                "slug": "fof-merge-discussions",
                "id": 110,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-merge-discussions.json",
                "screenshot_filemask": "",
                "template": "sources/fof-merge-discussions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-merge-discussions/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 316,
            "filename": "translations/pl/fof-merge-discussions.json",
            "revision": "7c9a7ae814fcd0939e338406e3cba3e632178bfa,1a8b58f83ea6aedacb931b3d839959f27992199a",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-merge-discussions/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-merge-discussions/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 172,
            "translated": 28,
            "translated_words": 172,
            "translated_percent": 100.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": "2022-08-24T14:17:42.579206Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-sentry",
                "slug": "fof-sentry",
                "id": 112,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-sentry.json",
                "screenshot_filemask": "",
                "template": "sources/fof-sentry.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-sentry/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 317,
            "filename": "translations/pl/fof-sentry.json",
            "revision": "03d03cce7b9579e4c1beb1a8808019b644b38214,deb5a32c3e5ca05c0b31f5523e87f7e9d9f9d716",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-sentry/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-sentry/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 258,
            "translated": 8,
            "translated_words": 33,
            "translated_percent": 44.4,
            "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": "2022-09-09T18:01:30.241964Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-spamblock",
                "slug": "fof-spamblock",
                "id": 113,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-spamblock.json",
                "screenshot_filemask": "",
                "template": "sources/fof-spamblock.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-spamblock/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 318,
            "filename": "translations/pl/fof-spamblock.json",
            "revision": "36222224164b31d2d6561732439fa0197a80b44f,40bddce2cce58fd502add541694194b6399d3b15",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-spamblock/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-spamblock/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 24,
            "translated": 3,
            "translated_words": 24,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-spamblock/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-open-collective",
                "slug": "fof-open-collective",
                "id": 119,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-open-collective.json",
                "screenshot_filemask": "",
                "template": "sources/fof-open-collective.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-open-collective/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 319,
            "filename": "translations/pl/fof-open-collective.json",
            "revision": "5778bca4835984057325e6d45117d74b6585956c,fbf448df407e5876a25795bbcce1b7f5113ae0f3",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-open-collective/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-open-collective/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 16,
            "translated": 5,
            "translated_words": 16,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-open-collective/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-ignore-users",
                "slug": "fof-ignore-users",
                "id": 124,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-ignore-users.json",
                "screenshot_filemask": "",
                "template": "sources/fof-ignore-users.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-ignore-users/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-ignore-users/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-ignore-users/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-ignore-users/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-ignore-users/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-ignore-users/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-ignore-users/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-ignore-users/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 320,
            "filename": "translations/pl/fof-ignore-users.json",
            "revision": "96af2ea58d831017d6af20f01d5cf0549e87e475,5f20098703386ed7ff03faa44d0c7686c9c2d26b",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-ignore-users/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-ignore-users/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-ignore-users/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 40,
            "translated": 9,
            "translated_words": 40,
            "translated_percent": 100.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": "2023-03-24T21:14:01.226257Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-ignore-users/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-ignore-users/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-ignore-users/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-ignore-users/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-ignore-users/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-links",
                "slug": "fof-links",
                "id": 125,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-links.json",
                "screenshot_filemask": "",
                "template": "sources/fof-links.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-links/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-links/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-links/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-links/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-links/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-links/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-links/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-links/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 321,
            "filename": "translations/pl/fof-links.json",
            "revision": "50e238c1325c5d5db015e82a4e2d0784ac07fee9,fe8570dd7af61231e4ef55ca3fc95d3c1b4ad0d3",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-links/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-links/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-links/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 26,
            "total_words": 88,
            "translated": 24,
            "translated_words": 65,
            "translated_percent": 92.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": "2023-04-18T07:37:02.776628Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-links/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-links/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-links/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-links/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-links/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "v17development-seo",
                "slug": "v17development-seo",
                "id": 161,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/v17development-seo.json",
                "screenshot_filemask": "",
                "template": "sources/v17development-seo.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/v17development-seo/",
                "url": "https://weblate.rob006.net/api/components/flarum/v17development-seo/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/v17development-seo/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/v17development-seo/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/v17development-seo/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/v17development-seo/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/v17development-seo/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/v17development-seo/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 322,
            "filename": "translations/pl/v17development-seo.json",
            "revision": "851d940c288748218f7d1bf49d3d28f405b0599d,91c9adf3472fcb45b486298885cc9c371bf7a32e",
            "web_url": "https://weblate.rob006.net/projects/flarum/v17development-seo/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/v17development-seo/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/v17development-seo/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 12,
            "translated": 2,
            "translated_words": 12,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/v17development-seo/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/v17development-seo/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/v17development-seo/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/v17development-seo/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/v17development-seo/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "clarkwinkelmann-emojionearea",
                "slug": "clarkwinkelmann-emojionearea",
                "id": 164,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/clarkwinkelmann-emojionearea.json",
                "screenshot_filemask": "",
                "template": "sources/clarkwinkelmann-emojionearea.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/clarkwinkelmann-emojionearea/",
                "url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-emojionearea/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-emojionearea/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-emojionearea/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-emojionearea/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-emojionearea/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-emojionearea/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-emojionearea/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 325,
            "filename": "translations/pl/clarkwinkelmann-emojionearea.json",
            "revision": "21da358b9f69d113b0ad70d93c0bc1ced1cb0d64,04877c7558b165e33afb44550e384e9e56896ef6",
            "web_url": "https://weblate.rob006.net/projects/flarum/clarkwinkelmann-emojionearea/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/clarkwinkelmann-emojionearea/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-emojionearea/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 26,
            "translated": 8,
            "translated_words": 26,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/clarkwinkelmann-emojionearea/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-emojionearea/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-emojionearea/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-emojionearea/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-emojionearea/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-nightmode",
                "slug": "fof-nightmode",
                "id": 168,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-nightmode.json",
                "screenshot_filemask": "",
                "template": "sources/fof-nightmode.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-nightmode/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-nightmode/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-nightmode/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-nightmode/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-nightmode/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-nightmode/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-nightmode/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-nightmode/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 327,
            "filename": "translations/pl/fof-nightmode.json",
            "revision": "2fe0f2d5e1f09078070e1bee0353843cf9560cae,4fa7aba7a6de5d116071c8f59c24bd1d507c2144",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-nightmode/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-nightmode/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-nightmode/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 223,
            "translated": 28,
            "translated_words": 223,
            "translated_percent": 100.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": "2022-06-12T15:57:13.712343Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-nightmode/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-nightmode/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-nightmode/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-nightmode/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-nightmode/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "matteocontrini-imgur-upload",
                "slug": "matteocontrini-imgur-upload",
                "id": 174,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/matteocontrini-imgur-upload.json",
                "screenshot_filemask": "",
                "template": "sources/matteocontrini-imgur-upload.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/matteocontrini-imgur-upload/",
                "url": "https://weblate.rob006.net/api/components/flarum/matteocontrini-imgur-upload/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/matteocontrini-imgur-upload/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/matteocontrini-imgur-upload/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/matteocontrini-imgur-upload/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/matteocontrini-imgur-upload/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/matteocontrini-imgur-upload/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/matteocontrini-imgur-upload/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 331,
            "filename": "translations/pl/matteocontrini-imgur-upload.json",
            "revision": "3146aac210e084e91e59f2bc63b998a11334d8df,1207754d1a875f466baa641feac1d1be4d60ecfe",
            "web_url": "https://weblate.rob006.net/projects/flarum/matteocontrini-imgur-upload/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/matteocontrini-imgur-upload/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/matteocontrini-imgur-upload/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 38,
            "translated": 11,
            "translated_words": 38,
            "translated_percent": 100.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-04-02T12:03:31.423763Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/matteocontrini-imgur-upload/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/matteocontrini-imgur-upload/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/matteocontrini-imgur-upload/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/matteocontrini-imgur-upload/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/matteocontrini-imgur-upload/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "antoinefr-online",
                "slug": "antoinefr-online",
                "id": 182,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/antoinefr-online.json",
                "screenshot_filemask": "",
                "template": "sources/antoinefr-online.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/antoinefr-online/",
                "url": "https://weblate.rob006.net/api/components/flarum/antoinefr-online/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-online/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-online/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-online/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-online/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-online/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-online/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 336,
            "filename": "translations/pl/antoinefr-online.json",
            "revision": "abaec0fd1518ebc9df8e2a001ad14078d2146969,5a6303d59625bf57e4f8c27314ac0df7507140f5",
            "web_url": "https://weblate.rob006.net/projects/flarum/antoinefr-online/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/antoinefr-online/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-online/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 29,
            "translated": 5,
            "translated_words": 29,
            "translated_percent": 100.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-06-05T14:23:24.214058Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-online/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-online/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-online/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-online/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-online/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "nomiscz-auth-steam",
                "slug": "nomiscz-auth-steam",
                "id": 199,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/nomiscz-auth-steam.json",
                "screenshot_filemask": "",
                "template": "sources/nomiscz-auth-steam.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/nomiscz-auth-steam/",
                "url": "https://weblate.rob006.net/api/components/flarum/nomiscz-auth-steam/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/nomiscz-auth-steam/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/nomiscz-auth-steam/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/nomiscz-auth-steam/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/nomiscz-auth-steam/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/nomiscz-auth-steam/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/nomiscz-auth-steam/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 120,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 343,
            "filename": "translations/pl/nomiscz-auth-steam.json",
            "revision": "076ac081f9d4e32d73712ee5bd06cb496234d047,0fcb0b8cb03644c62be98ce00784b00843c6634a",
            "web_url": "https://weblate.rob006.net/projects/flarum/nomiscz-auth-steam/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/nomiscz-auth-steam/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/nomiscz-auth-steam/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 85,
            "translated": 17,
            "translated_words": 85,
            "translated_percent": 100.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": "2020-08-01T20:57:16.569750Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/nomiscz-auth-steam/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/nomiscz-auth-steam/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/nomiscz-auth-steam/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/nomiscz-auth-steam/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/nomiscz-auth-steam/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-drafts",
                "slug": "fof-drafts",
                "id": 212,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-drafts.json",
                "screenshot_filemask": "",
                "template": "sources/fof-drafts.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-drafts/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-drafts/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-drafts/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-drafts/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-drafts/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-drafts/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-drafts/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-drafts/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 346,
            "filename": "translations/pl/fof-drafts.json",
            "revision": "f6e1f7dcfba2d9419c9d6ae56396490e12f63a96,ef0c08bc3df502ab8fe5350af82ece93e80487d2",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-drafts/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-drafts/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 39,
            "total_words": 150,
            "translated": 39,
            "translated_words": 150,
            "translated_percent": 100.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-06-05T14:21:13.226863Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "michaelbelgium-profile-views",
                "slug": "michaelbelgium-profile-views",
                "id": 216,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/michaelbelgium-profile-views.json",
                "screenshot_filemask": "",
                "template": "sources/michaelbelgium-profile-views.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/michaelbelgium-profile-views/",
                "url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-profile-views/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-profile-views/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-profile-views/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-profile-views/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-profile-views/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-profile-views/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/michaelbelgium-profile-views/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 350,
            "filename": "translations/pl/michaelbelgium-profile-views.json",
            "revision": "344f93b0c3391f1d25359673bebbc84f2d5bac12,0ca7afa983ac257a6cc28d18c201d4db63eb3fe8",
            "web_url": "https://weblate.rob006.net/projects/flarum/michaelbelgium-profile-views/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/michaelbelgium-profile-views/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-profile-views/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 18,
            "translated": 5,
            "translated_words": 18,
            "translated_percent": 100.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-09-05T10:19:01.495486Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-profile-views/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-profile-views/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-profile-views/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-profile-views/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/michaelbelgium-profile-views/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-ban-ips",
                "slug": "fof-ban-ips",
                "id": 217,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-ban-ips.json",
                "screenshot_filemask": "",
                "template": "sources/fof-ban-ips.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-ban-ips/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-ban-ips/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-ban-ips/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-ban-ips/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-ban-ips/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-ban-ips/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-ban-ips/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-ban-ips/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 351,
            "filename": "translations/pl/fof-ban-ips.json",
            "revision": "51e72a91d80a0af3ee58e7d7651a4d9b1c0960a6,7aef4bd127c0785b33134b6d93512b3b0bc2350e",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-ban-ips/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-ban-ips/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-ban-ips/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 47,
            "total_words": 249,
            "translated": 45,
            "translated_words": 181,
            "translated_percent": 95.7,
            "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": "2022-12-02T00:46:07.575848Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-ban-ips/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-ban-ips/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-ban-ips/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-ban-ips/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-ban-ips/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "antoinefr-money",
                "slug": "antoinefr-money",
                "id": 226,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/antoinefr-money.json",
                "screenshot_filemask": "",
                "template": "sources/antoinefr-money.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/antoinefr-money/",
                "url": "https://weblate.rob006.net/api/components/flarum/antoinefr-money/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-money/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-money/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-money/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-money/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-money/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/antoinefr-money/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 356,
            "filename": "translations/pl/antoinefr-money.json",
            "revision": "c318f5362f0fb1429cbae759c0427df78d327079,94c8109feee6b26d03735c19226ef6c377b44e08",
            "web_url": "https://weblate.rob006.net/projects/flarum/antoinefr-money/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/antoinefr-money/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-money/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 80,
            "translated": 19,
            "translated_words": 80,
            "translated_percent": 100.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": "2023-04-02T13:14:02.909838Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-money/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-money/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-money/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-money/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/antoinefr-money/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "tpokorra-post-notification",
                "slug": "tpokorra-post-notification",
                "id": 227,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/tpokorra-post-notification.json",
                "screenshot_filemask": "",
                "template": "sources/tpokorra-post-notification.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/tpokorra-post-notification/",
                "url": "https://weblate.rob006.net/api/components/flarum/tpokorra-post-notification/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/tpokorra-post-notification/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/tpokorra-post-notification/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/tpokorra-post-notification/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/tpokorra-post-notification/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/tpokorra-post-notification/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/tpokorra-post-notification/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 357,
            "filename": "translations/pl/tpokorra-post-notification.json",
            "revision": "6685025124088c007ffee008fa5942c5db748c9a,990119297a6173863a24071bc9a38d5c3fa0035d",
            "web_url": "https://weblate.rob006.net/projects/flarum/tpokorra-post-notification/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/tpokorra-post-notification/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/tpokorra-post-notification/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 123,
            "translated": 12,
            "translated_words": 123,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/tpokorra-post-notification/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/tpokorra-post-notification/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/tpokorra-post-notification/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/tpokorra-post-notification/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/tpokorra-post-notification/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-amazon-affiliation",
                "slug": "fof-amazon-affiliation",
                "id": 240,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-amazon-affiliation.json",
                "screenshot_filemask": "",
                "template": "sources/fof-amazon-affiliation.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-amazon-affiliation/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-amazon-affiliation/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-amazon-affiliation/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-amazon-affiliation/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-amazon-affiliation/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-amazon-affiliation/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-amazon-affiliation/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-amazon-affiliation/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 120,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 368,
            "filename": "translations/pl/fof-amazon-affiliation.json",
            "revision": "523f1a970671b5f53fc44a0799716fc31f59763a,9abe2e127b2b8d55348af606abf1c785916e2d72",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-amazon-affiliation/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-amazon-affiliation/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-amazon-affiliation/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 10,
            "total_words": 104,
            "translated": 8,
            "translated_words": 65,
            "translated_percent": 80.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.rob006.net/api/translations/flarum/fof-amazon-affiliation/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-amazon-affiliation/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-amazon-affiliation/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-amazon-affiliation/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-amazon-affiliation/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "clarkwinkelmann-catch-the-fish",
                "slug": "clarkwinkelmann-catch-the-fish",
                "id": 242,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/clarkwinkelmann-catch-the-fish.json",
                "screenshot_filemask": "",
                "template": "sources/clarkwinkelmann-catch-the-fish.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/clarkwinkelmann-catch-the-fish/",
                "url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 120,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 370,
            "filename": "translations/pl/clarkwinkelmann-catch-the-fish.json",
            "revision": "b6071258e33ae72e0358c0a2615670f887da85b0,0f122c6f369aed5cde1d6db70c762fa73701a80e",
            "web_url": "https://weblate.rob006.net/projects/flarum/clarkwinkelmann-catch-the-fish/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/clarkwinkelmann-catch-the-fish/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-catch-the-fish/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 132,
            "total_words": 742,
            "translated": 128,
            "translated_words": 645,
            "translated_percent": 96.9,
            "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-11-21T22:29:48.020469Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-catch-the-fish/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-catch-the-fish/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-catch-the-fish/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-catch-the-fish/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-catch-the-fish/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "migratetoflarum-fake-data",
                "slug": "migratetoflarum-fake-data",
                "id": 248,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/migratetoflarum-fake-data.json",
                "screenshot_filemask": "",
                "template": "sources/migratetoflarum-fake-data.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/migratetoflarum-fake-data/",
                "url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-fake-data/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-fake-data/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-fake-data/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-fake-data/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-fake-data/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-fake-data/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/migratetoflarum-fake-data/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 376,
            "filename": "translations/pl/migratetoflarum-fake-data.json",
            "revision": "4445874c4cc090f5813ad0669861c659e12720fe,80ae85cc83fe2d3baccf3fade3bbbb7167f09afe",
            "web_url": "https://weblate.rob006.net/projects/flarum/migratetoflarum-fake-data/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/migratetoflarum-fake-data/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-fake-data/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 68,
            "translated": 18,
            "translated_words": 68,
            "translated_percent": 100.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": "2022-12-06T12:05:57.485463Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-fake-data/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-fake-data/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-fake-data/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-fake-data/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/migratetoflarum-fake-data/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 188,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.rob006.net/languages/pl/",
                "url": "https://weblate.rob006.net/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "fof-pretty-mail",
                "slug": "fof-pretty-mail",
                "id": 366,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-pretty-mail.json",
                "screenshot_filemask": "",
                "template": "sources/fof-pretty-mail.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-pretty-mail/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-pretty-mail/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-pretty-mail/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-pretty-mail/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-pretty-mail/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-pretty-mail/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-pretty-mail/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-pretty-mail/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 379,
            "filename": "translations/pl/fof-pretty-mail.json",
            "revision": "eb11cb6ee5103b94077daa35dea05316272c44d7,5d85027637d3f574b649d372739bc044af248df1",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-pretty-mail/pl/",
            "share_url": "https://weblate.rob006.net/engage/flarum/pl/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-pretty-mail/pl/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-pretty-mail/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 139,
            "translated": 20,
            "translated_words": 139,
            "translated_percent": 100.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": "2022-06-04T13:56:50.233788Z",
            "last_author": "Robert Korulczyk",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-pretty-mail/pl/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-pretty-mail/pl/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-pretty-mail/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-pretty-mail/pl/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-pretty-mail/pl/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 61,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "https://weblate.rob006.net/git/flarum/core/",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/core.json",
                "screenshot_filemask": "",
                "template": "sources/core.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/core/",
                "url": "https://weblate.rob006.net/api/components/flarum/core/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/core/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/core/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/core/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/core/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/core/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/core/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rob006.net/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 380,
            "filename": "translations/tr/core.json",
            "revision": "00c4659e95afcbe64a902ab3a0927aa89bcda545,b9be71712819f217267f31d2e0a4b374f1df7d30",
            "web_url": "https://weblate.rob006.net/projects/flarum/core/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/core/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/core/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 549,
            "total_words": 2256,
            "translated": 549,
            "translated_words": 2256,
            "translated_percent": 100.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": "2023-11-23T15:47:45.565046Z",
            "last_author": "horhroik baba",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/core/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/core/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/core/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/core/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/core/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-mentions",
                "slug": "flarum-mentions",
                "id": 62,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-mentions.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-mentions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-mentions/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-mentions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 381,
            "filename": "translations/tr/flarum-mentions.json",
            "revision": "232a2240e8bbc81a5c04d9ea0f393c8e327d38dd,c9067f3edd72c516e30f22a5fcf394a617fddc9c",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-mentions/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-mentions/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 30,
            "total_words": 179,
            "translated": 30,
            "translated_words": 179,
            "translated_percent": 100.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": "2023-05-25T19:30:24.521675Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-mentions/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-akismet",
                "slug": "flarum-akismet",
                "id": 63,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-akismet.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-akismet.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-akismet/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-akismet/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 382,
            "filename": "translations/tr/flarum-akismet.json",
            "revision": "fe55f97a117bedf4b050eb10578a1236bfc5de41,b6249d6b90d989898f1ff987c77afbe347418b69",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-akismet/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-akismet/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 32,
            "translated": 7,
            "translated_words": 32,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/flarum-akismet/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-akismet/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "validation",
                "slug": "validation",
                "id": 65,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/validation.json",
                "screenshot_filemask": "",
                "template": "sources/validation.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/validation/",
                "url": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/validation/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/validation/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/validation/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/validation/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/validation/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/validation/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 384,
            "filename": "translations/tr/validation.json",
            "revision": "8a49606e8947a6e006221906988bbb560f57439a,73a9a961e4f4740e95dc11aaae2fb9a269d81439",
            "web_url": "https://weblate.rob006.net/projects/flarum/validation/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/validation/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/validation/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 103,
            "total_words": 730,
            "translated": 103,
            "translated_words": 730,
            "translated_percent": 100.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": "2022-06-26T12:16:34.583670Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/validation/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/validation/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/validation/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/validation/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/validation/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-approval",
                "slug": "flarum-approval",
                "id": 66,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-approval.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-approval.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-approval/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-approval/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 385,
            "filename": "translations/tr/flarum-approval.json",
            "revision": "385c90576fb3a400d5e0018ff40f8142a7a84c49,3ad34a750aa98ed2563b2aaac938f072e09b225c",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-approval/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-approval/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 18,
            "translated": 7,
            "translated_words": 18,
            "translated_percent": 100.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": "2020-11-15T18:30:51.898862Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-approval/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-markdown",
                "slug": "flarum-markdown",
                "id": 67,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-markdown.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-markdown.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-markdown/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-markdown/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 386,
            "filename": "translations/tr/flarum-markdown.json",
            "revision": "681a62e939374d4fe37a3f38abadb73d087a341c,56913e80cd1ad1185e71f5dde200d10f0b1e9ad3",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-markdown/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-markdown/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 34,
            "translated": 11,
            "translated_words": 34,
            "translated_percent": 100.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": "2022-06-26T12:09:43.551085Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-markdown/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-likes",
                "slug": "flarum-likes",
                "id": 68,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-likes.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-likes.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-likes/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-likes/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 387,
            "filename": "translations/tr/flarum-likes.json",
            "revision": "d41b4ad8045cdd4a86155affbe5f34a8dfe9001c,45912a845994434134186823cd5dbaaaf5dad811",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-likes/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-likes/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 73,
            "translated": 15,
            "translated_words": 73,
            "translated_percent": 100.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": "2023-05-25T19:30:35.138382Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-likes/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-sticky",
                "slug": "flarum-sticky",
                "id": 69,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-sticky.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-sticky.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-sticky/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-sticky/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 388,
            "filename": "translations/tr/flarum-sticky.json",
            "revision": "93e938507a1df70d313ce42ee145960229b96c7f,5bf86b99a266888f9e26dbbc8f65ba89a78c154f",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-sticky/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-sticky/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 18,
            "translated": 7,
            "translated_words": 18,
            "translated_percent": 100.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": "2024-02-16T15:18:00.287738Z",
            "last_author": "horhroik baba",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-sticky/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-emoji",
                "slug": "flarum-emoji",
                "id": 70,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-emoji.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-emoji.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-emoji/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-emoji/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 389,
            "filename": "translations/tr/flarum-emoji.json",
            "revision": "4aad72e7449b2dd563e1622b31385de22eda308d,c73c3f13b0d17f856739da1eaa588f212383fe20",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-emoji/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-emoji/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 8,
            "translated": 2,
            "translated_words": 8,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/flarum-emoji/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-emoji/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-suspend",
                "slug": "flarum-suspend",
                "id": 72,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-suspend.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-suspend.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-suspend/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-suspend/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 391,
            "filename": "translations/tr/flarum-suspend.json",
            "revision": "880888f0fdc815f4a16cdebc9e9ee423d9d3eb6c,efbd030ffcceeb564490730b0bcdb44720581182",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-suspend/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-suspend/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 111,
            "translated": 25,
            "translated_words": 111,
            "translated_percent": 100.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": "2022-06-07T21:42:12.780030Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-suspend/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-lock",
                "slug": "flarum-lock",
                "id": 74,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-lock.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-lock.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-lock/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-lock/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 393,
            "filename": "translations/tr/flarum-lock.json",
            "revision": "b671ec17b69b10c3c56c3f201445b499b8ebcba5,94c4fa6c490d9d5faf8cddf715ccac6b9e98f4b8",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-lock/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-lock/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 23,
            "translated": 8,
            "translated_words": 23,
            "translated_percent": 100.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": "2023-03-10T19:03:38.918117Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-lock/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-statistics",
                "slug": "flarum-statistics",
                "id": 75,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-statistics.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-statistics.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-statistics/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-statistics/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 394,
            "filename": "translations/tr/flarum-statistics.json",
            "revision": "6e288419a18e937b2dbb28148d41f3a21e4b7cbd,b784198e260394f313e26271623fe45e37b37c16",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-statistics/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-statistics/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 97,
            "translated": 25,
            "translated_words": 97,
            "translated_percent": 100.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": "2022-11-15T22:00:50.590672Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-statistics/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-pusher",
                "slug": "flarum-pusher",
                "id": 76,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-pusher.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-pusher.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-pusher/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-pusher/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 395,
            "filename": "translations/tr/flarum-pusher.json",
            "revision": "b98a30d4a534d449d3c0918a0b50fdb7e4db8842,470dca8beb38a0fb7bf3cc2a7b9fb4c25f2bc5b2",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-pusher/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-pusher/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 21,
            "translated": 6,
            "translated_words": 21,
            "translated_percent": 100.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-05-28T13:05:28.355495Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-pusher/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-subscriptions",
                "slug": "flarum-subscriptions",
                "id": 77,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-subscriptions.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-subscriptions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-subscriptions/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-subscriptions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 396,
            "filename": "translations/tr/flarum-subscriptions.json",
            "revision": "f1c96943e433c545ae4178d76db915f19eb6f35c,ceb9d8b2d57b8cb236b96d606eee260fd847810e",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-subscriptions/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-subscriptions/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 128,
            "translated": 25,
            "translated_words": 128,
            "translated_percent": 100.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": "2022-09-19T08:40:19.961765Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-subscriptions/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-flags",
                "slug": "flarum-flags",
                "id": 78,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-flags.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-flags.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-flags/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-flags/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 397,
            "filename": "translations/tr/flarum-flags.json",
            "revision": "73be97cc024e6ad2638f78fed7f8e75cd02e2504,1aace5cd65040369e40dbeb4773f8921229afec1",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-flags/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-flags/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 104,
            "translated": 28,
            "translated_words": 104,
            "translated_percent": 100.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": "2020-12-14T10:15:19.901755Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-flags/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "flarum-tags",
                "slug": "flarum-tags",
                "id": 79,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/flarum-tags.json",
                "screenshot_filemask": "",
                "template": "sources/flarum-tags.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/flarum-tags/",
                "url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/flarum-tags/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 398,
            "filename": "translations/tr/flarum-tags.json",
            "revision": "109d2b6ef31226a86116264a23750e40121770a9,00ae5dbba8f8e27060a34a1b027b7d6312a09736",
            "web_url": "https://weblate.rob006.net/projects/flarum/flarum-tags/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/flarum-tags/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 58,
            "total_words": 253,
            "translated": 58,
            "translated_words": 253,
            "translated_percent": 100.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": "2023-07-30T08:27:33.526540Z",
            "last_author": "Selman Ö",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/flarum-tags/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-user-directory",
                "slug": "fof-user-directory",
                "id": 80,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-user-directory.json",
                "screenshot_filemask": "",
                "template": "sources/fof-user-directory.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-directory/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-user-directory/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 399,
            "filename": "translations/tr/fof-user-directory.json",
            "revision": "ebaf7372cfa60f409c7672d963390363603f9b46,3e689c0d45d0b5d1204d4e4a9b42d78d68220826",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-directory/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-user-directory/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 108,
            "translated": 28,
            "translated_words": 108,
            "translated_percent": 100.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": "2023-11-22T19:58:59.189477Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-directory/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-pages",
                "slug": "fof-pages",
                "id": 87,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-pages.json",
                "screenshot_filemask": "",
                "template": "sources/fof-pages.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-pages/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-pages/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-pages/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 400,
            "filename": "translations/tr/fof-pages.json",
            "revision": "e11be7a04c1f90c634e4b7154e87f05a8375a42f,eacc909faa8f83c16e09648dc299732fd1940abf",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-pages/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-pages/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 29,
            "total_words": 86,
            "translated": 29,
            "translated_words": 86,
            "translated_percent": 100.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-05-31T10:18:41.624216Z",
            "last_author": "DursunCanPoyraz",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-pages/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-split",
                "slug": "fof-split",
                "id": 93,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-split.json",
                "screenshot_filemask": "",
                "template": "sources/fof-split.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-split/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-split/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-split/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-split/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-split/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-split/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-split/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-split/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 401,
            "filename": "translations/tr/fof-split.json",
            "revision": "7517736f3544a168e171dc4c4cc3187f229ed095,9c6c2ca02f261dabfc039eae453ff5e985ef44f1",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-split/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-split/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-split/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 54,
            "translated": 9,
            "translated_words": 54,
            "translated_percent": 100.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": "2023-11-22T19:47:59.220492Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-split/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-user-bio",
                "slug": "fof-user-bio",
                "id": 98,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-user-bio.json",
                "screenshot_filemask": "",
                "template": "sources/fof-user-bio.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-bio/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-user-bio/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 402,
            "filename": "translations/tr/fof-user-bio.json",
            "revision": "e2d050252cb7b444e5c95ca1c73aa35ec86122bd,56068f78670f4240b547e1a8ac1f23d851af23fe",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-user-bio/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-user-bio/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 79,
            "translated": 9,
            "translated_words": 79,
            "translated_percent": 100.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": "2023-11-22T19:59:11.917093Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-user-bio/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-subscribed",
                "slug": "fof-subscribed",
                "id": 99,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-subscribed.json",
                "screenshot_filemask": "",
                "template": "sources/fof-subscribed.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-subscribed/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-subscribed/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 403,
            "filename": "translations/tr/fof-subscribed.json",
            "revision": "97a5900b7490720331ba5219e3a911c02b2829c4,73e4ad1e5abb3f78409019dfcf753515b1d74e44",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-subscribed/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-subscribed/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 245,
            "translated": 27,
            "translated_words": 245,
            "translated_percent": 100.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": "2022-03-27T09:01:14.403733Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-subscribed/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-reactions",
                "slug": "fof-reactions",
                "id": 100,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-reactions.json",
                "screenshot_filemask": "",
                "template": "sources/fof-reactions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-reactions/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-reactions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 404,
            "filename": "translations/tr/fof-reactions.json",
            "revision": "4c32d148aa7434df2b184d45cae2a06e3fb11892,9586b2193a08f77df0849d4eb9c589144180b0f8",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-reactions/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-reactions/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 365,
            "translated": 42,
            "translated_words": 365,
            "translated_percent": 100.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": "2024-02-13T00:20:10.020630Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-reactions/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-prevent-necrobumping",
                "slug": "fof-prevent-necrobumping",
                "id": 101,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-prevent-necrobumping.json",
                "screenshot_filemask": "",
                "template": "sources/fof-prevent-necrobumping.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-prevent-necrobumping/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 405,
            "filename": "translations/tr/fof-prevent-necrobumping.json",
            "revision": "da2329319ff00a6da116f03c61d084ed2b44a8ae,3b1789579d6f5450e04177f7566068a1ec0e8da9",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-prevent-necrobumping/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-prevent-necrobumping/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 133,
            "translated": 12,
            "translated_words": 133,
            "translated_percent": 100.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-12-25T21:00:37.642698Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-recaptcha",
                "slug": "fof-recaptcha",
                "id": 102,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-recaptcha.json",
                "screenshot_filemask": "",
                "template": "sources/fof-recaptcha.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-recaptcha/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-recaptcha/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 406,
            "filename": "translations/tr/fof-recaptcha.json",
            "revision": "851ee940912bf0ef652508b9fc15eaea6a210db6,ff7a84a466ba4a322b455e4f46a3ca5738e1545f",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-recaptcha/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-recaptcha/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 114,
            "translated": 19,
            "translated_words": 114,
            "translated_percent": 100.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": "2024-01-17T09:06:21.958513Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-recaptcha/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-disposable-emails",
                "slug": "fof-disposable-emails",
                "id": 103,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-disposable-emails.json",
                "screenshot_filemask": "",
                "template": "sources/fof-disposable-emails.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-disposable-emails/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-disposable-emails/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 407,
            "filename": "translations/tr/fof-disposable-emails.json",
            "revision": "d3c43db554f0a8bf9cbc3ec727690f9f3057fdd6,6e28934fc67d90b3a21110ecf3abb5ad869c1aa1",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-disposable-emails/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-disposable-emails/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 7,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-disposable-emails/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-polls",
                "slug": "fof-polls",
                "id": 104,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-polls.json",
                "screenshot_filemask": "",
                "template": "sources/fof-polls.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-polls/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-polls/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-polls/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 408,
            "filename": "translations/tr/fof-polls.json",
            "revision": "fb7b6d76adad0bdabcb13fbd97221bc3d975ceec,34a4a50ff5c6ce04f729c2949e4fd1ad156a712a",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-polls/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-polls/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 437,
            "translated": 91,
            "translated_words": 435,
            "translated_percent": 98.9,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 1.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-26T12:43:55.672110Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-polls/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-username-request",
                "slug": "fof-username-request",
                "id": 105,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-username-request.json",
                "screenshot_filemask": "",
                "template": "sources/fof-username-request.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-username-request/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-username-request/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 409,
            "filename": "translations/tr/fof-username-request.json",
            "revision": "f79c37c5116f79d425b608afb53d5fa51c06a2e0,ff6b0a00943859d9e60fe35f973efb6d1d6b4806",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-username-request/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-username-request/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 70,
            "total_words": 368,
            "translated": 70,
            "translated_words": 368,
            "translated_percent": 100.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": "2023-11-22T19:58:45.589596Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-username-request/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-formatting",
                "slug": "fof-formatting",
                "id": 106,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-formatting.json",
                "screenshot_filemask": "",
                "template": "sources/fof-formatting.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-formatting/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-formatting/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 410,
            "filename": "translations/tr/fof-formatting.json",
            "revision": "63556895f9280b400c30768bcc12883fc928252b,e36e62fa46de23a0c45cbe589e03f4a63edc8d71",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-formatting/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-formatting/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 29,
            "translated": 7,
            "translated_words": 29,
            "translated_percent": 100.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": "2022-06-26T12:07:43.102113Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-formatting/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-frontpage",
                "slug": "fof-frontpage",
                "id": 107,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-frontpage.json",
                "screenshot_filemask": "",
                "template": "sources/fof-frontpage.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-frontpage/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-frontpage/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 411,
            "filename": "translations/tr/fof-frontpage.json",
            "revision": "20f32252f067f8b01460bae75be45d48d7a959a2,62c2c614535f11624a64973d75d9004408dfda43",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-frontpage/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-frontpage/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 14,
            "translated": 5,
            "translated_words": 14,
            "translated_percent": 100.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.rob006.net/api/translations/flarum/fof-frontpage/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-frontpage/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-masquerade",
                "slug": "fof-masquerade",
                "id": 108,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-masquerade.json",
                "screenshot_filemask": "",
                "template": "sources/fof-masquerade.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-masquerade/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-masquerade/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 412,
            "filename": "translations/tr/fof-masquerade.json",
            "revision": "d60a17abb09ccda74bdc1652a181f106231a05e4,1e668aabeaac99b05cca0d6079bd54cbf28b2f47",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-masquerade/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-masquerade/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 41,
            "total_words": 169,
            "translated": 41,
            "translated_words": 169,
            "translated_percent": 100.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-12-18T21:38:57.687720Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-masquerade/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-custom-footer",
                "slug": "fof-custom-footer",
                "id": 109,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-custom-footer.json",
                "screenshot_filemask": "",
                "template": "sources/fof-custom-footer.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-custom-footer/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-custom-footer/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 413,
            "filename": "translations/tr/fof-custom-footer.json",
            "revision": "64cdfbe85b4e0b65557277694eed4c4af4f5e9a5,46ca65b360275846e8f67c9335cf1784cf2c1541",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-custom-footer/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-custom-footer/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 9,
            "translated": 4,
            "translated_words": 9,
            "translated_percent": 100.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": "2020-12-21T19:15:16.821872Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-custom-footer/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-merge-discussions",
                "slug": "fof-merge-discussions",
                "id": 110,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-merge-discussions.json",
                "screenshot_filemask": "",
                "template": "sources/fof-merge-discussions.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-merge-discussions/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-merge-discussions/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 414,
            "filename": "translations/tr/fof-merge-discussions.json",
            "revision": "a22c8c242d41d48d2c44ca434853693679ae05ab,1a8b58f83ea6aedacb931b3d839959f27992199a",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-merge-discussions/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-merge-discussions/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 28,
            "total_words": 172,
            "translated": 28,
            "translated_words": 172,
            "translated_percent": 100.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": "2022-08-08T15:26:37.458973Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-merge-discussions/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-byobu",
                "slug": "fof-byobu",
                "id": 111,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-byobu.json",
                "screenshot_filemask": "",
                "template": "sources/fof-byobu.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-byobu/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-byobu/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 415,
            "filename": "translations/tr/fof-byobu.json",
            "revision": "7f20b9bf5a83e00400faeafbf5b8f3e0c79639f7,8dba62367c7a4752b9e2141c98189d351d5c89ce",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-byobu/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-byobu/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 532,
            "translated": 64,
            "translated_words": 532,
            "translated_percent": 100.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": "2023-06-05T13:00:10.584337Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-byobu/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-sentry",
                "slug": "fof-sentry",
                "id": 112,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-sentry.json",
                "screenshot_filemask": "",
                "template": "sources/fof-sentry.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-sentry/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-sentry/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 416,
            "filename": "translations/tr/fof-sentry.json",
            "revision": "ad2d7c6024312cb0228b877e1072169fba724152,deb5a32c3e5ca05c0b31f5523e87f7e9d9f9d716",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-sentry/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-sentry/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 258,
            "translated": 18,
            "translated_words": 258,
            "translated_percent": 100.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": "2023-07-28T21:24:39.811932Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-sentry/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-spamblock",
                "slug": "fof-spamblock",
                "id": 113,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-spamblock.json",
                "screenshot_filemask": "",
                "template": "sources/fof-spamblock.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-spamblock/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-spamblock/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 417,
            "filename": "translations/tr/fof-spamblock.json",
            "revision": "0962b0c580ff7d3dd89e581cb6309a6611cf4de0,40bddce2cce58fd502add541694194b6399d3b15",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-spamblock/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-spamblock/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 24,
            "translated": 3,
            "translated_words": 24,
            "translated_percent": 100.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-10-23T08:11:50.751184Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-spamblock/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-gamification",
                "slug": "fof-gamification",
                "id": 114,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-gamification.json",
                "screenshot_filemask": "",
                "template": "sources/fof-gamification.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-gamification/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-gamification/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 418,
            "filename": "translations/tr/fof-gamification.json",
            "revision": "a324e7737633f5621094fcdb9b06d879b863cb8f,22a4319bb88ef3068db9a5439c2cc69210a91d42",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-gamification/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-gamification/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 74,
            "total_words": 403,
            "translated": 74,
            "translated_words": 403,
            "translated_percent": 100.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": "2022-10-30T19:26:56.833192Z",
            "last_author": "Can",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-gamification/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-socialprofile",
                "slug": "fof-socialprofile",
                "id": 115,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-socialprofile.json",
                "screenshot_filemask": "",
                "template": "sources/fof-socialprofile.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-socialprofile/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-socialprofile/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 419,
            "filename": "translations/tr/fof-socialprofile.json",
            "revision": "27d8ffcabc864b190037ef6a37b8434d06da1ec4,ef3b612c2cfde29faea8527c1f1e3370dc6d4dc5",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-socialprofile/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-socialprofile/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 50,
            "translated": 15,
            "translated_words": 50,
            "translated_percent": 100.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": "2022-06-08T21:24:46.220868Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-socialprofile/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-follow-tags",
                "slug": "fof-follow-tags",
                "id": 117,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-follow-tags.json",
                "screenshot_filemask": "",
                "template": "sources/fof-follow-tags.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-follow-tags/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-follow-tags/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 421,
            "filename": "translations/tr/fof-follow-tags.json",
            "revision": "2ddc9220a3db9b79628a2bc85003ba7a2b399ab3,5658d2a2c48589653608f0aece037c3059a9d35d",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-follow-tags/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-follow-tags/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 48,
            "total_words": 273,
            "translated": 48,
            "translated_words": 273,
            "translated_percent": 100.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": "2023-11-22T19:52:21.049634Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-follow-tags/tr/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://weblate.rob006.net/languages/tr/",
                "url": "https://weblate.rob006.net/api/languages/tr/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "fof-open-collective",
                "slug": "fof-open-collective",
                "id": 119,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 65,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.rob006.net/languages/en/",
                    "url": "https://weblate.rob006.net/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Flarum",
                    "slug": "flarum",
                    "id": 4,
                    "web": "https://rob006-software.github.io/flarum-translations/",
                    "web_url": "https://weblate.rob006.net/projects/flarum/",
                    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
                    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
                    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
                    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
                    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
                    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:rob006-software/flarum-translations.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/*/fof-open-collective.json",
                "screenshot_filemask": "",
                "template": "sources/fof-open-collective.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.rob006.net/projects/flarum/fof-open-collective/",
                "url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/?format=api",
                "repository_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/repository/?format=api",
                "translations_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/translations/?format=api",
                "statistics_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/statistics/?format=api",
                "lock_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/lock/?format=api",
                "links_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/links/?format=api",
                "changes_list_url": "https://weblate.rob006.net/api/components/flarum/fof-open-collective/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "git@github.com:rob006-software/flarum-translations.git",
                "check_flags": "icu-message-format",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tr",
            "id": 423,
            "filename": "translations/tr/fof-open-collective.json",
            "revision": "a50a084a24385a8340e899f84c42ddd48c2e5dfb,fbf448df407e5876a25795bbcce1b7f5113ae0f3",
            "web_url": "https://weblate.rob006.net/projects/flarum/fof-open-collective/tr/",
            "share_url": "https://weblate.rob006.net/engage/flarum/tr/",
            "translate_url": "https://weblate.rob006.net/translate/flarum/fof-open-collective/tr/",
            "url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 16,
            "translated": 5,
            "translated_words": 16,
            "translated_percent": 100.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-10-02T07:24:50.371540Z",
            "last_author": "Tolga Altaş",
            "repository_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/tr/repository/?format=api",
            "file_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/tr/file/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/tr/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/tr/changes/?format=api",
            "units_list_url": "https://weblate.rob006.net/api/translations/flarum/fof-open-collective/tr/units/?format=api"
        }
    ]
}