@plone/volto 19.0.0-alpha.2 → 19.0.0-alpha.20

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.
Files changed (366) hide show
  1. package/.eslintignore +1 -0
  2. package/.eslintrc +37 -3
  3. package/CHANGELOG.md +338 -1
  4. package/README.md +20 -16
  5. package/babel.js +1 -3
  6. package/cypress/docker/prefixed-rules.yml +26 -0
  7. package/cypress/docker/prefixed.yml +24 -0
  8. package/cypress/support/commands.js +12 -6
  9. package/cypress/support/guillotina.js +1 -0
  10. package/cypress.config.js +1 -0
  11. package/global-test-setup.js +1 -2
  12. package/locales/af.json +1 -0
  13. package/locales/ar.json +1 -0
  14. package/locales/bg.json +1 -0
  15. package/locales/bn.json +1 -0
  16. package/locales/ca/LC_MESSAGES/volto.po +124 -17
  17. package/locales/ca.json +1 -1
  18. package/locales/cs.json +1 -0
  19. package/locales/cy.json +1 -0
  20. package/locales/da.json +1 -0
  21. package/locales/de/LC_MESSAGES/volto.po +135 -28
  22. package/locales/de.json +1 -1
  23. package/locales/el.json +1 -0
  24. package/locales/en/LC_MESSAGES/volto.po +125 -18
  25. package/locales/en.json +1 -1
  26. package/locales/en_AU.json +1 -0
  27. package/locales/en_GB.json +1 -0
  28. package/locales/eo.json +1 -0
  29. package/locales/es/LC_MESSAGES/volto.po +125 -18
  30. package/locales/es.json +1 -1
  31. package/locales/et.json +1 -0
  32. package/locales/eu/LC_MESSAGES/volto.po +124 -17
  33. package/locales/eu.json +1 -1
  34. package/locales/fa.json +1 -0
  35. package/locales/fi/LC_MESSAGES/volto.po +124 -17
  36. package/locales/fi.json +1 -1
  37. package/locales/fr/LC_MESSAGES/volto.po +125 -18
  38. package/locales/fr.json +1 -1
  39. package/locales/fu.json +1 -0
  40. package/locales/gl.json +1 -0
  41. package/locales/he.json +1 -0
  42. package/locales/hi/LC_MESSAGES/volto.po +128 -21
  43. package/locales/hi.json +1 -1
  44. package/locales/hr.json +1 -0
  45. package/locales/hu.json +1 -0
  46. package/locales/hy.json +1 -0
  47. package/locales/id.json +1 -0
  48. package/locales/it/LC_MESSAGES/volto.po +129 -22
  49. package/locales/it.json +1 -1
  50. package/locales/ja/LC_MESSAGES/volto.po +124 -17
  51. package/locales/ja.json +1 -1
  52. package/locales/ka.json +1 -0
  53. package/locales/kn.json +1 -0
  54. package/locales/ko.json +1 -0
  55. package/locales/lt.json +1 -0
  56. package/locales/lv.json +1 -0
  57. package/locales/mi.json +1 -0
  58. package/locales/mk.json +1 -0
  59. package/locales/my.json +1 -0
  60. package/locales/nb_NO.json +1 -0
  61. package/locales/nl/LC_MESSAGES/volto.po +128 -21
  62. package/locales/nl.json +1 -1
  63. package/locales/nn.json +1 -0
  64. package/locales/pl.json +1 -0
  65. package/locales/pt/LC_MESSAGES/volto.po +124 -17
  66. package/locales/pt.json +1 -1
  67. package/locales/pt_BR/LC_MESSAGES/volto.po +147 -40
  68. package/locales/pt_BR.json +1 -1
  69. package/locales/rm.json +1 -0
  70. package/locales/ro/LC_MESSAGES/volto.po +128 -21
  71. package/locales/ro.json +1 -1
  72. package/locales/ru/LC_MESSAGES/volto.po +128 -21
  73. package/locales/ru.json +1 -1
  74. package/locales/sk.json +1 -0
  75. package/locales/sl.json +1 -0
  76. package/locales/sm.json +1 -0
  77. package/locales/sq.json +1 -0
  78. package/locales/sr.json +1 -0
  79. package/locales/sr@cyrl.json +1 -0
  80. package/locales/sr@latn.json +1 -0
  81. package/locales/sv.json +1 -1
  82. package/locales/ta.json +1 -0
  83. package/locales/te.json +1 -0
  84. package/locales/th.json +1 -0
  85. package/locales/to.json +1 -0
  86. package/locales/tr.json +1 -0
  87. package/locales/uk.json +1 -0
  88. package/locales/vi.json +1 -0
  89. package/locales/volto.pot +125 -18
  90. package/locales/zh_CN/LC_MESSAGES/volto.po +124 -17
  91. package/locales/zh_CN.json +1 -1
  92. package/locales/zh_Hant.json +1 -0
  93. package/locales/zh_Hant_HK.json +1 -0
  94. package/package.json +43 -100
  95. package/razzle.config.js +21 -21
  96. package/src/actions/content/content.js +0 -1
  97. package/src/actions/controlpanels/controlpanels.js +13 -7
  98. package/src/actions/controlpanels/controlpanels.test.js +11 -5
  99. package/src/actions/users/users.js +2 -2
  100. package/src/components/manage/Actions/Actions.test.jsx +1 -5
  101. package/src/components/manage/Add/Add.jsx +5 -6
  102. package/src/components/manage/BlockChooser/BlockChooser.jsx +1 -0
  103. package/src/components/manage/Blocks/Block/BlocksForm.test.jsx +1 -5
  104. package/src/components/manage/Blocks/Block/Edit.jsx +1 -0
  105. package/src/components/manage/Blocks/Block/EditBlockWrapper.jsx +9 -4
  106. package/src/components/manage/Blocks/Block/Settings.test.jsx +1 -5
  107. package/src/components/manage/Blocks/HTML/Edit.test.jsx +1 -5
  108. package/src/components/manage/Blocks/Image/Edit.jsx +5 -1
  109. package/src/components/manage/Blocks/Image/ImageSidebar.test.jsx +1 -5
  110. package/src/components/manage/Blocks/LeadImage/Edit.jsx +2 -2
  111. package/src/components/manage/Blocks/LeadImage/LeadImageSidebar.jsx +1 -1
  112. package/src/components/manage/Blocks/LeadImage/LeadImageSidebar.test.jsx +1 -5
  113. package/src/components/manage/Blocks/Listing/ImageGallery.jsx +6 -4
  114. package/src/components/manage/Blocks/Maps/Edit.jsx +2 -1
  115. package/src/components/manage/Blocks/Maps/MapsSidebar.test.jsx +1 -5
  116. package/src/components/manage/Blocks/Search/SearchBlockView.jsx +21 -4
  117. package/src/components/manage/Blocks/Search/components/DateRangeFacet.test.jsx +1 -6
  118. package/src/components/manage/Blocks/Search/components/SelectFacet.test.jsx +1 -6
  119. package/src/components/manage/Blocks/Teaser/Data.jsx +21 -7
  120. package/src/components/manage/Blocks/Teaser/DefaultBody.jsx +1 -1
  121. package/src/components/manage/Blocks/Teaser/schema.js +8 -3
  122. package/src/components/manage/Blocks/Video/Edit.jsx +2 -1
  123. package/src/components/manage/Blocks/Video/VideoSidebar.test.jsx +1 -5
  124. package/src/components/manage/Contents/Contents.jsx +689 -654
  125. package/src/components/manage/Contents/Contents.test.jsx +8 -5
  126. package/src/components/manage/Contents/ContentsBreadcrumbs.Multilingual.test.jsx +18 -5
  127. package/src/components/manage/Contents/ContentsBreadcrumbs.jsx +20 -26
  128. package/src/components/manage/Contents/ContentsBreadcrumbs.test.jsx +14 -0
  129. package/src/components/manage/Contents/ContentsDeleteModal.jsx +258 -206
  130. package/src/components/manage/Contents/ContentsDeleteModal.stories.jsx +26 -8
  131. package/src/components/manage/Contents/ContentsItem.jsx +10 -2
  132. package/src/components/manage/Contents/ContentsPropertiesModal.test.jsx +1 -5
  133. package/src/components/manage/Contents/ContentsRenameModal.test.jsx +1 -5
  134. package/src/components/manage/Contents/ContentsTagsModal.test.jsx +1 -5
  135. package/src/components/manage/Contents/ContentsUploadModal.test.jsx +13 -22
  136. package/src/components/manage/Contents/ContentsWorkflowModal.test.jsx +1 -5
  137. package/src/components/manage/Contents/DropZoneContent.jsx +323 -0
  138. package/src/components/manage/Contents/__mocks__/index.tsx +2 -18
  139. package/src/components/manage/Controlpanels/Aliases.test.jsx +1 -5
  140. package/src/components/manage/Controlpanels/ContentType.jsx +1 -1
  141. package/src/components/manage/Controlpanels/ContentType.test.jsx +1 -5
  142. package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.jsx +3 -2
  143. package/src/components/manage/Controlpanels/Relations/Relations.jsx +1 -1
  144. package/src/components/manage/Controlpanels/Rules/AddRule.test.jsx +1 -5
  145. package/src/components/manage/Controlpanels/Rules/EditRule.test.jsx +1 -5
  146. package/src/components/manage/Controlpanels/UndoControlpanel.test.jsx +1 -5
  147. package/src/components/manage/Controlpanels/Users/RenderUsers.jsx +156 -175
  148. package/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx +575 -630
  149. package/src/components/manage/Controlpanels/Users/UsersControlpanel.test.jsx +4 -3
  150. package/src/components/manage/Diff/Diff.test.jsx +1 -6
  151. package/src/components/manage/Diff/DiffField.test.jsx +1 -6
  152. package/src/components/manage/Display/Display.test.jsx +2 -11
  153. package/src/components/manage/Edit/Edit.jsx +2 -3
  154. package/src/components/manage/Edit/Edit.test.jsx +1 -5
  155. package/src/components/manage/Form/BlockDataForm.test.jsx +1 -5
  156. package/src/components/manage/Form/Form.test.jsx +1 -5
  157. package/src/components/manage/Form/InlineForm.jsx +2 -2
  158. package/src/components/manage/Form/InlineForm.test.jsx +1 -5
  159. package/src/components/manage/Form/ModalForm.jsx +12 -10
  160. package/src/components/manage/Form/ModalForm.test.jsx +27 -5
  161. package/src/components/manage/Form/__mocks__/index.tsx +9 -27
  162. package/src/components/manage/Multilingual/CompareLanguages.jsx +2 -5
  163. package/src/components/manage/Multilingual/CreateTranslation.jsx +8 -8
  164. package/src/components/manage/Multilingual/ManageTranslations.jsx +4 -2
  165. package/src/components/manage/Multilingual/ManageTranslations.test.jsx +5 -1
  166. package/src/components/manage/Multilingual/TranslationObject.jsx +1 -1
  167. package/src/components/manage/Preferences/ChangePassword.test.jsx +1 -5
  168. package/src/components/manage/Preferences/PersonalPreferences.test.jsx +1 -17
  169. package/src/components/manage/Sidebar/ObjectBrowser.jsx +3 -0
  170. package/src/components/manage/Sidebar/ObjectBrowserBody.jsx +13 -1
  171. package/src/components/manage/Sidebar/ObjectBrowserNav.jsx +2 -1
  172. package/src/components/manage/Sidebar/SidebarPortal.test.tsx +42 -0
  173. package/src/components/manage/Sidebar/SidebarPortal.tsx +48 -0
  174. package/src/components/manage/TemplateChooser/TemplateChooser.jsx +2 -1
  175. package/src/components/manage/Toolbar/More.jsx +4 -1
  176. package/src/components/manage/Toolbar/More.test.jsx +3 -0
  177. package/src/components/manage/Toolbar/PersonalTools.jsx +2 -1
  178. package/src/components/manage/Toolbar/Toolbar.jsx +3 -4
  179. package/src/components/manage/Toolbar/Types.jsx +7 -7
  180. package/src/components/manage/UniversalLink/UniversalLink.tsx +1 -0
  181. package/src/components/manage/Widgets/AlignWidget.stories.jsx +9 -0
  182. package/src/components/manage/Widgets/AlignWidget.test.tsx +95 -0
  183. package/src/components/manage/Widgets/{AlignWidget.jsx → AlignWidget.tsx} +23 -7
  184. package/src/components/manage/Widgets/ArrayWidget.test.jsx +1 -6
  185. package/src/components/manage/Widgets/BlockAlignment.stories.tsx +104 -0
  186. package/src/components/manage/Widgets/BlockAlignment.test.tsx +104 -0
  187. package/src/components/manage/Widgets/BlockAlignment.tsx +88 -0
  188. package/src/components/manage/Widgets/BlockWidth.stories.tsx +69 -0
  189. package/src/components/manage/Widgets/BlockWidth.test.tsx +62 -0
  190. package/src/components/manage/Widgets/BlockWidth.tsx +101 -0
  191. package/src/components/manage/Widgets/ButtonsWidget.stories.jsx +61 -0
  192. package/src/components/manage/Widgets/ButtonsWidget.test.tsx +138 -0
  193. package/src/components/manage/Widgets/ButtonsWidget.tsx +176 -0
  194. package/src/components/manage/Widgets/CheckboxGroupWidget.test.jsx +1 -6
  195. package/src/components/manage/Widgets/DatetimeWidget.jsx +16 -1
  196. package/src/components/manage/Widgets/DatetimeWidget.test.jsx +1 -6
  197. package/src/components/manage/Widgets/FileWidget.jsx +14 -8
  198. package/src/components/manage/Widgets/FormFieldWrapper.jsx +146 -168
  199. package/src/components/manage/Widgets/ImageWidget.jsx +171 -38
  200. package/src/components/manage/Widgets/InternalUrlWidget.jsx +2 -0
  201. package/src/components/manage/Widgets/ObjectBrowserWidget.jsx +8 -0
  202. package/src/components/manage/Widgets/ObjectListWidget.test.jsx +2 -11
  203. package/src/components/manage/Widgets/ObjectWidget.test.jsx +1 -5
  204. package/src/components/manage/Widgets/QueryWidget.jsx +137 -9
  205. package/src/components/manage/Widgets/RadioGroupWidget.test.jsx +1 -6
  206. package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.test.jsx +1 -6
  207. package/src/components/manage/Widgets/RegistryImageWidget.test.jsx +3 -2
  208. package/src/components/manage/Widgets/SchemaWidget.test.jsx +1 -6
  209. package/src/components/manage/Widgets/SchemaWidgetFieldset.test.jsx +1 -6
  210. package/src/components/manage/Widgets/SelectAutoComplete.jsx +29 -12
  211. package/src/components/manage/Widgets/SelectAutoComplete.test.jsx +1 -6
  212. package/src/components/manage/Widgets/SelectWidget.test.jsx +1 -6
  213. package/src/components/manage/Widgets/Size.stories.tsx +69 -0
  214. package/src/components/manage/Widgets/Size.test.tsx +59 -0
  215. package/src/components/manage/Widgets/Size.tsx +78 -0
  216. package/src/components/manage/Widgets/TimeWidget.test.jsx +1 -6
  217. package/src/components/manage/Widgets/TokenWidget.test.jsx +1 -6
  218. package/src/components/manage/Widgets/UrlWidget.jsx +2 -0
  219. package/src/components/manage/Widgets/VocabularyTermsWidget.test.jsx +2 -11
  220. package/src/components/manage/Widgets/__mocks__/index.tsx +33 -51
  221. package/src/components/manage/Widgets/index.tsx +21 -0
  222. package/src/components/manage/Workflow/Workflow.test.jsx +2 -11
  223. package/src/components/theme/AlternateHrefLangs/AlternateHrefLangs.jsx +1 -3
  224. package/src/components/theme/AlternateHrefLangs/AlternateHrefLangs.test.jsx +0 -4
  225. package/src/components/theme/App/App.jsx +5 -1
  226. package/src/components/theme/App/App.test.jsx +1 -0
  227. package/src/components/theme/Avatar/Avatar.jsx +2 -1
  228. package/src/components/theme/Comments/CommentEditModal.test.jsx +1 -5
  229. package/src/components/theme/Comments/Comments.test.jsx +2 -11
  230. package/src/components/theme/ContactForm/ContactForm.test.jsx +1 -5
  231. package/src/components/theme/FormattedDate/FormattedDate.stories.jsx +20 -2
  232. package/src/components/theme/Image/Image.jsx +11 -8
  233. package/src/components/theme/InjectPloneComponentsCSS/InjectPloneComponentsCSS.tsx +7 -0
  234. package/src/components/theme/LanguageSelector/{LanguageSelector.test.jsx → LanguageSelector.test.tsx} +6 -6
  235. package/src/components/theme/LanguageSelector/LanguageSelector.tsx +89 -0
  236. package/src/components/theme/Logo/Logo.Multilingual.test.jsx +0 -5
  237. package/src/components/theme/MultilingualRedirector/MultilingualRedirector.jsx +10 -14
  238. package/src/components/theme/MultilingualRedirector/MultilingualRedirector.test.jsx +3 -5
  239. package/src/components/theme/Navigation/NavItem.jsx +1 -5
  240. package/src/components/theme/Navigation/Navigation.Multilingual.test.jsx +0 -5
  241. package/src/components/theme/NotFound/NotFound.jsx +5 -2
  242. package/src/components/theme/NotFound/NotFound.test.jsx +3 -0
  243. package/src/components/theme/PasswordReset/RequestPasswordReset.test.jsx +1 -5
  244. package/src/components/theme/PreviewImage/PreviewImage.jsx +1 -1
  245. package/src/components/theme/Register/Register.test.jsx +1 -5
  246. package/src/components/theme/RequestTimeout/RequestTimeout.jsx +1 -1
  247. package/src/components/theme/Sitemap/Sitemap.jsx +6 -5
  248. package/src/components/theme/Sitemap/Sitemap.test.jsx +0 -1
  249. package/src/components/theme/Unauthorized/Unauthorized.jsx +5 -2
  250. package/src/components/theme/View/EventDatesInfo.test.jsx +1 -6
  251. package/src/components/theme/View/EventView.test.jsx +1 -6
  252. package/src/components/theme/View/FileView.jsx +9 -1
  253. package/src/components/theme/View/View.jsx +8 -1
  254. package/src/components/theme/Widgets/ImageWidget.jsx +2 -1
  255. package/src/config/ControlPanels.js +1 -0
  256. package/src/config/Widgets.jsx +7 -0
  257. package/src/config/index.js +18 -25
  258. package/src/config/server.js +0 -2
  259. package/src/config/slots.js +19 -0
  260. package/src/express-middleware/devproxy.js +20 -5
  261. package/src/helpers/Api/APIResourceWithAuth.js +8 -3
  262. package/src/helpers/Api/Api.js +7 -4
  263. package/src/helpers/AsyncConnect/ssr.js +4 -1
  264. package/src/helpers/Content/Content.js +23 -0
  265. package/src/helpers/Content/Content.test.js +39 -0
  266. package/src/helpers/Content/withClientSideContent.jsx +35 -0
  267. package/src/helpers/Extensions/withBlockSchemaEnhancer.jsx +4 -1
  268. package/src/helpers/Html/Html.jsx +13 -7
  269. package/src/helpers/LanguageMap/LanguageMap.js +115 -8
  270. package/src/helpers/Loadable/__mocks__/Loadable.jsx +7 -22
  271. package/src/helpers/MessageLabels/MessageLabels.js +5 -0
  272. package/src/helpers/Sitemap/Sitemap.js +4 -4
  273. package/src/helpers/Url/Url.js +33 -2
  274. package/src/helpers/Url/Url.test.js +62 -0
  275. package/src/hooks/user/useUser.js +1 -1
  276. package/src/internalChecks.test.ts +11 -0
  277. package/src/middleware/Api.test.js +4 -0
  278. package/src/middleware/api.js +82 -28
  279. package/src/middleware/storeProtectLoadUtils.test.js +3 -3
  280. package/src/reducers/content/content.js +3 -18
  281. package/src/reducers/diff/diff.js +5 -1
  282. package/src/reducers/diff/diff.test.js +60 -4
  283. package/src/reducers/querystring/querystring.js +8 -1
  284. package/src/routes.js +4 -2
  285. package/src/server.jsx +45 -14
  286. package/src/start-client.jsx +9 -6
  287. package/src/start-server.js +9 -3
  288. package/test-addons-loader.js +3 -0
  289. package/test-setup-config.jsx +0 -2
  290. package/test-setup-globals.js +30 -2
  291. package/theme/themes/pastanaga/extras/blocks.less +26 -0
  292. package/theme/themes/pastanaga/extras/contents.less +80 -5
  293. package/theme/themes/pastanaga/extras/main.less +17 -2
  294. package/theme/themes/pastanaga/extras/widgets.less +79 -0
  295. package/tsconfig.declarations.json +1 -1
  296. package/tsconfig.json +4 -5
  297. package/types/components/manage/Blocks/Teaser/schema.d.ts +1 -0
  298. package/types/components/manage/Contents/DropZoneContent.d.ts +2 -0
  299. package/types/components/manage/Contents/__mocks__/index.d.ts +2 -2
  300. package/types/components/manage/Controlpanels/Relations/RelationsMatrix.d.ts +1 -1
  301. package/types/components/manage/Controlpanels/Users/RenderUsers.d.ts +18 -2
  302. package/types/components/manage/Controlpanels/Users/UsersControlpanel.d.ts +6 -2
  303. package/types/components/manage/Controlpanels/index.d.ts +2 -2
  304. package/types/components/manage/Form/__mocks__/index.d.ts +8 -8
  305. package/types/components/manage/Multilingual/ManageTranslations.d.ts +1 -1
  306. package/types/components/manage/Sidebar/ObjectBrowser.d.ts +1 -1
  307. package/types/components/manage/Sidebar/SidebarPortal.d.ts +7 -15
  308. package/types/components/manage/Widgets/AlignWidget.d.ts +8 -10
  309. package/types/components/manage/Widgets/AlignWidget.stories.d.ts +1 -0
  310. package/types/components/manage/Widgets/BlockAlignment.d.ts +7 -0
  311. package/types/components/manage/Widgets/BlockAlignment.stories.d.ts +8 -0
  312. package/types/components/manage/Widgets/BlockWidth.d.ts +7 -0
  313. package/types/components/manage/Widgets/BlockWidth.stories.d.ts +6 -0
  314. package/types/components/manage/Widgets/ButtonsWidget.d.ts +48 -1
  315. package/types/components/manage/Widgets/ButtonsWidget.stories.d.ts +3 -0
  316. package/types/components/manage/Widgets/FormFieldWrapper.d.ts +28 -5
  317. package/types/components/manage/Widgets/ImageWidget.d.ts +41 -1
  318. package/types/components/manage/Widgets/InternalUrlWidget.d.ts +1 -1
  319. package/types/components/manage/Widgets/ObjectBrowserWidget.d.ts +2 -0
  320. package/types/components/manage/Widgets/QueryWidget.d.ts +5 -2
  321. package/types/components/manage/Widgets/RecurrenceWidget/Utils.d.ts +12 -18
  322. package/types/components/manage/Widgets/Size.d.ts +7 -0
  323. package/types/components/manage/Widgets/Size.stories.d.ts +6 -0
  324. package/types/components/manage/Widgets/UrlWidget.d.ts +1 -1
  325. package/types/components/manage/Widgets/__mocks__/index.d.ts +33 -33
  326. package/types/components/manage/Widgets/index.d.ts +11 -6
  327. package/types/components/theme/FormattedDate/FormattedDate.stories.d.ts +1 -1
  328. package/types/components/theme/InjectPloneComponentsCSS/InjectPloneComponentsCSS.d.ts +3 -0
  329. package/types/components/theme/LanguageSelector/LanguageSelector.d.ts +3 -10
  330. package/types/components/theme/Unauthorized/Unauthorized.d.ts +2 -2
  331. package/types/config/Widgets.d.ts +6 -0
  332. package/types/config/slots.d.ts +7 -0
  333. package/types/helpers/Content/Content.d.ts +7 -0
  334. package/types/helpers/Content/withClientSideContent.d.ts +1 -0
  335. package/types/helpers/Extensions/withBlockSchemaEnhancer.d.ts +4 -5
  336. package/types/helpers/Helmet/Helmet.d.ts +1 -1
  337. package/types/helpers/LanguageMap/LanguageMap.d.ts +428 -4
  338. package/types/helpers/Loadable/__mocks__/Loadable.d.ts +2 -2
  339. package/types/helpers/MessageLabels/MessageLabels.d.ts +68 -62
  340. package/types/helpers/Url/Url.d.ts +14 -0
  341. package/types/helpers/Url/bulkFlattenToAppURL.d.ts +5 -0
  342. package/types/middleware/api.d.ts +6 -9
  343. package/types/reducers/index.d.ts +1 -0
  344. package/types/start-client.d.ts +0 -1
  345. package/vitest.config.mjs +4 -4
  346. package/webpack-plugins/webpack-scss-plugin.js +172 -0
  347. package/jest-addons-loader.js +0 -3
  348. package/jest-extender-plugin.js +0 -39
  349. package/jest-setup-afterenv.js +0 -2
  350. package/jest-svgsystem-transform.js +0 -10
  351. package/package-why.json +0 -34
  352. package/patches/patchit.sh +0 -2
  353. package/patches/razzle-jest.patch +0 -10
  354. package/src/actions/content/content.multilingual.test.js +0 -17
  355. package/src/components/manage/Contents/__mocks__/index.vitest.tsx +0 -5
  356. package/src/components/manage/Form/__mocks__/index.vitest.tsx +0 -73
  357. package/src/components/manage/Sidebar/SidebarPortal.jsx +0 -47
  358. package/src/components/manage/Sidebar/SidebarPortal.test.jsx +0 -26
  359. package/src/components/manage/Widgets/AlignWidget.test.jsx +0 -59
  360. package/src/components/manage/Widgets/ButtonsWidget.jsx +0 -41
  361. package/src/components/manage/Widgets/ButtonsWidget.test.jsx +0 -70
  362. package/src/components/manage/Widgets/__mocks__/index.vitest.tsx +0 -41
  363. package/src/components/theme/LanguageSelector/LanguageSelector.jsx +0 -77
  364. package/src/helpers/Loadable/__mocks__/Loadable.vitest.jsx +0 -39
  365. package/test-setup-globals-vitest.js +0 -46
  366. package/theme/themes/pastanaga/extras/utils.less +0 -63
