Translation components API.

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

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

{
    "count": 24,
    "next": "https://translate.opensourcepos.org/api/components/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "name": "common",
            "slug": "common",
            "id": 1,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "https://translate.opensourcepos.org/git/opensourcepos/common/",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Common.php",
            "template": "app/Language/en/Common.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/common/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/common/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/common/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/common/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/common/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/common/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/common/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/common/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "employees",
            "slug": "employees",
            "id": 3,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Employees.php",
            "template": "app/Language/en/Employees.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/employees/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "attributes",
            "slug": "attributes",
            "id": 4,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Attributes.php",
            "template": "app/Language/en/Attributes.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/attributes/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/attributes/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/attributes/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/attributes/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/attributes/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/attributes/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/attributes/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/attributes/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "config",
            "slug": "config",
            "id": 5,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Config.php",
            "template": "app/Language/en/Config.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/config/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/config/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/config/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/config/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/config/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/config/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/config/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/config/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "datepicker",
            "slug": "datepicker",
            "id": 6,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Datepicker.php",
            "template": "app/Language/en/Datepicker.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/datepicker/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/datepicker/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/datepicker/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/datepicker/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/datepicker/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/datepicker/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/datepicker/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/datepicker/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "reports",
            "slug": "reports",
            "id": 7,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Reports.php",
            "template": "app/Language/en/Reports.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/reports/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/reports/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "suppliers",
            "slug": "suppliers",
            "id": 8,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Suppliers.php",
            "template": "app/Language/en/Suppliers.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/suppliers/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/suppliers/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/suppliers/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/suppliers/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/suppliers/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/suppliers/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/suppliers/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/suppliers/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "enum",
            "slug": "enum",
            "id": 9,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Enum.php",
            "template": "app/Language/en/Enum.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/enum/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/enum/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/enum/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/enum/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/enum/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/enum/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/enum/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/enum/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "customers",
            "slug": "customers",
            "id": 10,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Customers.php",
            "template": "app/Language/en/Customers.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/customers/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/customers/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/customers/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/customers/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/customers/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/customers/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/customers/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/customers/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "sales",
            "slug": "sales",
            "id": 11,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Sales.php",
            "template": "app/Language/en/Sales.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/sales/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/sales/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "bootstrap_tables",
            "slug": "bootstrap_tables",
            "id": 12,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Bootstrap_tables.php",
            "template": "app/Language/en/Bootstrap_tables.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/bootstrap_tables/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/bootstrap_tables/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/bootstrap_tables/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/bootstrap_tables/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/bootstrap_tables/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/bootstrap_tables/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/bootstrap_tables/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "receivings",
            "slug": "receivings",
            "id": 13,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Receivings.php",
            "template": "app/Language/en/Receivings.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/receivings/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/receivings/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "taxes",
            "slug": "taxes",
            "id": 14,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Taxes.php",
            "template": "app/Language/en/Taxes.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/taxes/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/taxes/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/taxes/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/taxes/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/taxes/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/taxes/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/taxes/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/taxes/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "expenses",
            "slug": "expenses",
            "id": 15,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Expenses.php",
            "template": "app/Language/en/Expenses.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/expenses/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/expenses/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/expenses/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/expenses/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/expenses/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/expenses/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/expenses/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/expenses/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "module",
            "slug": "module",
            "id": 16,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Module.php",
            "template": "app/Language/en/Module.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/module/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/module/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/module/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/module/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/module/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/module/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/module/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/module/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "cashups",
            "slug": "cashups",
            "id": 17,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Cashups.php",
            "template": "app/Language/en/Cashups.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/cashups/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "login",
            "slug": "login",
            "id": 18,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Login.php",
            "template": "app/Language/en/Login.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/login/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/login/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/login/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/login/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/login/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/login/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/login/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/login/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "items",
            "slug": "items",
            "id": 19,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Items.php",
            "template": "app/Language/en/Items.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/items/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/items/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/items/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/items/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/items/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/items/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/items/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/items/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "item_kits",
            "slug": "item_kits",
            "id": 20,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Item_kits.php",
            "template": "app/Language/en/Item_kits.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/item_kits/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/item_kits/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "messages",
            "slug": "messages",
            "id": 21,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.opensourcepos.org/languages/en/",
                "url": "https://translate.opensourcepos.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "opensourcepos",
                "slug": "opensourcepos",
                "id": 1,
                "web": "https://github.com/opensourcepos/opensourcepos",
                "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/",
                "url": "https://translate.opensourcepos.org/api/projects/opensourcepos/?format=api",
                "components_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/components/?format=api",
                "repository_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/repository/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/statistics/?format=api",
                "changes_list_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/changes/?format=api",
                "languages_url": "https://translate.opensourcepos.org/api/projects/opensourcepos/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "ssh://github.com/opensourcepos/opensourcepos",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "app/Language/*/Messages.php",
            "template": "app/Language/en/Messages.php",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "laravel",
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/messages/",
            "url": "https://translate.opensourcepos.org/api/components/opensourcepos/messages/?format=api",
            "repository_url": "https://translate.opensourcepos.org/api/components/opensourcepos/messages/repository/?format=api",
            "translations_url": "https://translate.opensourcepos.org/api/components/opensourcepos/messages/translations/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/components/opensourcepos/messages/statistics/?format=api",
            "lock_url": "https://translate.opensourcepos.org/api/components/opensourcepos/messages/lock/?format=api",
            "links_url": "https://translate.opensourcepos.org/api/components/opensourcepos/messages/links/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/components/opensourcepos/messages/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "ssh://github.com/opensourcepos/opensourcepos",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\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": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        }
    ]
}