@plone/volto 16.27.0 → 16.28.1

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 (151) hide show
  1. package/.changelog.draft +4 -3
  2. package/.yarn/install-state.gz +0 -0
  3. package/CHANGELOG.md +18 -0
  4. package/README.md +3 -19
  5. package/locales/ca/LC_MESSAGES/volto.po +94 -30
  6. package/locales/ca.json +1 -1
  7. package/locales/de/LC_MESSAGES/volto.po +94 -30
  8. package/locales/de.json +1 -1
  9. package/locales/en/LC_MESSAGES/volto.po +95 -31
  10. package/locales/en.json +1 -1
  11. package/locales/es/LC_MESSAGES/volto.po +94 -30
  12. package/locales/es.json +1 -1
  13. package/locales/eu/LC_MESSAGES/volto.po +94 -30
  14. package/locales/eu.json +1 -1
  15. package/locales/fi/LC_MESSAGES/volto.po +94 -30
  16. package/locales/fi.json +1 -1
  17. package/locales/fr/LC_MESSAGES/volto.po +94 -30
  18. package/locales/fr.json +1 -1
  19. package/locales/it/LC_MESSAGES/volto.po +94 -30
  20. package/locales/it.json +1 -1
  21. package/locales/ja/LC_MESSAGES/volto.po +94 -30
  22. package/locales/ja.json +1 -1
  23. package/locales/nl/LC_MESSAGES/volto.po +94 -30
  24. package/locales/nl.json +1 -1
  25. package/locales/pt/LC_MESSAGES/volto.po +94 -30
  26. package/locales/pt.json +1 -1
  27. package/locales/pt_BR/LC_MESSAGES/volto.po +94 -30
  28. package/locales/pt_BR.json +1 -1
  29. package/locales/ro/LC_MESSAGES/volto.po +94 -30
  30. package/locales/ro.json +1 -1
  31. package/locales/volto.pot +95 -31
  32. package/locales/zh_CN/LC_MESSAGES/volto.po +94 -30
  33. package/locales/zh_CN.json +1 -1
  34. package/package.json +1 -1
  35. package/packages/volto-slate/news/5347.bugfix +1 -0
  36. package/packages/volto-slate/package.json +1 -1
  37. package/packages/volto-slate/src/editor/extensions/insertData.js +3 -1
  38. package/packages/volto-slate/src/editor/extensions/normalizeExternalData.js +1 -1
  39. package/packages/volto-slate/src/utils/blocks.js +6 -2
  40. package/src/actions/index.js +7 -0
  41. package/src/actions/relations/rebuild.js +25 -0
  42. package/src/actions/relations/relations.js +103 -0
  43. package/src/actions/relations/relations.test.js +15 -0
  44. package/src/components/index.js +1 -0
  45. package/src/components/manage/Contents/Contents.jsx +320 -110
  46. package/src/components/manage/LinksToItem/LinksToItem.jsx +185 -0
  47. package/src/components/manage/LinksToItem/LinksToItem.test.jsx +97 -0
  48. package/src/components/manage/Toolbar/More.jsx +15 -0
  49. package/src/config/NonContentRoutes.jsx +1 -0
  50. package/src/config/index.js +2 -0
  51. package/src/constants/ActionTypes.js +5 -0
  52. package/src/reducers/index.js +2 -0
  53. package/src/reducers/relations/relations.js +201 -0
  54. package/src/routes.js +9 -0
  55. package/src/start-server.js +4 -0
  56. package/theme/themes/pastanaga/extras/contents.less +4 -0
  57. package/.yarn/releases/yarn-4.0.2.cjs +0 -893
  58. package/apps/plone/node_modules/.bin/acorn +0 -17
  59. package/apps/plone/node_modules/.bin/addon +0 -17
  60. package/apps/plone/node_modules/.bin/autoprefixer +0 -17
  61. package/apps/plone/node_modules/.bin/browserslist +0 -17
  62. package/apps/plone/node_modules/.bin/build-storybook +0 -17
  63. package/apps/plone/node_modules/.bin/changelogupdater +0 -17
  64. package/apps/plone/node_modules/.bin/eslint +0 -17
  65. package/apps/plone/node_modules/.bin/eslint-config-prettier +0 -17
  66. package/apps/plone/node_modules/.bin/i18n +0 -17
  67. package/apps/plone/node_modules/.bin/jest +0 -17
  68. package/apps/plone/node_modules/.bin/lessc +0 -17
  69. package/apps/plone/node_modules/.bin/missdev +0 -17
  70. package/apps/plone/node_modules/.bin/prettier +0 -17
  71. package/apps/plone/node_modules/.bin/razzle +0 -17
  72. package/apps/plone/node_modules/.bin/server-test +0 -17
  73. package/apps/plone/node_modules/.bin/start-server-and-test +0 -17
  74. package/apps/plone/node_modules/.bin/start-storybook +0 -17
  75. package/apps/plone/node_modules/.bin/start-test +0 -17
  76. package/apps/plone/node_modules/.bin/storybook-server +0 -17
  77. package/apps/plone/node_modules/.bin/stylelint +0 -17
  78. package/apps/plone/node_modules/.bin/tlds +0 -17
  79. package/apps/plone/node_modules/.bin/ts-jest +0 -17
  80. package/apps/plone/node_modules/.bin/tsc +0 -17
  81. package/apps/plone/node_modules/.bin/tsserver +0 -17
  82. package/apps/plone/node_modules/.bin/uuid +0 -17
  83. package/apps/plone/node_modules/.bin/webpack +0 -17
  84. package/apps/plone/node_modules/.bin/webpack-dev-server +0 -17
  85. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/acorn +0 -17
  86. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/addon +0 -17
  87. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/browserslist +0 -17
  88. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/changelogupdater +0 -17
  89. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint +0 -17
  90. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint-config-prettier +0 -17
  91. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/i18n +0 -17
  92. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/prettier +0 -17
  93. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/release-it +0 -17
  94. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/stylelint +0 -17
  95. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsc +0 -17
  96. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsserver +0 -17
  97. package/packages/volto-slate/build/messages/src/blocks/Table/TableBlockEdit.json +0 -90
  98. package/packages/volto-slate/build/messages/src/blocks/Text/DefaultTextBlockEditor.json +0 -6
  99. package/packages/volto-slate/build/messages/src/blocks/Text/DetachedTextBlockEditor.json +0 -6
  100. package/packages/volto-slate/build/messages/src/blocks/Text/SlashMenu.json +0 -6
  101. package/packages/volto-slate/build/messages/src/editor/plugins/AdvancedLink/index.json +0 -10
  102. package/packages/volto-slate/build/messages/src/editor/plugins/Link/index.json +0 -10
  103. package/packages/volto-slate/build/messages/src/editor/plugins/Table/index.json +0 -30
  104. package/packages/volto-slate/build/messages/src/elementEditor/messages.json +0 -10
  105. package/packages/volto-slate/build/messages/src/widgets/HtmlSlateWidget.json +0 -6
  106. package/packages/volto-slate/build/messages/src/widgets/RichTextWidgetView.json +0 -6
  107. package/pyvenv.cfg +0 -5
  108. package/share/man/man1/ttx.1 +0 -225
  109. package/styles/Microsoft/AMPM.yml +0 -9
  110. package/styles/Microsoft/Accessibility.yml +0 -25
  111. package/styles/Microsoft/Acronyms.yml +0 -64
  112. package/styles/Microsoft/Adverbs.yml +0 -270
  113. package/styles/Microsoft/Auto.yml +0 -11
  114. package/styles/Microsoft/Avoid.yml +0 -14
  115. package/styles/Microsoft/ComplexWords.yml +0 -120
  116. package/styles/Microsoft/Contractions.yml +0 -50
  117. package/styles/Microsoft/Dashes.yml +0 -13
  118. package/styles/Microsoft/DateFormat.yml +0 -8
  119. package/styles/Microsoft/DateNumbers.yml +0 -40
  120. package/styles/Microsoft/DateOrder.yml +0 -8
  121. package/styles/Microsoft/Ellipses.yml +0 -9
  122. package/styles/Microsoft/FirstPerson.yml +0 -16
  123. package/styles/Microsoft/Foreign.yml +0 -13
  124. package/styles/Microsoft/Gender.yml +0 -8
  125. package/styles/Microsoft/GenderBias.yml +0 -44
  126. package/styles/Microsoft/GeneralURL.yml +0 -11
  127. package/styles/Microsoft/HeadingAcronyms.yml +0 -7
  128. package/styles/Microsoft/HeadingColons.yml +0 -8
  129. package/styles/Microsoft/HeadingPunctuation.yml +0 -13
  130. package/styles/Microsoft/Headings.yml +0 -28
  131. package/styles/Microsoft/Hyphens.yml +0 -14
  132. package/styles/Microsoft/Negative.yml +0 -13
  133. package/styles/Microsoft/Ordinal.yml +0 -13
  134. package/styles/Microsoft/OxfordComma.yml +0 -8
  135. package/styles/Microsoft/Passive.yml +0 -183
  136. package/styles/Microsoft/Percentages.yml +0 -7
  137. package/styles/Microsoft/Quotes.yml +0 -7
  138. package/styles/Microsoft/RangeFormat.yml +0 -13
  139. package/styles/Microsoft/RangeTime.yml +0 -13
  140. package/styles/Microsoft/Ranges.yml +0 -7
  141. package/styles/Microsoft/Semicolon.yml +0 -8
  142. package/styles/Microsoft/SentenceLength.yml +0 -7
  143. package/styles/Microsoft/Spacing.yml +0 -8
  144. package/styles/Microsoft/Suspended.yml +0 -7
  145. package/styles/Microsoft/Terms.yml +0 -41
  146. package/styles/Microsoft/URLFormat.yml +0 -10
  147. package/styles/Microsoft/Units.yml +0 -16
  148. package/styles/Microsoft/Vocab.yml +0 -25
  149. package/styles/Microsoft/We.yml +0 -11
  150. package/styles/Microsoft/Wordiness.yml +0 -122
  151. package/styles/Microsoft/meta.json +0 -4
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: 2023-08-11T19:02:38.815Z\n"
4
+ "POT-Creation-Date: 2023-11-13T11:51:31.002Z\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
  "MIME-Version: 1.0\n"
