@plone/volto-slate 18.9.1 → 18.10.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 +3 -0
- package/CHANGELOG.md +20 -0
- package/locales/af/LC_MESSAGES/volto.po +4 -2
- package/locales/ar/LC_MESSAGES/volto.po +5 -4
- package/locales/bg/LC_MESSAGES/volto.po +4 -2
- package/locales/bn/LC_MESSAGES/volto.po +4 -2
- package/locales/ca/LC_MESSAGES/volto.po +4 -2
- package/locales/cs/LC_MESSAGES/volto.po +5 -3
- package/locales/cy/LC_MESSAGES/volto.po +5 -4
- package/locales/da/LC_MESSAGES/volto.po +4 -2
- package/locales/de/LC_MESSAGES/volto.po +6 -5
- package/locales/el/LC_MESSAGES/volto.po +4 -2
- package/locales/en_AU/LC_MESSAGES/volto.po +4 -2
- package/locales/en_GB/LC_MESSAGES/volto.po +4 -2
- package/locales/eo/LC_MESSAGES/volto.po +4 -2
- package/locales/es/LC_MESSAGES/volto.po +13 -18
- package/locales/et/LC_MESSAGES/volto.po +4 -2
- package/locales/eu/LC_MESSAGES/volto.po +3 -3
- package/locales/fa/LC_MESSAGES/volto.po +4 -2
- package/locales/fi/LC_MESSAGES/volto.po +6 -12
- package/locales/fr/LC_MESSAGES/volto.po +4 -2
- package/locales/fu/LC_MESSAGES/volto.po +4 -2
- package/locales/gl/LC_MESSAGES/volto.po +2 -2
- package/locales/he/LC_MESSAGES/volto.po +5 -4
- package/locales/hi/LC_MESSAGES/volto.po +4 -2
- package/locales/hr/LC_MESSAGES/volto.po +5 -4
- package/locales/hu/LC_MESSAGES/volto.po +4 -2
- package/locales/hy/LC_MESSAGES/volto.po +4 -2
- package/locales/id/LC_MESSAGES/volto.po +4 -2
- package/locales/it/LC_MESSAGES/volto.po +6 -5
- package/locales/ja/LC_MESSAGES/volto.po +4 -2
- package/locales/ka/LC_MESSAGES/volto.po +4 -2
- package/locales/kn/LC_MESSAGES/volto.po +4 -2
- package/locales/ko/LC_MESSAGES/volto.po +4 -2
- package/locales/lt/LC_MESSAGES/volto.po +5 -5
- package/locales/lv/LC_MESSAGES/volto.po +5 -4
- package/locales/mi/LC_MESSAGES/volto.po +4 -2
- package/locales/mk/LC_MESSAGES/volto.po +4 -2
- package/locales/my/LC_MESSAGES/volto.po +4 -2
- package/locales/nb_NO/LC_MESSAGES/volto.po +4 -2
- package/locales/nl/LC_MESSAGES/volto.po +5 -5
- package/locales/nn/LC_MESSAGES/volto.po +4 -2
- package/locales/pl/LC_MESSAGES/volto.po +5 -4
- package/locales/pt/LC_MESSAGES/volto.po +4 -2
- package/locales/pt_BR/LC_MESSAGES/volto.po +5 -5
- package/locales/rm/LC_MESSAGES/volto.po +4 -2
- package/locales/ro/LC_MESSAGES/volto.po +5 -4
- package/locales/ru/LC_MESSAGES/volto.po +5 -4
- package/locales/sk/LC_MESSAGES/volto.po +5 -3
- package/locales/sl/LC_MESSAGES/volto.po +5 -4
- package/locales/sm/LC_MESSAGES/volto.po +4 -2
- package/locales/sq/LC_MESSAGES/volto.po +4 -2
- package/locales/sr/LC_MESSAGES/volto.po +5 -4
- package/locales/sr@cyrl/LC_MESSAGES/volto.po +5 -4
- package/locales/sr@latn/LC_MESSAGES/volto.po +5 -4
- package/locales/sv/LC_MESSAGES/volto.po +4 -2
- package/locales/ta/LC_MESSAGES/volto.po +4 -2
- package/locales/te/LC_MESSAGES/volto.po +4 -2
- package/locales/th/LC_MESSAGES/volto.po +4 -2
- package/locales/to/LC_MESSAGES/volto.po +4 -2
- package/locales/tr/LC_MESSAGES/volto.po +4 -2
- package/locales/uk/LC_MESSAGES/volto.po +5 -4
- package/locales/vi/LC_MESSAGES/volto.po +4 -2
- package/locales/zh_Hans/LC_MESSAGES/volto.po +4 -2
- package/locales/zh_Hant/LC_MESSAGES/volto.po +4 -2
- package/locales/zh_Hant_HK/LC_MESSAGES/volto.po +4 -2
- package/package.json +2 -2
- package/src/editor/plugins/Link/index.jsx +0 -1
package/.release-it.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,26 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 18.10.0 (2026-05-19)
|
|
12
|
+
|
|
13
|
+
### Feature
|
|
14
|
+
|
|
15
|
+
- Update es, ta, fi, gl, nl translations @macagua @TamilNeram @Ricky-Tigg @xulioxesus @ingovb [#8195](https://github.com/plone/volto/issues/8195)
|
|
16
|
+
|
|
17
|
+
### Internal
|
|
18
|
+
|
|
19
|
+
- Update dependency: `lodash` 4.18.1. @davisagli
|
|
20
|
+
|
|
21
|
+
## 18.9.2 (2026-05-13)
|
|
22
|
+
|
|
23
|
+
### Feature
|
|
24
|
+
|
|
25
|
+
- Complete translations for es @cyphra, @erral @macagua [#8178](https://github.com/plone/volto/issues/8178)
|
|
26
|
+
|
|
27
|
+
### Bugfix
|
|
28
|
+
|
|
29
|
+
- fix LinkEditor not opening from SlateEditor @CannedShroud [#4130](https://github.com/plone/volto/issues/4130)
|
|
30
|
+
|
|
11
31
|
## 18.9.1 (2026-04-16)
|
|
12
32
|
|
|
13
33
|
### Internal
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:43+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Afrikaans <https://hosted.weblate.org/projects/plone/volto-slate-18/af/>\n"
|
|
7
8
|
"Language: af\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,14 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Arabic <https://hosted.weblate.org/projects/plone/volto-slate-18/ar/>\n"
|
|
7
8
|
"Language: ar\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
|
-
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
|
12
|
-
"
|
|
12
|
+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/plone/volto-slate-18/bg/>\n"
|
|
7
8
|
"Language: bg\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Bengali <https://hosted.weblate.org/projects/plone/volto-slate-18/bn/>\n"
|
|
7
8
|
"Language: bn\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Catalan <https://hosted.weblate.org/projects/plone/volto-slate-18/ca/>\n"
|
|
7
8
|
"Language: ca\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:43+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Czech <https://hosted.weblate.org/projects/plone/volto-slate-18/cs/>\n"
|
|
7
8
|
"Language: cs\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
|
-
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
12
|
+
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,14 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:43+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Welsh <https://hosted.weblate.org/projects/plone/volto-slate-18/cy/>\n"
|
|
7
8
|
"Language: cy\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
|
-
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : "
|
|
12
|
-
"
|
|
12
|
+
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Danish <https://hosted.weblate.org/projects/plone/volto-slate-18/da/>\n"
|
|
7
8
|
"Language: da\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -3,13 +3,14 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: \n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date: \n"
|
|
7
|
-
"Last-Translator:
|
|
8
|
-
"Language:
|
|
9
|
-
"Language
|
|
6
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
7
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
8
|
+
"Language-Team: German <https://hosted.weblate.org/projects/plone/volto-slate-18/de/>\n"
|
|
9
|
+
"Language: de\n"
|
|
10
10
|
"Content-Type: \n"
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
|
-
"Plural-Forms:
|
|
12
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
13
14
|
|
|
14
15
|
#: editor/plugins/Link/index
|
|
15
16
|
msgid "Add link"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Greek <https://hosted.weblate.org/projects/plone/volto-slate-18/el/>\n"
|
|
7
8
|
"Language: el\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: English (Australia) <https://hosted.weblate.org/projects/plone/volto-slate-18/en_AU/>\n"
|
|
7
8
|
"Language: en_AU\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/plone/volto-slate-18/en_GB/>\n"
|
|
7
8
|
"Language: en_GB\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Esperanto <https://hosted.weblate.org/projects/plone/volto-slate-18/eo/>\n"
|
|
7
8
|
"Language: eo\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,16 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"PO-Revision-Date:
|
|
6
|
-
"Last-Translator:
|
|
7
|
-
"Language-Team: Spanish <https://hosted.weblate.org/projects/plone/"
|
|
8
|
-
"volto-slate-18/es/>\n"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:43+0000\n"
|
|
6
|
+
"Last-Translator: Deleted User <noreply+36847@weblate.org>\n"
|
|
7
|
+
"Language-Team: Spanish <https://hosted.weblate.org/projects/plone/volto-slate-18/es/>\n"
|
|
9
8
|
"Language: es\n"
|
|
10
9
|
"MIME-Version: 1.0\n"
|
|
11
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
12
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
13
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
14
|
-
"X-Generator: Weblate 5
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
15
14
|
"Language-Code: en\n"
|
|
16
15
|
"Language-Name: English\n"
|
|
17
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -20,31 +19,27 @@ msgstr ""
|
|
|
20
19
|
# defaultMessage: Add link
|
|
21
20
|
#: editor/plugins/Link/index
|
|
22
21
|
msgid "Add link"
|
|
23
|
-
msgstr "
|
|
22
|
+
msgstr "Agregar enlace"
|
|
24
23
|
|
|
25
24
|
# 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
25
|
#: widgets/HtmlSlateWidget
|
|
27
26
|
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."
|
|
27
|
+
msgstr "Ha ocurrido un error mientras editaba \"{name}\" del campo. Hemos sido notificados y estamos mirando a él. Guarde vuestro trabajo y reintente. Si el incidente persiste contacte con el administrador del sitio."
|
|
33
28
|
|
|
34
29
|
# 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
30
|
#: widgets/RichTextWidgetView
|
|
36
31
|
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
|
|
32
|
+
msgstr "Se ha producido un error mientras se representaba el campo \"{name}\". Hemos sido notificados y estamos investigándolo. Si el incidente persiste, póngase en contacto con el administrador del sitio."
|
|
38
33
|
|
|
39
34
|
# defaultMessage: Bottom
|
|
40
35
|
#: blocks/Table/TableBlockEdit
|
|
41
36
|
msgid "Bottom"
|
|
42
|
-
msgstr "
|
|
37
|
+
msgstr "Inferior"
|
|
43
38
|
|
|
44
39
|
# defaultMessage: Center
|
|
45
40
|
#: blocks/Table/TableBlockEdit
|
|
46
41
|
msgid "Center"
|
|
47
|
-
msgstr "
|
|
42
|
+
msgstr "Central"
|
|
48
43
|
|
|
49
44
|
# defaultMessage: Delete col
|
|
50
45
|
#: blocks/Table/TableBlockEdit
|
|
@@ -93,7 +88,7 @@ msgstr "Ocultar encabezados"
|
|
|
93
88
|
#: blocks/Table/TableBlockEdit
|
|
94
89
|
#: editor/plugins/Table/index
|
|
95
90
|
msgid "Insert col after"
|
|
96
|
-
msgstr "Insertar columna
|
|
91
|
+
msgstr "Insertar columna despúes"
|
|
97
92
|
|
|
98
93
|
# defaultMessage: Insert col before
|
|
99
94
|
#: blocks/Table/TableBlockEdit
|
|
@@ -136,7 +131,7 @@ msgstr "Centro"
|
|
|
136
131
|
# defaultMessage: No matching blocks
|
|
137
132
|
#: blocks/Text/SlashMenu
|
|
138
133
|
msgid "No matching blocks"
|
|
139
|
-
msgstr "
|
|
134
|
+
msgstr "Ningún bloque coincidente"
|
|
140
135
|
|
|
141
136
|
# defaultMessage: Reduce complexity
|
|
142
137
|
#: blocks/Table/TableBlockEdit
|
|
@@ -161,7 +156,7 @@ msgstr "Derecha"
|
|
|
161
156
|
# defaultMessage: Stripe alternate rows with color
|
|
162
157
|
#: blocks/Table/TableBlockEdit
|
|
163
158
|
msgid "Stripe alternate rows with color"
|
|
164
|
-
msgstr "
|
|
159
|
+
msgstr "Filas de franja alterna con color"
|
|
165
160
|
|
|
166
161
|
# defaultMessage: Table
|
|
167
162
|
#: blocks/Table/TableBlockEdit
|
|
@@ -187,4 +182,4 @@ msgstr "Escribir texto…"
|
|
|
187
182
|
# defaultMessage: Visible only in view mode
|
|
188
183
|
#: blocks/Table/TableBlockEdit
|
|
189
184
|
msgid "Visible only in view mode"
|
|
190
|
-
msgstr "
|
|
185
|
+
msgstr "Solo visible en el modo de vista"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Estonian <https://hosted.weblate.org/projects/plone/volto-slate-18/et/>\n"
|
|
7
8
|
"Language: et\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -3,14 +3,14 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: \n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date:
|
|
7
|
-
"Last-Translator:
|
|
6
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
7
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
8
8
|
"Language-Team: Basque <https://hosted.weblate.org/projects/plone/volto-slate-18/eu/>\n"
|
|
9
9
|
"Language: eu\n"
|
|
10
10
|
"Content-Type: \n"
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
-
"X-Generator: Weblate 5
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
14
14
|
|
|
15
15
|
#: editor/plugins/Link/index
|
|
16
16
|
msgid "Add link"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:43+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Persian <https://hosted.weblate.org/projects/plone/volto-slate-18/fa/>\n"
|
|
7
8
|
"Language: fa\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,16 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"PO-Revision-Date:
|
|
6
|
-
"Last-Translator:
|
|
7
|
-
"Language-Team: Finnish <https://hosted.weblate.org/projects/plone/"
|
|
8
|
-
"volto-slate-18/fi/>\n"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:43+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Finnish <https://hosted.weblate.org/projects/plone/volto-slate-18/fi/>\n"
|
|
9
8
|
"Language: fi\n"
|
|
10
9
|
"MIME-Version: 1.0\n"
|
|
11
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
12
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
13
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
14
|
-
"X-Generator: Weblate 5
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
15
14
|
"Language-Code: en\n"
|
|
16
15
|
"Language-Name: English\n"
|
|
17
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -25,17 +24,12 @@ msgstr "Lisää linkki"
|
|
|
25
24
|
# 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
25
|
#: widgets/HtmlSlateWidget
|
|
27
26
|
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
|
-
"Virhe muokatessa kenttää \"{name}\". Meille on ilmoitettu ja tutkimme asiaa. "
|
|
30
|
-
"Tallenna työsi ja yritä uudelleen. Jos ongelma jatkuu, ota yhteyttä sivuston "
|
|
31
|
-
"järjestelmänvalvojaan."
|
|
27
|
+
msgstr "Virhe muokatessa kenttää \"{name}\". Meille on ilmoitettu ja tutkimme asiaa. Tallenna työsi ja yritä uudelleen. Jos ongelma jatkuu, ota yhteyttä sivuston järjestelmänvalvojaan."
|
|
32
28
|
|
|
33
29
|
# 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.
|
|
34
30
|
#: widgets/RichTextWidgetView
|
|
35
31
|
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."
|
|
36
|
-
msgstr ""
|
|
37
|
-
"Virhe hahmonnettaessa kenttää \"{name}\". Meille on ilmoitettu ja tutkimme "
|
|
38
|
-
"asiaa. Jos ongelma jatkuu, ota yhteyttä sivuston järjestelmänvalvojaan."
|
|
32
|
+
msgstr "Virhe hahmonnettaessa kenttää \"{name}\". Meille on ilmoitettu ja tutkimme asiaa. Jos ongelma jatkuu, ota yhteyttä sivuston järjestelmänvalvojaan."
|
|
39
33
|
|
|
40
34
|
# defaultMessage: Bottom
|
|
41
35
|
#: blocks/Table/TableBlockEdit
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: LibreTranslate <noreply-mt-libretranslate@weblate.org>\n"
|
|
7
|
+
"Language-Team: French <https://hosted.weblate.org/projects/plone/volto-slate-18/fr/>\n"
|
|
7
8
|
"Language: fr\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: fu (generated) <https://hosted.weblate.org/projects/plone/volto-slate-18/fu/>\n"
|
|
7
8
|
"Language: fu\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,7 +2,7 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"PO-Revision-Date: 2026-
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
6
|
"Last-Translator: xulioxesus <xulioxesus@gmail.com>\n"
|
|
7
7
|
"Language-Team: Galician <https://hosted.weblate.org/projects/plone/volto-slate-18/gl/>\n"
|
|
8
8
|
"Language: gl\n"
|
|
@@ -10,7 +10,7 @@ msgstr ""
|
|
|
10
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
12
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
-
"X-Generator: Weblate 5
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
14
14
|
"Language-Code: en\n"
|
|
15
15
|
"Language-Name: English\n"
|
|
16
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,14 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Hebrew <https://hosted.weblate.org/projects/plone/volto-slate-18/he/>\n"
|
|
7
8
|
"Language: he\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
|
-
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
|
12
|
-
"
|
|
12
|
+
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Hindi <https://hosted.weblate.org/projects/plone/volto-slate-18/hi/>\n"
|
|
7
8
|
"Language: hi\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,14 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Croatian <https://hosted.weblate.org/projects/plone/volto-slate-18/hr/>\n"
|
|
7
8
|
"Language: hr\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
|
12
|
-
"
|
|
12
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -2,13 +2,15 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"POT-Creation-Date: 2022-07-20T12:45:09.681Z\n"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"PO-Revision-Date: 2026-05-10 15:42+0000\n"
|
|
6
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
7
|
+
"Language-Team: Hungarian <https://hosted.weblate.org/projects/plone/volto-slate-18/hu/>\n"
|
|
7
8
|
"Language: hu\n"
|
|
8
9
|
"MIME-Version: 1.0\n"
|
|
9
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
10
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
11
12
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
13
|
+
"X-Generator: Weblate 2026.5-dev\n"
|
|
12
14
|
"Language-Code: en\n"
|
|
13
15
|
"Language-Name: English\n"
|
|
14
16
|
"Preferred-Encodings: utf-8\n"
|