@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.":""}
@@ -16,6 +16,11 @@ msgstr ""
16
16
  msgid "<p>Add some HTML here</p>"
17
17
  msgstr "<p>यहां कुछ HTML जोड़ें</p>"
18
18
 
19
+ #. Default: "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
20
+ #: helpers/MessageLabels/MessageLabels
21
+ msgid "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
22
+ msgstr ""
23
+
19
24
  #. Default: "Account Registration Completed"
20
25
  #: components/theme/Register/Register
21
26
  msgid "Account Registration Completed"
@@ -565,6 +570,7 @@ msgstr ""
565
570
  #: components/manage/Add/Add
566
571
  #: components/manage/Contents/ContentsDeleteModal
567
572
  #: components/manage/Contents/ContentsUploadModal
573
+ #: components/manage/Contents/DropZoneContent
568
574
  #: components/manage/Controlpanels/ContentType
569
575
  #: components/manage/Controlpanels/ContentTypeLayout
570
576
  #: components/manage/Controlpanels/ContentTypeSchema
@@ -594,6 +600,7 @@ msgstr "सेल"
594
600
  #: components/manage/Blocks/Maps/Edit
595
601
  #: components/manage/Sidebar/AlignBlock
596
602
  #: components/manage/Widgets/AlignWidget
603
+ #: components/manage/Widgets/BlockAlignment
597
604
  msgid "Center"
598
605
  msgstr "केंद्र"
599
606
 
@@ -673,6 +680,11 @@ msgstr "एक फ़ाइल चुनें"
673
680
  msgid "Clear"
674
681
  msgstr "साफ़ करें"
675
682
 
683
+ #. Default: "Clear date and time"
684
+ #: components/manage/Widgets/DatetimeWidget
685
+ msgid "Clear date/time"
686
+ msgstr ""
687
+
676
688
  #. Default: "Clear filters"
677
689
  #: components/manage/Blocks/Search/components/FilterList
678
690
  msgid "Clear filters"
@@ -998,6 +1010,7 @@ msgstr "तारीख (नवीनतम पहले)"
998
1010
  #: components/manage/Controlpanels/UndoControlpanel
999
1011
  #: components/manage/Preferences/ChangePassword
1000
1012
  #: components/manage/Preferences/PersonalPreferences
1013
+ #: components/manage/Widgets/BlockWidth
1001
1014
  #: components/manage/Widgets/SchemaWidget
1002
1015
  #: components/manage/Widgets/SelectWidget
1003
1016
  #: components/theme/Comments/CommentEditModal
@@ -1089,10 +1102,10 @@ msgstr "क्या आप इस आइटम को हटाना चाह
1089
1102
  msgid "Deleted"
1090
1103
  msgstr "हटा दिया गया"
1091
1104
 
1092
- #. Default: "Deleting this item breaks {brokenReferences} {variation}."
1105
+ #. Default: "Deleting this item will break {brokenReferences} {variation}."
1093
1106
  #: components/manage/Contents/ContentsDeleteModal
1094
- msgid "Deleting this item breaks {brokenReferences} {variation}."
1095
- msgstr "इस आइटम को हटाने से {brokenReferences} {variation} टूट जाता है।"
1107
+ msgid "Deleting this item will break {brokenReferences} {variation}."
1108
+ msgstr ""
1096
1109
 
1097
1110
  #. Default: "Depth"
1098
1111
  #: components/manage/Widgets/QuerystringWidget
@@ -1196,6 +1209,11 @@ msgstr "दस्तावेज़ दृश्य"
1196
1209
  msgid "Download Event"
1197
1210
  msgstr "आयोजन डाउनलोड करें"
1198
1211
 
1212
+ #. Default: "Download file"
1213
+ #: components/theme/View/FileView
1214
+ msgid "Download file"
1215
+ msgstr ""
1216
+
1199
1217
  #. Default: "Drag and drop files from your computer onto this area or click the “Browse” button."
1200
1218
  #: components/manage/Contents/ContentsUploadModal
1201
1219
  msgid "Drag and drop files from your computer onto this area or click the “Browse” button."
@@ -1219,6 +1237,11 @@ msgstr "नई फ़ाइल अपलोड करने के लिए य
1219
1237
  msgid "Drop files here ..."
