@plone/volto 17.0.0-alpha.2 → 17.0.0-alpha.3
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/.changelog.draft +9 -21
- package/.vale.ini +10 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +52 -2
- package/locales/ca/LC_MESSAGES/volto.po +1 -1
- package/locales/de/LC_MESSAGES/volto.po +1 -1
- package/locales/en/LC_MESSAGES/volto.po +1 -1
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +1 -1
- package/locales/it/LC_MESSAGES/volto.po +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +1 -1
- package/locales/volto.pot +1 -1
- package/locales/zh_CN/LC_MESSAGES/volto.po +1 -1
- package/package.json +1 -1
- package/packages/volto-slate/package.json +1 -1
- package/src/components/manage/BlockChooser/BlockChooser.jsx +6 -2
- package/src/components/manage/Controlpanels/AddonsControlpanel.jsx +3 -3
- package/src/helpers/Url/Url.js +19 -3
- package/src/helpers/Url/Url.test.js +12 -0
- package/styles/Vocab/Base/accept.txt +0 -0
- package/styles/Vocab/Base/reject.txt +0 -0
- package/styles/Vocab/Plone/accept.txt +8 -0
- package/styles/Vocab/Plone/reject.txt +0 -0
package/.changelog.draft
CHANGED
|
@@ -1,31 +1,19 @@
|
|
|
1
|
-
## 17.0.0-alpha.
|
|
2
|
-
|
|
3
|
-
### Breaking
|
|
4
|
-
|
|
5
|
-
- Add custom CSS animation to hamburger menu. Removed `hamburgers` dependency. @danalvrz [#4433](https://github.com/plone/volto/issues/4433)
|
|
6
|
-
- Improve i18n script ordering of addons, so that addons can override translations from their dependencies. @davisagli [#4495](https://github.com/plone/volto/issues/4495)
|
|
1
|
+
## 17.0.0-alpha.3 (2023-03-22)
|
|
7
2
|
|
|
8
3
|
### Feature
|
|
9
4
|
|
|
10
|
-
- Add
|
|
5
|
+
- Add Vale to CI for spell and style checks. @MAX-786 [#4423](https://github.com/plone/volto/issues/4423)
|
|
11
6
|
|
|
12
7
|
### Bugfix
|
|
13
8
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- Fixed paste issue in Table Block and added cypress test for pasting text in Table Block. [#4301](https://github.com/plone/volto/issues/4301)
|
|
18
|
-
- Fixed i18n script to avoid overwriting translations with an empty msgstr @danalvrz [#4316](https://github.com/plone/volto/issues/4316)
|
|
19
|
-
- bugfix: conditionally render all delete items in confirm widget [#4336](https://github.com/plone/volto/issues/4336)
|
|
20
|
-
- Make the Site Setup control panel responsive for small screen devices. @lord2anil [#4484](https://github.com/plone/volto/issues/4484)
|
|
21
|
-
- The menu for the contents page was unresponsive on mobile devices. Fixed this by changing the menu overflow to scroll. @sudhanshu1309 [#4492](https://github.com/plone/volto/issues/4492)
|
|
22
|
-
- Make Drag and Drop list work with container-type inline-size. @robgietema [#4497](https://github.com/plone/volto/issues/4497)
|
|
23
|
-
- (fix): Paste button disappearing while coping from nested blocks @dobri1408 [#4505](https://github.com/plone/volto/issues/4505)
|
|
24
|
-
- Patch updates for some dependencies. @davisagli [#4520](https://github.com/plone/volto/issues/4520)
|
|
25
|
-
- Fix flaky Cypress test introduced in #4521 @sneridagh [#4522](https://github.com/plone/volto/issues/4522)
|
|
9
|
+
- Fix Search is case sensitive in Block chooser @iRohitSingh [#4526](https://github.com/plone/volto/issues/4526)
|
|
10
|
+
- InternalURl helper method should incorporate externalRoutes settings into consideration. @iFlameing [#4559](https://github.com/plone/volto/issues/4559)
|
|
11
|
+
- Update message add-on control panel: remove 'buildout', update reference. @ksuess [#4574](https://github.com/plone/volto/issues/4574)
|
|
26
12
|
|
|
27
13
|
### Documentation
|
|
28
14
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
15
|
+
- Deleted duplicate import and fixed training URLs. @yahya-cloud [#4523](https://github.com/plone/volto/issues/4523)
|
|
16
|
+
- Fix grammar in PR #4542. @stevepiercy [#4555](https://github.com/plone/volto/issues/4555)
|
|
17
|
+
- Fix broken links at ReactJS.org. @stevepiercy [#4569](https://github.com/plone/volto/issues/4569)
|
|
18
|
+
- Fix video warnings and link errors. @stevepiercy [#4578](https://github.com/plone/volto/issues/4578)
|
|
31
19
|
|
package/.vale.ini
ADDED
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,26 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 17.0.0-alpha.3 (2023-03-22)
|
|
12
|
+
|
|
13
|
+
### Feature
|
|
14
|
+
|
|
15
|
+
- Add Vale to CI for spell and style checks. @MAX-786 [#4423](https://github.com/plone/volto/issues/4423)
|
|
16
|
+
|
|
17
|
+
### Bugfix
|
|
18
|
+
|
|
19
|
+
- Fix Search is case sensitive in Block chooser @iRohitSingh [#4526](https://github.com/plone/volto/issues/4526)
|
|
20
|
+
- InternalURl helper method should incorporate externalRoutes settings into consideration. @iFlameing [#4559](https://github.com/plone/volto/issues/4559)
|
|
21
|
+
- Update message add-on control panel: remove 'buildout', update reference. @ksuess [#4574](https://github.com/plone/volto/issues/4574)
|
|
22
|
+
|
|
23
|
+
### Documentation
|
|
24
|
+
|
|
25
|
+
- Deleted duplicate import and fixed training URLs. @yahya-cloud [#4523](https://github.com/plone/volto/issues/4523)
|
|
26
|
+
- Fix grammar in PR #4542. @stevepiercy [#4555](https://github.com/plone/volto/issues/4555)
|
|
27
|
+
- Fix broken links at ReactJS.org. @stevepiercy [#4569](https://github.com/plone/volto/issues/4569)
|
|
28
|
+
- Fix video warnings and link errors. @stevepiercy [#4578](https://github.com/plone/volto/issues/4578)
|
|
29
|
+
|
|
30
|
+
|
|
11
31
|
## 17.0.0-alpha.2 (2023-03-15)
|
|
12
32
|
|
|
13
33
|
### Breaking
|
|
@@ -91,6 +111,36 @@
|
|
|
91
111
|
- Fix English and MyST grammar and syntax from PR #4285 @stevepiercy [#4331](https://github.com/plone/volto/issues/4331)
|
|
92
112
|
- Use a universal static path for both documentation and volto repos. @stevepiercy [#4376](https://github.com/plone/volto/issues/4376)
|
|
93
113
|
|
|
114
|
+
|
|
115
|
+
## 16.18.0 (2023-03-22)
|
|
116
|
+
|
|
117
|
+
### Feature
|
|
118
|
+
|
|
119
|
+
- Add Vale to CI for spell and style checks. @MAX-786 [#4423](https://github.com/plone/volto/issues/4423)
|
|
120
|
+
|
|
121
|
+
### Bugfix
|
|
122
|
+
|
|
123
|
+
- Patch updates for some dependencies. @davisagli [#4520](https://github.com/plone/volto/issues/4520)
|
|
124
|
+
- InternalURl helper method should incorporate externalRoutes settings into consideration. @iFlameing [#4559](https://github.com/plone/volto/issues/4559)
|
|
125
|
+
- Update message add-on control panel: remove 'buildout', update reference. @ksuess [#4574](https://github.com/plone/volto/issues/4574)
|
|
126
|
+
|
|
127
|
+
### Documentation
|
|
128
|
+
|
|
129
|
+
- Fix broken links at ReactJS.org. @stevepiercy [#4569](https://github.com/plone/volto/issues/4569)
|
|
130
|
+
- Fix video warnings and link errors. @stevepiercy [#4578](https://github.com/plone/volto/issues/4578)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## 16.17.1 (2023-03-16)
|
|
134
|
+
|
|
135
|
+
### Bugfix
|
|
136
|
+
|
|
137
|
+
- Fix Search is case sensitive in Block chooser @iRohitSingh [#4526](https://github.com/plone/volto/issues/4526)
|
|
138
|
+
|
|
139
|
+
### Documentation
|
|
140
|
+
|
|
141
|
+
- Deleted duplicate import and fixed training URLs. @yahya-cloud [#4523](https://github.com/plone/volto/issues/4523)
|
|
142
|
+
|
|
143
|
+
|
|
94
144
|
## 16.17.0 (2023-03-15)
|
|
95
145
|
|
|
96
146
|
### Feature
|
|
@@ -2435,7 +2485,7 @@ See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information
|
|
|
2435
2485
|
- Use Plone logo @ericof
|
|
2436
2486
|
- Update favicon and related tags with best practices @sneridagh
|
|
2437
2487
|
- Enable to be able to use the internal proxy in production as well @sneridagh
|
|
2438
|
-
- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore. @sneridagh
|
|
2488
|
+
- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore. @sneridagh
|
|
2439
2489
|
- Add `autocomplete` Widget component - It holds off the vocabulary endpoint pull until you search (more than 2 chars). Useful when dealing with huge vocabularies @sneridagh @reebalazs
|
|
2440
2490
|
- Add new listing block option "fullobjects" per variation @ksuess
|
|
2441
2491
|
- `FormFieldWrapper` accepts now strings and elements for description @nzambello
|
|
@@ -2565,7 +2615,7 @@ See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information
|
|
|
2565
2615
|
|
|
2566
2616
|
### Feature
|
|
2567
2617
|
|
|
2568
|
-
- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore.
|
|
2618
|
+
- Add runtime configuration for `@babel/plugin-transform-react-jsx` set to `automatic`. This enables the new JSX runtime: https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html So no longer `import React from 'react'` is needed anymore.
|
|
2569
2619
|
- Update favicon and related tags with best practices @sneridagh
|
|
2570
2620
|
|
|
2571
2621
|
### Bugfix
|
|
@@ -93,7 +93,7 @@ msgid "Add (object list)"
|
|
|
93
93
|
msgstr ""
|
|
94
94
|
|
|
95
95
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
96
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
96
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
97
97
|
msgid "Add Addons"
|
|
98
98
|
msgstr "Afegeix complements"
|
|
99
99
|
|
|
@@ -90,7 +90,7 @@ msgid "Add (object list)"
|
|
|
90
90
|
msgstr "Hinzufügen"
|
|
91
91
|
|
|
92
92
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
93
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
93
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
94
94
|
msgid "Add Addons"
|
|
95
95
|
msgstr "Add-on hinzufügen"
|
|
96
96
|
|
|
@@ -84,7 +84,7 @@ msgid "Add (object list)"
|
|
|
84
84
|
msgstr ""
|
|
85
85
|
|
|
86
86
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
87
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
87
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
88
88
|
msgid "Add Addons"
|
|
89
89
|
msgstr ""
|
|
90
90
|
|
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 buildout configuration, run buildout, 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…":"Add block…","Add condition":"Condition added","Add content rule":"Add content rule","Add criteria":"Add criteria","Add date":"Add date","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","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","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","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.","By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.":"By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.","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","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","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 type created":"Content type created","Content type deleted":"Content type deleted","Contents":"Contents","Controls":"Controls","Copy":"Copy","Copy blocks":"undefined","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Copyright statement or other rights information on this item.","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":"undefined","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":"undefined","Delete col":"Delete col","Delete condition":"Condition deleted","Delete row":"Delete row","Deleted":"Deleted","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 following items?":"Do you really want to delete the following items?","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 5 characters.":"Enter your new password. Minimum 5 characters.","Enter your username for verification.":"Enter your username for verification.","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 Rules:":"Filter Rules:","Filter by prefix":"Filter by prefix","Filter users by groups":"Filter users by groups","Filter…":"Filter…","First":"First","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","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?","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","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","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.","Items to be deleted:":"Items to be deleted:","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","Link":"Link","Link more":"Link more","Link redirect view":"Link redirect view","Link title":"Link Title","Link to":"Link to","Link translation for":"Link translation for","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?","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 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 username 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 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 map selected":"No map selected","No occurences set":"No occurences set","No options":"No options","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","Origin":"Origin","Page":"Page","Parent fieldset":"Parent fieldset","Password":"Password","Password reset":"Password reset","Passwords do not match.":"Passwords do not match.","Paste":"Paste","Paste blocks":"undefined","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.","Plone Foundation":"Plone Foundation","Plone Site":"Plone Site","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).","Potential link breakage":"Potential link breakage","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…","Rearrange items by…":"Rearrange items by…","Recurrence ends":"Ends","Recurrence ends after":"after","Recurrence ends on":"on","Redo":"Redo","Reduce complexity":"Minimalistic table design","Register":"Register","Registration form":"Registration form","Relevance":"Relevance","Remove":"Remove","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 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","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 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 the transition to be used for modifying the items state.":"Select the transition to be used for modifying the items state.","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.","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 groups of users below":"Show groups of users below","Show item":"Show item","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":"Site","Site Administration":"Site Administration","Site Setup":"Site Setup","Sitemap":"Sitemap","Size: {size}":"Size: {size}","Small":"Small","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","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 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 Page is referenced by the following items:":"This Page is referenced by the following items:","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 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 items to be deleted:":"Total items to be deleted:","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 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","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 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 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.","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","common":"Common","compare_to":"Compare to language","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","head_title":"Head title","heading_sent_password":"Password reset confirmation sent","hero":"Hero","html":"HTML","image":"Image","integer":"Input must be integer","intranet":"Intranet","label_my_email_is":"My email is","label_my_username_is":"My username 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","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…","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","table":"Table","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>":"<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…":"Add block…","Add condition":"Condition added","Add content rule":"Add content rule","Add criteria":"Add criteria","Add date":"Add date","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","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","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","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.","By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.":"By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.","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","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","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 type created":"Content type created","Content type deleted":"Content type deleted","Contents":"Contents","Controls":"Controls","Copy":"Copy","Copy blocks":"undefined","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Copyright statement or other rights information on this item.","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":"undefined","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":"undefined","Delete col":"Delete col","Delete condition":"Condition deleted","Delete row":"Delete row","Deleted":"Deleted","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 following items?":"Do you really want to delete the following items?","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 5 characters.":"Enter your new password. Minimum 5 characters.","Enter your username for verification.":"Enter your username for verification.","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 Rules:":"Filter Rules:","Filter by prefix":"Filter by prefix","Filter users by groups":"Filter users by groups","Filter…":"Filter…","First":"First","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","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?","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","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","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.","Items to be deleted:":"Items to be deleted:","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","Link":"Link","Link more":"Link more","Link redirect view":"Link redirect view","Link title":"Link Title","Link to":"Link to","Link translation for":"Link translation for","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?","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 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 username 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 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 map selected":"No map selected","No occurences set":"No occurences set","No options":"No options","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","Origin":"Origin","Page":"Page","Parent fieldset":"Parent fieldset","Password":"Password","Password reset":"Password reset","Passwords do not match.":"Passwords do not match.","Paste":"Paste","Paste blocks":"undefined","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.","Plone Foundation":"Plone Foundation","Plone Site":"Plone Site","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).","Potential link breakage":"Potential link breakage","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…","Rearrange items by…":"Rearrange items by…","Recurrence ends":"Ends","Recurrence ends after":"after","Recurrence ends on":"on","Redo":"Redo","Reduce complexity":"Minimalistic table design","Register":"Register","Registration form":"Registration form","Relevance":"Relevance","Remove":"Remove","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 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","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 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 the transition to be used for modifying the items state.":"Select the transition to be used for modifying the items state.","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.","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 groups of users below":"Show groups of users below","Show item":"Show item","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":"Site","Site Administration":"Site Administration","Site Setup":"Site Setup","Sitemap":"Sitemap","Size: {size}":"Size: {size}","Small":"Small","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","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 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 Page is referenced by the following items:":"This Page is referenced by the following items:","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 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 items to be deleted:":"Total items to be deleted:","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 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","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 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 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.","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","common":"Common","compare_to":"Compare to language","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","head_title":"Head title","heading_sent_password":"Password reset confirmation sent","hero":"Hero","html":"HTML","image":"Image","integer":"Input must be integer","intranet":"Intranet","label_my_email_is":"My email is","label_my_username_is":"My username 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","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…","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","table":"Table","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."}
|
|
@@ -95,7 +95,7 @@ msgid "Add (object list)"
|
|
|
95
95
|
msgstr "Añadir"
|
|
96
96
|
|
|
97
97
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
98
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
98
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
99
99
|
msgid "Add Addons"
|
|
100
100
|
msgstr "Añadir complementos"
|
|
101
101
|
|
|
@@ -91,7 +91,7 @@ msgid "Add (object list)"
|
|
|
91
91
|
msgstr "Gehitu"
|
|
92
92
|
|
|
93
93
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
94
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
94
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
95
95
|
msgid "Add Addons"
|
|
96
96
|
msgstr "Gehitu gehigarriak"
|
|
97
97
|
|
|
@@ -101,7 +101,7 @@ msgid "Add (object list)"
|
|
|
101
101
|
msgstr "Ajouter (liste d'objets)"
|
|
102
102
|
|
|
103
103
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
104
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
104
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
105
105
|
msgid "Add Addons"
|
|
106
106
|
msgstr "Ajouter des modules"
|
|
107
107
|
|
|
@@ -84,7 +84,7 @@ msgid "Add (object list)"
|
|
|
84
84
|
msgstr "Aggiungi"
|
|
85
85
|
|
|
86
86
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
87
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
87
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
88
88
|
msgid "Add Addons"
|
|
89
89
|
msgstr "Aggiungi Add-ons"
|
|
90
90
|
|
|
@@ -92,7 +92,7 @@ msgid "Add (object list)"
|
|
|
92
92
|
msgstr ""
|
|
93
93
|
|
|
94
94
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
95
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
95
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
96
96
|
msgid "Add Addons"
|
|
97
97
|
msgstr "以下のリストに新しいアドオンが表示されるようにするには、それをビルドアウト設定(buildout.cfg)に追加し、ビルドアウトコマンド(bin/buildout)を実行した後に、サーバプロセスを再起動します。"
|
|
98
98
|
|
|
@@ -91,7 +91,7 @@ msgid "Add (object list)"
|
|
|
91
91
|
msgstr "Toevoegen (object lijst)"
|
|
92
92
|
|
|
93
93
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
94
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
94
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
95
95
|
msgid "Add Addons"
|
|
96
96
|
msgstr "Voeg modules toe"
|
|
97
97
|
|
|
@@ -92,7 +92,7 @@ msgid "Add (object list)"
|
|
|
92
92
|
msgstr ""
|
|
93
93
|
|
|
94
94
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
95
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
95
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
96
96
|
msgid "Add Addons"
|
|
97
97
|
msgstr ""
|
|
98
98
|
|
|
@@ -94,7 +94,7 @@ msgid "Add (object list)"
|
|
|
94
94
|
msgstr "Adicionar"
|
|
95
95
|
|
|
96
96
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
97
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
97
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
98
98
|
msgid "Add Addons"
|
|
99
99
|
msgstr "Adicionar complementos"
|
|
100
100
|
|
|
@@ -84,7 +84,7 @@ msgid "Add (object list)"
|
|
|
84
84
|
msgstr "Adăugare (listă de obiecte)"
|
|
85
85
|
|
|
86
86
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
87
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
87
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
88
88
|
msgid "Add Addons"
|
|
89
89
|
msgstr "Adăugare add-on-uri"
|
|
90
90
|
|
package/locales/volto.pot
CHANGED
|
@@ -86,7 +86,7 @@ msgid "Add (object list)"
|
|
|
86
86
|
msgstr ""
|
|
87
87
|
|
|
88
88
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
89
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
89
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
90
90
|
msgid "Add Addons"
|
|
91
91
|
msgstr ""
|
|
92
92
|
|
|
@@ -90,7 +90,7 @@ msgid "Add (object list)"
|
|
|
90
90
|
msgstr "添加(对象列表)"
|
|
91
91
|
|
|
92
92
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
93
|
-
# defaultMessage: To make new add-ons show up here, add them to your
|
|
93
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
94
94
|
msgid "Add Addons"
|
|
95
95
|
msgstr "添加附件"
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -89,14 +89,18 @@ const BlockChooser = ({
|
|
|
89
89
|
function blocksAvailableFilter(blocks) {
|
|
90
90
|
return blocks.filter(
|
|
91
91
|
(block) =>
|
|
92
|
-
getFormatMessage(block.title)
|
|
92
|
+
getFormatMessage(block.title)
|
|
93
|
+
.toLowerCase()
|
|
94
|
+
.includes(filterValue.toLowerCase()) ||
|
|
93
95
|
filterVariations(block)?.length,
|
|
94
96
|
);
|
|
95
97
|
}
|
|
96
98
|
function filterVariations(block) {
|
|
97
99
|
return block.variations?.filter(
|
|
98
100
|
(variation) =>
|
|
99
|
-
getFormatMessage(variation.title)
|
|
101
|
+
getFormatMessage(variation.title)
|
|
102
|
+
.toLowerCase()
|
|
103
|
+
.includes(filterValue.toLowerCase()) &&
|
|
100
104
|
!variation.title.toLowerCase().includes('default'),
|
|
101
105
|
);
|
|
102
106
|
}
|
|
@@ -43,7 +43,7 @@ const messages = defineMessages({
|
|
|
43
43
|
addAddons: {
|
|
44
44
|
id: 'Add Addons',
|
|
45
45
|
defaultMessage:
|
|
46
|
-
'To make new add-ons show up here, add them to your
|
|
46
|
+
'To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see',
|
|
47
47
|
},
|
|
48
48
|
addonsSettings: {
|
|
49
49
|
id: 'Add-ons Settings',
|
|
@@ -380,11 +380,11 @@ class AddonsControlpanel extends Component {
|
|
|
380
380
|
</Header>
|
|
381
381
|
<FormattedMessage
|
|
382
382
|
id="Add Addons"
|
|
383
|
-
defaultMessage="To make new add-ons show up here, add them to your
|
|
383
|
+
defaultMessage="To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see"
|
|
384
384
|
/>
|
|
385
385
|
|
|
386
386
|
<a
|
|
387
|
-
href="
|
|
387
|
+
href="https://6.docs.plone.org/install/"
|
|
388
388
|
target="_blank"
|
|
389
389
|
rel="noopener noreferrer"
|
|
390
390
|
>
|
package/src/helpers/Url/Url.js
CHANGED
|
@@ -7,6 +7,7 @@ import { last, memoize } from 'lodash';
|
|
|
7
7
|
import { urlRegex, telRegex, mailRegex } from './urlRegex';
|
|
8
8
|
import prependHttp from 'prepend-http';
|
|
9
9
|
import config from '@plone/volto/registry';
|
|
10
|
+
import { matchPath } from 'react-router';
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* Get base url.
|
|
@@ -213,7 +214,17 @@ export function expandToBackendURL(path) {
|
|
|
213
214
|
*/
|
|
214
215
|
export function isInternalURL(url) {
|
|
215
216
|
const { settings } = config;
|
|
216
|
-
|
|
217
|
+
|
|
218
|
+
const isMatch = (config.settings.externalRoutes ?? []).find((route) => {
|
|
219
|
+
if (typeof route === 'object') {
|
|
220
|
+
return matchPath(flattenToAppURL(url), route.match);
|
|
221
|
+
}
|
|
222
|
+
return matchPath(flattenToAppURL(url), route);
|
|
223
|
+
});
|
|
224
|
+
|
|
225
|
+
const isExcluded = isMatch && Object.keys(isMatch)?.length > 0;
|
|
226
|
+
|
|
227
|
+
const internalURL =
|
|
217
228
|
url &&
|
|
218
229
|
(url.indexOf(settings.publicURL) !== -1 ||
|
|
219
230
|
(settings.internalApiPath &&
|
|
@@ -221,8 +232,13 @@ export function isInternalURL(url) {
|
|
|
221
232
|
url.indexOf(settings.apiPath) !== -1 ||
|
|
222
233
|
url.charAt(0) === '/' ||
|
|
223
234
|
url.charAt(0) === '.' ||
|
|
224
|
-
url.startsWith('#'))
|
|
225
|
-
|
|
235
|
+
url.startsWith('#'));
|
|
236
|
+
|
|
237
|
+
if (internalURL && isExcluded) {
|
|
238
|
+
return false;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
return internalURL;
|
|
226
242
|
}
|
|
227
243
|
|
|
228
244
|
/**
|
|
@@ -191,6 +191,7 @@ describe('Url', () => {
|
|
|
191
191
|
expect(isInternalURL(href)).toBe(false);
|
|
192
192
|
settings.internalApiPath = saved;
|
|
193
193
|
});
|
|
194
|
+
|
|
194
195
|
it('tells if an URL is internal if it is an anchor', () => {
|
|
195
196
|
const href = '#anchor';
|
|
196
197
|
expect(isInternalURL(href)).toBe(true);
|
|
@@ -211,6 +212,17 @@ describe('Url', () => {
|
|
|
211
212
|
const href = undefined;
|
|
212
213
|
expect(isInternalURL(href)).toBe(undefined);
|
|
213
214
|
});
|
|
215
|
+
it('tells if an URL is external if settings.externalroutes is persent.', () => {
|
|
216
|
+
const url = `https://localhost:3000/fb/my-page/contents`;
|
|
217
|
+
const blacklistedurl = '/blacklisted';
|
|
218
|
+
settings.externalRoutes = [
|
|
219
|
+
{ title: 'My Page', match: '/fb' },
|
|
220
|
+
'/blacklisted',
|
|
221
|
+
];
|
|
222
|
+
settings.publicURL = 'https://localhost:3000';
|
|
223
|
+
expect(isInternalURL(url)).toBe(false);
|
|
224
|
+
expect(isInternalURL(blacklistedurl)).toBe(false);
|
|
225
|
+
});
|
|
214
226
|
});
|
|
215
227
|
describe('isUrl', () => {
|
|
216
228
|
it('isUrl test', () => {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|