@plone/volto-slate 19.0.0-alpha.8 → 19.0.0

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 (87) hide show
  1. package/.release-it.json +2 -2
  2. package/AGENTS.md +28 -0
  3. package/CHANGELOG.md +83 -0
  4. package/locales/af/LC_MESSAGES/volto.po +183 -0
  5. package/locales/ar/LC_MESSAGES/volto.po +184 -0
  6. package/locales/bg/LC_MESSAGES/volto.po +183 -0
  7. package/locales/bn/LC_MESSAGES/volto.po +183 -0
  8. package/locales/ca/LC_MESSAGES/volto.po +183 -0
  9. package/locales/cs/LC_MESSAGES/volto.po +183 -0
  10. package/locales/cy/LC_MESSAGES/volto.po +184 -0
  11. package/locales/da/LC_MESSAGES/volto.po +183 -0
  12. package/locales/de/LC_MESSAGES/volto.po +9 -4
  13. package/locales/el/LC_MESSAGES/volto.po +183 -0
  14. package/locales/en/LC_MESSAGES/volto.po +9 -4
  15. package/locales/en_AU/LC_MESSAGES/volto.po +183 -0
  16. package/locales/en_GB/LC_MESSAGES/volto.po +183 -0
  17. package/locales/eo/LC_MESSAGES/volto.po +183 -0
  18. package/locales/es/LC_MESSAGES/volto.po +190 -0
  19. package/locales/et/LC_MESSAGES/volto.po +183 -0
  20. package/locales/eu/LC_MESSAGES/volto.po +149 -0
  21. package/locales/fa/LC_MESSAGES/volto.po +183 -0
  22. package/locales/fi/LC_MESSAGES/volto.po +191 -0
  23. package/locales/fr/LC_MESSAGES/volto.po +183 -0
  24. package/locales/fu/LC_MESSAGES/volto.po +183 -0
  25. package/locales/gl/LC_MESSAGES/volto.po +185 -0
  26. package/locales/he/LC_MESSAGES/volto.po +184 -0
  27. package/locales/hi/LC_MESSAGES/volto.po +183 -0
  28. package/locales/hr/LC_MESSAGES/volto.po +184 -0
  29. package/locales/hu/LC_MESSAGES/volto.po +183 -0
  30. package/locales/hy/LC_MESSAGES/volto.po +183 -0
  31. package/locales/id/LC_MESSAGES/volto.po +183 -0
  32. package/locales/it/LC_MESSAGES/volto.po +7 -2
  33. package/locales/ja/LC_MESSAGES/volto.po +183 -0
  34. package/locales/ka/LC_MESSAGES/volto.po +183 -0
  35. package/locales/kn/LC_MESSAGES/volto.po +183 -0
  36. package/locales/ko/LC_MESSAGES/volto.po +183 -0
  37. package/locales/lt/LC_MESSAGES/volto.po +185 -0
  38. package/locales/lv/LC_MESSAGES/volto.po +184 -0
  39. package/locales/mi/LC_MESSAGES/volto.po +183 -0
  40. package/locales/mk/LC_MESSAGES/volto.po +183 -0
  41. package/locales/my/LC_MESSAGES/volto.po +183 -0
  42. package/locales/nb_NO/LC_MESSAGES/volto.po +183 -0
  43. package/locales/nl/LC_MESSAGES/volto.po +10 -5
  44. package/locales/nn/LC_MESSAGES/volto.po +183 -0
  45. package/locales/pl/LC_MESSAGES/volto.po +184 -0
  46. package/locales/pt/LC_MESSAGES/volto.po +183 -0
  47. package/locales/pt_BR/LC_MESSAGES/volto.po +1 -1
  48. package/locales/rm/LC_MESSAGES/volto.po +183 -0
  49. package/locales/ro/LC_MESSAGES/volto.po +205 -0
  50. package/locales/ru/LC_MESSAGES/volto.po +184 -0
  51. package/locales/sk/LC_MESSAGES/volto.po +183 -0
  52. package/locales/sl/LC_MESSAGES/volto.po +184 -0
  53. package/locales/sm/LC_MESSAGES/volto.po +183 -0
  54. package/locales/sq/LC_MESSAGES/volto.po +183 -0
  55. package/locales/sr/LC_MESSAGES/volto.po +184 -0
  56. package/locales/sr@cyrl/LC_MESSAGES/volto.po +184 -0
  57. package/locales/sr@latn/LC_MESSAGES/volto.po +184 -0
  58. package/locales/sv/LC_MESSAGES/volto.po +183 -0
  59. package/locales/ta/LC_MESSAGES/volto.po +183 -0
  60. package/locales/te/LC_MESSAGES/volto.po +183 -0
  61. package/locales/th/LC_MESSAGES/volto.po +183 -0
  62. package/locales/to/LC_MESSAGES/volto.po +183 -0
  63. package/locales/tr/LC_MESSAGES/volto.po +183 -0
  64. package/locales/uk/LC_MESSAGES/volto.po +184 -0
  65. package/locales/vi/LC_MESSAGES/volto.po +183 -0
  66. package/locales/zh_Hans/LC_MESSAGES/volto.po +183 -0
  67. package/locales/zh_Hant/LC_MESSAGES/volto.po +183 -0
  68. package/locales/zh_Hant_HK/LC_MESSAGES/volto.po +183 -0
  69. package/package.json +5 -6
  70. package/src/blocks/Table/TableBlockEdit.jsx +319 -465
  71. package/src/blocks/Table/TableBlockEdit.test.jsx +0 -6
  72. package/src/blocks/Table/TableBlockView.jsx +65 -62
  73. package/src/blocks/Table/__snapshots__/Cell.test.jsx.snap +3 -0
  74. package/src/blocks/Table/__snapshots__/{TableBlockEdit.test.js.snap → TableBlockEdit.test.jsx.snap} +2 -2
  75. package/src/blocks/Table/__snapshots__/TableBlockView.test.jsx.snap +38 -0
  76. package/src/blocks/Table/deconstruct.js +1 -1
  77. package/src/blocks/Table/deconstruct.test.js +24 -0
  78. package/src/blocks/Text/SlashMenu.jsx +4 -2
  79. package/src/blocks/Text/TextBlockEdit.test.jsx +51 -34
  80. package/src/blocks/Text/__snapshots__/{TextBlockEdit.test.js.snap → TextBlockEdit.test.jsx.snap} +19 -6
  81. package/src/editor/config.jsx +1 -1
  82. package/src/editor/plugins/Link/index.jsx +0 -1
  83. package/src/editor/plugins/Table/less/public.less +4 -0
  84. package/src/editor/ui/__snapshots__/{ToolbarButton.test.js.snap → ToolbarButton.test.jsx.snap} +2 -2
  85. package/src/widgets/HtmlSlateWidget.jsx +9 -3
  86. package/src/blocks/Table/__snapshots__/Cell.test.js.snap +0 -3
  87. package/src/blocks/Table/__snapshots__/TableBlockView.test.js.snap +0 -27
