@plone/volto 18.0.0-alpha.5 → 18.0.0-alpha.7
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/.release-it.json +2 -3
- package/CHANGELOG.md +59 -0
- package/locales/ca/LC_MESSAGES/volto.po +930 -933
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +930 -931
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +930 -930
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +932 -936
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +930 -930
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +930 -936
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +930 -940
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +930 -930
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +930 -933
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +930 -945
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +930 -933
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +930 -934
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +930 -930
- package/locales/ro.json +1 -1
- package/locales/volto.pot +932 -936
- package/locales/zh_CN/LC_MESSAGES/volto.po +930 -930
- package/locales/zh_CN.json +1 -1
- package/package.json +11 -9
- package/src/components/manage/Blocks/Block/EditBlockWrapper.jsx +11 -3
- package/src/components/manage/Blocks/Block/StyleWrapper.jsx +7 -1
- package/src/components/manage/Blocks/Grid/View.jsx +2 -1
- package/src/components/manage/Blocks/Image/View.jsx +2 -1
- package/src/components/manage/Blocks/Listing/View.jsx +2 -1
- package/src/components/manage/Blocks/Search/hocs/withSearch.jsx +46 -4
- package/src/components/manage/Blocks/Teaser/DefaultBody.jsx +2 -2
- package/src/components/manage/Contents/Contents.jsx +4 -8
- package/src/components/manage/Sidebar/SidebarPopup.jsx +1 -1
- package/src/components/manage/Sidebar/SidebarPortal.jsx +1 -1
- package/src/components/manage/Widgets/ColorPickerWidget.stories.tsx +48 -0
- package/src/components/manage/Widgets/{ColorPickerWidget.jsx → ColorPickerWidget.tsx} +40 -23
- package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +1 -1
- package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.test.jsx +1 -1
- package/src/components/theme/Comments/CommentEditModal.jsx +1 -0
- package/src/components/theme/Login/Login.jsx +12 -2
- package/src/components/theme/Navigation/Navigation.jsx +34 -32
- package/src/components/theme/PreviewImage/PreviewImage.jsx +7 -2
- package/src/components/theme/Sitemap/Sitemap.jsx +4 -4
- package/src/components/theme/Sitemap/Sitemap.test.jsx +52 -0
- package/src/components/theme/Unauthorized/Unauthorized.jsx +12 -11
- package/src/config/Blocks.jsx +1 -1
- package/src/helpers/Blocks/Blocks.js +64 -1
- package/src/helpers/Blocks/Blocks.test.js +77 -0
- package/src/helpers/Extensions/withBlockSchemaEnhancer.js +3 -1
- package/src/helpers/index.js +1 -0
- package/theme/themes/pastanaga/extras/blocks.less +2 -0
- package/theme/themes/pastanaga/extras/sidebar.less +2 -1
- package/tsconfig.declarations.json +16 -0
- package/types/actions/authRole/authRole.d.ts +1 -1
- package/types/actions/comments/comments.d.ts +1 -1
- package/types/actions/content/content.d.ts +1 -1
- package/types/actions/controlpanels/controlpanels.d.ts +2 -2
- package/types/actions/index.d.ts +36 -0
- package/types/actions/upgrade/upgrade.d.ts +2 -2
- package/types/components/index.d.ts +180 -0
- package/types/components/manage/Add/Add.d.ts +3 -2
- package/types/components/manage/Aliases/Aliases.d.ts +4 -1
- package/types/components/manage/AnchorPlugin/components/LinkButton/AddLinkForm.d.ts +3 -2
- package/types/components/manage/BlockChooser/BlockChooser.d.ts +2 -1
- package/types/components/manage/Blocks/Block/Edit.d.ts +5 -5
- package/types/components/manage/Blocks/Block/EditBlockWrapper.d.ts +3 -2
- package/types/components/manage/Blocks/Block/Settings.d.ts +3 -2
- package/types/components/manage/Blocks/Grid/View.d.ts +1 -1
- package/types/components/manage/Blocks/Grid/templates.d.ts +1 -1
- package/types/components/manage/Blocks/HeroImageLeft/Edit.d.ts +4 -1
- package/types/components/manage/Blocks/Image/Edit.d.ts +3 -2
- package/types/components/manage/Blocks/Image/LayoutSchema.d.ts +36 -1
- package/types/components/manage/Blocks/Image/View.d.ts +3 -2
- package/types/components/manage/Blocks/LeadImage/Edit.d.ts +3 -2
- package/types/components/manage/Blocks/LeadImage/LeadImageSidebar.d.ts +5 -4
- package/types/components/manage/Blocks/Listing/Edit.d.ts +1 -1
- package/types/components/manage/Blocks/Listing/ListingBody.d.ts +3 -2
- package/types/components/manage/Blocks/Listing/View.d.ts +1 -1
- package/types/components/manage/Blocks/Maps/Edit.d.ts +1 -1
- package/types/components/manage/Blocks/Maps/View.d.ts +1 -3
- package/types/components/manage/Blocks/Search/SearchBlockView.d.ts +1 -1
- package/types/components/manage/Blocks/Search/components/SortOn.d.ts +1 -3
- package/types/components/manage/Blocks/Search/components/ViewSwitcher.d.ts +1 -3
- package/types/components/manage/Blocks/Search/schema.d.ts +1 -1
- package/types/components/manage/Blocks/Search/utils.d.ts +2 -2
- package/types/components/manage/Blocks/Teaser/Edit.d.ts +1 -1
- package/types/components/manage/Blocks/Teaser/View.d.ts +1 -1
- package/types/components/manage/Blocks/Text/Edit.d.ts +3 -5
- package/types/components/manage/Blocks/Text/Schema.d.ts +36 -1
- package/types/components/manage/Blocks/ToC/Edit.d.ts +2 -2
- package/types/components/manage/Blocks/ToC/View.d.ts +3 -2
- package/types/components/manage/Blocks/ToC/variations/DefaultTocRenderer.d.ts +3 -2
- package/types/components/manage/Blocks/ToC/variations/HorizontalMenu.d.ts +3 -2
- package/types/components/manage/Blocks/Video/Body.test.d.ts +1 -0
- package/types/components/manage/Blocks/Video/Edit.d.ts +1 -3
- package/types/components/manage/Blocks/Video/View.d.ts +1 -1
- package/types/components/manage/Contents/Contents.d.ts +5 -4
- package/types/components/manage/Contents/ContentsTagsModal.stories.d.ts +0 -1
- package/types/components/manage/Contents/ContentsUploadModal.d.ts +4 -1
- package/types/components/manage/Controlpanels/AddonsControlpanel.d.ts +4 -1
- package/types/components/manage/Controlpanels/Aliases.d.ts +4 -1
- package/types/components/manage/Controlpanels/ContentType.d.ts +4 -1
- package/types/components/manage/Controlpanels/ContentTypeLayout.d.ts +4 -1
- package/types/components/manage/Controlpanels/ContentTypeSchema.d.ts +4 -1
- package/types/components/manage/Controlpanels/ContentTypes.d.ts +4 -1
- package/types/components/manage/Controlpanels/ContentTypesActions.d.ts +3 -2
- package/types/components/manage/Controlpanels/Controlpanel.d.ts +3 -2
- package/types/components/manage/Controlpanels/Controlpanels.d.ts +1 -16
- package/types/components/manage/Controlpanels/DatabaseInformation.d.ts +4 -1
- package/types/components/manage/Controlpanels/Groups/GroupsControlpanel.d.ts +4 -1
- package/types/components/manage/Controlpanels/Groups/RenderGroups.d.ts +3 -2
- package/types/components/manage/Controlpanels/ModerateComments.d.ts +4 -1
- package/types/components/manage/Controlpanels/Relations/RelationsMatrix.d.ts +43 -1
- package/types/components/manage/Controlpanels/Rules/AddRule.d.ts +4 -1
- package/types/components/manage/Controlpanels/Rules/ConfigureRule.d.ts +4 -1
- package/types/components/manage/Controlpanels/Rules/EditRule.d.ts +4 -1
- package/types/components/manage/Controlpanels/Rules/Rules.d.ts +4 -1
- package/types/components/manage/Controlpanels/Rules/components/VariableModal.d.ts +4 -1
- package/types/components/manage/Controlpanels/UndoControlpanel.d.ts +4 -1
- package/types/components/manage/Controlpanels/UpgradeControlPanel.d.ts +4 -1
- package/types/components/manage/Controlpanels/Users/RenderUsers.d.ts +4 -1
- package/types/components/manage/Controlpanels/Users/UsersControlpanel.d.ts +4 -1
- package/types/components/manage/Display/Display.d.ts +3 -2
- package/types/components/manage/Edit/Edit.d.ts +6 -3
- package/types/components/manage/Form/BlocksToolbar.d.ts +5 -2
- package/types/components/manage/Form/Field.d.ts +3 -2
- package/types/components/manage/Form/Form.d.ts +1 -3
- package/types/components/manage/Form/InlineForm.d.ts +3 -2
- package/types/components/manage/Form/ModalForm.d.ts +3 -2
- package/types/components/manage/History/History.d.ts +3 -2
- package/types/components/manage/Multilingual/CompareLanguages.d.ts +2 -1
- package/types/components/manage/Multilingual/ManageTranslations.d.ts +43 -1
- package/types/components/manage/Pluggable/index.d.ts +8 -7
- package/types/components/manage/Preferences/PersonalPreferences.d.ts +4 -1
- package/types/components/manage/Rules/Rules.d.ts +4 -1
- package/types/components/manage/Sidebar/ObjectBrowser.d.ts +25 -2
- package/types/components/manage/Sidebar/ObjectBrowserBody.d.ts +4 -1
- package/types/components/manage/Sidebar/Sidebar.d.ts +2 -1
- package/types/components/manage/Sidebar/SidebarPortal.d.ts +2 -2
- package/types/components/manage/Toolbar/More.d.ts +3 -2
- package/types/components/manage/Toolbar/Toolbar.d.ts +4 -1
- package/types/components/manage/Toolbar/Types.d.ts +1 -20
- package/types/components/manage/Widgets/ArrayWidget.d.ts +5 -4
- package/types/components/manage/Widgets/CheckboxWidget.d.ts +3 -2
- package/types/components/manage/Widgets/ColorPickerWidget.d.ts +22 -21
- package/types/components/manage/Widgets/ColorPickerWidget.stories.d.ts +7 -8
- package/types/components/manage/Widgets/DatetimeWidget.d.ts +2 -2
- package/types/components/manage/Widgets/FileWidget.d.ts +3 -2
- package/types/components/manage/Widgets/FormFieldWrapper.d.ts +3 -2
- package/types/components/manage/Widgets/IdWidget.d.ts +4 -1
- package/types/components/manage/Widgets/ImageSizeWidget.d.ts +3 -2
- package/types/components/manage/Widgets/InternalUrlWidget.d.ts +43 -1
- package/types/components/manage/Widgets/NumberWidget.d.ts +3 -2
- package/types/components/manage/Widgets/ObjectBrowserWidget.d.ts +9 -9
- package/types/components/manage/Widgets/PasswordWidget.d.ts +3 -2
- package/types/components/manage/Widgets/QueryWidget.d.ts +4 -4
- package/types/components/manage/Widgets/RecurrenceWidget/ByMonthDayField.d.ts +3 -2
- package/types/components/manage/Widgets/RecurrenceWidget/ByMonthField.d.ts +3 -2
- package/types/components/manage/Widgets/RecurrenceWidget/ByYearField.d.ts +3 -2
- package/types/components/manage/Widgets/RecurrenceWidget/EndField.d.ts +3 -2
- package/types/components/manage/Widgets/RecurrenceWidget/Occurences.d.ts +3 -2
- package/types/components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField.d.ts +3 -2
- package/types/components/manage/Widgets/ReferenceWidget.d.ts +4 -1
- package/types/components/manage/Widgets/RegistryImageWidget.d.ts +3 -2
- package/types/components/manage/Widgets/SchemaWidget.d.ts +3 -2
- package/types/components/manage/Widgets/SelectAutoComplete.d.ts +5 -4
- package/types/components/manage/Widgets/SelectWidget.d.ts +3 -2
- package/types/components/manage/Widgets/TextWidget.d.ts +3 -2
- package/types/components/manage/Widgets/TextareaWidget.d.ts +3 -2
- package/types/components/manage/Widgets/TokenWidget.d.ts +3 -2
- package/types/components/manage/Widgets/UrlWidget.d.ts +43 -1
- package/types/components/manage/Widgets/WysiwygWidget.d.ts +3 -2
- package/types/components/theme/App/App.d.ts +4 -4
- package/types/components/theme/AppExtras/AppExtras.d.ts +1 -1
- package/types/components/theme/Breadcrumbs/Breadcrumbs.stories.d.ts +3 -2
- package/types/components/theme/Error/ErrorBoundary.d.ts +2 -2
- package/types/components/theme/Error/ServerError.d.ts +1 -1
- package/types/components/theme/Footer/Footer.d.ts +3 -2
- package/types/components/theme/Forbidden/Forbidden.d.ts +1 -1
- package/types/components/theme/Navigation/ContextNavigation.d.ts +1 -1
- package/types/components/theme/NotFound/NotFound.d.ts +1 -1
- package/types/components/theme/Pagination/Pagination.d.ts +3 -2
- package/types/components/theme/Search/Search.d.ts +6 -3
- package/types/components/theme/Sitemap/Sitemap.d.ts +4 -2
- package/types/components/theme/TsTest/TsTest.d.ts +11 -0
- package/types/components/theme/TsTest/TsTest.test.d.ts +1 -0
- package/types/components/theme/Unauthorized/Unauthorized.d.ts +1 -1
- package/types/components/theme/View/AlbumView.d.ts +2 -1
- package/types/components/theme/View/DefaultView.d.ts +3 -2
- package/types/components/theme/View/RenderBlocks.d.ts +1 -1
- package/types/components/theme/View/View.d.ts +4 -1
- package/types/components/theme/Widgets/ArrayWidget.d.ts +1 -1
- package/types/components/theme/Widgets/BooleanWidget.d.ts +3 -2
- package/types/components/theme/Widgets/DateWidget.d.ts +1 -1
- package/types/components/theme/Widgets/DatetimeWidget.d.ts +1 -1
- package/types/components/theme/Widgets/DescriptionWidget.d.ts +1 -1
- package/types/components/theme/Widgets/EmailWidget.d.ts +1 -1
- package/types/components/theme/Widgets/FileWidget.d.ts +1 -1
- package/types/components/theme/Widgets/ImageWidget.d.ts +1 -1
- package/types/components/theme/Widgets/PasswordWidget.d.ts +1 -1
- package/types/components/theme/Widgets/RelationWidget.d.ts +1 -1
- package/types/components/theme/Widgets/RelationsWidget.d.ts +1 -1
- package/types/components/theme/Widgets/RichTextWidget.d.ts +1 -1
- package/types/components/theme/Widgets/SelectWidget.d.ts +1 -1
- package/types/components/theme/Widgets/TextWidget.d.ts +1 -1
- package/types/components/theme/Widgets/TitleWidget.d.ts +1 -1
- package/types/components/theme/Widgets/TokenWidget.d.ts +1 -1
- package/types/components/theme/Widgets/UrlWidget.d.ts +1 -1
- package/types/config/Blocks.d.ts +20 -1
- package/types/config/Components.d.ts +3 -0
- package/types/config/ContentIcons.d.ts +7 -7
- package/types/config/ControlPanels.d.ts +21 -21
- package/types/config/RichTextEditor/index.d.ts +8 -5
- package/types/config/Views.d.ts +40 -11
- package/types/config/Widgets.d.ts +58 -4
- package/types/error.d.ts +3 -2
- package/types/helpers/AsyncConnect/AsyncConnect.d.ts +2 -2
- package/types/helpers/Blocks/Blocks.d.ts +3 -1
- package/types/helpers/Extensions/withBlockSchemaEnhancer.d.ts +2 -2
- package/types/helpers/Helmet/Helmet.d.ts +71 -1
- package/types/helpers/Html/Html.d.ts +2 -2
- package/types/helpers/LanguageMap/LanguageMap.d.ts +1 -878
- package/types/helpers/Loadable/__mocks__/Loadable.d.ts +2 -2
- package/types/helpers/MessageLabels/MessageLabels.d.ts +1 -540
- package/types/helpers/ScrollToTop/ScrollToTop.d.ts +1 -1
- package/types/helpers/UndoManager/useUndoManager.d.ts +4 -4
- package/types/helpers/Url/Url.d.ts +3 -3
- package/types/helpers/Utils/Date.d.ts +2 -2
- package/types/helpers/Utils/usePagination.d.ts +1 -1
- package/types/helpers/Utils/usePrevious.d.ts +1 -1
- package/types/helpers/index.d.ts +12 -0
- package/types/hooks/index.d.ts +2 -1
- package/types/middleware/index.d.ts +2 -0
- package/types/reducers/blocksClipboard/blocksClipboard.d.ts +1 -1
- package/types/reducers/index.d.ts +40 -0
- package/types/registry.d.ts +1 -0
- package/types/routes.d.ts +31 -3
- package/types/server.d.ts +1 -1
- package/types/storybook.d.ts +3 -3
- package/src/components/manage/Widgets/ColorPickerWidget.stories.jsx +0 -30
package/locales/en.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"<p>Add some HTML here</p>":"<p>Add some HTML here</p>","Account Registration Completed":"Account Registration Completed","Account activation completed":"Account activation completed","Action":"Action","Action changed":"Action changed","Action: ":"Action:","Actions":"Actions","Activate and deactivate":"Activate and deactivate add-ons in the lists below.","Active":"Active","Active content rules in this Page":"Active content rules in this Page","Add":"Add","Add (object list)":"Add","Add Addons":"To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see","Add Content":"Add Content…","Add Content Rule":"Add Content Rule","Add Rule":"Add Rule","Add Translation…":"Add Translation…","Add User":"Add User","Add a description…":"Add a description…","Add a new alternative url":"Add a new alternative url","Add action":"Action added","Add block":"Add block","Add block in position {index}":"Add block in position {index}","Add block…":"Add block…","Add condition":"Condition added","Add content rule":"Add content rule","Add criteria":"Add criteria","Add date":"Add date","Add element to container":"Add element to container","Add field":"Add field","Add fieldset":"Add fieldset","Add group":"Add group","Add new content type":"Add new content type","Add new group":"Add new group","Add new user":"Add new user","Add to Groups":"Add to Groups","Add users to group":"Add users to group","Add vocabulary term":"Add term","Add {type}":"Add {type}","Add-Ons":"Add-Ons","Add-on Configuration":"Add-on Configuration","Add-ons":"Add-ons","Add-ons Settings":"Add-ons Settings","Added":"Added","Additional date":"Additional date","Addon could not be installed":"Addon could not be installed","Addon could not be uninstalled":"Addon could not be uninstalled","Addon could not be upgraded":"Addon could not be upgraded","Addon installed succesfuly":"Addon installed succesfuly","Addon uninstalled succesfuly":"Addon uninstalled succesfuly","Addon upgraded succesfuly":"Addon upgraded succesfuly","Advanced facet?":"Advanced facet?","Advanced facets are initially hidden and displayed on demand":"Advanced facets are initially hidden and displayed on demand","Album view":"Album view","Alias":"Alias","Alias has been added":"Alias has been added","Alignment":"Alignment","All":"All","All content":"All content","All existing alternative urls for this site":"All existing alternative urls for this site","Alphabetically":"Alphabetically","Alt text":"Alt text","Alt text hint":"Leave empty if the image is purely decorative.","Alt text hint link text":"Describe the purpose of the image.","Alternative url path (Required)":"Alternative url path (Required)","Alternative url path must start with a slash.":"Alternative url path must start with a slash.","Alternative url path → target url path (date and time of creation, manually created yes/no)":"Alternative url path → target url path (date and time of creation, manually created yes/no)","Applied to subfolders":"Applied to subfolders","Applies to subfolders?":"Applies to subfolders?","Apply to subfolders":"Apply to subfolders","Apply working copy":"Apply working copy","Are you sure you want to delete this field?":"Are you sure you want to delete this field?","Are you sure you want to delete this fieldset including all fields?":"Are you sure you want to delete this fieldset including all fields?","Ascending":"Ascending","Assign the {role} role to {entry}":"Assign the {role} role to {entry}","Assignments":"Assignments","Available":"Available","Available content rules:":"Available content rules:","Back":"Back","Base":"Base","Base search query":"Base search query","Block":"Block","Both email address and password are case sensitive, check that caps lock is not enabled.":"Both email address and password are case sensitive, check that caps lock is not enabled.","Breadcrumbs":"Breadcrumbs","Broken relations":"Broken relations","Browse":"Browse","Browse the site, drop an image, or type an URL":"Browse the site, drop an image, or type an URL","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.":"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.","Cache Name":"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 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>":"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","Cell":"Cell","Center":"Center","Change Note":"Change Note","Change Password":"Change Password","Change State":"Change State","Change workflow state recursively":"Change workflow state recursively","Changes applied.":"Changes applied","Changes saved":"Changes saved","Changes saved.":"Changes saved.","Checkbox":"Checkbox","Choices":"Choices","Choose Image":"Choose Image","Choose Target":"Choose Target","Choose a file":"Choose a file","Clear":"Clear","Clear filters":"Clear filters","Clear search":"Clear search","Click to download full sized image":"Click to download full sized image","Close":"Close","Close menu":"Close menu","Code":"Code","Collapse item":"Collapse item","Collection":"Collection","Color":"Color","Comment":"Comment","Commenter":"Commenter","Comments":"Comments","Compare":"Compare","Condition changed":"Condition changed","Condition: ":"Condition:","Configuration Versions":"Configuration Versions","Configure Content Rule":"Configure Content Rule","Configure Content Rule: {title}":"Configure Content Rule: {title}","Configure content rule":"Configure content rule","Confirm password":"Confirm password","Connection refused":"Connection refused","Contact form":"Contact form","Contained items":"Contained items","Container settings":"Container settings","Content":"Content","Content Rule":"Content Rule","Content Rules":"Content Rules","Content rules for {title}":"Content rules for {title}","Content rules from parent folders":"Content rules from parent folders","Content that links to or references {title}":"Content that links to or references {title}","Content type created":"Content type created","Content type deleted":"Content type deleted","Contents":"Contents","Controls":"Controls","Copy":"Copy","Copy blocks":"Copy blocks","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Copyright statement or other rights information on this item.","Create or delete relations to target":"Create or delete relations to target","Create working copy":"Create working copy","Created by {creator} on {date}":"Created by {creator} on {date}","Created on":"Created on","Creator":"Creator","Creators":"Creators","Criteria":"Criteria","Current active configuration":"Current active configuration","Current filters applied":"Current filters applied","Current password":"Current password","Cut":"Cut","Cut blocks":"Cut blocks","Daily":"Daily","Database":"Database","Database Information":"Database Information","Database Location":"Database Location","Database Size":"Database Size","Database main":"Database main","Date":"Date","Date (newest first)":"Date (newest first)","Default":"Default","Default view":"Default view","Delete":"Delete","Delete Group":"Delete Group","Delete Type":"Delete Type","Delete User":"Delete User","Delete action":"Action deleted","Delete blocks":"Delete blocks","Delete col":"Delete col","Delete condition":"Condition deleted","Delete row":"Delete row","Delete selected items?":"Delete selected items?","Delete this item?":"Delete this item?","Deleted":"Deleted","Deleting this item breaks {brokenReferences} {variation}.":"Deleting this item breaks {brokenReferences} {variation}.","Depth":"Depth","Descending":"Descending","Description":"Description","Diff":"Diff","Difference between revision {one} and {two} of {title}":"Difference between revision {one} and {two} of {title}","Disable":"Disable","Disable apply to subfolders":"Disable apply to subfolders","Disabled":"Disabled","Disabled apply to subfolders":"Disabled apply to subfolders","Distributed under the {license}.":"Distributed under the {license}.","Divide each row into separate cells":"Add border to inner columns","Do you really want to delete the group {groupname}?":"Do you really want to delete the group {groupname}?","Do you really want to delete the type {typename}?":"Do you really want to delete type {typename}?","Do you really want to delete the user {username}?":"Do you really want to delete the user {username}?","Do you really want to delete this item?":"Do you really want to delete this item?","Document":"Document","Document view":"Document view","Download Event":"Download Event","Drag and drop files from your computer onto this area or click the “Browse” button.":"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 replace the existing file","Drop file here to upload a new file":"Drop file here to upload a new file","Drop files here ...":"Drop files here ...","Dry run selected, transaction aborted.":"Dry run selected, transaction aborted.","E-mail":"E-mail","E-mail addresses do not match.":"E-mail addresses do not match.","Edit":"Edit","Edit Rule":"Edit Rule","Edit comment":"Edit comment","Edit field":"Edit field","Edit fieldset":"Edit fieldset","Edit recurrence":"Edit recurrence","Edit values":"Edit values","Edit {title}":"Edit {title}","Email":"Email","Email sent":"Email sent","Embed code error, please follow the instructions and try again.":"Embed code error, please follow the instructions and try again.","Empty object list":"Empty object list","Enable":"Enable","Enable editable Blocks":"Enable editable Blocks","Enabled":"Enabled","Enabled here?":"Enabled here?","Enabled?":"Enabled?","End Date":"End Date","Enter URL or select an item":"Enter URL or select an item","Enter a username above to search or click 'Show All'":"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 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 full name, e.g. John Smith.","Enter map Embed Code":"Enter map Embed Code","Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.":"Enter the absolute path of the target. The path must start with '/'. 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 current password.","Enter your email for verification.":"Enter your email for verification.","Enter your new password. Minimum 8 characters.":"Enter your new password. Minimum 8 characters.","Enter your username for verification.":"Enter your username for verification.","Entries":"Entries","Error":"Error","ErrorHeader":"Error","Event":"Event","Event listing":"Event listing","Event view":"Event view","Exclude from navigation":"Exclude from navigation","Exclude this occurence":"Exclude this occurence","Excluded from navigation":"Excluded from navigation","Existing alternative urls for this item":"Existing alternative urls for this item","Expand sidebar":"Expand sidebar","Expiration Date":"Expiration Date","Expiration date":"Expiration date","Expired":"Expired","External URL":"External URL","Facet":"Facet","Facet widget":"Facet widget","Facets":"Facets","Facets on left side":"Facets on left side","Facets on right side":"Facets on right side","Facets on top":"Facets on top","Failed To Undo Transactions":"Failed to undo transactions","Field":"Field","File":"File","File size":"File size","File view":"File view","Filename":"Filename","Filter":"Filter","Filter Rules:":"Filter Rules:","Filter by prefix":"Filter by prefix","Filter users by groups":"Filter users by groups","Filter…":"Filter…","First":"First","Fix relations":"Fix relations","Fixed width table cells":"Fixed width columns","Fold":"Fold","Folder":"Folder","Folder listing":"Folder listing","Forbidden":"Forbidden","Fourth":"Fourth","From":"From","Full":"Full","Full Name":"Full Name","Fullname":"Fullname","GNU GPL license":"GNU GPL license","General":"General","Global role":"Global role","Google Maps Embedded Block":"Google Maps Embedded Block","Grid":"Grid","Group":"Group","Group created":"Group created","Group roles updated":"Group roles updated","Groupname":"Groupname","Groups":"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.":"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":"Header cell","Headline":"Headline","Headline level":"Headline level","Hidden facets will still filter the results if proper parameters are passed in URLs":"Hidden facets will still filter the results if proper parameters are passed in URLs","Hide Replies":"Hide Replies","Hide facet?":"Hide facet?","Hide filters":"Hide filters","Hide title":"Hide title","History":"History","History Version Number":"#","History of {title}":"History of {title}","Home":"Home","ID":"ID","If all of the following conditions are met:":"If all of the following conditions are met:","If selected, this item will not appear in the navigation tree":"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 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 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}.":"If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.","Image":"Image","Image gallery":"Image gallery","Image override":"Image override","Image size":"Image size","Image view":"Image view","Include this occurence":"Include this occurrence","Info":"Info","InfoUserGroupSettings":"You have selected the option 'many users' or 'many groups'. Thus this control panel asks for input to show users and groups. If you want to see users and groups instantaneous, head over to user group settings. See the button on the left.","Inherit permissions from higher levels":"Inherit permissions from higher levels","Inherited value":"Inherited value","Insert col after":"Insert col after","Insert col before":"Insert col before","Insert row after":"Insert row after","Insert row before":"Insert row before","Inspect relations":"Inspect relations","Install":"Install","Installed":"Installed","Installed version":"Installed version","Installing a third party add-on":"Installing a third party add-on","Interval Daily":"days","Interval Monthly":"Month(s)","Interval Weekly":"week(s)","Interval Yearly":"year(s)","Invalid Block":"Invalid block - Will be removed on saving","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.":"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 batch size","Item succesfully moved.":"Item successfully moved.","Item(s) copied.":"Item(s) copied.","Item(s) cut.":"Item(s) cut.","Item(s) has been updated.":"Item(s) has been updated.","Item(s) pasted.":"Item(s) pasted.","Item(s) state has been updated.":"Item(s) state has been updated.","Items":"Items","Items must be unique.":"Items must be unique.","Label":"Label","Language":"Language","Language independent field.":"Language independent field.","Large":"Large","Last":"Last","Last comment date":"Last comment date","Last modified":"Last modified","Latest available configuration":"Latest available configuration","Latest version":"Latest version","Layout":"Layout","Lead Image":"Lead Image","Left":"Left","Less filters":"Less filters","Link":"Link","Link copied to clipboard":"Anchor link copied to the clipboard","Link more":"Link more","Link redirect view":"Link redirect view","Link settings":"Link settings","Link title":"Link Title","Link to":"Link to","Link translation for":"Link translation for","Linking this item with hyperlink in text":"Linking this item with hyperlink in text","Links and references":"Links and references","Listing":"Listing","Listing view":"Listing view","Load more":"Load more...","Loading":"Loading.","Log In":"Login","Log in":"Log in","Logged out":"Logged out","Login":"Login","Login Failed":"Login Failed","Login Name":"Login Name","Logout":"Logout","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Made by {creator} on {date}. This is not a working copy anymore, but the main content.","Make the table compact":"Reduce cell padding","Manage Translations":"Manage Translations","Manage content…":"Manage content…","Manage translations for {title}":"Manage translations for {title}","Manual":"Manual","Manually or automatically added?":"Manually or automatically added?","Many relations found. Please search.":"Many relations found. Please search.","Maps":"Maps","Maps URL":"Maps URL","Maximum length is {len}.":"Maximum length is {len}.","Maximum value is {len}.":"Maximum value is {len}.","Medium":"Medium","Membership updated":"Membership updated","Message":"Message","Minimum length is {len}.":"Minimum length is {len}.","Minimum value is {len}.":"Minimum value is {len}.","Moderate Comments":"Moderate Comments","Moderate comments":"Moderate comments","Monday and Friday":"Monday and Friday","Month day":"Day","Monthly":"Monthly","More":"More","More filters":"More filters","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.","Mosaic layout":"Mosaic layout","Move down":"Move down","Move to bottom of folder":"Move to bottom of folder","Move to top of folder":"Move to top of folder","Move up":"Move up","Multiple choices?":"Multiple choices?","My email is":"My email is","My username is":"My user name is","Name":"Name","Narrow":"Narrow","Navigate back":"Navigate back","Navigation":"Navigation","New password":"New password","News Item":"News Item","News item view":"News item view","No":"No","No Transactions Found":"No transactions found","No Transactions Selected":"No transactions selected","No Transactions Selected To Do Undo":"No transactions selected to do undo","No Video selected":"No Video selected","No addons found":"No addons found","No broken relations found.":"No broken relations found.","No connection to the server":"There is no connection to the server, due to a timeout o no network connection.","No image selected":"No image selected","No image set in Lead Image content field":"No image set in Lead Image content field","No image set in image content field":"No image set in image content field","No images found.":"No images found.","No items found in this container.":"No items found in this container.","No items selected":"No items selected","No links to this item found.":"No links to this item found.","No map selected":"No map selected","No occurences set":"No occurences set","No options":"No options","No relation found":"No relation found","No results found":"No results found","No results found.":"No results found.","No selection":"No selection","No uninstall profile":"This addon does not provide an uninstall profile.","No user found":"No user found","No value":"No value","No workflow":"No workflow","None":"None","Note":"Note","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"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":"Number of active objects","Object Size":"Object Size","Occurences":"occurrence(s)","Ok":"Ok","Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.":"Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.","Open in a new tab":"Open in a new tab","Open menu":"Open menu","Open object browser":"Open object browser","Ordered":"Ordered","Origin":"Origin","Overview of relations of all content items":"Overview of relations of all content items","Page":"Page","Parent fieldset":"Parent fieldset","Password":"Password","Password reset":"Password reset","Passwords do not match.":"Passwords do not match.","Paste":"Paste","Paste blocks":"Paste blocks","Perform the following actions:":"Perform the following actions:","Permissions have been updated successfully":"Permissions have been updated successfully","Permissions updated":"Permissions updated","Personal Information":"Personal Information","Personal Preferences":"Personal Preferences","Personal tools":"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.":"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.","Please choose an existing content as source for this element":"Please choose an existing content as source for this element","Please continue with the upgrade.":"Please continue with the upgrade.","Please ensure you have a backup of your site before performing 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 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 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 fill out the form below to set your password.","Please search for users or use the filters on the side.":"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.24.0.","Please upgrade to plone.restapi >= 8.39.0.":"Please upgrade to plone.restapi >= 8.39.0.","Plone Foundation":"Plone Foundation","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Position changed":"Position changed","Possible values":"Possible values (Enter allowed choices one per line).","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"Preferences","Prettify your code":"Prettify your code","Preview":"Preview","Preview Image URL":"Preview Image URL","Profile":"Profile","Properties":"Properties","Publication date":"Publication date","Publishing Date":"Publishing Date","Query":"Query","Re-enter the password. Make sure the passwords are identical.":"Re-enter the password. Make sure the passwords are identical.","Read More…":"Read More…","Read only for this type of relation.":"Read only for this type of relation.","Rearrange items by…":"Rearrange items by…","Recurrence ends":"Ends","Recurrence ends after":"after","Recurrence ends on":"on","Redo":"Redo","Reduce complexity":"Minimalistic table design","Referencing this item as related item":"Referencing this item as related item","Referencing this item with {relationship}":"Referencing this item with {relationship}","Register":"Register","Registration form":"Registration form","Relation name":"Relation","Relations":"Relations","Relations are editable with plone.api >= 2.0.3.":"Relations are editable with plone.api >= 2.0.3.","Relations updated":"Relations updated","Relevance":"Relevance","Remove":"Remove","Remove element {index}":"Remove element {index}","Remove item":"Remove item","Remove recurrence":"Remove","Remove selected":"Remove selected","Remove term":"Remove term","Remove users from group":"Remove users from group","Remove working copy":"Remove working copy","Rename":"Rename","Rename Items Loading Message":"Renaming items...","Rename items":"Rename items","Repeat":"Repeat","Repeat every":"Repeat every","Repeat on":"Repeat on","Replace existing file":"Replace existing file","Reply":"Reply","Required":"Required","Required input is missing.":"Required input is missing.","Reset element {index}":"Reset element {index}","Reset term title":"Reset title","Reset the block":"Reset the block","Results limit":"Results limit","Results preview":"Results preview","Results template":"Results template","Reversed order":"Reversed order","Revert to this revision":"Revert to this revision","Review state":"Review state","Richtext":"Richtext","Right":"Right","Rights":"Rights","Roles":"Roles","Root":"Root","Rule added":"Rule added","Rule enable changed":"Rule enable changed","Rules":"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.":"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","Save recurrence":"Save","Saved":"Saved","Scheduled":"Scheduled","Schema":"Schema","Schema updates":"Schema updates","Search":"Search","Search SVG":"Search SVG","Search Site":"Search Site","Search block":"Search block","Search button label":"Search button label","Search content":"Search content","Search for user or group":"Search for user or group","Search group…":"Search group…","Search input label":"Search input label","Search results":"Search results","Search results for {term}":"Search results for {term}","Search sources by title or path":"Search sources by title or path","Search targets by title or path":"Search targets by title or path","Search users…":"Search users…","Searched for: <em>{searchedtext}</em>.":"Searched for: <em>{searchedtext}</em>.","Second":"Second","Section title":"Section title","Select":"Select","Select a date to add to recurrence":"Select a date to add to recurrence","Select columns to show":"Select columns to show","Select relation":"Select relation","Select the transition to be used for modifying the items state.":"Select the transition to be used for modifying the items state.","Selected":"Selected","Selected dates":"Selected dates","Selected items":"Selected items","Selected items - x of y":"of","Selection":"Selection","Select…":"Select…","Send":"Send","Send a confirmation mail with a link to set the password.":"Send a confirmation mail with a link to set the password.","Server Error":"Server Error","Set my password":"Set my password","Set your password":"Set your password","Settings":"Settings","Sharing":"Sharing","Sharing for {title}":"Sharing for {title}","Short Name":"Short Name","Short name":"Short name","Show":"Show","Show All":"Show All","Show Replies":"Show Replies","Show filters":"Show filters","Show groups of users below":"Show groups of users below","Show item":"Show item","Show potential sources. Not only objects that are source of some relation.":"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 potential targets. Not only objects that are target of some relation.","Show search button?":"Show search button?","Show search input?":"Show search input?","Show sorting?":"Show sorting?","Show total results":"Show total results","Shrink sidebar":"Shrink sidebar","Shrink toolbar":"Shrink toolbar","Sign in to start session":"Sign in to start session","Site Administration":"Site Administration","Site Setup":"Site Setup","Sitemap":"Sitemap","Size: {size}":"Size: {size}","Small":"Small","Some items are also a folder.":"Some items are also a folder.","Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.":"Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.","Some relations are broken. Please fix.":"Some relations are broken. Please fix.","Sorry, something went wrong with your request":"Sorry, something went wrong with your request","Sort By":"Sort by","Sort By:":"Sort by:","Sort on":"Sort on","Sort on options":"Sort on options","Sort transactions by User-Name, Path or Date":"Sort transactions by User-Name, Path or Date","Sorted":"Sorted","Source":"Source","Specify a youtube video or playlist url":"Specify a youtube video or playlist url","Split":"Split","Start Date":"Start Date","Start of the recurrence":"Start of the recurrence","Start password reset":"Start password reset","State":"State","Status":"Status","Sticky":"Sticky","Stop compare":"Stop compare","String":"String","Stripe alternate rows with color":"Alternate row background color","Styling":"Styling","Subject":"Subject","Success":"Success","Successfully Undone Transactions":"Successfully undone transactions","Summary":"Summary","Summary view":"Summary view","Switch to":"Switch to","Table":"Table","Table of Contents":"Table of Contents","Tabular view":"Tabular view","Tags":"Tags","Tags to add":"Tags to add","Tags to remove":"Tags to remove","Target":"Target","Target Path (Required)":"Target Path (Required)","Target memory size per cache in bytes":"Target memory size per cache in bytes","Target number of objects in memory per cache":"Target number of objects in memory per cache","Target url path must start with a slash.":"Target url path must start with a slash.","Teaser":"Teaser","Text":"Text","Thank you.":"Thank you.","The Database Manager allow you to view database status information":"The Database Manager allow you to view database status information","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, 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 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 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 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 button presence disables the live search, the query is issued when you press ENTER","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 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 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 item could not be deleted.","The link address is:":"The link address is:","The provided alternative url already exists!":"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 registration process has been successful. Please check your e-mail inbox for information on how activate your account.","The site configuration is outdated and needs to be upgraded.":"The site configuration is outdated and needs to be upgraded.","The working copy was discarded":"The working copy was discarded","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.","There are no groups with the searched criteria":"There are no groups with the searched criteria","There are no users with the searched criteria":"There are no users with the searched criteria","There is a configuration problem on the backend":"There is a configuration problem on the backend","There was an error with the upgrade.":"There was an error with the upgrade.","There were some errors":"There were some errors","There were some errors.":"There were some errors.","Third":"Third","This has an ongoing working copy in {title}":"This has an ongoing working copy in {title}","This is a reserved name and can't be used":"This is a reserved name and can't be used","This is a working copy of {title}":"This is a working copy of {title}","This item is also a folder.":"This item is also a folder.","This item was locked by {creator} on {date}":"This item was locked by {creator} on {date}","This name will be displayed in the URL.":"This name will be displayed in the URL.","This page does not seem to exist…":"This page does not seem to exist…","This rule is assigned to the following locations:":"This rule is assigned to the following locations:","Time":"Time","Title":"Title","Title field error. Value not provided or already existing.":"Title field error. Value not provided or already existing.","Total active and non-active objects":"Total active and non-active objects","Total comments":"Total comments","Total number of objects in each cache":"Total number of objects in each cache","Total number of objects in memory from all caches":"Total number of objects in memory from all caches","Total number of objects in the database":"Total number of objects in the database","Transactions":"Transactions","Transactions Checkbox":"#","Transactions Have Been Sorted":"Transactions have been sorted","Transactions Have Been Unsorted":"Transactions have been unsorted","Translate to {lang}":"Translate to {lang}","Translation linked":"Translation linked","Translation linking removed":"Translation linking removed","Triggering event field error. Please select a value":"Triggering event field error. Please select a value","Type":"Type","Type a Video (YouTube, Vimeo or mp4) URL":"Type a Video (YouTube, Vimeo or mp4) URL","Type text...":"Type text...","Type text…":"Type text…","Type the heading…":"Type the heading…","Type the title…":"Type the title…","UID":"UID","URL Management":"URL Management","URL Management for {title}":"URL Management for {title}","Unassign":"Unassign","Unassigned":"Unassigned","Unauthorized":"Unauthorized","Undo":"Undo","Undo Controlpanel":"Undo Controlpanel","Unfold":"Unfold","Unified":"Unified","Uninstall":"Uninstall","Unknown Block":"Unknown Block {block}","Unlink translation for":"Unlink translation for","Unlock":"Unlock","Unsorted":"Unsorted","Update":"Update","Update User":"Update User","Update installed addons":"Update installed addons","Update installed addons:":"Update installed addons:","Updates available":"Updates available","Upgrade":"Upgrade","Upgrade Plone Site":"Upgrade Plone Site","Upgrade Report":"Upgrade Report","Upgrade Steps":"Upgrade Steps","Upload":"Upload","Upload a lead image in the 'Lead Image' content field.":"Upload a lead image in the 'Lead Image' content field.","Upload a new image":"Upload a new image","Upload files":"Upload files","Uploading files":"Uploading files","Uploading image":"Uploading image","Use the form below to define the new content rule":"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.":"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.":"Used for programmatic access to the fieldset.","User":"User","User Group Membership":"User Group Membership","User Group Settings":"User Group Settings","User created":"User created","User name":"User name","User roles updated":"User roles updated","User updated successfuly":"User updated successfuly","Username":"Username","Users":"Users","Users and Groups":"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.":"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":"Variation","Version Overview":"Version Overview","Video":"Video","Video URL":"Video URL","View":"View","View changes":"View changes","View links and references to this item":"View links and references to this item","View this revision":"View this revision","View working copy":"View working copy","Viewmode":"View","Vocabulary term":"Vocabulary term","Vocabulary term title":"Title","Vocabulary terms":"Vocabulary terms","Warning Regarding debug mode":"You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process.","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 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 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 there was an unexpected error on the server.","We apologize for the inconvenience, but you don't have permissions on this resource.":"We apologize for the inconvenience, but you don't have permissions on this resource.","Weeek day of month":"The","Weekday":"Weekday","Weekly":"Weekly","What":"What","When":"When","When this date is reached, the content will nolonger be visible in listings and searches.":"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 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 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":"Whether or not the rule is currently enabled","Who":"Who","Wide":"Wide","Workflow Change Loading Message":"Updating workflow states...","Workflow updated.":"Workflow updated.","Yearly":"Yearly","Yes":"Yes","You are trying to access a protected resource, please {login} first.":"You are trying to access a protected resource, please {login} first.","You are using an outdated browser":"You are using an outdated browser","You can add a comment by filling out the form below. Plain text formatting.":"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 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 difference of the revisions below.","You can view the history of your item below.":"You can view the history of your item below.","You can't paste this content here":"You can't paste this content here","You have been logged out from the site.":"You have been logged out from the site.","You have not the required permission for this control panel.":"You have not the required permission for this control panel.","Your email is required for reset your password.":"Your email is required for reset your password.","Your password has been set successfully. You may now {link} with your new password.":"Your password has been set successfully. You may now {link} with your new password.","Your preferred language":"Your preferred language","Your site is up to date.":"Your site is up to date.","Your usernaame is required for reset your password.":"Your username is required for reset your password.","addUserFormEmailDescription":"Enter an email address. This is necessary in case the password is lost. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.","addUserFormFullnameDescription":"Enter full name, e.g. John Smith.","addUserFormPasswordDescription":"Enter your new password. Minimum 8 characters.","addUserFormUsernameDescription":"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.","availableViews":"Available views","box_forgot_password_option":"Forgot your password?","checkboxFacet":"Checkbox","column":"column","columns":"columns","common":"Common","compare_to":"Compare to language","countBrokenRelations":"{countofrelation} broken {countofrelation, plural, one {relation} other {relations}} of type {typeofrelation}","daterangeFacet":"Date Range","delete":"delete","deprecated_browser_notice_message":"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.","description":"Description","description_lost_password":"For security reasons, we store your password encrypted, and cannot mail it to you. If you would like to reset your password, fill out the form below and we will send you an email at the address you gave when you registered to start the process of resetting your password.","description_sent_password":"Your password reset request has been mailed. It should arrive in your mailbox shortly. When you receive the message, visit the address it contains to reset your password.","draft":"Draft","email":"Input must be valid email (something@domain.com)","event_alldates":"All dates","event_attendees":"Attendees","event_contactname":"Contact Name","event_contactphone":"Contact Phone","event_website":"Website","event_what":"What","event_when":"When","event_where":"Where","fileTooLarge":"This website does not accept files larger than {limit}","flush intIds and rebuild relations":"flush intIds and rebuild relations","flushAndRebuildRelationsHints":"<ul><li>Regenerate intIds (tokens of relations in relation catalog)</li><li>Rebuild relations</li></ul><p>Check the log for details!</p><p><b>Warning</b>: If you have add-ons relying on intIds, you should not flush them. Check the add-ons first.</p>","head_title":"Head title","heading_sent_password":"Password reset confirmation sent","hero":"Hero","html":"HTML","image":"Image","image_block_clear":"Clear image","image_block_preview":"Image preview","integer":"Input must be integer","intranet":"Intranet","item":"item","items":"items","label_my_email_is":"My email is","label_my_username_is":"My user name is","leadimage":"Lead Image Field","listing":"Listing","loading":"Loading","log in":"log in","maps":"Maps","maxLength":"Maximum Length","maximum":"End of the range (including the value itself)","media":"Media","minLength":"Minimum Length","minimum":"Start of the range","mostUsed":"Most used","narrowDownRelations":"Found {sources} sources and {targets} targets. Narrow down to {max}!","no":"No","no workflow state":"No workflow state","number":"Input must be number","of the month":"of the month","or try a different page.":"or try a different page.","others":"others","pending":"Pending","private":"Private","published":"Published","querystring-widget-select":"Select…","rebuild relations":"rebuild relations","reference":"reference","references":"references","results found":"results","return to the site root":"return to the site root","rrule_and":"and","rrule_approximate":"(~approximate)","rrule_at":"at","rrule_dateFormat":"[month] [day], [year]","rrule_day":"day","rrule_days":"days","rrule_every":"every","rrule_for":"for","rrule_hour":"hour","rrule_hours":"hours","rrule_in":"in","rrule_last":"last","rrule_minutes":"minutes","rrule_month":"month","rrule_months":"months","rrule_nd":"nd","rrule_on":"on","rrule_on the":"on the","rrule_or":"or","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"the","rrule_time":"time","rrule_times":"times","rrule_until":"until","rrule_week":"week","rrule_weekday":"weekday","rrule_weekdays":"weekdays","rrule_weeks":"weeks","rrule_year":"year","rrule_years":"years","selectFacet":"Select","selectView":"Select view","skiplink-footer":"Skip to footer","skiplink-main-content":"Skip to main content","skiplink-navigation":"Skip to navigation","sort":"sort","sources path":"sources path","table":"Table","target path":"target path","text":"Text","title":"Title","toc":"Table of Contents","toggleFacet":"Toggle","upgradeVersions":"Update from version {origin} to {destination}","url":"Input must be valid url (www.something.com or http(s)://www.something.com)","user avatar":"user avatar","video":"Video","views":"Views","visit_external_website":"Visit external website","workingCopyErrorUnauthorized":"You are not authorized to perform this operation.","workingCopyGenericError":"An error occurred while performing this operation.","yes":"Yes","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} selected","{id} Content Type":"{id} Content Type","{id} Schema":"{id} Schema","{title} copied.":"{title} copied.","{title} cut.":"{title} cut.","{title} has been deleted.":"{title} has been deleted."}
|
|
1
|
+
{"<p>Add some HTML here</p>":"","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 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":"","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":"","Available":"","Available content rules:":"","Back":"","Base":"","Base search query":"","Block":"","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 an URL":"","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.":"","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":"","Cell":"","Center":"","Change Note":"","Change Password":"","Change State":"","Change workflow state recursively":"","Changes applied.":"","Changes saved":"","Changes saved.":"","Checkbox":"","Choices":"","Choose Image":"","Choose Target":"","Choose a file":"","Clear":"","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 by {creator} on {date}":"","Created on":"","Creator":"","Creators":"","Criteria":"","Current active configuration":"","Current filters applied":"","Current password":"","Cut":"","Cut blocks":"","Daily":"","Database":"","Database Information":"","Database Location":"","Database Size":"","Database main":"","Date":"","Date (newest first)":"","Default":"","Default view":"","Delete":"","Delete Group":"","Delete Type":"","Delete User":"","Delete action":"","Delete blocks":"","Delete col":"","Delete condition":"","Delete row":"","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}.":"","Divide each row into separate cells":"","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":"","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 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. The path must start with '/'. 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 your current password.":"","Enter your email for verification.":"","Enter your new password. Minimum 8 characters.":"","Enter your username for verification.":"","Entries":"","Error":"","ErrorHeader":"","Event":"","Event listing":"","Event view":"","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 size":"","File view":"","Filename":"","Filter":"","Filter Rules:":"","Filter by prefix":"","Filter users by groups":"","Filter…":"","First":"","Fix relations":"","Fixed width table cells":"","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 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":"","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":"","Insert col after":"","Insert col before":"","Insert row after":"","Insert row before":"","Inspect relations":"","Install":"","Installed":"","Installed version":"","Installing a third party add-on":"","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Invalid Block":"","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 succesfully 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.":"","Large":"","Last":"","Last comment date":"","Last modified":"","Latest available configuration":"","Latest version":"","Layout":"","Lead Image":"","Left":"","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":"","Listing":"","Listing view":"","Load more":"","Loading":"","Log In":"","Log in":"","Logged out":"","Login":"","Login Failed":"","Login Name":"","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"","Manage Translations":"","Manage content…":"","Manage translations for {title}":"","Manual":"","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":"","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":"","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 lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.":"","Open in a new tab":"","Open menu":"","Open object browser":"","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.":"","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":"","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":"","Reduce complexity":"","Referencing this item as related item":"","Referencing this item with {relationship}":"","Register":"","Registration form":"","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":"","Right":"","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 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":"","Source":"","Specify a youtube video or playlist url":"","Split":"","Start Date":"","Start of the recurrence":"","Start password reset":"","State":"","Status":"","Sticky":"","Stop compare":"","String":"","Stripe alternate rows with color":"","Styling":"","Subject":"","Success":"","Successfully Undone Transactions":"","Summary":"","Summary view":"","Switch to":"","Table":"","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":"","Target url path must start with a slash.":"","Teaser":"","Text":"","Thank you.":"","The Database Manager allow you to view database status information":"","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 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 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 site configuration is outdated and needs to be upgraded.":"","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 is a configuration problem on the backend":"","There was an error with the upgrade.":"","There were some errors":"","There were some errors.":"","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 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 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":"Unknown Block {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 a new image":"","Upload files":"","Uploading 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 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 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.":"","addUserFormEmailDescription":"","addUserFormFullnameDescription":"","addUserFormPasswordDescription":"","addUserFormUsernameDescription":"","availableViews":"","box_forgot_password_option":"","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":"","fileTooLarge":"","flush intIds and rebuild relations":"","flushAndRebuildRelationsHints":"<ul><li>Regenerate intIds (tokens of relations in relation catalog)</li><li>Rebuild relations</li></ul><p>Check the log for details!</p><p><b>Warning</b>: If you have add-ons relying on intIds, you should not flush them. Check the add-ons first.</p>","head_title":"","heading_sent_password":"","hero":"","html":"","image":"","image_block_clear":"","image_block_preview":"","integer":"","intranet":"","item":"","items":"","label_my_email_is":"","label_my_username_is":"","leadimage":"","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":"","private":"","published":"","querystring-widget-select":"","rebuild relations":"","reference":"","references":"","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":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"","sources path":"","table":"","target path":"","text":"","title":"","toc":"","toggleFacet":"","upgradeVersions":"","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.":""}
|