@plone/volto-slate 19.0.0-alpha.14 → 19.0.0-alpha.16
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/AGENTS.md +28 -0
- package/CHANGELOG.md +16 -0
- package/locales/ro/LC_MESSAGES/volto.po +205 -0
- package/package.json +4 -4
package/AGENTS.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# AGENTS.md
|
|
2
|
+
|
|
3
|
+
This file applies only to `packages/volto-slate` and its subdirectories.
|
|
4
|
+
|
|
5
|
+
## What This Package Is
|
|
6
|
+
|
|
7
|
+
- `@plone/volto-slate` provides the Slate-based editor integration used by Volto.
|
|
8
|
+
- It is tightly coupled to Volto editor behavior even though it is versioned as a separate package.
|
|
9
|
+
|
|
10
|
+
## Editing Rules
|
|
11
|
+
|
|
12
|
+
- Prefer TypeScript for all new modules and features.
|
|
13
|
+
- Refactoring touched code toward TypeScript is welcome, but not required.
|
|
14
|
+
- Treat changes here as editor-platform changes, not isolated component tweaks.
|
|
15
|
+
- Preserve serialization, deserialization, and editor schema expectations.
|
|
16
|
+
- When changing editor behavior, check whether fixtures, Cypress flows, or Volto-side block/editor integrations also need updates.
|
|
17
|
+
- Avoid introducing APIs that bypass existing Volto editor configuration patterns unless the task explicitly calls for it.
|
|
18
|
+
|
|
19
|
+
## Validation
|
|
20
|
+
|
|
21
|
+
This package does not expose a dedicated local test script in this branch.
|
|
22
|
+
Validate through Volto:
|
|
23
|
+
|
|
24
|
+
```sh
|
|
25
|
+
pnpm --filter @plone/volto test --run
|
|
26
|
+
pnpm --filter @plone/volto build
|
|
27
|
+
make ci-acceptance-test-run-all
|
|
28
|
+
```
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,22 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 19.0.0-alpha.16 (2026-05-07)
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
- Added package-specific `AGENTS.md` contributor guidance for `@plone/volto-slate` maintainers.
|
|
16
|
+
|
|
17
|
+
## 19.0.0-alpha.15 (2026-04-27)
|
|
18
|
+
|
|
19
|
+
### Bugfix
|
|
20
|
+
|
|
21
|
+
- Added Romanian translations for the `@plone/volto-slate` core addon catalog. @avoinea
|
|
22
|
+
|
|
23
|
+
### Internal
|
|
24
|
+
|
|
25
|
+
- Update dependency: `uuid` 14.0.0. @davisagli
|
|
26
|
+
|
|
11
27
|
## 19.0.0-alpha.14 (2026-04-09)
|
|
12
28
|
|
|
13
29
|
### Breaking
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
msgid ""
|
|
2
|
+
msgstr ""
|
|
3
|
+
"Project-Id-Version: Plone\n"
|
|
4
|
+
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
+
"PO-Revision-Date: 2026-04-09 13:30+0300\n"
|
|
6
|
+
"Last-Translator: Alin Voinea <avoinea@plone.org>\n"
|
|
7
|
+
"Language-Team: Romanian (https://www.transifex.com/plone/teams/14552/ro/)\n"
|
|
8
|
+
"Language: ro\n"
|
|
9
|
+
"MIME-Version: 1.0\n"
|
|
10
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
|
11
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
12
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
13
|
+
"Language-Code: ro\n"
|
|
14
|
+
"Language-Name: Romanian\n"
|
|
15
|
+
"Preferred-Encodings: utf-8\n"
|
|
16
|
+
"Domain: volto\n"
|
|
17
|
+
"X-Generator: Poedit 3.5\n"
|
|
18
|
+
|
|
19
|
+
#: editor/plugins/Link/index
|
|
20
|
+
# defaultMessage: Add link
|
|
21
|
+
msgid "Add link"
|
|
22
|
+
msgstr "Adaugă link"
|
|
23
|
+
|
|
24
|
+
#: editor/plugins/StyleMenu/StyleMenu
|
|
25
|
+
# defaultMessage: Additional Styles
|
|
26
|
+
msgid "Additional Styles"
|
|
27
|
+
msgstr "Stiluri suplimentare"
|
|
28
|
+
|
|
29
|
+
#: widgets/HtmlSlateWidget
|
|
30
|
+
# 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.
|
|
31
|
+
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."
|
|
32
|
+
msgstr "A apărut o eroare la editarea câmpului \"{name}\". Am fost notificați și investigăm problema. Vă rugăm să vă salvați munca și să încercați din nou. Dacă problema persistă, contactați administratorul site-ului."
|
|
33
|
+
|
|
34
|
+
#: widgets/RichTextWidgetView
|
|
35
|
+
# 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.
|
|
36
|
+
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."
|
|
37
|
+
msgstr "A apărut o eroare la randarea câmpului \"{name}\". Am fost notificați și investigăm problema. Dacă problema persistă, contactați administratorul site-ului."
|
|
38
|
+
|
|
39
|
+
#: blocks/Table/TableBlockEdit
|
|
40
|
+
# defaultMessage: Bottom
|
|
41
|
+
msgid "Bottom"
|
|
42
|
+
msgstr "Jos"
|
|
43
|
+
|
|
44
|
+
#: blocks/Table/TableBlockEdit
|
|
45
|
+
# defaultMessage: Center
|
|
46
|
+
msgid "Center"
|
|
47
|
+
msgstr "Centrează"
|
|
48
|
+
|
|
49
|
+
#: blocks/Table/TableBlockEdit
|
|
50
|
+
#: editor/plugins/Table/index
|
|
51
|
+
# defaultMessage: Delete col
|
|
52
|
+
msgid "Delete col"
|
|
53
|
+
msgstr "Șterge coloană"
|
|
54
|
+
|
|
55
|
+
#: blocks/Table/TableBlockEdit
|
|
56
|
+
#: editor/plugins/Table/index
|
|
57
|
+
# defaultMessage: Delete row
|
|
58
|
+
msgid "Delete row"
|
|
59
|
+
msgstr "Șterge rând"
|
|
60
|
+
|
|
61
|
+
#: editor/plugins/Table/index
|
|
62
|
+
# defaultMessage: Delete table
|
|
63
|
+
msgid "Delete table"
|
|
64
|
+
msgstr "Șterge tabelul"
|
|
65
|
+
|
|
66
|
+
#: blocks/Table/TableBlockEdit
|
|
67
|
+
# defaultMessage: Divide each row into separate cells
|
|
68
|
+
msgid "Divide each row into separate cells"
|
|
69
|
+
msgstr "Împarte fiecare rând în celule separate"
|
|
70
|
+
|
|
71
|
+
#: elementEditor/messages
|
|
72
|
+
# defaultMessage: Edit element
|
|
73
|
+
msgid "Edit element"
|
|
74
|
+
msgstr "Editează elementul"
|
|
75
|
+
|
|
76
|
+
#: editor/plugins/AdvancedLink/index
|
|
77
|
+
#: editor/plugins/Link/index
|
|
78
|
+
# defaultMessage: Edit link
|
|
79
|
+
msgid "Edit link"
|
|
80
|
+
msgstr "Editează linkul"
|
|
81
|
+
|
|
82
|
+
#: blocks/Table/TableBlockEdit
|
|
83
|
+
# defaultMessage: Fixed width table cells
|
|
84
|
+
msgid "Fixed width table cells"
|
|
85
|
+
msgstr "Celule de tabel cu lățime fixă"
|
|
86
|
+
|
|
87
|
+
#: blocks/Table/TableBlockEdit
|
|
88
|
+
# defaultMessage: Hide headers
|
|
89
|
+
msgid "Hide headers"
|
|
90
|
+
msgstr "Ascunde antetele"
|
|
91
|
+
|
|
92
|
+
#: editor/plugins/StyleMenu/StyleMenu
|
|
93
|
+
# defaultMessage: Inline Style
|
|
94
|
+
msgid "Inline Style"
|
|
95
|
+
msgstr "Stil în linie"
|
|
96
|
+
|
|
97
|
+
#: blocks/Table/TableBlockEdit
|
|
98
|
+
#: editor/plugins/Table/index
|
|
99
|
+
# defaultMessage: Insert col after
|
|
100
|
+
msgid "Insert col after"
|
|
101
|
+
msgstr "Inserează coloană după"
|
|
102
|
+
|
|
103
|
+
#: blocks/Table/TableBlockEdit
|
|
104
|
+
#: editor/plugins/Table/index
|
|
105
|
+
# defaultMessage: Insert col before
|
|
106
|
+
msgid "Insert col before"
|
|
107
|
+
msgstr "Inserează coloană înainte"
|
|
108
|
+
|
|
109
|
+
#: blocks/Table/TableBlockEdit
|
|
110
|
+
#: editor/plugins/Table/index
|
|
111
|
+
# defaultMessage: Insert row after
|
|
112
|
+
msgid "Insert row after"
|
|
113
|
+
msgstr "Inserează rând după"
|
|
114
|
+
|
|
115
|
+
#: blocks/Table/TableBlockEdit
|
|
116
|
+
#: editor/plugins/Table/index
|
|
117
|
+
# defaultMessage: Insert row before
|
|
118
|
+
msgid "Insert row before"
|
|
119
|
+
msgstr "Inserează rând înainte"
|
|
120
|
+
|
|
121
|
+
#: blocks/Table/TableBlockEdit
|
|
122
|
+
# defaultMessage: Left
|
|
123
|
+
msgid "Left"
|
|
124
|
+
msgstr "Stânga"
|
|
125
|
+
|
|
126
|
+
#: blocks/Table/TableBlockEdit
|
|
127
|
+
# defaultMessage: Make the table compact
|
|
128
|
+
msgid "Make the table compact"
|
|
129
|
+
msgstr "Face tabelul compact"
|
|
130
|
+
|
|
131
|
+
#: blocks/Table/TableBlockEdit
|
|
132
|
+
# defaultMessage: Make the table sortable
|
|
133
|
+
msgid "Make the table sortable"
|
|
134
|
+
msgstr "Face tabelul sortabil"
|
|
135
|
+
|
|
136
|
+
#: blocks/Table/TableBlockEdit
|
|
137
|
+
# defaultMessage: Middle
|
|
138
|
+
msgid "Middle"
|
|
139
|
+
msgstr "Mijloc"
|
|
140
|
+
|
|
141
|
+
#: blocks/Text/SlashMenu
|
|
142
|
+
# defaultMessage: No matching blocks
|
|
143
|
+
msgid "No matching blocks"
|
|
144
|
+
msgstr "Niciun bloc corespunzător"
|
|
145
|
+
|
|
146
|
+
#: editor/plugins/StyleMenu/StyleMenu
|
|
147
|
+
# defaultMessage: Paragraph Style
|
|
148
|
+
msgid "Paragraph Style"
|
|
149
|
+
msgstr "Stil paragraf"
|
|
150
|
+
|
|
151
|
+
#: blocks/Table/TableBlockEdit
|
|
152
|
+
# defaultMessage: Reduce complexity
|
|
153
|
+
msgid "Reduce complexity"
|
|
154
|
+
msgstr "Reduce complexitatea"
|
|
155
|
+
|
|
156
|
+
#: elementEditor/messages
|
|
157
|
+
# defaultMessage: Remove element
|
|
158
|
+
msgid "Remove element"
|
|
159
|
+
msgstr "Elimină elementul"
|
|
160
|
+
|
|
161
|
+
#: editor/plugins/AdvancedLink/index
|
|
162
|
+
# defaultMessage: Remove link
|
|
163
|
+
msgid "Remove link"
|
|
164
|
+
msgstr "Elimină linkul"
|
|
165
|
+
|
|
166
|
+
#: blocks/Table/TableBlockEdit
|
|
167
|
+
# defaultMessage: Right
|
|
168
|
+
msgid "Right"
|
|
169
|
+
msgstr "Dreapta"
|
|
170
|
+
|
|
171
|
+
#: blocks/Table/TableBlockEdit
|
|
172
|
+
# defaultMessage: Stripe alternate rows with color
|
|
173
|
+
msgid "Stripe alternate rows with color"
|
|
174
|
+
msgstr "Colorează alternativ rândurile"
|
|
175
|
+
|
|
176
|
+
#: blocks/Table/TableBlockEdit
|
|
177
|
+
# defaultMessage: Table
|
|
178
|
+
msgid "Table"
|
|
179
|
+
msgstr "Tabel"
|
|
180
|
+
|
|
181
|
+
#: blocks/Table/schema
|
|
182
|
+
# defaultMessage: Table block
|
|
183
|
+
msgid "Table block"
|
|
184
|
+
msgstr "Bloc tabel"
|
|
185
|
+
|
|
186
|
+
#: blocks/Table/TableBlockEdit
|
|
187
|
+
# defaultMessage: Table color inverted
|
|
188
|
+
msgid "Table color inverted"
|
|
189
|
+
msgstr "Culori inversate pentru tabel"
|
|
190
|
+
|
|
191
|
+
#: blocks/Table/TableBlockEdit
|
|
192
|
+
# defaultMessage: Top
|
|
193
|
+
msgid "Top"
|
|
194
|
+
msgstr "Sus"
|
|
195
|
+
|
|
196
|
+
#: blocks/Text/DefaultTextBlockEditor
|
|
197
|
+
#: blocks/Text/DetachedTextBlockEditor
|
|
198
|
+
# defaultMessage: Type text…
|
|
199
|
+
msgid "Type text…"
|
|
200
|
+
msgstr "Tastați text…"
|
|
201
|
+
|
|
202
|
+
#: blocks/Table/TableBlockEdit
|
|
203
|
+
# defaultMessage: Visible only in view mode
|
|
204
|
+
msgid "Visible only in view mode"
|
|
205
|
+
msgstr "Vizibil doar în modul de vizualizare"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plone/volto-slate",
|
|
3
|
-
"version": "19.0.0-alpha.
|
|
3
|
+
"version": "19.0.0-alpha.16",
|
|
4
4
|
"description": "Slate.js integration with Volto",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"image-extensions": "1.1.0",
|
|
24
24
|
"is-hotkey": "0.2.0",
|
|
25
25
|
"is-url": "1.2.4",
|
|
26
|
-
"lodash": "4.
|
|
26
|
+
"lodash": "4.18.1",
|
|
27
27
|
"react-intersection-observer": "9.1.0",
|
|
28
28
|
"react-intl": "3.12.1",
|
|
29
29
|
"react-redux": "8.1.2",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"slate-history": "0.113.1",
|
|
37
37
|
"slate-hyperscript": "0.115.0",
|
|
38
38
|
"slate-react": "0.117.4",
|
|
39
|
-
"uuid": "^
|
|
39
|
+
"uuid": "^14.0.0",
|
|
40
40
|
"weak-key": "^1.0.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@testing-library/react": "14.3.1",
|
|
44
44
|
"jsdom": "^28.1.0",
|
|
45
|
-
"release-it": "^
|
|
45
|
+
"release-it": "^20.0.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": "^18.2.0",
|