wagtail 7.1.2__py3-none-any.whl → 7.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_page.py +1 -1
- wagtail/actions/create_alias.py +1 -1
- wagtail/actions/delete_page.py +1 -1
- wagtail/actions/publish_page_revision.py +1 -1
- wagtail/actions/publish_revision.py +1 -1
- wagtail/actions/revert_to_page_revision.py +1 -1
- wagtail/actions/unpublish.py +1 -1
- wagtail/actions/unpublish_page.py +1 -1
- wagtail/admin/auth.py +3 -1
- wagtail/admin/checks.py +2 -2
- wagtail/admin/filters.py +28 -1
- wagtail/admin/forms/collections.py +1 -1
- wagtail/admin/forms/comments.py +1 -1
- wagtail/admin/forms/models.py +1 -1
- wagtail/admin/forms/pages.py +1 -1
- wagtail/admin/forms/tags.py +1 -1
- wagtail/admin/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/cs/LC_MESSAGES/django.po +25 -1
- wagtail/admin/locale/en/LC_MESSAGES/django.po +278 -192
- wagtail/admin/locale/en/LC_MESSAGES/djangojs.po +29 -15
- wagtail/admin/locale/it/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/it/LC_MESSAGES/django.po +3 -2
- wagtail/admin/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/nl/LC_MESSAGES/django.po +57 -3
- wagtail/admin/locale/nl/LC_MESSAGES/djangojs.mo +0 -0
- wagtail/admin/locale/nl/LC_MESSAGES/djangojs.po +8 -2
- wagtail/admin/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/ru/LC_MESSAGES/django.po +58 -1
- wagtail/admin/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/admin/locale/tr/LC_MESSAGES/django.po +3 -2
- 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/core.js.LICENSE.txt +2 -2
- 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/filtered-select.js +1 -1
- wagtail/admin/static/wagtailadmin/js/icons.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/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/telepath.js +1 -1
- wagtail/admin/static/wagtailadmin/js/telepath/widgets.js +1 -1
- wagtail/admin/static/wagtailadmin/js/userbar.js +1 -1
- wagtail/admin/static/wagtailadmin/js/userbar.js.LICENSE.txt +2 -2
- wagtail/admin/static/wagtailadmin/js/vendor/bootstrap-modal.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/bootstrap-transition.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery-3.6.0.min.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery-ui-1.13.2.min.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.datetimepicker.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.fileupload-process.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.fileupload.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/jquery.iframe-transport.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor/tag-it.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor.js +1 -1
- wagtail/admin/static/wagtailadmin/js/vendor.js.LICENSE.txt +1 -1
- wagtail/admin/static/wagtailadmin/js/wagtailadmin.js +1 -1
- wagtail/admin/static/wagtailadmin/js/workflow-action.js +1 -1
- wagtail/admin/templates/wagtailadmin/account/account.html +2 -0
- wagtail/admin/templates/wagtailadmin/base.html +14 -0
- wagtail/admin/templates/wagtailadmin/generic/chooser/chooser.html +2 -1
- wagtail/admin/templates/wagtailadmin/generic/chooser/creation_form.html +2 -1
- wagtail/admin/templates/wagtailadmin/panels/multi_field_panel_child.html +1 -1
- wagtail/admin/templates/wagtailadmin/panels/object_list.html +1 -1
- wagtail/admin/templates/wagtailadmin/panels/tabbed_interface.html +3 -2
- wagtail/admin/templates/wagtailadmin/shared/formatted_field.html +1 -1
- wagtail/admin/templates/wagtailadmin/shared/forms/single_checkbox.html +1 -1
- wagtail/admin/templates/wagtailadmin/shared/keyboard_shortcuts_dialog.html +19 -0
- wagtail/admin/templates/wagtailadmin/shared/panel.html +1 -1
- wagtail/admin/templates/wagtailadmin/shared/set_privacy.html +15 -0
- wagtail/admin/templates/wagtailadmin/shared/side_panels/checks.html +28 -1
- wagtail/admin/templates/wagtailadmin/shared/workflow_history/detail.html +2 -2
- wagtail/admin/templates/wagtailadmin/{pages/listing/_ordering_header.html → tables/ordering_header.html} +2 -2
- wagtail/admin/templates/wagtailadmin/tables/title_cell.html +1 -1
- wagtail/admin/templates/wagtailadmin/widgets/{daterange_input.html → range_input.html} +1 -1
- wagtail/admin/templates/wagtailadmin/workflows/task_chooser/chooser.html +4 -2
- wagtail/admin/templatetags/wagtailadmin_tags.py +41 -22
- wagtail/admin/tests/api/test_pages.py +7 -7
- wagtail/admin/tests/api/test_renderer_classes.py +16 -0
- wagtail/admin/tests/pages/test_create_page.py +34 -2
- wagtail/admin/tests/pages/test_edit_page.py +128 -14
- wagtail/admin/tests/pages/test_explorer_view.py +34 -7
- wagtail/admin/tests/pages/test_reorder_page.py +11 -0
- wagtail/admin/tests/test_collections_views.py +12 -0
- wagtail/admin/tests/test_edit_handlers.py +3 -3
- wagtail/admin/tests/test_filters.py +2 -2
- wagtail/admin/tests/test_keyboard_shortcuts.py +52 -2
- wagtail/admin/tests/test_menu.py +0 -2
- wagtail/admin/tests/test_privacy.py +16 -16
- wagtail/admin/tests/test_templatetags.py +137 -0
- wagtail/admin/tests/test_workflows.py +34 -0
- wagtail/admin/tests/viewsets/test_model_viewset.py +322 -0
- wagtail/admin/ui/tables/orderable.py +73 -0
- wagtail/admin/ui/tables/pages.py +3 -13
- wagtail/admin/views/collection_privacy.py +6 -2
- wagtail/admin/views/generic/__init__.py +1 -0
- wagtail/admin/views/generic/mixins.py +20 -2
- wagtail/admin/views/generic/models.py +67 -1
- wagtail/admin/views/generic/ordering.py +79 -0
- wagtail/admin/views/home.py +3 -3
- wagtail/admin/views/page_privacy.py +5 -2
- wagtail/admin/views/pages/create.py +1 -1
- wagtail/admin/views/pages/edit.py +2 -2
- wagtail/admin/views/pages/listing.py +7 -42
- wagtail/admin/views/pages/move.py +1 -1
- wagtail/admin/views/pages/ordering.py +1 -1
- wagtail/admin/viewsets/base.py +1 -1
- wagtail/admin/viewsets/model.py +49 -1
- wagtail/admin/wagtail_hooks.py +2 -1
- wagtail/admin/widgets/slug.py +10 -10
- wagtail/api/v2/serializers.py +1 -1
- wagtail/api/v2/tests/test_renderer_classes.py +32 -0
- wagtail/apps.py +2 -0
- wagtail/bin/wagtail.py +1 -1
- wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po +14 -14
- wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.po +19 -2
- wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po +18 -1
- wagtail/contrib/frontend_cache/tests.py +4 -2
- wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po +4 -4
- wagtail/contrib/redirects/tests/test_tmp_storages.py +20 -0
- wagtail/contrib/redirects/tmp_storages.py +1 -1
- wagtail/contrib/redirects/views.py +3 -3
- wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po +3 -3
- wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po +43 -3
- wagtail/contrib/search_promotions/static/wagtailsearchpromotions/js/query-chooser-modal.js +1 -1
- wagtail/contrib/search_promotions/views/settings.py +2 -2
- wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/settings/locale/cs/LC_MESSAGES/django.po +6 -1
- wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/settings/locale/nl/LC_MESSAGES/django.po +6 -2
- wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po +6 -1
- wagtail/contrib/settings/tests/site_specific/test_admin.py +40 -6
- wagtail/contrib/simple_translation/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/styleguide/templates/wagtailstyleguide/base.html +5 -5
- wagtail/contrib/table_block/blocks.py +1 -0
- wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po +5 -1
- wagtail/contrib/table_block/static/table_block/js/table.js +1 -1
- wagtail/contrib/typed_table_block/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/contrib/typed_table_block/static/typed_table_block/js/typed_table_block.js +1 -1
- wagtail/coreutils.py +5 -5
- wagtail/documents/forms.py +18 -1
- wagtail/documents/locale/en/LC_MESSAGES/django.po +10 -10
- wagtail/documents/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/nl/LC_MESSAGES/django.po +9 -0
- wagtail/documents/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/documents/locale/ru/LC_MESSAGES/django.po +9 -0
- wagtail/documents/models.py +1 -1
- wagtail/documents/static/wagtaildocs/js/add-multiple.js +1 -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/templates/wagtaildocs/documents/add.html +0 -34
- wagtail/documents/tests/test_admin_views.py +132 -26
- wagtail/documents/tests/test_collection_privacy.py +18 -4
- wagtail/documents/tests/test_form_overrides.py +1 -1
- wagtail/documents/tests/test_search.py +21 -8
- wagtail/documents/views/documents.py +1 -1
- wagtail/embeds/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/embeds/static/wagtailembeds/js/embed-chooser-modal.js +1 -1
- wagtail/images/forms.py +16 -1
- wagtail/images/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/cs/LC_MESSAGES/django.po +12 -1
- wagtail/images/locale/en/LC_MESSAGES/django.po +57 -46
- wagtail/images/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/nl/LC_MESSAGES/django.po +37 -14
- wagtail/images/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/images/locale/ru/LC_MESSAGES/django.po +20 -1
- wagtail/images/models.py +1 -1
- wagtail/images/static/wagtailimages/js/add-multiple.js +1 -1
- wagtail/images/static/wagtailimages/js/focal-point-chooser.js +1 -1
- wagtail/images/static/wagtailimages/js/image-block.js +1 -1
- 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/static/wagtailimages/js/image-url-generator.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/jquery.Jcrop.min.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/jquery.fileupload-image.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/jquery.fileupload-validate.js +1 -1
- wagtail/images/static/wagtailimages/js/vendor/load-image.min.js +1 -1
- wagtail/images/templates/wagtailimages/chooser/chooser.html +22 -13
- wagtail/images/templates/wagtailimages/chooser/image_preview_column_cell.html +10 -0
- wagtail/images/templates/wagtailimages/chooser/results.html +24 -20
- wagtail/images/templates/wagtailimages/chooser/title_column_cell.html +15 -0
- wagtail/images/templates/wagtailimages/images/add.html +0 -34
- wagtail/images/templates/wagtailimages/images/index.html +3 -3
- wagtail/images/templates/wagtailimages/images/index_results.html +1 -1
- wagtail/images/templates/wagtailimages/images/layout_toggle_button.html +8 -7
- wagtail/images/templatetags/wagtailimages_tags.py +2 -2
- wagtail/images/tests/test_admin_views.py +87 -0
- wagtail/images/tests/test_form_overrides.py +1 -1
- wagtail/images/tests/test_models.py +48 -9
- wagtail/images/views/chooser.py +66 -2
- wagtail/locale/en/LC_MESSAGES/django.po +55 -55
- wagtail/locale/is_IS/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/is_IS/LC_MESSAGES/django.po +3 -3
- wagtail/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/nl/LC_MESSAGES/django.po +11 -2
- wagtail/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/locale/ru/LC_MESSAGES/django.po +11 -1
- wagtail/locales/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/locales/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/locales/locale/nl/LC_MESSAGES/django.po +12 -1
- wagtail/locales/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/locales/locale/ru/LC_MESSAGES/django.po +10 -1
- wagtail/locales/views.py +2 -2
- wagtail/models/orderable.py +10 -0
- wagtail/models/pages.py +9 -11
- wagtail/models/sites.py +1 -1
- wagtail/models/workflows.py +8 -5
- wagtail/project_template/home/tests.py +6 -7
- wagtail/project_template/project_name/settings/base.py +9 -9
- wagtail/project_template/requirements.txt +1 -1
- wagtail/query.py +7 -2
- wagtail/rich_text/rewriters.py +1 -1
- wagtail/search/apps.py +4 -49
- wagtail/search/backends/__init__.py +1 -113
- wagtail/search/backends/base.py +1 -547
- wagtail/search/backends/database/__init__.py +1 -50
- wagtail/search/backends/database/fallback.py +1 -253
- wagtail/search/backends/database/mysql/mysql.py +1 -700
- wagtail/search/backends/database/mysql/query.py +1 -258
- wagtail/search/backends/database/postgres/postgres.py +1 -749
- wagtail/search/backends/database/postgres/query.py +1 -83
- wagtail/search/backends/database/postgres/weights.py +1 -63
- wagtail/search/backends/database/sqlite/query.py +1 -294
- wagtail/search/backends/database/sqlite/sqlite.py +1 -719
- wagtail/search/backends/database/sqlite/utils.py +1 -35
- wagtail/search/backends/deprecation.py +45 -0
- wagtail/search/backends/elasticsearch7.py +18 -1260
- wagtail/search/backends/elasticsearch8.py +21 -96
- wagtail/search/backends/elasticsearch9.py +35 -0
- wagtail/search/backends/opensearch2.py +35 -0
- wagtail/search/backends/opensearch3.py +35 -0
- wagtail/search/index.py +1 -358
- wagtail/search/locale/en/LC_MESSAGES/django.po +2 -10
- wagtail/search/management/commands/update_index.py +1 -205
- wagtail/search/management/commands/wagtail_update_index.py +1 -4
- wagtail/search/models.py +32 -158
- wagtail/search/query.py +1 -114
- wagtail/search/queryset.py +1 -43
- wagtail/search/signal_handlers.py +1 -24
- wagtail/search/tasks.py +1 -10
- wagtail/search/tests/test_elasticsearch.py +22 -0
- wagtail/search/utils.py +1 -206
- wagtail/sites/locale/en/LC_MESSAGES/django.po +1 -1
- wagtail/snippets/locale/en/LC_MESSAGES/django.po +3 -3
- wagtail/snippets/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/snippets/locale/ru/LC_MESSAGES/django.po +8 -1
- wagtail/snippets/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/snippets/locale/tr/LC_MESSAGES/django.po +8 -1
- wagtail/snippets/static/wagtailsnippets/js/snippet-chooser-telepath.js +1 -1
- wagtail/snippets/static/wagtailsnippets/js/snippet-chooser.js +1 -1
- wagtail/snippets/tests/test_reordering.py +319 -0
- wagtail/snippets/tests/test_snippets.py +65 -12
- wagtail/snippets/views/snippets.py +16 -0
- wagtail/test/numberformat.py +30 -0
- wagtail/test/settings.py +35 -12
- wagtail/test/testapp/fields.py +12 -0
- wagtail/test/testapp/migrations/0056_commentablejsonpage.py +50 -0
- wagtail/test/testapp/migrations/0057_featurecompletetoy_sort_order.py +23 -0
- wagtail/test/testapp/migrations/0058_customlocktask.py +31 -0
- wagtail/test/testapp/models.py +27 -0
- wagtail/test/testapp/views.py +3 -1
- wagtail/test/utils/page_tests.py +17 -17
- wagtail/test/utils/template_tests.py +4 -6
- wagtail/test/utils/wagtail_tests.py +1 -2
- wagtail/tests/test_page_model.py +15 -0
- wagtail/{search/tests → tests}/test_page_search.py +29 -2
- wagtail/tests/test_search_fields.py +69 -0
- wagtail/tests/test_tests.py +62 -6
- wagtail/tests/test_workflow.py +25 -1
- wagtail/users/locale/cs/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/cs/LC_MESSAGES/django.po +3 -0
- wagtail/users/locale/en/LC_MESSAGES/django.po +2 -2
- wagtail/users/locale/nl/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/nl/LC_MESSAGES/django.po +6 -3
- wagtail/users/locale/ru/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/ru/LC_MESSAGES/django.po +5 -1
- wagtail/users/locale/tr/LC_MESSAGES/django.mo +0 -0
- wagtail/users/locale/tr/LC_MESSAGES/django.po +78 -4
- wagtail/users/templates/wagtailusers/users/create.html +2 -0
- wagtail/users/templates/wagtailusers/users/edit.html +2 -0
- wagtail/users/tests/test_admin_views.py +4 -0
- wagtail/users/views/users.py +1 -1
- {wagtail-7.1.2.dist-info → wagtail-7.2rc1.dist-info}/METADATA +7 -6
- {wagtail-7.1.2.dist-info → wagtail-7.2rc1.dist-info}/RECORD +309 -315
- wagtail/admin/templates/wagtailadmin/collection_privacy/set_privacy.html +0 -13
- wagtail/admin/templates/wagtailadmin/page_privacy/set_privacy.html +0 -13
- wagtail/search/tests/__init__.py +0 -0
- wagtail/search/tests/elasticsearch_common_tests.py +0 -251
- wagtail/search/tests/test_backends.py +0 -1215
- wagtail/search/tests/test_db_backend.py +0 -62
- wagtail/search/tests/test_elasticsearch7_backend.py +0 -1452
- wagtail/search/tests/test_elasticsearch8_backend.py +0 -15
- wagtail/search/tests/test_index_functions.py +0 -256
- wagtail/search/tests/test_indexed_class.py +0 -157
- wagtail/search/tests/test_mysql_backend.py +0 -192
- wagtail/search/tests/test_postgres_backend.py +0 -210
- wagtail/search/tests/test_queries.py +0 -332
- wagtail/search/tests/test_related_fields.py +0 -102
- wagtail/search/tests/test_sqlite_backend.py +0 -52
- wagtail/test/search/__init__.py +0 -0
- wagtail/test/search/apps.py +0 -9
- wagtail/test/search/fixtures/search.json +0 -545
- wagtail/test/search/migrations/0001_initial.py +0 -146
- wagtail/test/search/migrations/0002_bookunindexed.py +0 -43
- wagtail/test/search/migrations/0003_book_summary.py +0 -18
- wagtail/test/search/migrations/__init__.py +0 -0
- wagtail/test/search/models.py +0 -137
- /wagtail/admin/templates/wagtailadmin/{pages/listing/_ordering_cell.html → tables/ordering_cell.html} +0 -0
- /wagtail/{search/checks.py → checks.py} +0 -0
- {wagtail-7.1.2.dist-info → wagtail-7.2rc1.dist-info}/WHEEL +0 -0
- {wagtail-7.1.2.dist-info → wagtail-7.2rc1.dist-info}/entry_points.txt +0 -0
- {wagtail-7.1.2.dist-info → wagtail-7.2rc1.dist-info}/licenses/LICENSE +0 -0
- {wagtail-7.1.2.dist-info → wagtail-7.2rc1.dist-info}/top_level.txt +0 -0
|
@@ -16,19 +16,19 @@ msgid "(New)"
|
|
|
16
16
|
msgstr ""
|
|
17
17
|
|
|
18
18
|
#: src/components/Minimap/MinimapItem.tsx:38
|
|
19
|
-
#: src/controllers/CountController.ts:
|
|
19
|
+
#: src/controllers/CountController.ts:72
|
|
20
20
|
msgid "%(num)s error"
|
|
21
21
|
msgid_plural "%(num)s errors"
|
|
22
22
|
msgstr[0] ""
|
|
23
23
|
msgstr[1] ""
|
|
24
24
|
|
|
25
|
-
#: src/includes/contentMetrics.ts:
|
|
25
|
+
#: src/includes/contentMetrics.ts:180
|
|
26
26
|
msgid "%(num)s min"
|
|
27
27
|
msgid_plural "%(num)s mins"
|
|
28
28
|
msgstr[0] ""
|
|
29
29
|
msgstr[1] ""
|
|
30
30
|
|
|
31
|
-
#: src/includes/sidePanel.js:
|
|
31
|
+
#: src/includes/sidePanel.js:162
|
|
32
32
|
msgid "%(num)s pixel"
|
|
33
33
|
msgid_plural "%(num)s pixels"
|
|
34
34
|
msgstr[0] ""
|
|
@@ -92,6 +92,11 @@ msgstr ""
|
|
|
92
92
|
msgid "Comment"
|
|
93
93
|
msgstr ""
|
|
94
94
|
|
|
95
|
+
#. Translators: denotes the readability of a difficult text.
|
|
96
|
+
#: src/includes/contentMetrics.ts:91
|
|
97
|
+
msgid "Complex"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
95
100
|
#: src/components/Sidebar/modules/WagtailBranding.tsx:46
|
|
96
101
|
#: src/components/Sidebar/modules/WagtailBranding.tsx:91
|
|
97
102
|
msgid "Dashboard"
|
|
@@ -137,7 +142,7 @@ msgstr ""
|
|
|
137
142
|
msgid "Enter your reply..."
|
|
138
143
|
msgstr ""
|
|
139
144
|
|
|
140
|
-
#: src/controllers/PreviewController.ts:
|
|
145
|
+
#: src/controllers/PreviewController.ts:1045
|
|
141
146
|
msgid "Error while sending preview data."
|
|
142
147
|
msgstr ""
|
|
143
148
|
|
|
@@ -145,11 +150,20 @@ msgstr ""
|
|
|
145
150
|
msgid "Expand all"
|
|
146
151
|
msgstr ""
|
|
147
152
|
|
|
153
|
+
#. Translators: denotes the readability of an average text.
|
|
154
|
+
#: src/includes/contentMetrics.ts:86
|
|
155
|
+
msgid "Fair"
|
|
156
|
+
msgstr ""
|
|
157
|
+
|
|
148
158
|
#: src/components/Draftail/CommentableEditor/CommentableEditor.tsx:522
|
|
149
|
-
#: src/entrypoints/admin/comments.js:
|
|
159
|
+
#: src/entrypoints/admin/comments.js:108
|
|
150
160
|
msgid "Focus comment"
|
|
151
161
|
msgstr ""
|
|
152
162
|
|
|
163
|
+
#: src/includes/contentMetrics.ts:82
|
|
164
|
+
msgid "Good"
|
|
165
|
+
msgstr ""
|
|
166
|
+
|
|
153
167
|
#: src/components/Draftail/index.js:165
|
|
154
168
|
msgid "Horizontal line"
|
|
155
169
|
msgstr ""
|
|
@@ -263,10 +277,10 @@ msgstr ""
|
|
|
263
277
|
msgid "Saving..."
|
|
264
278
|
msgstr ""
|
|
265
279
|
|
|
266
|
-
#: src/components/Sidebar/modules/Search.tsx:
|
|
267
|
-
#: src/components/Sidebar/modules/Search.tsx:
|
|
268
|
-
#: src/components/Sidebar/modules/Search.tsx:
|
|
269
|
-
#: src/components/Sidebar/modules/Search.tsx:
|
|
280
|
+
#: src/components/Sidebar/modules/Search.tsx:101
|
|
281
|
+
#: src/components/Sidebar/modules/Search.tsx:126
|
|
282
|
+
#: src/components/Sidebar/modules/Search.tsx:60
|
|
283
|
+
#: src/components/Sidebar/modules/Search.tsx:80
|
|
270
284
|
msgid "Search"
|
|
271
285
|
msgstr ""
|
|
272
286
|
|
|
@@ -301,14 +315,14 @@ msgid "The editor just crashed. Content has been reset to the last saved version
|
|
|
301
315
|
msgstr ""
|
|
302
316
|
|
|
303
317
|
#: src/components/StreamField/blocks/ListBlock.js:205
|
|
304
|
-
#: src/components/StreamField/blocks/StreamBlock.js:
|
|
305
|
-
#: src/components/StreamField/blocks/StreamBlock.js:
|
|
318
|
+
#: src/components/StreamField/blocks/StreamBlock.js:274
|
|
319
|
+
#: src/components/StreamField/blocks/StreamBlock.js:298
|
|
306
320
|
msgid "The maximum number of items is %(max_num)d"
|
|
307
321
|
msgstr ""
|
|
308
322
|
|
|
309
323
|
#: src/components/StreamField/blocks/ListBlock.js:216
|
|
310
|
-
#: src/components/StreamField/blocks/StreamBlock.js:
|
|
311
|
-
#: src/components/StreamField/blocks/StreamBlock.js:
|
|
324
|
+
#: src/components/StreamField/blocks/StreamBlock.js:282
|
|
325
|
+
#: src/components/StreamField/blocks/StreamBlock.js:312
|
|
312
326
|
msgid "The minimum number of items is %(min_num)d"
|
|
313
327
|
msgstr ""
|
|
314
328
|
|
|
@@ -320,7 +334,7 @@ msgstr ""
|
|
|
320
334
|
msgid "Toggle section"
|
|
321
335
|
msgstr ""
|
|
322
336
|
|
|
323
|
-
#: src/components/Minimap/Minimap.tsx:
|
|
337
|
+
#: src/components/Minimap/Minimap.tsx:223
|
|
324
338
|
msgid "Toggle side panel"
|
|
325
339
|
msgstr ""
|
|
326
340
|
|
|
@@ -329,7 +343,7 @@ msgstr ""
|
|
|
329
343
|
msgid "Toggle sidebar"
|
|
330
344
|
msgstr ""
|
|
331
345
|
|
|
332
|
-
#: src/entrypoints/admin/comments.js:
|
|
346
|
+
#: src/entrypoints/admin/comments.js:103
|
|
333
347
|
msgid "Unfocus comment"
|
|
334
348
|
msgstr ""
|
|
335
349
|
|
|
Binary file
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
# andrea tagliazucchi <andreatagliazucchi@gmail.com>, 2015
|
|
8
8
|
# Edd Baldry <edd.baldry@gmail.com>, 2016
|
|
9
9
|
# Edd <edd.baldry@googlemail.com>, 2016
|
|
10
|
+
# Fabio Piras, 2025
|
|
10
11
|
# gcm, 2021
|
|
11
12
|
# Giacomo Ghizzani <giacomo.ghz@gmail.com>, 2015-2018
|
|
12
13
|
# gcm, 2021
|
|
@@ -25,7 +26,7 @@ msgstr ""
|
|
|
25
26
|
"Report-Msgid-Bugs-To: \n"
|
|
26
27
|
"POT-Creation-Date: 2025-07-24 16:20+0200\n"
|
|
27
28
|
"PO-Revision-Date: 2014-02-21 15:50+0000\n"
|
|
28
|
-
"Last-Translator:
|
|
29
|
+
"Last-Translator: Fabio Piras, 2025\n"
|
|
29
30
|
"Language-Team: Italian (http://app.transifex.com/torchbox/wagtail/language/"
|
|
30
31
|
"it/)\n"
|
|
31
32
|
"MIME-Version: 1.0\n"
|
|
@@ -2701,7 +2702,7 @@ msgstr "Ultimi"
|
|
|
2701
2702
|
|
|
2702
2703
|
#, python-format
|
|
2703
2704
|
msgid "'%(object)s' unpublished."
|
|
2704
|
-
msgstr "'%(object)s'
|
|
2705
|
+
msgstr "'%(object)s' spubblicato."
|
|
2705
2706
|
|
|
2706
2707
|
msgid "Unschedule"
|
|
2707
2708
|
msgstr "Annulla programmazione"
|
|
Binary file
|
|
@@ -38,7 +38,7 @@ msgstr ""
|
|
|
38
38
|
"Report-Msgid-Bugs-To: \n"
|
|
39
39
|
"POT-Creation-Date: 2025-07-24 16:20+0200\n"
|
|
40
40
|
"PO-Revision-Date: 2014-02-21 15:50+0000\n"
|
|
41
|
-
"Last-Translator:
|
|
41
|
+
"Last-Translator: Storm Heg <storm@stormbase.digital>, 2021-2025\n"
|
|
42
42
|
"Language-Team: Dutch (http://app.transifex.com/torchbox/wagtail/language/"
|
|
43
43
|
"nl/)\n"
|
|
44
44
|
"MIME-Version: 1.0\n"
|
|
@@ -80,6 +80,17 @@ msgstr "Pagina is vergrendeld"
|
|
|
80
80
|
msgid "%(label)s and Publish"
|
|
81
81
|
msgstr "%(label)s en publiceren"
|
|
82
82
|
|
|
83
|
+
#. Translators: A placeholder for a range filter value that has not been set,
|
|
84
|
+
#. e.g. Some number: any - 1000
|
|
85
|
+
msgid "any"
|
|
86
|
+
msgstr "alles"
|
|
87
|
+
|
|
88
|
+
#. Translators: A label for a range filter value,
|
|
89
|
+
#. e.g. Some number: 0 - 1000
|
|
90
|
+
#, python-format
|
|
91
|
+
msgid "%(range_start)s - %(range_end)s"
|
|
92
|
+
msgstr "%(range_start)s - %(range_end)s"
|
|
93
|
+
|
|
83
94
|
msgid "Wagtail admin"
|
|
84
95
|
msgstr "Wagtail admin"
|
|
85
96
|
|
|
@@ -619,7 +630,7 @@ msgid ""
|
|
|
619
630
|
msgstr ""
|
|
620
631
|
"Door het omzetten naar een interne link naar %(page)s wordt de link "
|
|
621
632
|
"automatisch aangepast als de URL van de onderliggende pagina wijzigt. Wil je "
|
|
622
|
-
"deze link omzetten
|
|
633
|
+
"deze link omzetten?"
|
|
623
634
|
|
|
624
635
|
msgid "Use external link"
|
|
625
636
|
msgstr "Gebruik externe link"
|
|
@@ -890,7 +901,7 @@ msgstr "In afwachting"
|
|
|
890
901
|
|
|
891
902
|
#, python-format
|
|
892
903
|
msgid "Things in Wagtail %(version)s have changed!"
|
|
893
|
-
msgstr "
|
|
904
|
+
msgstr "Er zijn dingen veranderd in Wagtail %(version)s!"
|
|
894
905
|
|
|
895
906
|
#, python-format
|
|
896
907
|
msgid ""
|
|
@@ -1913,6 +1924,12 @@ msgstr "Er zijn nog geen pagina's/snippets ingediend ter goedkeuring"
|
|
|
1913
1924
|
msgid "Completed at"
|
|
1914
1925
|
msgstr "Afgerond op"
|
|
1915
1926
|
|
|
1927
|
+
#. Translators: A label for an active filtering field in listing views, e.g.
|
|
1928
|
+
#. "Date updated:". Some languages may require a space before the colon.
|
|
1929
|
+
#, python-format
|
|
1930
|
+
msgid "%(field_label)s:"
|
|
1931
|
+
msgstr "%(field_label)s:"
|
|
1932
|
+
|
|
1916
1933
|
msgid "Clear"
|
|
1917
1934
|
msgstr "Leegmaken"
|
|
1918
1935
|
|
|
@@ -1925,6 +1942,15 @@ msgstr "Toon/verberg kruimelpad"
|
|
|
1925
1942
|
msgid "Breadcrumb"
|
|
1926
1943
|
msgstr "Kruimelpad"
|
|
1927
1944
|
|
|
1945
|
+
#, python-format
|
|
1946
|
+
msgid "This action will delete <b>%(total_pages_formatted)s</b> page in total."
|
|
1947
|
+
msgid_plural ""
|
|
1948
|
+
"This action will delete <b>%(total_pages_formatted)s</b> pages in total."
|
|
1949
|
+
msgstr[0] "Deze actie zal <b>%(total_pages_formatted)s</b> pagina verwijderen."
|
|
1950
|
+
msgstr[1] ""
|
|
1951
|
+
"Deze actie zal in totaal <b>%(total_pages_formatted)s</b> pagina's "
|
|
1952
|
+
"verwijderen."
|
|
1953
|
+
|
|
1928
1954
|
#, python-format
|
|
1929
1955
|
msgid "Please type <b>%(wagtail_site_name)s</b> to confirm."
|
|
1930
1956
|
msgstr "Typ alsjeblieft <b>%(wagtail_site_name)s</b> om te bevestigen."
|
|
@@ -2184,6 +2210,9 @@ msgstr "Publicatieschema is niet geldig"
|
|
|
2184
2210
|
msgid "Go-live:"
|
|
2185
2211
|
msgstr "Live-gang:"
|
|
2186
2212
|
|
|
2213
|
+
msgid "Once scheduled:"
|
|
2214
|
+
msgstr "Eenmaal ingepland:"
|
|
2215
|
+
|
|
2187
2216
|
msgid "No publishing schedule set"
|
|
2188
2217
|
msgstr "Geen schema voor publicatie vastgesteld"
|
|
2189
2218
|
|
|
@@ -2458,6 +2487,15 @@ msgstr "Helaas, geen taken komen overeen met \"<em>%(query_string)s</em>\""
|
|
|
2458
2487
|
msgid "You haven't created any tasks."
|
|
2459
2488
|
msgstr "Je hebt nog geen taken aangemaakt."
|
|
2460
2489
|
|
|
2490
|
+
msgid ""
|
|
2491
|
+
"Why not <a class=\"create-one-now\" href=\"#tab-new\" data-action=\"w-"
|
|
2492
|
+
"tabs#select:prevent\" data-w-tabs-target=\"trigger\" data-w-tabs-focus-"
|
|
2493
|
+
"param=\"true\">create one now</a>?"
|
|
2494
|
+
msgstr ""
|
|
2495
|
+
"Waarom <a class=\"create-one-now\" href=\"#tab-new\" data-action=\"w-"
|
|
2496
|
+
"tabs#select:prevent\" data-w-tabs-target=\"trigger\" data-w-tabs-focus-"
|
|
2497
|
+
"param=\"true\">maak je er niet een aan</a>?"
|
|
2498
|
+
|
|
2461
2499
|
#, python-format
|
|
2462
2500
|
msgid ""
|
|
2463
2501
|
"No tasks have been created. Why not <a href=\"%(add_url)s\">add one</a>?"
|
|
@@ -2567,6 +2605,12 @@ msgstr "Wijzigingen opslaan"
|
|
|
2567
2605
|
msgid "Toggle sidebar"
|
|
2568
2606
|
msgstr "Toon/verberg zijbalk"
|
|
2569
2607
|
|
|
2608
|
+
msgid "Toggle minimap"
|
|
2609
|
+
msgstr "Toon/verberg minimap"
|
|
2610
|
+
|
|
2611
|
+
msgid "Add or show comments"
|
|
2612
|
+
msgstr "Toon of voeg opmerkingen toe"
|
|
2613
|
+
|
|
2570
2614
|
msgid "Text content"
|
|
2571
2615
|
msgstr "Binnen een tekstvak"
|
|
2572
2616
|
|
|
@@ -2618,6 +2662,9 @@ msgstr "Checks"
|
|
|
2618
2662
|
msgid "Toggle preview"
|
|
2619
2663
|
msgstr "Toon/verberg voorvertoning"
|
|
2620
2664
|
|
|
2665
|
+
msgid "(blank)"
|
|
2666
|
+
msgstr "(leeg)"
|
|
2667
|
+
|
|
2621
2668
|
#, python-format
|
|
2622
2669
|
msgid "Sort by '%(label)s' in ascending order."
|
|
2623
2670
|
msgstr "Sorteer '%(label)s' op oplopende volgorde."
|
|
@@ -2684,6 +2731,10 @@ msgstr "Afbeelding alt tekst bevat een verdacht patroon"
|
|
|
2684
2731
|
msgid "Use meaningful text"
|
|
2685
2732
|
msgstr "Gebruik betekenisvolle tekst"
|
|
2686
2733
|
|
|
2734
|
+
#, python-format
|
|
2735
|
+
msgid "%(classname)s object (%(id)s)"
|
|
2736
|
+
msgstr "%(classname)s object (%(id)s)"
|
|
2737
|
+
|
|
2687
2738
|
msgid "Profile"
|
|
2688
2739
|
msgstr "Profiel"
|
|
2689
2740
|
|
|
@@ -3201,6 +3252,9 @@ msgstr ""
|
|
|
3201
3252
|
msgid "Page '%(page_title)s' moved."
|
|
3202
3253
|
msgstr "Pagina '%(page_title)s' is verplaatst."
|
|
3203
3254
|
|
|
3255
|
+
msgid "Placeholder title"
|
|
3256
|
+
msgstr "Tijdelijke titel"
|
|
3257
|
+
|
|
3204
3258
|
#, python-format
|
|
3205
3259
|
msgid ""
|
|
3206
3260
|
"You are viewing a previous version of this page from <b>%(created_at)s</b> "
|
|
Binary file
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
# benny_AT_it_digin.com <benny@it-digin.com>, 2022
|
|
6
6
|
# Coen van der Kamp <cvanderkamp@gmail.com>, 2022
|
|
7
7
|
# Thijs Kramer <thijskramer@gmail.com>, 2025
|
|
8
|
-
# Storm Heg <storm@stormbase.digital>, 2025
|
|
9
8
|
# Loic Teixeira, 2025
|
|
9
|
+
# Storm Heg <storm@stormbase.digital>, 2025
|
|
10
10
|
#
|
|
11
11
|
msgid ""
|
|
12
12
|
msgstr ""
|
|
13
|
-
"Last-Translator:
|
|
13
|
+
"Last-Translator: Storm Heg <storm@stormbase.digital>, 2025\n"
|
|
14
14
|
"Language-Team: Dutch (https://app.transifex.com/torchbox/teams/8009/nl/)\n"
|
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
16
|
"Language: nl\n"
|
|
@@ -40,6 +40,12 @@ msgid_plural "%(num)s pixels"
|
|
|
40
40
|
msgstr[0] "%(num)s pixel"
|
|
41
41
|
msgstr[1] "%(num)s pixels"
|
|
42
42
|
|
|
43
|
+
#. Translators: An item in the time zone selection dropdown, e.g.
|
|
44
|
+
#. "America/New_York: EDT (Eastern Daylight Time)". Some languages may require
|
|
45
|
+
#. a space before the colon.
|
|
46
|
+
msgid "%(time_zone_option)s: %(localized_time_zone_label)s"
|
|
47
|
+
msgstr "%(time_zone_option)s: %(localized_time_zone_label)s"
|
|
48
|
+
|
|
43
49
|
msgid "Actions"
|
|
44
50
|
msgstr "Acties"
|
|
45
51
|
|
|
Binary file
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
# Sergey Komarov <sjkomarov@gmail.com>, 2014
|
|
33
33
|
# Sergey Khalymon <sergiykhalimon@gmail.com>, 2015
|
|
34
34
|
# Tatsiana Tsygan <art.tatsiana@gmail.com>, 2018,2020
|
|
35
|
+
# Twixxik, 2025
|
|
35
36
|
# Vassily <zuber.kg@gmail.com>, 2019
|
|
36
37
|
# Влад <integration.into.society@gmail.com>, 2022
|
|
37
38
|
# Виктор Виктор <spam.vitek@gmail.com>, 2020
|
|
@@ -50,7 +51,7 @@ msgstr ""
|
|
|
50
51
|
"Report-Msgid-Bugs-To: \n"
|
|
51
52
|
"POT-Creation-Date: 2025-07-24 16:20+0200\n"
|
|
52
53
|
"PO-Revision-Date: 2014-02-21 15:50+0000\n"
|
|
53
|
-
"Last-Translator:
|
|
54
|
+
"Last-Translator: Twixxik, 2025\n"
|
|
54
55
|
"Language-Team: Russian (http://app.transifex.com/torchbox/wagtail/language/"
|
|
55
56
|
"ru/)\n"
|
|
56
57
|
"MIME-Version: 1.0\n"
|
|
@@ -94,6 +95,11 @@ msgstr "Страница заблокирована"
|
|
|
94
95
|
msgid "%(label)s and Publish"
|
|
95
96
|
msgstr "%(label)s и Опубликовать"
|
|
96
97
|
|
|
98
|
+
#. Translators: A placeholder for a range filter value that has not been set,
|
|
99
|
+
#. e.g. Some number: any - 1000
|
|
100
|
+
msgid "any"
|
|
101
|
+
msgstr "любое"
|
|
102
|
+
|
|
97
103
|
msgid "Wagtail admin"
|
|
98
104
|
msgstr "Wagtail админ"
|
|
99
105
|
|
|
@@ -454,6 +460,12 @@ msgstr "Все элементы в списке выбраны"
|
|
|
454
460
|
msgid "Can access Wagtail admin"
|
|
455
461
|
msgstr "Доступ к панели управления Wagtail"
|
|
456
462
|
|
|
463
|
+
msgid "item"
|
|
464
|
+
msgstr "элемент"
|
|
465
|
+
|
|
466
|
+
msgid "items"
|
|
467
|
+
msgstr "элементы"
|
|
468
|
+
|
|
457
469
|
msgid "Content"
|
|
458
470
|
msgstr "Содержимое"
|
|
459
471
|
|
|
@@ -1232,9 +1244,15 @@ msgstr ""
|
|
|
1232
1244
|
msgid "Changing the privacy for this page has been disabled."
|
|
1233
1245
|
msgstr "Изменение конфиденциальности для этой страницы было отключено."
|
|
1234
1246
|
|
|
1247
|
+
msgid "Scheduling…"
|
|
1248
|
+
msgstr "Планирование…"
|
|
1249
|
+
|
|
1235
1250
|
msgid "Publishing…"
|
|
1236
1251
|
msgstr "Публикуется..."
|
|
1237
1252
|
|
|
1253
|
+
msgid "Schedule to publish"
|
|
1254
|
+
msgstr "Запланировать публикацию"
|
|
1255
|
+
|
|
1238
1256
|
msgid "Publish this version"
|
|
1239
1257
|
msgstr "Опубликовать эту версию"
|
|
1240
1258
|
|
|
@@ -1907,6 +1925,13 @@ msgid "Choose when this page should go live and/or expire"
|
|
|
1907
1925
|
msgstr ""
|
|
1908
1926
|
"Выберите, когда эта страница должна стать активной и/или снятой с публикации"
|
|
1909
1927
|
|
|
1928
|
+
msgid ""
|
|
1929
|
+
"This publishing schedule will only take effect after you select the "
|
|
1930
|
+
"\"Schedule to publish\" option"
|
|
1931
|
+
msgstr ""
|
|
1932
|
+
"Этот график публикации вступит в силу только после того, как вы выберете "
|
|
1933
|
+
"«Запланировать публикацию»"
|
|
1934
|
+
|
|
1910
1935
|
msgid "Anyone with editing permissions can create schedules"
|
|
1911
1936
|
msgstr "Любой, у кого есть права на редактирование, может создавать расписания"
|
|
1912
1937
|
|
|
@@ -2030,6 +2055,17 @@ msgstr "Переключить хлебные крошки"
|
|
|
2030
2055
|
msgid "Breadcrumb"
|
|
2031
2056
|
msgstr "Путь по сайту"
|
|
2032
2057
|
|
|
2058
|
+
#, python-format
|
|
2059
|
+
msgid "This action will delete <b>%(total_pages_formatted)s</b> page in total."
|
|
2060
|
+
msgid_plural ""
|
|
2061
|
+
"This action will delete <b>%(total_pages_formatted)s</b> pages in total."
|
|
2062
|
+
msgstr[0] ""
|
|
2063
|
+
"Это действие удалит всего <b>%(total_pages_formatted)s</b> страницу."
|
|
2064
|
+
msgstr[1] ""
|
|
2065
|
+
"Это действие удалит всего <b>%(total_pages_formatted)s</b> страницы."
|
|
2066
|
+
msgstr[2] "Это действие удалит всего <b>%(total_pages_formatted)s</b> страниц."
|
|
2067
|
+
msgstr[3] "Это действие удалит всего <b>%(total_pages_formatted)s</b> страниц."
|
|
2068
|
+
|
|
2033
2069
|
#, python-format
|
|
2034
2070
|
msgid "Please type <b>%(wagtail_site_name)s</b> to confirm."
|
|
2035
2071
|
msgstr "Пожалуйста, введите <b>%(wagtail_site_name)s</b> для подтверждения."
|
|
@@ -2289,6 +2325,9 @@ msgstr "Неверное расписание"
|
|
|
2289
2325
|
msgid "Go-live:"
|
|
2290
2326
|
msgstr "Запустить:"
|
|
2291
2327
|
|
|
2328
|
+
msgid "Once scheduled:"
|
|
2329
|
+
msgstr "Запланировано:"
|
|
2330
|
+
|
|
2292
2331
|
msgid "No publishing schedule set"
|
|
2293
2332
|
msgstr "График публикации не установлен"
|
|
2294
2333
|
|
|
@@ -2574,6 +2613,15 @@ msgstr ""
|
|
|
2574
2613
|
msgid "You haven't created any tasks."
|
|
2575
2614
|
msgstr "Вы еще не создали ни одной задачи."
|
|
2576
2615
|
|
|
2616
|
+
msgid ""
|
|
2617
|
+
"Why not <a class=\"create-one-now\" href=\"#tab-new\" data-action=\"w-"
|
|
2618
|
+
"tabs#select:prevent\" data-w-tabs-target=\"trigger\" data-w-tabs-focus-"
|
|
2619
|
+
"param=\"true\">create one now</a>?"
|
|
2620
|
+
msgstr ""
|
|
2621
|
+
"Почему бы не <a class=\"create-one-now\" href=\"#tab-new\" data-action=\"w-"
|
|
2622
|
+
"tabs#select:prevent\" data-w-tabs-target=\"trigger\" data-w-tabs-focus-"
|
|
2623
|
+
"param=\"true\">создать один сейчас</a>?"
|
|
2624
|
+
|
|
2577
2625
|
#, python-format
|
|
2578
2626
|
msgid ""
|
|
2579
2627
|
"No tasks have been created. Why not <a href=\"%(add_url)s\">add one</a>?"
|
|
@@ -2685,6 +2733,12 @@ msgstr "Сохранить изменения"
|
|
|
2685
2733
|
msgid "Toggle sidebar"
|
|
2686
2734
|
msgstr "Переключить боковую панель"
|
|
2687
2735
|
|
|
2736
|
+
msgid "Toggle minimap"
|
|
2737
|
+
msgstr "Переключить мини-карту"
|
|
2738
|
+
|
|
2739
|
+
msgid "Add or show comments"
|
|
2740
|
+
msgstr "Добавить или показать комментарии"
|
|
2741
|
+
|
|
2688
2742
|
msgid "Text content"
|
|
2689
2743
|
msgstr "Содержание текста"
|
|
2690
2744
|
|
|
@@ -3328,6 +3382,9 @@ msgstr ""
|
|
|
3328
3382
|
msgid "Page '%(page_title)s' moved."
|
|
3329
3383
|
msgstr "Страница '%(page_title)s' перемещена."
|
|
3330
3384
|
|
|
3385
|
+
msgid "Placeholder title"
|
|
3386
|
+
msgstr "Заголовок"
|
|
3387
|
+
|
|
3331
3388
|
#, python-format
|
|
3332
3389
|
msgid ""
|
|
3333
3390
|
"You are viewing a previous version of this page from <b>%(created_at)s</b> "
|
|
Binary file
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
# Basitlik İyidir, 2020
|
|
9
9
|
# Basitlik İyidir, 2020
|
|
10
10
|
# Cihad GÜNDOĞDU <cihadgundogdu@gmail.com>, 2016,2025
|
|
11
|
+
# Ertuğrul Keremoğlu, 2025
|
|
11
12
|
# Fatih Koç koç <fatihinemaili@gmail.com>, 2021
|
|
12
13
|
# Halim Turan <halim_turan_61@hotmail.com>, 2020
|
|
13
14
|
# Halit Çelik, 2023
|
|
@@ -24,7 +25,7 @@ msgstr ""
|
|
|
24
25
|
"Report-Msgid-Bugs-To: \n"
|
|
25
26
|
"POT-Creation-Date: 2025-07-24 16:20+0200\n"
|
|
26
27
|
"PO-Revision-Date: 2014-02-21 15:50+0000\n"
|
|
27
|
-
"Last-Translator:
|
|
28
|
+
"Last-Translator: Ertuğrul Keremoğlu, 2025\n"
|
|
28
29
|
"Language-Team: Turkish (http://app.transifex.com/torchbox/wagtail/language/"
|
|
29
30
|
"tr/)\n"
|
|
30
31
|
"MIME-Version: 1.0\n"
|
|
@@ -1923,7 +1924,7 @@ msgstr ""
|
|
|
1923
1924
|
"Bu iş akışı devre dışı bırakıldığı için herhangi bir parçacığa atanamaz."
|
|
1924
1925
|
|
|
1925
1926
|
msgid "Used on the following active workflows"
|
|
1926
|
-
msgstr "Aşağıdaki
|
|
1927
|
+
msgstr "Aşağıdaki aktif iş akışlarında kullanıldı"
|
|
1927
1928
|
|
|
1928
1929
|
msgid "Not used"
|
|
1929
1930
|
msgstr "Kullanılmıyor"
|