@plone/volto 19.0.0-alpha.0 → 19.0.0-alpha.10
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.
- package/.eslintignore +2 -0
- package/.eslintrc +37 -0
- package/CHANGELOG.md +274 -2
- package/README.md +3 -6
- package/cypress/docker/prefixed-rules.yml +26 -0
- package/cypress/docker/prefixed.yml +24 -0
- package/cypress/support/commands.js +12 -6
- package/cypress/support/guillotina.js +1 -0
- package/cypress.config.js +1 -0
- package/locales/af.json +1 -0
- package/locales/ar.json +1 -0
- package/locales/bg.json +1 -0
- package/locales/bn.json +1 -0
- package/locales/ca/LC_MESSAGES/volto.po +96 -17
- package/locales/ca.json +1 -1
- package/locales/cs.json +1 -0
- package/locales/cy.json +1 -0
- package/locales/da.json +1 -0
- package/locales/de/LC_MESSAGES/volto.po +104 -25
- package/locales/de.json +1 -1
- package/locales/el.json +1 -0
- package/locales/en/LC_MESSAGES/volto.po +97 -18
- package/locales/en.json +1 -1
- package/locales/en_AU.json +1 -0
- package/locales/en_GB.json +1 -0
- package/locales/eo.json +1 -0
- package/locales/es/LC_MESSAGES/volto.po +97 -18
- package/locales/es.json +1 -1
- package/locales/et.json +1 -0
- package/locales/eu/LC_MESSAGES/volto.po +96 -17
- package/locales/eu.json +1 -1
- package/locales/fa.json +1 -0
- package/locales/fi/LC_MESSAGES/volto.po +96 -17
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +97 -18
- package/locales/fr.json +1 -1
- package/locales/fu.json +1 -0
- package/locales/gl.json +1 -0
- package/locales/he.json +1 -0
- package/locales/hi/LC_MESSAGES/volto.po +100 -21
- package/locales/hi.json +1 -1
- package/locales/hr.json +1 -0
- package/locales/hu.json +1 -0
- package/locales/hy.json +1 -0
- package/locales/id.json +1 -0
- package/locales/it/LC_MESSAGES/volto.po +101 -22
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +96 -17
- package/locales/ja.json +1 -1
- package/locales/ka.json +1 -0
- package/locales/kn.json +1 -0
- package/locales/ko.json +1 -0
- package/locales/lt.json +1 -0
- package/locales/lv.json +1 -0
- package/locales/mi.json +1 -0
- package/locales/mk.json +1 -0
- package/locales/my.json +1 -0
- package/locales/nb_NO.json +1 -0
- package/locales/nl/LC_MESSAGES/volto.po +100 -21
- package/locales/nl.json +1 -1
- package/locales/nn.json +1 -0
- package/locales/pl.json +1 -0
- package/locales/pt/LC_MESSAGES/volto.po +96 -17
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +116 -37
- package/locales/pt_BR.json +1 -1
- package/locales/rm.json +1 -0
- package/locales/ro/LC_MESSAGES/volto.po +100 -21
- package/locales/ro.json +1 -1
- package/locales/ru/LC_MESSAGES/volto.po +100 -21
- package/locales/ru.json +1 -1
- package/locales/sk.json +1 -0
- package/locales/sl.json +1 -0
- package/locales/sm.json +1 -0
- package/locales/sq.json +1 -0
- package/locales/sr.json +1 -0
- package/locales/sr@cyrl.json +1 -0
- package/locales/sr@latn.json +1 -0
- package/locales/sv.json +1 -1
- package/locales/ta.json +1 -0
- package/locales/te.json +1 -0
- package/locales/th.json +1 -0
- package/locales/to.json +1 -0
- package/locales/tr.json +1 -0
- package/locales/uk.json +1 -0
- package/locales/vi.json +1 -0
- package/locales/volto.pot +97 -18
- package/locales/zh_CN/LC_MESSAGES/volto.po +96 -17
- package/locales/zh_CN.json +1 -1
- package/locales/zh_Hant.json +1 -0
- package/locales/zh_Hant_HK.json +1 -0
- package/package.json +36 -27
- package/razzle.config.js +16 -0
- package/src/actions/actions/actions.test.js +3 -3
- package/src/actions/addons/addons.test.js +15 -12
- package/src/actions/aliases/aliases.test.js +1 -1
- package/src/actions/content/content.js +0 -1
- package/src/actions/controlpanels/controlpanels.js +13 -7
- package/src/actions/controlpanels/controlpanels.test.js +11 -5
- package/src/actions/querystring/querystring.test.js +2 -2
- package/src/actions/types/types.test.js +1 -1
- package/src/actions/users/users.js +2 -2
- package/src/components/manage/Actions/Actions.test.jsx +5 -1
- package/src/components/manage/Add/Add.jsx +27 -26
- package/src/components/manage/Add/Add.test.jsx +6 -3
- package/src/components/manage/Aliases/Aliases.test.jsx +7 -7
- package/src/components/manage/Blocks/Block/BlocksForm.jsx +1 -0
- package/src/components/manage/Blocks/Block/BlocksForm.test.jsx +48 -16
- package/src/components/manage/Blocks/Block/Edit.jsx +3 -1
- package/src/components/manage/Blocks/Block/EditBlockWrapper.jsx +9 -4
- package/src/components/manage/Blocks/Block/Settings.test.jsx +5 -1
- package/src/components/manage/Blocks/Block/StyleWrapper.jsx +11 -3
- package/src/components/manage/Blocks/Description/View.test.jsx +1 -1
- package/src/components/manage/Blocks/HTML/Edit.test.jsx +12 -5
- package/src/components/manage/Blocks/HTML/View.test.jsx +1 -1
- package/src/components/manage/Blocks/Image/Edit.jsx +5 -1
- package/src/components/manage/Blocks/Image/ImageSidebar.test.jsx +6 -2
- package/src/components/manage/Blocks/LeadImage/Edit.jsx +2 -2
- package/src/components/manage/Blocks/LeadImage/LeadImageSidebar.jsx +1 -1
- package/src/components/manage/Blocks/LeadImage/LeadImageSidebar.test.jsx +8 -1
- package/src/components/manage/Blocks/Listing/ImageGallery.jsx +6 -4
- package/src/components/manage/Blocks/Listing/View.test.jsx +3 -1
- package/src/components/manage/Blocks/Maps/Edit.jsx +2 -1
- package/src/components/manage/Blocks/Maps/MapsSidebar.test.jsx +5 -1
- package/src/components/manage/Blocks/Search/SearchBlockView.jsx +21 -4
- package/src/components/manage/Blocks/Search/components/DateRangeFacet.test.jsx +13 -7
- package/src/components/manage/Blocks/Search/components/SelectFacet.test.jsx +12 -6
- package/src/components/manage/Blocks/Teaser/Data.jsx +21 -7
- package/src/components/manage/Blocks/Teaser/DefaultBody.jsx +1 -1
- package/src/components/manage/Blocks/Teaser/schema.js +8 -3
- package/src/components/manage/Blocks/Title/Edit.jsx +8 -2
- package/src/components/manage/Blocks/ToC/variations/DefaultTocRenderer.test.jsx +11 -1
- package/src/components/manage/Blocks/Video/Edit.jsx +2 -1
- package/src/components/manage/Blocks/Video/VideoSidebar.test.jsx +5 -1
- package/src/components/manage/ConditionalLink/ConditionalLink.test.tsx +109 -0
- package/src/components/manage/ConditionalLink/ConditionalLink.tsx +36 -0
- package/src/components/manage/Contents/Contents.jsx +23 -2
- package/src/components/manage/Contents/Contents.test.jsx +36 -13
- package/src/components/manage/Contents/ContentsBreadcrumbs.Multilingual.test.jsx +18 -5
- package/src/components/manage/Contents/ContentsBreadcrumbs.jsx +20 -26
- package/src/components/manage/Contents/ContentsBreadcrumbs.test.jsx +14 -0
- package/src/components/manage/Contents/ContentsDeleteModal.jsx +258 -206
- package/src/components/manage/Contents/ContentsDeleteModal.stories.jsx +26 -8
- package/src/components/manage/Contents/ContentsItem.jsx +10 -2
- package/src/components/manage/Contents/ContentsPropertiesModal.test.jsx +5 -1
- package/src/components/manage/Contents/ContentsRenameModal.test.jsx +5 -1
- package/src/components/manage/Contents/ContentsTagsModal.test.jsx +5 -1
- package/src/components/manage/Contents/ContentsUploadModal.test.jsx +13 -22
- package/src/components/manage/Contents/ContentsWorkflowModal.test.jsx +5 -1
- package/src/components/manage/Contents/__mocks__/index.tsx +16 -0
- package/src/components/manage/Contents/__mocks__/index.vitest.tsx +5 -0
- package/src/components/manage/Controlpanels/AddonsControlpanel.test.jsx +28 -3
- package/src/components/manage/Controlpanels/Aliases.test.jsx +35 -3
- package/src/components/manage/Controlpanels/ContentType.jsx +1 -1
- package/src/components/manage/Controlpanels/ContentType.test.jsx +29 -3
- package/src/components/manage/Controlpanels/ContentTypeLayout.test.jsx +4 -2
- package/src/components/manage/Controlpanels/ContentTypes.test.jsx +25 -2
- package/src/components/manage/Controlpanels/Controlpanel.test.jsx +37 -6
- package/src/components/manage/Controlpanels/Controlpanels.test.jsx +47 -3
- package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.jsx +3 -2
- package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.test.jsx +15 -9
- package/src/components/manage/Controlpanels/ModerateComments.test.jsx +31 -5
- package/src/components/manage/Controlpanels/Rules/AddRule.test.jsx +13 -4
- package/src/components/manage/Controlpanels/Rules/ConfigureRule.test.jsx +9 -5
- package/src/components/manage/Controlpanels/Rules/EditRule.test.jsx +12 -4
- package/src/components/manage/Controlpanels/Rules/Rules.test.jsx +7 -3
- package/src/components/manage/Controlpanels/UndoControlpanel.test.jsx +33 -4
- package/src/components/manage/Controlpanels/Users/RenderUsers.jsx +156 -175
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.test.jsx +3 -1
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx +575 -630
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.test.jsx +16 -9
- package/src/components/manage/Delete/Delete.test.jsx +45 -4
- package/src/components/manage/Diff/Diff.test.jsx +15 -6
- package/src/components/manage/Diff/DiffField.test.jsx +12 -6
- package/src/components/manage/Display/Display.test.jsx +17 -6
- package/src/components/manage/Edit/Edit.jsx +2 -3
- package/src/components/manage/Edit/Edit.test.jsx +11 -3
- package/src/components/manage/Form/BlockDataForm.test.jsx +5 -1
- package/src/components/manage/Form/Form.jsx +32 -0
- package/src/components/manage/Form/Form.test.jsx +27 -19
- package/src/components/manage/Form/InlineForm.jsx +2 -2
- package/src/components/manage/Form/InlineForm.test.jsx +5 -1
- package/src/components/manage/Form/ModalForm.test.jsx +5 -1
- package/src/components/manage/Form/__mocks__/index.tsx +17 -0
- package/src/components/manage/Form/__mocks__/index.vitest.tsx +73 -0
- package/src/components/manage/History/History.test.jsx +3 -1
- package/src/components/manage/LinksToItem/LinksToItem.test.jsx +6 -4
- package/src/components/manage/MaybeWrap/MaybeWrap.tsx +15 -0
- package/src/components/manage/Multilingual/CompareLanguages.jsx +2 -5
- package/src/components/manage/Multilingual/CreateTranslation.jsx +8 -8
- package/src/components/manage/Multilingual/ManageTranslations.jsx +4 -2
- package/src/components/manage/Multilingual/ManageTranslations.test.jsx +8 -3
- package/src/components/manage/Multilingual/TranslationObject.jsx +1 -1
- package/src/components/manage/Preferences/ChangePassword.test.jsx +9 -2
- package/src/components/manage/Preferences/PersonalInformation.test.jsx +3 -1
- package/src/components/manage/Preferences/PersonalPreferences.test.jsx +20 -7
- package/src/components/manage/Rules/Rules.test.jsx +6 -3
- package/src/components/manage/Sharing/Sharing.test.jsx +3 -1
- package/src/components/manage/Sidebar/ObjectBrowserNav.jsx +2 -1
- package/src/components/manage/Sidebar/ObjectBrowserNav.test.jsx +3 -3
- package/src/components/manage/Sidebar/SidebarPortal.test.tsx +42 -0
- package/src/components/manage/Sidebar/SidebarPortal.tsx +48 -0
- package/src/components/manage/TemplateChooser/TemplateChooser.jsx +2 -1
- package/src/components/manage/Toolbar/More.jsx +4 -1
- package/src/components/manage/Toolbar/More.test.jsx +9 -7
- package/src/components/manage/Toolbar/PersonalTools.jsx +2 -1
- package/src/components/manage/Toolbar/Toolbar.jsx +3 -4
- package/src/components/manage/Toolbar/Types.jsx +7 -7
- package/src/components/manage/UniversalLink/UniversalLink.test.jsx +196 -14
- package/src/components/manage/UniversalLink/UniversalLink.tsx +215 -0
- package/src/components/manage/Widgets/ArrayWidget.test.jsx +22 -5
- package/src/components/manage/Widgets/CheckboxGroupWidget.test.jsx +12 -5
- package/src/components/manage/Widgets/DatetimeWidget.jsx +5 -0
- package/src/components/manage/Widgets/DatetimeWidget.test.jsx +21 -6
- package/src/components/manage/Widgets/FileWidget.jsx +14 -8
- package/src/components/manage/Widgets/ImageWidget.jsx +176 -40
- package/src/components/manage/Widgets/InternalUrlWidget.jsx +2 -0
- package/src/components/manage/Widgets/NumberWidget.test.jsx +8 -7
- package/src/components/manage/Widgets/ObjectBrowserWidget.jsx +3 -0
- package/src/components/manage/Widgets/ObjectListWidget.jsx +11 -1
- package/src/components/manage/Widgets/ObjectListWidget.test.jsx +18 -8
- package/src/components/manage/Widgets/ObjectWidget.test.jsx +5 -1
- package/src/components/manage/Widgets/RadioGroupWidget.test.jsx +12 -5
- package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.test.jsx +12 -6
- package/src/components/manage/Widgets/RegistryImageWidget.test.jsx +44 -41
- package/src/components/manage/Widgets/SchemaWidget.test.jsx +12 -5
- package/src/components/manage/Widgets/SchemaWidgetFieldset.test.jsx +12 -5
- package/src/components/manage/Widgets/SelectAutoComplete.jsx +29 -12
- package/src/components/manage/Widgets/SelectAutoComplete.test.jsx +12 -6
- package/src/components/manage/Widgets/SelectWidget.jsx +3 -1
- package/src/components/manage/Widgets/SelectWidget.test.jsx +12 -6
- package/src/components/manage/Widgets/TimeWidget.test.jsx +13 -5
- package/src/components/manage/Widgets/TokenWidget.test.jsx +12 -6
- package/src/components/manage/Widgets/UrlWidget.jsx +2 -0
- package/src/components/manage/Widgets/VocabularyTermsWidget.test.jsx +18 -9
- package/src/components/manage/Widgets/__mocks__/index.tsx +16 -0
- package/src/components/manage/Widgets/__mocks__/index.vitest.tsx +41 -0
- package/src/components/manage/Workflow/Workflow.test.jsx +17 -7
- package/src/components/theme/AlternateHrefLangs/AlternateHrefLangs.jsx +1 -3
- package/src/components/theme/AlternateHrefLangs/AlternateHrefLangs.test.jsx +0 -4
- package/src/components/theme/App/App.jsx +3 -1
- package/src/components/theme/App/App.test.jsx +22 -17
- package/src/components/theme/AppExtras/AppExtras.test.jsx +6 -6
- package/src/components/theme/Avatar/Avatar.jsx +2 -1
- package/src/components/theme/Comments/CommentEditModal.test.jsx +5 -1
- package/src/components/theme/Comments/Comments.test.jsx +29 -12
- package/src/components/theme/ContactForm/ContactForm.test.jsx +8 -4
- package/src/components/theme/FormattedDate/FormattedDate.stories.jsx +20 -2
- package/src/components/theme/Header/Header.test.jsx +19 -13
- package/src/components/theme/Image/Image.jsx +11 -8
- package/src/components/theme/LanguageSelector/{LanguageSelector.test.jsx → LanguageSelector.test.tsx} +6 -6
- package/src/components/theme/LanguageSelector/LanguageSelector.tsx +89 -0
- package/src/components/theme/Logo/Logo.Multilingual.test.jsx +0 -5
- package/src/components/theme/Logout/Logout.test.jsx +1 -1
- package/src/components/theme/MultilingualRedirector/MultilingualRedirector.jsx +8 -12
- package/src/components/theme/MultilingualRedirector/MultilingualRedirector.test.jsx +3 -5
- package/src/components/theme/Navigation/NavItem.jsx +1 -5
- package/src/components/theme/Navigation/Navigation.Multilingual.test.jsx +0 -5
- package/src/components/theme/NotFound/NotFound.jsx +5 -2
- package/src/components/theme/NotFound/NotFound.test.jsx +3 -0
- package/src/components/theme/PasswordReset/PasswordReset.test.jsx +10 -1
- package/src/components/theme/PasswordReset/RequestPasswordReset.test.jsx +5 -1
- package/src/components/theme/PreviewImage/PreviewImage.jsx +1 -1
- package/src/components/theme/Register/Register.test.jsx +5 -1
- package/src/components/theme/RequestTimeout/RequestTimeout.jsx +1 -1
- package/src/components/theme/Search/Search.test.jsx +6 -4
- package/src/components/theme/Sitemap/Sitemap.jsx +6 -5
- package/src/components/theme/Sitemap/Sitemap.test.jsx +0 -1
- package/src/components/theme/TsTest/TsTest.test.tsx +0 -1
- package/src/components/theme/View/EventDatesInfo.test.jsx +12 -5
- package/src/components/theme/View/EventView.test.jsx +12 -5
- package/src/components/theme/View/FileView.jsx +9 -1
- package/src/components/theme/View/ListingView.test.jsx +2 -0
- package/src/components/theme/View/SummaryView.test.jsx +10 -0
- package/src/components/theme/View/TabularView.test.jsx +1 -0
- package/src/components/theme/View/View.jsx +1 -1
- package/src/components/theme/View/View.test.jsx +42 -23
- package/src/components/theme/Widgets/ImageWidget.jsx +2 -1
- package/src/config/ControlPanels.js +1 -0
- package/src/config/index.js +18 -25
- package/src/config/server.js +0 -2
- package/src/express-middleware/devproxy.js +20 -5
- package/src/helpers/Api/APIResourceWithAuth.js +8 -3
- package/src/helpers/Api/Api.js +7 -4
- package/src/helpers/Api/Api.plone.rest.test.js +11 -9
- package/src/helpers/Api/Api.test.js +11 -14
- package/src/helpers/AsyncConnect/AsyncConnect.test.jsx +145 -189
- package/src/helpers/AsyncConnect/ssr.js +4 -1
- package/src/helpers/AuthToken/AuthToken.test.js +60 -22
- package/src/helpers/Blocks/Blocks.test.js +1 -1
- package/src/helpers/Content/Content.js +23 -0
- package/src/helpers/Content/Content.test.js +39 -0
- package/src/helpers/Content/withClientSideContent.jsx +35 -0
- package/src/helpers/Extensions/withBlockSchemaEnhancer.jsx +4 -1
- package/src/helpers/Html/Html.jsx +13 -7
- package/src/helpers/Html/Html.test.jsx +32 -28
- package/src/helpers/LanguageMap/LanguageMap.js +115 -8
- package/src/helpers/Loadable/__mocks__/Loadable.jsx +16 -1
- package/src/helpers/Loadable/__mocks__/Loadable.vitest.jsx +39 -0
- package/src/helpers/MessageLabels/MessageLabels.js +5 -0
- package/src/helpers/Sitemap/Sitemap.js +4 -4
- package/src/helpers/Url/Url.js +32 -2
- package/src/helpers/Url/Url.test.js +62 -0
- package/src/helpers/Utils/withSaveAsDraft.jsx +241 -0
- package/src/hooks/user/useUser.js +1 -1
- package/src/middleware/Api.test.js +51 -0
- package/src/middleware/api.js +78 -29
- package/src/middleware/storeProtectLoadUtils.test.js +93 -81
- package/src/reducers/content/content.js +3 -18
- package/src/reducers/diff/diff.js +5 -1
- package/src/reducers/diff/diff.test.js +60 -4
- package/src/routes.js +4 -2
- package/src/server.jsx +45 -14
- package/src/start-client.jsx +9 -6
- package/src/start-server.js +9 -3
- package/test-setup-config.jsx +0 -2
- package/test-setup-globals-vitest.js +46 -0
- package/theme/themes/pastanaga/collections/table.overrides +9 -0
- package/theme/themes/pastanaga/extras/blocks.less +26 -0
- package/theme/themes/pastanaga/extras/contents.less +17 -5
- package/theme/themes/pastanaga/extras/main.less +32 -2
- package/tsconfig.declarations.json +12 -1
- package/tsconfig.json +5 -5
- package/types/components/manage/Blocks/Teaser/schema.d.ts +1 -0
- package/types/components/manage/ConditionalLink/ConditionalLink.d.ts +11 -15
- package/types/components/manage/Contents/__mocks__/index.vitest.d.ts +2 -0
- package/types/components/manage/Controlpanels/Users/RenderUsers.d.ts +18 -2
- package/types/components/manage/Controlpanels/Users/UsersControlpanel.d.ts +6 -2
- package/types/components/manage/Controlpanels/index.d.ts +2 -2
- package/types/components/manage/Form/__mocks__/index.vitest.d.ts +8 -0
- package/types/components/manage/MaybeWrap/MaybeWrap.d.ts +7 -5
- package/types/components/manage/Sidebar/SidebarPortal.d.ts +7 -15
- package/types/components/manage/UniversalLink/UniversalLink.d.ts +54 -20
- package/types/components/manage/Widgets/ImageWidget.d.ts +41 -1
- package/types/components/manage/Widgets/RecurrenceWidget/Utils.d.ts +12 -18
- package/types/components/manage/Widgets/__mocks__/index.vitest.d.ts +33 -0
- package/types/components/theme/FormattedDate/FormattedDate.stories.d.ts +1 -1
- package/types/components/theme/LanguageSelector/LanguageSelector.d.ts +3 -10
- package/types/helpers/Content/Content.d.ts +7 -0
- package/types/helpers/Content/withClientSideContent.d.ts +1 -0
- package/types/helpers/Extensions/withBlockSchemaEnhancer.d.ts +4 -5
- package/types/helpers/Helmet/Helmet.d.ts +1 -1
- package/types/helpers/LanguageMap/LanguageMap.d.ts +428 -4
- package/types/helpers/Loadable/__mocks__/Loadable.vitest.d.ts +3 -0
- package/types/helpers/MessageLabels/MessageLabels.d.ts +68 -62
- package/types/helpers/Url/Url.d.ts +14 -0
- package/types/helpers/Url/bulkFlattenToAppURL.d.ts +5 -0
- package/types/helpers/Utils/withSaveAsDraft.d.ts +1 -0
- package/types/middleware/api.d.ts +6 -9
- package/types/react-router-hash-link.d.ts +12 -0
- package/types/reducers/index.d.ts +1 -0
- package/types/routes.d.ts +4 -0
- package/types/server.d.ts +1 -1
- package/types/start-client.d.ts +0 -1
- package/vite-plugins/svg.mjs +81 -0
- package/vitest.config.mjs +77 -0
- package/package-why.json +0 -34
- package/src/actions/content/content.multilingual.test.js +0 -17
- package/src/components/manage/ConditionalLink/ConditionalLink.jsx +0 -27
- package/src/components/manage/ConditionalLink/ConditionalLink.test.jsx +0 -30
- package/src/components/manage/MaybeWrap/MaybeWrap.jsx +0 -9
- package/src/components/manage/Sidebar/SidebarPortal.jsx +0 -47
- package/src/components/manage/Sidebar/SidebarPortal.test.jsx +0 -26
- package/src/components/manage/UniversalLink/UniversalLink.jsx +0 -154
- package/src/components/manage/Widgets/FileWidget.test.jsx +0 -91
- package/src/components/theme/LanguageSelector/LanguageSelector.jsx +0 -77
- package/theme/themes/pastanaga/extras/utils.less +0 -63
package/locales/fa.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"Add link":"","An error has occurred while editing \"{name}\" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.":"","An error has occurred while rendering \"{name}\" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator.":"","Bottom":"","Center":"","Delete col":"","Delete row":"","Delete table":"","Divide each row into separate cells":"","Edit element":"","Edit link":"","Fixed width table cells":"","Hide headers":"","Insert col after":"","Insert col before":"","Insert row after":"","Insert row before":"","Left":"","Make the table compact":"","Make the table sortable":"","Middle":"","No matching blocks":"","Reduce complexity":"","Remove element":"","Remove link":"","Right":"","Stripe alternate rows with color":"","Table":"","Table color inverted":"","Top":"","Type text…":"","Visible only in view mode":"","<p>Add some HTML here</p>":"","A unique identifier for the group. Cannot be changed after creation. No spaces allowed.":"","Account Registration Completed":"","Account activation completed":"","Action":"","Action changed":"","Action: ":"","Actions":"","Activate and deactivate":"","Active":"","Active content rules in this Page":"","Add":"","Add (object list)":"","Add Addons":"","Add Alternative URL":"","Add Content":"","Add Content Rule":"","Add Rule":"","Add Translation…":"","Add User":"","Add a description…":"","Add a new alternative url":"","Add action":"","Add block":"","Add block in position {index}":"","Add block…":"","Add condition":"","Add content rule":"","Add criteria":"","Add date":"","Add element to container":"","Add field":"","Add fieldset":"","Add group":"","Add new content type":"","Add new group":"","Add new user":"","Add to Groups":"","Add users to group":"","Add vocabulary term":"","Add {type}":"","Add-Ons":"","Add-on Configuration":"","Add-ons":"","Add-ons Settings":"","Added":"","Additional date":"","Addon could not be installed":"","Addon could not be uninstalled":"","Addon could not be upgraded":"","Addon installed succesfuly":"","Addon uninstalled succesfuly":"","Addon upgraded succesfuly":"","Advanced facet?":"","Advanced facets are initially hidden and displayed on demand":"","Album view":"","Alias":"","Alias has been added":"","Aliases have been removed.":"","Aliases have been uploaded.":"","Alignment":"","All":"","All content":"","All existing alternative urls for this site":"","Alphabetically":"","Alt text":"","Alt text hint":"","Alt text hint link text":"","Alternative url path (Required)":"","Alternative url path must start with a slash.":"","Alternative url path → target url path (date and time of creation, manually created yes/no)":"","Applied to subfolders":"","Applies to subfolders?":"","Apply to subfolders":"","Apply working copy":"","Are you sure you want to delete this field?":"","Are you sure you want to delete this fieldset including all fields?":"","Ascending":"","Assign the {role} role to {entry}":"","Assignments":"","Automatically":"","Available":"","Available content rules:":"","Back":"","Base":"","Base search query":"","Block":"","Both":"","Both email address and password are case sensitive, check that caps lock is not enabled.":"","Breadcrumbs":"","Broken relations":"","Browse":"","Browse the site, drop an image, or type a URL":"","BulkUploadAltUrls":"","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"","CSVFile":"","Cache Name":"","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"","Cancel":"","Cancel search":"","Cell":"","Change Note":"","Change Password":"","Change State":"","Change workflow state recursively":"","Changes applied.":"","Changes saved":"","Changes saved.":"","Check this box to customize the title, description, or image of the target content item for this teaser. Leave it unchecked to show updates to the target content item if it is edited later.":"","Checkbox":"","Choices":"","Choose Image":"","Choose Target":"","Choose a file":"","Clear":"","Clear date/time":"","Clear filters":"","Clear search":"","Click to download full sized image":"","Close":"","Close menu":"","Code":"","Collapse item":"","Collection":"","Color":"","Comment":"","Commenter":"","Comments":"","Compare":"","Condition changed":"","Condition: ":"","Configuration Versions":"","Configure Content Rule":"","Configure Content Rule: {title}":"","Configure content rule":"","Confirm password":"","Connection refused":"","Contact form":"","Contained items":"","Container settings":"","Content":"","Content Rule":"","Content Rules":"","Content rules for {title}":"","Content rules from parent folders":"","Content that links to or references {title}":"","Content type created":"","Content type deleted":"","Contents":"","Controls":"","Copy":"","Copy blocks":"","Copyright":"","Copyright statement or other rights information on this item.":"","Create or delete relations to target":"","Create working copy":"","Created after":"","Created before":"","Created by {creator} on {date}":"","Created on":"","Creator":"","Creators":"","Criteria":"","Current active configuration":"","Current filters applied":"","Current password":"","Customize teaser content":"","Cut":"","Cut blocks":"","Daily":"","Database":"","Database Information":"","Database Location":"","Database Size":"","Database main":"","Date":"","Date (newest first)":"","Default":"","Default value":"","Default view":"","Delete":"","Delete Group":"","Delete Type":"","Delete User":"","Delete action":"","Delete blocks":"","Delete condition":"","Delete selected items?":"","Delete this item?":"","Deleted":"","Deleting this item breaks {brokenReferences} {variation}.":"","Depth":"","Descending":"","Description":"","Diff":"","Difference between revision {one} and {two} of {title}":"","Disable":"","Disable apply to subfolders":"","Disabled":"","Disabled apply to subfolders":"","Distributed under the {license}.":"","Do you really want to delete the group {groupname}?":"","Do you really want to delete the type {typename}?":"","Do you really want to delete the user {username}?":"","Do you really want to delete this item?":"","Document":"","Document view":"","Download Event":"","Download file":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","Dry run selected, transaction aborted.":"","E-mail":"","E-mail addresses do not match.":"","Edit":"","Edit Alternative URL":"","Edit Rule":"","Edit comment":"","Edit field":"","Edit fieldset":"","Edit recurrence":"","Edit values":"","Edit {title}":"","Email":"","Email sent":"","Embed code error, please follow the instructions and try again.":"","Empty object list":"","Enable":"","Enable editable Blocks":"","Enabled":"","Enabled here?":"","Enabled?":"","End Date":"","Enter URL or select an item":"","Enter a username above to search or click 'Show All'":"","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"","Enter full name, e.g. John Smith.":"","Enter map Embed Code":"","Enter the absolute path of the target. Target must exist or be an existing alternative url path to the target.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only URLs that result in a 404 not found page will result in a redirect occurring.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"","Enter your current password.":"","Enter your email for verification.":"","Enter your new password. Minimum 8 characters.":"","Enter your username for verification.":"","Entries":"","Error":"","Event":"","Event end date must be on or after {startDateValueOrStartFieldName}":"","Event listing":"","Event start date must be on or before {endDateValueOrEndFieldName}":"","Event view":"","Example":"","Exclude from navigation":"","Exclude this occurence":"","Excluded from navigation":"","Existing alternative urls for this item":"","Expand sidebar":"","Expiration Date":"","Expiration date":"","Expired":"","External URL":"","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Failed To Undo Transactions":"","Field":"","File":"","File is not of the accepted type {accept}":"","File size":"","File view":"","Filename":"","Files uploaded: {uploadedFiles}":"","Fills the value of the form field with the value supplied by a query parameter inside the URL with the given name.":"","Filter":"","Filter Rules:":"","Filter by prefix":"","Filter users by groups":"","Filter…":"","First":"","Fix relations":"","Fold":"","Folder":"","Folder listing":"","Forbidden":"","Fourth":"","From":"","Full":"","Full Name":"","Fullname":"","GNU GPL license":"","General":"","Global role":"","Google Maps Embedded Block":"","Grid":"","Group":"","Group created":"","Group deleted":"","Group roles updated":"","Groupname":"","Groups":"","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"","Headline":"","Headline level":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","Hide filters":"","Hide title":"","History":"","History Version Number":"","History of {title}":"","Home":"","ID":"","Icon View":"","If all of the following conditions are met:":"","If selected, this item will not appear in the navigation tree":"","If this date is in the future, the content will not show up in listings and searches until this date.":"","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"","Image":"","Image gallery":"","Image override":"","Image size":"","Image view":"","Include this occurence":"","Info":"","InfoUserGroupSettings":"","Inherit permissions from higher levels":"","Inherited value":"","Inspect relations":"","Install":"","Installed":"","Installed version":"","Installing a third party add-on":"","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Invalid Block":"","Invalid teaser source":"","It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them.":"","Item batch size":"","Item successfully moved.":"","Item(s) copied.":"","Item(s) cut.":"","Item(s) has been updated.":"","Item(s) pasted.":"","Item(s) state has been updated.":"","Items":"","Items must be unique.":"","Label":"","Language":"","Language independent field.":"","Language independent icon title":"","Large":"","Last":"","Last comment date":"","Last modified":"","Latest available configuration":"","Latest version":"","Layout":"","Lead Image":"","Less filters":"","Link":"","Link copied to clipboard":"","Link more":"","Link redirect view":"","Link settings":"","Link title":"","Link to":"","Link translation for":"","Linking this item with hyperlink in text":"","Links and references":"","List View":"","Listing":"","Listing view":"","Load more":"","Loading":"","Log In":"","Log in":"","Logged out":"","Login":"","Login Failed":"","Login Name":"","Logo of":"","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Manage Translations":"","Manage content…":"","Manage translations for {title}":"","Manual":"","Manually":"","Manually or automatically added?":"","Many relations found. Please search.":"","Maps":"","Maps URL":"","Maximum length is {len}.":"","Maximum value is {len}.":"","Medium":"","Membership updated":"","Message":"","Minimum length is {len}.":"","Minimum value is {len}.":"","Moderate Comments":"","Moderate comments":"","Monday and Friday":"","Month day":"","Monthly":"","More":"","More filters":"","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"","Mosaic layout":"","Move down":"","Move to bottom of folder":"","Move to top of folder":"","Move up":"","Multiple choices?":"","My email is":"","My username is":"","Name":"","Narrow":"","Navigate back":"","Navigate to this item":"","Navigation":"","New password":"","News Item":"","News item view":"","No":"","No Transactions Found":"","No Transactions Selected":"","No Transactions Selected To Do Undo":"","No Video selected":"","No addons found":"","No broken relations found.":"","No connection to the server":"","No image selected":"","No image set in Lead Image content field":"","No image set in image content field":"","No images found.":"","No items found in this container.":"","No items selected":"","No links to this item found.":"","No map selected":"","No occurences set":"","No options":"","No relation found":"","No results found":"","No results found.":"","No selection":"","No uninstall profile":"","No user found":"","No value":"","No workflow":"","None":"","Not available":"","Note":"","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"","Object Size":"","Occurences":"","Ok":"","Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines.":"","Open in a new tab":"","Open menu":"","Open object browser":"","Order":"","Ordered":"","Origin":"","Overview of relations of all content items":"","Page":"","Parent fieldset":"","Password":"","Password reset":"","Passwords do not match.":"","Paste":"","Paste blocks":"","Perform the following actions:":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"","Personal Preferences":"","Personal tools":"","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"","Placeholder":"","Please choose an existing content as source for this element":"","Please continue with the upgrade.":"","Please ensure you have a backup of your site before performing the upgrade.":"","Please enter a valid URL by deleting the block and adding a new video block.":"","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"","Please fill out the form below to set your password.":"","Please search for users or use the filters on the side.":"","Please upgrade to plone.restapi >= 8.24.0.":"","Please upgrade to plone.restapi >= 8.39.0.":"","Plone Foundation":"","Plone{reg} Open Source CMS/WCM":"","Position changed":"","Possible values":"","Powered by Plone & Python":"","Preferences":"","Prettify your code":"","Preview":"","Preview Image URL":"","Profile":"","Properties":"","Publication date":"","Publishing Date":"","Query":"","Query Parameter Name":"","Re-enter the password. Make sure the passwords are identical.":"","Read More…":"","Read only for this type of relation.":"","Rearrange items by…":"","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Redo":"","Referencing this item as related item":"","Referencing this item with {relationship}":"","Refresh source content":"","Register":"","Registration form":"","Related Items":"","Relation name":"","Relations":"","Relations are editable with plone.api >= 2.0.3.":"","Relations updated":"","Relevance":"","Remove":"","Remove element {index}":"","Remove item":"","Remove recurrence":"","Remove selected":"","Remove term":"","Remove users from group":"","Remove working copy":"","Rename":"","Rename Items Loading Message":"","Rename items":"","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"","Required input is missing.":"","Reset element {index}":"","Reset term title":"","Reset the block":"","Results limit":"","Results preview":"","Results template":"","Reversed order":"","Revert to this revision":"","Review state":"","Richtext":"","Rights":"","Roles":"","Root":"","Rule added":"","Rule enable changed":"","Rules":"","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"","Save":"","Save recurrence":"","Saved":"","Scheduled":"","Schema":"","Schema updates":"","Search":"","Search SVG":"","Search Site":"","Search block":"","Search button label":"","Search content":"","Search for user or group":"","Search group…":"","Search input label":"","Search results":"","Search results for {term}":"","Search sources by title or path":"","Search targets by title or path":"","Search users…":"","Searched for: <em>{searchedtext}</em>.":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"","Select relation":"","Select rule":"","Select the transition to be used for modifying the items state.":"","Selected":"","Selected dates":"","Selected items":"","Selected items - x of y":"","Selection":"","Select…":"","Send":"","Send a confirmation mail with a link to set the password.":"","Server Error":"","Set my password":"","Set your password":"","Settings":"","Sharing":"","Sharing for {title}":"","Short Name":"","Short name":"","Show":"","Show All":"","Show Replies":"","Show filters":"","Show groups of users below":"","Show item":"","Show potential sources. Not only objects that are source of some relation.":"","Show potential targets. Not only objects that are target of some relation.":"","Show search button?":"","Show search input?":"","Show sorting?":"","Show total results":"","Shrink sidebar":"","Shrink toolbar":"","Sign in to start session":"","Site Administration":"","Site Setup":"","Sitemap":"","Size: {size}":"","Small":"","Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.":"","Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.":"","Some relations are broken. Please fix.":"","Sorry, something went wrong with your request":"","Sort By":"","Sort By:":"","Sort on":"","Sort on options":"","Sort transactions by User-Name, Path or Date":"","Sorted":"","Sorted on":"","Source":"","Specify a youtube video or playlist url":"","Split":"","Start Date":"","Start of the recurrence":"","Start password reset":"","State":"","Status":"","Sticky":"","Stop compare":"","String":"","Styling":"","Subject":"","Submit":"","Success":"","Successfully Undone Transactions":"","Summary":"","Summary view":"","Switch to":"","Table of Contents":"","Tabular view":"","Tags":"","Tags to add":"","Tags to remove":"","Target":"","Target Path (Required)":"","Target memory size per cache in bytes":"","Target number of objects in memory per cache":"","Teaser":"","Text":"","Thank you.":"","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"","The button presence disables the live search, the query is issued when you press ENTER":"","The file you uploaded exceeded the maximum allowed size of {size} bytes":"","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"","The item could not be deleted.":"","The link address is:":"","The number of items must be greater than or equal to {minItems}":"","The number of items must be less than or equal to {maxItems}":"","The provided alternative url already exists!":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"","The selected default language must be in the list of the field 'Available languages'":"","The site configuration is outdated and needs to be upgraded.":"","The value does not match the pattern {pattern}":"","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"","There are no groups with the searched criteria":"","There are no users with the searched criteria":"","There are some errors.":"","There is a configuration problem on the backend":"","There was an error with the upgrade.":"","There were some errors":"","There were some errors.":"","These items will have broken links":"","Third":"","This has an ongoing working copy in {title}":"","This is a reserved name and can't be used":"","This is a working copy of {title}":"","This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"","This page does not seem to exist…":"","This rule is assigned to the following locations:":"","Time":"","Title":"","Title field error. Value not provided or already existing.":"","Total active and non-active objects":"","Total comments":"","Total files to upload: {totalFiles}":"","Total number of objects in each cache":"","Total number of objects in memory from all caches":"","Total number of objects in the database":"","Transactions":"","Transactions Checkbox":"","Transactions Have Been Sorted":"","Transactions Have Been Unsorted":"","Translate to {lang}":"","Translation linked":"","Translation linking removed":"","Triggering event field error. Please select a value":"","Type":"","Type a Video (YouTube, Vimeo or mp4) URL":"","Type text...":"","Type the heading…":"","Type the title…":"","UID":"","URL Management":"","URL Management for {title}":"","Unassign":"","Unassigned":"","Unauthorized":"","Undo":"","Undo Controlpanel":"","Unfold":"","Unified":"","Uninstall":"","Unknown Block":"","Unlink translation for":"","Unlock":"","Unsorted":"","Update":"","Update User":"","Update installed addons":"","Update installed addons:":"","Updates available":"","Upgrade":"","Upgrade Plone Site":"","Upgrade Report":"","Upgrade Steps":"","Upload":"","Upload a lead image in the 'Lead Image' content field.":"","Upload files":"","Uploading image":"","Use the form below to define the new content rule":"","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"","Used for programmatic access to the fieldset.":"","User":"","User Group Membership":"","User Group Settings":"","User created":"","User deleted":"","User name":"","User roles updated":"","User updated successfuly":"","Username":"","Users":"","Users and Groups":"","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"","Variation":"","Version Overview":"","Video":"","Video URL":"","View":"","View changes":"","View links and references to this item":"","View this revision":"","View working copy":"","Viewmode":"","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"","We apologize for the inconvenience, but there was an unexpected error on the server.":"","We apologize for the inconvenience, but you don't have permissions on this resource.":"","Weeek day of month":"","Weekday":"","Weekly":"","What":"","When":"","When this date is reached, the content will nolonger be visible in listings and searches.":"","Whether or not execution of further rules should stop after this rule is executed":"","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"","Whether or not the rule is currently enabled":"","Who":"","Wide":"","Workflow Change Loading Message":"","Workflow updated.":"","Yearly":"","Yes":"","You are about to delete all items in the current pagination of this folder.":"","You are about to delete all items in this folder.":"","You are trying to access a protected resource, please {login} first.":"","You are using an outdated browser":"","You can add a comment by filling out the form below. Plain text formatting.":"","You can control who can view and edit your item using the list below.":"","You can view the difference of the revisions below.":"","You can view the history of your item below.":"","You can't paste this content here":"","You have been logged out from the site.":"","You have not the required permission for this control panel.":"","Your email is required for reset your password.":"","Your password has been set successfully. You may now {link} with your new password.":"","Your preferred language":"","Your site is up to date.":"","Your usernaame is required for reset your password.":"","accept":"","addUserFormEmailDescription":"","addUserFormFullnameDescription":"","addUserFormPasswordDescription":"","addUserFormUsernameDescription":"","availableViews":"","blocksFieldsErrorTitle":"","box_forgot_password_option":"","bulkUploadUrlsHelp":"","checkboxFacet":"","column":"","columns":"","common":"","compare_to":"","countBrokenRelations":"","daterangeFacet":"","delete":"","deprecated_browser_notice_message":"","description":"","description_lost_password":"","description_sent_password":"","draft":"","email":"","event_alldates":"","event_attendees":"","event_contactname":"","event_contactphone":"","event_website":"","event_what":"","event_when":"","event_where":"","examplePath":"","externalURLsNotAllowed":"","fileTooLarge":"","flush intIds and rebuild relations":"","flushAndRebuildRelationsHints":"","head_title":"","heading_sent_password":"","hero":"","html":"","image":"","imageUploadErrorMessage":"","image_block_clear":"","image_block_preview":"","integer":"","internalImageNotFoundErrorMessage":"","intranet":"","item":"","items":"","label_my_email_is":"","label_my_username_is":"","leadimage":"","link-integrity: Delete item and break links":"","link-integrity: loading references":"","linkAnImage":"","listing":"","loading":"","log in":"","maps":"","maxLength":"","maximum":"","media":"","minLength":"","minimum":"","mostUsed":"","narrowDownRelations":"","no":"","no workflow state":"","number":"","of the month":"","or try a different page.":"","others":"","pending":"","pickAnImage":"","private":"","published":"","querystring-widget-select":"","rebuild relations":"","reference":"","references":"","refers to":"","resultCount":"","results found":"","return to the site root":"","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","selectFacet":"","selectView":"","size":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"","sources path":"","table":"","target path":"","text":"","title":"","toc":"","toggleFacet":"","upgradeVersions":"","uploadAnImage":"","url":"","user avatar":"","video":"","views":"","visit_external_website":"","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"","{id} Content Type":"","{id} Schema":"","{title} copied.":"","{title} cut.":"","{title} has been deleted.":""}
|
|
@@ -21,6 +21,11 @@ msgstr ""
|
|
|
21
21
|
msgid "<p>Add some HTML here</p>"
|
|
22
22
|
msgstr "<p>Kirjoita tähän HTML-koodia</p>"
|
|
23
23
|
|
|
24
|
+
#. Default: "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
|
|
25
|
+
#: helpers/MessageLabels/MessageLabels
|
|
26
|
+
msgid "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
24
29
|
#. Default: "Account Registration Completed"
|
|
25
30
|
#: components/theme/Register/Register
|
|
26
31
|
msgid "Account Registration Completed"
|
|
@@ -385,6 +390,11 @@ msgstr "Vaihtoehtoisen URL-polun pitää alkaa kauttaviivalla"
|
|
|
385
390
|
msgid "Alternative url path → target url path (date and time of creation, manually created yes/no)"
|
|
386
391
|
msgstr "Vaihtoehtoinen URL-polku -> kohteen URL-polku (päivämäärä ja luontiaika, käsin luotu kyllä/ei)"
|
|
387
392
|
|
|
393
|
+
#. Default: "Another person edited this content, and it's currently displayed. Do you want to replace it with your autosaved content?"
|
|
394
|
+
#: helpers/Utils/withSaveAsDraft
|
|
395
|
+
msgid "Another person edited this content, and it's currently displayed. Do you want to replace it with your autosaved content?"
|
|
396
|
+
msgstr ""
|
|
397
|
+
|
|
388
398
|
#. Default: "Applied to subfolders"
|
|
389
399
|
#: components/manage/Rules/Rules
|
|
390
400
|
msgid "Applied to subfolders"
|
|
@@ -436,6 +446,11 @@ msgstr "Tehtävät"
|
|
|
436
446
|
msgid "Automatically"
|
|
437
447
|
msgstr ""
|
|
438
448
|
|
|
449
|
+
#. Default: "Autosaved content found"
|
|
450
|
+
#: helpers/Utils/withSaveAsDraft
|
|
451
|
+
msgid "Autosaved content found"
|
|
452
|
+
msgstr ""
|
|
453
|
+
|
|
439
454
|
#. Default: "Available"
|
|
440
455
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
441
456
|
msgid "Available"
|
|
@@ -668,6 +683,11 @@ msgstr "Valitse tiedosto"
|
|
|
668
683
|
msgid "Clear"
|
|
669
684
|
msgstr "Tyhjennä"
|
|
670
685
|
|
|
686
|
+
#. Default: "Clear date and time"
|
|
687
|
+
#: components/manage/Widgets/DatetimeWidget
|
|
688
|
+
msgid "Clear date/time"
|
|
689
|
+
msgstr ""
|
|
690
|
+
|
|
671
691
|
#. Default: "Clear filters"
|
|
672
692
|
#: components/manage/Blocks/Search/components/FilterList
|
|
673
693
|
msgid "Clear filters"
|
|
@@ -1084,9 +1104,9 @@ msgstr ""
|
|
|
1084
1104
|
msgid "Deleted"
|
|
1085
1105
|
msgstr "Poistettu"
|
|
1086
1106
|
|
|
1087
|
-
#. Default: "Deleting this item
|
|
1107
|
+
#. Default: "Deleting this item will break {brokenReferences} {variation}."
|
|
1088
1108
|
#: components/manage/Contents/ContentsDeleteModal
|
|
1089
|
-
msgid "Deleting this item
|
|
1109
|
+
msgid "Deleting this item will break {brokenReferences} {variation}."
|
|
1090
1110
|
msgstr ""
|
|
1091
1111
|
|
|
1092
1112
|
#. Default: "Depth"
|
|
@@ -1170,6 +1190,11 @@ msgstr "Haluatko varmasti poistaa käyttäjän {username}?"
|
|
|
1170
1190
|
msgid "Do you really want to delete this item?"
|
|
1171
1191
|
msgstr "Haluatko varmasti poistaa tämän sisällön?"
|
|
1172
1192
|
|
|
1193
|
+
#. Default: "Do you want to restore your autosaved content?"
|
|
1194
|
+
#: helpers/Utils/withSaveAsDraft
|
|
1195
|
+
msgid "Do you want to restore your autosaved content?"
|
|
1196
|
+
msgstr ""
|
|
1197
|
+
|
|
1173
1198
|
#. Default: "Document"
|
|
1174
1199
|
#: components/manage/Multilingual/TranslationObject
|
|
1175
1200
|
#: components/manage/Sidebar/Sidebar
|
|
@@ -1186,6 +1211,11 @@ msgstr "Dokumenttinäkymä"
|
|
|
1186
1211
|
msgid "Download Event"
|
|
1187
1212
|
msgstr "Lataa tapahtuma"
|
|
1188
1213
|
|
|
1214
|
+
#. Default: "Download file"
|
|
1215
|
+
#: components/theme/View/FileView
|
|
1216
|
+
msgid "Download file"
|
|
1217
|
+
msgstr ""
|
|
1218
|
+
|
|
1189
1219
|
#. Default: "Drag and drop files from your computer onto this area or click the “Browse” button."
|
|
1190
1220
|
#: components/manage/Contents/ContentsUploadModal
|
|
1191
1221
|
msgid "Drag and drop files from your computer onto this area or click the “Browse” button."
|
|
@@ -2443,7 +2473,7 @@ msgstr "Lisäosia ei löytynyt"
|
|
|
2443
2473
|
msgid "No broken relations found."
|
|
2444
2474
|
msgstr ""
|
|
2445
2475
|
|
|
2446
|
-
#. Default: "There is no connection to the server, due to a timeout
|
|
2476
|
+
#. Default: "There is no connection to the server, due to a timeout or no network connection."
|
|
2447
2477
|
#: components/theme/RequestTimeout/RequestTimeout
|
|
2448
2478
|
msgid "No connection to the server"
|
|
2449
2479
|
msgstr "Ei yhteyttä palvelimeen"
|
|
@@ -2550,10 +2580,14 @@ msgstr "Ei työnkulkua"
|
|
|
2550
2580
|
|
|
2551
2581
|
#. Default: "None"
|
|
2552
2582
|
#: components/manage/Contents/Contents
|
|
2553
|
-
#: components/manage/Contents/ContentsItem
|
|
2554
2583
|
msgid "None"
|
|
2555
2584
|
msgstr "Ei mitään"
|
|
2556
2585
|
|
|
2586
|
+
#. Default: "None"
|
|
2587
|
+
#: components/manage/Contents/ContentsItem
|
|
2588
|
+
msgid "Not available"
|
|
2589
|
+
msgstr "Ei mitään"
|
|
2590
|
+
|
|
2557
2591
|
#. Default: "Note"
|
|
2558
2592
|
#: components/manage/Controlpanels/UndoControlpanel
|
|
2559
2593
|
msgid "Note"
|
|
@@ -2584,9 +2618,9 @@ msgstr "Toistuminen"
|
|
|
2584
2618
|
msgid "Ok"
|
|
2585
2619
|
msgstr "Ok"
|
|
2586
2620
|
|
|
2587
|
-
#. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
|
|
2621
|
+
#. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
|
|
2588
2622
|
#: components/manage/Widgets/IdWidget
|
|
2589
|
-
msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
|
|
2623
|
+
msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
|
|
2590
2624
|
msgstr ""
|
|
2591
2625
|
|
|
2592
2626
|
#. Default: "Open in a new tab"
|
|
@@ -2886,7 +2920,7 @@ msgstr ""
|
|
|
2886
2920
|
msgid "Referencing this item with {relationship}"
|
|
2887
2921
|
msgstr ""
|
|
2888
2922
|
|
|
2889
|
-
#. Default: "
|
|
2923
|
+
#. Default: "Reset to target"
|
|
2890
2924
|
#: components/manage/Blocks/Teaser/Data
|
|
2891
2925
|
msgid "Refresh source content"
|
|
2892
2926
|
msgstr ""
|
|
@@ -3484,14 +3518,14 @@ msgstr "Koko: {size}"
|
|
|
3484
3518
|
msgid "Small"
|
|
3485
3519
|
msgstr "Pieni"
|
|
3486
3520
|
|
|
3487
|
-
#. Default: "Some items are
|
|
3521
|
+
#. Default: "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
|
|
3488
3522
|
#: components/manage/Contents/ContentsDeleteModal
|
|
3489
|
-
msgid "Some items are
|
|
3523
|
+
msgid "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
|
|
3490
3524
|
msgstr ""
|
|
3491
3525
|
|
|
3492
|
-
#. Default: "Some items
|
|
3526
|
+
#. Default: "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
|
|
3493
3527
|
#: components/manage/Contents/ContentsDeleteModal
|
|
3494
|
-
msgid "Some items
|
|
3528
|
+
msgid "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
|
|
3495
3529
|
msgstr ""
|
|
3496
3530
|
|
|
3497
3531
|
#. Default: "Some relations are broken. Please fix."
|
|
@@ -3780,6 +3814,11 @@ msgstr ""
|
|
|
3780
3814
|
msgid "The item could not be deleted."
|
|
3781
3815
|
msgstr "Tätä kohdetta ei voitu poistaa."
|
|
3782
3816
|
|
|
3817
|
+
#. Default: "The kicker is a line of text shown above the title."
|
|
3818
|
+
#: components/manage/Blocks/Teaser/schema
|
|
3819
|
+
msgid "The kicker is a line of text shown above the title."
|
|
3820
|
+
msgstr ""
|
|
3821
|
+
|
|
3783
3822
|
#. Default: "The link address is:"
|
|
3784
3823
|
#: components/theme/View/LinkView
|
|
3785
3824
|
msgid "The link address is:"
|
|
@@ -3893,9 +3932,9 @@ msgstr ""
|
|
|
3893
3932
|
msgid "This is a working copy of {title}"
|
|
3894
3933
|
msgstr ""
|
|
3895
3934
|
|
|
3896
|
-
#. Default: "This item
|
|
3935
|
+
#. Default: "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
|
|
3897
3936
|
#: components/manage/Contents/ContentsDeleteModal
|
|
3898
|
-
msgid "This item
|
|
3937
|
+
msgid "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
|
|
3899
3938
|
msgstr ""
|
|
3900
3939
|
|
|
3901
3940
|
#. Default: "This item was locked by {creator} on {date}"
|
|
@@ -4435,6 +4474,11 @@ msgstr "Työnkulkuja päivitetään"
|
|
|
4435
4474
|
msgid "Workflow updated."
|
|
4436
4475
|
msgstr "Sisällön tila on päivitetty."
|
|
4437
4476
|
|
|
4477
|
+
#. Default: "Working copy"
|
|
4478
|
+
#: components/manage/Contents/ContentsItem
|
|
4479
|
+
msgid "Working copy"
|
|
4480
|
+
msgstr "Työkopio"
|
|
4481
|
+
|
|
4438
4482
|
#. Default: "Yearly"
|
|
4439
4483
|
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
4440
4484
|
msgid "Yearly"
|
|
@@ -4446,6 +4490,16 @@ msgstr "Vuosittain"
|
|
|
4446
4490
|
msgid "Yes"
|
|
4447
4491
|
msgstr "Kyllä"
|
|
4448
4492
|
|
|
4493
|
+
#. Default: "You are about to delete all items and all its subitems."
|
|
4494
|
+
#: components/manage/Contents/ContentsDeleteModal
|
|
4495
|
+
msgid "You are about to delete all items and all its subitems."
|
|
4496
|
+
msgstr ""
|
|
4497
|
+
|
|
4498
|
+
#. Default: "You are about to delete all items in the current pagination of this folder."
|
|
4499
|
+
#: components/manage/Contents/ContentsDeleteModal
|
|
4500
|
+
msgid "You are about to delete all items in the current pagination of this folder."
|
|
4501
|
+
msgstr ""
|
|
4502
|
+
|
|
4449
4503
|
#. Default: "You are trying to access a protected resource, please {login} first."
|
|
4450
4504
|
#: components/theme/Unauthorized/Unauthorized
|
|
4451
4505
|
msgid "You are trying to access a protected resource, please {login} first."
|
|
@@ -4536,11 +4590,16 @@ msgstr "Syökä koko nimi, esim. Matti Meikäläinen."
|
|
|
4536
4590
|
msgid "addUserFormPasswordDescription"
|
|
4537
4591
|
msgstr "Lisää salasana. Minimissään 8 merkkiä."
|
|
4538
4592
|
|
|
4539
|
-
#. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
|
|
4593
|
+
#. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
|
|
4540
4594
|
#: helpers/MessageLabels/MessageLabels
|
|
4541
4595
|
msgid "addUserFormUsernameDescription"
|
|
4542
4596
|
msgstr "Lisää käyttäjätunnus, esim. mameikal. Älä käytä erikoismerkkejä."
|
|
4543
4597
|
|
|
4598
|
+
#. Default: "and {count} more…"
|
|
4599
|
+
#: components/manage/Contents/ContentsDeleteModal
|
|
4600
|
+
msgid "and {count} more…"
|
|
4601
|
+
msgstr ""
|
|
4602
|
+
|
|
4544
4603
|
#. Default: "Available views"
|
|
4545
4604
|
#: components/manage/Blocks/Search/schema
|
|
4546
4605
|
msgid "availableViews"
|
|
@@ -4597,9 +4656,9 @@ msgstr ""
|
|
|
4597
4656
|
msgid "daterangeFacet"
|
|
4598
4657
|
msgstr "Päivämäärä"
|
|
4599
4658
|
|
|
4600
|
-
#. Default: "delete"
|
|
4659
|
+
#. Default: "delete {type} block"
|
|
4601
4660
|
#: components/manage/Blocks/Block/EditBlockWrapper
|
|
4602
|
-
msgid "
|
|
4661
|
+
msgid "delete_block"
|
|
4603
4662
|
msgstr "poista"
|
|
4604
4663
|
|
|
4605
4664
|
#. Default: "You are using {browsername} {browserversion} which is deprecated by its vendor. That means that it does not get security updates and it is not ready for current modern web features, which deteriorates the user experience. Please upgrade to a modern browser."
|
|
@@ -4627,6 +4686,11 @@ msgstr "Lähetimme sinulle sähköpostilla ohjeet salasanan vaihtamiseksi. Sen p
|
|
|
4627
4686
|
msgid "draft"
|
|
4628
4687
|
msgstr "luonnos"
|
|
4629
4688
|
|
|
4689
|
+
#. Default: "drag {type} block"
|
|
4690
|
+
#: components/manage/Blocks/Block/EditBlockWrapper
|
|
4691
|
+
msgid "drag_block"
|
|
4692
|
+
msgstr ""
|
|
4693
|
+
|
|
4630
4694
|
#. Default: "Input must be valid email (something@domain.com)"
|
|
4631
4695
|
#: helpers/MessageLabels/MessageLabels
|
|
4632
4696
|
msgid "email"
|
|
@@ -4677,6 +4741,11 @@ msgstr "Missä"
|
|
|
4677
4741
|
msgid "examplePath"
|
|
4678
4742
|
msgstr ""
|
|
4679
4743
|
|
|
4744
|
+
#. Default: "External URLs are not allowed in this field."
|
|
4745
|
+
#: components/manage/Widgets/ImageWidget
|
|
4746
|
+
msgid "externalURLsNotAllowed"
|
|
4747
|
+
msgstr ""
|
|
4748
|
+
|
|
4680
4749
|
#. Default: "This website does not accept files larger than {limit}"
|
|
4681
4750
|
#: helpers/MessageLabels/MessageLabels
|
|
4682
4751
|
msgid "fileTooLarge"
|
|
@@ -4692,7 +4761,7 @@ msgstr ""
|
|
|
4692
4761
|
msgid "flushAndRebuildRelationsHints"
|
|
4693
4762
|
msgstr ""
|
|
4694
4763
|
|
|
4695
|
-
#. Default: "
|
|
4764
|
+
#. Default: "Kicker"
|
|
4696
4765
|
#: components/manage/Blocks/Teaser/schema
|
|
4697
4766
|
msgid "head_title"
|
|
4698
4767
|
msgstr ""
|
|
@@ -4737,6 +4806,11 @@ msgstr ""
|
|
|
4737
4806
|
msgid "integer"
|
|
4738
4807
|
msgstr "numero"
|
|
4739
4808
|
|
|
4809
|
+
#. Default: "No image was found in the internal path you provided."
|
|
4810
|
+
#: components/manage/Widgets/ImageWidget
|
|
4811
|
+
msgid "internalImageNotFoundErrorMessage"
|
|
4812
|
+
msgstr ""
|
|
4813
|
+
|
|
4740
4814
|
#. Default: "Intranet"
|
|
4741
4815
|
#: components/manage/Contents/ContentsItem
|
|
4742
4816
|
msgid "intranet"
|
|
@@ -4916,6 +4990,11 @@ msgstr ""
|
|
|
4916
4990
|
msgid "refers to"
|
|
4917
4991
|
msgstr ""
|
|
4918
4992
|
|
|
4993
|
+
#. Default: "Result count"
|
|
4994
|
+
#: components/manage/Contents/Contents
|
|
4995
|
+
msgid "resultCount"
|
|
4996
|
+
msgstr ""
|
|
4997
|
+
|
|
4919
4998
|
#. Default: "results"
|
|
4920
4999
|
#: components/theme/Search/Search
|
|
4921
5000
|
msgid "results found"
|