@@ -0,0 +1 @@
1
+ {"Add link":"","An error has occurred while editing \"{name}\" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.":"","An error has occurred while rendering \"{name}\" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator.":"","Bottom":"","Center":"","Delete col":"","Delete row":"","Delete table":"","Divide each row into separate cells":"","Edit element":"","Edit link":"","Fixed width table cells":"","Hide headers":"","Insert col after":"","Insert col before":"","Insert row after":"","Insert row before":"","Left":"","Make the table compact":"","Make the table sortable":"","Middle":"","No matching blocks":"","Reduce complexity":"","Remove element":"","Remove link":"","Right":"","Stripe alternate rows with color":"","Table":"","Table color inverted":"","Top":"","Type text…":"","Visible only in view mode":"","<p>Add some HTML here</p>":"","A unique identifier for the group. Cannot be changed after creation. No spaces allowed.":"","Account Registration Completed":"","Account activation completed":"","Action":"","Action changed":"","Action: ":"","Actions":"","Activate and deactivate":"","Active":"","Active content rules in this Page":"","Add":"","Add (object list)":"","Add Addons":"","Add Alternative URL":"","Add Content":"","Add Content Rule":"","Add Rule":"","Add Translation…":"","Add User":"","Add a description…":"","Add a new alternative url":"","Add action":"","Add block":"","Add block in position {index}":"","Add block…":"","Add condition":"","Add content rule":"","Add criteria":"","Add date":"","Add element to container":"","Add field":"","Add fieldset":"","Add group":"","Add new content type":"","Add new group":"","Add new user":"","Add to Groups":"","Add users to group":"","Add vocabulary term":"","Add {type}":"","Add-Ons":"","Add-on Configuration":"","Add-ons":"","Add-ons Settings":"","Added":"","Additional date":"","Addon could not be installed":"","Addon could not be uninstalled":"","Addon could not be upgraded":"","Addon installed succesfuly":"","Addon uninstalled succesfuly":"","Addon upgraded succesfuly":"","Advanced facet?":"","Advanced facets are initially hidden and displayed on demand":"","Album view":"","Alias":"","Alias has been added":"","Aliases have been removed.":"","Aliases have been uploaded.":"","Alignment":"","All":"","All content":"","All existing alternative urls for this site":"","Alphabetically":"","Alt text":"","Alt text hint":"","Alt text hint link text":"","Alternative url path (Required)":"","Alternative url path must start with a slash.":"","Alternative url path → target url path (date and time of creation, manually created yes/no)":"","Applied to subfolders":"","Applies to subfolders?":"","Apply to subfolders":"","Apply working copy":"","Are you sure you want to delete this field?":"","Are you sure you want to delete this fieldset including all fields?":"","Ascending":"","Assign the {role} role to {entry}":"","Assignments":"","Automatically":"","Available":"","Available content rules:":"","Back":"","Base":"","Base search query":"","Block":"","Both":"","Both email address and password are case sensitive, check that caps lock is not enabled.":"","Breadcrumbs":"","Broken relations":"","Browse":"","Browse the site, drop an image, or type a URL":"","BulkUploadAltUrls":"","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"","CSVFile":"","Cache Name":"","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"","Cancel":"","Cancel search":"","Cell":"","Change Note":"","Change Password":"","Change State":"","Change workflow state recursively":"","Changes applied.":"","Changes saved":"","Changes saved.":"","Check this box to customize the title, description, or image of the target content item for this teaser. Leave it unchecked to show updates to the target content item if it is edited later.":"","Checkbox":"","Choices":"","Choose Image":"","Choose Target":"","Choose a file":"","Clear":"","Clear date/time":"","Clear filters":"","Clear search":"","Click to download full sized image":"","Close":"","Close menu":"","Code":"","Collapse item":"","Collection":"","Color":"","Comment":"","Commenter":"","Comments":"","Compare":"","Condition changed":"","Condition: ":"","Configuration Versions":"","Configure Content Rule":"","Configure Content Rule: {title}":"","Configure content rule":"","Confirm password":"","Connection refused":"","Contact form":"","Contained items":"","Container settings":"","Content":"","Content Rule":"","Content Rules":"","Content rules for {title}":"","Content rules from parent folders":"","Content that links to or references {title}":"","Content type created":"","Content type deleted":"","Contents":"","Controls":"","Copy":"","Copy blocks":"","Copyright":"","Copyright statement or other rights information on this item.":"","Create or delete relations to target":"","Create working copy":"","Created after":"","Created before":"","Created by {creator} on {date}":"","Created on":"","Creator":"","Creators":"","Criteria":"","Current active configuration":"","Current filters applied":"","Current password":"","Customize teaser content":"","Cut":"","Cut blocks":"","Daily":"","Database":"","Database Information":"","Database Location":"","Database Size":"","Database main":"","Date":"","Date (newest first)":"","Default":"","Default value":"","Default view":"","Delete":"","Delete Group":"","Delete Type":"","Delete User":"","Delete action":"","Delete blocks":"","Delete condition":"","Delete selected items?":"","Delete this item?":"","Deleted":"","Deleting this item breaks {brokenReferences} {variation}.":"","Depth":"","Descending":"","Description":"","Diff":"","Difference between revision {one} and {two} of {title}":"","Disable":"","Disable apply to subfolders":"","Disabled":"","Disabled apply to subfolders":"","Distributed under the {license}.":"","Do you really want to delete the group {groupname}?":"","Do you really want to delete the type {typename}?":"","Do you really want to delete the user {username}?":"","Do you really want to delete this item?":"","Document":"","Document view":"","Download Event":"","Download file":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","Dry run selected, transaction aborted.":"","E-mail":"","E-mail addresses do not match.":"","Edit":"","Edit Alternative URL":"","Edit Rule":"","Edit comment":"","Edit field":"","Edit fieldset":"","Edit recurrence":"","Edit values":"","Edit {title}":"","Email":"","Email sent":"","Embed code error, please follow the instructions and try again.":"","Empty object list":"","Enable":"","Enable editable Blocks":"","Enabled":"","Enabled here?":"","Enabled?":"","End Date":"","Enter URL or select an item":"","Enter a username above to search or click 'Show All'":"","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"","Enter full name, e.g. John Smith.":"","Enter map Embed Code":"","Enter the absolute path of the target. Target must exist or be an existing alternative url path to the target.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only URLs that result in a 404 not found page will result in a redirect occurring.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"","Enter your current password.":"","Enter your email for verification.":"","Enter your new password. Minimum 8 characters.":"","Enter your username for verification.":"","Entries":"","Error":"","Event":"","Event end date must be on or after {startDateValueOrStartFieldName}":"","Event listing":"","Event start date must be on or before {endDateValueOrEndFieldName}":"","Event view":"","Example":"","Exclude from navigation":"","Exclude this occurence":"","Excluded from navigation":"","Existing alternative urls for this item":"","Expand sidebar":"","Expand toolbar":"","Expiration Date":"","Expiration date":"","Expired":"","External URL":"","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Failed To Undo Transactions":"","Field":"","File":"","File is not of the accepted type {accept}":"","File size":"","File view":"","Filename":"","Files uploaded: {uploadedFiles}":"","Fills the value of the form field with the value supplied by a query parameter inside the URL with the given name.":"","Filter":"","Filter Rules:":"","Filter by prefix":"","Filter users by groups":"","Filter…":"","First":"","Fix relations":"","Fold":"","Folder":"","Folder listing":"","Forbidden":"","Fourth":"","From":"","Full":"","Full Name":"","Fullname":"","GNU GPL license":"","General":"","Global role":"","Google Maps Embedded Block":"","Grid":"","Group":"","Group created":"","Group deleted":"","Group roles updated":"","Groupname":"","Groups":"","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"","Headline":"","Headline level":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","Hide filters":"","Hide title":"","History":"","History Version Number":"","History of {title}":"","Home":"","ID":"","Icon View":"","If all of the following conditions are met:":"","If selected, this item will not appear in the navigation tree":"","If this date is in the future, the content will not show up in listings and searches until this date.":"","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"","Image":"","Image gallery":"","Image override":"","Image size":"","Image view":"","Include this occurence":"","Info":"","InfoUserGroupSettings":"","Inherit permissions from higher levels":"","Inherited value":"","Inspect relations":"","Install":"","Installed":"","Installed version":"","Installing a third party add-on":"","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Invalid Block":"","Invalid teaser source":"","It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them.":"","Item batch size":"","Item successfully moved.":"","Item(s) copied.":"","Item(s) cut.":"","Item(s) has been updated.":"","Item(s) pasted.":"","Item(s) state has been updated.":"","Items":"","Items must be unique.":"","Label":"","Language":"","Language independent field.":"","Language independent icon title":"","Large":"","Last":"","Last comment date":"","Last modified":"","Latest available configuration":"","Latest version":"","Layout":"","Lead Image":"","Less filters":"","Link":"","Link copied to clipboard":"","Link more":"","Link redirect view":"","Link settings":"","Link title":"","Link to":"","Link translation for":"","Linking this item with hyperlink in text":"","Links and references":"","List View":"","Listing":"","Listing view":"","Load more":"","Loading":"","Log In":"","Log in":"","Logged out":"","Login":"","Login Failed":"","Login Name":"","Logo of":"","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Manage Translations":"","Manage content…":"","Manage translations for {title}":"","Manual":"","Manually":"","Manually or automatically added?":"","Many relations found. Please search.":"","Maps":"","Maps URL":"","Maximum length is {len}.":"","Maximum value is {len}.":"","Medium":"","Membership updated":"","Message":"","Minimum length is {len}.":"","Minimum value is {len}.":"","Moderate Comments":"","Moderate comments":"","Monday and Friday":"","Month day":"","Monthly":"","More":"","More filters":"","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"","Mosaic layout":"","Move down":"","Move to bottom of folder":"","Move to top of folder":"","Move up":"","Multiple choices?":"","My email is":"","My username is":"","Name":"","Narrow":"","Navigate back":"","Navigate to this item":"","Navigation":"","New password":"","News Item":"","News item view":"","No":"","No Transactions Found":"","No Transactions Selected":"","No Transactions Selected To Do Undo":"","No Video selected":"","No addons found":"","No broken relations found.":"","No connection to the server":"","No image selected":"","No image set in Lead Image content field":"","No image set in image content field":"","No images found.":"","No items found in this container.":"","No items selected":"","No links to this item found.":"","No map selected":"","No occurences set":"","No options":"","No relation found":"","No results found":"","No results found.":"","No selection":"","No uninstall profile":"","No user found":"","No value":"","No workflow":"","None":"","Not available":"","Note":"","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"","Object Size":"","Occurences":"","Ok":"","Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines.":"","Open in a new tab":"","Open menu":"","Open object browser":"","Order":"","Ordered":"","Origin":"","Overview of relations of all content items":"","Page":"","Parent fieldset":"","Password":"","Password reset":"","Passwords do not match.":"","Paste":"","Paste blocks":"","Perform the following actions:":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"","Personal Preferences":"","Personal tools":"","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"","Placeholder":"","Please choose an existing content as source for this element":"","Please continue with the upgrade.":"","Please ensure you have a backup of your site before performing the upgrade.":"","Please enter a valid URL by deleting the block and adding a new video block.":"","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"","Please fill out the form below to set your password.":"","Please search for users or use the filters on the side.":"","Please upgrade to plone.restapi >= 8.24.0.":"","Please upgrade to plone.restapi >= 8.39.0.":"","Plone Foundation":"","Plone{reg} Open Source CMS/WCM":"","Position changed":"","Possible values":"","Powered by Plone & Python":"","Preferences":"","Prettify your code":"","Preview":"","Preview Image URL":"","Profile":"","Properties":"","Publication date":"","Publishing Date":"","Query":"","Query Parameter Name":"","Re-enter the password. Make sure the passwords are identical.":"","Read More…":"","Read only for this type of relation.":"","Rearrange items by…":"","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Redo":"","Referencing this item as related item":"","Referencing this item with {relationship}":"","Refresh source content":"","Register":"","Registration form":"","Related Items":"","Relation name":"","Relations":"","Relations are editable with plone.api >= 2.0.3.":"","Relations updated":"","Relevance":"","Remove":"","Remove element {index}":"","Remove item":"","Remove recurrence":"","Remove selected":"","Remove term":"","Remove users from group":"","Remove working copy":"","Rename":"","Rename Items Loading Message":"","Rename items":"","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"","Required input is missing.":"","Reset element {index}":"","Reset term title":"","Reset the block":"","Results limit":"","Results preview":"","Results template":"","Reversed order":"","Revert to this revision":"","Review state":"","Richtext":"","Rights":"","Roles":"","Root":"","Rule added":"","Rule enable changed":"","Rules":"","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"","Save":"","Save recurrence":"","Saved":"","Scheduled":"","Schema":"","Schema updates":"","Search":"","Search SVG":"","Search Site":"","Search block":"","Search button label":"","Search content":"","Search for user or group":"","Search group…":"","Search input label":"","Search results":"","Search results for {term}":"","Search sources by title or path":"","Search targets by title or path":"","Search users…":"","Searched for: <em>{searchedtext}</em>.":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"","Select relation":"","Select rule":"","Select the transition to be used for modifying the items state.":"","Selected":"","Selected dates":"","Selected items":"","Selected items - x of y":"","Selection":"","Select…":"","Send":"","Send a confirmation mail with a link to set the password.":"","Server Error":"","Set my password":"","Set your password":"","Settings":"","Sharing":"","Sharing for {title}":"","Short Name":"","Short name":"","Show":"","Show All":"","Show Replies":"","Show filters":"","Show groups of users below":"","Show item":"","Show potential sources. Not only objects that are source of some relation.":"","Show potential targets. Not only objects that are target of some relation.":"","Show search button?":"","Show search input?":"","Show sorting?":"","Show total results":"","Shrink sidebar":"","Shrink toolbar":"","Sign in to start session":"","Site Administration":"","Site Setup":"","Sitemap":"","Size: {size}":"","Small":"","Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.":"","Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.":"","Some relations are broken. Please fix.":"","Sorry, something went wrong with your request":"","Sort By":"","Sort By:":"","Sort on":"","Sort on options":"","Sort transactions by User-Name, Path or Date":"","Sorted":"","Sorted on":"","Source":"","Specify a youtube video or playlist url":"","Split":"","Start Date":"","Start of the recurrence":"","Start password reset":"","State":"","Status":"","Sticky":"","Stop compare":"","String":"","Styling":"","Subject":"","Submit":"","Success":"","Successfully Undone Transactions":"","Summary":"","Summary view":"","Switch to":"","Table of Contents":"","Tabular view":"","Tags":"","Tags to add":"","Tags to remove":"","Target":"","Target Path (Required)":"","Target memory size per cache in bytes":"","Target number of objects in memory per cache":"","Teaser":"","Text":"","Thank you.":"","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"","The button presence disables the live search, the query is issued when you press ENTER":"","The file you uploaded exceeded the maximum allowed size of {size} bytes":"","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"","The item could not be deleted.":"","The link address is:":"","The number of items must be greater than or equal to {minItems}":"","The number of items must be less than or equal to {maxItems}":"","The provided alternative url already exists!":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"","The selected default language must be in the list of the field 'Available languages'":"","The site configuration is outdated and needs to be upgraded.":"","The value does not match the pattern {pattern}":"","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"","There are no groups with the searched criteria":"","There are no users with the searched criteria":"","There are some errors.":"","There is a configuration problem on the backend":"","There was an error with the upgrade.":"","There were some errors":"","There were some errors.":"","These items will have broken links":"","Third":"","This has an ongoing working copy in {title}":"","This is a reserved name and can't be used":"","This is a working copy of {title}":"","This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"","This page does not seem to exist…":"","This rule is assigned to the following locations:":"","Time":"","Title":"","Title field error. Value not provided or already existing.":"","Total active and non-active objects":"","Total comments":"","Total files to upload: {totalFiles}":"","Total number of objects in each cache":"","Total number of objects in memory from all caches":"","Total number of objects in the database":"","Transactions":"","Transactions Checkbox":"","Transactions Have Been Sorted":"","Transactions Have Been Unsorted":"","Translate to {lang}":"","Translation linked":"","Translation linking removed":"","Triggering event field error. Please select a value":"","Type":"","Type a Video (YouTube, Vimeo or mp4) URL":"","Type text...":"","Type the heading…":"","Type the title…":"","UID":"","URL Management":"","URL Management for {title}":"","Unassign":"","Unassigned":"","Unauthorized":"","Undo":"","Undo Controlpanel":"","Unfold":"","Unified":"","Uninstall":"","Unknown Block":"","Unlink translation for":"","Unlock":"","Unsorted":"","Update":"","Update User":"","Update installed addons":"","Update installed addons:":"","Updates available":"","Upgrade":"","Upgrade Plone Site":"","Upgrade Report":"","Upgrade Steps":"","Upload":"","Upload a lead image in the 'Lead Image' content field.":"","Upload files":"","Uploading image":"","Use the form below to define the new content rule":"","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"","Used for programmatic access to the fieldset.":"","User":"","User Group Membership":"","User Group Settings":"","User created":"","User deleted":"","User name":"","User roles updated":"","User updated successfuly":"","Username":"","Users":"","Users and Groups":"","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"","Variation":"","Version Overview":"","Video":"","Video URL":"","View":"","View changes":"","View links and references to this item":"","View this revision":"","View working copy":"","Viewmode":"","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"","We apologize for the inconvenience, but there was an unexpected error on the server.":"","We apologize for the inconvenience, but you don't have permissions on this resource.":"","Weeek day of month":"","Weekday":"","Weekly":"","What":"","When":"","When this date is reached, the content will nolonger be visible in listings and searches.":"","Whether or not execution of further rules should stop after this rule is executed":"","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"","Whether or not the rule is currently enabled":"","Who":"","Wide":"","Workflow Change Loading Message":"","Workflow updated.":"","Yearly":"","Yes":"","You are about to delete all items in the current pagination of this folder.":"","You are about to delete all items in this folder.":"","You are trying to access a protected resource, please {login} first.":"","You are using an outdated browser":"","You can add a comment by filling out the form below. Plain text formatting.":"","You can control who can view and edit your item using the list below.":"","You can view the difference of the revisions below.":"","You can view the history of your item below.":"","You can't paste this content here":"","You have been logged out from the site.":"","You have not the required permission for this control panel.":"","Your email is required for reset your password.":"","Your password has been set successfully. You may now {link} with your new password.":"","Your preferred language":"","Your site is up to date.":"","Your usernaame is required for reset your password.":"","accept":"","addUserFormEmailDescription":"","addUserFormFullnameDescription":"","addUserFormPasswordDescription":"","addUserFormUsernameDescription":"","availableViews":"","blocksFieldsErrorTitle":"","box_forgot_password_option":"","bulkUploadUrlsHelp":"","checkboxFacet":"","column":"","columns":"","common":"","compare_to":"","countBrokenRelations":"","daterangeFacet":"","delete":"","deprecated_browser_notice_message":"","description":"","description_lost_password":"","description_sent_password":"","draft":"","email":"","event_alldates":"","event_attendees":"","event_contactname":"","event_contactphone":"","event_website":"","event_what":"","event_when":"","event_where":"","examplePath":"","externalURLsNotAllowed":"","fileTooLarge":"","flush intIds and rebuild relations":"","flushAndRebuildRelationsHints":"","head_title":"","heading_sent_password":"","hero":"","html":"","image":"","imageUploadErrorMessage":"","image_block_clear":"","image_block_preview":"","integer":"","internalImageNotFoundErrorMessage":"","intranet":"","item":"","items":"","label_my_email_is":"","label_my_username_is":"","leadimage":"","link-integrity: Delete item and break links":"","link-integrity: loading references":"","linkAnImage":"","listing":"","loading":"","log in":"","maps":"","maxLength":"","maximum":"","media":"","minLength":"","minimum":"","mostUsed":"","narrowDownRelations":"","no":"","no workflow state":"","number":"","of the month":"","or try a different page.":"","others":"","pending":"","pickAnImage":"","private":"","published":"","querystring-widget-select":"","rebuild relations":"","reference":"","references":"","refers to":"","resultCount":"","results found":"","return to the site root":"","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","selectFacet":"","selectView":"","size":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"","sources path":"","table":"","target path":"","text":"","title":"","toc":"","toggleFacet":"","upgradeVersions":"","uploadAnImage":"","url":"","user avatar":"","video":"","views":"","visit_external_website":"","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"","{id} Content Type":"","{id} Schema":"","{title} copied.":"","{title} cut.":"","{title} has been deleted.":""}
@@ -21,6 +21,11 @@ msgstr ""
21
21
  msgid "<p>Add some HTML here</p>"
22
22
  msgstr ""
23
23
 
24
+ #. Default: "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
25
+ #: helpers/MessageLabels/MessageLabels
26
+ msgid "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
27
+ msgstr ""
28
+
24
29
  #. Default: "Account Registration Completed"
25
30
  #: components/theme/Register/Register
26
31
  msgid "Account Registration Completed"
@@ -570,6 +575,7 @@ msgstr ""
570
575
  #: components/manage/Add/Add
571
576
  #: components/manage/Contents/ContentsDeleteModal
572
577
  #: components/manage/Contents/ContentsUploadModal
578
+ #: components/manage/Contents/DropZoneContent
573
579
  #: components/manage/Controlpanels/ContentType
574
580
  #: components/manage/Controlpanels/ContentTypeLayout
575
581
  #: components/manage/Controlpanels/ContentTypeSchema
@@ -599,6 +605,7 @@ msgstr "Célula"
599
605
  #: components/manage/Blocks/Maps/Edit
600
606
  #: components/manage/Sidebar/AlignBlock
601
607
  #: components/manage/Widgets/AlignWidget
608
+ #: components/manage/Widgets/BlockAlignment
602
609
  msgid "Center"
603
610
  msgstr "Centro"
604
611
 
@@ -678,6 +685,11 @@ msgstr ""
678
685
  msgid "Clear"
679
686
  msgstr ""
680
687
 
688
+ #. Default: "Clear date and time"
689
+ #: components/manage/Widgets/DatetimeWidget
690
+ msgid "Clear date/time"
691
+ msgstr "limpar os campos de data"
692
+
681
693
  #. Default: "Clear filters"
682
694
  #: components/manage/Blocks/Search/components/FilterList
683
695
  msgid "Clear filters"
@@ -1003,6 +1015,7 @@ msgstr ""
1003
1015
  #: components/manage/Controlpanels/UndoControlpanel
1004
1016
  #: components/manage/Preferences/ChangePassword
1005
1017
  #: components/manage/Preferences/PersonalPreferences
1018
+ #: components/manage/Widgets/BlockWidth
1006
1019
  #: components/manage/Widgets/SchemaWidget
1007
1020
  #: components/manage/Widgets/SelectWidget
1008
1021
  #: components/theme/Comments/CommentEditModal
@@ -1094,9 +1107,9 @@ msgstr ""
1094
1107
  msgid "Deleted"
1095
1108
  msgstr ""
1096
1109
 
1097
- #. Default: "Deleting this item breaks {brokenReferences} {variation}."
1110
+ #. Default: "Deleting this item will break {brokenReferences} {variation}."
1098
1111
  #: components/manage/Contents/ContentsDeleteModal
1099
- msgid "Deleting this item breaks {brokenReferences} {variation}."
1112
+ msgid "Deleting this item will break {brokenReferences} {variation}."
1100
1113
  msgstr ""
1101
1114
 
1102
1115
  #. Default: "Depth"
@@ -1201,6 +1214,11 @@ msgstr ""
1201
1214
  msgid "Download Event"
1202
1215
  msgstr ""
1203
1216
 
1217
+ #. Default: "Download file"
1218
+ #: components/theme/View/FileView
1219
+ msgid "Download file"
1220
+ msgstr ""
1221
+
1204
1222
  #. Default: "Drag and drop files from your computer onto this area or click the “Browse” button."
1205
1223
  #: components/manage/Contents/ContentsUploadModal
1206
1224
  msgid "Drag and drop files from your computer onto this area or click the “Browse” button."
@@ -1224,6 +1242,11 @@ msgstr ""
1224
1242
  msgid "Drop files here ..."
1225
1243
  msgstr ""
1226
1244
 
1245
+ #. Default: "Drop files here to upload"
1246
+ #: components/manage/Contents/DropZoneContent
1247
+ msgid "Drop files here to upload"
1248
+ msgstr ""
1249
+
1227
1250
  #. Default: "Dry run selected, transaction aborted."
1228
1251
  #: components/manage/Controlpanels/UpgradeControlPanel
1229
1252
  msgid "Dry run selected, transaction aborted."
@@ -1553,6 +1576,7 @@ msgstr ""
1553
1576
 
1554
1577
  #. Default: "File size"
1555
1578
  #: components/manage/Contents/ContentsUploadModal
1579
+ #: components/manage/Contents/DropZoneContent
1556
1580
  msgid "File size"
1557
1581
  msgstr "Tamanho do ficheiro"
1558
1582
 
@@ -1563,11 +1587,13 @@ msgstr ""
1563
1587
 
1564
1588
  #. Default: "Filename"
1565
1589
  #: components/manage/Contents/ContentsUploadModal
1590
+ #: components/manage/Contents/DropZoneContent
1566
1591
  msgid "Filename"
1567
1592
  msgstr "Nome de ficheiro"
1568
1593
 
1569
1594
  #. Default: "Files uploaded: {uploadedFiles}"
1570
1595
  #: components/manage/Contents/ContentsUploadModal
1596
+ #: components/manage/Contents/DropZoneContent
1571
1597
  msgid "Files uploaded: {uploadedFiles}"
1572
1598
  msgstr "Arquivos enviados: {uploadedFiles}"
1573
1599
 
@@ -1651,6 +1677,7 @@ msgstr "De"
1651
1677
  #: components/manage/Blocks/Maps/Edit
1652
1678
  #: components/manage/Sidebar/AlignBlock
1653
1679
  #: components/manage/Widgets/AlignWidget
1680
+ #: components/manage/Widgets/BlockWidth
1654
1681
  msgid "Full"
1655
1682
  msgstr "Cheio"
1656
1683
 
@@ -2036,6 +2063,7 @@ msgstr ""
2036
2063
 
2037
2064
  #. Default: "Large"
2038
2065
  #: components/manage/Widgets/ImageSizeWidget
2066
+ #: components/manage/Widgets/Size
2039
2067
  msgid "Large"
2040
2068
  msgstr ""
2041
2069
 
@@ -2051,6 +2079,7 @@ msgstr ""
2051
2079
 
2052
2080
  #. Default: "Last modified"
2053
2081
  #: components/manage/Contents/ContentsUploadModal
2082
+ #: components/manage/Contents/DropZoneContent
2054
2083
  msgid "Last modified"
2055
2084
  msgstr "Última modificação"
2056
2085
 
@@ -2066,6 +2095,7 @@ msgstr ""
2066
2095
 
2067
2096
  #. Default: "Layout"
2068
2097
  #: components/manage/Controlpanels/ContentTypesActions
2098
+ #: components/manage/Widgets/BlockWidth
2069
2099
  msgid "Layout"
2070
2100
  msgstr ""
2071
2101
 
@@ -2078,6 +2108,7 @@ msgstr ""
2078
2108
  #: components/manage/Blocks/Maps/Edit
2079
2109
  #: components/manage/Sidebar/AlignBlock
2080
2110
  #: components/manage/Widgets/AlignWidget
2111
+ #: components/manage/Widgets/BlockAlignment
2081
2112
  msgid "Left"
2082
2113
  msgstr "Esquerda"
2083
2114
 
@@ -2276,6 +2307,7 @@ msgstr ""
2276
2307
 
2277
2308
  #. Default: "Medium"
2278
2309
  #: components/manage/Widgets/ImageSizeWidget
2310
+ #: components/manage/Widgets/Size
2279
2311
  msgid "Medium"
2280
2312
  msgstr ""
2281
2313
 
@@ -2388,6 +2420,7 @@ msgstr "Nome"
2388
2420
 
2389
2421
  #. Default: "Narrow"
2390
2422
  #: components/manage/Widgets/AlignWidget
2423
+ #: components/manage/Widgets/BlockWidth
2391
2424
  msgid "Narrow"
2392
2425
  msgstr ""
2393
2426
 
@@ -2458,7 +2491,7 @@ msgstr ""
2458
2491
  msgid "No broken relations found."
2459
2492
  msgstr ""
2460
2493
 
2461
- #. Default: "There is no connection to the server, due to a timeout o no network connection."
2494
+ #. Default: "There is no connection to the server, due to a timeout or no network connection."
2462
2495
  #: components/theme/RequestTimeout/RequestTimeout
2463
2496
  msgid "No connection to the server"
2464
2497
  msgstr ""
@@ -2565,10 +2598,14 @@ msgstr "Sem fluxo de trabalho"
2565
2598
 
2566
2599
  #. Default: "None"
2567
2600
  #: components/manage/Contents/Contents
2568
- #: components/manage/Contents/ContentsItem
2569
2601
  msgid "None"
2570
2602
  msgstr "Nenhum"
2571
2603
 
2604
+ #. Default: "None"
2605
+ #: components/manage/Contents/ContentsItem
2606
+ msgid "Not available"
2607
+ msgstr "Nenhum"
2608
+
2572
2609
  #. Default: "Note"
2573
2610
  #: components/manage/Controlpanels/UndoControlpanel
2574
2611
  msgid "Note"
@@ -2599,9 +2636,9 @@ msgstr ""
2599
2636
  msgid "Ok"
2600
2637
  msgstr "Ok"
2601
2638
 
2602
- #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2639
+ #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2603
2640
  #: components/manage/Widgets/IdWidget
2604
- msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
2641
+ msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
2605
2642
  msgstr ""
2606
2643
 
2607
2644
  #. Default: "Open in a new tab"
@@ -2805,6 +2842,7 @@ msgstr ""
2805
2842
  #. Default: "Preview"
2806
2843
  #: components/manage/Blocks/HTML/Edit
2807
2844
  #: components/manage/Contents/ContentsUploadModal
2845
+ #: components/manage/Contents/DropZoneContent
2808
2846
  msgid "Preview"
2809
2847
  msgstr "Pré-visualização"
2810
2848
 
@@ -2901,7 +2939,7 @@ msgstr ""
2901
2939
  msgid "Referencing this item with {relationship}"
2902
2940
  msgstr ""
2903
2941
 
2904
- #. Default: "Refresh source content"
2942
+ #. Default: "Reset to target"
2905
2943
  #: components/manage/Blocks/Teaser/Data
2906
2944
  msgid "Refresh source content"
2907
2945
  msgstr ""
@@ -2946,6 +2984,11 @@ msgstr ""
2946
2984
  msgid "Relations updated"
2947
2985
  msgstr ""
2948
2986
 
2987
+ #. Default: "Release to add file(s) to this folder"
2988
+ #: components/manage/Contents/DropZoneContent
2989
+ msgid "Release to add file(s) to this folder"
2990
+ msgstr ""
2991
+
2949
2992
  #. Default: "Relevance"
2950
2993
  #: components/theme/Search/Search
2951
2994
  msgid "Relevance"
@@ -3100,6 +3143,7 @@ msgstr "Richtext"
3100
3143
  #: components/manage/Blocks/Maps/Edit
3101
3144
  #: components/manage/Sidebar/AlignBlock
3102
3145
  #: components/manage/Widgets/AlignWidget
3146
+ #: components/manage/Widgets/BlockAlignment
3103
3147
  msgid "Right"
3104
3148
  msgstr "Direita"
3105
3149
 
@@ -3496,17 +3540,18 @@ msgstr ""
3496
3540
 
3497
3541
  #. Default: "Small"
3498
3542
  #: components/manage/Widgets/ImageSizeWidget
3543
+ #: components/manage/Widgets/Size
3499
3544
  msgid "Small"
3500
3545
  msgstr ""
3501
3546
 
3502
- #. Default: "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
3547
+ #. Default: "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
3503
3548
  #: components/manage/Contents/ContentsDeleteModal
3504
- msgid "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
3549
+ msgid "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
3505
3550
  msgstr ""
3506
3551
 
3507
- #. Default: "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
3552
+ #. Default: "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
3508
3553
  #: components/manage/Contents/ContentsDeleteModal
3509
- msgid "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
3554
+ msgid "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
3510
3555
  msgstr ""
3511
3556
 
3512
3557
  #. Default: "Some relations are broken. Please fix."
@@ -3795,6 +3840,11 @@ msgstr ""
3795
3840
  msgid "The item could not be deleted."
3796
3841
  msgstr ""
3797
3842
 
3843
+ #. Default: "The kicker is a line of text shown above the title."
3844
+ #: components/manage/Blocks/Teaser/schema
3845
+ msgid "The kicker is a line of text shown above the title."
3846
+ msgstr ""
3847
+
3798
3848
  #. Default: "The link address is:"
3799
3849
  #: components/theme/View/LinkView
3800
3850
  msgid "The link address is:"
@@ -3908,9 +3958,9 @@ msgstr ""
3908
3958
  msgid "This is a working copy of {title}"
3909
3959
  msgstr ""
3910
3960
 
3911
- #. Default: "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
3961
+ #. Default: "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
3912
3962
  #: components/manage/Contents/ContentsDeleteModal
3913
- msgid "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
3963
+ msgid "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
3914
3964
  msgstr ""
3915
3965
 
3916
3966
  #. Default: "This item was locked by {creator} on {date}"
@@ -3970,6 +4020,7 @@ msgstr ""
3970
4020
 
3971
4021
  #. Default: "Total files to upload: {totalFiles}"
3972
4022
  #: components/manage/Contents/ContentsUploadModal
4023
+ #: components/manage/Contents/DropZoneContent
3973
4024
  msgid "Total files to upload: {totalFiles}"
3974
4025
  msgstr "Total de ficheiros para carregar: {totalFiles}"
3975
4026
 
@@ -4191,6 +4242,11 @@ msgstr ""
4191
4242
  msgid "Upload"
4192
4243
  msgstr "Enviar"
4193
4244
 
4245
+ #. Default: "Upload Files ({count})"
4246
+ #: components/manage/Contents/DropZoneContent
4247
+ msgid "Upload Files ({count})"
4248
+ msgstr ""
4249
+
4194
4250
  #. Default: "Upload a lead image in the 'Lead Image' content field."
4195
4251
  #: components/manage/Blocks/LeadImage/Edit
4196
4252
  msgid "Upload a lead image in the 'Lead Image' content field."
@@ -4450,6 +4506,11 @@ msgstr ""
4450
4506
  msgid "Workflow updated."
4451
4507
  msgstr "Fluxo de trabalho actualizado."
4452
4508
 
4509
+ #. Default: "Working copy"
4510
+ #: components/manage/Contents/ContentsItem
4511
+ msgid "Working copy"
4512
+ msgstr ""
4513
+
4453
4514
  #. Default: "Yearly"
4454
4515
  #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
4455
4516
  msgid "Yearly"
@@ -4461,6 +4522,16 @@ msgstr ""
4461
4522
  msgid "Yes"
4462
4523
  msgstr ""
4463
4524
 
4525
+ #. Default: "You are about to delete all items and all its subitems."
4526
+ #: components/manage/Contents/ContentsDeleteModal
4527
+ msgid "You are about to delete all items and all its subitems."
4528
+ msgstr ""
4529
+
4530
+ #. Default: "You are about to delete all items in the current pagination of this folder."
4531
+ #: components/manage/Contents/ContentsDeleteModal
4532
+ msgid "You are about to delete all items in the current pagination of this folder."
4533
+ msgstr ""
4534
+
4464
4535
  #. Default: "You are trying to access a protected resource, please {login} first."
4465
4536
  #: components/theme/Unauthorized/Unauthorized
4466
4537
  msgid "You are trying to access a protected resource, please {login} first."
@@ -4551,11 +4622,16 @@ msgstr ""
4551
4622
  msgid "addUserFormPasswordDescription"
4552
4623
  msgstr ""
4553
4624
 
4554
- #. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4625
+ #. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
4555
4626
  #: helpers/MessageLabels/MessageLabels
4556
4627
  msgid "addUserFormUsernameDescription"
4557
4628
  msgstr ""
4558
4629
 
4630
+ #. Default: "and {count} more…"
4631
+ #: components/manage/Contents/ContentsDeleteModal
4632
+ msgid "and {count} more…"
4633
+ msgstr ""
4634
+
4559
4635
  #. Default: "Available views"
4560
4636
  #: components/manage/Blocks/Search/schema
4561
4637
  msgid "availableViews"
@@ -4612,9 +4688,9 @@ msgstr ""
4612
4688
  msgid "daterangeFacet"
4613
4689
  msgstr ""
4614
4690
 
4615
- #. Default: "delete"
4691
+ #. Default: "delete {type} block"
4616
4692
  #: components/manage/Blocks/Block/EditBlockWrapper
4617
- msgid "delete"
4693
+ msgid "delete_block"
4618
4694
  msgstr "eliminar"
4619
4695
 
4620
4696
  #. Default: "You are using {browsername} {browserversion} which is deprecated by its vendor. That means that it does not get security updates and it is not ready for current modern web features, which deteriorates the user experience. Please upgrade to a modern browser."
@@ -4642,6 +4718,11 @@ msgstr "descrição_senha_enviada"
4642
4718
  msgid "draft"
4643
4719
  msgstr ""
4644
4720
 
4721
+ #. Default: "drag {type} block"
4722
+ #: components/manage/Blocks/Block/EditBlockWrapper
4723
+ msgid "drag_block"
4724
+ msgstr ""
4725
+
4645
4726
  #. Default: "Input must be valid email (something@domain.com)"
4646
4727
  #: helpers/MessageLabels/MessageLabels
4647
4728
  msgid "email"
@@ -4692,6 +4773,11 @@ msgstr ""
4692
4773
  msgid "examplePath"
4693
4774
  msgstr ""
4694
4775
 
4776
+ #. Default: "External URLs are not allowed in this field."
4777
+ #: components/manage/Widgets/ImageWidget
4778
+ msgid "externalURLsNotAllowed"
4779
+ msgstr ""
4780
+
4695
4781
  #. Default: "This website does not accept files larger than {limit}"
4696
4782
  #: helpers/MessageLabels/MessageLabels
4697
4783
  msgid "fileTooLarge"
@@ -4707,7 +4793,7 @@ msgstr ""
4707
4793
  msgid "flushAndRebuildRelationsHints"
4708
4794
  msgstr ""
4709
4795
 
4710
- #. Default: "Head title"
4796
+ #. Default: "Kicker"
4711
4797
  #: components/manage/Blocks/Teaser/schema
4712
4798
  msgid "head_title"
4713
4799
  msgstr ""
@@ -4752,6 +4838,11 @@ msgstr ""
4752
4838
  msgid "integer"
4753
4839
  msgstr ""
4754
4840
 
4841
+ #. Default: "No image was found in the internal path you provided."
4842
+ #: components/manage/Widgets/ImageWidget
4843
+ msgid "internalImageNotFoundErrorMessage"
4844
+ msgstr ""
4845
+
4755
4846
  #. Default: "Intranet"
4756
4847
  #: components/manage/Contents/ContentsItem
4757
4848
  msgid "intranet"
@@ -4906,6 +4997,16 @@ msgstr ""
4906
4997
  msgid "published"
4907
4998
  msgstr ""
4908
4999
 
5000
+ #. Default: "Current path (./)"
5001
+ #: components/manage/Widgets/QueryWidget
5002
+ msgid "query-widget-currentPath"
5003
+ msgstr ""
5004
+
5005
+ #. Default: "Parent path (../)"
5006
+ #: components/manage/Widgets/QueryWidget
5007
+ msgid "query-widget-parentPath"
5008
+ msgstr ""
5009
+
4909
5010
  #. Default: "Select…"
4910
5011
  #: components/manage/Widgets/QueryWidget
4911
5012
  msgid "querystring-widget-select"
@@ -4929,6 +5030,11 @@ msgstr ""
4929
5030
  #. Default: "refers to"
4930
5031
  #: components/manage/Contents/ContentsDeleteModal
4931
5032
  msgid "refers to"
5033
+ msgstr "Total de resultados"
5034
+
5035
+ #. Default: "Result count"
5036
+ #: components/manage/Contents/Contents
5037
+ msgid "resultCount"
4932
5038
  msgstr ""
4933
5039
 
4934
5040
  #. Default: "results"
@@ -5226,6 +5332,7 @@ msgstr ""
5226
5332
 
5227
5333
  #. Default: "{count, plural, one {Upload {count} file} other {Upload {count} files}}"
5228
5334
  #: components/manage/Contents/ContentsUploadModal
5335
+ #: components/manage/Contents/DropZoneContent
5229
5336
  msgid "{count, plural, one {Upload {count} file} other {Upload {count} files}}"
5230
5337
  msgstr ""
5231
5338