1220
1238
  msgstr "यहाँ फ़ाइलें ड्रॉप करें ..."
1221
1239
 
1240
+ #. Default: "Drop files here to upload"
1241
+ #: components/manage/Contents/DropZoneContent
1242
+ msgid "Drop files here to upload"
1243
+ msgstr ""
1244
+
1222
1245
  #. Default: "Dry run selected, transaction aborted."
1223
1246
  #: components/manage/Controlpanels/UpgradeControlPanel
1224
1247
  msgid "Dry run selected, transaction aborted."
@@ -1548,6 +1571,7 @@ msgstr ""
1548
1571
 
1549
1572
  #. Default: "File size"
1550
1573
  #: components/manage/Contents/ContentsUploadModal
1574
+ #: components/manage/Contents/DropZoneContent
1551
1575
  msgid "File size"
1552
1576
  msgstr "फ़ाइल का आकार"
1553
1577
 
@@ -1558,11 +1582,13 @@ msgstr "फ़ाइल दृश्य"
1558
1582
 
1559
1583
  #. Default: "Filename"
1560
1584
  #: components/manage/Contents/ContentsUploadModal
1585
+ #: components/manage/Contents/DropZoneContent
1561
1586
  msgid "Filename"
1562
1587
  msgstr "फ़ाइल का नाम"
1563
1588
 
1564
1589
  #. Default: "Files uploaded: {uploadedFiles}"
1565
1590
  #: components/manage/Contents/ContentsUploadModal
1591
+ #: components/manage/Contents/DropZoneContent
1566
1592
  msgid "Files uploaded: {uploadedFiles}"
1567
1593
  msgstr ""फ़ाइलें अपलोड की गईं: {uploadedFiles}"
1568
1594
 
@@ -1646,6 +1672,7 @@ msgstr "से"
1646
1672
  #: components/manage/Blocks/Maps/Edit
1647
1673
  #: components/manage/Sidebar/AlignBlock
1648
1674
  #: components/manage/Widgets/AlignWidget
1675
+ #: components/manage/Widgets/BlockWidth
1649
1676
  msgid "Full"
1650
1677
  msgstr "पूरा"
1651
1678
 
@@ -2031,6 +2058,7 @@ msgstr ""
2031
2058
 
2032
2059
  #. Default: "Large"
2033
2060
  #: components/manage/Widgets/ImageSizeWidget
2061
+ #: components/manage/Widgets/Size
2034
2062
  msgid "Large"
2035
2063
  msgstr "बड़ा"
2036
2064
 
@@ -2046,6 +2074,7 @@ msgstr "अंतिम टिप्पणी की तारीख"
2046
2074
 
2047
2075
  #. Default: "Last modified"
2048
2076
  #: components/manage/Contents/ContentsUploadModal
2077
+ #: components/manage/Contents/DropZoneContent
2049
2078
  msgid "Last modified"
2050
2079
  msgstr "अंतिम संशोधन"
2051
2080
 
@@ -2061,6 +2090,7 @@ msgstr "नवीनतम संस्करण"
2061
2090
 
2062
2091
  #. Default: "Layout"
2063
2092
  #: components/manage/Controlpanels/ContentTypesActions
2093
+ #: components/manage/Widgets/BlockWidth
2064
2094
  msgid "Layout"
2065
2095
  msgstr "लेआउट"
2066
2096
 
@@ -2073,6 +2103,7 @@ msgstr "प्रमुख छवि"
2073
2103
  #: components/manage/Blocks/Maps/Edit
2074
2104
  #: components/manage/Sidebar/AlignBlock
2075
2105
  #: components/manage/Widgets/AlignWidget
2106
+ #: components/manage/Widgets/BlockAlignment
2076
2107
  msgid "Left"
2077
2108
  msgstr "बाएँ"
2078
2109
 
@@ -2271,6 +2302,7 @@ msgstr "अधिकतम मूल्य {len} है।"
2271
2302
 
2272
2303
  #. Default: "Medium"
2273
2304
  #: components/manage/Widgets/ImageSizeWidget
2305
+ #: components/manage/Widgets/Size
2274
2306
  msgid "Medium"