@@ -418,6 +418,7 @@ msgstr ""
418
418
  #: components/manage/Controlpanels/UpgradeControlPanel
419
419
  #: components/manage/Diff/Diff
420
420
  #: components/manage/History/History
421
+ #: components/manage/LinksToItem/LinksToItem
421
422
  #: components/manage/Multilingual/ManageTranslations
422
423
  #: components/manage/Preferences/ChangePassword
423
424
  #: components/manage/Preferences/PersonalPreferences
@@ -474,11 +475,6 @@ msgstr ""
474
475
  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."
475
476
  msgstr ""
476
477
 
477
- #: components/manage/Contents/Contents
478
- # defaultMessage: By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.
479
- msgid "By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first."
480
- msgstr ""
481
-
482
478
  #: components/manage/Controlpanels/DatabaseInformation
483
479
  # defaultMessage: Cache Name
484
480
  msgid "Cache Name"
@@ -732,6 +728,11 @@ msgstr ""
732
728
  msgid "Content rules from parent folders"
733
729
  msgstr ""
734
730
 
731
+ #: components/manage/LinksToItem/LinksToItem
732
+ # defaultMessage: Content that links to or references {title}
733
+ msgid "Content that links to or references {title}"
734
+ msgstr ""
735
+
735
736
  #: components/manage/Controlpanels/ContentTypes
