@plone/volto 17.0.0-alpha.6 → 17.0.0-alpha.8
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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +58 -0
- package/locales/ca/LC_MESSAGES/volto.po +146 -0
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +146 -0
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +146 -0
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +146 -0
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +146 -0
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +4762 -0
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +146 -0
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +146 -0
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +146 -0
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +801 -643
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +146 -0
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +146 -0
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +146 -0
- package/locales/ro.json +1 -1
- package/locales/volto.pot +147 -1
- package/locales/zh_CN/LC_MESSAGES/volto.po +146 -0
- package/locales/zh_CN.json +1 -1
- package/package.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Table/TableBlockEdit.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Text/DefaultTextBlockEditor.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Text/DetachedTextBlockEditor.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Text/SlashMenu.json +1 -1
- package/packages/volto-slate/build/messages/src/editor/plugins/AdvancedLink/index.json +1 -1
- package/packages/volto-slate/build/messages/src/editor/plugins/Link/index.json +1 -1
- package/packages/volto-slate/build/messages/src/editor/plugins/Table/index.json +1 -1
- package/packages/volto-slate/build/messages/src/elementEditor/messages.json +1 -1
- package/packages/volto-slate/build/messages/src/widgets/HtmlSlateWidget.json +1 -1
- package/packages/volto-slate/build/messages/src/widgets/RichTextWidgetView.json +1 -1
- package/packages/volto-slate/package.json +1 -1
- package/packages/volto-slate/src/blocks/Text/SlashMenu.jsx +4 -3
- package/packages/volto-slate/src/editor/deserialize.js +0 -1
- package/razzle.config.js +5 -0
- package/src/actions/index.js +6 -0
- package/src/actions/language/language.js +8 -8
- package/src/actions/relations/rebuild.js +25 -0
- package/src/actions/relations/relations.js +86 -0
- package/src/actions/relations/relations.test.js +15 -0
- package/src/components/index.js +1 -0
- package/src/components/manage/Add/Add.jsx +2 -2
- package/src/components/manage/BlockChooser/BlockChooser.jsx +8 -3
- package/src/components/manage/BlockChooser/BlockChooser.test.jsx +5 -0
- package/src/components/manage/Blocks/Search/components/DateRangeFacet.jsx +4 -1
- package/src/components/manage/Contents/Contents.jsx +5 -1
- package/src/components/manage/Contents/ContentsItem.jsx +6 -0
- package/src/components/manage/Controlpanels/Controlpanels.jsx +9 -0
- package/src/components/manage/Controlpanels/Relations/BrokenRelations.jsx +66 -0
- package/src/components/manage/Controlpanels/Relations/Relations.jsx +114 -0
- package/src/components/manage/Controlpanels/Relations/RelationsListing.jsx +479 -0
- package/src/components/manage/Controlpanels/Relations/RelationsMatrix.jsx +531 -0
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.jsx +3 -3
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipListing.jsx +51 -82
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipMatrix.jsx +79 -75
- package/src/components/manage/Multilingual/CreateTranslation.jsx +2 -2
- package/src/components/manage/Multilingual/TranslationObject.jsx +4 -3
- package/src/components/manage/Preferences/PersonalPreferences.jsx +2 -2
- package/src/components/manage/Toast/Toast.jsx +1 -1
- package/src/components/manage/Toolbar/Types.jsx +2 -2
- package/src/components/manage/Widgets/DatetimeWidget.jsx +9 -5
- package/src/components/manage/Widgets/RecurrenceWidget/ByDayField.jsx +2 -1
- package/src/components/manage/Widgets/RecurrenceWidget/MonthOfTheYearField.jsx +2 -1
- package/src/components/manage/Widgets/RecurrenceWidget/Occurences.jsx +2 -1
- package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +7 -2
- package/src/components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthField.jsx +2 -1
- package/src/components/theme/Footer/Footer.jsx +2 -13
- package/src/components/theme/LanguageSelector/LanguageSelector.js +8 -3
- package/src/components/theme/Logo/Logo.jsx +2 -1
- package/src/components/theme/MultilingualRedirector/MultilingualRedirector.jsx +2 -2
- package/src/components/theme/Navigation/NavItem.jsx +4 -2
- package/src/components/theme/Sitemap/Sitemap.jsx +5 -3
- package/src/components/theme/View/EventDatesInfo.jsx +2 -1
- package/src/components/theme/Widgets/DateWidget.jsx +2 -1
- package/src/components/theme/Widgets/DatetimeWidget.jsx +2 -1
- package/src/components/theme/Widgets/RelationsWidget.jsx +13 -11
- package/src/config/ControlPanels.js +2 -0
- package/src/constants/ActionTypes.js +4 -0
- package/src/constants/Languages.js +8 -4
- package/src/helpers/Html/Html.jsx +3 -1
- package/src/helpers/Html/Html.test.jsx +5 -0
- package/src/helpers/MessageLabels/MessageLabels.js +72 -0
- package/src/helpers/Utils/Utils.js +21 -9
- package/src/helpers/Utils/Utils.test.js +4 -4
- package/src/helpers/index.js +5 -2
- package/src/middleware/api.js +7 -3
- package/src/reducers/actions/actions.js +1 -1
- package/src/reducers/breadcrumbs/breadcrumbs.js +1 -1
- package/src/reducers/index.js +2 -0
- package/src/reducers/navigation/navigation.js +1 -1
- package/src/reducers/relations/relations.js +173 -0
- package/src/reducers/types/types.js +1 -1
- package/src/routes.js +5 -0
- package/src/server.jsx +28 -23
- package/theme/themes/pastanaga/extras/userscontrolpanel.less +99 -76
- package/.changelog.draft +0 -33
- package/.editorconfig +0 -36
- package/.storybook/main.js +0 -127
- package/.storybook/manager.js +0 -15
- package/.storybook/preview.js +0 -21
- package/.storybook/static/previewImage.svg +0 -48
- package/.vale.ini +0 -10
- package/.yarnrc.yml +0 -5
- package/jsdoc.json +0 -16
- package/netlify.toml +0 -5
- package/pyvenv.cfg +0 -3
- package/share/man/man1/ttx.1 +0 -225
- package/styles/Vocab/Base/accept.txt +0 -0
- package/styles/Vocab/Base/reject.txt +0 -0
- package/styles/Vocab/Plone/accept.txt +0 -10
- package/styles/Vocab/Plone/reject.txt +0 -5
- package/towncrier.toml +0 -33
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,37 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 17.0.0-alpha.8 (2023-05-24)
|
|
12
|
+
|
|
13
|
+
### Feature
|
|
14
|
+
|
|
15
|
+
- Add Finnish translation (contributed by @rioksane) @erral [#4084](https://github.com/plone/volto/issues/4084)
|
|
16
|
+
|
|
17
|
+
### Bugfix
|
|
18
|
+
|
|
19
|
+
- Fixed the issue "shouldn't use a hook like function name for a variable" @Kaku-g [#4693](https://github.com/plone/volto/issues/4693)
|
|
20
|
+
- Fix to not update breadrumbs, navigation, actions, and types when content is fetched as a subrequest and apiExpanders includes these components. @davisagli [#4760](https://github.com/plone/volto/issues/4760)
|
|
21
|
+
- Fix bug where editors could not see their own content in the Contents view if it was expired or has a future effective date. @davisagli [#4764](https://github.com/plone/volto/issues/4764)
|
|
22
|
+
- Fix bug showing logs at the browsers when richtext widget is use @claytonc [#4780](https://github.com/plone/volto/issues/4780)
|
|
23
|
+
- Update relations control panel layout @danalvrz [#4794](https://github.com/plone/volto/issues/4794)
|
|
24
|
+
- Fix hot module reloading of changes to `@plone/volto`. @davisagli [#4799](https://github.com/plone/volto/issues/4799)
|
|
25
|
+
- Add guard in case of malformed blocks are present (at least id and title should be present) @sneridagh [#4802](https://github.com/plone/volto/issues/4802)
|
|
26
|
+
- Fix html tag lang attribute in SSR @sneridagh [#4803](https://github.com/plone/volto/issues/4803)
|
|
27
|
+
- Add newest supported languages to `Language` constants list @sneridagh [#4811](https://github.com/plone/volto/issues/4811)
|
|
28
|
+
|
|
29
|
+
### Internal
|
|
30
|
+
|
|
31
|
+
- Remove max_line_length from .editorconfig @pnicolli [#4776](https://github.com/plone/volto/issues/4776)
|
|
32
|
+
- Fix unannounced breaking change in cypress-io/github-action @sneridagh [#4795](https://github.com/plone/volto/issues/4795)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 17.0.0-alpha.7 (2023-05-11)
|
|
36
|
+
|
|
37
|
+
### Bugfix
|
|
38
|
+
|
|
39
|
+
- Fix language negotiation for language codes that include a region (e.g. `pt-br`). @davisagli [#4644](https://github.com/plone/volto/issues/4644)
|
|
40
|
+
|
|
41
|
+
|
|
11
42
|
## 17.0.0-alpha.6 (2023-05-11)
|
|
12
43
|
|
|
13
44
|
### Feature
|
|
@@ -194,6 +225,32 @@
|
|
|
194
225
|
- Use a universal static path for both documentation and volto repos. @stevepiercy [#4376](https://github.com/plone/volto/issues/4376)
|
|
195
226
|
|
|
196
227
|
|
|
228
|
+
## 16.20.6 (2023-05-12)
|
|
229
|
+
|
|
230
|
+
### Bugfix
|
|
231
|
+
|
|
232
|
+
- Fix language negotiation for language codes that include a region (e.g. `pt-br`). @davisagli [#4644](https://github.com/plone/volto/issues/4644)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## 16.20.5 (2023-05-12)
|
|
236
|
+
|
|
237
|
+
### Bugfix
|
|
238
|
+
|
|
239
|
+
- Apply suggestion from browser for password field @lord2anil [#3990](https://github.com/plone/volto/issues/3990)
|
|
240
|
+
- The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property. @sudhanshu1309 [#4506](https://github.com/plone/volto/issues/4506)
|
|
241
|
+
- (fix):Object.normaliseMail: Cannot read properties of null @dobri1408 [#4558](https://github.com/plone/volto/issues/4558)
|
|
242
|
+
|
|
243
|
+
### Internal
|
|
244
|
+
|
|
245
|
+
- Upgrade to Plone 6.0.4 @sneridagh [#4743](https://github.com/plone/volto/issues/4743)
|
|
246
|
+
|
|
247
|
+
### Documentation
|
|
248
|
+
|
|
249
|
+
- Added documentation regarding the static middleware. @BhardwajAditya-github [#4518](https://github.com/plone/volto/issues/4518)
|
|
250
|
+
- Backport most documentation differences from `master` to `16.x.x`. @stevepiercy [#4727](https://github.com/plone/volto/issues/4727)
|
|
251
|
+
- Fix link in Volto, remove from linkcheck ignore in Documentation. @stevepiercy [#4742](https://github.com/plone/volto/issues/4742)
|
|
252
|
+
|
|
253
|
+
|
|
197
254
|
## 16.20.4 (2023-04-20)
|
|
198
255
|
|
|
199
256
|
### Bugfix
|
|
@@ -1244,6 +1301,7 @@ See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information
|
|
|
1244
1301
|
- Object browser: image search should only show images @reebalazs
|
|
1245
1302
|
- Updated spanish translation @macagua
|
|
1246
1303
|
- Add Dutch translation @spereverde
|
|
1304
|
+
- Add control panel for relations. @ksuess
|
|
1247
1305
|
|
|
1248
1306
|
### Bugfix
|
|
1249
1307
|
|
|
@@ -464,6 +464,11 @@ msgstr "Tant l'adreça de correu electrònic com la contrasenya són sensibles a
|
|
|
464
464
|
msgid "Breadcrumbs"
|
|
465
465
|
msgstr "Barra de ruta"
|
|
466
466
|
|
|
467
|
+
#: components/manage/Controlpanels/Relations/BrokenRelations
|
|
468
|
+
# defaultMessage: Broken relations
|
|
469
|
+
msgid "Broken relations"
|
|
470
|
+
msgstr ""
|
|
471
|
+
|
|
467
472
|
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
468
473
|
#: components/manage/Contents/ContentsUploadModal
|
|
469
474
|
#: components/manage/Sidebar/ObjectBrowserNav
|
|
@@ -782,6 +787,11 @@ msgstr "Copyright"
|
|
|
782
787
|
msgid "Copyright statement or other rights information on this item."
|
|
783
788
|
msgstr "Declaració de drets d'autor o informació sobre altres drets sobre aquest article."
|
|
784
789
|
|
|
790
|
+
#: helpers/MessageLabels/MessageLabels
|
|
791
|
+
# defaultMessage: Create or delete relations to target
|
|
792
|
+
msgid "Create or delete relations to target"
|
|
793
|
+
msgstr ""
|
|
794
|
+
|
|
785
795
|
#: components/manage/Toolbar/More
|
|
786
796
|
# defaultMessage: Create working copy
|
|
787
797
|
msgid "Create working copy"
|
|
@@ -1401,6 +1411,11 @@ msgstr "Arxiu"
|
|
|
1401
1411
|
msgid "Filename"
|
|
1402
1412
|
msgstr "Nom de l'arxiu"
|
|
1403
1413
|
|
|
1414
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1415
|
+
# defaultMessage: Filter
|
|
1416
|
+
msgid "Filter"
|
|
1417
|
+
msgstr ""
|
|
1418
|
+
|
|
1404
1419
|
#: components/manage/Controlpanels/Rules/Rules
|
|
1405
1420
|
# defaultMessage: Filter Rules:
|
|
1406
1421
|
msgid "Filter Rules:"
|
|
@@ -1426,6 +1441,11 @@ msgstr "Filtra..."
|
|
|
1426
1441
|
msgid "First"
|
|
1427
1442
|
msgstr "Primer"
|
|
1428
1443
|
|
|
1444
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1445
|
+
# defaultMessage: Fix relations
|
|
1446
|
+
msgid "Fix relations"
|
|
1447
|
+
msgstr ""
|
|
1448
|
+
|
|
1429
1449
|
#: components/manage/Blocks/Table/Edit
|
|
1430
1450
|
# defaultMessage: Fixed width columns
|
|
1431
1451
|
msgid "Fixed width table cells"
|
|
@@ -1693,6 +1713,11 @@ msgstr "Insereix fila després"
|
|
|
1693
1713
|
msgid "Insert row before"
|
|
1694
1714
|
msgstr "Insereix fila abans"
|
|
1695
1715
|
|
|
1716
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1717
|
+
# defaultMessage: Inspect relations
|
|
1718
|
+
msgid "Inspect relations"
|
|
1719
|
+
msgstr ""
|
|
1720
|
+
|
|
1696
1721
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
1697
1722
|
# defaultMessage: Install
|
|
1698
1723
|
msgid "Install"
|
|
@@ -1980,6 +2005,11 @@ msgstr ""
|
|
|
1980
2005
|
msgid "Manually or automatically added?"
|
|
1981
2006
|
msgstr ""
|
|
1982
2007
|
|
|
2008
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2009
|
+
# defaultMessage: Many relations found. Please search.
|
|
2010
|
+
msgid "Many relations found. Please search."
|
|
2011
|
+
msgstr ""
|
|
2012
|
+
|
|
1983
2013
|
#: components/manage/Blocks/Maps/MapsSidebar
|
|
1984
2014
|
#: components/manage/Blocks/Maps/schema
|
|
1985
2015
|
# defaultMessage: Maps
|
|
@@ -2171,6 +2201,11 @@ msgstr ""
|
|
|
2171
2201
|
msgid "No addons found"
|
|
2172
2202
|
msgstr ""
|
|
2173
2203
|
|
|
2204
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
2205
|
+
# defaultMessage: No broken relations found.
|
|
2206
|
+
msgid "No broken relations found."
|
|
2207
|
+
msgstr ""
|
|
2208
|
+
|
|
2174
2209
|
#: components/theme/RequestTimeout/RequestTimeout
|
|
2175
2210
|
# defaultMessage: There is no connection to the server, due to a timeout o no network connection.
|
|
2176
2211
|
msgid "No connection to the server"
|
|
@@ -2224,6 +2259,11 @@ msgstr "No s'ha establert cap ocurrència"
|
|
|
2224
2259
|
msgid "No options"
|
|
2225
2260
|
msgstr "Sense opcions"
|
|
2226
2261
|
|
|
2262
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2263
|
+
# defaultMessage: No relation found
|
|
2264
|
+
msgid "No relation found"
|
|
2265
|
+
msgstr ""
|
|
2266
|
+
|
|
2227
2267
|
#: components/manage/BlockChooser/BlockChooser
|
|
2228
2268
|
#: components/theme/Search/Search
|
|
2229
2269
|
# defaultMessage: No results found
|
|
@@ -2444,6 +2484,11 @@ msgstr ""
|
|
|
2444
2484
|
msgid "Please upgrade to plone.restapi >= 8.24.0."
|
|
2445
2485
|
msgstr ""
|
|
2446
2486
|
|
|
2487
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
2488
|
+
# defaultMessage: Please upgrade to plone.restapi >= 8.35.3.
|
|
2489
|
+
msgid "Please upgrade to plone.restapi >= 8.35.3."
|
|
2490
|
+
msgstr ""
|
|
2491
|
+
|
|
2447
2492
|
#: components/theme/Footer/Footer
|
|
2448
2493
|
# defaultMessage: Plone Foundation
|
|
2449
2494
|
msgid "Plone Foundation"
|
|
@@ -2538,6 +2583,11 @@ msgstr "Torneu a introduir la contrasenya. Assegureu-vos que les contrasenyes s
|
|
|
2538
2583
|
msgid "Read More…"
|
|
2539
2584
|
msgstr "Llegeix més…"
|
|
2540
2585
|
|
|
2586
|
+
#: components/manage/Controlpanels/Relations/RelationsListing
|
|
2587
|
+
# defaultMessage: Read only for this type of relation.
|
|
2588
|
+
msgid "Read only for this type of relation."
|
|
2589
|
+
msgstr ""
|
|
2590
|
+
|
|
2541
2591
|
#: components/manage/Contents/Contents
|
|
2542
2592
|
# defaultMessage: Rearrange items by…
|
|
2543
2593
|
msgid "Rearrange items by…"
|
|
@@ -2580,6 +2630,29 @@ msgstr "Registrar-se"
|
|
|
2580
2630
|
msgid "Registration form"
|
|
2581
2631
|
msgstr "Formulari d'inscripció"
|
|
2582
2632
|
|
|
2633
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
2634
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2635
|
+
# defaultMessage: Relation
|
|
2636
|
+
msgid "Relation name"
|
|
2637
|
+
msgstr ""
|
|
2638
|
+
|
|
2639
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
2640
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
2641
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2642
|
+
# defaultMessage: Relations
|
|
2643
|
+
msgid "Relations"
|
|
2644
|
+
msgstr ""
|
|
2645
|
+
|
|
2646
|
+
#: components/manage/Controlpanels/Relations/RelationsListing
|
|
2647
|
+
# defaultMessage: Relations are editable with plone.api >= 2.0.3.
|
|
2648
|
+
msgid "Relations are editable with plone.api >= 2.0.3."
|
|
2649
|
+
msgstr ""
|
|
2650
|
+
|
|
2651
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2652
|
+
# defaultMessage: Relations updated
|
|
2653
|
+
msgid "Relations updated"
|
|
2654
|
+
msgstr ""
|
|
2655
|
+
|
|
2583
2656
|
#: components/theme/Search/Search
|
|
2584
2657
|
# defaultMessage: Relevance
|
|
2585
2658
|
msgid "Relevance"
|
|
@@ -2788,6 +2861,11 @@ msgstr "Desa"
|
|
|
2788
2861
|
msgid "Saved"
|
|
2789
2862
|
msgstr ""
|
|
2790
2863
|
|
|
2864
|
+
#: components/manage/Contents/ContentsItem
|
|
2865
|
+
# defaultMessage: Scheduled
|
|
2866
|
+
msgid "Scheduled"
|
|
2867
|
+
msgstr ""
|
|
2868
|
+
|
|
2791
2869
|
#: components/manage/Controlpanels/ContentTypesActions
|
|
2792
2870
|
# defaultMessage: Schema
|
|
2793
2871
|
msgid "Schema"
|
|
@@ -2861,6 +2939,16 @@ msgstr "Resultats de la cerca"
|
|
|
2861
2939
|
msgid "Search results for {term}"
|
|
2862
2940
|
msgstr "Resultats de la cerca per a {term}"
|
|
2863
2941
|
|
|
2942
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2943
|
+
# defaultMessage: Search sources by title or path
|
|
2944
|
+
msgid "Search sources by title or path"
|
|
2945
|
+
msgstr ""
|
|
2946
|
+
|
|
2947
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2948
|
+
# defaultMessage: Search targets by title or path
|
|
2949
|
+
msgid "Search targets by title or path"
|
|
2950
|
+
msgstr ""
|
|
2951
|
+
|
|
2864
2952
|
#: helpers/MessageLabels/MessageLabels
|
|
2865
2953
|
# defaultMessage: Search users…
|
|
2866
2954
|
msgid "Search users…"
|
|
@@ -2884,6 +2972,7 @@ msgstr "Títol de la secció"
|
|
|
2884
2972
|
#: components/manage/Controlpanels/Aliases
|
|
2885
2973
|
#: components/manage/Rules/Rules
|
|
2886
2974
|
#: components/manage/Sidebar/ObjectBrowserNav
|
|
2975
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2887
2976
|
# defaultMessage: Select
|
|
2888
2977
|
msgid "Select"
|
|
2889
2978
|
msgstr "Seleccioneu"
|
|
@@ -2898,11 +2987,21 @@ msgstr "Seleccioneu una data per afegir a la recurrència"
|
|
|
2898
2987
|
msgid "Select columns to show"
|
|
2899
2988
|
msgstr "Seleccioneu les columnes per mostrar"
|
|
2900
2989
|
|
|
2990
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2991
|
+
# defaultMessage: Select relation
|
|
2992
|
+
msgid "Select relation"
|
|
2993
|
+
msgstr ""
|
|
2994
|
+
|
|
2901
2995
|
#: components/manage/Contents/ContentsWorkflowModal
|
|
2902
2996
|
# defaultMessage: Select the transition to be used for modifying the items state.
|
|
2903
2997
|
msgid "Select the transition to be used for modifying the items state."
|
|
2904
2998
|
msgstr "Seleccioneu la transició que s'utilitzarà per modificar l'estat dels elements."
|
|
2905
2999
|
|
|
3000
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3001
|
+
# defaultMessage: Selected
|
|
3002
|
+
msgid "Selected"
|
|
3003
|
+
msgstr ""
|
|
3004
|
+
|
|
2906
3005
|
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
2907
3006
|
# defaultMessage: Selected dates
|
|
2908
3007
|
msgid "Selected dates"
|
|
@@ -3007,6 +3106,16 @@ msgstr ""
|
|
|
3007
3106
|
msgid "Show item"
|
|
3008
3107
|
msgstr "Mostra l'element"
|
|
3009
3108
|
|
|
3109
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3110
|
+
# defaultMessage: Show potential sources. Not only objects that are source of some relation.
|
|
3111
|
+
msgid "Show potential sources. Not only objects that are source of some relation."
|
|
3112
|
+
msgstr ""
|
|
3113
|
+
|
|
3114
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3115
|
+
# defaultMessage: Show potential targets. Not only objects that are target of some relation.
|
|
3116
|
+
msgid "Show potential targets. Not only objects that are target of some relation."
|
|
3117
|
+
msgstr ""
|
|
3118
|
+
|
|
3010
3119
|
#: components/manage/Blocks/Search/schema
|
|
3011
3120
|
# defaultMessage: Show search button?
|
|
3012
3121
|
msgid "Show search button?"
|
|
@@ -3074,6 +3183,11 @@ msgstr "Mida: {size}"
|
|
|
3074
3183
|
msgid "Small"
|
|
3075
3184
|
msgstr ""
|
|
3076
3185
|
|
|
3186
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
3187
|
+
# defaultMessage: Some relations are broken. Please fix.
|
|
3188
|
+
msgid "Some relations are broken. Please fix."
|
|
3189
|
+
msgstr ""
|
|
3190
|
+
|
|
3077
3191
|
#: error
|
|
3078
3192
|
# defaultMessage: Sorry, something went wrong with your request
|
|
3079
3193
|
msgid "Sorry, something went wrong with your request"
|
|
@@ -3113,6 +3227,7 @@ msgstr ""
|
|
|
3113
3227
|
|
|
3114
3228
|
#: components/manage/Blocks/HTML/Edit
|
|
3115
3229
|
#: components/manage/Blocks/Image/schema
|
|
3230
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3116
3231
|
# defaultMessage: Source
|
|
3117
3232
|
msgid "Source"
|
|
3118
3233
|
msgstr "Origen"
|
|
@@ -3256,6 +3371,7 @@ msgstr "Etiquetes per eliminar"
|
|
|
3256
3371
|
|
|
3257
3372
|
#: components/manage/Blocks/Teaser/schema
|
|
3258
3373
|
#: components/manage/Controlpanels/Aliases
|
|
3374
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3259
3375
|
# defaultMessage: Target
|
|
3260
3376
|
msgid "Target"
|
|
3261
3377
|
msgstr ""
|
|
@@ -4001,6 +4117,11 @@ msgstr "No podeu enganxar aquest contingut aquí"
|
|
|
4001
4117
|
msgid "You have been logged out from the site."
|
|
4002
4118
|
msgstr ""
|
|
4003
4119
|
|
|
4120
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
4121
|
+
# defaultMessage: You have not the required permission for this control panel.
|
|
4122
|
+
msgid "You have not the required permission for this control panel."
|
|
4123
|
+
msgstr ""
|
|
4124
|
+
|
|
4004
4125
|
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4005
4126
|
# defaultMessage: Your email is required for reset your password.
|
|
4006
4127
|
msgid "Your email is required for reset your password."
|
|
@@ -4152,6 +4273,11 @@ msgstr "quan"
|
|
|
4152
4273
|
msgid "event_where"
|
|
4153
4274
|
msgstr "On?"
|
|
4154
4275
|
|
|
4276
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4277
|
+
# defaultMessage: flush intIds and rebuild relations
|
|
4278
|
+
msgid "flush intIds and rebuild relations"
|
|
4279
|
+
msgstr ""
|
|
4280
|
+
|
|
4155
4281
|
#: components/manage/Blocks/Teaser/schema
|
|
4156
4282
|
# defaultMessage: Head title
|
|
4157
4283
|
msgid "head_title"
|
|
@@ -4253,6 +4379,11 @@ msgstr "Inici de la gamma"
|
|
|
4253
4379
|
msgid "mostUsed"
|
|
4254
4380
|
msgstr "El més utilitzat"
|
|
4255
4381
|
|
|
4382
|
+
#: components/manage/Controlpanels/Relations/RelationsListing
|
|
4383
|
+
# defaultMessage: Found {sources} sources and {targets} targets. Narrow down to {max}!
|
|
4384
|
+
msgid "narrowDownRelations"
|
|
4385
|
+
msgstr ""
|
|
4386
|
+
|
|
4256
4387
|
#: components/manage/Blocks/Search/components/DateRangeFacetFilterListEntry
|
|
4257
4388
|
#: components/manage/Blocks/Search/components/ToggleFacetFilterListEntry
|
|
4258
4389
|
#: components/theme/Widgets/BooleanWidget
|
|
@@ -4306,6 +4437,11 @@ msgstr "Publicat"
|
|
|
4306
4437
|
msgid "querystring-widget-select"
|
|
4307
4438
|
msgstr "Selecciona ..."
|
|
4308
4439
|
|
|
4440
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4441
|
+
# defaultMessage: rebuild relations
|
|
4442
|
+
msgid "rebuild relations"
|
|
4443
|
+
msgstr ""
|
|
4444
|
+
|
|
4309
4445
|
#: components/theme/Search/Search
|
|
4310
4446
|
# defaultMessage: results
|
|
4311
4447
|
msgid "results found"
|
|
@@ -4506,11 +4642,21 @@ msgstr "Saltar a la navegació"
|
|
|
4506
4642
|
msgid "sort"
|
|
4507
4643
|
msgstr "Ordena"
|
|
4508
4644
|
|
|
4645
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4646
|
+
# defaultMessage: sources path
|
|
4647
|
+
msgid "sources path"
|
|
4648
|
+
msgstr ""
|
|
4649
|
+
|
|
4509
4650
|
#: config/Blocks
|
|
4510
4651
|
# defaultMessage: Table
|
|
4511
4652
|
msgid "table"
|
|
4512
4653
|
msgstr "Taula"
|
|
4513
4654
|
|
|
4655
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4656
|
+
# defaultMessage: target path
|
|
4657
|
+
msgid "target path"
|
|
4658
|
+
msgstr ""
|
|
4659
|
+
|
|
4514
4660
|
#: config/Blocks
|
|
4515
4661
|
# defaultMessage: Text
|
|
4516
4662
|
msgid "text"
|