@kitconcept/volto-light-theme 8.0.0-alpha.3 → 8.0.0-alpha.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.changelog.draft +6 -9
- package/CHANGELOG.md +310 -0
- package/locales/af/LC_MESSAGES/volto.po +645 -0
- package/locales/ar/LC_MESSAGES/volto.po +645 -0
- package/locales/bg/LC_MESSAGES/volto.po +645 -0
- package/locales/bn/LC_MESSAGES/volto.po +645 -0
- package/locales/ca/LC_MESSAGES/volto.po +645 -0
- package/locales/cs/LC_MESSAGES/volto.po +645 -0
- package/locales/cy/LC_MESSAGES/volto.po +645 -0
- package/locales/da/LC_MESSAGES/volto.po +645 -0
- package/locales/de/LC_MESSAGES/volto.po +83 -167
- package/locales/el/LC_MESSAGES/volto.po +645 -0
- package/locales/en/LC_MESSAGES/volto.po +30 -115
- package/locales/en_AU/LC_MESSAGES/volto.po +645 -0
- package/locales/en_GB/LC_MESSAGES/volto.po +645 -0
- package/locales/eo/LC_MESSAGES/volto.po +645 -0
- package/locales/es/LC_MESSAGES/volto.po +75 -160
- package/locales/et/LC_MESSAGES/volto.po +645 -0
- package/locales/eu/LC_MESSAGES/volto.po +59 -125
- package/locales/fa/LC_MESSAGES/volto.po +645 -0
- package/locales/fi/LC_MESSAGES/volto.po +645 -0
- package/locales/fr/LC_MESSAGES/volto.po +645 -0
- package/locales/fu/LC_MESSAGES/volto.po +645 -0
- package/locales/ga/LC_MESSAGES/volto.po +645 -0
- package/locales/gl/LC_MESSAGES/volto.po +645 -0
- package/locales/he/LC_MESSAGES/volto.po +645 -0
- package/locales/hi/LC_MESSAGES/volto.po +645 -0
- package/locales/hr/LC_MESSAGES/volto.po +645 -0
- package/locales/hu/LC_MESSAGES/volto.po +645 -0
- package/locales/hy/LC_MESSAGES/volto.po +645 -0
- package/locales/id/LC_MESSAGES/volto.po +645 -0
- package/locales/it/LC_MESSAGES/volto.po +645 -0
- package/locales/ja/LC_MESSAGES/volto.po +645 -0
- package/locales/ka/LC_MESSAGES/volto.po +645 -0
- package/locales/kn/LC_MESSAGES/volto.po +645 -0
- package/locales/ko/LC_MESSAGES/volto.po +645 -0
- package/locales/lt/LC_MESSAGES/volto.po +645 -0
- package/locales/lv/LC_MESSAGES/volto.po +645 -0
- package/locales/mi/LC_MESSAGES/volto.po +645 -0
- package/locales/mk_MK/LC_MESSAGES/volto.po +645 -0
- package/locales/ms/LC_MESSAGES/volto.po +645 -0
- package/locales/mt/LC_MESSAGES/volto.po +645 -0
- package/locales/my/LC_MESSAGES/volto.po +645 -0
- package/locales/nl/LC_MESSAGES/volto.po +645 -0
- package/locales/nl_BE/LC_MESSAGES/volto.po +645 -0
- package/locales/nn/LC_MESSAGES/volto.po +645 -0
- package/locales/no/LC_MESSAGES/volto.po +645 -0
- package/locales/pl/LC_MESSAGES/volto.po +645 -0
- package/locales/pt/LC_MESSAGES/volto.po +645 -0
- package/locales/pt_BR/LC_MESSAGES/volto.po +38 -123
- package/locales/rm/LC_MESSAGES/volto.po +645 -0
- package/locales/ro/LC_MESSAGES/volto.po +645 -0
- package/locales/ru/LC_MESSAGES/volto.po +645 -0
- package/locales/sk/LC_MESSAGES/volto.po +645 -0
- package/locales/sl/LC_MESSAGES/volto.po +645 -0
- package/locales/sm/LC_MESSAGES/volto.po +645 -0
- package/locales/sq/LC_MESSAGES/volto.po +645 -0
- package/locales/sr/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Cyrl/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Latn/LC_MESSAGES/volto.po +645 -0
- package/locales/sv/LC_MESSAGES/volto.po +645 -0
- package/locales/sw/LC_MESSAGES/volto.po +645 -0
- package/locales/ta/LC_MESSAGES/volto.po +645 -0
- package/locales/te/LC_MESSAGES/volto.po +645 -0
- package/locales/th/LC_MESSAGES/volto.po +645 -0
- package/locales/tl/LC_MESSAGES/volto.po +645 -0
- package/locales/to/LC_MESSAGES/volto.po +645 -0
- package/locales/tr/LC_MESSAGES/volto.po +645 -0
- package/locales/uk/LC_MESSAGES/volto.po +645 -0
- package/locales/vi/LC_MESSAGES/volto.po +645 -0
- package/locales/volto.pot +31 -116
- package/locales/zh_CN/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_HK/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_TW/LC_MESSAGES/volto.po +645 -0
- package/package.json +7 -4
- package/src/__mocks__/semantic-ui-react.ts +31 -0
- package/src/components/Blocks/Block/EditBlockWrapper.jsx +9 -3
- package/src/components/Blocks/Button/schema.js +12 -0
- package/src/components/Blocks/EventCalendar/Search/components/EventTemplate.tsx +1 -1
- package/src/components/Blocks/Image/Edit.jsx +9 -32
- package/src/components/Blocks/Image/View.jsx +9 -26
- package/src/components/Blocks/Image/adapter.js +28 -14
- package/src/components/Blocks/Image/adapter.test.js +156 -0
- package/src/components/Blocks/Image/schema.js +21 -7
- package/src/components/Blocks/Listing/DefaultTemplate.jsx +12 -6
- package/src/components/Blocks/Listing/GridTemplate.jsx +17 -7
- package/src/components/Blocks/Listing/ListingBody.jsx +4 -1
- package/src/components/Blocks/Listing/SummaryTemplate.jsx +17 -7
- package/src/components/Blocks/Maps/MapsSidebar.jsx +68 -0
- package/src/components/Blocks/Maps/View.jsx +37 -0
- package/src/components/Blocks/Maps/adapter.js +27 -0
- package/src/components/Blocks/Maps/adapter.test.js +63 -0
- package/src/components/Blocks/Maps/schema.js +42 -2
- package/src/components/Blocks/Separator/schema.js +12 -0
- package/src/components/Blocks/Teaser/DefaultBody.tsx +35 -6
- package/src/components/Blocks/Video/VideoSidebar.jsx +68 -0
- package/src/components/Blocks/Video/View.jsx +38 -0
- package/src/components/Blocks/Video/adapter.js +28 -0
- package/src/components/Blocks/Video/adapter.test.js +63 -0
- package/src/components/Blocks/Video/schema.js +42 -2
- package/src/components/Blocks/schema.ts +69 -0
- package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +128 -0
- package/src/components/Breadcrumbs/Breadcrumbs.tsx +117 -0
- package/src/components/Caption/Caption.test.tsx +31 -0
- package/src/components/Caption/{Caption.jsx → Caption.tsx} +14 -21
- package/src/components/Footer/ColumnLinks.tsx +2 -2
- package/src/components/Footer/Footer.tsx +2 -2
- package/src/components/Footer/slots/Colophon.tsx +13 -1
- package/src/components/Footer/slots/CoreFooter.tsx +4 -2
- package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
- package/src/components/Header/Header.tsx +3 -3
- package/src/components/LanguageSelector/LanguageSelector.tsx +91 -0
- package/src/components/MobileNavigation/MobileNavigation.jsx +11 -9
- package/src/components/Navigation/Navigation.test.tsx +176 -0
- package/src/components/Navigation/{Navigation.jsx → Navigation.tsx} +89 -42
- package/src/components/StickyMenu/MobileCarouselArrowButton.tsx +81 -0
- package/src/components/StickyMenu/MobileStickyMenu.tsx +76 -0
- package/src/components/Summary/DefaultSummary.tsx +10 -3
- package/src/components/Summary/EventSummary.tsx +10 -3
- package/src/components/Summary/FileSummary.tsx +10 -3
- package/src/components/Summary/NewsItemSummary.tsx +10 -3
- package/src/components/Summary/PersonSummary.tsx +10 -3
- package/src/components/Summary/Summary.stories.tsx +46 -30
- package/src/components/Tags/Tags.test.tsx +71 -0
- package/src/components/Tags/{Tags.jsx → Tags.tsx} +9 -25
- package/src/components/Theme/EventView.jsx +4 -4
- package/src/components/Theme/ImageView.jsx +8 -1
- package/src/components/Theme/NewsItemView.jsx +4 -4
- package/src/components/Theme/RenderBlocksV2.jsx +38 -15
- package/src/components/Widgets/ColorSwatch.stories.tsx +197 -0
- package/src/components/Widgets/ColorSwatch.test.tsx +188 -0
- package/src/components/Widgets/ColorSwatch.tsx +77 -39
- package/src/components/Widgets/ObjectList.tsx +37 -27
- package/src/components/Widgets/SoftTextWidget.tsx +129 -0
- package/src/components/Widgets/SoftTextareaWidget.tsx +118 -0
- package/src/components/Widgets/ThemeColorSwatch.tsx +5 -9
- package/src/config/blocks.tsx +83 -28
- package/src/config/classExtenders.ts +11 -10
- package/src/config/settings.ts +6 -0
- package/src/config/slots.ts +7 -0
- package/src/config/widgets.ts +5 -9
- package/src/customizations/volto/components/manage/Blocks/Maps/MapsSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Maps/View.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/VideoSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/View.jsx +10 -0
- package/src/customizations/volto/components/manage/DragDropList/DragDropList.jsx +263 -0
- package/src/customizations/volto/components/theme/LanguageSelector/LanguageSelector.tsx +10 -0
- package/src/helpers/styleDefinitions.test.tsx +30 -0
- package/src/helpers/styleDefinitions.ts +49 -0
- package/src/helpers/useLiveData.ts +7 -2
- package/src/index.ts +15 -0
- package/src/internalChecks.test.ts +94 -0
- package/src/primitives/Card/Card.stories.tsx +4 -1
- package/src/primitives/Card/Card.test.tsx +11 -33
- package/src/primitives/Card/Card.tsx +37 -44
- package/src/primitives/IconLinkList.tsx +53 -52
- package/src/primitives/LinkIconButton.tsx +52 -0
- package/src/reducers/errorContext.ts +14 -0
- package/src/reducers/index.ts +7 -0
- package/src/theme/_bgcolor-blocks-layout.scss +48 -46
- package/src/theme/_content.scss +12 -13
- package/src/theme/_export_import.scss +94 -0
- package/src/theme/_footer.scss +131 -64
- package/src/theme/_header.scss +25 -5
- package/src/theme/_insets.scss +1 -1
- package/src/theme/_layout.scss +41 -77
- package/src/theme/_mobile-sticky-menu.scss +92 -0
- package/src/theme/_search-page.scss +250 -0
- package/src/theme/_typo-custom.scss +24 -8
- package/src/theme/_variables.scss +40 -4
- package/src/theme/_widgets.scss +6 -17
- package/src/theme/blocks/_accordion.scss +11 -4
- package/src/theme/blocks/_form.scss +350 -0
- package/src/theme/blocks/_grid.scss +10 -77
- package/src/theme/blocks/_highlight.scss +10 -7
- package/src/theme/blocks/_image.scss +99 -184
- package/src/theme/blocks/_listing.scss +61 -128
- package/src/theme/blocks/_maps.scss +60 -34
- package/src/theme/blocks/_search.scss +3 -4
- package/src/theme/blocks/_table.scss +1 -0
- package/src/theme/blocks/_teaser.scss +7 -117
- package/src/theme/blocks/_toc.scss +2 -1
- package/src/theme/card.scss +136 -69
- package/src/theme/main.scss +4 -0
- package/src/theme/notfound.scss +2 -0
- package/src/theme/person.scss +7 -1
- package/src/theme/sticky-menu.scss +7 -5
- package/src/transforms/to6.ts +5 -49
- package/src/transforms/to8.test.js +201 -0
- package/src/transforms/to8.ts +109 -0
- package/src/types.d.ts +1 -0
- package/vitest.config.mjs +28 -3
- package/razzle.extend.js +0 -38
- package/src/components/Blocks/schema.js +0 -44
- package/src/components/Breadcrumbs/Breadcrumbs.jsx +0 -118
- package/src/components/Widgets/AlignWidget.tsx +0 -84
- package/src/components/Widgets/BlockAlignment.tsx +0 -88
- package/src/components/Widgets/BlockWidth.tsx +0 -101
- package/src/components/Widgets/Buttons.tsx +0 -167
- package/src/components/Widgets/Size.tsx +0 -78
package/locales/volto.pot
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
-
"POT-Creation-Date:
|
|
4
|
+
"POT-Creation-Date: 2026-02-16T14:21:29.474Z\n"
|
|
5
5
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
6
|
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
7
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
@@ -54,12 +54,6 @@ msgstr ""
|
|
|
54
54
|
msgid "Advanced facets are initially hidden and displayed on demand"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#. Default: "Alignment"
|
|
58
|
-
#: components/Blocks/Button/schema
|
|
59
|
-
#: components/Blocks/Separator/schema
|
|
60
|
-
msgid "Alignment"
|
|
61
|
-
msgstr ""
|
|
62
|
-
|
|
63
57
|
#. Default: "Alt text"
|
|
64
58
|
#: components/Widgets/schema/footerLogosSchema
|
|
65
59
|
#: components/Widgets/schema/iconLinkListSchema
|
|
@@ -87,9 +81,7 @@ msgid "Base search query"
|
|
|
87
81
|
msgstr ""
|
|
88
82
|
|
|
89
83
|
#. Default: "Block Width"
|
|
90
|
-
#: components/Blocks/Button/schema
|
|
91
84
|
#: components/Blocks/Image/schema
|
|
92
|
-
#: components/Blocks/Separator/schema
|
|
93
85
|
msgid "Block Width"
|
|
94
86
|
msgstr ""
|
|
95
87
|
|
|
@@ -98,21 +90,11 @@ msgstr ""
|
|
|
98
90
|
msgid "Breadcrumbs"
|
|
99
91
|
msgstr ""
|
|
100
92
|
|
|
101
|
-
#. Default: "Button text"
|
|
102
|
-
#: components/Blocks/Slider/schema
|
|
103
|
-
msgid "Button text"
|
|
104
|
-
msgstr ""
|
|
105
|
-
|
|
106
93
|
#. Default: "Cancel search"
|
|
107
94
|
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
108
95
|
msgid "Cancel search"
|
|
109
96
|
msgstr ""
|
|
110
97
|
|
|
111
|
-
#. Default: "Center"
|
|
112
|
-
#: components/Widgets/BlockAlignment
|
|
113
|
-
msgid "Center"
|
|
114
|
-
msgstr ""
|
|
115
|
-
|
|
116
98
|
#. Default: "Close menu"
|
|
117
99
|
#: components/MobileNavigation/MobileNavigation
|
|
118
100
|
#: components/Navigation/Navigation
|
|
@@ -135,12 +117,6 @@ msgstr ""
|
|
|
135
117
|
msgid "Contact"
|
|
136
118
|
msgstr ""
|
|
137
119
|
|
|
138
|
-
#. Default: "Continue reading"
|
|
139
|
-
#: components/Blocks/Slider/DefaultBody
|
|
140
|
-
#: components/Blocks/Slider/SliderVariants
|
|
141
|
-
msgid "Continue reading"
|
|
142
|
-
msgstr ""
|
|
143
|
-
|
|
144
120
|
#. Default: "Controls"
|
|
145
121
|
#: components/Blocks/EventCalendar/Search/schema
|
|
146
122
|
msgid "Controls"
|
|
@@ -151,11 +127,6 @@ msgstr ""
|
|
|
151
127
|
msgid "Copyright"
|
|
152
128
|
msgstr ""
|
|
153
129
|
|
|
154
|
-
#. Default: "Default"
|
|
155
|
-
#: components/Widgets/BlockWidth
|
|
156
|
-
msgid "Default"
|
|
157
|
-
msgstr ""
|
|
158
|
-
|
|
159
130
|
#. Default: "Descending"
|
|
160
131
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
161
132
|
msgid "Descending"
|
|
@@ -214,21 +185,11 @@ msgstr ""
|
|
|
214
185
|
msgid "Field"
|
|
215
186
|
msgstr ""
|
|
216
187
|
|
|
217
|
-
#. Default: "Align"
|
|
218
|
-
#: components/Blocks/Slider/schema
|
|
219
|
-
msgid "Flag align"
|
|
220
|
-
msgstr ""
|
|
221
|
-
|
|
222
188
|
#. Default: "Follow us:"
|
|
223
189
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
224
190
|
msgid "Follow us:"
|
|
225
191
|
msgstr ""
|
|
226
192
|
|
|
227
|
-
#. Default: "Full"
|
|
228
|
-
#: components/Widgets/BlockWidth
|
|
229
|
-
msgid "Full"
|
|
230
|
-
msgstr ""
|
|
231
|
-
|
|
232
193
|
#. Default: "GNU GPL v2 license"
|
|
233
194
|
#: components/Footer/slots/Copyright
|
|
234
195
|
msgid "GNU GPL license"
|
|
@@ -244,11 +205,6 @@ msgstr ""
|
|
|
244
205
|
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
245
206
|
msgstr ""
|
|
246
207
|
|
|
247
|
-
#. Default: "Hide Button"
|
|
248
|
-
#: components/Blocks/Slider/schema
|
|
249
|
-
msgid "Hide Button"
|
|
250
|
-
msgstr ""
|
|
251
|
-
|
|
252
208
|
#. Default: "Hide facet?"
|
|
253
209
|
#: components/Blocks/EventCalendar/Search/schema
|
|
254
210
|
msgid "Hide facet?"
|
|
@@ -282,11 +238,6 @@ msgstr ""
|
|
|
282
238
|
msgid "Invalid Block"
|
|
283
239
|
msgstr ""
|
|
284
240
|
|
|
285
|
-
#. Default: "Invalid Slider source"
|
|
286
|
-
#: components/Blocks/Slider/Data
|
|
287
|
-
msgid "Invalid Slider source"
|
|
288
|
-
msgstr ""
|
|
289
|
-
|
|
290
241
|
#. Default: "Item"
|
|
291
242
|
#: components/Widgets/schema/iconLinkListSchema
|
|
292
243
|
msgid "Item"
|
|
@@ -297,21 +248,6 @@ msgstr ""
|
|
|
297
248
|
msgid "Label"
|
|
298
249
|
msgstr ""
|
|
299
250
|
|
|
300
|
-
#. Default: "Large"
|
|
301
|
-
#: components/Widgets/Size
|
|
302
|
-
msgid "Large"
|
|
303
|
-
msgstr ""
|
|
304
|
-
|
|
305
|
-
#. Default: "Layout"
|
|
306
|
-
#: components/Widgets/BlockWidth
|
|
307
|
-
msgid "Layout"
|
|
308
|
-
msgstr ""
|
|
309
|
-
|
|
310
|
-
#. Default: "Left"
|
|
311
|
-
#: components/Widgets/BlockAlignment
|
|
312
|
-
msgid "Left"
|
|
313
|
-
msgstr ""
|
|
314
|
-
|
|
315
251
|
#. Default: "Link"
|
|
316
252
|
#: components/Widgets/schema/footerLinksSchema
|
|
317
253
|
msgid "Link"
|
|
@@ -357,11 +293,6 @@ msgstr ""
|
|
|
357
293
|
msgid "Logo of"
|
|
358
294
|
msgstr ""
|
|
359
295
|
|
|
360
|
-
#. Default: "Medium"
|
|
361
|
-
#: components/Widgets/Size
|
|
362
|
-
msgid "Medium"
|
|
363
|
-
msgstr ""
|
|
364
|
-
|
|
365
296
|
#. Default: "Move down"
|
|
366
297
|
#: components/Blocks/Block/Edit
|
|
367
298
|
msgid "Move down"
|
|
@@ -377,11 +308,6 @@ msgstr ""
|
|
|
377
308
|
msgid "Multiple choices?"
|
|
378
309
|
msgstr ""
|
|
379
310
|
|
|
380
|
-
#. Default: "Narrow"
|
|
381
|
-
#: components/Widgets/BlockWidth
|
|
382
|
-
msgid "Narrow"
|
|
383
|
-
msgstr ""
|
|
384
|
-
|
|
385
311
|
#. Default: "Next Page"
|
|
386
312
|
#: components/Blocks/Listing/ListingBody
|
|
387
313
|
msgid "Next Page"
|
|
@@ -443,9 +369,6 @@ msgid "Phone"
|
|
|
443
369
|
msgstr ""
|
|
444
370
|
|
|
445
371
|
#. Default: "Please choose an existing content as source for this element"
|
|
446
|
-
#: components/Blocks/Slider/DefaultBody
|
|
447
|
-
#: components/Blocks/Slider/SliderVariants
|
|
448
|
-
#: components/Blocks/Slider/View
|
|
449
372
|
#: components/Blocks/Teaser/Body
|
|
450
373
|
msgid "Please choose an existing content as source for this element"
|
|
451
374
|
msgstr ""
|
|
@@ -470,11 +393,6 @@ msgstr ""
|
|
|
470
393
|
msgid "Previous Page"
|
|
471
394
|
msgstr ""
|
|
472
395
|
|
|
473
|
-
#. Default: "Refresh source content"
|
|
474
|
-
#: components/Blocks/Slider/Data
|
|
475
|
-
msgid "Refresh source content"
|
|
476
|
-
msgstr ""
|
|
477
|
-
|
|
478
396
|
#. Default: "Register"
|
|
479
397
|
#: components/Anontools/Anontools
|
|
480
398
|
msgid "Register"
|
|
@@ -486,21 +404,11 @@ msgstr ""
|
|
|
486
404
|
msgid "Remove item"
|
|
487
405
|
msgstr ""
|
|
488
406
|
|
|
489
|
-
#. Default: "Reset the block"
|
|
490
|
-
#: components/Blocks/Slider/Data
|
|
491
|
-
msgid "Reset the block"
|
|
492
|
-
msgstr ""
|
|
493
|
-
|
|
494
407
|
#. Default: "Result"
|
|
495
408
|
#: components/Blocks/Listing/ListingBody
|
|
496
409
|
msgid "Result"
|
|
497
410
|
msgstr ""
|
|
498
411
|
|
|
499
|
-
#. Default: "Right"
|
|
500
|
-
#: components/Widgets/BlockAlignment
|
|
501
|
-
msgid "Right"
|
|
502
|
-
msgstr ""
|
|
503
|
-
|
|
504
412
|
#. Default: "Room"
|
|
505
413
|
#: components/Summary/PersonSummary
|
|
506
414
|
msgid "Room"
|
|
@@ -558,11 +466,6 @@ msgstr ""
|
|
|
558
466
|
msgid "Section title"
|
|
559
467
|
msgstr ""
|
|
560
468
|
|
|
561
|
-
#. Default: "Short line"
|
|
562
|
-
#: components/Blocks/Separator/schema
|
|
563
|
-
msgid "Short line"
|
|
564
|
-
msgstr ""
|
|
565
|
-
|
|
566
469
|
#. Default: "Show item"
|
|
567
470
|
#: components/Widgets/BlocksObject
|
|
568
471
|
#: components/Widgets/ObjectList
|
|
@@ -594,16 +497,16 @@ msgstr ""
|
|
|
594
497
|
msgid "Simple"
|
|
595
498
|
msgstr ""
|
|
596
499
|
|
|
500
|
+
#. Default: "Site Setup"
|
|
501
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
502
|
+
msgid "Site Setup"
|
|
503
|
+
msgstr ""
|
|
504
|
+
|
|
597
505
|
#. Default: "Sitemap"
|
|
598
506
|
#: index
|
|
599
507
|
msgid "Sitemap"
|
|
600
508
|
msgstr ""
|
|
601
509
|
|
|
602
|
-
#. Default: "Small"
|
|
603
|
-
#: components/Widgets/Size
|
|
604
|
-
msgid "Small"
|
|
605
|
-
msgstr ""
|
|
606
|
-
|
|
607
510
|
#. Default: "Sort on"
|
|
608
511
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
609
512
|
msgid "Sort on"
|
|
@@ -624,12 +527,6 @@ msgstr ""
|
|
|
624
527
|
msgid "Sorting"
|
|
625
528
|
msgstr ""
|
|
626
529
|
|
|
627
|
-
#. Default: "Source"
|
|
628
|
-
#: components/Blocks/Slider/DefaultBody
|
|
629
|
-
#: components/Blocks/Slider/SliderVariants
|
|
630
|
-
msgid "Source"
|
|
631
|
-
msgstr ""
|
|
632
|
-
|
|
633
530
|
#. Default: "Sponsored by:"
|
|
634
531
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
635
532
|
msgid "Sponsored by:"
|
|
@@ -689,12 +586,36 @@ msgstr ""
|
|
|
689
586
|
msgid "availableViews"
|
|
690
587
|
msgstr ""
|
|
691
588
|
|
|
589
|
+
#. Default: "The {type} block with the id {block} has encountered an error.{lineBreak}You can try to undo your changes (via the undo toolbar or pressing {shortcut}), or try to delete the block and recreate it again."
|
|
590
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
591
|
+
msgid "blockErrorBoundaryDescription"
|
|
592
|
+
msgstr ""
|
|
593
|
+
|
|
594
|
+
#. Default: "Block error:"
|
|
595
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
596
|
+
msgid "blockErrorBoundaryTitle"
|
|
597
|
+
msgstr ""
|
|
598
|
+
|
|
599
|
+
#. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
|
|
600
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
601
|
+
msgid "blockErrorBoundaryViewDescription"
|
|
602
|
+
msgstr ""
|
|
603
|
+
|
|
692
604
|
#. Default: "Delete"
|
|
693
605
|
#: components/Blocks/Block/Edit
|
|
694
|
-
#: components/Blocks/Block/EditBlockWrapper
|
|
695
606
|
msgid "delete"
|
|
696
607
|
msgstr ""
|
|
697
608
|
|
|
609
|
+
#. Default: "delete {type} block"
|
|
610
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
611
|
+
msgid "delete_block"
|
|
612
|
+
msgstr ""
|
|
613
|
+
|
|
614
|
+
#. Default: "drag {type} block"
|
|
615
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
616
|
+
msgid "drag_block"
|
|
617
|
+
msgstr ""
|
|
618
|
+
|
|
698
619
|
#. Default: "Clear image"
|
|
699
620
|
#: components/Blocks/Image/ImageSidebar
|
|
700
621
|
msgid "image_block_clear"
|
|
@@ -710,12 +631,6 @@ msgstr ""
|
|
|
710
631
|
msgid "loading"
|
|
711
632
|
msgstr ""
|
|
712
633
|
|
|
713
|
-
#. Default: "More info"
|
|
714
|
-
#: components/Blocks/Slider/DefaultBody
|
|
715
|
-
#: components/Blocks/Slider/SliderVariants
|
|
716
|
-
msgid "moreInfo"
|
|
717
|
-
msgstr ""
|
|
718
|
-
|
|
719
634
|
#. Default: "of"
|
|
720
635
|
#: components/Blocks/Listing/ListingBody
|
|
721
636
|
msgid "of"
|