736
737
  # defaultMessage: Content type created
737
738
  msgid "Content type created"
@@ -960,11 +961,26 @@ msgstr ""
960
961
  msgid "Delete row"
961
962
  msgstr ""
962
963
 
964
+ #: components/manage/Contents/Contents
965
+ # defaultMessage: Delete selected items?
966
+ msgid "Delete selected items?"
967
+ msgstr ""
968
+
969
+ #: components/manage/Contents/Contents
970
+ # defaultMessage: Delete this item?
971
+ msgid "Delete this item?"
972
+ msgstr ""
973
+
963
974
  #: components/manage/Controlpanels/Rules/Rules
964
975
  # defaultMessage: Deleted
965
976
  msgid "Deleted"
966
977
  msgstr ""
967
978
 
979
+ #: components/manage/Contents/Contents
980
+ # defaultMessage: Deleting this item breaks {brokenReferences} {variation}.
981
+ msgid "Deleting this item breaks {brokenReferences} {variation}."
982
+ msgstr ""
983
+
968
984
  #: components/manage/Widgets/QuerystringWidget
969
985
  # defaultMessage: Depth
970
986
  msgid "Depth"
@@ -1028,11 +1044,6 @@ msgstr ""
1028
1044
  msgid "Divide each row into separate cells"
