@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.
- package/.release-it.json +2 -2
- package/AGENTS.md +28 -0
- package/CHANGELOG.md +83 -0
- package/locales/af/LC_MESSAGES/volto.po +183 -0
- package/locales/ar/LC_MESSAGES/volto.po +184 -0
- package/locales/bg/LC_MESSAGES/volto.po +183 -0
- package/locales/bn/LC_MESSAGES/volto.po +183 -0
- package/locales/ca/LC_MESSAGES/volto.po +183 -0
- package/locales/cs/LC_MESSAGES/volto.po +183 -0
- package/locales/cy/LC_MESSAGES/volto.po +184 -0
- package/locales/da/LC_MESSAGES/volto.po +183 -0
- package/locales/de/LC_MESSAGES/volto.po +9 -4
- package/locales/el/LC_MESSAGES/volto.po +183 -0
- package/locales/en/LC_MESSAGES/volto.po +9 -4
- package/locales/en_AU/LC_MESSAGES/volto.po +183 -0
- package/locales/en_GB/LC_MESSAGES/volto.po +183 -0
- package/locales/eo/LC_MESSAGES/volto.po +183 -0
- package/locales/es/LC_MESSAGES/volto.po +190 -0
- package/locales/et/LC_MESSAGES/volto.po +183 -0
- package/locales/eu/LC_MESSAGES/volto.po +149 -0
- package/locales/fa/LC_MESSAGES/volto.po +183 -0
- package/locales/fi/LC_MESSAGES/volto.po +191 -0
- package/locales/fr/LC_MESSAGES/volto.po +183 -0
- package/locales/fu/LC_MESSAGES/volto.po +183 -0
- package/locales/gl/LC_MESSAGES/volto.po +185 -0
- package/locales/he/LC_MESSAGES/volto.po +184 -0
- package/locales/hi/LC_MESSAGES/volto.po +183 -0
- package/locales/hr/LC_MESSAGES/volto.po +184 -0
- package/locales/hu/LC_MESSAGES/volto.po +183 -0
- package/locales/hy/LC_MESSAGES/volto.po +183 -0
- package/locales/id/LC_MESSAGES/volto.po +183 -0
- package/locales/it/LC_MESSAGES/volto.po +7 -2
- package/locales/ja/LC_MESSAGES/volto.po +183 -0
- package/locales/ka/LC_MESSAGES/volto.po +183 -0
- package/locales/kn/LC_MESSAGES/volto.po +183 -0
- package/locales/ko/LC_MESSAGES/volto.po +183 -0
- package/locales/lt/LC_MESSAGES/volto.po +185 -0
- package/locales/lv/LC_MESSAGES/volto.po +184 -0
- package/locales/mi/LC_MESSAGES/volto.po +183 -0
- package/locales/mk/LC_MESSAGES/volto.po +183 -0
- package/locales/my/LC_MESSAGES/volto.po +183 -0
- package/locales/nb_NO/LC_MESSAGES/volto.po +183 -0
- package/locales/nl/LC_MESSAGES/volto.po +10 -5
- package/locales/nn/LC_MESSAGES/volto.po +183 -0
- package/locales/pl/LC_MESSAGES/volto.po +184 -0
- package/locales/pt/LC_MESSAGES/volto.po +183 -0
- package/locales/pt_BR/LC_MESSAGES/volto.po +1 -1
- package/locales/rm/LC_MESSAGES/volto.po +183 -0
- package/locales/ro/LC_MESSAGES/volto.po +205 -0
- package/locales/ru/LC_MESSAGES/volto.po +184 -0
- package/locales/sk/LC_MESSAGES/volto.po +183 -0
- package/locales/sl/LC_MESSAGES/volto.po +184 -0
- package/locales/sm/LC_MESSAGES/volto.po +183 -0
- package/locales/sq/LC_MESSAGES/volto.po +183 -0
- package/locales/sr/LC_MESSAGES/volto.po +184 -0
- package/locales/sr@cyrl/LC_MESSAGES/volto.po +184 -0
- package/locales/sr@latn/LC_MESSAGES/volto.po +184 -0
- package/locales/sv/LC_MESSAGES/volto.po +183 -0
- package/locales/ta/LC_MESSAGES/volto.po +183 -0
- package/locales/te/LC_MESSAGES/volto.po +183 -0
- package/locales/th/LC_MESSAGES/volto.po +183 -0
- package/locales/to/LC_MESSAGES/volto.po +183 -0
- package/locales/tr/LC_MESSAGES/volto.po +183 -0
- package/locales/uk/LC_MESSAGES/volto.po +184 -0
- package/locales/vi/LC_MESSAGES/volto.po +183 -0
- package/locales/zh_Hans/LC_MESSAGES/volto.po +183 -0
- package/locales/zh_Hant/LC_MESSAGES/volto.po +183 -0
- package/locales/zh_Hant_HK/LC_MESSAGES/volto.po +183 -0
- package/package.json +5 -6
- package/src/blocks/Table/TableBlockEdit.jsx +319 -465
- package/src/blocks/Table/TableBlockEdit.test.jsx +0 -6
- package/src/blocks/Table/TableBlockView.jsx +65 -62
- package/src/blocks/Table/__snapshots__/Cell.test.jsx.snap +3 -0
- package/src/blocks/Table/__snapshots__/{TableBlockEdit.test.js.snap → TableBlockEdit.test.jsx.snap} +2 -2
- package/src/blocks/Table/__snapshots__/TableBlockView.test.jsx.snap +38 -0
- package/src/blocks/Table/deconstruct.js +1 -1
- package/src/blocks/Table/deconstruct.test.js +24 -0
- package/src/blocks/Text/SlashMenu.jsx +4 -2
- package/src/blocks/Text/TextBlockEdit.test.jsx +51 -34
- package/src/blocks/Text/__snapshots__/{TextBlockEdit.test.js.snap → TextBlockEdit.test.jsx.snap} +19 -6
- package/src/editor/config.jsx +1 -1
- package/src/editor/plugins/Link/index.jsx +0 -1
- package/src/editor/plugins/Table/less/public.less +4 -0
- package/src/editor/ui/__snapshots__/{ToolbarButton.test.js.snap → ToolbarButton.test.jsx.snap} +2 -2
- package/src/widgets/HtmlSlateWidget.jsx +9 -3
- package/src/blocks/Table/__snapshots__/Cell.test.js.snap +0 -3
- package/src/blocks/Table/__snapshots__/TableBlockView.test.js.snap +0 -27
|
@@ -0,0 +1,190 @@
|
|
|
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: 2025-03-30 04:10+0000\n"
|
|
6
|
+
"Last-Translator: Mikel Larreategi <mlarreategi@codesyntax.com>\n"
|
|
7
|
+
"Language-Team: Spanish <https://hosted.weblate.org/projects/plone/"
|
|
8
|
+
"volto-slate-18/es/>\n"
|
|
9
|
+
"Language: es\n"
|
|
10
|
+
"MIME-Version: 1.0\n"
|
|
11
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
|
12
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
13
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
14
|
+
"X-Generator: Weblate 5.11-dev\n"
|
|
15
|
+
"Language-Code: en\n"
|
|
16
|
+
"Language-Name: English\n"
|
|
17
|
+
"Preferred-Encodings: utf-8\n"
|
|
18
|
+
"Domain: volto\n"
|
|
19
|
+
|
|
20
|
+
# defaultMessage: Add link
|
|
21
|
+
#: editor/plugins/Link/index
|
|
22
|
+
msgid "Add link"
|
|
23
|
+
msgstr "Añadir enlace"
|
|
24
|
+
|
|
25
|
+
# 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.
|
|
26
|
+
#: widgets/HtmlSlateWidget
|
|
27
|
+
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."
|
|
28
|
+
msgstr ""
|
|
29
|
+
"Ha ocurrido un error editando el campo \"{name}\". Se ha enviado la "
|
|
30
|
+
"notificación oportuna y lo estamos revisando. Guarde su trabajo y "
|
|
31
|
+
"reinténtelo por favor. Si el error continúa, póngase en contacto con el "
|
|
32
|
+
"administrador del sitio."
|
|
33
|
+
|
|
34
|
+
# 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.
|
|
35
|
+
#: widgets/RichTextWidgetView
|
|
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 "Se ha producido un error mientras se muestra el campo \"{name}\". Nos han notificado y lo estamos investigando. Si el problema persiste, póngase en contacto con el administrador del sitio."
|
|
38
|
+
|
|
39
|
+
# defaultMessage: Bottom
|
|
40
|
+
#: blocks/Table/TableBlockEdit
|
|
41
|
+
msgid "Bottom"
|
|
42
|
+
msgstr "Debajo"
|
|
43
|
+
|
|
44
|
+
# defaultMessage: Center
|
|
45
|
+
#: blocks/Table/TableBlockEdit
|
|
46
|
+
msgid "Center"
|
|
47
|
+
msgstr "Centrar"
|
|
48
|
+
|
|
49
|
+
# defaultMessage: Delete col
|
|
50
|
+
#: blocks/Table/TableBlockEdit
|
|
51
|
+
#: editor/plugins/Table/index
|
|
52
|
+
msgid "Delete col"
|
|
53
|
+
msgstr "Eliminar columna"
|
|
54
|
+
|
|
55
|
+
# defaultMessage: Delete row
|
|
56
|
+
#: blocks/Table/TableBlockEdit
|
|
57
|
+
#: editor/plugins/Table/index
|
|
58
|
+
msgid "Delete row"
|
|
59
|
+
msgstr "Eliminar fila"
|
|
60
|
+
|
|
61
|
+
# defaultMessage: Delete table
|
|
62
|
+
#: editor/plugins/Table/index
|
|
63
|
+
msgid "Delete table"
|
|
64
|
+
msgstr "Eliminar tabla"
|
|
65
|
+
|
|
66
|
+
# defaultMessage: Divide each row into separate cells
|
|
67
|
+
#: blocks/Table/TableBlockEdit
|
|
68
|
+
msgid "Divide each row into separate cells"
|
|
69
|
+
msgstr "Divide cada fila en celdas separadas"
|
|
70
|
+
|
|
71
|
+
# defaultMessage: Edit element
|
|
72
|
+
#: elementEditor/messages
|
|
73
|
+
msgid "Edit element"
|
|
74
|
+
msgstr "Editar elemento"
|
|
75
|
+
|
|
76
|
+
# defaultMessage: Edit link
|
|
77
|
+
#: editor/plugins/AdvancedLink/index
|
|
78
|
+
#: editor/plugins/Link/index
|
|
79
|
+
msgid "Edit link"
|
|
80
|
+
msgstr "Editar enlace"
|
|
81
|
+
|
|
82
|
+
# defaultMessage: Fixed width table cells
|
|
83
|
+
#: blocks/Table/TableBlockEdit
|
|
84
|
+
msgid "Fixed width table cells"
|
|
85
|
+
msgstr "Celdas de tabla de ancho fijo"
|
|
86
|
+
|
|
87
|
+
# defaultMessage: Hide headers
|
|
88
|
+
#: blocks/Table/TableBlockEdit
|
|
89
|
+
msgid "Hide headers"
|
|
90
|
+
msgstr "Ocultar encabezados"
|
|
91
|
+
|
|
92
|
+
# defaultMessage: Insert col after
|
|
93
|
+
#: blocks/Table/TableBlockEdit
|
|
94
|
+
#: editor/plugins/Table/index
|
|
95
|
+
msgid "Insert col after"
|
|
96
|
+
msgstr "Insertar columna después"
|
|
97
|
+
|
|
98
|
+
# defaultMessage: Insert col before
|
|
99
|
+
#: blocks/Table/TableBlockEdit
|
|
100
|
+
#: editor/plugins/Table/index
|
|
101
|
+
msgid "Insert col before"
|
|
102
|
+
msgstr "Insertar columna antes"
|
|
103
|
+
|
|
104
|
+
# defaultMessage: Insert row after
|
|
105
|
+
#: blocks/Table/TableBlockEdit
|
|
106
|
+
#: editor/plugins/Table/index
|
|
107
|
+
msgid "Insert row after"
|
|
108
|
+
msgstr "Insertar fila después"
|
|
109
|
+
|
|
110
|
+
# defaultMessage: Insert row before
|
|
111
|
+
#: blocks/Table/TableBlockEdit
|
|
112
|
+
#: editor/plugins/Table/index
|
|
113
|
+
msgid "Insert row before"
|
|
114
|
+
msgstr "Insertar fila antes"
|
|
115
|
+
|
|
116
|
+
# defaultMessage: Left
|
|
117
|
+
#: blocks/Table/TableBlockEdit
|
|
118
|
+
msgid "Left"
|
|
119
|
+
msgstr "Izquierda"
|
|
120
|
+
|
|
121
|
+
# defaultMessage: Make the table compact
|
|
122
|
+
#: blocks/Table/TableBlockEdit
|
|
123
|
+
msgid "Make the table compact"
|
|
124
|
+
msgstr "Hacer la tabla compacta"
|
|
125
|
+
|
|
126
|
+
# defaultMessage: Make the table sortable
|
|
127
|
+
#: blocks/Table/TableBlockEdit
|
|
128
|
+
msgid "Make the table sortable"
|
|
129
|
+
msgstr "Hacer la tabla ordenable"
|
|
130
|
+
|
|
131
|
+
# defaultMessage: Middle
|
|
132
|
+
#: blocks/Table/TableBlockEdit
|
|
133
|
+
msgid "Middle"
|
|
134
|
+
msgstr "Centro"
|
|
135
|
+
|
|
136
|
+
# defaultMessage: No matching blocks
|
|
137
|
+
#: blocks/Text/SlashMenu
|
|
138
|
+
msgid "No matching blocks"
|
|
139
|
+
msgstr "No hay bloques"
|
|
140
|
+
|
|
141
|
+
# defaultMessage: Reduce complexity
|
|
142
|
+
#: blocks/Table/TableBlockEdit
|
|
143
|
+
msgid "Reduce complexity"
|
|
144
|
+
msgstr "Reducir complejidad"
|
|
145
|
+
|
|
146
|
+
# defaultMessage: Remove element
|
|
147
|
+
#: elementEditor/messages
|
|
148
|
+
msgid "Remove element"
|
|
149
|
+
msgstr "Eliminar elemento"
|
|
150
|
+
|
|
151
|
+
# defaultMessage: Remove link
|
|
152
|
+
#: editor/plugins/AdvancedLink/index
|
|
153
|
+
msgid "Remove link"
|
|
154
|
+
msgstr "Eliminar enlace"
|
|
155
|
+
|
|
156
|
+
# defaultMessage: Right
|
|
157
|
+
#: blocks/Table/TableBlockEdit
|
|
158
|
+
msgid "Right"
|
|
159
|
+
msgstr "Derecha"
|
|
160
|
+
|
|
161
|
+
# defaultMessage: Stripe alternate rows with color
|
|
162
|
+
#: blocks/Table/TableBlockEdit
|
|
163
|
+
msgid "Stripe alternate rows with color"
|
|
164
|
+
msgstr "Raya las filas alternas con color"
|
|
165
|
+
|
|
166
|
+
# defaultMessage: Table
|
|
167
|
+
#: blocks/Table/TableBlockEdit
|
|
168
|
+
msgid "Table"
|
|
169
|
+
msgstr "Tabla"
|
|
170
|
+
|
|
171
|
+
# defaultMessage: Table color inverted
|
|
172
|
+
#: blocks/Table/TableBlockEdit
|
|
173
|
+
msgid "Table color inverted"
|
|
174
|
+
msgstr "Color de tabla invertido"
|
|
175
|
+
|
|
176
|
+
# defaultMessage: Top
|
|
177
|
+
#: blocks/Table/TableBlockEdit
|
|
178
|
+
msgid "Top"
|
|
179
|
+
msgstr "Arriba"
|
|
180
|
+
|
|
181
|
+
# defaultMessage: Type text…
|
|
182
|
+
#: blocks/Text/DefaultTextBlockEditor
|
|
183
|
+
#: blocks/Text/DetachedTextBlockEditor
|
|
184
|
+
msgid "Type text…"
|
|
185
|
+
msgstr "Escribir texto…"
|
|
186
|
+
|
|
187
|
+
# defaultMessage: Visible only in view mode
|
|
188
|
+
#: blocks/Table/TableBlockEdit
|
|
189
|
+
msgid "Visible only in view mode"
|
|
190
|
+
msgstr "Visible sólo en modo de vista"
|
|
@@ -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: et\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 ""
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
msgid ""
|
|
2
|
+
msgstr ""
|
|
3
|
+
"Project-Id-Version: \n"
|
|
4
|
+
"Report-Msgid-Bugs-To: \n"
|
|
5
|
+
"POT-Creation-Date: \n"
|
|
6
|
+
"PO-Revision-Date: 2025-09-23 17:01+0000\n"
|
|
7
|
+
"Last-Translator: Mikel Larreategi <mlarreategi@codesyntax.com>\n"
|
|
8
|
+
"Language-Team: Basque <https://hosted.weblate.org/projects/plone/volto-slate-18/eu/>\n"
|
|
9
|
+
"Language: eu\n"
|
|
10
|
+
"Content-Type: \n"
|
|
11
|
+
"Content-Transfer-Encoding: \n"
|
|
12
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 5.14-dev\n"
|
|
14
|
+
|
|
15
|
+
#: editor/plugins/Link/index
|
|
16
|
+
msgid "Add link"
|
|
17
|
+
msgstr "Gehitu esteka"
|
|
18
|
+
|
|
19
|
+
#: widgets/HtmlSlateWidget
|
|
20
|
+
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."
|
|
21
|
+
msgstr "Errore bat gertatu da \"{name}\" eremua aldatzerakoan. Jakinarazpena jaso dugu eta begira ari gara. Mesedez gorde egindako lana eta saiatu berriro. Arazoak jarraitzen badu mesedez jarri administratzailearekin harremanetan."
|
|
22
|
+
|
|
23
|
+
#: widgets/RichTextWidgetView
|
|
24
|
+
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."
|
|
25
|
+
msgstr "Errore bat gertatu da \"{name}\" eremua erakusterakoan. Jakinarazpena jaso dugu eta begira ari gara. Mesedez gorde egindako lana eta saiatu berriro. Arazoak jarraitzen badu mesedez jarri administratzailearekin harremanetan."
|
|
26
|
+
|
|
27
|
+
#: blocks/Table/TableBlockEdit
|
|
28
|
+
msgid "Bottom"
|
|
29
|
+
msgstr "Behean"
|
|
30
|
+
|
|
31
|
+
#: blocks/Table/TableBlockEdit
|
|
32
|
+
msgid "Center"
|
|
33
|
+
msgstr "Erdian"
|
|
34
|
+
|
|
35
|
+
#: blocks/Table/TableBlockEdit
|
|
36
|
+
#: editor/plugins/Table/index
|
|
37
|
+
msgid "Delete col"
|
|
38
|
+
msgstr "Ezabatu zutabea"
|
|
39
|
+
|
|
40
|
+
#: blocks/Table/TableBlockEdit
|
|
41
|
+
#: editor/plugins/Table/index
|
|
42
|
+
msgid "Delete row"
|
|
43
|
+
msgstr "Ezabatu lerroa"
|
|
44
|
+
|
|
45
|
+
#: editor/plugins/Table/index
|
|
46
|
+
msgid "Delete table"
|
|
47
|
+
msgstr "Ezabatu taula"
|
|
48
|
+
|
|
49
|
+
#: blocks/Table/TableBlockEdit
|
|
50
|
+
msgid "Divide each row into separate cells"
|
|
51
|
+
msgstr "Zatitu lerro bakoitza zeldatan"
|
|
52
|
+
|
|
53
|
+
#: elementEditor/messages
|
|
54
|
+
msgid "Edit element"
|
|
55
|
+
msgstr "Aldatu elementua"
|
|
56
|
+
|
|
57
|
+
#: editor/plugins/AdvancedLink/index
|
|
58
|
+
#: editor/plugins/Link/index
|
|
59
|
+
msgid "Edit link"
|
|
60
|
+
msgstr "Aldatu esteka"
|
|
61
|
+
|
|
62
|
+
#: blocks/Table/TableBlockEdit
|
|
63
|
+
msgid "Fixed width table cells"
|
|
64
|
+
msgstr "Zabalera finkoko gelaxkak"
|
|
65
|
+
|
|
66
|
+
#: blocks/Table/TableBlockEdit
|
|
67
|
+
msgid "Hide headers"
|
|
68
|
+
msgstr "Ezkutatu goiburukoak"
|
|
69
|
+
|
|
70
|
+
#: blocks/Table/TableBlockEdit
|
|
71
|
+
#: editor/plugins/Table/index
|
|
72
|
+
msgid "Insert col after"
|
|
73
|
+
msgstr "Txertatu zutabea ostean"
|
|
74
|
+
|
|
75
|
+
#: blocks/Table/TableBlockEdit
|
|
76
|
+
#: editor/plugins/Table/index
|
|
77
|
+
msgid "Insert col before"
|
|
78
|
+
msgstr "Txertatu zutabea aurretik"
|
|
79
|
+
|
|
80
|
+
#: blocks/Table/TableBlockEdit
|
|
81
|
+
#: editor/plugins/Table/index
|
|
82
|
+
msgid "Insert row after"
|
|
83
|
+
msgstr "Txertatu lerroa ondoren"
|
|
84
|
+
|
|
85
|
+
#: blocks/Table/TableBlockEdit
|
|
86
|
+
#: editor/plugins/Table/index
|
|
87
|
+
msgid "Insert row before"
|
|
88
|
+
msgstr "Txertatu lerroa aurretik"
|
|
89
|
+
|
|
90
|
+
#: blocks/Table/TableBlockEdit
|
|
91
|
+
msgid "Left"
|
|
92
|
+
msgstr "Ezkerrean"
|
|
93
|
+
|
|
94
|
+
#: blocks/Table/TableBlockEdit
|
|
95
|
+
msgid "Make the table compact"
|
|
96
|
+
msgstr "Taula trinkotu"
|
|
97
|
+
|
|
98
|
+
#: blocks/Table/TableBlockEdit
|
|
99
|
+
msgid "Make the table sortable"
|
|
100
|
+
msgstr "Taula ordenagarri egin"
|
|
101
|
+
|
|
102
|
+
#: blocks/Table/TableBlockEdit
|
|
103
|
+
msgid "Middle"
|
|
104
|
+
msgstr "Erdian"
|
|
105
|
+
|
|
106
|
+
#: blocks/Text/SlashMenu
|
|
107
|
+
msgid "No matching blocks"
|
|
108
|
+
msgstr "Ez dator bat bloke batekin"
|
|
109
|
+
|
|
110
|
+
#: blocks/Table/TableBlockEdit
|
|
111
|
+
msgid "Reduce complexity"
|
|
112
|
+
msgstr "Kendu konplexutasuna"
|
|
113
|
+
|
|
114
|
+
#: elementEditor/messages
|
|
115
|
+
msgid "Remove element"
|
|
116
|
+
msgstr "Ezabatu elementua"
|
|
117
|
+
|
|
118
|
+
#: editor/plugins/AdvancedLink/index
|
|
119
|
+
msgid "Remove link"
|
|
120
|
+
msgstr "Ezabatu esteka"
|
|
121
|
+
|
|
122
|
+
#: blocks/Table/TableBlockEdit
|
|
123
|
+
msgid "Right"
|
|
124
|
+
msgstr "Eskuma"
|
|
125
|
+
|
|
126
|
+
#: blocks/Table/TableBlockEdit
|
|
127
|
+
msgid "Stripe alternate rows with color"
|
|
128
|
+
msgstr "Txandakatu lerroak kolorearekin"
|
|
129
|
+
|
|
130
|
+
#: blocks/Table/TableBlockEdit
|
|
131
|
+
msgid "Table"
|
|
132
|
+
msgstr "Taula"
|
|
133
|
+
|
|
134
|
+
#: blocks/Table/TableBlockEdit
|
|
135
|
+
msgid "Table color inverted"
|
|
136
|
+
msgstr "Taularen kolorea alderantzizkatu"
|
|
137
|
+
|
|
138
|
+
#: blocks/Table/TableBlockEdit
|
|
139
|
+
msgid "Top"
|
|
140
|
+
msgstr "Goian"
|
|
141
|
+
|
|
142
|
+
#: blocks/Text/DefaultTextBlockEditor
|
|
143
|
+
#: blocks/Text/DetachedTextBlockEditor
|
|
144
|
+
msgid "Type text…"
|
|
145
|
+
msgstr "Idatzi testua…"
|
|
146
|
+
|
|
147
|
+
#: blocks/Table/TableBlockEdit
|
|
148
|
+
msgid "Visible only in view mode"
|
|
149
|
+
msgstr "Ikusgai soilik ikusteko moduan"
|
|
@@ -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: fa\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 ""
|