Translation List
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/?format=api&page=14
https://l10n.xwiki.org/api/translations/?format=api&page=15", "previous": "https://l10n.xwiki.org/api/translations/?format=api&page=13", "results": [ { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki.Notifications.Macro", "slug": "xwiki-notifications-macro", "id": 160, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/src/main/resources/XWiki/Notifications/Code/Macro/Translations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/src/main/resources/XWiki/Notifications/Code/Macro/Translations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-macro/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/10/?format=api" }, "language_code": "ru", "id": 1012, "filename": "xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/src/main/resources/XWiki/Notifications/Code/Macro/Translations.ru.xml", "revision": "d4954f37a6b0bd80980b308439b128e304c696f6,0dbacd996b0fc145e9a887a3929701c5465b67dd", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-macro/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-macro/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/ru/?format=api", "is_template": false, "is_source": false, "total": 37, "total_words": 302, "translated": 37, "translated_words": 302, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2022-02-04T18:39:30.417055Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-macro/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki.Notifications.Code.Translations", "slug": "xwiki-notifications-code-translations", "id": 103, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-code-translations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/10/?format=api" }, "language_code": "ru", "id": 1013, "filename": "xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.ru.xml", "revision": "0c7ef02b396e2a02b1b82309093bfaddbdccdb48,05b449e2adc9f9443bd52a1299e7a33322809c89", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-code-translations/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-code-translations/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/ru/?format=api", "is_template": false, "is_source": false, "total": 236, "total_words": 1359, "translated": 236, "translated_words": 1359, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2024-08-16T17:54:18.921170Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-notifications%252Fxwiki-notifications-code-translations/ru/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "xwiki-platform-wiki-ui-common WikiManager CommonTranslations", "slug": "common-wikimanager-commontranslations", "id": 51, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-common/src/main/resources/WikiManager/CommonTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-common/src/main/resources/WikiManager/CommonTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-wiki/common-wikimanager-commontranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/15/?format=api" }, "language_code": "no", "id": 1014, "filename": "xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-common/src/main/resources/WikiManager/CommonTranslations.no.xml", "revision": "f6fe49e4dc35fac28b7ef7190e2f480d7f06699f,b1c5a651418ceb5172dce86363cae21a7b602ddb", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-wiki/common-wikimanager-commontranslations/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-wiki/common-wikimanager-commontranslations/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/no/?format=api", "is_template": false, "is_source": false, "total": 9, "total_words": 113, "translated": 9, "translated_words": 113, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2021-03-14T09:51:15.398442Z", "last_author": "Jarle Sandmo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fcommon-wikimanager-commontranslations/no/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Flavor API", "slug": "flavor-api", "id": 72, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/flavor-api/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/flavor-api/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/flavor-api/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/flavor-api/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/flavor-api/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/flavor-api/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/flavor-api/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/flavor-api/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1015, "filename": "xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/src/main/resources/ApplicationResources_ru.properties", "revision": "3f37ec5b9d6e225a040d62184f980758003457ab,098dd9da11a94e5432f504b3e45069fc81f343c8", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/flavor-api/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/flavor-api/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/flavor-api/ru/?format=api", "is_template": false, "is_source": false, "total": 4, "total_words": 21, "translated": 4, "translated_words": 21, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-02-18T09:20:35.176704Z", "last_author": "DenisF", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/flavor-api/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/flavor-api/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/flavor-api/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/flavor-api/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/flavor-api/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Macros.TreeTranslations", "slug": "macros-treetranslations", "id": 70, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/TreeTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/TreeTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/macros-treetranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/macros-treetranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/macros-treetranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/macros-treetranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/macros-treetranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/macros-treetranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/macros-treetranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/macros-treetranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1016, "filename": "xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-macro/src/main/resources/Macros/TreeTranslations.ru.xml", "revision": "640001ca3e39de282c71c3ef14c76f125b1377cb,e94c24c00c836f35b91dd704be66305fbb04cb57", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/macros-treetranslations/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/macros-treetranslations/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/macros-treetranslations/ru/?format=api", "is_template": false, "is_source": false, "total": 30, "total_words": 535, "translated": 30, "translated_words": 535, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-04-08T04:36:35.116167Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/macros-treetranslations/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/macros-treetranslations/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/macros-treetranslations/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/macros-treetranslations/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/macros-treetranslations/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Jetty listener", "slug": "jetty-listener", "id": 86, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-listener/src/main/resources/org/xwiki/tools/jetty/listener/messages_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-listener/src/main/resources/org/xwiki/tools/jetty/listener/messages.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/jetty-listener/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/jetty-listener/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/jetty-listener/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/jetty-listener/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/jetty-listener/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/jetty-listener/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/jetty-listener/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/jetty-listener/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1017, "filename": "xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-listener/src/main/resources/org/xwiki/tools/jetty/listener/messages_ru.properties", "revision": "47bd60758a41ba83f4d435d2d8cc60ba3c0fdeb1,575d519b46526bc598f6465e0e26a6d791090e66", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/jetty-listener/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/jetty-listener/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/jetty-listener/ru/?format=api", "is_template": false, "is_source": false, "total": 4, "total_words": 32, "translated": 4, "translated_words": 32, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2022-10-01T09:07:13.778051Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/jetty-listener/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/jetty-listener/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/jetty-listener/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/jetty-listener/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/jetty-listener/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Localization Macro", "slug": "localization-macro", "id": 40, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-rendering/xwiki-platform-rendering-macros/localization-macro/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/21/?format=api" }, "language_code": "ru", "id": 1018, "filename": "xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/src/main/resources/ApplicationResources_ru.properties", "revision": "9a199595ee8dce390dfb6c3fdd906e9fea8e25df,760dbdc857bd28c6d45d0857da77fef07e9f38fc", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-rendering/xwiki-platform-rendering-macros/localization-macro/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-rendering/xwiki-platform-rendering-macros/localization-macro/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/ru/?format=api", "is_template": false, "is_source": false, "total": 9, "total_words": 36, "translated": 9, "translated_words": 36, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-04-08T03:03:05.517860Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-rendering%252Fxwiki-platform-rendering-macros%252Flocalization-macro/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "xwiki-platform-template-api", "slug": "templatemacro", "id": 38, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-template/xwiki-platform-template-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-template/xwiki-platform-template-api/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/templatemacro/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/templatemacro/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/templatemacro/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/templatemacro/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/templatemacro/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/templatemacro/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/templatemacro/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/templatemacro/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1019, "filename": "xwiki-platform-core/xwiki-platform-template/xwiki-platform-template-api/src/main/resources/ApplicationResources_ru.properties", "revision": "638c3ebe91777d47c576daa3a18ef50231084b6e,373261c78d5034c6d8c79e7f58c8e3c2e8ae0f1e", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/templatemacro/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/templatemacro/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/templatemacro/ru/?format=api", "is_template": false, "is_source": false, "total": 7, "total_words": 32, "translated": 7, "translated_words": 32, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2023-01-25T17:42:04.477044Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/templatemacro/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/templatemacro/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/templatemacro/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/templatemacro/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/templatemacro/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "WYSIWYG Editor API", "slug": "wysiwyg-editor-api", "id": 49, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/wysiwyg-editor-api/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/wysiwyg-editor-api/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1020, "filename": "xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/resources/ApplicationResources_ru.properties", "revision": "5141e0d8b60fa2a0f0214ae693a431baf27b1fbb,c30eeee64993a0922266ba7538054f609013edc0", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/wysiwyg-editor-api/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/wysiwyg-editor-api/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/?format=api", "is_template": false, "is_source": false, "total": 2, "total_words": 19, "translated": 2, "translated_words": 19, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-01-31T10:31:13.644601Z", "last_author": "DenisF", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "xwiki-platform-index-tree-macro DocumentTreeTranslations", "slug": "xwiki-documenttreetranslations", "id": 68, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-index/xwiki-documenttreetranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/22/?format=api" }, "language_code": "ru", "id": 1021, "filename": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.ru.xml", "revision": "b0f78e0d0e1998d0f703f59fd584928feb03bf4b,02675fff4023a4c6a03466c3fca216f9ac078cab", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-index/xwiki-documenttreetranslations/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-index/xwiki-documenttreetranslations/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/ru/?format=api", "is_template": false, "is_source": false, "total": 53, "total_words": 830, "translated": 53, "translated_words": 830, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2024-10-13T11:21:03.687020Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Fxwiki-documenttreetranslations/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki.OfficeImporterTranslations", "slug": "xwiki-officeimportertranslations", "id": 95, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/src/main/resources/XWiki/OfficeImporterTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/src/main/resources/XWiki/OfficeImporterTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-officeimportertranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-officeimportertranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-officeimportertranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-officeimportertranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-officeimportertranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-officeimportertranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-officeimportertranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-officeimportertranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1022, "filename": "xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/src/main/resources/XWiki/OfficeImporterTranslations.ru.xml", "revision": "e59ede239600262319e76c43d93fb2416a86f827,25b9590e41cad1766faa2af90245836465da2342", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-officeimportertranslations/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-officeimportertranslations/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-officeimportertranslations/ru/?format=api", "is_template": false, "is_source": false, "total": 25, "total_words": 203, "translated": 25, "translated_words": 203, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2023-04-13T04:03:50.912116Z", "last_author": "DenisF", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-officeimportertranslations/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-officeimportertranslations/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-officeimportertranslations/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-officeimportertranslations/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-officeimportertranslations/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki Platform Icon Default", "slug": "xwiki-platform-icon-default", "id": 163, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-default/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-default/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-icon/xwiki-platform-icon-default/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/14/?format=api" }, "language_code": "ru", "id": 1023, "filename": "xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-default/src/main/resources/ApplicationResources_ru.properties", "revision": "4e33042b702fbfc991bdb51d3799546089d97499,7d5071fb4e4ad109252c33778002fd21868ee887", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-icon/xwiki-platform-icon-default/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-icon/xwiki-platform-icon-default/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/ru/?format=api", "is_template": false, "is_source": false, "total": 3, "total_words": 20, "translated": 3, "translated_words": 20, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2023-12-30T08:49:42.916658Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-icon%252Fxwiki-platform-icon-default/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki.RatingsTranslations", "slug": "xwiki-ratingstranslations", "id": 41, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/src/main/resources/XWiki/Ratings/RatingsTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/src/main/resources/XWiki/Ratings/RatingsTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-ratingstranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-ratingstranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-ratingstranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-ratingstranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-ratingstranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-ratingstranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-ratingstranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-ratingstranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1024, "filename": "xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/src/main/resources/XWiki/Ratings/RatingsTranslations.ru.xml", "revision": "e2ab9f0ec47e1e36d1beff8266df12cb93086c8c,2dcd6fd9f5555f81c0219c50a517557464c395ef", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-ratingstranslations/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-ratingstranslations/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-ratingstranslations/ru/?format=api", "is_template": false, "is_source": false, "total": 20, "total_words": 271, "translated": 20, "translated_words": 271, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2020-10-29T06:40:41.911331Z", "last_author": "DenisF", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-ratingstranslations/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-ratingstranslations/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-ratingstranslations/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-ratingstranslations/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-ratingstranslations/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "xwiki-platform-refactoring-default", "slug": "xwiki-refactoring-default", "id": 161, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-refactoring-default/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/12/?format=api" }, "language_code": "ru", "id": 1025, "filename": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/resources/ApplicationResources_ru.properties", "revision": "41860e31ed9b31ec0d4ed34e3131ebad8c7cb616,d0951b9ef4b1326f876daa39fa1cec5159328ba7", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-refactoring-default/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-refactoring/xwiki-refactoring-default/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/ru/?format=api", "is_template": false, "is_source": false, "total": 26, "total_words": 283, "translated": 26, "translated_words": 283, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-04-11T03:58:18.762202Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-refactoring-default/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki.TemplateProviderTranslations", "slug": "xwiki-templateprovidertranslations", "id": 100, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/TemplateProviderTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/TemplateProviderTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-administration/xwiki-templateprovidertranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/25/?format=api" }, "language_code": "ru", "id": 1026, "filename": "xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/TemplateProviderTranslations.ru.xml", "revision": "9934440e99c6a2043a289c1db49c116735b509d5,fa02c00547daecb17abb7c1fb53f22b3818f17e5", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-administration/xwiki-templateprovidertranslations/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-administration/xwiki-templateprovidertranslations/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/ru/?format=api", "is_template": false, "is_source": false, "total": 9, "total_words": 97, "translated": 9, "translated_words": 97, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-04-11T03:18:58.173379Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-templateprovidertranslations/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki.XWikiSyntaxDefinitionLists", "slug": "xwiki-xwikisyntaxdefinitionlists", "id": 60, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxDefinitionLists.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxDefinitionLists.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-fullpage", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-help/xwiki-platform-help-syntax/xwiki-xwikisyntaxdefinitionlists/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/6/?format=api" }, "language_code": "ru", "id": 1028, "filename": "xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxDefinitionLists.ru.xml", "revision": "2ba57364aa3b7f14e5d7ff59cc749d785e618b5e,a94a15b34936fb95901f714610afd7d846b7f8f5", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-help/xwiki-platform-help-syntax/xwiki-xwikisyntaxdefinitionlists/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-help/xwiki-platform-help-syntax/xwiki-xwikisyntaxdefinitionlists/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/ru/?format=api", "is_template": false, "is_source": false, "total": 2, "total_words": 139, "translated": 2, "translated_words": 139, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 1, "failing_checks_words": 1, "failing_checks_percent": 50.0, "have_suggestion": 0, "have_comment": 0, "last_change": null, "last_author": null, "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxdefinitionlists/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki.XWikiSyntaxEscapes", "slug": "xwiki-xwikisyntaxescapes", "id": 54, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxEscapes.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxEscapes.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-fullpage", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-help/xwiki-platform-help-syntax/xwiki-xwikisyntaxescapes/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/6/?format=api" }, "language_code": "ru", "id": 1029, "filename": "xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxEscapes.ru.xml", "revision": "77f474d74d52cb1c5745d255221b88433c9832c6,bd7fd5c06c244fbe9ac241ed5fb71183fd586928", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-help/xwiki-platform-help-syntax/xwiki-xwikisyntaxescapes/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-help/xwiki-platform-help-syntax/xwiki-xwikisyntaxescapes/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/ru/?format=api", "is_template": false, "is_source": false, "total": 2, "total_words": 81, "translated": 2, "translated_words": 81, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 1, "failing_checks_words": 1, "failing_checks_percent": 50.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2022-02-05T11:59:38.706968Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-help%252Fxwiki-platform-help-syntax%252Fxwiki-xwikisyntaxescapes/ru/units/?format=api" }, { "language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "component": { "name": "XWiki Platform Refactoring API", "slug": "xwiki-platform-refactoring-api", "id": 164, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/12/?format=api" }, "language_code": "en", "id": 1030, "filename": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources.properties", "revision": "296d957c56f7cf385efe047e01974a3a956a6091,296d957c56f7cf385efe047e01974a3a956a6091", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/en/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/en/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/en/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/en/?format=api", "is_template": true, "is_source": true, "total": 22, "total_words": 118, "translated": 22, "translated_words": 118, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": null, "last_author": null, "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/en/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/en/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/en/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/en/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/en/units/?format=api" }, { "language": { "id": 96, "code": "fr", "name": "French", "plural": { "id": 96, "source": 0, "number": 2, "formula": "n > 1", "type": 1 }, "aliases": [ "fra_fr", "fra", "fre" ], "direction": "ltr", "population": 278611506, "web_url": "https://l10n.xwiki.org/languages/fr/", "url": "https://l10n.xwiki.org/api/languages/fr/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/fr/statistics/?format=api" }, "component": { "name": "XWiki Platform Refactoring API", "slug": "xwiki-platform-refactoring-api", "id": 164, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/12/?format=api" }, "language_code": "fr", "id": 1031, "filename": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources_fr.properties", "revision": "b6faeaf5606f6aba0ab62b084d85ff7968c6ef49,296d957c56f7cf385efe047e01974a3a956a6091", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/fr/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/fr/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/fr/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/fr/?format=api", "is_template": false, "is_source": false, "total": 22, "total_words": 118, "translated": 18, "translated_words": 71, "translated_percent": 81.8, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 1, "have_comment": 0, "last_change": "2021-01-30T10:27:25.585434Z", "last_author": "xrichard", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/fr/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/fr/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/fr/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/fr/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/fr/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Admin Tools Application", "slug": "admin-tools-application", "id": 115, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-admintools", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/admin-tools-application/", "branch": "master", "push_branch": "", "filemask": "src/main/resources/Admin/Translations.*.xml", "screenshot_filemask": "", "template": "src/main/resources/Admin/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/admin-tools-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/admin-tools-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/admin-tools-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/admin-tools-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/admin-tools-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/admin-tools-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/admin-tools-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/admin-tools-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-admintools", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1033, "filename": "src/main/resources/Admin/Translations.ru.xml", "revision": "430cecc2c146828dc7d986eb785433b6b05de493,75c9a5d1598e825502a9a76976ed76597f4fd9f5", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/admin-tools-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/admin-tools-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/admin-tools-application/ru/?format=api", "is_template": false, "is_source": false, "total": 12, "total_words": 75, "translated": 12, "translated_words": 75, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2023-08-20T08:04:44.187868Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/admin-tools-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/admin-tools-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/admin-tools-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/admin-tools-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/admin-tools-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Templates Application", "slug": "templates-application", "id": 126, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-templates", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/templates-application/", "branch": "master", "push_branch": "", "filemask": "application-templates-ui/src/main/resources/Templates/Translations.*.xml", "screenshot_filemask": "", "template": "application-templates-ui/src/main/resources/Templates/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/templates-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/templates-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/templates-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/templates-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/templates-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/templates-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/templates-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/templates-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-templates", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1035, "filename": "application-templates-ui/src/main/resources/Templates/Translations.ru.xml", "revision": "02aa7d6efc3b0667621729a8ab939f1836532985,6612d4ee04ab69e8417247909b12ba17a2f6114c", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/templates-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/templates-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/templates-application/ru/?format=api", "is_template": false, "is_source": false, "total": 8, "total_words": 17, "translated": 8, "translated_words": 17, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-02-12T22:10:14.988812Z", "last_author": "Yuriy Safronov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/templates-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/templates-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/templates-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/templates-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/templates-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XWiki Platform Refactoring API", "slug": "xwiki-platform-refactoring-api", "id": 164, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/12/?format=api" }, "language_code": "ru", "id": 1036, "filename": "xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/resources/ApplicationResources_ru.properties", "revision": "383a62b1c34d17ec9aecdcb860b11b971481016c,296d957c56f7cf385efe047e01974a3a956a6091", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-refactoring/xwiki-platform-refactoring-api/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/ru/?format=api", "is_template": false, "is_source": false, "total": 22, "total_words": 118, "translated": 18, "translated_words": 71, "translated_percent": 81.8, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-04-12T03:12:48.041290Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-refactoring%252Fxwiki-platform-refactoring-api/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Application Chart.js", "slug": "application-chart-js", "id": 162, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-chartjs", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/application-chart-js/", "branch": "master", "push_branch": "", "filemask": "application-chartjs-ui/src/main/resources/XWiki/ChartJS/Translations.*.xml", "screenshot_filemask": "", "template": "application-chartjs-ui/src/main/resources/XWiki/ChartJS/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/application-chart-js/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-chart-js/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-chart-js/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-chart-js/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-chart-js/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-chart-js/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-chart-js/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-chart-js/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-chartjs", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1037, "filename": "application-chartjs-ui/src/main/resources/XWiki/ChartJS/Translations.ru.xml", "revision": "6e74be885e097ed9af48e1fea890273e1e933aa5,b5f89ffbb0bd354c172cf9e1289c0cdfcc966ca3", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/application-chart-js/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/application-chart-js/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-chart-js/ru/?format=api", "is_template": false, "is_source": false, "total": 19, "total_words": 117, "translated": 19, "translated_words": 117, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-13T03:31:58.211890Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-chart-js/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-chart-js/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-chart-js/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-chart-js/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-chart-js/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Application Gardening", "slug": "application-gardening", "id": 155, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-gardening", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/application-gardening/", "branch": "master", "push_branch": "", "filemask": "application-gardening-ui/src/main/resources/Gardening/Code/GardeningTranslations.*.xml", "screenshot_filemask": "", "template": "application-gardening-ui/src/main/resources/Gardening/Code/GardeningTranslations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/application-gardening/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-gardening/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-gardening/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-gardening/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-gardening/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-gardening/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-gardening/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/application-gardening/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-gardening", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1038, "filename": "application-gardening-ui/src/main/resources/Gardening/Code/GardeningTranslations.ru.xml", "revision": "d65f71f39976c43931f67bb89bb878673ff2fcb5,d8d14de379cd4cab394f0455da6c417627e32861", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/application-gardening/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/application-gardening/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-gardening/ru/?format=api", "is_template": false, "is_source": false, "total": 13, "total_words": 53, "translated": 13, "translated_words": 53, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-15T05:00:36.467929Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-gardening/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-gardening/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-gardening/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-gardening/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/application-gardening/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "File Manager Application", "slug": "file-manager-application", "id": 131, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-filemanager", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/file-manager-application/", "branch": "master", "push_branch": "", "filemask": "ui/src/main/resources/FileManagerCode/Translations.*.xml", "screenshot_filemask": "", "template": "ui/src/main/resources/FileManagerCode/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/file-manager-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-filemanager", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1039, "filename": "ui/src/main/resources/FileManagerCode/Translations.ru.xml", "revision": "f938416f67a7ac1084a45c2bea7ab2fd65618d38,922a5be9acf8fda8fe5066b2ec916cd6c1f709c4", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/file-manager-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/file-manager-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/ru/?format=api", "is_template": false, "is_source": false, "total": 77, "total_words": 212, "translated": 77, "translated_words": 212, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-13T09:09:12.417675Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Flash Messages Application", "slug": "flash-messages-application", "id": 130, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-flashmessages", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/flash-messages-application/", "branch": "master", "push_branch": "", "filemask": "application-flashmessages-ui/src/main/resources/Flash/Translations.*.xml", "screenshot_filemask": "", "template": "application-flashmessages-ui/src/main/resources/Flash/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/flash-messages-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/flash-messages-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-flashmessages", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1040, "filename": "application-flashmessages-ui/src/main/resources/Flash/Translations.ru.xml", "revision": "b1365710386e550a58738d96a51f568724aa10ca,26ace23f35ac85a068b31f0d21ae01436b3f5fd1", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/flash-messages-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/flash-messages-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/ru/?format=api", "is_template": false, "is_source": false, "total": 41, "total_words": 88, "translated": 41, "translated_words": 88, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2020-11-18T07:38:33.650846Z", "last_author": "DenisF", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/flash-messages-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Ideas Application", "slug": "ideas-application", "id": 137, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-ideas", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/ideas-application/", "branch": "master", "push_branch": "", "filemask": "src/main/resources/Ideas/IdeasTranslations.*.xml", "screenshot_filemask": "", "template": "src/main/resources/Ideas/IdeasTranslations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/ideas-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-ideas", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1041, "filename": "src/main/resources/Ideas/IdeasTranslations.ru.xml", "revision": "5734f1878989b0fe65af55bbcf7aad7e82025400,e7c223b123e398d8747b75148eb709f29945b342", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/ideas-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ideas-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/ru/?format=api", "is_template": false, "is_source": false, "total": 62, "total_words": 110, "translated": 62, "translated_words": 110, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-15T03:29:47.869109Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Invoices", "slug": "invoices", "id": 117, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-invoices", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/invoices/", "branch": "master", "push_branch": "", "filemask": "src/main/resources/InvoicesCode/InvoicesTranslations.*.xml", "screenshot_filemask": "", "template": "src/main/resources/InvoicesCode/InvoicesTranslations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/invoices/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/invoices/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/invoices/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/invoices/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/invoices/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/invoices/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/invoices/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/invoices/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-invoices", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1042, "filename": "src/main/resources/InvoicesCode/InvoicesTranslations.ru.xml", "revision": "94953a30405e15823cb5058b1d6ce8569a93515d,268619b7275596246e8f80aa1ddde533fc7ff4e1", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/invoices/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/invoices/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/invoices/ru/?format=api", "is_template": false, "is_source": false, "total": 82, "total_words": 155, "translated": 82, "translated_words": 155, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2023-07-22T17:20:22.929258Z", "last_author": "Gankov Andrey", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/invoices/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/invoices/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/invoices/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/invoices/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/invoices/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "JW Player Macro", "slug": "jw-player-macro", "id": 132, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/macro-jwplayer", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/jw-player-macro/", "branch": "master", "push_branch": "", "filemask": "macro-jwplayer-ui/src/main/resources/Macros/JWPlayerTranslations.*.xml", "screenshot_filemask": "", "template": "macro-jwplayer-ui/src/main/resources/Macros/JWPlayerTranslations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/jw-player-macro/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/jw-player-macro/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/jw-player-macro/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/jw-player-macro/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/jw-player-macro/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/jw-player-macro/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/jw-player-macro/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/jw-player-macro/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/macro-jwplayer", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1043, "filename": "macro-jwplayer-ui/src/main/resources/Macros/JWPlayerTranslations.ru.xml", "revision": "5b2cc53ec816a78c93e783e5381e9d2e32dd409d,82deb13e4dbaa0d8d5a0723a2d769b73de507b72", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/jw-player-macro/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/jw-player-macro/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/jw-player-macro/ru/?format=api", "is_template": false, "is_source": false, "total": 12, "total_words": 154, "translated": 12, "translated_words": 154, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2021-04-27T05:06:42.501550Z", "last_author": "DenisF", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/jw-player-macro/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/jw-player-macro/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/jw-player-macro/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/jw-player-macro/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/jw-player-macro/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "LimitsApplication", "slug": "limitsapplication", "id": 121, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-limits", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/limitsapplication/", "branch": "master", "push_branch": "", "filemask": "application-limits-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "application-limits-api/src/main/resources/ApplicationResources.properties", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/limitsapplication/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/limitsapplication/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/limitsapplication/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/limitsapplication/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/limitsapplication/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/limitsapplication/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/limitsapplication/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/limitsapplication/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-limits", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1044, "filename": "application-limits-api/src/main/resources/ApplicationResources_ru.properties", "revision": "c9bb34826c80b9ee62ac85cb69d738c3aacd60c0,3a73aafecf8d4a79ab45c5e83f664b78a909e0db", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/limitsapplication/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/limitsapplication/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/limitsapplication/ru/?format=api", "is_template": false, "is_source": false, "total": 5, "total_words": 33, "translated": 5, "translated_words": 33, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-14T02:42:32.574280Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/limitsapplication/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/limitsapplication/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/limitsapplication/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/limitsapplication/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/limitsapplication/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Map Macro", "slug": "map-macro", "id": 105, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/macro-map", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/map-macro/", "branch": "master", "push_branch": "", "filemask": "src/main/resources/Macros/MapMacro/MapMacroTranslations.*.xml", "screenshot_filemask": "", "template": "src/main/resources/Macros/MapMacro/MapMacroTranslations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/map-macro/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/map-macro/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/map-macro/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/map-macro/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/map-macro/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/map-macro/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/map-macro/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/map-macro/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/macro-map", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1045, "filename": "src/main/resources/Macros/MapMacro/MapMacroTranslations.ru.xml", "revision": "938d5ea369a7b516bfd746165417af5af0c693b6,5a831c6dd308ab0c92191ad24e65f0fb22820a69", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/map-macro/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/map-macro/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/map-macro/ru/?format=api", "is_template": false, "is_source": false, "total": 16, "total_words": 138, "translated": 16, "translated_words": 138, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-14T07:53:07.368243Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/map-macro/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/map-macro/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/map-macro/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/map-macro/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/map-macro/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Meetings Application", "slug": "meetings-application", "id": 133, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-meeting", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/meetings-application/", "branch": "master", "push_branch": "", "filemask": "ui/src/main/resources/Meeting/Code/Translations.*.xml", "screenshot_filemask": "", "template": "ui/src/main/resources/Meeting/Code/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/meetings-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-meeting", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1046, "filename": "ui/src/main/resources/Meeting/Code/Translations.ru.xml", "revision": "e3deb043c0150ef9fcc44472ef0b13f7e720a75c,7c7364b860feb7be9c01e4ddb9751d5d51383d49", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/meetings-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/meetings-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/?format=api", "is_template": false, "is_source": false, "total": 66, "total_words": 291, "translated": 66, "translated_words": 291, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-14T10:07:46.013543Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Notes Application", "slug": "notes-application", "id": 125, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-notes", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/notes-application/", "branch": "master", "push_branch": "", "filemask": "src/main/resources/NotesCode/Translations.*.xml", "screenshot_filemask": "", "template": "src/main/resources/NotesCode/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/notes-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-notes", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1047, "filename": "src/main/resources/NotesCode/Translations.ru.xml", "revision": "1624bfea11695619298d8a4f03e63a4b2a6284d1,ae2c3a015ed26bfae7216e0d22c09aa0c3f54dd9", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/notes-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/notes-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/ru/?format=api", "is_template": false, "is_source": false, "total": 2, "total_words": 10, "translated": 2, "translated_words": 10, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-14T07:07:33.315183Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "PDF Viewer Macro", "slug": "pdf-viewer-macro", "id": 134, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/macro-pdfviewer", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/pdf-viewer-macro/", "branch": "master", "push_branch": "", "filemask": "wiki/src/main/resources/XWiki/PDFViewerMacroTranslations.*.xml", "screenshot_filemask": "", "template": "wiki/src/main/resources/XWiki/PDFViewerMacroTranslations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/pdf-viewer-macro/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/macro-pdfviewer", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1048, "filename": "wiki/src/main/resources/XWiki/PDFViewerMacroTranslations.ru.xml", "revision": "4894fb922bd8981655f0cc176a21440c48502e13,d29501e9b2c0961e11f39badc1b812273291f7d6", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/pdf-viewer-macro/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/pdf-viewer-macro/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/ru/?format=api", "is_template": false, "is_source": false, "total": 15, "total_words": 163, "translated": 15, "translated_words": 163, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-14T06:38:28.459421Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "XPoll Application", "slug": "xpoll-application", "id": 136, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-xpoll", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/xpoll-application/", "branch": "master", "push_branch": "", "filemask": "application-xpoll-ui/src/main/resources/XPoll/Translation.*.xml", "screenshot_filemask": "", "template": "application-xpoll-ui/src/main/resources/XPoll/Translation.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/xpoll-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/xpoll-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/xpoll-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/xpoll-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/xpoll-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/xpoll-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/xpoll-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/xpoll-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-xpoll", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1050, "filename": "application-xpoll-ui/src/main/resources/XPoll/Translation.ru.xml", "revision": "cf5846bff391a1b57824075e8bfa92cff39e22d4,61a86c93d475eb2695dfcfcf7b1a35147f3e65ec", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/xpoll-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/xpoll-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/xpoll-application/ru/?format=api", "is_template": false, "is_source": false, "total": 44, "total_words": 125, "translated": 44, "translated_words": 125, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-14T03:23:48.772348Z", "last_author": "Vyacheslav Sukharnikov", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/xpoll-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/xpoll-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/xpoll-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/xpoll-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/xpoll-application/ru/units/?format=api" }, { "language": { "id": 237, "code": "ru", "name": "Russian", "plural": { "id": 237, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "population": 195841151, "web_url": "https://l10n.xwiki.org/languages/ru/", "url": "https://l10n.xwiki.org/api/languages/ru/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/?format=api" }, "component": { "name": "Page Relations Application", "slug": "page-relations-application", "id": 154, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Contrib", "slug": "xwiki-contrib", "id": 3, "web": "http://contrib.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/", "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki-contrib/application-page-relations", "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/page-relations-application/", "branch": "master", "push_branch": "", "filemask": "application-relations-ui/src/main/resources/XWiki/Relations/Code/Translations.*.xml", "screenshot_filemask": "", "template": "application-relations-ui/src/main/resources/XWiki/Relations/Code/Translations.xml", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/page-relations-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/page-relations-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/page-relations-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/page-relations-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/page-relations-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/page-relations-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/page-relations-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/page-relations-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki-contrib/application-page-relations", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ru", "id": 1051, "filename": "application-relations-ui/src/main/resources/XWiki/Relations/Code/Translations.ru.xml", "revision": "c872fc1aa4983b5409482b058ea2f7708c0f75c7,4c9ce160031666d749d5678b88c2ae8796276714", "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/page-relations-application/ru/", "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ru/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/page-relations-application/ru/", "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/page-relations-application/ru/?format=api", "is_template": false, "is_source": false, "total": 46, "total_words": 130, "translated": 46, "translated_words": 130, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2021-04-27T04:59:06.993711Z", "last_author": "DenisF", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/page-relations-application/ru/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/page-relations-application/ru/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/page-relations-application/ru/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/page-relations-application/ru/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/page-relations-application/ru/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "XWiki.AdminTranslations.xml", "slug": "xwiki-admintranslations-xml", "id": 67, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-administration/xwiki-admintranslations-xml/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/25/?format=api" }, "language_code": "no", "id": 1052, "filename": "xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.no.xml", "revision": "ea64c1dbc549d603ce9b8f51f96114189f63f5cd,9fbf855b185e0393d2a7fe96d691bcbc7da4b3eb", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-administration/xwiki-admintranslations-xml/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-administration/xwiki-admintranslations-xml/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/no/?format=api", "is_template": false, "is_source": false, "total": 119, "total_words": 1230, "translated": 99, "translated_words": 1177, "translated_percent": 83.1, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2021-06-30T18:13:30.782143Z", "last_author": "Jarle Sandmo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-administration%252Fxwiki-admintranslations-xml/no/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "XWiki.UserProfileTranslations", "slug": "xwiki-userprofiletranslations", "id": 46, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/UserProfileTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/UserProfileTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-user/xwiki-userprofiletranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/26/?format=api" }, "language_code": "no", "id": 1053, "filename": "xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-ui/src/main/resources/XWiki/UserProfileTranslations.no.xml", "revision": "b0354d76ede4a89ca9d747ffaa774a8e95d9b3d1,6d3c617a4b6ced15df1f4aaf72d20f37287d8c16", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-user/xwiki-userprofiletranslations/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-user/xwiki-userprofiletranslations/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/no/?format=api", "is_template": false, "is_source": false, "total": 26, "total_words": 193, "translated": 25, "translated_words": 187, "translated_percent": 96.1, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2020-10-11T08:33:36.212609Z", "last_author": "Jarle Sandmo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userprofiletranslations/no/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "XWiki.UserDirectoryTranslations", "slug": "xwiki-userdirectorytranslations", "id": 69, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-ui/src/main/resources/XWiki/UserDirectoryTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-ui/src/main/resources/XWiki/UserDirectoryTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-user/xwiki-userdirectorytranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/26/?format=api" }, "language_code": "no", "id": 1054, "filename": "xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-ui/src/main/resources/XWiki/UserDirectoryTranslations.no.xml", "revision": "7e8d5bea44cf2f91e04c6f6f13df6413a0826c54,7343669f944bd0f0914d020ab1b63430617855ed", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-user/xwiki-userdirectorytranslations/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-user/xwiki-userdirectorytranslations/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/no/?format=api", "is_template": false, "is_source": false, "total": 14, "total_words": 90, "translated": 14, "translated_words": 90, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2020-03-01T10:53:07.361343Z", "last_author": "Jarle Sandmo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-user%252Fxwiki-userdirectorytranslations/no/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "xwiki-platform-wiki-default", "slug": "xwiki-platform-wiki-default", "id": 83, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/src/main/resources/ApplicationResources.properties", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-wiki/xwiki-platform-wiki-default/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/15/?format=api" }, "language_code": "no", "id": 1055, "filename": "xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/src/main/resources/ApplicationResources_no.properties", "revision": "f2c9d74dba411de400c4cf170fc2688c1094c2c2,c8f21f757d00569133c1e67afb596e9acd6d6357", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-wiki/xwiki-platform-wiki-default/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-wiki/xwiki-platform-wiki-default/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/no/?format=api", "is_template": false, "is_source": false, "total": 2, "total_words": 16, "translated": 2, "translated_words": 16, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-04T20:07:25.297142Z", "last_author": "Jarle Sandmo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-wiki%252Fxwiki-platform-wiki-default/no/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "Index.Translations", "slug": "index-translations", "id": 64, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-index/index-translations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/22/?format=api" }, "language_code": "no", "id": 1056, "filename": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.no.xml", "revision": "91db8c0ab984d32cf4e8b5bb73ed98eca7b242ed,f1607516cd9051e16d0150fd89784152cda4af37", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-index/index-translations/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-index/index-translations/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/no/?format=api", "is_template": false, "is_source": false, "total": 12, "total_words": 29, "translated": 9, "translated_words": 20, "translated_percent": 75.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-03-04T20:09:01.208340Z", "last_author": "Jarle Sandmo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/no/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "Applications.Translations", "slug": "applications-translations", "id": 85, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-ui/src/main/resources/Applications/Translations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-ui/src/main/resources/Applications/Translations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/applications-translations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/applications-translations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/applications-translations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/applications-translations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/applications-translations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/applications-translations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/applications-translations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/applications-translations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "no", "id": 1058, "filename": "xwiki-platform-core/xwiki-platform-application/xwiki-platform-application-ui/src/main/resources/Applications/Translations.no.xml", "revision": "b832361be60469c136431fda74ff39ba714cede9,77582fb8dd075c6b46219b467f6eab641492ce3e", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/applications-translations/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/applications-translations/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/no/?format=api", "is_template": false, "is_source": false, "total": 2, "total_words": 4, "translated": 2, "translated_words": 4, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-09-03T08:16:37.170302Z", "last_author": "Simon Urli", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/no/units/?format=api" }, { "language": { "id": 327, "code": "no", "name": "Norwegian", "plural": { "id": 346, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [], "direction": "ltr", "population": 0, "web_url": "https://l10n.xwiki.org/languages/no/", "url": "https://l10n.xwiki.org/api/languages/no/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/no/statistics/?format=api" }, "component": { "name": "AppWithinMinutes.Translations", "slug": "appwithinminutes-translations", "id": 77, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Translations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Translations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/appwithinminutes-translations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/appwithinminutes-translations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/appwithinminutes-translations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/appwithinminutes-translations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/appwithinminutes-translations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/appwithinminutes-translations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/appwithinminutes-translations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/appwithinminutes-translations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "no", "id": 1059, "filename": "xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Translations.no.xml", "revision": "fc2e3b67cd327b57436725c1ceed9a4c033b722c,f5c017307449605a68495c32b04e9ebfe3b5774d", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/appwithinminutes-translations/no/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/no/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/appwithinminutes-translations/no/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/appwithinminutes-translations/no/?format=api", "is_template": false, "is_source": false, "total": 190, "total_words": 1069, "translated": 187, "translated_words": 1042, "translated_percent": 98.4, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2020-03-01T10:47:28.463432Z", "last_author": "Jarle Sandmo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/appwithinminutes-translations/no/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/appwithinminutes-translations/no/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/appwithinminutes-translations/no/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/appwithinminutes-translations/no/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/appwithinminutes-translations/no/units/?format=api" }, { "language": { "id": 62, "code": "de", "name": "German", "plural": { "id": 62, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "deu_de", "deu", "ger" ], "direction": "ltr", "population": 136350226, "web_url": "https://l10n.xwiki.org/languages/de/", "url": "https://l10n.xwiki.org/api/languages/de/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/de/statistics/?format=api" }, "component": { "name": "Main.WebHome", "slug": "main-webhome", "id": 93, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-fullpage", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/main-webhome/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/main-webhome/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/main-webhome/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/main-webhome/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/main-webhome/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/main-webhome/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/main-webhome/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/main-webhome/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "de", "id": 1060, "filename": "xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/src/main/resources/Main/WebHome.de.xml", "revision": "bec3dfabd7f1a006ef2defac636633cfc8bb56e1,3f7a095a0fbc2203b61aee6104ba75b001972184", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/main-webhome/de/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/de/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/main-webhome/de/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-webhome/de/?format=api", "is_template": false, "is_source": false, "total": 2, "total_words": 286, "translated": 2, "translated_words": 286, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2022-01-04T18:00:14.383035Z", "last_author": "Simpel", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-webhome/de/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-webhome/de/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-webhome/de/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-webhome/de/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-webhome/de/units/?format=api" }, { "language": { "id": 223, "code": "pl", "name": "Polish", "plural": { "id": 223, "source": 0, "number": 3, "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "plk", "pol" ], "direction": "ltr", "population": 41077398, "web_url": "https://l10n.xwiki.org/languages/pl/", "url": "https://l10n.xwiki.org/api/languages/pl/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/pl/statistics/?format=api" }, "component": { "name": "Menu Application", "slug": "menu-application", "id": 84, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/src/main/resources/Menu/MenuTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/src/main/resources/Menu/MenuTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/menu-application/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/menu-application/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/menu-application/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/menu-application/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/menu-application/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/menu-application/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/menu-application/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/menu-application/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "pl", "id": 1061, "filename": "xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/src/main/resources/Menu/MenuTranslations.pl.xml", "revision": "4851c1f001f284af2ae9cc95dab3f097bc61a6c2,349954a17c34cf4ff634d909f0e840a76a9e06ba", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/menu-application/pl/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/pl/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/menu-application/pl/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/menu-application/pl/?format=api", "is_template": false, "is_source": false, "total": 42, "total_words": 267, "translated": 37, "translated_words": 235, "translated_percent": 88.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 1, "failing_checks_words": 1, "failing_checks_percent": 2.3, "have_suggestion": 5, "have_comment": 0, "last_change": "2020-02-27T08:39:06.699261Z", "last_author": "Onlo", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/menu-application/pl/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/menu-application/pl/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/menu-application/pl/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/menu-application/pl/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/menu-application/pl/units/?format=api" }, { "language": { "id": 223, "code": "pl", "name": "Polish", "plural": { "id": 223, "source": 0, "number": 3, "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "plk", "pol" ], "direction": "ltr", "population": 41077398, "web_url": "https://l10n.xwiki.org/languages/pl/", "url": "https://l10n.xwiki.org/api/languages/pl/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/pl/statistics/?format=api" }, "component": { "name": "Index.Translations", "slug": "index-translations", "id": 64, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-index/index-translations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-index%252Findex-translations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/22/?format=api" }, "language_code": "pl", "id": 1062, "filename": "xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Index/Translations.pl.xml", "revision": "9fb66af3bc56dcf05189f07f06dbe676a4fc62c4,f1607516cd9051e16d0150fd89784152cda4af37", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-index/index-translations/pl/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/pl/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-index/index-translations/pl/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/pl/?format=api", "is_template": false, "is_source": false, "total": 12, "total_words": 29, "translated": 10, "translated_words": 24, "translated_percent": 83.3, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2024-10-08T12:01:21.018140Z", "last_author": "Tomek", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/pl/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/pl/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/pl/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/pl/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-index%252Findex-translations/pl/units/?format=api" }, { "language": { "id": 223, "code": "pl", "name": "Polish", "plural": { "id": 223, "source": 0, "number": 3, "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "plk", "pol" ], "direction": "ltr", "population": 41077398, "web_url": "https://l10n.xwiki.org/languages/pl/", "url": "https://l10n.xwiki.org/api/languages/pl/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/pl/statistics/?format=api" }, "component": { "name": "Main.SolrTranslations", "slug": "main-solrtranslations", "id": 42, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-search/main-solrtranslations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": "https://l10n.xwiki.org/api/categories/23/?format=api" }, "language_code": "pl", "id": 1063, "filename": "xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrTranslations.pl.xml", "revision": "c936f58c32d0e9853b8c56ec54470335c7e06921,dcb5aa3d008bf10cec4d1ee1dbe6ebf80a34d1f7", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-search/main-solrtranslations/pl/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/pl/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-search/main-solrtranslations/pl/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/pl/?format=api", "is_template": false, "is_source": false, "total": 129, "total_words": 387, "translated": 129, "translated_words": 387, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 2, "failing_checks_words": 8, "failing_checks_percent": 1.5, "have_suggestion": 2, "have_comment": 0, "last_change": "2019-04-10T10:37:48.294754Z", "last_author": "Paweł Gawron", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/pl/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/pl/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/pl/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/pl/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-platform-search%252Fmain-solrtranslations/pl/units/?format=api" }, { "language": { "id": 135, "code": "ja", "name": "Japanese", "plural": { "id": 135, "source": 0, "number": 1, "formula": "0", "type": 0 }, "aliases": [ "jp", "jp_jpn", "ja_ja", "jpn_jp", "jpn" ], "direction": "ltr", "population": 119729025, "web_url": "https://l10n.xwiki.org/languages/ja/", "url": "https://l10n.xwiki.org/api/languages/ja/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ja/statistics/?format=api" }, "component": { "name": "xwiki-commons-extension-api", "slug": "xwiki-commons-extension-api", "id": 145, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Commons", "slug": "xwiki-commons", "id": 5, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-commons/", "url": "https://l10n.xwiki.org/api/projects/xwiki-commons/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-commons", "git_export": "https://l10n.xwiki.org/git/xwiki-commons/xwiki-commons-extension-api/", "branch": "master", "push_branch": "", "filemask": "xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/resources/ApplicationResources.properties", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-commons/xwiki-commons-extension-api/", "url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-extension-api/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-extension-api/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-extension-api/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-extension-api/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-extension-api/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-extension-api/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-extension-api/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-commons", "check_flags": "", "priority": 60, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [ "https://l10n.xwiki.org/api/addons/393/?format=api" ], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ja", "id": 1068, "filename": "xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/resources/ApplicationResources_ja.properties", "revision": "db24576d6c04bc2d841f86f8f8f4441823c488ec,9540edd5079a2a93c310cabc515b018c5e59c8d8", "web_url": "https://l10n.xwiki.org/projects/xwiki-commons/xwiki-commons-extension-api/ja/", "share_url": "https://l10n.xwiki.org/engage/xwiki-commons/-/ja/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-commons/xwiki-commons-extension-api/ja/", "url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-extension-api/ja/?format=api", "is_template": false, "is_source": false, "total": 29, "total_words": 243, "translated": 29, "translated_words": 243, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2022-11-13T16:49:18.003390Z", "last_author": "Suguru Hirahara", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-extension-api/ja/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-extension-api/ja/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-extension-api/ja/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-extension-api/ja/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-extension-api/ja/units/?format=api" }, { "language": { "id": 229, "code": "pt_BR", "name": "Portuguese (Brazil)", "plural": { "id": 229, "source": 0, "number": 2, "formula": "n > 1", "type": 1 }, "aliases": [ "braz_por", "portuguese_br", "bp", "por_br", "ptb" ], "direction": "ltr", "population": 192661560, "web_url": "https://l10n.xwiki.org/languages/pt_BR/", "url": "https://l10n.xwiki.org/api/languages/pt_BR/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/pt_BR/statistics/?format=api" }, "component": { "name": "xwiki-commons-job", "slug": "xwiki-commons-job", "id": 146, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Commons", "slug": "xwiki-commons", "id": 5, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-commons/", "url": "https://l10n.xwiki.org/api/projects/xwiki-commons/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-commons", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/resources/ApplicationResources_*.properties", "screenshot_filemask": "", "template": "xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/resources/ApplicationResources.properties", "edit_template": true, "intermediate": "", "new_base": "", "file_format": "xwiki-java-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-commons/xwiki-commons-job/", "url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-job/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-job/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-job/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-job/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-job/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-job/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-commons/xwiki-commons-job/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-commons", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "pt_BR", "id": 1069, "filename": "xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/resources/ApplicationResources_pt_BR.properties", "revision": "2b60faa412606d660944fa2396e684b0cfba27c2,4f6bab0d655906e9360eb105bdd97054094ca573", "web_url": "https://l10n.xwiki.org/projects/xwiki-commons/xwiki-commons-job/pt_BR/", "share_url": "https://l10n.xwiki.org/engage/xwiki-commons/-/pt_BR/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-commons/xwiki-commons-job/pt_BR/", "url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-job/pt_BR/?format=api", "is_template": false, "is_source": false, "total": 5, "total_words": 28, "translated": 5, "translated_words": 28, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 0, "last_change": "2019-06-22T04:40:31.758567Z", "last_author": "RICARDO FAULHABER", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-job/pt_BR/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-job/pt_BR/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-job/pt_BR/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-job/pt_BR/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-commons/xwiki-commons-job/pt_BR/units/?format=api" }, { "language": { "id": 156, "code": "ko", "name": "Korean", "plural": { "id": 156, "source": 0, "number": 1, "formula": "0", "type": 0 }, "aliases": [ "ko_ko", "kor_kr", "kor" ], "direction": "ltr", "population": 78357047, "web_url": "https://l10n.xwiki.org/languages/ko/", "url": "https://l10n.xwiki.org/api/languages/ko/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/ko/statistics/?format=api" }, "component": { "name": "AnnotationCode.Translations", "slug": "annotationcode-translations", "id": 92, "source_language": { "id": 71, "code": "en", "name": "English", "plural": { "id": 71, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "population": 1636485517, "web_url": "https://l10n.xwiki.org/languages/en/", "url": "https://l10n.xwiki.org/api/languages/en/?format=api", "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api" }, "project": { "name": "XWiki Platform", "slug": "xwiki-platform", "id": 1, "web": "http://www.xwiki.org", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/", "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api", "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api", "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api", "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api", "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api", "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api", "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" }, "vcs": "github", "repo": "https://github.com/xwiki/xwiki-platform", "git_export": "", "branch": "master", "push_branch": "", "filemask": "xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Translations.*.xml", "screenshot_filemask": "", "template": "xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Translations.xml", "edit_template": false, "intermediate": "", "new_base": "", "file_format": "xwiki-page-properties", "license": "LGPL-2.1-only", "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html", "agreement": "", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/annotationcode-translations/", "url": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/?format=api", "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/repository/?format=api", "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/translations/?format=api", "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/statistics/?format=api", "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/lock/?format=api", "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/links/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/changes/?format=api", "task_url": null, "new_lang": "add", "language_code_style": "", "push": "https://github.com/xwiki/xwiki-platform", "check_flags": "", "priority": 100, "enforced_checks": [], "restricted": false, "repoweb": "", "report_source_bugs": "", "merge_style": "rebase", "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "add_message": "Added translation using Weblate ({{ language_name }})", "delete_message": "Deleted translation using Weblate ({{ language_name }})", "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.", "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}", "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.", "allow_translation_propagation": true, "manage_units": true, "enable_suggestions": true, "suggestion_voting": false, "suggestion_autoaccept": 0, "push_on_commit": true, "commit_pending_age": 1, "auto_lock_error": true, "language_regex": "^[^.]+$", "variant_regex": "", "addons": [], "is_glossary": false, "glossary_color": "silver", "category": null }, "language_code": "ko", "id": 1071, "filename": "xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Translations.ko.xml", "revision": "ae4a4dc58bdfdeb8d076255ff7f62bc544412830,8d21738b3f8e0551957bfe385d5d0bc9560045ad", "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/annotationcode-translations/ko/", "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/-/ko/", "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/annotationcode-translations/ko/", "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/ko/?format=api", "is_template": false, "is_source": false, "total": 67, "total_words": 423, "translated": 67, "translated_words": 423, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 4, "failing_checks_words": 26, "failing_checks_percent": 5.9, "have_suggestion": 0, "have_comment": 0, "last_change": "2024-05-22T08:31:00.754990Z", "last_author": "daeseong.choi", "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/ko/repository/?format=api", "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/ko/file/?format=api", "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/ko/statistics/?format=api", "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/ko/changes/?format=api", "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/ko/units/?format=api" } ] }{ "count": 2089, "next": "