@plone/volto 18.0.0-alpha.46 → 18.0.0-alpha.47
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/.eslintrc +0 -1
- package/CHANGELOG.md +43 -0
- package/locales/ca/LC_MESSAGES/volto.po +81 -13
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +86 -18
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +81 -13
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +81 -13
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +81 -13
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +81 -13
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +81 -13
- package/locales/fr.json +1 -1
- package/locales/hi/LC_MESSAGES/volto.po +81 -13
- package/locales/hi.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +81 -13
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +81 -13
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +81 -13
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +81 -13
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +81 -13
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +81 -13
- package/locales/ro.json +1 -1
- package/locales/volto.pot +82 -14
- package/locales/zh_CN/LC_MESSAGES/volto.po +81 -13
- package/locales/zh_CN.json +1 -1
- package/package.json +11 -9
- package/razzle.config.js +8 -5
- package/src/actions/aliases/aliases.js +27 -7
- package/src/actions/aliases/aliases.test.js +1 -1
- package/src/components/manage/Controlpanels/Aliases.jsx +499 -412
- package/src/components/manage/Controlpanels/Aliases.test.jsx +7 -0
- package/src/components/manage/Edit/Edit.jsx +7 -3
- package/src/components/manage/Form/ModalForm.jsx +3 -1
- package/src/components/manage/Toolbar/PersonalTools.jsx +7 -7
- package/src/components/manage/Toolbar/PersonalTools.test.jsx +71 -0
- package/src/components/theme/Login/Login.jsx +1 -2
- package/src/constants/ActionTypes.js +1 -0
- package/src/express-middleware/static.js +2 -2
- package/src/helpers/Api/Api.js +12 -1
- package/src/middleware/api.js +3 -0
- package/src/reducers/content/content.js +12 -0
- package/src/start-server.js +2 -5
- package/types/actions/aliases/aliases.d.ts +8 -1
- package/types/components/manage/Contents/__mocks__/index.d.ts +0 -1
- package/types/components/manage/Controlpanels/Relations/RelationsMatrix.d.ts +1 -1
- package/types/components/manage/Controlpanels/index.d.ts +0 -1
- package/types/components/manage/Form/__mocks__/index.d.ts +0 -1
- package/types/components/manage/Form/index.d.ts +0 -1
- package/types/components/manage/Multilingual/ManageTranslations.d.ts +1 -1
- package/types/components/manage/Sidebar/ObjectBrowser.d.ts +1 -1
- package/types/components/manage/Widgets/InternalUrlWidget.d.ts +1 -1
- package/types/components/manage/Widgets/UrlWidget.d.ts +1 -1
- package/types/components/manage/Widgets/__mocks__/index.d.ts +0 -1
- package/types/components/manage/Widgets/index.d.ts +2 -3
- package/types/config/slots.d.ts +1 -1
- package/types/constants/ActionTypes.d.ts +1 -0
- package/types/helpers/Helmet/Helmet.d.ts +1 -1
|
@@ -68,7 +68,6 @@ msgstr "पेज में सक्रिए कंटेंट रूल्
|
|
|
68
68
|
|
|
69
69
|
#. Default: "Add"
|
|
70
70
|
#: components/manage/Aliases/Aliases
|
|
71
|
-
#: components/manage/Controlpanels/Aliases
|
|
72
71
|
#: components/manage/Controlpanels/ContentTypes
|
|
73
72
|
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
74
73
|
#: components/manage/Rules/Rules
|
|
@@ -88,6 +87,11 @@ msgstr "जोड़े (वस्तु सूची)"
|
|
|
88
87
|
msgid "Add Addons"
|
|
89
88
|
msgstr "नए ऐड-ऑन को यहां दिखाने के लिए, उन्हें अपने कॉन्फ़िगरेशन में जोड़ें, बनाएं और सर्वर प्रक्रिया को पुनरारंभ करें। विस्तृत निर्देशों के लिए देखें"
|
|
90
89
|
|
|
90
|
+
#. Default: "Add Alternative URL"
|
|
91
|
+
#: components/manage/Controlpanels/Aliases
|
|
92
|
+
msgid "Add Alternative URL"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
91
95
|
#. Default: "Add Content…"
|
|
92
96
|
#: components/manage/Toolbar/Types
|
|
93
97
|
msgid "Add Content"
|
|
@@ -304,6 +308,16 @@ msgstr "उपनाम"
|
|
|
304
308
|
msgid "Alias has been added"
|
|
305
309
|
msgstr "उपनाम जोड़ा गया है"
|
|
306
310
|
|
|
311
|
+
#. Default: "Aliases have been removed."
|
|
312
|
+
#: components/manage/Controlpanels/Aliases
|
|
313
|
+
msgid "Aliases have been removed."
|
|
314
|
+
msgstr ""
|
|
315
|
+
|
|
316
|
+
#. Default: "Aliases have been uploaded."
|
|
317
|
+
#: components/manage/Controlpanels/Aliases
|
|
318
|
+
msgid "Aliases have been uploaded."
|
|
319
|
+
msgstr ""
|
|
320
|
+
|
|
307
321
|
#. Default: "Alignment"
|
|
308
322
|
#: components/manage/Blocks/Image/schema
|
|
309
323
|
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
@@ -323,7 +337,7 @@ msgstr "सभी"
|
|
|
323
337
|
msgid "All content"
|
|
324
338
|
msgstr "सभी कंटेंट"
|
|
325
339
|
|
|
326
|
-
#. Default: "
|
|
340
|
+
#. Default: "Existing alternative URLs for this site"
|
|
327
341
|
#: components/manage/Controlpanels/Aliases
|
|
328
342
|
msgid "All existing alternative urls for this site"
|
|
329
343
|
msgstr "इस साइट के लिए सभी मौजूदा वैकल्पिक यूआरएल"
|
|
@@ -350,7 +364,7 @@ msgstr "अगर छवि केवल सजावटी है तो खा
|
|
|
350
364
|
msgid "Alt text hint link text"
|
|
351
365
|
msgstr "छवि का उद्देश्य वर्णन करें।"
|
|
352
366
|
|
|
353
|
-
#. Default: "Alternative
|
|
367
|
+
#. Default: "Alternative URL path (Required)"
|
|
354
368
|
#: components/manage/Controlpanels/Aliases
|
|
355
369
|
msgid "Alternative url path (Required)"
|
|
356
370
|
msgstr "वैकल्पिक URL पथ (आवश्यक)"
|
|
@@ -361,7 +375,7 @@ msgstr "वैकल्पिक URL पथ (आवश्यक)"
|
|
|
361
375
|
msgid "Alternative url path must start with a slash."
|
|
362
376
|
msgstr "वैकल्पिक URL पथ को स्लैश के साथ शुरू करना चाहिए।"
|
|
363
377
|
|
|
364
|
-
#. Default: "Alternative
|
|
378
|
+
#. Default: "Alternative URL path → target URL path (date and time of creation, manually created yes/no)"
|
|
365
379
|
#: components/manage/Controlpanels/Aliases
|
|
366
380
|
msgid "Alternative url path → target url path (date and time of creation, manually created yes/no)"
|
|
367
381
|
msgstr "वैकल्पिक URL पथ → लक्ष्य URL पथ (निर्माण की तारीख और समय, मैन्युअल रूप से बनाया गया है/नहीं)"
|
|
@@ -412,6 +426,11 @@ msgstr "{entry} को {role} भूमिका का काम दें"
|
|
|
412
426
|
msgid "Assignments"
|
|
413
427
|
msgstr "असाइनमेंट"
|
|
414
428
|
|
|
429
|
+
#. Default: "Automatically"
|
|
430
|
+
#: components/manage/Controlpanels/Aliases
|
|
431
|
+
msgid "Automatically"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
415
434
|
#. Default: "Available"
|
|
416
435
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
417
436
|
msgid "Available"
|
|
@@ -471,6 +490,11 @@ msgstr "मूल खोज क्वेरी"
|
|
|
471
490
|
msgid "Block"
|
|
472
491
|
msgstr "ब्लॉक"
|
|
473
492
|
|
|
493
|
+
#. Default: "Both"
|
|
494
|
+
#: components/manage/Controlpanels/Aliases
|
|
495
|
+
msgid "Both"
|
|
496
|
+
msgstr ""
|
|
497
|
+
|
|
474
498
|
#. Default: "Both email address and password are case sensitive, check that caps lock is not enabled."
|
|
475
499
|
#: components/theme/Login/Login
|
|
476
500
|
msgid "Both email address and password are case sensitive, check that caps lock is not enabled."
|
|
@@ -497,11 +521,21 @@ msgstr "ब्राउज़ करें"
|
|
|
497
521
|
msgid "Browse the site, drop an image, or type a URL"
|
|
498
522
|
msgstr "साइट ब्राउज़ करें, एक छवि छोड़ें, या एक URL टाइप करें"
|
|
499
523
|
|
|
524
|
+
#. Default: "Bulk upload CSV"
|
|
525
|
+
#: components/manage/Controlpanels/Aliases
|
|
526
|
+
msgid "BulkUploadAltUrls"
|
|
527
|
+
msgstr ""
|
|
528
|
+
|
|
500
529
|
#. Default: "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."
|
|
501
530
|
#: components/manage/Sharing/Sharing
|
|
502
531
|
msgid "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."
|
|
503
532
|
msgstr "डिफ़ॉल्ट रूप से, इस आइटम के कंटेनर से अनुमतियाँ विरासत में होती हैं। यदि आप इसे अक्षम करते हैं, तो केवल स्पष्ट रूप से परिभागित अनुमतियाँ मान्य होंगी। अवलोकन में, प्रतीक {inherited} एक विरासत मान को दर्शाता है। उसी तरह, प्रतीक {global} एक वैश्विक भूमिका को दर्शाता है, जो साइट प्रशासक द्वारा प्रबंधित की जाती है।"
|
|
504
533
|
|
|
534
|
+
#. Default: "CSV file"
|
|
535
|
+
#: components/manage/Controlpanels/Aliases
|
|
536
|
+
msgid "CSVFile"
|
|
537
|
+
msgstr ""
|
|
538
|
+
|
|
505
539
|
#. Default: "Cache Name"
|
|
506
540
|
#: components/manage/Controlpanels/DatabaseInformation
|
|
507
541
|
msgid "Cache Name"
|
|
@@ -830,6 +864,16 @@ msgstr "लक्ष्य के साथ संबंध बनाएं य
|
|
|
830
864
|
msgid "Create working copy"
|
|
831
865
|
msgstr "काम की प्रतिलिपि बनाएं"
|
|
832
866
|
|
|
867
|
+
#. Default: "Created after"
|
|
868
|
+
#: components/manage/Controlpanels/Aliases
|
|
869
|
+
msgid "Created after"
|
|
870
|
+
msgstr ""
|
|
871
|
+
|
|
872
|
+
#. Default: "Created before"
|
|
873
|
+
#: components/manage/Controlpanels/Aliases
|
|
874
|
+
msgid "Created before"
|
|
875
|
+
msgstr ""
|
|
876
|
+
|
|
833
877
|
#. Default: "Created by {creator} on {date}"
|
|
834
878
|
#: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
|
|
835
879
|
msgid "Created by {creator} on {date}"
|
|
@@ -1176,6 +1220,11 @@ msgstr "ईमेल पते मेल नहीं खाते।"
|
|
|
1176
1220
|
msgid "Edit"
|
|
1177
1221
|
msgstr "संपादित करें"
|
|
1178
1222
|
|
|
1223
|
+
#. Default: "Edit Alternative URL"
|
|
1224
|
+
#: components/manage/Controlpanels/Aliases
|
|
1225
|
+
msgid "Edit Alternative URL"
|
|
1226
|
+
msgstr ""
|
|
1227
|
+
|
|
1179
1228
|
#. Default: "Edit Rule"
|
|
1180
1229
|
#: components/manage/Controlpanels/Rules/EditRule
|
|
1181
1230
|
msgid "Edit Rule"
|
|
@@ -1287,14 +1336,18 @@ msgstr "पूरा नाम दर्ज करें, उदाहरण क
|
|
|
1287
1336
|
msgid "Enter map Embed Code"
|
|
1288
1337
|
msgstr "नक्शे का एम्बेड कोड दर्ज करें"
|
|
1289
1338
|
|
|
1290
|
-
#. Default: "Enter the absolute path of the target. Target must exist or be an existing alternative
|
|
1339
|
+
#. Default: "Enter the absolute path of the target. Target must exist or be an existing alternative URL path to the target."
|
|
1291
1340
|
#: components/manage/Controlpanels/Aliases
|
|
1292
1341
|
msgid "Enter the absolute path of the target. Target must exist or be an existing alternative url path to the target."
|
|
1293
1342
|
msgstr "लक्ष्य का पूर्ण रास्ता दर्ज करें। लक्ष्य मौजूद होना चाहिए या लक्ष्य के लिए मौजूदा वैकल्पिक URL पथ होना चाहिए।"
|
|
1294
1343
|
|
|
1344
|
+
#. Default: "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."
|
|
1345
|
+
#: components/manage/Controlpanels/Aliases
|
|
1346
|
+
msgid "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."
|
|
1347
|
+
msgstr ""
|
|
1348
|
+
|
|
1295
1349
|
#. Default: "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."
|
|
1296
1350
|
#: components/manage/Aliases/Aliases
|
|
1297
|
-
#: components/manage/Controlpanels/Aliases
|
|
1298
1351
|
msgid "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."
|
|
1299
1352
|
msgstr "वैकल्पिक URL होनी चाहिए जहां का पूर्ण रास्ता दर्ज करें। पथ '/ ' से प्रारंभ होना चाहिए। केवल वे URL जिनके परिणामस्वरूप 404 नहीं मिला पेज एक रिडायरेक्ट होगा।"
|
|
1300
1353
|
|
|
@@ -1340,11 +1393,6 @@ msgstr "एन्ट्रीज़"
|
|
|
1340
1393
|
msgid "Error"
|
|
1341
1394
|
msgstr "त्रुटि"
|
|
1342
1395
|
|
|
1343
|
-
#. Default: "Error"
|
|
1344
|
-
#: components/manage/Controlpanels/Aliases
|
|
1345
|
-
msgid "ErrorHeader"
|
|
1346
|
-
msgstr "त्रुटि"
|
|
1347
|
-
|
|
1348
1396
|
#. Default: "Event"
|
|
1349
1397
|
#: components/manage/Controlpanels/Rules/Rules
|
|
1350
1398
|
msgid "Event"
|
|
@@ -1370,6 +1418,11 @@ msgstr ""
|
|
|
1370
1418
|
msgid "Event view"
|
|
1371
1419
|
msgstr "आयोजन दृश्य"
|
|
1372
1420
|
|
|
1421
|
+
#. Default: "Example"
|
|
1422
|
+
#: components/manage/Controlpanels/Aliases
|
|
1423
|
+
msgid "Example"
|
|
1424
|
+
msgstr ""
|
|
1425
|
+
|
|
1373
1426
|
#. Default: "Exclude from navigation"
|
|
1374
1427
|
#: components/manage/Contents/ContentsPropertiesModal
|
|
1375
1428
|
msgid "Exclude from navigation"
|
|
@@ -1481,6 +1534,7 @@ msgid "Files uploaded: {uploadedFiles}"
|
|
|
1481
1534
|
msgstr ""फ़ाइलें अपलोड की गईं: {uploadedFiles}"
|
|
1482
1535
|
|
|
1483
1536
|
#. Default: "Filter"
|
|
1537
|
+
#: components/manage/Controlpanels/Aliases
|
|
1484
1538
|
#: helpers/MessageLabels/MessageLabels
|
|
1485
1539
|
msgid "Filter"
|
|
1486
1540
|
msgstr "फ़िल्टर"
|
|
@@ -1490,7 +1544,7 @@ msgstr "फ़िल्टर"
|
|
|
1490
1544
|
msgid "Filter Rules:"
|
|
1491
1545
|
msgstr "फ़िल्टर नियम:"
|
|
1492
1546
|
|
|
1493
|
-
#. Default: "Filter by
|
|
1547
|
+
#. Default: "Filter by path"
|
|
1494
1548
|
#: components/manage/Controlpanels/Aliases
|
|
1495
1549
|
msgid "Filter by prefix"
|
|
1496
1550
|
msgstr "उपसर्ग द्वारा फ़िल्टर करें"
|
|
@@ -2141,6 +2195,11 @@ msgstr "{title} के लिए अनुवाद प्रबंधित क
|
|
|
2141
2195
|
msgid "Manual"
|
|
2142
2196
|
msgstr "मैनुअल"
|
|
2143
2197
|
|
|
2198
|
+
#. Default: "Manually"
|
|
2199
|
+
#: components/manage/Controlpanels/Aliases
|
|
2200
|
+
msgid "Manually"
|
|
2201
|
+
msgstr ""
|
|
2202
|
+
|
|
2144
2203
|
#. Default: "Manually or automatically added?"
|
|
2145
2204
|
#: components/manage/Controlpanels/Aliases
|
|
2146
2205
|
msgid "Manually or automatically added?"
|
|
@@ -3585,7 +3644,6 @@ msgstr "हटाने के लिए टैग"
|
|
|
3585
3644
|
|
|
3586
3645
|
#. Default: "Target"
|
|
3587
3646
|
#: components/manage/Blocks/Teaser/schema
|
|
3588
|
-
#: components/manage/Controlpanels/Aliases
|
|
3589
3647
|
#: components/manage/Controlpanels/Relations/BrokenRelations
|
|
3590
3648
|
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3591
3649
|
msgid "Target"
|
|
@@ -4426,6 +4484,11 @@ msgstr ""
|
|
|
4426
4484
|
msgid "box_forgot_password_option"
|
|
4427
4485
|
msgstr "पासवर्ड भूल गए?"
|
|
4428
4486
|
|
|
4487
|
+
#. Default: "Add many alternative URLs at once by uploading a CSV file. The first column should be the path to redirect from; the second, the path to redirect to. Both paths must be Plone-site-relative, starting with a slash (/). An optional third column can contain a date and time. An optional fourth column can contain a boolean to mark as a manual redirect (default true)."
|
|
4488
|
+
#: components/manage/Controlpanels/Aliases
|
|
4489
|
+
msgid "bulkUploadUrlsHelp"
|
|
4490
|
+
msgstr ""
|
|
4491
|
+
|
|
4429
4492
|
#. Default: "Checkbox"
|
|
4430
4493
|
#: config/Blocks
|
|
4431
4494
|
msgid "checkboxFacet"
|
|
@@ -4536,6 +4599,11 @@ msgstr "कब"
|
|
|
4536
4599
|
msgid "event_where"
|
|
4537
4600
|
msgstr "कहाँ"
|
|
4538
4601
|
|
|
4602
|
+
#. Default: "/example"
|
|
4603
|
+
#: components/manage/Controlpanels/Aliases
|
|
4604
|
+
msgid "examplePath"
|
|
4605
|
+
msgstr ""
|
|
4606
|
+
|
|
4539
4607
|
#. Default: "This website does not accept files larger than {limit}"
|
|
4540
4608
|
#: helpers/MessageLabels/MessageLabels
|
|
4541
4609
|
msgid "fileTooLarge"
|