Translation components API.

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

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

{
    "count": 148,
    "next": "https://translate.lxqt-project.org/api/components/?format=api&page=6",
    "previous": "https://translate.lxqt-project.org/api/components/?format=api&page=4",
    "results": [
        {
            "name": "Panel Modul Name",
            "slug": "panel-modul-name",
            "id": 158,
            "project": {
                "name": "LXQt Panel",
                "slug": "lxqt-panel",
                "id": 4,
                "web": "https://github.com/lxqt/lxqt-panel",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-panel",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "autostart/translations/lxqt-panel_*.desktop.yaml",
            "template": "autostart/translations/lxqt-panel.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "autostart/translations/lxqt-panel.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/panel-modul-name/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "policy-kit Module Name",
            "slug": "policy-kit-module-name",
            "id": 159,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-policykit",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "autostart/translations/lxqt-policykit-agent_*.desktop.yaml",
            "template": "autostart/translations/lxqt-policykit-agent.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "autostart/translations/lxqt-policykit-agent.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/policy-kit-module-name/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-powermanagement Module Name",
            "slug": "lxqt-powermanagement-module-name",
            "id": 160,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-powermanagement",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "autostart/translations/lxqt-powermanagement_*.desktop.yaml",
            "template": "autostart/translations/lxqt-powermanagement.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "autostart/translations/lxqt-powermanagement.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-powermanagement-module-name/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-powermanagement-module-name/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-powermanagement-module-name/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-powermanagement-module-name/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-powermanagement-module-name/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-powermanagement-module-name/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-powermanagement-module-name/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "LXQt-runner Module Name",
            "slug": "lxqt-runner-module-name",
            "id": 161,
            "project": {
                "name": "LXQt Desktop",
                "slug": "lxqt-desktop",
                "id": 2,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-runner",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "autostart/translations/lxqt-runner_*.desktop.yaml",
            "template": "autostart/translations/lxqt-runner.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "autostart/translations/lxqt-runner.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/lxqt-runner-module-name/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/lxqt-runner-module-name/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/lxqt-runner-module-name/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/lxqt-runner-module-name/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/lxqt-runner-module-name/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/lxqt-runner-module-name/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-globalkeys Module Name",
            "slug": "globalshortkeys-module-name",
            "id": 162,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-globalkeys",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "autostart/translations/lxqt-globalkeyshortcuts_*.desktop.yaml",
            "template": "autostart/translations/lxqt-globalkeyshortcuts.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "autostart/translations/lxqt-globalkeyshortcuts.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/globalshortkeys-module-name/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/globalshortkeys-module-name/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/globalshortkeys-module-name/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/globalshortkeys-module-name/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/globalshortkeys-module-name/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/globalshortkeys-module-name/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/globalshortkeys-module-name/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "ScreenGrab Menu Entry",
            "slug": "screengrab-menu-entry",
            "id": 163,
            "project": {
                "name": "LXQt Desktop",
                "slug": "lxqt-desktop",
                "id": 2,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-desktop/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/screengrab",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "translations/screengrab_*.desktop.yaml",
            "template": "translations/screengrab.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "translations/screengrab.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/screengrab-menu-entry/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/screengrab-menu-entry/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/screengrab-menu-entry/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/screengrab-menu-entry/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/screengrab-menu-entry/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/screengrab-menu-entry/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-desktop/screengrab-menu-entry/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-config-session Menu Entry",
            "slug": "lxqt-config-session-menu-entry",
            "id": 164,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-config-session/translations/lxqt-config-session_*.desktop.yaml",
            "template": "lxqt-config-session/translations/lxqt-config-session.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lxqt-config-session/translations/lxqt-config-session.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-session-menu-entry/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-session-menu-entry/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-session-menu-entry/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-session-menu-entry/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-session-menu-entry/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-session-menu-entry/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-session-menu-entry/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-leave Menu Entry: Hibernate",
            "slug": "lxqt-leave-menu-entry-hibernate",
            "id": 165,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-leave/translations/lxqt-hibernate_*.desktop.yaml",
            "template": "lxqt-leave/translations/lxqt-hibernate.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lxqt-leave/translations/lxqt-hibernate.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-leave-menu-entry-hibernate/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-hibernate/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-hibernate/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-hibernate/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-hibernate/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-hibernate/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-hibernate/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-leave Menu Entry: Suspend",
            "slug": "lxqt-leave-menu-entry-suspend",
            "id": 166,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-leave/translations/lxqt-suspend_*.desktop.yaml",
            "template": "lxqt-leave/translations/lxqt-suspend.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lxqt-leave/translations/lxqt-suspend.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-leave-menu-entry-suspend/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-suspend/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-suspend/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-suspend/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-suspend/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-suspend/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-suspend/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-leave Menu Entry: Shutdown",
            "slug": "lxqt-leave-menu-entry-shutdown",
            "id": 167,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-leave/translations/lxqt-shutdown_*.desktop.yaml",
            "template": "lxqt-leave/translations/lxqt-shutdown.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lxqt-leave/translations/lxqt-shutdown.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-leave-menu-entry-shutdown/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-shutdown/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-shutdown/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-shutdown/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-shutdown/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-shutdown/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-shutdown/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-leave Menu Entry: Reboot",
            "slug": "lxqt-leave-menu-entry-reboot",
            "id": 168,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-leave/translations/lxqt-reboot_*.desktop.yaml",
            "template": "lxqt-leave/translations/lxqt-reboot.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lxqt-leave/translations/lxqt-reboot.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-leave-menu-entry-reboot/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-reboot/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-reboot/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-reboot/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-reboot/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-reboot/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-reboot/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-leave Menu Entry: Lock Screen",
            "slug": "lxqt-leave-menu-entry-lock-screen",
            "id": 169,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-leave/translations/lxqt-lockscreen_*.desktop.yaml",
            "template": "lxqt-leave/translations/lxqt-lockscreen.desktop.yaml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "lxqt-leave/translations/lxqt-lockscreen.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-leave-menu-entry-lock-screen/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-lock-screen/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-lock-screen/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-lock-screen/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-lock-screen/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-lock-screen/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-lock-screen/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-leave Menu Entry: Logout",
            "slug": "lxqt-leave-menu-entry-logout",
            "id": 170,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-leave/translations/lxqt-logout_*.desktop.yaml",
            "template": "lxqt-leave/translations/lxqt-logout.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lxqt-leave/translations/lxqt-logout.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-leave-menu-entry-logout/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-logout/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-logout/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-logout/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-logout/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-logout/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-logout/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "lxqt-leave Menu Entry: Leave Dialog",
            "slug": "lxqt-leave-menu-entry-leave-dialog",
            "id": 171,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "lxqt-leave/translations/lxqt-leave_*.desktop.yaml",
            "template": "lxqt-leave/translations/lxqt-leave.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "lxqt-leave/translations/lxqt-leave.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-leave-menu-entry-leave-dialog/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-leave-dialog/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-leave-dialog/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-leave-dialog/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-leave-dialog/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-leave-dialog/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-leave-menu-entry-leave-dialog/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "XScreenSaver Autostart Name",
            "slug": "xscreensaver-module-name",
            "id": 172,
            "project": {
                "name": "LXQt Configuration",
                "slug": "lxqt-configuration",
                "id": 5,
                "web": "https://lxqt-project.org/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-configuration/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-session",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "autostart/translations/lxqt-xscreensaver-autostart_*.desktop.yaml",
            "template": "autostart/translations/lxqt-xscreensaver-autostart.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "autostart/translations/lxqt-xscreensaver-autostart.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/xscreensaver-module-name/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/xscreensaver-module-name/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/xscreensaver-module-name/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/xscreensaver-module-name/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/xscreensaver-module-name/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/xscreensaver-module-name/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-configuration/xscreensaver-module-name/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "Kvantum Manager",
            "slug": "kvantum-manager",
            "id": 175,
            "project": {
                "name": "Tsujan",
                "slug": "tsujan",
                "id": 3,
                "web": "https://github.com/tsujan/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/tsujan/",
                "url": "https://translate.lxqt-project.org/api/projects/tsujan/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/tsujan/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/tsujan/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/tsujan/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/tsujan/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/tsujan/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/tsujan/Kvantum/",
            "git_export": "https://translate.lxqt-project.org/git/tsujan/kvantum-manager/",
            "branch": "master",
            "push_branch": "",
            "filemask": "Kvantum/kvantummanager/data/translations/kvantummanager_*.ts",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "Kvantum/kvantummanager/data/translations/kvantummanager.ts",
            "file_format": "ts",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/tsujan/kvantum-manager/",
            "url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-manager/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-manager/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-manager/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-manager/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-manager/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-manager/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "Kvantum  Preview",
            "slug": "kvantum-preview",
            "id": 176,
            "project": {
                "name": "Tsujan",
                "slug": "tsujan",
                "id": 3,
                "web": "https://github.com/tsujan/",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/tsujan/",
                "url": "https://translate.lxqt-project.org/api/projects/tsujan/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/tsujan/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/tsujan/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/tsujan/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/tsujan/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/tsujan/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/tsujan/Kvantum/",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "Kvantum/kvantumpreview/data/translations/kvantumpreview_*.ts",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "Kvantum/kvantumpreview/data/translations/kvantumpreview.ts",
            "file_format": "ts",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/tsujan/kvantum-preview/",
            "url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-preview/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-preview/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-preview/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-preview/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-preview/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/tsujan/kvantum-preview/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "plugin-cpuload (Name & Description)",
            "slug": "plugin-cpuload-name-and-description",
            "id": 181,
            "project": {
                "name": "LXQt Panel",
                "slug": "lxqt-panel",
                "id": 4,
                "web": "https://github.com/lxqt/lxqt-panel",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-panel",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "plugin-cpuload/translations/cpuload_*.desktop.yaml",
            "template": "plugin-cpuload/translations/cpuload.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "plugin-cpuload/translations/cpuload.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-cpuload-name-and-description/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-cpuload-name-and-description/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-cpuload-name-and-description/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-cpuload-name-and-description/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-cpuload-name-and-description/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-cpuload-name-and-description/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-cpuload-name-and-description/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "plugin-colorpicker (Name & Description)",
            "slug": "plugin-colorpicker-name-and-description",
            "id": 182,
            "project": {
                "name": "LXQt Panel",
                "slug": "lxqt-panel",
                "id": 4,
                "web": "https://github.com/lxqt/lxqt-panel",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-panel",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "plugin-colorpicker/translations/colorpicker_*.desktop.yaml",
            "template": "plugin-colorpicker/translations/colorpicker.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "plugin-colorpicker/translations/colorpicker.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-colorpicker-name-and-description/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker-name-and-description/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker-name-and-description/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker-name-and-description/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker-name-and-description/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker-name-and-description/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker-name-and-description/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        },
        {
            "name": "plugin-desktopswitch (Name & Description)",
            "slug": "plugin-desktopswitch-name-and-description",
            "id": 183,
            "project": {
                "name": "LXQt Panel",
                "slug": "lxqt-panel",
                "id": 4,
                "web": "https://github.com/lxqt/lxqt-panel",
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "english",
                        "en_en",
                        "base",
                        "source",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://translate.lxqt-project.org/languages/en/",
                    "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
                },
                "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/",
                "url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/?format=api",
                "components_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/components/?format=api",
                "repository_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/repository/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/statistics/?format=api",
                "changes_list_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/changes/?format=api",
                "languages_url": "https://translate.lxqt-project.org/api/projects/lxqt-panel/languages/?format=api"
            },
            "vcs": "github",
            "repo": "https://github.com/lxqt/lxqt-panel",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "plugin-desktopswitch/translations/desktopswitch_*.desktop.yaml",
            "template": "plugin-desktopswitch/translations/desktopswitch.desktop.yaml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "plugin-desktopswitch/translations/desktopswitch.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-or-later",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-desktopswitch-name-and-description/",
            "url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-desktopswitch-name-and-description/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-desktopswitch-name-and-description/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-desktopswitch-name-and-description/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-desktopswitch-name-and-description/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-desktopswitch-name-and-description/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-desktopswitch-name-and-description/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": 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": ""
        }
    ]
}