2275
2307
  msgstr "मध्यम"
2276
2308
 
@@ -2383,6 +2415,7 @@ msgstr "नाम"
2383
2415
 
2384
2416
  #. Default: "Narrow"
2385
2417
  #: components/manage/Widgets/AlignWidget
2418
+ #: components/manage/Widgets/BlockWidth
2386
2419
  msgid "Narrow"
2387
2420
  msgstr "संकीर्ण"
2388
2421
 
@@ -2453,7 +2486,7 @@ msgstr "कोई ऐड-ऑन नहीं मिला"
2453
2486
  msgid "No broken relations found."
2454
2487
  msgstr "कोई टूटी हुई संबंध नहीं मिला।"
2455
2488
 
2456
- #. Default: "There is no connection to the server, due to a timeout o no network connection."
2489
+ #. Default: "There is no connection to the server, due to a timeout or no network connection."
2457
2490
  #: components/theme/RequestTimeout/RequestTimeout
2458
2491
  msgid "No connection to the server"
2459
2492
  msgstr "सर्वर से कोई कनेक्शन नहीं है"
@@ -2560,10 +2593,14 @@ msgstr "कोई वर्कफ़्लो नहीं"
2560
2593
 
2561
2594
  #. Default: "None"
2562
2595
  #: components/manage/Contents/Contents
2563
- #: components/manage/Contents/ContentsItem
2564
2596
  msgid "None"
2565
2597
  msgstr "कोई नहीं"
2566
2598
 
2599
+ #. Default: "None"
2600
+ #: components/manage/Contents/ContentsItem
2601
+ msgid "Not available"
2602
+ msgstr "कोई नहीं"
2603
+
2567
2604
  #. Default: "Note"
2568
2605
  #: components/manage/Controlpanels/UndoControlpanel
2569
2606
  msgid "Note"
@@ -2594,9 +2631,9 @@ msgstr "आयोजनएं"
2594
2631
  msgid "Ok"
2595
2632
  msgstr "ठीक है"
2596
2633
 
2597
- #. 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."
2634
+ #. 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."
2598
2635
  #: components/manage/Widgets/IdWidget
2599
- 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."
2636
+ 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."
2600
2637
  msgstr "केवल 7-बिट बाइट वाले वर्ण प्रयोग किए जा सकते हैं। अपरकेस अक्षर, विशेष वर्ण: <, >, &, #, /, ?, या अन्य जो यूआरएल में अवैध हैं, का प्रयोग नहीं किया जा सकता। नहीं शुरू हो सकता: _, aq_, @@, ++। __ के साथ समाप्त नहीं हो सकता। नहीं हो सकता: request,contributors, ., .., ""। नई पंक्तियों को नहीं शामिल किया जा सकता।"
2601
2638
 
2602
2639
  #. Default: "Open in a new tab"
@@ -2800,6 +2837,7 @@ msgstr "अपना कोड सुंदर बनाएं"
2800
2837
  #. Default: "Preview"
2801
2838
  #: components/manage/Blocks/HTML/Edit
2802
2839
  #: components/manage/Contents/ContentsUploadModal
2840
+ #: components/manage/Contents/DropZoneContent
2803
2841
  msgid "Preview"
2804
2842
  msgstr "पूर्वावलोकन"
2805
2843
 
@@ -2896,7 +2934,7 @@ msgstr "संबंधित आइटम के रूप में इस आ
2896
2934
  msgid "Referencing this item with {relationship}"
2897
2935
  msgstr "{relationship} के साथ इस आइटम का संदर्भ"
2898
2936
 
2899
- #. Default: "Refresh source content"
2937
+ #. Default: "Reset to target"
2900
2938
  #: components/manage/Blocks/Teaser/Data
2901
2939
  msgid "Refresh source content"
2902
2940
  msgstr ""
@@ -2941,6 +2979,11 @@ msgstr "plone.api >= 2.0.3 के साथ संबंध संपादन
2941
2979
  msgid "Relations updated"
2942
2980
  msgstr "संबंध अपडेट किए गए"
2943
2981
 
2982
+ #. Default: "Release to add file(s) to this folder"
2983
+ #: components/manage/Contents/DropZoneContent
2984
+ msgid "Release to add file(s) to this folder"
2985
+ msgstr ""
2986
+
2944
2987
  #. Default: "Relevance"