1029
1045
  msgstr ""
1030
1046
 
1031
- #: components/manage/Contents/Contents
1032
- # defaultMessage: Do you really want to delete the following items?
1033
- msgid "Do you really want to delete the following items?"
1034
- msgstr ""
1035
-
1036
1047
  #: components/manage/Controlpanels/Groups/GroupsControlpanel
1037
1048
  # defaultMessage: Do you really want to delete the group {groupname}?
1038
1049
  msgid "Do you really want to delete the group {groupname}?"
@@ -1815,11 +1826,6 @@ msgstr ""
1815
1826
  msgid "Items must be unique."
1816
1827
  msgstr ""
1817
1828
 
1818
- #: components/manage/Contents/Contents
1819
- # defaultMessage: Items to be deleted:
1820
- msgid "Items to be deleted:"
1821
- msgstr ""
1822
-
1823
1829
  #: components/manage/Blocks/Search/schema
1824
1830
  # defaultMessage: Label
1825
1831
  msgid "Label"
@@ -1922,6 +1928,17 @@ msgstr ""
1922
1928
  msgid "Link translation for"
1923
1929
  msgstr ""
1924
1930
 
1931
+ #: components/manage/LinksToItem/LinksToItem
1932
+ # defaultMessage: Linking this item with hyperlink in text
1933
+ msgid "Linking this item with hyperlink in text"
1934
+ msgstr ""
1935
+
1936
+ #: components/manage/LinksToItem/LinksToItem
1937
+ #: components/manage/Toolbar/More
1938
+ # defaultMessage: Links and references
1939
+ msgid "Links and references"
1940
+ msgstr ""
1941
+
1925
1942
  #: components/manage/Blocks/Listing/schema
1926
1943
  # defaultMessage: Listing
1927
1944
  msgid "Listing"
@@ -2244,6 +2261,11 @@ msgstr ""
2244
2261
  msgid "No items selected"
2245
2262
  msgstr ""
2246
2263
 
2264
+ #: components/manage/LinksToItem/LinksToItem
2265
+ # defaultMessage: No links to this item found.
2266
+ msgid "No links to this item found."
2267
+ msgstr ""
2268
+
2247
2269
  #: components/manage/Blocks/Maps/MapsSidebar
2248
2270
  # defaultMessage: No map selected
2249
2271
  msgid "No map selected"
@@ -2377,6 +2399,11 @@ msgstr ""
2377
2399
  msgid "Origin"
2378
2400
  msgstr ""
2379
2401
 
2402
+ #: components/manage/LinksToItem/LinksToItem
2403
+ # defaultMessage: Overview of relations of all content items
2404
+ msgid "Overview of relations of all content items"
2405
+ msgstr ""
2406
+
2380
2407
  #: components/manage/Toolbar/Toolbar
2381
2408
  # defaultMessage: Page
2382
2409
  msgid "Page"
@@ -2517,11 +2544,6 @@ msgstr ""
2517
2544
  msgid "Possible values"
2518
2545
  msgstr ""
2519
2546
 
2520
- #: components/manage/Contents/Contents
2521
- # defaultMessage: Potential link breakage
2522
- msgid "Potential link breakage"
2523
- msgstr ""
2524
-
2525
2547
  #: components/theme/Footer/Footer
2526
2548
  # defaultMessage: Powered by Plone & Python
2527
2549
  msgid "Powered by Plone & Python"
@@ -2616,6 +2638,16 @@ msgstr ""
2616
2638
  msgid "Reduce complexity"
2617
2639
  msgstr ""
2618
2640
 
2641
+ #: components/manage/LinksToItem/LinksToItem
2642
+ # defaultMessage: Referencing this item as related item
2643
+ msgid "Referencing this item as related item"
2644
+ msgstr ""
2645
+
2646
+ #: components/manage/LinksToItem/LinksToItem
2647
+ # defaultMessage: Referencing this item with {relationship}
2648
+ msgid "Referencing this item with {relationship}"
2649
+ msgstr ""
2650
+
2619
2651
  #: components/theme/Anontools/Anontools
2620
2652
  #: components/theme/Login/Login
2621
2653
  #: components/theme/Register/Register
@@ -2773,6 +2805,7 @@ msgid "Revert to this revision"
2773
2805
  msgstr ""
2774
2806
 
2775
2807
  #: components/manage/Contents/Contents