@@ -0,0 +1,183 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Plone\n"
4
+ "POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
5
+ "Last-Translator: Automatically generated\n"
6
+ "Language-Team: none\n"
7
+ "Language: sv\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=utf-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
12
+ "Language-Code: en\n"
13
+ "Language-Name: English\n"
14
+ "Preferred-Encodings: utf-8\n"
15
+ "Domain: volto\n"
16
+
17
+ # defaultMessage: Add link
18
+ #: editor/plugins/Link/index
19
+ msgid "Add link"
20
+ msgstr "Länk till länk"
21
+
22
+ # defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
23
+ #: widgets/HtmlSlateWidget
24
+ msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
25
+ msgstr "Ett fel inträffade vid redigering av fältet \"{name}\". Vi har blivit underrättade och undersöker problemet. Spara ditt arbete och försök igen. Om problemet kvarstår, kontakta webbplatsadministratören."
26
+
27
+ # defaultMessage: An error has occurred while rendering "{name}" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator.
28
+ #: widgets/RichTextWidgetView
29
+ msgid "An error has occurred while rendering "{name}" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator."
30
+ msgstr "Ett fel inträffade vid rendering av fältet \"{name}\". Vi har blivit underrättade och undersöker problemet. Om problemet kvarstår, kontakta webbplatsadministratören."
31
+
32
+ # defaultMessage: Bottom
33
+ #: blocks/Table/TableBlockEdit
34
+ msgid "Bottom"
35
+ msgstr "Nederkant"
36
+
37
+ # defaultMessage: Center
38
+ #: blocks/Table/TableBlockEdit
39
+ msgid "Center"
40
+ msgstr "Centrera"
41
+
42
+ # defaultMessage: Delete col
43
+ #: blocks/Table/TableBlockEdit
44
+ #: editor/plugins/Table/index
45
+ msgid "Delete col"
46
+ msgstr "Ta bort kolumn"
47
+
48
+ # defaultMessage: Delete row
49
+ #: blocks/Table/TableBlockEdit
50
+ #: editor/plugins/Table/index
51
+ msgid "Delete row"
52
+ msgstr "Ta bort rad"
53
+
54
+ # defaultMessage: Delete table
55
+ #: editor/plugins/Table/index
56
+ msgid "Delete table"
57
+ msgstr "Ta bort tabell"
58
+
59
+ # defaultMessage: Divide each row into separate cells
60
+ #: blocks/Table/TableBlockEdit
61
+ msgid "Divide each row into separate cells"
62
+ msgstr "Dela varje rad i separata celler"
63
+
64
+ # defaultMessage: Edit element
65
+ #: elementEditor/messages
66
+ msgid "Edit element"
67
+ msgstr "Redigera element"
68
+
69
+ # defaultMessage: Edit link
70
+ #: editor/plugins/AdvancedLink/index
71
+ #: editor/plugins/Link/index
72
+ msgid "Edit link"
73
+ msgstr "Redigera länk"
74
+
75
+ # defaultMessage: Fixed width table cells
76
+ #: blocks/Table/TableBlockEdit
77
+ msgid "Fixed width table cells"
78
+ msgstr "Tabellceller med fast bredd"
79
+
80
+ # defaultMessage: Hide headers
81
+ #: blocks/Table/TableBlockEdit
82
+ msgid "Hide headers"
83
+ msgstr "Dölj rubriker"
84
+
85
+ # defaultMessage: Insert col after
86
+ #: blocks/Table/TableBlockEdit
87
+ #: editor/plugins/Table/index
88
+ msgid "Insert col after"
89
+ msgstr "Infoga kolumn efter"
90
+
91
+ # defaultMessage: Insert col before
92
+ #: blocks/Table/TableBlockEdit
93
+ #: editor/plugins/Table/index
94
+ msgid "Insert col before"
95
+ msgstr "Infoga kolumn före"
96
+
97
+ # defaultMessage: Insert row after
98
+ #: blocks/Table/TableBlockEdit
99
+ #: editor/plugins/Table/index
100
+ msgid "Insert row after"
101
+ msgstr "Infoga rad efter"
102
+
103
+ # defaultMessage: Insert row before
104
+ #: blocks/Table/TableBlockEdit
105
+ #: editor/plugins/Table/index
106
+ msgid "Insert row before"
107
+ msgstr "Infoga rad före"
108
+
109
+ # defaultMessage: Left
110
+ #: blocks/Table/TableBlockEdit
111
+ msgid "Left"
112
+ msgstr ""
113
+
114
+ # defaultMessage: Make the table compact
115
+ #: blocks/Table/TableBlockEdit
116
+ msgid "Make the table compact"
117
+ msgstr ""
118
+
119
+ # defaultMessage: Make the table sortable
120
+ #: blocks/Table/TableBlockEdit
121
+ msgid "Make the table sortable"
122
+ msgstr ""
123
+
124
+ # defaultMessage: Middle
125
+ #: blocks/Table/TableBlockEdit
126
+ msgid "Middle"
127
+ msgstr ""
128
+
129
+ # defaultMessage: No matching blocks
130
+ #: blocks/Text/SlashMenu
131
+ msgid "No matching blocks"
132
+ msgstr ""
133
+
134
+ # defaultMessage: Reduce complexity
135
+ #: blocks/Table/TableBlockEdit
136
+ msgid "Reduce complexity"
137
+ msgstr "Minska komplexiteten"
138
+
139
+ # defaultMessage: Remove element
140
+ #: elementEditor/messages
141
+ msgid "Remove element"
142
+ msgstr "Ta bort element"
143
+
144
+ # defaultMessage: Remove link
145
+ #: editor/plugins/AdvancedLink/index
146
+ msgid "Remove link"
147
+ msgstr "Ta bort länk"
148
+
149
+ # defaultMessage: Right
150
+ #: blocks/Table/TableBlockEdit
151
+ msgid "Right"
152
+ msgstr "Höger"
153
+
154
+ # defaultMessage: Stripe alternate rows with color
155
+ #: blocks/Table/TableBlockEdit
156
+ msgid "Stripe alternate rows with color"
157
+ msgstr "Färga varannan rad"
158
+
159
+ # defaultMessage: Table
160
+ #: blocks/Table/TableBlockEdit
161
+ msgid "Table"
162
+ msgstr "Tabell"
163
+
164
+ # defaultMessage: Table color inverted
165
+ #: blocks/Table/TableBlockEdit
166
+ msgid "Table color inverted"
167
+ msgstr "Tabellfärg inverterad"
168
+
169
+ # defaultMessage: Top
170
+ #: blocks/Table/TableBlockEdit
171
+ msgid "Top"
172
+ msgstr "Topp"
173
+
174
+ # defaultMessage: Type text…
175
+ #: blocks/Text/DefaultTextBlockEditor
176
+ #: blocks/Text/DetachedTextBlockEditor
177
+ msgid "Type text…"
178
+ msgstr "Skriv text…"
179
+
180
+ # defaultMessage: Visible only in view mode
181
+ #: blocks/Table/TableBlockEdit
182
+ msgid "Visible only in view mode"
183
+ msgstr "Synlig endast i visningsläge"
@@ -0,0 +1,183 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Plone\n"
4
+ "POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
5
+ "Last-Translator: Automatically generated\n"
6
+ "Language-Team: none\n"
7
+ "Language: ta\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=utf-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
12
+ "Language-Code: en\n"
13
+ "Language-Name: English\n"
14
+ "Preferred-Encodings: utf-8\n"
15
+ "Domain: volto\n"
16
+
17
+ # defaultMessage: Add link
18
+ #: editor/plugins/Link/index
19
+ msgid "Add link"
20
+ msgstr "இணைப்பைச் சேர்க்கவும்"
21
+
22
+ # defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
23
+ #: widgets/HtmlSlateWidget
24
+ msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
25
+ msgstr "\"{name}\" புலத்தைத் திருத்தும் போது பிழை ஏற்பட்டது. எங்களுக்கு அறிவிக்கப்பட்டுள்ளது, நாங்கள் அதைப் பார்க்கிறோம். உங்கள் வேலையைச் சேமித்து மீண்டும் முயற்சிக்கவும். சிக்கல் தொடர்ந்தால் தள நிர்வாகியை தொடர்பு கொள்ளவும்."
26
+
27
+ # defaultMessage: An error has occurred while rendering "{name}" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator.
28
+ #: widgets/RichTextWidgetView
29
+ msgid "An error has occurred while rendering "{name}" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator."
30
+ msgstr "\"{name}\" புலத்தை வழங்குதல் செய்யும் போது பிழை ஏற்பட்டது. எங்களுக்கு அறிவிக்கப்பட்டுள்ளது, நாங்கள் அதைப் பார்க்கிறோம். சிக்கல் தொடர்ந்தால் தள நிர்வாகியை தொடர்பு கொள்ளவும்."
31
+
32
+ # defaultMessage: Bottom
33
+ #: blocks/Table/TableBlockEdit
34
+ msgid "Bottom"
35
+ msgstr "கீழே"
36
+
37
+ # defaultMessage: Center
38
+ #: blocks/Table/TableBlockEdit
39
+ msgid "Center"
40
+ msgstr "நடுவண்"
41
+
42
+ # defaultMessage: Delete col
43
+ #: blocks/Table/TableBlockEdit
44
+ #: editor/plugins/Table/index
45
+ msgid "Delete col"
46
+ msgstr "நெடுவரிசையை நீக்கு"
47
+
48
+ # defaultMessage: Delete row
49
+ #: blocks/Table/TableBlockEdit
50
+ #: editor/plugins/Table/index
51
+ msgid "Delete row"
52
+ msgstr "வரிசையை நீக்கு"
53
+
54
+ # defaultMessage: Delete table
55
+ #: editor/plugins/Table/index
56
+ msgid "Delete table"
57
+ msgstr "அட்டவணையை நீக்கு"
58
+
59
+ # defaultMessage: Divide each row into separate cells
60
+ #: blocks/Table/TableBlockEdit
61
+ msgid "Divide each row into separate cells"
62
+ msgstr "ஒவ்வொரு வரிசையையும் தனி கலங்களாக பிரிக்கவும்"
63
+
64
+ # defaultMessage: Edit element
65
+ #: elementEditor/messages
66
+ msgid "Edit element"
67
+ msgstr "உறுப்பு திருத்து"
68
+
69
+ # defaultMessage: Edit link
70
+ #: editor/plugins/AdvancedLink/index
71
+ #: editor/plugins/Link/index
72
+ msgid "Edit link"
73
+ msgstr "இணைப்பைத் திருத்து"
74
+
75
+ # defaultMessage: Fixed width table cells
76
+ #: blocks/Table/TableBlockEdit
77
+ msgid "Fixed width table cells"
78
+ msgstr "நிலையான அகல அட்டவணை செல்கள்"
79
+
80
+ # defaultMessage: Hide headers
81
+ #: blocks/Table/TableBlockEdit
82
+ msgid "Hide headers"
83
+ msgstr "தலைப்புகளை மறைக்கவும்"
84
+
85
+ # defaultMessage: Insert col after
86
+ #: blocks/Table/TableBlockEdit
87
+ #: editor/plugins/Table/index
88
+ msgid "Insert col after"
89
+ msgstr "பிறகு நெடுவரிசையைச் செருகவும்"
90
+
91
+ # defaultMessage: Insert col before
92
+ #: blocks/Table/TableBlockEdit
93
+ #: editor/plugins/Table/index
94
+ msgid "Insert col before"
95
+ msgstr "முன் கோல் ஐ செருகவும்"
96
+
97
+ # defaultMessage: Insert row after
98
+ #: blocks/Table/TableBlockEdit
99
+ #: editor/plugins/Table/index
100
+ msgid "Insert row after"
101
+ msgstr "பிறகு வரிசையைச் செருகவும்"
102
+
103
+ # defaultMessage: Insert row before
104
+ #: blocks/Table/TableBlockEdit
105
+ #: editor/plugins/Table/index
106
+ msgid "Insert row before"
107
+ msgstr "முன் வரிசையைச் செருகவும்"
108
+
109
+ # defaultMessage: Left
110
+ #: blocks/Table/TableBlockEdit
111
+ msgid "Left"
112
+ msgstr "இடது"
113
+
114
+ # defaultMessage: Make the table compact
115
+ #: blocks/Table/TableBlockEdit
116
+ msgid "Make the table compact"
117
+ msgstr "அட்டவணையை கச்சிதமாக்கவும்"
118
+
119
+ # defaultMessage: Make the table sortable
120
+ #: blocks/Table/TableBlockEdit
121
+ msgid "Make the table sortable"
122
+ msgstr "அட்டவணையை வரிசைப்படுத்துங்கள்"
123
+
124
+ # defaultMessage: Middle
125
+ #: blocks/Table/TableBlockEdit
126
+ msgid "Middle"
127
+ msgstr "நடுத்தர"
128
+
129
+ # defaultMessage: No matching blocks
130
+ #: blocks/Text/SlashMenu
131
+ msgid "No matching blocks"
132
+ msgstr "பொருந்தக்கூடிய தொகுதிகள் இல்லை"
133
+
134
+ # defaultMessage: Reduce complexity
135
+ #: blocks/Table/TableBlockEdit
136
+ msgid "Reduce complexity"
137
+ msgstr "சிக்கலைக் குறைக்கவும்"
138
+
139
+ # defaultMessage: Remove element
140
+ #: elementEditor/messages
141
+ msgid "Remove element"
142
+ msgstr "உறுப்பை அகற்று"
143
+
144
+ # defaultMessage: Remove link
145
+ #: editor/plugins/AdvancedLink/index
146
+ msgid "Remove link"
147
+ msgstr "இணைப்பை அகற்று"
148
+
149
+ # defaultMessage: Right
150
+ #: blocks/Table/TableBlockEdit
151
+ msgid "Right"
152
+ msgstr "வலது"
153
+
154
+ # defaultMessage: Stripe alternate rows with color
155
+ #: blocks/Table/TableBlockEdit
156
+ msgid "Stripe alternate rows with color"
157
+ msgstr "வண்ணத்துடன் மாற்று வரிசைகள்"
158
+
159
+ # defaultMessage: Table
160
+ #: blocks/Table/TableBlockEdit
161
+ msgid "Table"
162
+ msgstr "அட்டவணை"
163
+
164
+ # defaultMessage: Table color inverted
165
+ #: blocks/Table/TableBlockEdit
166
+ msgid "Table color inverted"
167
+ msgstr "அட்டவணை நிறம் தலைகீழ்"
168
+
169
+ # defaultMessage: Top
170
+ #: blocks/Table/TableBlockEdit
171
+ msgid "Top"
172
+ msgstr "மேலே"
173
+
174
+ # defaultMessage: Type text…
175
+ #: blocks/Text/DefaultTextBlockEditor
176
+ #: blocks/Text/DetachedTextBlockEditor
177
+ msgid "Type text…"
178
+ msgstr "உரையைத் தட்டச்சு செய்க…"
179
+
180
+ # defaultMessage: Visible only in view mode
181
+ #: blocks/Table/TableBlockEdit
182
+ msgid "Visible only in view mode"
183
+ msgstr "பார்வை பயன்முறையில் மட்டுமே தெரியும்"
@@ -0,0 +1,183 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Plone\n"
4
+ "POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
5
+ "Last-Translator: Automatically generated\n"
6
+ "Language-Team: none\n"
7
+ "Language: te\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=utf-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
12
+ "Language-Code: en\n"
13
+ "Language-Name: English\n"
14
+ "Preferred-Encodings: utf-8\n"
15
+ "Domain: volto\n"
16
+
17
+ # defaultMessage: Add link
18
+ #: editor/plugins/Link/index
19
+ msgid "Add link"
20
+ msgstr ""
21
+
22
+ # defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
23
+ #: widgets/HtmlSlateWidget
24
+ msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
25
+ msgstr ""
26
+
27
+ # defaultMessage: An error has occurred while rendering "{name}" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator.
28
+ #: widgets/RichTextWidgetView
29
+ msgid "An error has occurred while rendering "{name}" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator."
30
+ msgstr ""
31
+
32
+ # defaultMessage: Bottom
33
+ #: blocks/Table/TableBlockEdit
34
+ msgid "Bottom"
35
+ msgstr ""
36
+
37
+ # defaultMessage: Center
38
+ #: blocks/Table/TableBlockEdit
39
+ msgid "Center"
40
+ msgstr ""
41
+
42
+ # defaultMessage: Delete col
43
+ #: blocks/Table/TableBlockEdit
44
+ #: editor/plugins/Table/index
45
+ msgid "Delete col"
46
+ msgstr ""
47
+
48
+ # defaultMessage: Delete row
49
+ #: blocks/Table/TableBlockEdit
50
+ #: editor/plugins/Table/index
51
+ msgid "Delete row"
52
+ msgstr ""
53
+
54
+ # defaultMessage: Delete table
55
+ #: editor/plugins/Table/index
56
+ msgid "Delete table"
57
+ msgstr ""
58
+
59
+ # defaultMessage: Divide each row into separate cells
60
+ #: blocks/Table/TableBlockEdit
61
+ msgid "Divide each row into separate cells"
62
+ msgstr ""
63
+
64
+ # defaultMessage: Edit element
65
+ #: elementEditor/messages
66
+ msgid "Edit element"
67
+ msgstr ""
68
+
69
+ # defaultMessage: Edit link
70
+ #: editor/plugins/AdvancedLink/index
71
+ #: editor/plugins/Link/index
72
+ msgid "Edit link"
73
+ msgstr ""
74
+
75
+ # defaultMessage: Fixed width table cells
76
+ #: blocks/Table/TableBlockEdit
77
+ msgid "Fixed width table cells"
78
+ msgstr ""
79
+
80
+ # defaultMessage: Hide headers
81
+ #: blocks/Table/TableBlockEdit
82
+ msgid "Hide headers"
83
+ msgstr ""
84
+
85
+ # defaultMessage: Insert col after
86
+ #: blocks/Table/TableBlockEdit
87
+ #: editor/plugins/Table/index
88
+ msgid "Insert col after"
89
+ msgstr ""
90
+
91
+ # defaultMessage: Insert col before
92
+ #: blocks/Table/TableBlockEdit
93
+ #: editor/plugins/Table/index
94
+ msgid "Insert col before"
95
+ msgstr ""
96
+
97
+ # defaultMessage: Insert row after
98
+ #: blocks/Table/TableBlockEdit
99
+ #: editor/plugins/Table/index
100
+ msgid "Insert row after"
101
+ msgstr ""
102
+
103
+ # defaultMessage: Insert row before
104
+ #: blocks/Table/TableBlockEdit
105
+ #: editor/plugins/Table/index
106
+ msgid "Insert row before"
107
+ msgstr ""
108
+
109
+ # defaultMessage: Left
110
+ #: blocks/Table/TableBlockEdit
111
+ msgid "Left"
112
+ msgstr ""
113
+
114
+ # defaultMessage: Make the table compact
115
+ #: blocks/Table/TableBlockEdit
116
+ msgid "Make the table compact"
117
+ msgstr ""
118
+
119
+ # defaultMessage: Make the table sortable
120
+ #: blocks/Table/TableBlockEdit
121
+ msgid "Make the table sortable"
122
+ msgstr ""
123
+
124
+ # defaultMessage: Middle
125
+ #: blocks/Table/TableBlockEdit
126
+ msgid "Middle"
127
+ msgstr ""
128
+
129
+ # defaultMessage: No matching blocks
130
+ #: blocks/Text/SlashMenu
131
+ msgid "No matching blocks"
132
+ msgstr ""
133
+
134
+ # defaultMessage: Reduce complexity
135
+ #: blocks/Table/TableBlockEdit
136
+ msgid "Reduce complexity"
137
+ msgstr ""
138
+
139
+ # defaultMessage: Remove element
140
+ #: elementEditor/messages
141
+ msgid "Remove element"
142
+ msgstr ""
143
+
144
+ # defaultMessage: Remove link
145
+ #: editor/plugins/AdvancedLink/index
146
+ msgid "Remove link"
147
+ msgstr ""
148
+
149
+ # defaultMessage: Right
150
+ #: blocks/Table/TableBlockEdit
151
+ msgid "Right"
152
+ msgstr ""
153
+
154
+ # defaultMessage: Stripe alternate rows with color
155
+ #: blocks/Table/TableBlockEdit
156
+ msgid "Stripe alternate rows with color"
157
+ msgstr ""
158
+
159
+ # defaultMessage: Table
160
+ #: blocks/Table/TableBlockEdit
161
+ msgid "Table"
162
+ msgstr ""
163
+
164
+ # defaultMessage: Table color inverted
165
+ #: blocks/Table/TableBlockEdit
166
+ msgid "Table color inverted"
167
+ msgstr ""
168
+
169
+ # defaultMessage: Top
170
+ #: blocks/Table/TableBlockEdit
171
+ msgid "Top"
172
+ msgstr ""
173
+
174
+ # defaultMessage: Type text…
175
+ #: blocks/Text/DefaultTextBlockEditor
176
+ #: blocks/Text/DetachedTextBlockEditor
177
+ msgid "Type text…"
178
+ msgstr ""
179
+
180
+ # defaultMessage: Visible only in view mode
181
+ #: blocks/Table/TableBlockEdit
182
+ msgid "Visible only in view mode"
183
+ msgstr ""