2945
2988
  #: components/theme/Search/Search
2946
2989
  msgid "Relevance"
@@ -3095,6 +3138,7 @@ msgstr "रिचटेक्स्ट"
3095
3138
  #: components/manage/Blocks/Maps/Edit
3096
3139
  #: components/manage/Sidebar/AlignBlock
3097
3140
  #: components/manage/Widgets/AlignWidget
3141
+ #: components/manage/Widgets/BlockAlignment
3098
3142
  msgid "Right"
3099
3143
  msgstr "दाईं ओर"
3100
3144
 
@@ -3491,18 +3535,19 @@ msgstr "साइज: {size}"
3491
3535
 
3492
3536
  #. Default: "Small"
3493
3537
  #: components/manage/Widgets/ImageSizeWidget
3538
+ #: components/manage/Widgets/Size
3494
3539
  msgid "Small"
3495
3540
  msgstr "छोटा"
3496
3541
 
3497
- #. Default: "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
3542
+ #. Default: "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
3498
3543
  #: components/manage/Contents/ContentsDeleteModal
3499
- msgid "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
3500
- msgstr "कुछ आइटम एक फ़ोल्डर भी हो सकते हैं। उन्हें हटा कर आप {containedItemsToDelete} {variation} फ़ोल्डर के अंदर में हटा देंगे।"
3544
+ msgid "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
3545
+ msgstr ""
3501
3546
 
3502
- #. Default: "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
3547
+ #. Default: "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
3503
3548
  #: components/manage/Contents/ContentsDeleteModal
3504
- msgid "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
3505
- msgstr "कुछ आइटम अन्य सामग्रियों द्वारा संदर्भित होते हैं। उन्हें हटा कर आप {brokenReferences} {variation} टूट जाएगा।"
3549
+ msgid "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
3550
+ msgstr ""
3506
3551
 
3507
3552
  #. Default: "Some relations are broken. Please fix."
3508
3553
  #: components/manage/Controlpanels/Relations/Relations
@@ -3790,6 +3835,11 @@ msgstr "निम्नलिखित सूची दिखाती है
3790
3835
  msgid "The item could not be deleted."
3791
3836
  msgstr "आइटम को हटाया नहीं जा सका।"
3792
3837
 
3838
+ #. Default: "The kicker is a line of text shown above the title."
3839
+ #: components/manage/Blocks/Teaser/schema
3840
+ msgid "The kicker is a line of text shown above the title."
3841
+ msgstr ""
3842
+
3793
3843
  #. Default: "The link address is:"
3794
3844
  #: components/theme/View/LinkView
3795
3845
  msgid "The link address is:"
@@ -3903,10 +3953,10 @@ msgstr "यह एक आरक्षित नाम है और इसका
3903
3953
  msgid "This is a working copy of {title}"
3904
3954
  msgstr "यह {title} की काम की प्रतिलिपि है"
3905
3955
 
3906
- #. Default: "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
3956
+ #. Default: "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
3907
3957
  #: components/manage/Contents/ContentsDeleteModal
3908
- msgid "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
3909
- msgstr "यह आइटम एक फ़ोल्डर भी है। इसे हटाकर आप {containedItemsToDelete} {variation} फ़ोल्डर के अंदर हटा देंगे।"
3958
+ msgid "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
3959
+ msgstr ""
3910
3960
 
3911
3961
  #. Default: "This item was locked by {creator} on {date}"
3912
3962
  #: components/manage/LockingToastsFactory/LockingToastsFactory
@@ -3965,6 +4015,7 @@ msgstr "कुल टिप्पणियाँ"
3965
4015
 
3966
4016
  #. Default: "Total files to upload: {totalFiles}"
3967
4017
  #: components/manage/Contents/ContentsUploadModal
4018
+ #: components/manage/Contents/DropZoneContent
3968
4019
  msgid "Total files to upload: {totalFiles}"
3969
4020
  msgstr "अपलोड करने के लिए कुल फ़ाइलें: {totalFiles}"
3970
4021
 
@@ -4186,6 +4237,11 @@ msgstr "अपग्रेड कदम"
4186
4237
  msgid "Upload"
