wagtail 6.1.2__py3-none-any.whl → 6.2rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- wagtail/__init__.py +1 -1
- wagtail/actions/copy_for_translation.py +15 -1
- wagtail/admin/checks.py +20 -30
- wagtail/admin/forms/pages.py +10 -0
- wagtail/admin/icons.py +43 -0
- wagtail/admin/locale/ar/LC_MESSAGES/django.po +2 -2
- wagtail/admin/locale/be/LC_MESSAGES/django.po +7 -7
- wagtail/admin/locale/be/LC_MESSAGES/djangojs.po +3 -3
- wagtail/admin/locale/ca/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/ca/LC_MESSAGES/django.po +51 -50
- wagtail/admin/locale/cs/LC_MESSAGES/django.po +10 -8
- wagtail/admin/locale/de/LC_MESSAGES/django.po +49 -47
- wagtail/admin/locale/dv/LC_MESSAGES/django.po +8 -8
- wagtail/admin/locale/el/LC_MESSAGES/django.po +4 -4
- wagtail/admin/locale/en/LC_MESSAGES/django.po +405 -295
- wagtail/admin/locale/en/LC_MESSAGES/djangojs.po +21 -3
- wagtail/admin/locale/es/LC_MESSAGES/django.po +40 -39
- wagtail/admin/locale/es_419/LC_MESSAGES/django.po +8 -8
- wagtail/admin/locale/et/LC_MESSAGES/django.po +14 -12
- wagtail/admin/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/fa/LC_MESSAGES/django.po +93 -19
- wagtail/admin/locale/fa/LC_MESSAGES/djangojs.mo +0 -0
- wagtail/admin/locale/fa/LC_MESSAGES/djangojs.po +5 -1
- wagtail/admin/locale/fi/LC_MESSAGES/django.po +18 -18
- wagtail/admin/locale/fr/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/fr/LC_MESSAGES/django.po +134 -46
- wagtail/admin/locale/gl/LC_MESSAGES/django.po +55 -54
- wagtail/admin/locale/hr_HR/LC_MESSAGES/django.po +13 -12
- wagtail/admin/locale/hr_HR/LC_MESSAGES/djangojs.po +2 -2
- wagtail/admin/locale/hu/LC_MESSAGES/django.po +45 -42
- wagtail/admin/locale/id_ID/LC_MESSAGES/django.po +6 -6
- wagtail/admin/locale/is_IS/LC_MESSAGES/django.po +53 -51
- wagtail/admin/locale/it/LC_MESSAGES/django.po +56 -55
- wagtail/admin/locale/ja/LC_MESSAGES/django.po +2 -2
- wagtail/admin/locale/ko/LC_MESSAGES/django.po +18 -17
- wagtail/admin/locale/lt/LC_MESSAGES/django.po +4 -4
- wagtail/admin/locale/nb/LC_MESSAGES/django.po +22 -22
- wagtail/admin/locale/nl/LC_MESSAGES/django.po +44 -41
- wagtail/admin/locale/pl/LC_MESSAGES/django.po +49 -47
- wagtail/admin/locale/pl/LC_MESSAGES/djangojs.po +3 -3
- wagtail/admin/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/pt_BR/LC_MESSAGES/django.po +46 -26
- wagtail/admin/locale/pt_PT/LC_MESSAGES/django.po +21 -20
- wagtail/admin/locale/ro/LC_MESSAGES/django.po +51 -50
- wagtail/admin/locale/ru/LC_MESSAGES/django.po +60 -59
- wagtail/admin/locale/ru/LC_MESSAGES/djangojs.po +3 -3
- wagtail/admin/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/sk_SK/LC_MESSAGES/django.po +15 -5
- wagtail/admin/locale/sl/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/sl/LC_MESSAGES/django.po +86 -39
- wagtail/admin/locale/sl/LC_MESSAGES/djangojs.po +2 -2
- wagtail/admin/locale/sv/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/sv/LC_MESSAGES/django.po +117 -41
- wagtail/admin/locale/sv/LC_MESSAGES/djangojs.mo +0 -0
- wagtail/admin/locale/sv/LC_MESSAGES/djangojs.po +5 -2
- wagtail/admin/locale/tet/LC_MESSAGES/django.po +2 -2
- wagtail/admin/locale/th/LC_MESSAGES/django.po +4 -4
- wagtail/admin/locale/tr/LC_MESSAGES/django.po +4 -4
- wagtail/admin/locale/tr_TR/LC_MESSAGES/django.po +4 -4
- wagtail/admin/locale/uk/LC_MESSAGES/django.po +11 -10
- wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.po +84 -13
- wagtail/admin/locale/zh_Hant/LC_MESSAGES/django.po +2 -2
- wagtail/admin/menu.py +2 -2
- wagtail/admin/migrations/0004_editingsession.py +57 -0
- wagtail/admin/migrations/0005_editingsession_is_editing.py +18 -0
- wagtail/admin/models.py +36 -3
- wagtail/admin/rich_text/editors/draftail/__init__.py +2 -20
- wagtail/admin/static/wagtailadmin/css/core.css +1 -1
- wagtail/admin/static/wagtailadmin/js/bulk-actions.js +1 -1
- wagtail/admin/static/wagtailadmin/js/chooser-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/chooser-widget-telepath.js +1 -1
- wagtail/admin/static/wagtailadmin/js/chooser-widget.js +1 -1
- wagtail/admin/static/wagtailadmin/js/comments.js +1 -1
- wagtail/admin/static/wagtailadmin/js/core.js +1 -1
- wagtail/admin/static/wagtailadmin/js/date-time-chooser.js +1 -1
- wagtail/admin/static/wagtailadmin/js/draftail.js +1 -1
- wagtail/admin/static/wagtailadmin/js/expanding-formset.js +1 -1
- wagtail/admin/static/wagtailadmin/js/filtered-select.js +1 -1
- wagtail/admin/static/wagtailadmin/js/modal-workflow.js +1 -1
- wagtail/admin/static/wagtailadmin/js/page-chooser-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/page-chooser-telepath.js +1 -1
- wagtail/admin/static/wagtailadmin/js/page-chooser.js +1 -1
- wagtail/admin/static/wagtailadmin/js/preview-panel.js +2 -1
- wagtail/admin/static/wagtailadmin/js/preview-panel.js.LICENSE.txt +11 -0
- wagtail/admin/static/wagtailadmin/js/privacy-switch.js +1 -1
- wagtail/admin/static/wagtailadmin/js/sidebar.js +1 -1
- wagtail/admin/static/wagtailadmin/js/task-chooser-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/task-chooser.js +1 -1
- wagtail/admin/static/wagtailadmin/js/telepath/blocks.js +1 -1
- wagtail/admin/static/wagtailadmin/js/telepath/widgets.js +1 -1
- wagtail/admin/static/wagtailadmin/js/userbar.js +2 -1
- wagtail/admin/static/wagtailadmin/js/userbar.js.LICENSE.txt +11 -0
- wagtail/admin/static/wagtailadmin/js/vendor.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor.js.LICENSE.txt +0 -12
- wagtail/admin/static/wagtailadmin/js/wagtailadmin.js +1 -1
- wagtail/admin/static/wagtailadmin/js/workflow-action.js +1 -1
- wagtail/admin/templates/wagtailadmin/collection_privacy/ancestor_privacy.html +2 -6
- wagtail/admin/templates/wagtailadmin/generic/index_results.html +1 -17
- wagtail/admin/templates/wagtailadmin/generic/listing_results.html +20 -1
- wagtail/admin/templates/wagtailadmin/home/workflow_objects_to_moderate.html +2 -11
- wagtail/admin/templates/wagtailadmin/page_privacy/ancestor_privacy.html +2 -6
- wagtail/admin/templates/wagtailadmin/page_privacy/no_privacy.html +2 -0
- wagtail/admin/templates/wagtailadmin/pages/_editor_js.html +0 -1
- wagtail/admin/templates/wagtailadmin/pages/action_menu/menu.html +1 -1
- wagtail/admin/templates/wagtailadmin/reports/aging_pages_results.html +54 -0
- wagtail/admin/templates/wagtailadmin/reports/base_page_report.html +1 -17
- wagtail/admin/templates/wagtailadmin/reports/base_page_report_results.html +10 -0
- wagtail/admin/templates/wagtailadmin/reports/base_report.html +1 -40
- wagtail/admin/templates/wagtailadmin/reports/base_report_results.html +1 -0
- wagtail/admin/templates/wagtailadmin/reports/listing/_list_page_report.html +21 -27
- wagtail/admin/templates/wagtailadmin/reports/listing/_list_page_types_usage.html +48 -54
- wagtail/admin/templates/wagtailadmin/reports/{locked_pages.html → locked_pages_results.html} +3 -3
- wagtail/admin/templates/wagtailadmin/reports/page_types_usage_results.html +10 -0
- wagtail/admin/templates/wagtailadmin/reports/site_history_results.html +53 -0
- wagtail/admin/templates/wagtailadmin/reports/workflow_results.html +74 -0
- wagtail/admin/templates/wagtailadmin/reports/workflow_tasks_results.html +56 -0
- wagtail/admin/templates/wagtailadmin/shared/_workflow_init.html +8 -44
- wagtail/admin/templates/wagtailadmin/shared/avatar.html +11 -1
- wagtail/admin/templates/wagtailadmin/shared/dialog/dialog.html +5 -4
- wagtail/admin/templates/wagtailadmin/shared/dropdown/dropdown_button.html +2 -1
- wagtail/admin/templates/wagtailadmin/shared/editing_sessions/list.html +132 -0
- wagtail/admin/templates/wagtailadmin/shared/editing_sessions/module.html +44 -0
- wagtail/admin/templates/wagtailadmin/shared/headers/slim_header.html +7 -1
- wagtail/admin/templates/wagtailadmin/shared/page_status_tag_new.html +1 -1
- wagtail/admin/templates/wagtailadmin/shared/side_panels/checks.html +32 -16
- wagtail/admin/templates/wagtailadmin/skeleton.html +1 -1
- wagtail/admin/templates/wagtailadmin/userbar/item_accessibility.html +9 -11
- wagtail/admin/templatetags/wagtailadmin_tags.py +13 -2
- wagtail/admin/tests/formats/en/__init__.py +0 -0
- wagtail/admin/tests/formats/en/formats.py +1 -0
- wagtail/admin/tests/pages/test_create_page.py +47 -0
- wagtail/admin/tests/pages/test_edit_page.py +10 -8
- wagtail/admin/tests/pages/test_parent_page_chooser_view.py +45 -1
- wagtail/admin/tests/test_checks.py +53 -3
- wagtail/admin/tests/test_collections_views.py +62 -1
- wagtail/admin/tests/test_edit_handlers.py +37 -0
- wagtail/admin/tests/test_editing_sessions.py +1336 -0
- wagtail/admin/tests/test_icon_sprite.py +12 -21
- wagtail/admin/tests/test_page_chooser.py +309 -7
- wagtail/admin/tests/test_privacy.py +82 -0
- wagtail/admin/tests/test_reports_views.py +464 -70
- wagtail/admin/tests/test_userbar.py +93 -6
- wagtail/admin/tests/test_workflows.py +223 -33
- wagtail/admin/tests/viewsets/test_model_viewset.py +151 -2
- wagtail/admin/ui/editing_sessions.py +57 -0
- wagtail/admin/urls/__init__.py +9 -15
- wagtail/admin/urls/editing_sessions.py +17 -0
- wagtail/admin/urls/reports.py +33 -1
- wagtail/admin/userbar.py +77 -20
- wagtail/admin/views/chooser.py +49 -22
- wagtail/admin/views/collections.py +0 -11
- wagtail/admin/views/editing_sessions.py +193 -0
- wagtail/admin/views/generic/__init__.py +1 -0
- wagtail/admin/views/generic/base.py +3 -2
- wagtail/admin/views/generic/history.py +9 -3
- wagtail/admin/views/generic/mixins.py +44 -3
- wagtail/admin/views/generic/models.py +46 -72
- wagtail/admin/views/generic/permissions.py +20 -10
- wagtail/admin/views/home.py +2 -31
- wagtail/admin/views/page_privacy.py +20 -5
- wagtail/admin/views/pages/choose_parent.py +62 -0
- wagtail/admin/views/pages/edit.py +28 -0
- wagtail/admin/views/reports/aging_pages.py +6 -10
- wagtail/admin/views/reports/audit_logging.py +13 -42
- wagtail/admin/views/reports/base.py +31 -4
- wagtail/admin/views/reports/locked_pages.py +5 -8
- wagtail/admin/views/reports/page_types_usage.py +6 -10
- wagtail/admin/views/reports/workflows.py +36 -12
- wagtail/admin/viewsets/base.py +8 -3
- wagtail/admin/viewsets/chooser.py +1 -1
- wagtail/admin/viewsets/model.py +26 -1
- wagtail/admin/wagtail_hooks.py +2 -1
- wagtail/api/v2/filters.py +6 -0
- wagtail/api/v2/tests/test_documents.py +1 -1
- wagtail/api/v2/tests/test_images.py +1 -1
- wagtail/api/v2/tests/test_pages.py +11 -1
- wagtail/api/v2/utils.py +2 -2
- wagtail/blocks/base.py +35 -12
- wagtail/blocks/definition_lookup.py +85 -0
- wagtail/blocks/list_block.py +12 -0
- wagtail/blocks/migrations/migrate_operation.py +2 -0
- wagtail/blocks/stream_block.py +19 -0
- wagtail/blocks/struct_block.py +19 -0
- wagtail/contrib/forms/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/forms/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/frontend_cache/backends/__init__.py +5 -0
- wagtail/contrib/frontend_cache/backends/azure.py +179 -0
- wagtail/contrib/frontend_cache/backends/base.py +28 -0
- wagtail/contrib/frontend_cache/backends/cloudflare.py +114 -0
- wagtail/contrib/frontend_cache/backends/cloudfront.py +99 -0
- wagtail/contrib/frontend_cache/backends/http.py +64 -0
- wagtail/contrib/frontend_cache/tests.py +59 -17
- wagtail/contrib/frontend_cache/utils.py +26 -8
- wagtail/contrib/redirects/filters.py +15 -1
- wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/ca/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/cs/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/cy/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/redirects/locale/de/LC_MESSAGES/django.po +5 -4
- wagtail/contrib/redirects/locale/el/LC_MESSAGES/django.po +7 -7
- wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po +37 -72
- wagtail/contrib/redirects/locale/es/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/redirects/locale/et/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.po +18 -5
- wagtail/contrib/redirects/locale/fi/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/redirects/locale/fr/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/gl/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/hr_HR/LC_MESSAGES/django.po +8 -8
- wagtail/contrib/redirects/locale/hu/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/redirects/locale/id_ID/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/is_IS/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/redirects/locale/it/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/ja/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/redirects/locale/ko/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/lt/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/mn/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/nb/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/nl/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/pl/LC_MESSAGES/django.po +9 -9
- wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po +5 -5
- wagtail/contrib/redirects/locale/pt_PT/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/ro/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/ru/LC_MESSAGES/django.po +7 -7
- wagtail/contrib/redirects/locale/sk_SK/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/sl/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/redirects/locale/sr/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/redirects/locale/sv/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/tet/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/th/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/tr_TR/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/zh/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/models.py +6 -5
- wagtail/contrib/redirects/templates/wagtailredirects/edit.html +1 -38
- wagtail/contrib/redirects/tests/test_redirects.py +141 -1
- wagtail/contrib/redirects/urls.py +1 -2
- wagtail/contrib/redirects/views.py +39 -80
- wagtail/contrib/routable_page/models.py +6 -4
- wagtail/contrib/routable_page/tests.py +11 -0
- wagtail/contrib/search_promotions/locale/ar/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/be/LC_MESSAGES/django.po +7 -7
- wagtail/contrib/search_promotions/locale/ca/LC_MESSAGES/django.po +8 -8
- wagtail/contrib/search_promotions/locale/cs/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/search_promotions/locale/cy/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/de/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/search_promotions/locale/el/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/search_promotions/locale/et/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/fa/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/fi/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.po +9 -6
- wagtail/contrib/search_promotions/locale/gl/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/search_promotions/locale/hr_HR/LC_MESSAGES/django.po +8 -8
- wagtail/contrib/search_promotions/locale/hu/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/id_ID/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.po +8 -8
- wagtail/contrib/search_promotions/locale/it/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/search_promotions/locale/ja/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/ko/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/lt/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/search_promotions/locale/nb/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/nl/LC_MESSAGES/django.po +6 -6
- wagtail/contrib/search_promotions/locale/pl/LC_MESSAGES/django.po +9 -9
- wagtail/contrib/search_promotions/locale/pt_BR/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/pt_PT/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/ro/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/ru/LC_MESSAGES/django.po +9 -9
- wagtail/contrib/search_promotions/locale/sk_SK/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.po +62 -8
- wagtail/contrib/search_promotions/locale/sr/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.po +9 -6
- wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/tr_TR/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/search_promotions/locale/zh_Hans/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/search_promotions/locale/zh_Hant/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/settings/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/settings/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.po +10 -1
- wagtail/contrib/settings/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/settings/locale/sr/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/simple_translation/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/simple_translation/locale/en/LC_MESSAGES/django.po +5 -1
- wagtail/contrib/simple_translation/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/simple_translation/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/simple_translation/locale/pt_BR/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/simple_translation/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/simple_translation/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/simple_translation/models.py +2 -1
- wagtail/contrib/styleguide/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po +7 -7
- wagtail/contrib/styleguide/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/styleguide/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/styleguide/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.po +5 -1
- wagtail/contrib/styleguide/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.po +3 -0
- wagtail/contrib/table_block/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.po +27 -1
- wagtail/contrib/table_block/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/contrib/table_block/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/table_block/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/table_block/locale/sl/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/table_block/locale/sl/LC_MESSAGES/django.po +29 -3
- wagtail/contrib/table_block/static/table_block/js/table.js +1 -1
- wagtail/contrib/typed_table_block/blocks.py +19 -0
- wagtail/contrib/typed_table_block/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/typed_table_block/locale/en/LC_MESSAGES/django.po +10 -10
- wagtail/contrib/typed_table_block/locale/fr/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/typed_table_block/locale/fr/LC_MESSAGES/django.po +12 -1
- wagtail/contrib/typed_table_block/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/typed_table_block/locale/pt_BR/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/typed_table_block/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/typed_table_block/locale/sl/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/typed_table_block/locale/sl/LC_MESSAGES/django.po +14 -4
- wagtail/contrib/typed_table_block/static/typed_table_block/js/typed_table_block.js +1 -1
- wagtail/contrib/typed_table_block/tests.py +38 -0
- wagtail/coreutils.py +1 -1
- wagtail/documents/__init__.py +1 -1
- wagtail/documents/locale/ar/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/be/LC_MESSAGES/django.po +11 -11
- wagtail/documents/locale/bg/LC_MESSAGES/django.po +4 -4
- wagtail/documents/locale/ca/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/ca/LC_MESSAGES/django.po +12 -11
- wagtail/documents/locale/cs/LC_MESSAGES/django.po +6 -6
- wagtail/documents/locale/de/LC_MESSAGES/django.po +10 -8
- wagtail/documents/locale/el/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/en/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/es/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/et/LC_MESSAGES/django.po +6 -6
- wagtail/documents/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/fa/LC_MESSAGES/django.po +17 -8
- wagtail/documents/locale/fi/LC_MESSAGES/django.po +10 -10
- wagtail/documents/locale/fr/LC_MESSAGES/django.po +6 -6
- wagtail/documents/locale/gl/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/hr_HR/LC_MESSAGES/django.po +14 -14
- wagtail/documents/locale/hu/LC_MESSAGES/django.po +12 -12
- wagtail/documents/locale/id_ID/LC_MESSAGES/django.po +6 -6
- wagtail/documents/locale/is_IS/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/it/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/ja/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/ko/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/lt/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/mi/LC_MESSAGES/django.po +10 -10
- wagtail/documents/locale/mn/LC_MESSAGES/django.po +5 -4
- wagtail/documents/locale/nb/LC_MESSAGES/django.po +6 -6
- wagtail/documents/locale/nl/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/pl/LC_MESSAGES/django.po +11 -11
- wagtail/documents/locale/pt_BR/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/pt_PT/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/ro/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/ru/LC_MESSAGES/django.po +9 -9
- wagtail/documents/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/sk_SK/LC_MESSAGES/django.po +55 -12
- wagtail/documents/locale/sl/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/sl/LC_MESSAGES/django.po +30 -10
- wagtail/documents/locale/sr/LC_MESSAGES/django.po +2 -2
- wagtail/documents/locale/sv/LC_MESSAGES/django.po +6 -6
- wagtail/documents/locale/th/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/tr/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/tr_TR/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/uk/LC_MESSAGES/django.po +8 -8
- wagtail/documents/locale/zh/LC_MESSAGES/django.po +2 -2
- wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.po +11 -5
- wagtail/documents/locale/zh_Hant/LC_MESSAGES/django.po +4 -4
- wagtail/documents/models.py +5 -1
- wagtail/documents/static/wagtaildocs/js/document-chooser-modal.js +1 -1
- wagtail/documents/static/wagtaildocs/js/document-chooser-telepath.js +1 -1
- wagtail/documents/static/wagtaildocs/js/document-chooser.js +1 -1
- wagtail/documents/tests/test_models.py +5 -1
- wagtail/embeds/apps.py +2 -0
- wagtail/embeds/embeds.py +12 -14
- wagtail/embeds/finders/__init__.py +2 -0
- wagtail/embeds/finders/facebook.py +17 -33
- wagtail/embeds/finders/instagram.py +19 -16
- wagtail/embeds/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/embeds/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/embeds/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/embeds/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/embeds/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/embeds/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/embeds/signal_handlers.py +13 -0
- wagtail/embeds/tests/test_embeds.py +7 -7
- wagtail/fields.py +58 -14
- wagtail/images/__init__.py +1 -1
- wagtail/images/locale/ar/LC_MESSAGES/django.po +6 -6
- wagtail/images/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/images/locale/ca/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/cs/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/cy/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/de/LC_MESSAGES/django.po +6 -6
- wagtail/images/locale/el/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/en/LC_MESSAGES/django.po +34 -34
- wagtail/images/locale/es/LC_MESSAGES/django.po +10 -10
- wagtail/images/locale/et/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/fa/LC_MESSAGES/django.po +28 -9
- wagtail/images/locale/fi/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/fr/LC_MESSAGES/django.po +6 -6
- wagtail/images/locale/gl/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/hr_HR/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/hu/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/id_ID/LC_MESSAGES/django.po +6 -6
- wagtail/images/locale/is_IS/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/it/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/ja/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/ko/LC_MESSAGES/django.po +6 -6
- wagtail/images/locale/lt/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/nb/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/nl/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/pl/LC_MESSAGES/django.po +11 -11
- wagtail/images/locale/pt_BR/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/pt_PT/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/ro/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/ru/LC_MESSAGES/django.po +11 -11
- wagtail/images/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/sk_SK/LC_MESSAGES/django.po +23 -8
- wagtail/images/locale/sl/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/sl/LC_MESSAGES/django.po +44 -12
- wagtail/images/locale/sv/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/sv/LC_MESSAGES/django.po +20 -8
- wagtail/images/locale/tet/LC_MESSAGES/django.po +4 -4
- wagtail/images/locale/th/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/tr/LC_MESSAGES/django.po +6 -6
- wagtail/images/locale/tr_TR/LC_MESSAGES/django.po +6 -6
- wagtail/images/locale/uk/LC_MESSAGES/django.po +8 -8
- wagtail/images/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/zh_Hans/LC_MESSAGES/django.po +49 -5
- wagtail/images/locale/zh_Hant/LC_MESSAGES/django.po +4 -4
- wagtail/images/models.py +3 -0
- wagtail/images/static/wagtailimages/js/image-chooser-modal.js +1 -1
- wagtail/images/static/wagtailimages/js/image-chooser-telepath.js +1 -1
- wagtail/images/static/wagtailimages/js/image-chooser.js +1 -1
- wagtail/images/templates/wagtailimages/images/edit.html +4 -4
- wagtail/images/tests/test_admin_views.py +58 -2
- wagtail/images/tests/test_image_operations.py +12 -0
- wagtail/images/tests/tests.py +27 -2
- wagtail/images/views/chooser.py +6 -1
- wagtail/images/views/images.py +7 -3
- wagtail/images/views/serve.py +1 -0
- wagtail/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/locale/en/LC_MESSAGES/django.po +84 -80
- wagtail/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/fa/LC_MESSAGES/django.po +3 -0
- wagtail/locale/fr/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/fr/LC_MESSAGES/django.po +23 -4
- wagtail/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/locale/pt_BR/LC_MESSAGES/django.po +1 -1
- wagtail/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/locale/sv/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/sv/LC_MESSAGES/django.po +11 -2
- wagtail/locales/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/locales/locale/en/LC_MESSAGES/django.po +2 -2
- wagtail/locales/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/locales/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/locales/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/locales/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/locales/tests.py +16 -0
- wagtail/locales/wagtail_hooks.py +0 -9
- wagtail/migrations/0094_alter_page_locale.py +19 -0
- wagtail/models/__init__.py +11 -5
- wagtail/models/i18n.py +6 -1
- wagtail/project_template/requirements.txt +1 -1
- wagtail/search/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/search/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/search/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/search/locale/fa/LC_MESSAGES/django.po +24 -0
- wagtail/search/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/search/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/search/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- wagtail/search/locale/pt_BR/LC_MESSAGES/django.po +2 -2
- wagtail/search/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/search/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/search/tests/test_queries.py +24 -0
- wagtail/search/utils.py +6 -12
- wagtail/signals.py +4 -0
- wagtail/sites/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/sites/locale/en/LC_MESSAGES/django.po +2 -2
- wagtail/sites/locale/hr_HR/LC_MESSAGES/django.po +2 -2
- wagtail/sites/locale/pl/LC_MESSAGES/django.po +3 -3
- wagtail/sites/locale/ru/LC_MESSAGES/django.po +3 -3
- wagtail/sites/locale/sl/LC_MESSAGES/django.po +2 -2
- wagtail/sites/locale/sr/LC_MESSAGES/django.po +2 -2
- wagtail/sites/tests.py +15 -0
- wagtail/sites/wagtail_hooks.py +0 -9
- wagtail/snippets/locale/be/LC_MESSAGES/django.po +3 -3
- wagtail/snippets/locale/ca/LC_MESSAGES/django.po +6 -6
- wagtail/snippets/locale/de/LC_MESSAGES/django.po +5 -5
- wagtail/snippets/locale/en/LC_MESSAGES/django.po +9 -9
- wagtail/snippets/locale/es/LC_MESSAGES/django.po +6 -6
- wagtail/snippets/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/snippets/locale/fa/LC_MESSAGES/django.po +17 -1
- wagtail/snippets/locale/fr/LC_MESSAGES/django.po +5 -5
- wagtail/snippets/locale/gl/LC_MESSAGES/django.po +6 -6
- wagtail/snippets/locale/hr_HR/LC_MESSAGES/django.po +8 -8
- wagtail/snippets/locale/hu/LC_MESSAGES/django.po +7 -7
- wagtail/snippets/locale/is_IS/LC_MESSAGES/django.po +5 -5
- wagtail/snippets/locale/it/LC_MESSAGES/django.po +5 -5
- wagtail/snippets/locale/ko/LC_MESSAGES/django.po +6 -6
- wagtail/snippets/locale/nb/LC_MESSAGES/django.po +6 -6
- wagtail/snippets/locale/nl/LC_MESSAGES/django.po +8 -8
- wagtail/snippets/locale/pl/LC_MESSAGES/django.po +9 -9
- wagtail/snippets/locale/pt_BR/LC_MESSAGES/django.po +1 -1
- wagtail/snippets/locale/ro/LC_MESSAGES/django.po +6 -6
- wagtail/snippets/locale/ru/LC_MESSAGES/django.po +8 -8
- wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.po +3 -0
- wagtail/snippets/locale/sl/LC_MESSAGES/django.po +8 -8
- wagtail/snippets/locale/sr/LC_MESSAGES/django.po +2 -2
- wagtail/snippets/locale/sv/LC_MESSAGES/django.po +6 -6
- wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.po +40 -1
- wagtail/snippets/permissions.py +5 -3
- wagtail/snippets/static/wagtailsnippets/js/snippet-chooser-telepath.js +1 -1
- wagtail/snippets/static/wagtailsnippets/js/snippet-chooser.js +1 -1
- wagtail/snippets/templates/wagtailsnippets/snippets/action_menu/menu.html +1 -1
- wagtail/snippets/tests/test_snippets.py +78 -12
- wagtail/snippets/tests/test_viewset.py +22 -0
- wagtail/snippets/views/snippets.py +19 -14
- wagtail/snippets/wagtail_hooks.py +2 -10
- wagtail/templatetags/wagtailcore_tags.py +3 -0
- wagtail/test/dummy_external_storage.py +1 -1
- wagtail/test/i18n/migrations/0003_alter_clusterabletestmodel_locale_and_more.py +40 -0
- wagtail/test/routablepage/models.py +4 -0
- wagtail/test/snippets/migrations/0012_alter_translatablesnippet_locale.py +20 -0
- wagtail/test/testapp/migrations/0038_sociallink.py +52 -0
- wagtail/test/testapp/migrations/0039_alter_eventcategory_locale_and_more.py +45 -0
- wagtail/test/testapp/models.py +24 -0
- wagtail/test/testapp/views.py +1 -0
- wagtail/test/testapp/wagtail_hooks.py +9 -0
- wagtail/test/urls_multilang.py +6 -1
- wagtail/test/urls_multilang_non_root.py +11 -0
- wagtail/tests/streamfield_migrations/test_migrations.py +53 -12
- wagtail/tests/test_audit_log.py +72 -2
- wagtail/tests/test_blocks.py +103 -0
- wagtail/tests/test_signals.py +49 -2
- wagtail/tests/test_streamfield.py +153 -0
- wagtail/tests/test_utils.py +42 -1
- wagtail/tests/tests.py +5 -0
- wagtail/users/apps.py +1 -0
- wagtail/users/forms.py +7 -0
- wagtail/users/locale/ar/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/be/LC_MESSAGES/django.po +9 -9
- wagtail/users/locale/ca/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/cs/LC_MESSAGES/django.po +6 -6
- wagtail/users/locale/cy/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/de/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/el/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/en/LC_MESSAGES/django.po +55 -50
- wagtail/users/locale/es/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/et/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/fa/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/fa/LC_MESSAGES/django.po +69 -7
- wagtail/users/locale/fi/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/fr/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/fr/LC_MESSAGES/django.po +52 -11
- wagtail/users/locale/gl/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/hr_HR/LC_MESSAGES/django.po +10 -10
- wagtail/users/locale/hu/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/id_ID/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/is_IS/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/it/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/ja/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/ko/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/lt/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/lv/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/mn/LC_MESSAGES/django.po +5 -4
- wagtail/users/locale/nb/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/nl/LC_MESSAGES/django.po +6 -6
- wagtail/users/locale/pl/LC_MESSAGES/django.po +9 -9
- wagtail/users/locale/pt_BR/LC_MESSAGES/django.po +9 -9
- wagtail/users/locale/pt_PT/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/ro/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/ru/LC_MESSAGES/django.po +11 -11
- wagtail/users/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/sk_SK/LC_MESSAGES/django.po +12 -5
- wagtail/users/locale/sl/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/sl/LC_MESSAGES/django.po +56 -12
- wagtail/users/locale/sv/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/sv/LC_MESSAGES/django.po +49 -10
- wagtail/users/locale/tet/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/th/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/tr/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/tr_TR/LC_MESSAGES/django.po +4 -4
- wagtail/users/locale/uk/LC_MESSAGES/django.po +8 -8
- wagtail/users/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/zh_Hans/LC_MESSAGES/django.po +49 -5
- wagtail/users/locale/zh_Hant/LC_MESSAGES/django.po +2 -2
- wagtail/users/models.py +1 -0
- wagtail/users/templates/wagtailusers/groups/includes/formatted_permissions.html +3 -2
- wagtail/users/templatetags/wagtailusers_tags.py +9 -0
- wagtail/users/tests/__init__.py +7 -1
- wagtail/users/tests/test_admin_views.py +117 -32
- wagtail/users/views/groups.py +4 -0
- wagtail/users/views/users.py +58 -14
- wagtail/users/wagtail_hooks.py +7 -123
- wagtail/utils/utils.py +27 -0
- wagtail/utils/version.py +5 -2
- wagtail-6.2rc1.dist-info/METADATA +78 -0
- {wagtail-6.1.2.dist-info → wagtail-6.2rc1.dist-info}/RECORD +634 -607
- {wagtail-6.1.2.dist-info → wagtail-6.2rc1.dist-info}/WHEEL +1 -1
- wagtail/admin/templates/wagtailadmin/reports/aging_pages.html +0 -58
- wagtail/admin/templates/wagtailadmin/reports/page_types_usage.html +0 -18
- wagtail/admin/templates/wagtailadmin/reports/site_history.html +0 -57
- wagtail/admin/templates/wagtailadmin/reports/workflow.html +0 -81
- wagtail/admin/templates/wagtailadmin/reports/workflow_tasks.html +0 -63
- wagtail/contrib/frontend_cache/backends.py +0 -400
- wagtail/contrib/redirects/templates/wagtailredirects/list.html +0 -43
- wagtail/contrib/redirects/templates/wagtailredirects/reports/redirects_report.html +0 -14
- wagtail/contrib/redirects/tests/test_reports_view.py +0 -82
- wagtail-6.1.2.dist-info/METADATA +0 -78
- {wagtail-6.1.2.dist-info → wagtail-6.2rc1.dist-info}/LICENSE +0 -0
- {wagtail-6.1.2.dist-info → wagtail-6.2rc1.dist-info}/entry_points.txt +0 -0
- {wagtail-6.1.2.dist-info → wagtail-6.2rc1.dist-info}/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2024-
|
|
11
|
+
"POT-Creation-Date: 2024-07-19 16:26+0100\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -182,35 +182,35 @@ msgstr ""
|
|
|
182
182
|
msgid "Choose"
|
|
183
183
|
msgstr ""
|
|
184
184
|
|
|
185
|
-
#: views/snippets.py:
|
|
186
|
-
#: wagtail_hooks.py:
|
|
185
|
+
#: views/snippets.py:76 views/snippets.py:104 views/snippets.py:891
|
|
186
|
+
#: wagtail_hooks.py:42
|
|
187
187
|
msgid "Snippets"
|
|
188
188
|
msgstr ""
|
|
189
189
|
|
|
190
|
-
#: views/snippets.py:
|
|
190
|
+
#: views/snippets.py:121
|
|
191
191
|
msgid "Name"
|
|
192
192
|
msgstr ""
|
|
193
193
|
|
|
194
|
-
#: views/snippets.py:
|
|
194
|
+
#: views/snippets.py:127
|
|
195
195
|
msgid "Instances"
|
|
196
196
|
msgstr ""
|
|
197
197
|
|
|
198
|
-
#: views/snippets.py:
|
|
198
|
+
#: views/snippets.py:219
|
|
199
199
|
#, python-format
|
|
200
200
|
msgid "More options for '%(title)s'"
|
|
201
201
|
msgstr ""
|
|
202
202
|
|
|
203
|
-
#: views/snippets.py:
|
|
203
|
+
#: views/snippets.py:367
|
|
204
204
|
#, python-format
|
|
205
205
|
msgid "Edit this %(model_name)s"
|
|
206
206
|
msgstr ""
|
|
207
207
|
|
|
208
|
-
#: views/snippets.py:
|
|
208
|
+
#: views/snippets.py:373
|
|
209
209
|
#, python-format
|
|
210
210
|
msgid "%(model_name)s history"
|
|
211
211
|
msgstr ""
|
|
212
212
|
|
|
213
|
-
#: views/snippets.py:
|
|
213
|
+
#: views/snippets.py:890
|
|
214
214
|
msgid "Home"
|
|
215
215
|
msgstr ""
|
|
216
216
|
|
|
@@ -124,13 +124,13 @@ msgstr ""
|
|
|
124
124
|
|
|
125
125
|
#, python-format
|
|
126
126
|
msgid ""
|
|
127
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
128
|
-
"
|
|
129
|
-
"\">create one now</a>?"
|
|
127
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
128
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
129
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
130
130
|
msgstr ""
|
|
131
|
-
"No has creado ningún fragmento %(snippet_type_name)s. ¿Por qué no <a
|
|
132
|
-
"
|
|
133
|
-
"\">crear uno ahora</a>?"
|
|
131
|
+
"No has creado ningún fragmento %(snippet_type_name)s. ¿Por qué no <a "
|
|
132
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
133
|
+
"rel=\"noreferrer\">crear uno ahora</a>?"
|
|
134
134
|
|
|
135
135
|
msgid "Publishing…"
|
|
136
136
|
msgstr "Publicando..."
|
|
Binary file
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
# Translators:
|
|
6
6
|
# Amir Mahmoodi, 2022
|
|
7
7
|
# Amir Mahmoodi, 2022
|
|
8
|
+
# Bardia Khoshroo, 2024
|
|
8
9
|
# pyzenberg <pyzenberg@gmail.com>, 2017
|
|
9
10
|
# pyzenberg <pyzenberg@gmail.com>, 2017
|
|
10
11
|
msgid ""
|
|
@@ -13,7 +14,7 @@ msgstr ""
|
|
|
13
14
|
"Report-Msgid-Bugs-To: \n"
|
|
14
15
|
"POT-Creation-Date: 2024-05-02 10:04+0100\n"
|
|
15
16
|
"PO-Revision-Date: 2014-02-19 19:01+0000\n"
|
|
16
|
-
"Last-Translator:
|
|
17
|
+
"Last-Translator: Bardia Khoshroo, 2024\n"
|
|
17
18
|
"Language-Team: Persian (http://app.transifex.com/torchbox/wagtail/language/"
|
|
18
19
|
"fa/)\n"
|
|
19
20
|
"MIME-Version: 1.0\n"
|
|
@@ -36,6 +37,12 @@ msgstr "دوباره ثبت کردن در %(task_name)s"
|
|
|
36
37
|
msgid "Submit to %(workflow_name)s"
|
|
37
38
|
msgstr "ثبت کردن در %(workflow_name)s"
|
|
38
39
|
|
|
40
|
+
msgid "Restart workflow "
|
|
41
|
+
msgstr "بازنشانی رویه"
|
|
42
|
+
|
|
43
|
+
msgid "Cancel workflow "
|
|
44
|
+
msgstr "لغو رویه کاری"
|
|
45
|
+
|
|
39
46
|
msgid "Unpublish"
|
|
40
47
|
msgstr "لغو انتشار"
|
|
41
48
|
|
|
@@ -48,6 +55,9 @@ msgstr "ذخیره"
|
|
|
48
55
|
msgid "Locked"
|
|
49
56
|
msgstr "قفل شده"
|
|
50
57
|
|
|
58
|
+
msgid "Delete "
|
|
59
|
+
msgstr "حذف"
|
|
60
|
+
|
|
51
61
|
#, python-format
|
|
52
62
|
msgid "Used %(usage_count)s time"
|
|
53
63
|
msgid_plural "Used %(usage_count)s times"
|
|
@@ -86,6 +96,9 @@ msgstr "ذخیره پیشنویس"
|
|
|
86
96
|
msgid "Actions"
|
|
87
97
|
msgstr "اعمال"
|
|
88
98
|
|
|
99
|
+
msgid "Select all snippets in listing"
|
|
100
|
+
msgstr "انتخاب تمامی اسنیپت های لیست"
|
|
101
|
+
|
|
89
102
|
msgid "Choose"
|
|
90
103
|
msgstr "انتخاب"
|
|
91
104
|
|
|
@@ -95,6 +108,9 @@ msgstr "قطعهها"
|
|
|
95
108
|
msgid "Name"
|
|
96
109
|
msgstr "نام"
|
|
97
110
|
|
|
111
|
+
msgid "Instances"
|
|
112
|
+
msgstr "موارد"
|
|
113
|
+
|
|
98
114
|
msgid "Home"
|
|
99
115
|
msgstr "خانه"
|
|
100
116
|
|
|
@@ -128,13 +128,13 @@ msgstr "Désolé, aucun fragment ne correspond à « <em>%(search_query)s</em>
|
|
|
128
128
|
|
|
129
129
|
#, python-format
|
|
130
130
|
msgid ""
|
|
131
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
132
|
-
"
|
|
133
|
-
"\">create one now</a>?"
|
|
131
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
132
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
133
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
134
134
|
msgstr ""
|
|
135
135
|
"Vous n’avez pas encore créé d’objet %(snippet_type_name)s. Pourquoi ne pas "
|
|
136
|
-
"<a href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\"
|
|
137
|
-
"
|
|
136
|
+
"<a href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
137
|
+
"rel=\"noreferrer\">en créer un maintenant</a> ?"
|
|
138
138
|
|
|
139
139
|
msgid "Publishing…"
|
|
140
140
|
msgstr "Publication..."
|
|
@@ -115,13 +115,13 @@ msgstr "Sentímolo, ningún fragmento coincide con \"<em>%(search_query)s</em>\"
|
|
|
115
115
|
|
|
116
116
|
#, python-format
|
|
117
117
|
msgid ""
|
|
118
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
119
|
-
"
|
|
120
|
-
"\">create one now</a>?"
|
|
118
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
119
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
120
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
121
121
|
msgstr ""
|
|
122
|
-
"Non creaches ningún fragmento %(snippet_type_name)s. Por qué non <a
|
|
123
|
-
"
|
|
124
|
-
"\">crear un agora</a>?"
|
|
122
|
+
"Non creaches ningún fragmento %(snippet_type_name)s. Por qué non <a "
|
|
123
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
124
|
+
"rel=\"noreferrer\">crear un agora</a>?"
|
|
125
125
|
|
|
126
126
|
msgid "Publishing…"
|
|
127
127
|
msgstr "Publicando..."
|
|
@@ -17,8 +17,8 @@ msgstr ""
|
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Language: hr_HR\n"
|
|
20
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
|
21
|
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
20
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
|
21
|
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
22
22
|
|
|
23
23
|
msgid "Publish"
|
|
24
24
|
msgstr "Objavi"
|
|
@@ -116,13 +116,13 @@ msgstr ""
|
|
|
116
116
|
|
|
117
117
|
#, python-format
|
|
118
118
|
msgid ""
|
|
119
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
120
|
-
"
|
|
121
|
-
"\">create one now</a>?"
|
|
119
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
120
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
121
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
122
122
|
msgstr ""
|
|
123
|
-
"Nemate %(snippet_type_name)s izrezaka. Zašto ne <a
|
|
124
|
-
"
|
|
125
|
-
"noreferrer\">stvorite jedan</a>?"
|
|
123
|
+
"Nemate %(snippet_type_name)s izrezaka. Zašto ne <a "
|
|
124
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
125
|
+
"rel=\"noopener noreferrer\">stvorite jedan</a>?"
|
|
126
126
|
|
|
127
127
|
msgid "Publishing…"
|
|
128
128
|
msgstr "Objava u tijeku..."
|
|
@@ -109,18 +109,18 @@ msgstr "Nem, mégsem"
|
|
|
109
109
|
#, python-format
|
|
110
110
|
msgid "Sorry, no snippets match \"<em>%(search_query)s</em>\""
|
|
111
111
|
msgstr ""
|
|
112
|
-
"Sajnáljuk, de egyelen elem sem felel meg a következő feltételeknek:
|
|
113
|
-
"
|
|
112
|
+
"Sajnáljuk, de egyelen elem sem felel meg a következő feltételeknek: "
|
|
113
|
+
"\"<em>%(search_query)s</em>\""
|
|
114
114
|
|
|
115
115
|
#, python-format
|
|
116
116
|
msgid ""
|
|
117
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
118
|
-
"
|
|
119
|
-
"\">create one now</a>?"
|
|
117
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
118
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
119
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
120
120
|
msgstr ""
|
|
121
121
|
"Még egyetlen %(snippet_type_name)s típusú elem sincs létrehozva. Miért nem "
|
|
122
|
-
"<a href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\"
|
|
123
|
-
"
|
|
122
|
+
"<a href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
123
|
+
"rel=\"noopener noreferrer\">hoz létre egy újat most</a>?"
|
|
124
124
|
|
|
125
125
|
msgid "Publishing…"
|
|
126
126
|
msgstr "Közzététel folyamatban..."
|
|
@@ -115,13 +115,13 @@ msgstr "Því miður eru engin snifsi sem passa við \"<em>%(search_query)s</em>
|
|
|
115
115
|
|
|
116
116
|
#, python-format
|
|
117
117
|
msgid ""
|
|
118
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
119
|
-
"
|
|
120
|
-
"\">create one now</a>?"
|
|
118
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
119
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
120
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
121
121
|
msgstr ""
|
|
122
122
|
"Þú hefur ekki búið til nein %(snippet_type_name)s snifsi. Er ekki málið að "
|
|
123
|
-
"<a href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\"
|
|
124
|
-
"
|
|
123
|
+
"<a href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
124
|
+
"rel=\"noreferrer\">búa til eitt núna</a>?"
|
|
125
125
|
|
|
126
126
|
msgid "Publishing…"
|
|
127
127
|
msgstr "Set í birtingu..."
|
|
@@ -120,13 +120,13 @@ msgstr "Spiacenti, nessun snippet corrisponde a \"<em>%(search_query)s</em>\""
|
|
|
120
120
|
|
|
121
121
|
#, python-format
|
|
122
122
|
msgid ""
|
|
123
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
124
|
-
"
|
|
125
|
-
"\">create one now</a>?"
|
|
123
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
124
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
125
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
126
126
|
msgstr ""
|
|
127
127
|
"Non hai ancora creato nessuno snippet %(snippet_type_name)s. Perché non <a "
|
|
128
|
-
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\"
|
|
129
|
-
"
|
|
128
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
129
|
+
"rel=\"noreferrer\">ne crei uno adesso</a>?"
|
|
130
130
|
|
|
131
131
|
msgid "Publishing…"
|
|
132
132
|
msgstr "Pubblicazione in corso..."
|
|
@@ -94,13 +94,13 @@ msgstr "아니오, 지우지 않습니다"
|
|
|
94
94
|
|
|
95
95
|
#, python-format
|
|
96
96
|
msgid ""
|
|
97
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
98
|
-
"
|
|
99
|
-
"\">create one now</a>?"
|
|
97
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
98
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
99
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
100
100
|
msgstr ""
|
|
101
|
-
"당신은 어떤 %(snippet_type_name)s정보도 생성한적 없습니다. <a
|
|
102
|
-
"
|
|
103
|
-
"\">새로 생성</a>하는 것은 어떤가요?"
|
|
101
|
+
"당신은 어떤 %(snippet_type_name)s정보도 생성한적 없습니다. <a "
|
|
102
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
103
|
+
"rel=\"noreferrer\">새로 생성</a>하는 것은 어떤가요?"
|
|
104
104
|
|
|
105
105
|
msgid "Publishing…"
|
|
106
106
|
msgstr "게시 중..."
|
|
@@ -114,13 +114,13 @@ msgstr "Beklager, ingen snutter matcher \"<em>%(search_query)s</em>\""
|
|
|
114
114
|
|
|
115
115
|
#, python-format
|
|
116
116
|
msgid ""
|
|
117
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
118
|
-
"
|
|
119
|
-
"\">create one now</a>?"
|
|
117
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
118
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
119
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
120
120
|
msgstr ""
|
|
121
|
-
"Du har ikke opprettet %(snippet_type_name)s snutter. Hvorfor ikke <a
|
|
122
|
-
"
|
|
123
|
-
"\">opprette en nå?</a>?"
|
|
121
|
+
"Du har ikke opprettet %(snippet_type_name)s snutter. Hvorfor ikke <a "
|
|
122
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
123
|
+
"rel=\"noreferrer\">opprette en nå?</a>?"
|
|
124
124
|
|
|
125
125
|
msgid "Publishing…"
|
|
126
126
|
msgstr "Publiserer..."
|
|
@@ -115,18 +115,18 @@ msgstr "Nee, niet verwijderen"
|
|
|
115
115
|
#, python-format
|
|
116
116
|
msgid "Sorry, no snippets match \"<em>%(search_query)s</em>\""
|
|
117
117
|
msgstr ""
|
|
118
|
-
"Sorry, er zijn geen snippets die voldoen aan de zoekopdracht
|
|
119
|
-
"
|
|
118
|
+
"Sorry, er zijn geen snippets die voldoen aan de zoekopdracht "
|
|
119
|
+
"\"<em>%(search_query)s</em>\""
|
|
120
120
|
|
|
121
121
|
#, python-format
|
|
122
122
|
msgid ""
|
|
123
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
124
|
-
"
|
|
125
|
-
"\">create one now</a>?"
|
|
123
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
124
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
125
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
126
126
|
msgstr ""
|
|
127
|
-
"Er zijn nog geen %(snippet_type_name)s snippets toegevoegd. <a
|
|
128
|
-
"
|
|
129
|
-
"\">Voeg er nu een toe</a>"
|
|
127
|
+
"Er zijn nog geen %(snippet_type_name)s snippets toegevoegd. <a "
|
|
128
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
129
|
+
"rel=\"noreferrer\">Voeg er nu een toe</a>"
|
|
130
130
|
|
|
131
131
|
msgid "Publishing…"
|
|
132
132
|
msgstr "Bezig met publiceren..."
|
|
@@ -27,9 +27,9 @@ msgstr ""
|
|
|
27
27
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
28
28
|
"Content-Transfer-Encoding: 8bit\n"
|
|
29
29
|
"Language: pl\n"
|
|
30
|
-
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) &&
|
|
31
|
-
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 &&
|
|
32
|
-
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
30
|
+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
|
|
31
|
+
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
|
|
32
|
+
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
33
33
|
|
|
34
34
|
msgid "Publish"
|
|
35
35
|
msgstr "Opublikuj"
|
|
@@ -129,13 +129,13 @@ msgstr ""
|
|
|
129
129
|
|
|
130
130
|
#, python-format
|
|
131
131
|
msgid ""
|
|
132
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
133
|
-
"
|
|
134
|
-
"\">create one now</a>?"
|
|
132
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
133
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
134
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
135
135
|
msgstr ""
|
|
136
|
-
"Nie utworzyłeś żadnego snippetu %(snippet_type_name)s. Dlaczego nie <a
|
|
137
|
-
"
|
|
138
|
-
"\">utworzyć jednego teraz</a>?"
|
|
136
|
+
"Nie utworzyłeś żadnego snippetu %(snippet_type_name)s. Dlaczego nie <a "
|
|
137
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
138
|
+
"rel=\"noreferrer\">utworzyć jednego teraz</a>?"
|
|
139
139
|
|
|
140
140
|
msgid "Publishing…"
|
|
141
141
|
msgstr "Publikowanie..."
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
# Gladson <gladsonbrito@gmail.com>, 2014
|
|
10
10
|
# Luiz Boaretto <lboaretto@gmail.com>, 2016
|
|
11
11
|
# Luiz Boaretto <lboaretto@gmail.com>, 2016-2019,2021,2024
|
|
12
|
-
# Rodrigo de Almeida Sottomaior Macedo <sottomaiormacedotec@
|
|
12
|
+
# Rodrigo de Almeida Sottomaior Macedo <sottomaiormacedotec@sottomaiormacedo.tech>, 2021
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
15
|
"Project-Id-Version: Wagtail\n"
|
|
@@ -122,13 +122,13 @@ msgstr ""
|
|
|
122
122
|
|
|
123
123
|
#, python-format
|
|
124
124
|
msgid ""
|
|
125
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
126
|
-
"
|
|
127
|
-
"\">create one now</a>?"
|
|
125
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
126
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
127
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
128
128
|
msgstr ""
|
|
129
|
-
"Nu au fost create %(snippet_type_name)s. De să nu <a
|
|
130
|
-
"
|
|
131
|
-
"\">incepeți acum</a>?"
|
|
129
|
+
"Nu au fost create %(snippet_type_name)s. De să nu <a "
|
|
130
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
131
|
+
"rel=\"noreferrer\">incepeți acum</a>?"
|
|
132
132
|
|
|
133
133
|
msgid "Publishing…"
|
|
134
134
|
msgstr "În curs de publicare…"
|
|
@@ -28,9 +28,9 @@ msgstr ""
|
|
|
28
28
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
29
29
|
"Content-Transfer-Encoding: 8bit\n"
|
|
30
30
|
"Language: ru\n"
|
|
31
|
-
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
|
32
|
-
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) ||
|
|
33
|
-
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
31
|
+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
|
32
|
+
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
|
|
33
|
+
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
34
34
|
|
|
35
35
|
msgid "Publish"
|
|
36
36
|
msgstr "Опубликовать"
|
|
@@ -131,13 +131,13 @@ msgstr ""
|
|
|
131
131
|
|
|
132
132
|
#, python-format
|
|
133
133
|
msgid ""
|
|
134
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
135
|
-
"
|
|
136
|
-
"\">create one now</a>?"
|
|
134
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
135
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
136
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
137
137
|
msgstr ""
|
|
138
138
|
"Вы еще не создали ни одного %(snippet_type_name)sсниппета. Не желаете ли <a "
|
|
139
|
-
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\"
|
|
140
|
-
"
|
|
139
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
140
|
+
"rel=\"noopener noreferrer\">создать сейчас</a>?,"
|
|
141
141
|
|
|
142
142
|
msgid "Publishing…"
|
|
143
143
|
msgstr "Публикуется..."
|
|
Binary file
|
|
@@ -22,8 +22,8 @@ msgstr ""
|
|
|
22
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
23
23
|
"Content-Transfer-Encoding: 8bit\n"
|
|
24
24
|
"Language: sl\n"
|
|
25
|
-
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 ||
|
|
26
|
-
"%100==4 ? 2 : 3);\n"
|
|
25
|
+
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
|
26
|
+
"n%100==4 ? 2 : 3);\n"
|
|
27
27
|
|
|
28
28
|
msgid "Publish"
|
|
29
29
|
msgstr "Objavi"
|
|
@@ -123,13 +123,13 @@ msgstr "Žal, noben delec ne ustreza \"<em>%(search_query)s</em>\""
|
|
|
123
123
|
|
|
124
124
|
#, python-format
|
|
125
125
|
msgid ""
|
|
126
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
127
|
-
"
|
|
128
|
-
"\">create one now</a>?"
|
|
126
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
127
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
128
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
129
129
|
msgstr ""
|
|
130
|
-
"Ustvarili niste nobenega %(snippet_type_name)s delca. Zakaj nebi <a
|
|
131
|
-
"
|
|
132
|
-
"\">ustvarili enega sedaj</a>?"
|
|
130
|
+
"Ustvarili niste nobenega %(snippet_type_name)s delca. Zakaj nebi <a "
|
|
131
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
132
|
+
"rel=\"noreferrer\">ustvarili enega sedaj</a>?"
|
|
133
133
|
|
|
134
134
|
msgid "Publishing…"
|
|
135
135
|
msgstr "Objavljanje…"
|
|
@@ -16,8 +16,8 @@ msgstr ""
|
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
18
18
|
"Language: sr\n"
|
|
19
|
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
|
20
|
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
19
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
|
20
|
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
21
21
|
|
|
22
22
|
msgid "Saving…"
|
|
23
23
|
msgstr "Čuvanje..."
|
|
@@ -118,13 +118,13 @@ msgstr "Ledsen, inga snuttar matchade \"<em>%(search_query)s</em>\""
|
|
|
118
118
|
|
|
119
119
|
#, python-format
|
|
120
120
|
msgid ""
|
|
121
|
-
"You haven't created any %(snippet_type_name)s snippets. Why not <a
|
|
122
|
-
"
|
|
123
|
-
"\">create one now</a>?"
|
|
121
|
+
"You haven't created any %(snippet_type_name)s snippets. Why not <a "
|
|
122
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
123
|
+
"rel=\"noreferrer\">create one now</a>?"
|
|
124
124
|
msgstr ""
|
|
125
|
-
"Du har inte skapat några %(snippet_type_name)s snuttar. Varför inte <a
|
|
126
|
-
"
|
|
127
|
-
"\">skapa en nu</a>?"
|
|
125
|
+
"Du har inte skapat några %(snippet_type_name)s snuttar. Varför inte <a "
|
|
126
|
+
"href=\"%(wagtailsnippets_create_snippet_url)s\" target=\"_blank\" "
|
|
127
|
+
"rel=\"noreferrer\">skapa en nu</a>?"
|
|
128
128
|
|
|
129
129
|
msgid "Publishing…"
|
|
130
130
|
msgstr "Publicerar..."
|
|
Binary file
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
# 祝沙军 <zhushajun@gmail.com>, 2017
|
|
14
14
|
# Vincent Zhao <zhaopu2008@gmail.com>, 2017
|
|
15
15
|
# Yin Guanhao <sopium@mysterious.site>, 2021
|
|
16
|
+
# Yu Cheng, 2024
|
|
16
17
|
# 祝沙军 <zhushajun@gmail.com>, 2017
|
|
17
18
|
# 汇民 王 <whuim@qq.com>, 2018-2019,2021
|
|
18
19
|
# 祝沙军 <zhushajun@gmail.com>, 2017
|
|
@@ -22,7 +23,7 @@ msgstr ""
|
|
|
22
23
|
"Report-Msgid-Bugs-To: \n"
|
|
23
24
|
"POT-Creation-Date: 2024-05-02 10:04+0100\n"
|
|
24
25
|
"PO-Revision-Date: 2014-02-19 19:01+0000\n"
|
|
25
|
-
"Last-Translator:
|
|
26
|
+
"Last-Translator: Yu Cheng, 2024\n"
|
|
26
27
|
"Language-Team: Chinese (China) (http://app.transifex.com/torchbox/wagtail/"
|
|
27
28
|
"language/zh_CN/)\n"
|
|
28
29
|
"MIME-Version: 1.0\n"
|
|
@@ -70,10 +71,18 @@ msgstr "%(label)s 和发布"
|
|
|
70
71
|
msgid "Wagtail snippets"
|
|
71
72
|
msgstr "Wagtail 片段"
|
|
72
73
|
|
|
74
|
+
msgid "Delete selected snippets"
|
|
75
|
+
msgstr "删除选定的片段"
|
|
76
|
+
|
|
73
77
|
#, python-format
|
|
74
78
|
msgid "%(model_name)s '%(object)s' deleted."
|
|
75
79
|
msgstr "%(model_name)s '%(object)s' 已删除。"
|
|
76
80
|
|
|
81
|
+
#, python-format
|
|
82
|
+
msgid "%(count)d %(model_name)s deleted."
|
|
83
|
+
msgid_plural "%(count)d %(model_name)s deleted."
|
|
84
|
+
msgstr[0] "%(count)d %(model_name)s 已删除。"
|
|
85
|
+
|
|
77
86
|
#, python-format
|
|
78
87
|
msgid "Delete %(snippet_type_name)s"
|
|
79
88
|
msgstr "删除 %(snippet_type_name)s"
|
|
@@ -94,12 +103,24 @@ msgstr "确定要删除 %(snippet_type_name)s?"
|
|
|
94
103
|
msgid "Are you sure you want to delete %(count)s %(snippet_type_name)s?"
|
|
95
104
|
msgstr "你确定要删除 %(count)s%(snippet_type_name)s ?"
|
|
96
105
|
|
|
106
|
+
#, python-format
|
|
107
|
+
msgid "You don't have permission to delete this %(snippet_type_name)s"
|
|
108
|
+
msgstr "您无权删除此 %(snippet_type_name)s"
|
|
109
|
+
|
|
110
|
+
#, python-format
|
|
111
|
+
msgid "You don't have permission to delete these %(snippet_plural_name)s"
|
|
112
|
+
msgstr "您无权删除这些 %(snippet_plural_name)s"
|
|
113
|
+
|
|
97
114
|
msgid "Yes, delete"
|
|
98
115
|
msgstr "是的,删除"
|
|
99
116
|
|
|
100
117
|
msgid "No, don't delete"
|
|
101
118
|
msgstr "否,不删除"
|
|
102
119
|
|
|
120
|
+
#, python-format
|
|
121
|
+
msgid "Sorry, no snippets match \"<em>%(search_query)s</em>\""
|
|
122
|
+
msgstr "抱歉,没有片段匹配“<em>%(search_query)s</em>”"
|
|
123
|
+
|
|
103
124
|
msgid "Publishing…"
|
|
104
125
|
msgstr "正在发布..."
|
|
105
126
|
|
|
@@ -112,12 +133,18 @@ msgstr "正在保存……"
|
|
|
112
133
|
msgid "Replace current draft"
|
|
113
134
|
msgstr "替换当前的草稿"
|
|
114
135
|
|
|
136
|
+
msgid "Replace current revision"
|
|
137
|
+
msgstr "替换当前版本"
|
|
138
|
+
|
|
115
139
|
msgid "Save draft"
|
|
116
140
|
msgstr "保存草稿"
|
|
117
141
|
|
|
118
142
|
msgid "Actions"
|
|
119
143
|
msgstr "动作"
|
|
120
144
|
|
|
145
|
+
msgid "Select all snippets in listing"
|
|
146
|
+
msgstr "选择列表中的所有片段"
|
|
147
|
+
|
|
121
148
|
msgid "Choose"
|
|
122
149
|
msgstr "选择"
|
|
123
150
|
|
|
@@ -130,6 +157,18 @@ msgstr "名字"
|
|
|
130
157
|
msgid "Instances"
|
|
131
158
|
msgstr "实例"
|
|
132
159
|
|
|
160
|
+
#, python-format
|
|
161
|
+
msgid "More options for '%(title)s'"
|
|
162
|
+
msgstr "“%(title)s”的更多选项"
|
|
163
|
+
|
|
164
|
+
#, python-format
|
|
165
|
+
msgid "Edit this %(model_name)s"
|
|
166
|
+
msgstr "编辑此%(model_name)s"
|
|
167
|
+
|
|
168
|
+
#, python-format
|
|
169
|
+
msgid "%(model_name)s history"
|
|
170
|
+
msgstr "%(model_name)s 历史"
|
|
171
|
+
|
|
133
172
|
msgid "Home"
|
|
134
173
|
msgstr "首页"
|
|
135
174
|
|