2808
+ #: components/manage/LinksToItem/LinksToItem
2776
2809
  # defaultMessage: Review state
2777
2810
  msgid "Review state"
2778
2811
  msgstr ""
@@ -3168,6 +3201,16 @@ msgstr ""
3168
3201
  msgid "Small"
3169
3202
  msgstr ""
3170
3203
 
3204
+ #: components/manage/Contents/Contents
3205
+ # defaultMessage: Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.
3206
+ msgid "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
3207
+ msgstr ""
3208
+
3209
+ #: components/manage/Contents/Contents
3210
+ # defaultMessage: Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.
3211
+ msgid "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
3212
+ msgstr ""
3213
+
3171
3214
  #: error
3172
3215
  # defaultMessage: Sorry, something went wrong with your request 
3173
3216
  msgid "Sorry, something went wrong with your request"
@@ -3510,11 +3553,6 @@ msgstr ""
3510
3553
  msgid "Third"
3511
3554
  msgstr ""
3512
3555
 
3513
- #: components/manage/Contents/Contents
3514
- # defaultMessage: This Page is referenced by the following items:
3515
- msgid "This Page is referenced by the following items:"
3516
- msgstr ""
3517
-
3518
3556
  #: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
3519
3557
  # defaultMessage: This has an ongoing working copy in {title}
3520
3558
  msgid "This has an ongoing working copy in {title}"
@@ -3530,6 +3568,11 @@ msgstr ""
3530
3568
  msgid "This is a working copy of {title}"
3531
3569
  msgstr ""
3532
3570
 
3571
+ #: components/manage/Contents/Contents
3572
+ # defaultMessage: This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.
3573
+ msgid "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
3574
+ msgstr ""
3575
+
3533
3576
  #: components/manage/LockingToastsFactory/LockingToastsFactory
3534
3577
  # defaultMessage: This item was locked by {creator} on {date}
3535
3578
  msgid "This item was locked by {creator} on {date}"
@@ -3586,11 +3629,6 @@ msgstr ""
3586
3629
  msgid "Total comments"
3587
3630
  msgstr ""
3588
3631
 
3589
- #: components/manage/Contents/Contents
3590
- # defaultMessage: Total items to be deleted:
3591
- msgid "Total items to be deleted:"
3592
- msgstr ""
3593
-
3594
3632
  #: components/manage/Controlpanels/DatabaseInformation
3595
3633
  # defaultMessage: Total number of objects in each cache
3596
3634
  msgid "Total number of objects in each cache"
@@ -3649,6 +3687,7 @@ msgid "Triggering event field error. Please select a value"
3649
3687
  msgstr ""
3650
3688
 
3651
3689
  #: components/manage/Controlpanels/ContentTypes
3690
+ #: components/manage/LinksToItem/LinksToItem
3652
3691
  #: components/manage/Widgets/SchemaWidget
3653
3692
  #: components/theme/View/TabularView
3654
3693
  # defaultMessage: Type
@@ -3947,6 +3986,11 @@ msgstr ""
3947
3986
  msgid "View changes"
3948
3987
  msgstr ""
3949
3988
 
3989
+ #: components/manage/Contents/Contents
3990
+ # defaultMessage: View links and references to this item
3991
+ msgid "View links and references to this item"
3992
+ msgstr ""
3993
+
3950
3994
  #: components/manage/History/History
3951
3995
  # defaultMessage: View this revision
3952
3996
  msgid "View this revision"
@@ -4321,6 +4365,16 @@ msgstr ""
4321
4365
  msgid "intranet"
4322
4366
  msgstr ""
4323
4367
 
4368
+ #: components/manage/Contents/Contents
4369
+ # defaultMessage: item
4370
+ msgid "item"
4371
+ msgstr ""
4372
+
4373
+ #: components/manage/Contents/Contents
4374
+ # defaultMessage: items
4375
+ msgid "items"
4376
+ msgstr ""
4377
+
4324
4378
  #: components/theme/PasswordReset/RequestPasswordReset
4325
4379
  # defaultMessage: My email is
4326
4380
  msgid "label_my_email_is"
@@ -4445,6 +4499,16 @@ msgstr ""
4445
4499
  msgid "rebuild relations"
4446
4500
  msgstr ""
4447
4501
 