4187
4238
  msgstr "अपलोड"
4188
4239
 
4240
+ #. Default: "Upload Files ({count})"
4241
+ #: components/manage/Contents/DropZoneContent
4242
+ msgid "Upload Files ({count})"
4243
+ msgstr ""
4244
+
4189
4245
  #. Default: "Upload a lead image in the 'Lead Image' content field."
4190
4246
  #: components/manage/Blocks/LeadImage/Edit
4191
4247
  msgid "Upload a lead image in the 'Lead Image' content field."
@@ -4445,6 +4501,11 @@ msgstr "वर्कफ़्लो स्थितियों को अपड
4445
4501
  msgid "Workflow updated."
4446
4502
  msgstr "वर्कफ़्लो अपडेट किया गया है।"
4447
4503
 
4504
+ #. Default: "Working copy"
4505
+ #: components/manage/Contents/ContentsItem
4506
+ msgid "Working copy"
4507
+ msgstr "काम की प्रतिलिपि"
4508
+
4448
4509
  #. Default: "Yearly"
4449
4510
  #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
4450
4511
  msgid "Yearly"
@@ -4456,6 +4517,16 @@ msgstr "सालाना"
4456
4517
  msgid "Yes"
4457
4518
  msgstr "हां"
4458
4519
 
4520
+ #. Default: "You are about to delete all items and all its subitems."
4521
+ #: components/manage/Contents/ContentsDeleteModal
4522
+ msgid "You are about to delete all items and all its subitems."
4523
+ msgstr ""
4524
+
4525
+ #. Default: "You are about to delete all items in the current pagination of this folder."
4526
+ #: components/manage/Contents/ContentsDeleteModal
4527
+ msgid "You are about to delete all items in the current pagination of this folder."
4528
+ msgstr ""
4529
+
4459
4530
  #. Default: "You are trying to access a protected resource, please {login} first."
4460
4531
  #: components/theme/Unauthorized/Unauthorized
4461
4532
  msgid "You are trying to access a protected resource, please {login} first."
@@ -4546,11 +4617,16 @@ msgstr "पूरा नाम दर्ज करें, जैसे John Smit
4546
4617
  msgid "addUserFormPasswordDescription"
4547
4618
  msgstr "अपना नया पासवर्ड दर्ज करें। न्यूनतम 8 अक्षर।"
4548
4619
 
4549
- #. 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."
4620
+ #. 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."
4550
4621
  #: helpers/MessageLabels/MessageLabels
4551
4622
  msgid "addUserFormUsernameDescription"
4552
4623
  msgstr "एक उपयोगकर्ता नाम दर्ज करें, सामान्यत: "jsmith" कुछ ऐसा। कोई रिक्त स्थान या विशेष वर्ण नहीं। उपयोगकर्ता नाम और पासवर्ड मामूली हैं, सुनिश्चित करें कि कैप्स लॉक कुंजी सक्षम नहीं है। यह लॉगिन के लिए उपयोग किया जाने वाला नाम है।"
4553
4624
 
4625
+ #. Default: "and {count} more…"
4626
+ #: components/manage/Contents/ContentsDeleteModal
4627
+ msgid "and {count} more…"
4628
+ msgstr ""
4629
+
4554
4630
  #. Default: "Available views"
4555
4631
  #: components/manage/Blocks/Search/schema
4556
4632
  msgid "availableViews"
@@ -4607,9 +4683,9 @@ msgstr "{countofrelation} टूटी हुई {countofrelation, plural, one {
4607
4683
  msgid "daterangeFacet"
4608
4684
  msgstr "तिथि सीमा"
4609
4685
 
4610
- #. Default: "delete"
4686
+ #. Default: "delete {type} block"
4611
4687
  #: components/manage/Blocks/Block/EditBlockWrapper
4612
- msgid "delete"
4688
+ msgid "delete_block"
4613
4689
  msgstr "हटाएँ"
4614
4690
 
4615
4691
  #. 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."
@@ -4637,6 +4713,11 @@ msgstr "आपका पासवर्ड रीसेट अनुरोध
4637
4713
  msgid "draft"
4638
4714
  msgstr "ड्राफ़्ट"
