@plone/volto 18.0.0-alpha.18 → 18.0.0-alpha.19
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.md +31 -1
- package/locales/ca/LC_MESSAGES/volto.po +17 -42
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +15 -40
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +14 -39
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +15 -40
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +15 -40
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +15 -40
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +15 -40
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +15 -40
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +15 -40
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +14 -39
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +15 -40
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +15 -40
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +15 -40
- package/locales/ro.json +1 -1
- package/locales/volto.pot +15 -40
- package/locales/zh_CN/LC_MESSAGES/volto.po +15 -40
- package/locales/zh_CN.json +1 -1
- package/package.json +10 -20
- package/src/components/index.js +0 -6
- package/src/components/manage/Blocks/Search/SearchBlockEdit.jsx +8 -2
- package/src/components/manage/Blocks/Search/hocs/withSearch.jsx +2 -2
- package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.jsx +33 -5
- package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.test.jsx +12 -0
- package/src/components/manage/Controlpanels/Groups/RenderGroups.jsx +22 -11
- package/src/components/manage/Controlpanels/Groups/RenderGroups.test.jsx +21 -0
- package/src/components/manage/Controlpanels/Users/RenderUsers.jsx +30 -21
- package/src/components/manage/Controlpanels/Users/RenderUsers.test.jsx +27 -1
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipListing.jsx +29 -7
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx +51 -3
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.test.jsx +8 -0
- package/src/config/Blocks.jsx +63 -67
- package/src/config/Loadables.jsx +0 -22
- package/src/config/Widgets.jsx +0 -2
- package/src/config/index.js +0 -13
- package/src/helpers/User/User.js +29 -0
- package/src/helpers/index.js +6 -1
- package/test-setup-config.js +0 -30
- package/types/components/index.d.ts +0 -6
- package/types/config/Blocks.d.ts +0 -51
- package/types/config/Loadables.d.ts +0 -10
- package/types/config/Widgets.d.ts +0 -2
- package/types/helpers/User/User.d.ts +18 -0
- package/types/helpers/index.d.ts +1 -1
- package/webpack-plugins/webpack-bundle-analyze-plugin.js +1 -1
- package/src/components/manage/AnchorPlugin/components/Link/index.jsx +0 -37
- package/src/components/manage/AnchorPlugin/components/LinkButton/index.jsx +0 -126
- package/src/components/manage/AnchorPlugin/index.jsx +0 -82
- package/src/components/manage/AnchorPlugin/linkStrategy.js +0 -21
- package/src/components/manage/AnchorPlugin/utils/EditorUtils.js +0 -47
- package/src/components/manage/Blocks/HeroImageLeft/Data.jsx +0 -29
- package/src/components/manage/Blocks/HeroImageLeft/Edit.jsx +0 -493
- package/src/components/manage/Blocks/HeroImageLeft/Edit.test.jsx +0 -58
- package/src/components/manage/Blocks/HeroImageLeft/View.jsx +0 -37
- package/src/components/manage/Blocks/HeroImageLeft/View.test.jsx +0 -9
- package/src/components/manage/Blocks/HeroImageLeft/schema.js +0 -43
- package/src/components/manage/Blocks/Table/Cell.jsx +0 -206
- package/src/components/manage/Blocks/Table/Cell.test.jsx +0 -19
- package/src/components/manage/Blocks/Table/Edit.jsx +0 -748
- package/src/components/manage/Blocks/Table/Edit.test.jsx +0 -44
- package/src/components/manage/Blocks/Table/Readme.md +0 -5
- package/src/components/manage/Blocks/Table/View.jsx +0 -51
- package/src/components/manage/Blocks/Table/View.test.jsx +0 -41
- package/src/components/manage/Blocks/Text/Edit.jsx +0 -372
- package/src/components/manage/Blocks/Text/Edit.test.jsx +0 -46
- package/src/components/manage/Blocks/Text/Readme.md +0 -5
- package/src/components/manage/Blocks/Text/Schema.jsx +0 -31
- package/src/components/manage/Blocks/Text/View.jsx +0 -26
- package/src/components/manage/Blocks/Text/View.test.jsx +0 -28
- package/src/components/manage/LinkDetectionPlugin/link-detection-plugin.jsx +0 -227
- package/src/components/manage/LinkDetectionPlugin/utils.js +0 -12
- package/src/components/manage/Widgets/WysiwygWidget.jsx +0 -350
- package/src/components/manage/Widgets/WysiwygWidget.stories.jsx +0 -24
- package/src/components/manage/Widgets/WysiwygWidget.test.jsx +0 -37
- package/src/config/RichTextEditor/Blocks.jsx +0 -29
- package/src/config/RichTextEditor/FromHTML.jsx +0 -8
- package/src/config/RichTextEditor/Plugins.jsx +0 -59
- package/src/config/RichTextEditor/Styles.jsx +0 -69
- package/src/config/RichTextEditor/ToHTML.jsx +0 -262
- package/src/config/RichTextEditor/index.js +0 -25
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: 2024-
|
|
4
|
+
"POT-Creation-Date: 2024-03-06T08:38:38.161Z\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"
|
|
@@ -489,7 +489,6 @@ msgid "Broken relations"
|
|
|
489
489
|
msgstr ""
|
|
490
490
|
|
|
491
491
|
#. Default: "Browse"
|
|
492
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
493
492
|
#: components/manage/Contents/ContentsUploadModal
|
|
494
493
|
#: components/manage/Sidebar/ObjectBrowserNav
|
|
495
494
|
msgid "Browse"
|
|
@@ -539,7 +538,7 @@ msgid "Cancel"
|
|
|
539
538
|
msgstr ""
|
|
540
539
|
|
|
541
540
|
#. Default: "Cell"
|
|
542
|
-
#:
|
|
541
|
+
#: config/Blocks
|
|
543
542
|
msgid "Cell"
|
|
544
543
|
msgstr ""
|
|
545
544
|
|
|
@@ -932,7 +931,6 @@ msgstr ""
|
|
|
932
931
|
#: components/manage/Preferences/PersonalPreferences
|
|
933
932
|
#: components/manage/Widgets/SchemaWidget
|
|
934
933
|
#: components/manage/Widgets/SelectWidget
|
|
935
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
936
934
|
#: components/theme/Comments/CommentEditModal
|
|
937
935
|
#: components/theme/Comments/Comments
|
|
938
936
|
#: components/theme/ContactForm/ContactForm
|
|
@@ -957,7 +955,6 @@ msgstr ""
|
|
|
957
955
|
#: components/manage/Delete/Delete
|
|
958
956
|
#: components/manage/Widgets/FormFieldWrapper
|
|
959
957
|
#: components/manage/Widgets/ObjectBrowserWidget
|
|
960
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
961
958
|
#: components/theme/Comments/Comments
|
|
962
959
|
msgid "Delete"
|
|
963
960
|
msgstr ""
|
|
@@ -988,7 +985,7 @@ msgid "Delete blocks"
|
|
|
988
985
|
msgstr ""
|
|
989
986
|
|
|
990
987
|
#. Default: "Delete col"
|
|
991
|
-
#:
|
|
988
|
+
#: config/Blocks
|
|
992
989
|
msgid "Delete col"
|
|
993
990
|
msgstr ""
|
|
994
991
|
|
|
@@ -998,7 +995,7 @@ msgid "Delete condition"
|
|
|
998
995
|
msgstr ""
|
|
999
996
|
|
|
1000
997
|
#. Default: "Delete row"
|
|
1001
|
-
#:
|
|
998
|
+
#: config/Blocks
|
|
1002
999
|
msgid "Delete row"
|
|
1003
1000
|
msgstr ""
|
|
1004
1001
|
|
|
@@ -1034,12 +1031,10 @@ msgid "Descending"
|
|
|
1034
1031
|
msgstr ""
|
|
1035
1032
|
|
|
1036
1033
|
#. Default: "Description"
|
|
1037
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
1038
1034
|
#: components/manage/Blocks/Teaser/schema
|
|
1039
1035
|
#: components/manage/Controlpanels/ContentTypes
|
|
1040
1036
|
#: components/manage/Widgets/SchemaWidget
|
|
1041
1037
|
#: components/manage/Widgets/SelectWidget
|
|
1042
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
1043
1038
|
#: components/theme/View/TabularView
|
|
1044
1039
|
#: helpers/MessageLabels/MessageLabels
|
|
1045
1040
|
msgid "Description"
|
|
@@ -1081,7 +1076,7 @@ msgid "Distributed under the {license}."
|
|
|
1081
1076
|
msgstr ""
|
|
1082
1077
|
|
|
1083
1078
|
#. Default: "Add border to inner columns"
|
|
1084
|
-
#:
|
|
1079
|
+
#: config/Blocks
|
|
1085
1080
|
msgid "Divide each row into separate cells"
|
|
1086
1081
|
msgstr ""
|
|
1087
1082
|
|
|
@@ -1496,7 +1491,7 @@ msgid "Fix relations"
|
|
|
1496
1491
|
msgstr ""
|
|
1497
1492
|
|
|
1498
1493
|
#. Default: "Fixed width columns"
|
|
1499
|
-
#:
|
|
1494
|
+
#: config/Blocks
|
|
1500
1495
|
msgid "Fixed width table cells"
|
|
1501
1496
|
msgstr ""
|
|
1502
1497
|
|
|
@@ -1606,7 +1601,7 @@ msgid "Groups are logical collections of users, such as departments and business
|
|
|
1606
1601
|
msgstr ""
|
|
1607
1602
|
|
|
1608
1603
|
#. Default: "Header cell"
|
|
1609
|
-
#:
|
|
1604
|
+
#: config/Blocks
|
|
1610
1605
|
msgid "Header cell"
|
|
1611
1606
|
msgstr ""
|
|
1612
1607
|
|
|
@@ -1704,7 +1699,6 @@ msgid "If you are certain you have the correct web address but are encountering
|
|
|
1704
1699
|
msgstr ""
|
|
1705
1700
|
|
|
1706
1701
|
#. Default: "Image"
|
|
1707
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
1708
1702
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
1709
1703
|
#: components/manage/Blocks/Image/schema
|
|
1710
1704
|
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
@@ -1760,22 +1754,22 @@ msgid "Inherited value"
|
|
|
1760
1754
|
msgstr ""
|
|
1761
1755
|
|
|
1762
1756
|
#. Default: "Insert col after"
|
|
1763
|
-
#:
|
|
1757
|
+
#: config/Blocks
|
|
1764
1758
|
msgid "Insert col after"
|
|
1765
1759
|
msgstr ""
|
|
1766
1760
|
|
|
1767
1761
|
#. Default: "Insert col before"
|
|
1768
|
-
#:
|
|
1762
|
+
#: config/Blocks
|
|
1769
1763
|
msgid "Insert col before"
|
|
1770
1764
|
msgstr ""
|
|
1771
1765
|
|
|
1772
1766
|
#. Default: "Insert row after"
|
|
1773
|
-
#:
|
|
1767
|
+
#: config/Blocks
|
|
1774
1768
|
msgid "Insert row after"
|
|
1775
1769
|
msgstr ""
|
|
1776
1770
|
|
|
1777
1771
|
#. Default: "Insert row before"
|
|
1778
|
-
#:
|
|
1772
|
+
#: config/Blocks
|
|
1779
1773
|
msgid "Insert row before"
|
|
1780
1774
|
msgstr ""
|
|
1781
1775
|
|
|
@@ -1960,7 +1954,6 @@ msgid "Link copied to clipboard"
|
|
|
1960
1954
|
msgstr ""
|
|
1961
1955
|
|
|
1962
1956
|
#. Default: "Link more"
|
|
1963
|
-
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1964
1957
|
#: components/manage/Blocks/Listing/schema
|
|
1965
1958
|
msgid "Link more"
|
|
1966
1959
|
msgstr ""
|
|
@@ -1976,13 +1969,11 @@ msgid "Link settings"
|
|
|
1976
1969
|
msgstr ""
|
|
1977
1970
|
|
|
1978
1971
|
#. Default: "Link Title"
|
|
1979
|
-
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1980
1972
|
#: components/manage/Blocks/Listing/schema
|
|
1981
1973
|
msgid "Link title"
|
|
1982
1974
|
msgstr ""
|
|
1983
1975
|
|
|
1984
1976
|
#. Default: "Link to"
|
|
1985
|
-
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1986
1977
|
#: components/manage/Blocks/Image/schema
|
|
1987
1978
|
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
1988
1979
|
#: components/manage/Blocks/Listing/schema
|
|
@@ -2072,7 +2063,7 @@ msgid "Made by {creator} on {date}. This is not a working copy anymore, but the
|
|
|
2072
2063
|
msgstr ""
|
|
2073
2064
|
|
|
2074
2065
|
#. Default: "Reduce cell padding"
|
|
2075
|
-
#:
|
|
2066
|
+
#: config/Blocks
|
|
2076
2067
|
msgid "Make the table compact"
|
|
2077
2068
|
msgstr ""
|
|
2078
2069
|
|
|
@@ -2720,7 +2711,7 @@ msgid "Redo"
|
|
|
2720
2711
|
msgstr ""
|
|
2721
2712
|
|
|
2722
2713
|
#. Default: "Minimalistic table design"
|
|
2723
|
-
#:
|
|
2714
|
+
#: config/Blocks
|
|
2724
2715
|
msgid "Reduce complexity"
|
|
2725
2716
|
msgstr ""
|
|
2726
2717
|
|
|
@@ -2859,7 +2850,6 @@ msgstr ""
|
|
|
2859
2850
|
#. Default: "Required"
|
|
2860
2851
|
#: components/manage/Widgets/SchemaWidget
|
|
2861
2852
|
#: components/manage/Widgets/SelectWidget
|
|
2862
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
2863
2853
|
msgid "Required"
|
|
2864
2854
|
msgstr ""
|
|
2865
2855
|
|
|
@@ -3205,7 +3195,6 @@ msgstr ""
|
|
|
3205
3195
|
#. Default: "Short Name"
|
|
3206
3196
|
#: components/manage/Widgets/SchemaWidget
|
|
3207
3197
|
#: components/manage/Widgets/SelectWidget
|
|
3208
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
3209
3198
|
msgid "Short Name"
|
|
3210
3199
|
msgstr ""
|
|
3211
3200
|
|
|
@@ -3431,7 +3420,7 @@ msgid "String"
|
|
|
3431
3420
|
msgstr ""
|
|
3432
3421
|
|
|
3433
3422
|
#. Default: "Alternate row background color"
|
|
3434
|
-
#:
|
|
3423
|
+
#: config/Blocks
|
|
3435
3424
|
msgid "Stripe alternate rows with color"
|
|
3436
3425
|
msgstr ""
|
|
3437
3426
|
|
|
@@ -3488,7 +3477,7 @@ msgid "Switch to"
|
|
|
3488
3477
|
msgstr ""
|
|
3489
3478
|
|
|
3490
3479
|
#. Default: "Table"
|
|
3491
|
-
#:
|
|
3480
|
+
#: config/Blocks
|
|
3492
3481
|
msgid "Table"
|
|
3493
3482
|
msgstr ""
|
|
3494
3483
|
|
|
@@ -3730,7 +3719,6 @@ msgid "Time"
|
|
|
3730
3719
|
msgstr ""
|
|
3731
3720
|
|
|
3732
3721
|
#. Default: "Title"
|
|
3733
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
3734
3722
|
#: components/manage/Blocks/Teaser/schema
|
|
3735
3723
|
#: components/manage/Blocks/ToC/Schema
|
|
3736
3724
|
#: components/manage/Contents/Contents
|
|
@@ -3738,7 +3726,6 @@ msgstr ""
|
|
|
3738
3726
|
#: components/manage/Controlpanels/ContentTypes
|
|
3739
3727
|
#: components/manage/Widgets/SchemaWidget
|
|
3740
3728
|
#: components/manage/Widgets/SelectWidget
|
|
3741
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
3742
3729
|
#: components/theme/View/TabularView
|
|
3743
3730
|
#: helpers/MessageLabels/MessageLabels
|
|
3744
3731
|
msgid "Title"
|
|
@@ -3835,11 +3822,6 @@ msgstr ""
|
|
|
3835
3822
|
msgid "Type text..."
|
|
3836
3823
|
msgstr ""
|
|
3837
3824
|
|
|
3838
|
-
#. Default: "Type text…"
|
|
3839
|
-
#: components/manage/Blocks/Text/Edit
|
|
3840
|
-
msgid "Type text…"
|
|
3841
|
-
msgstr ""
|
|
3842
|
-
|
|
3843
3825
|
#. Default: "Type the heading…"
|
|
3844
3826
|
#: components/manage/TextLineEdit/TextLineEdit
|
|
3845
3827
|
msgid "Type the heading…"
|
|
@@ -3988,11 +3970,6 @@ msgstr ""
|
|
|
3988
3970
|
msgid "Upload a lead image in the 'Lead Image' content field."
|
|
3989
3971
|
msgstr ""
|
|
3990
3972
|
|
|
3991
|
-
#. Default: "Upload a new image"
|
|
3992
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
3993
|
-
msgid "Upload a new image"
|
|
3994
|
-
msgstr ""
|
|
3995
|
-
|
|
3996
3973
|
#. Default: "Upload files"
|
|
3997
3974
|
#: components/manage/Contents/ContentsUploadModal
|
|
3998
3975
|
msgid "Upload files"
|
|
@@ -4004,7 +3981,6 @@ msgid "Uploading files"
|
|
|
4004
3981
|
msgstr ""
|
|
4005
3982
|
|
|
4006
3983
|
#. Default: "Uploading image"
|
|
4007
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
4008
3984
|
#: components/manage/Blocks/Image/Edit
|
|
4009
3985
|
msgid "Uploading image"
|
|
4010
3986
|
msgstr ""
|
|
@@ -4023,7 +3999,6 @@ msgstr ""
|
|
|
4023
3999
|
#. Default: "Used for programmatic access to the fieldset."
|
|
4024
4000
|
#: components/manage/Widgets/SchemaWidget
|
|
4025
4001
|
#: components/manage/Widgets/SelectWidget
|
|
4026
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
4027
4002
|
msgid "Used for programmatic access to the fieldset."
|
|
4028
4003
|
msgstr ""
|
|
4029
4004
|
|
|
@@ -493,7 +493,6 @@ msgid "Broken relations"
|
|
|
493
493
|
msgstr ""
|
|
494
494
|
|
|
495
495
|
#. Default: "Browse"
|
|
496
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
497
496
|
#: components/manage/Contents/ContentsUploadModal
|
|
498
497
|
#: components/manage/Sidebar/ObjectBrowserNav
|
|
499
498
|
msgid "Browse"
|
|
@@ -543,7 +542,7 @@ msgid "Cancel"
|
|
|
543
542
|
msgstr "取消"
|
|
544
543
|
|
|
545
544
|
#. Default: "Cell"
|
|
546
|
-
#:
|
|
545
|
+
#: config/Blocks
|
|
547
546
|
msgid "Cell"
|
|
548
547
|
msgstr "单元格"
|
|
549
548
|
|
|
@@ -936,7 +935,6 @@ msgstr "日期(最新在前)"
|
|
|
936
935
|
#: components/manage/Preferences/PersonalPreferences
|
|
937
936
|
#: components/manage/Widgets/SchemaWidget
|
|
938
937
|
#: components/manage/Widgets/SelectWidget
|
|
939
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
940
938
|
#: components/theme/Comments/CommentEditModal
|
|
941
939
|
#: components/theme/Comments/Comments
|
|
942
940
|
#: components/theme/ContactForm/ContactForm
|
|
@@ -961,7 +959,6 @@ msgstr "默认视图"
|
|
|
961
959
|
#: components/manage/Delete/Delete
|
|
962
960
|
#: components/manage/Widgets/FormFieldWrapper
|
|
963
961
|
#: components/manage/Widgets/ObjectBrowserWidget
|
|
964
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
965
962
|
#: components/theme/Comments/Comments
|
|
966
963
|
msgid "Delete"
|
|
967
964
|
msgstr "删除"
|
|
@@ -992,7 +989,7 @@ msgid "Delete blocks"
|
|
|
992
989
|
msgstr "删除块"
|
|
993
990
|
|
|
994
991
|
#. Default: "Delete col"
|
|
995
|
-
#:
|
|
992
|
+
#: config/Blocks
|
|
996
993
|
msgid "Delete col"
|
|
997
994
|
msgstr "删除 col"
|
|
998
995
|
|
|
@@ -1002,7 +999,7 @@ msgid "Delete condition"
|
|
|
1002
999
|
msgstr "删除条件"
|
|
1003
1000
|
|
|
1004
1001
|
#. Default: "Delete row"
|
|
1005
|
-
#:
|
|
1002
|
+
#: config/Blocks
|
|
1006
1003
|
msgid "Delete row"
|
|
1007
1004
|
msgstr "删除条件"
|
|
1008
1005
|
|
|
@@ -1038,12 +1035,10 @@ msgid "Descending"
|
|
|
1038
1035
|
msgstr "降序"
|
|
1039
1036
|
|
|
1040
1037
|
#. Default: "Description"
|
|
1041
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
1042
1038
|
#: components/manage/Blocks/Teaser/schema
|
|
1043
1039
|
#: components/manage/Controlpanels/ContentTypes
|
|
1044
1040
|
#: components/manage/Widgets/SchemaWidget
|
|
1045
1041
|
#: components/manage/Widgets/SelectWidget
|
|
1046
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
1047
1042
|
#: components/theme/View/TabularView
|
|
1048
1043
|
#: helpers/MessageLabels/MessageLabels
|
|
1049
1044
|
msgid "Description"
|
|
@@ -1085,7 +1080,7 @@ msgid "Distributed under the {license}."
|
|
|
1085
1080
|
msgstr "使用{license} 发布"
|
|
1086
1081
|
|
|
1087
1082
|
#. Default: "Add border to inner columns"
|
|
1088
|
-
#:
|
|
1083
|
+
#: config/Blocks
|
|
1089
1084
|
msgid "Divide each row into separate cells"
|
|
1090
1085
|
msgstr "将每一行分成独立的单元格"
|
|
1091
1086
|
|
|
@@ -1500,7 +1495,7 @@ msgid "Fix relations"
|
|
|
1500
1495
|
msgstr ""
|
|
1501
1496
|
|
|
1502
1497
|
#. Default: "Fixed width columns"
|
|
1503
|
-
#:
|
|
1498
|
+
#: config/Blocks
|
|
1504
1499
|
msgid "Fixed width table cells"
|
|
1505
1500
|
msgstr "固定表格单元格宽度"
|
|
1506
1501
|
|
|
@@ -1610,7 +1605,7 @@ msgid "Groups are logical collections of users, such as departments and business
|
|
|
1610
1605
|
msgstr "组是用户的逻辑集合,如部门和商务小组。他们不直接和某个权限关联,您应该用角色分配权限,然后让组拥有某个角色。符号{plone_svg}表示从另一个组的成员继承的角色"
|
|
1611
1606
|
|
|
1612
1607
|
#. Default: "Header cell"
|
|
1613
|
-
#:
|
|
1608
|
+
#: config/Blocks
|
|
1614
1609
|
msgid "Header cell"
|
|
1615
1610
|
msgstr "标题单元格"
|
|
1616
1611
|
|
|
@@ -1708,7 +1703,6 @@ msgid "If you are certain you have the correct web address but are encountering
|
|
|
1708
1703
|
msgstr "如果您确定访问的Web地址正确,但是遇到错误,请联系{site_admin}。"
|
|
1709
1704
|
|
|
1710
1705
|
#. Default: "Image"
|
|
1711
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
1712
1706
|
#: components/manage/Blocks/Image/ImageSidebar
|
|
1713
1707
|
#: components/manage/Blocks/Image/schema
|
|
1714
1708
|
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
@@ -1764,22 +1758,22 @@ msgid "Inherited value"
|
|
|
1764
1758
|
msgstr "继承的值"
|
|
1765
1759
|
|
|
1766
1760
|
#. Default: "Insert col after"
|
|
1767
|
-
#:
|
|
1761
|
+
#: config/Blocks
|
|
1768
1762
|
msgid "Insert col after"
|
|
1769
1763
|
msgstr "在后面插入col"
|
|
1770
1764
|
|
|
1771
1765
|
#. Default: "Insert col before"
|
|
1772
|
-
#:
|
|
1766
|
+
#: config/Blocks
|
|
1773
1767
|
msgid "Insert col before"
|
|
1774
1768
|
msgstr "在前面插入col"
|
|
1775
1769
|
|
|
1776
1770
|
#. Default: "Insert row after"
|
|
1777
|
-
#:
|
|
1771
|
+
#: config/Blocks
|
|
1778
1772
|
msgid "Insert row after"
|
|
1779
1773
|
msgstr "在后面插入行"
|
|
1780
1774
|
|
|
1781
1775
|
#. Default: "Insert row before"
|
|
1782
|
-
#:
|
|
1776
|
+
#: config/Blocks
|
|
1783
1777
|
msgid "Insert row before"
|
|
1784
1778
|
msgstr "在前面插入行"
|
|
1785
1779
|
|
|
@@ -1964,7 +1958,6 @@ msgid "Link copied to clipboard"
|
|
|
1964
1958
|
msgstr ""
|
|
1965
1959
|
|
|
1966
1960
|
#. Default: "Link more"
|
|
1967
|
-
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1968
1961
|
#: components/manage/Blocks/Listing/schema
|
|
1969
1962
|
msgid "Link more"
|
|
1970
1963
|
msgstr "链接更多"
|
|
@@ -1980,13 +1973,11 @@ msgid "Link settings"
|
|
|
1980
1973
|
msgstr ""
|
|
1981
1974
|
|
|
1982
1975
|
#. Default: "Link Title"
|
|
1983
|
-
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1984
1976
|
#: components/manage/Blocks/Listing/schema
|
|
1985
1977
|
msgid "Link title"
|
|
1986
1978
|
msgstr "链接标题"
|
|
1987
1979
|
|
|
1988
1980
|
#. Default: "Link to"
|
|
1989
|
-
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1990
1981
|
#: components/manage/Blocks/Image/schema
|
|
1991
1982
|
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
1992
1983
|
#: components/manage/Blocks/Listing/schema
|
|
@@ -2076,7 +2067,7 @@ msgid "Made by {creator} on {date}. This is not a working copy anymore, but the
|
|
|
2076
2067
|
msgstr "由{creator}在{date}时创建。这不再是一个工作副本,而是一个主要内容。"
|
|
2077
2068
|
|
|
2078
2069
|
#. Default: "Reduce cell padding"
|
|
2079
|
-
#:
|
|
2070
|
+
#: config/Blocks
|
|
2080
2071
|
msgid "Make the table compact"
|
|
2081
2072
|
msgstr "使表格紧凑"
|
|
2082
2073
|
|
|
@@ -2724,7 +2715,7 @@ msgid "Redo"
|
|
|
2724
2715
|
msgstr "重做"
|
|
2725
2716
|
|
|
2726
2717
|
#. Default: "Minimalistic table design"
|
|
2727
|
-
#:
|
|
2718
|
+
#: config/Blocks
|
|
2728
2719
|
msgid "Reduce complexity"
|
|
2729
2720
|
msgstr "减少复杂性"
|
|
2730
2721
|
|
|
@@ -2863,7 +2854,6 @@ msgstr "回复"
|
|
|
2863
2854
|
#. Default: "Required"
|
|
2864
2855
|
#: components/manage/Widgets/SchemaWidget
|
|
2865
2856
|
#: components/manage/Widgets/SelectWidget
|
|
2866
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
2867
2857
|
msgid "Required"
|
|
2868
2858
|
msgstr ""
|
|
2869
2859
|
|
|
@@ -3209,7 +3199,6 @@ msgstr ""
|
|
|
3209
3199
|
#. Default: "Short Name"
|
|
3210
3200
|
#: components/manage/Widgets/SchemaWidget
|
|
3211
3201
|
#: components/manage/Widgets/SelectWidget
|
|
3212
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
3213
3202
|
msgid "Short Name"
|
|
3214
3203
|
msgstr ""
|
|
3215
3204
|
|
|
@@ -3435,7 +3424,7 @@ msgid "String"
|
|
|
3435
3424
|
msgstr ""
|
|
3436
3425
|
|
|
3437
3426
|
#. Default: "Alternate row background color"
|
|
3438
|
-
#:
|
|
3427
|
+
#: config/Blocks
|
|
3439
3428
|
msgid "Stripe alternate rows with color"
|
|
3440
3429
|
msgstr ""
|
|
3441
3430
|
|
|
@@ -3492,7 +3481,7 @@ msgid "Switch to"
|
|
|
3492
3481
|
msgstr "切换到"
|
|
3493
3482
|
|
|
3494
3483
|
#. Default: "Table"
|
|
3495
|
-
#:
|
|
3484
|
+
#: config/Blocks
|
|
3496
3485
|
msgid "Table"
|
|
3497
3486
|
msgstr "表格"
|
|
3498
3487
|
|
|
@@ -3734,7 +3723,6 @@ msgid "Time"
|
|
|
3734
3723
|
msgstr "时间"
|
|
3735
3724
|
|
|
3736
3725
|
#. Default: "Title"
|
|
3737
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
3738
3726
|
#: components/manage/Blocks/Teaser/schema
|
|
3739
3727
|
#: components/manage/Blocks/ToC/Schema
|
|
3740
3728
|
#: components/manage/Contents/Contents
|
|
@@ -3742,7 +3730,6 @@ msgstr "时间"
|
|
|
3742
3730
|
#: components/manage/Controlpanels/ContentTypes
|
|
3743
3731
|
#: components/manage/Widgets/SchemaWidget
|
|
3744
3732
|
#: components/manage/Widgets/SelectWidget
|
|
3745
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
3746
3733
|
#: components/theme/View/TabularView
|
|
3747
3734
|
#: helpers/MessageLabels/MessageLabels
|
|
3748
3735
|
msgid "Title"
|
|
@@ -3839,11 +3826,6 @@ msgstr "输入一个视频(YouTube, Vimeo or mp4)的URL"
|
|
|
3839
3826
|
msgid "Type text..."
|
|
3840
3827
|
msgstr "输入文本..."
|
|
3841
3828
|
|
|
3842
|
-
#. Default: "Type text…"
|
|
3843
|
-
#: components/manage/Blocks/Text/Edit
|
|
3844
|
-
msgid "Type text…"
|
|
3845
|
-
msgstr "输入文本"
|
|
3846
|
-
|
|
3847
3829
|
#. Default: "Type the heading…"
|
|
3848
3830
|
#: components/manage/TextLineEdit/TextLineEdit
|
|
3849
3831
|
msgid "Type the heading…"
|
|
@@ -3992,11 +3974,6 @@ msgstr "上传"
|
|
|
3992
3974
|
msgid "Upload a lead image in the 'Lead Image' content field."
|
|
3993
3975
|
msgstr ""
|
|
3994
3976
|
|
|
3995
|
-
#. Default: "Upload a new image"
|
|
3996
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
3997
|
-
msgid "Upload a new image"
|
|
3998
|
-
msgstr "上传一个新文件"
|
|
3999
|
-
|
|
4000
3977
|
#. Default: "Upload files"
|
|
4001
3978
|
#: components/manage/Contents/ContentsUploadModal
|
|
4002
3979
|
msgid "Upload files"
|
|
@@ -4008,7 +3985,6 @@ msgid "Uploading files"
|
|
|
4008
3985
|
msgstr "上传文件中"
|
|
4009
3986
|
|
|
4010
3987
|
#. Default: "Uploading image"
|
|
4011
|
-
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
4012
3988
|
#: components/manage/Blocks/Image/Edit
|
|
4013
3989
|
msgid "Uploading image"
|
|
4014
3990
|
msgstr "上传图像中"
|
|
@@ -4027,7 +4003,6 @@ msgstr "使用下面的表单定义、更改或删除内容规则。触发事件
|
|
|
4027
4003
|
#. Default: "Used for programmatic access to the fieldset."
|
|
4028
4004
|
#: components/manage/Widgets/SchemaWidget
|
|
4029
4005
|
#: components/manage/Widgets/SelectWidget
|
|
4030
|
-
#: components/manage/Widgets/WysiwygWidget
|
|
4031
4006
|
msgid "Used for programmatic access to the fieldset."
|
|
4032
4007
|
msgstr "用于对字段集的编程访问。"
|
|
4033
4008
|
|
|
@@ -4902,7 +4877,7 @@ msgstr ""
|
|
|
4902
4877
|
#. Default: "Text"
|
|
4903
4878
|
#: config/Blocks
|
|
4904
4879
|
msgid "text"
|
|
4905
|
-
msgstr "
|
|
4880
|
+
msgstr ""
|
|
4906
4881
|
|
|
4907
4882
|
#. Default: "Title"
|
|
4908
4883
|
#: config/Blocks
|