4502
+ #: components/manage/Contents/Contents
4503
+ # defaultMessage: reference
4504
+ msgid "reference"
4505
+ msgstr ""
4506
+
4507
+ #: components/manage/Contents/Contents
4508
+ # defaultMessage: references
4509
+ msgid "references"
4510
+ msgstr ""
4511
+
4448
4512
  #: components/theme/Search/Search
4449
4513
  # defaultMessage: results
4450
4514
  msgid "results found"
@@ -422,6 +422,7 @@ msgstr "可用的内容规则"
422
422
  #: components/manage/Controlpanels/UpgradeControlPanel
423
423
  #: components/manage/Diff/Diff
424
424
  #: components/manage/History/History
425
+ #: components/manage/LinksToItem/LinksToItem
425
426
  #: components/manage/Multilingual/ManageTranslations
426
427
  #: components/manage/Preferences/ChangePassword
427
428
  #: components/manage/Preferences/PersonalPreferences
@@ -478,11 +479,6 @@ msgstr "浏览网站,放入一张图片,或者输入一个URL"
478
479
  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."
479
480
  msgstr "默认情况下,条目的权限从父文件夹继承,您可以禁用继承,明确设置权限。总体来说,${inherited}符号表示这是一个继承的值,${global}符号表示这是一个由网站管理员管理的全局角色。"
480
481
 
481
- #: components/manage/Contents/Contents
482
- # defaultMessage: By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.
483
- msgid "By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first."
484
- msgstr "删除这些条目,将会破坏下列条目中的链连引用,如果您确定要这样做,建议您先删除这些引用。"
485
-
486
482
  #: components/manage/Controlpanels/DatabaseInformation
487
483
  # defaultMessage: Cache Name
488
484
  msgid "Cache Name"
@@ -736,6 +732,11 @@ msgstr "{title}的内容规则"
736
732
  msgid "Content rules from parent folders"
737
733
  msgstr "父文件夹的内容规则"
738
734
 
735
+ #: components/manage/LinksToItem/LinksToItem
736
+ # defaultMessage: Content that links to or references {title}
737
+ msgid "Content that links to or references {title}"
738
+ msgstr ""
739
+
739
740
  #: components/manage/Controlpanels/ContentTypes
740
741
  # defaultMessage: Content type created
741
742
  msgid "Content type created"
@@ -964,11 +965,26 @@ msgstr "删除条件"
964
965
  msgid "Delete row"
965
966
  msgstr "删除条件"
966
967
 
968
+ #: components/manage/Contents/Contents
969
+ # defaultMessage: Delete selected items?
970
+ msgid "Delete selected items?"
971
+ msgstr ""
972
+
973
+ #: components/manage/Contents/Contents
974
+ # defaultMessage: Delete this item?
975
+ msgid "Delete this item?"
976
+ msgstr ""
977
+
967
978
  #: components/manage/Controlpanels/Rules/Rules
968
979
  # defaultMessage: Deleted
969
980
  msgid "Deleted"
970
981
  msgstr "已删除"
971
982
 
983
+ #: components/manage/Contents/Contents
984
+ # defaultMessage: Deleting this item breaks {brokenReferences} {variation}.
985
+ msgid "Deleting this item breaks {brokenReferences} {variation}."
986
+ msgstr ""
987
+
972
988
  #: components/manage/Widgets/QuerystringWidget
973
989
  # defaultMessage: Depth
974
990
  msgid "Depth"
@@ -1032,11 +1048,6 @@ msgstr "使用{license} 发布"
1032
1048
  msgid "Divide each row into separate cells"
1033
1049
  msgstr "将每一行分成独立的单元格"
1034
1050
 
1035
- #: components/manage/Contents/Contents
1036
- # defaultMessage: Do you really want to delete the following items?
1037
- msgid "Do you really want to delete the following items?"
1038
- msgstr "确定要删除这个条目吗?"
1039
-
1040
1051
  #: components/manage/Controlpanels/Groups/GroupsControlpanel
1041
1052
  # defaultMessage: Do you really want to delete the group {groupname}?
1042
1053
  msgid "Do you really want to delete the group {groupname}?"
@@ -1819,11 +1830,6 @@ msgstr "条目"
1819
1830
  msgid "Items must be unique."
1820
1831
  msgstr "条目必须是独特的"
1821
1832
 
