Translation components API.

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

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

{
    "count": 21,
    "next": "http://translate.mapotempo.com/api/components/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "name": "Mapotempo App",
            "slug": "mapotempo-web",
            "id": 2,
            "source_language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 94,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/fr/",
                "url": "http://translate.mapotempo.com/api/languages/fr/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/fr/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo App",
                "slug": "mapotempo-web",
                "id": 1,
                "web": "https://app.mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-web/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-web/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:Mapotempo/mapotempo-web.git",
            "git_export": "http://translate.mapotempo.com/git/mapotempo-web/mapotempo-web/",
            "branch": "dev",
            "push_branch": "dev",
            "filemask": "config/locales/*.yml",
            "template": "config/locales/fr.yml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "config/locales/en.yml",
            "file_format": "ruby-yaml",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-web/mapotempo-web/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-web/mapotempo-web/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-web/mapotempo-web/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-web/mapotempo-web/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-web/mapotempo-web/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-web/mapotempo-web/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-web/mapotempo-web/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:Mapotempo/mapotempo-web.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "",
            "restricted": false,
            "repoweb": "https://gitlab.com/mapotempo/mapotempo-web/-/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 \"{{ hook_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": "index",
            "slug": "index",
            "id": 18,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "http://translate.mapotempo.com/git/mapotempo-doc/index/",
            "branch": "dev",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/index.po",
            "template": "source/locale/en/LC_MESSAGES/index.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/index/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/index/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/index/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/index/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/index/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/index/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/index/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": false,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "manual/index",
            "slug": "manualindex",
            "id": 19,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/index.po",
            "template": "source/locale/en/LC_MESSAGES/manual/index.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manualindex/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manualindex/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manualindex/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manualindex/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manualindex/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manualindex/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manualindex/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/00-before_start",
            "slug": "manual00-before_start",
            "id": 20,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/00-before_start.po",
            "template": "source/locale/en/LC_MESSAGES/manual/00-before_start.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual00-before_start/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual00-before_start/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual00-before_start/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual00-before_start/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual00-before_start/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual00-before_start/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual00-before_start/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/01-start",
            "slug": "manual01-start",
            "id": 22,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/01-start.po",
            "template": "source/locale/en/LC_MESSAGES/manual/01-start.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual01-start/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual01-start/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual01-start/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual01-start/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual01-start/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual01-start/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual01-start/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/02-global_settings_users",
            "slug": "manual02-global_settings_users",
            "id": 23,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/02-global_settings_users.po",
            "template": "source/locale/en/LC_MESSAGES/manual/02-global_settings_users.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual02-global_settings_users/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual02-global_settings_users/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual02-global_settings_users/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual02-global_settings_users/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual02-global_settings_users/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual02-global_settings_users/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual02-global_settings_users/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/04-destinations",
            "slug": "manual04-destinations",
            "id": 25,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/04-destinations.po",
            "template": "source/locale/en/LC_MESSAGES/manual/04-destinations.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual04-destinations/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual04-destinations/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual04-destinations/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual04-destinations/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual04-destinations/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual04-destinations/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual04-destinations/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/05-zonings",
            "slug": "manual05-zonings",
            "id": 26,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/05-zonings.po",
            "template": "source/locale/en/LC_MESSAGES/manual/05-zonings.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual05-zonings/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual05-zonings/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual05-zonings/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual05-zonings/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual05-zonings/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual05-zonings/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual05-zonings/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/06-plans",
            "slug": "manual06-plans",
            "id": 27,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/06-plans.po",
            "template": "source/locale/en/LC_MESSAGES/manual/06-plans.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06-plans/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06-plans/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06-plans/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06-plans/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06-plans/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06-plans/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06-plans/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/07-mobile_devices",
            "slug": "manual07-mobile_devices",
            "id": 28,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/07-mobile_devices.po",
            "template": "source/locale/en/LC_MESSAGES/manual/07-mobile_devices.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual07-mobile_devices/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual07-mobile_devices/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual07-mobile_devices/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual07-mobile_devices/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual07-mobile_devices/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual07-mobile_devices/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual07-mobile_devices/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/08-advanced_options",
            "slug": "manual08-advanced_options",
            "id": 29,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/08-advanced_options.po",
            "template": "source/locale/en/LC_MESSAGES/manual/08-advanced_options.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual08-advanced_options/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual08-advanced_options/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual08-advanced_options/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual08-advanced_options/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual08-advanced_options/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual08-advanced_options/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual08-advanced_options/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "mtlive_manual/index",
            "slug": "mtlive_manualindex",
            "id": 30,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/mtlive_manual/index.po",
            "template": "source/locale/en/LC_MESSAGES/mtlive_manual/index.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/mtlive_manualindex/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/mtlive_manualindex/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/mtlive_manualindex/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/mtlive_manualindex/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/mtlive_manualindex/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/mtlive_manualindex/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/mtlive_manualindex/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "sphinx",
            "slug": "sphinx",
            "id": 31,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/sphinx.po",
            "template": "source/locale/en/LC_MESSAGES/sphinx.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/sphinx/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/sphinx/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/sphinx/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/sphinx/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/sphinx/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/sphinx/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/sphinx/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "glossary/index",
            "slug": "glossaryindex",
            "id": 32,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/glossary/index.po",
            "template": "source/locale/en/LC_MESSAGES/glossary/index.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/glossaryindex/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/glossaryindex/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/glossaryindex/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/glossaryindex/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/glossaryindex/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/glossaryindex/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/glossaryindex/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "tutorial/index",
            "slug": "tutorialindex",
            "id": 33,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/tutorial/index.po",
            "template": "source/locale/en/LC_MESSAGES/tutorial/index.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/tutorialindex/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/tutorialindex/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/tutorialindex/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/tutorialindex/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/tutorialindex/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/tutorialindex/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/tutorialindex/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/06a-plans",
            "slug": "manual06a-plans",
            "id": 34,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/06a-plans.po",
            "template": "source/locale/en/LC_MESSAGES/manual/06a-plans.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06a-plans/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06a-plans/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06a-plans/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06a-plans/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06a-plans/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06a-plans/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06a-plans/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/06b-plans_creation",
            "slug": "manual06b-plans_creation",
            "id": 35,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/06b-plans_creation.po",
            "template": "source/locale/en/LC_MESSAGES/manual/06b-plans_creation.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06b-plans_creation/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06b-plans_creation/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06b-plans_creation/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06b-plans_creation/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06b-plans_creation/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06b-plans_creation/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06b-plans_creation/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/06c-optimization",
            "slug": "manual06c-optimization",
            "id": 36,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/06c-optimization.po",
            "template": "source/locale/en/LC_MESSAGES/manual/06c-optimization.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06c-optimization/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06c-optimization/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06c-optimization/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06c-optimization/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06c-optimization/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06c-optimization/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06c-optimization/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/06d-plans_export",
            "slug": "manual06d-plans_export",
            "id": 37,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/06d-plans_export.po",
            "template": "source/locale/en/LC_MESSAGES/manual/06d-plans_export.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06d-plans_export/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06d-plans_export/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06d-plans_export/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06d-plans_export/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06d-plans_export/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06d-plans_export/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual06d-plans_export/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": "manual/03-vehicles_configuration",
            "slug": "manual03-vehicles_configuration",
            "id": 38,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.mapotempo.com/languages/en/",
                "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Mapotempo Doc",
                "slug": "mapotempo-doc",
                "id": 2,
                "web": "https://mapotempo.com",
                "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
                "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
                "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
                "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
                "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
                "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
                "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "source/locale/*/LC_MESSAGES/manual/03-vehicles_configuration.po",
            "template": "source/locale/en/LC_MESSAGES/manual/03-vehicles_configuration.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po-mono",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual03-vehicles_configuration/",
            "url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual03-vehicles_configuration/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual03-vehicles_configuration/repository/?format=api",
            "translations_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual03-vehicles_configuration/translations/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual03-vehicles_configuration/statistics/?format=api",
            "lock_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual03-vehicles_configuration/lock/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/components/mapotempo-doc/manual03-vehicles_configuration/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.com:mapotempo/mapotempo-web-doc.git",
            "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": ""
        }
    ]
}