4639
4715
 
4716
+ #. Default: "drag {type} block"
4717
+ #: components/manage/Blocks/Block/EditBlockWrapper
4718
+ msgid "drag_block"
4719
+ msgstr ""
4720
+
4640
4721
  #. Default: "Input must be valid email (something@domain.com)"
4641
4722
  #: helpers/MessageLabels/MessageLabels
4642
4723
  msgid "email"
@@ -4687,6 +4768,11 @@ msgstr "कहाँ"
4687
4768
  msgid "examplePath"
4688
4769
  msgstr ""
4689
4770
 
4771
+ #. Default: "External URLs are not allowed in this field."
4772
+ #: components/manage/Widgets/ImageWidget
4773
+ msgid "externalURLsNotAllowed"
4774
+ msgstr ""
4775
+
4690
4776
  #. Default: "This website does not accept files larger than {limit}"
4691
4777
  #: helpers/MessageLabels/MessageLabels
4692
4778
  msgid "fileTooLarge"
@@ -4702,7 +4788,7 @@ msgstr "intIds और संबंध पुनः निर्माण कर
4702
4788
  msgid "flushAndRebuildRelationsHints"
4703
4789
  msgstr "<ul><li>intIds पुनः उत्पन्न करें (संबंध निर्माण में संबंध के टोकन)</li><li>संबंध पुनः निर्माण करें</li></ul><p>विवरण के लिए लॉग की जाँच करें!</p><p><b>चेतावनी</b>: यदि आप ऐड-ऑन्स intIds पर आश्रित हैं, तो आपको उन्हें फ्लश नहीं करना चाहिए।</p>"
4704
4790
 
4705
- #. Default: "Head title"
4791
+ #. Default: "Kicker"
4706
4792
  #: components/manage/Blocks/Teaser/schema
4707
4793
  msgid "head_title"
4708
4794
  msgstr "हेड शीर्षक"
@@ -4747,6 +4833,11 @@ msgstr "छवि पूर्वावलोकन"
4747
4833
  msgid "integer"
4748
4834
  msgstr "संख्या"
4749
4835
 
4836
+ #. Default: "No image was found in the internal path you provided."
4837
+ #: components/manage/Widgets/ImageWidget
4838
+ msgid "internalImageNotFoundErrorMessage"
4839
+ msgstr ""
4840
+
4750
4841
  #. Default: "Intranet"
4751
4842
  #: components/manage/Contents/ContentsItem
4752
4843
  msgid "intranet"
@@ -4901,6 +4992,16 @@ msgstr "निजी"
4901
4992
  msgid "published"
4902
4993
  msgstr "प्रकाशित"
4903
4994
 
4995
+ #. Default: "Current path (./)"
4996
+ #: components/manage/Widgets/QueryWidget
4997
+ msgid "query-widget-currentPath"
4998
+ msgstr ""
4999
+
5000
+ #. Default: "Parent path (../)"
5001
+ #: components/manage/Widgets/QueryWidget
5002
+ msgid "query-widget-parentPath"
5003
+ msgstr ""
5004
+
4904
5005
  #. Default: "Select…"
4905
5006
  #: components/manage/Widgets/QueryWidget
4906
5007
  msgid "querystring-widget-select"
@@ -4926,6 +5027,11 @@ msgstr "संदर्भ"
4926
5027
  msgid "refers to"
4927
5028
  msgstr ""
4928
5029
 
5030
+ #. Default: "Result count"
5031
+ #: components/manage/Contents/Contents
5032
+ msgid "resultCount"
5033
+ msgstr ""
5034
+
4929
5035
  #. Default: "results"
4930
5036
  #: components/theme/Search/Search
4931
5037
  msgid "results found"
@@ -5221,6 +5327,7 @@ msgstr "हाँ"
5221
5327
 
5222
5328
  #. Default: "{count, plural, one {Upload {count} file} other {Upload {count} files}}"
5223
5329
  #: components/manage/Contents/ContentsUploadModal
5330
+ #: components/manage/Contents/DropZoneContent
5224
5331
  msgid "{count, plural, one {Upload {count} file} other {Upload {count} files}}"
5225
5332
  msgstr ""
5226
5333