1822
- #: components/manage/Contents/Contents
1823
- # defaultMessage: Items to be deleted:
1824
- msgid "Items to be deleted:"
1825
- msgstr "需要删除的条目"
1826
-
1827
1833
  #: components/manage/Blocks/Search/schema
1828
1834
  # defaultMessage: Label
1829
1835
  msgid "Label"
@@ -1926,6 +1932,17 @@ msgstr "链接至"
1926
1932
  msgid "Link translation for"
1927
1933
  msgstr "链接翻译"
1928
1934
 
1935
+ #: components/manage/LinksToItem/LinksToItem
1936
+ # defaultMessage: Linking this item with hyperlink in text
1937
+ msgid "Linking this item with hyperlink in text"
1938
+ msgstr ""
1939
+
1940
+ #: components/manage/LinksToItem/LinksToItem
1941
+ #: components/manage/Toolbar/More
1942
+ # defaultMessage: Links and references
1943
+ msgid "Links and references"
1944
+ msgstr ""
1945
+
1929
1946
  #: components/manage/Blocks/Listing/schema
1930
1947
  # defaultMessage: Listing
1931
1948
  msgid "Listing"
@@ -2248,6 +2265,11 @@ msgstr "在此容器中没有发现条目。"
2248
2265
  msgid "No items selected"
2249
2266
  msgstr "未选择条目"
2250
2267
 
2268
+ #: components/manage/LinksToItem/LinksToItem
2269
+ # defaultMessage: No links to this item found.
2270
+ msgid "No links to this item found."
2271
+ msgstr ""
2272
+
2251
2273
  #: components/manage/Blocks/Maps/MapsSidebar
2252
2274
  # defaultMessage: No map selected
2253
2275
  msgid "No map selected"
@@ -2381,6 +2403,11 @@ msgstr ""
2381
2403
  msgid "Origin"
2382
2404
  msgstr "原始"
2383
2405
 
2406
+ #: components/manage/LinksToItem/LinksToItem
2407
+ # defaultMessage: Overview of relations of all content items
2408
+ msgid "Overview of relations of all content items"
2409
+ msgstr ""
2410
+
2384
2411
  #: components/manage/Toolbar/Toolbar
2385
2412
  # defaultMessage: Page
2386
2413
  msgid "Page"
@@ -2521,11 +2548,6 @@ msgstr "位置已改变"
2521
2548
  msgid "Possible values"
2522
2549
  msgstr "可选值"
2523
2550
 
2524
- #: components/manage/Contents/Contents
2525
- # defaultMessage: Potential link breakage
2526
- msgid "Potential link breakage"
2527
- msgstr "可能产生坏链接"
2528
-
2529
2551
  #: components/theme/Footer/Footer
2530
2552
  # defaultMessage: Powered by Plone & Python
2531
2553
  msgid "Powered by Plone & Python"
@@ -2620,6 +2642,16 @@ msgstr "重做"
2620
2642
  msgid "Reduce complexity"
2621
2643
  msgstr "减少复杂性"
2622
2644
 
2645
+ #: components/manage/LinksToItem/LinksToItem
2646
+ # defaultMessage: Referencing this item as related item
2647
+ msgid "Referencing this item as related item"
2648
+ msgstr ""
2649
+
2650
+ #: components/manage/LinksToItem/LinksToItem
2651
+ # defaultMessage: Referencing this item with {relationship}
2652
+ msgid "Referencing this item with {relationship}"
2653
+ msgstr ""
2654
+
2623
2655
  #: components/theme/Anontools/Anontools
2624
2656
  #: components/theme/Login/Login
2625
2657
  #: components/theme/Register/Register
@@ -2777,6 +2809,7 @@ msgid "Revert to this revision"
2777
2809
  msgstr "回退到这个版本"
2778
2810
 
2779
2811
  #: components/manage/Contents/Contents
2812
+ #: components/manage/LinksToItem/LinksToItem
2780
2813
  # defaultMessage: Review state
2781
2814
  msgid "Review state"
2782
2815
  msgstr "审核状态"
@@ -3172,6 +3205,16 @@ msgstr "大小:{size}"
3172
3205
  msgid "Small"
3173
3206
  msgstr "小"
3174
3207
 
3208
+ #: components/manage/Contents/Contents
3209
+ # defaultMessage: Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.
3210
+ msgid "Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders."
3211
+ msgstr ""
3212
+
3213
+ #: components/manage/Contents/Contents
3214
+ # defaultMessage: Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.
3215
+ msgid "Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken."
3216
+ msgstr ""
3217
+
3175
3218
  #: error
3176
3219
  # defaultMessage: Sorry, something went wrong with your request
3177
3220
  msgid "Sorry, something went wrong with your request"
@@ -3514,11 +3557,6 @@ msgstr "这里出现了一些错误。"
3514
3557
  msgid "Third"
3515
3558
  msgstr "第三"
3516
3559
 
3517
- #: components/manage/Contents/Contents
3518
- # defaultMessage: This Page is referenced by the following items:
3519
- msgid "This Page is referenced by the following items:"
3520
- msgstr "此页面被下列条目引用:"
3521
-
3522
3560
  #: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
3523
3561
  # defaultMessage: This has an ongoing working copy in {title}
3524
3562
  msgid "This has an ongoing working copy in {title}"
@@ -3534,6 +3572,11 @@ msgstr "这是一个保留名字,不能使用"
3534
3572
  msgid "This is a working copy of {title}"
3535
3573
  msgstr "这是{title}的一个工作副本"
3536
3574
 
3575
+ #: components/manage/Contents/Contents
3576
+ # defaultMessage: This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.
3577
+ msgid "This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder."
3578
+ msgstr ""
3579
+
3537
3580
  #: components/manage/LockingToastsFactory/LockingToastsFactory
3538
3581
  # defaultMessage: This item was locked by {creator} on {date}
3539
3582
  msgid "This item was locked by {creator} on {date}"
@@ -3590,11 +3633,6 @@ msgstr "活动和非活动对象的总数"
3590
3633
  msgid "Total comments"
3591
3634
  msgstr "全部评论"
3592
3635
 
3593
- #: components/manage/Contents/Contents
3594
- # defaultMessage: Total items to be deleted:
3595
- msgid "Total items to be deleted:"
3596
- msgstr ""
3597
-
3598
3636
  #: components/manage/Controlpanels/DatabaseInformation
3599
3637
  # defaultMessage: Total number of objects in each cache
3600
3638
  msgid "Total number of objects in each cache"
@@ -3653,6 +3691,7 @@ msgid "Triggering event field error. Please select a value"
3653
3691
  msgstr "触发了事件字段错误。请选择一个值"
3654
3692
 
3655
3693
  #: components/manage/Controlpanels/ContentTypes
3694
+ #: components/manage/LinksToItem/LinksToItem
3656
3695
  #: components/manage/Widgets/SchemaWidget
3657
3696
  #: components/theme/View/TabularView
3658
3697
  # defaultMessage: Type
@@ -3951,6 +3990,11 @@ msgstr ""
3951
3990
  msgid "View changes"
3952
3991
  msgstr ""
3953
3992
 
3993
+ #: components/manage/Contents/Contents
3994
+ # defaultMessage: View links and references to this item
3995
+ msgid "View links and references to this item"
3996
+ msgstr ""
3997
+
3954
3998
  #: components/manage/History/History
3955
3999
  # defaultMessage: View this revision
3956
4000
  msgid "View this revision"
@@ -4325,6 +4369,16 @@ msgstr "整数"
4325
4369
  msgid "intranet"
4326
4370
  msgstr "内部"
4327
4371
 
4372
+ #: components/manage/Contents/Contents
4373
+ # defaultMessage: item
4374
+ msgid "item"
4375
+ msgstr ""
4376
+
4377
+ #: components/manage/Contents/Contents
4378
+ # defaultMessage: items
4379
+ msgid "items"
4380
+ msgstr ""
4381
+
4328
4382
  #: components/theme/PasswordReset/RequestPasswordReset
4329
4383
  # defaultMessage: My email is
4330
4384
  msgid "label_my_email_is"
@@ -4449,6 +4503,16 @@ msgstr ""
4449
4503
  msgid "rebuild relations"
4450
4504
  msgstr ""
4451
4505
 
4506
+ #: components/manage/Contents/Contents
4507
+ # defaultMessage: reference
4508
+ msgid "reference"
4509
+ msgstr ""
4510
+
4511
+ #: components/manage/Contents/Contents
4512
+ # defaultMessage: references
4513
+ msgid "references"
4514
+ msgstr ""
4515
+
4452
4516
  #: components/theme/Search/Search
4453
4517
  # defaultMessage: results
4454
4518
  msgid "results found"