@kitconcept/volto-light-theme 3.1.2 → 3.2.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/.changelog.draft +11 -0
- package/CHANGELOG.md +3 -567
- package/build/messages/src/components/Anontools/Anontools.json +10 -0
- package/build/messages/src/components/Blocks/Button/schema.json +6 -0
- package/build/messages/src/components/Blocks/EventMetadata/View.json +30 -0
- package/build/messages/src/components/Blocks/Image/Edit.json +10 -0
- package/build/messages/src/components/Blocks/Image/ImageSidebar.json +18 -0
- package/build/messages/src/components/Blocks/Image/schema.json +10 -0
- package/build/messages/src/components/Blocks/Listing/ListingBody.json +26 -0
- package/build/messages/src/components/Blocks/Search/TopSideFacets.json +10 -0
- package/build/messages/src/components/Blocks/Search/components/SearchDetails.json +10 -0
- package/build/messages/src/components/Blocks/Search/components/SearchInput.json +6 -0
- package/build/messages/src/components/Blocks/Slider/DefaultBody.json +18 -0
- package/build/messages/src/components/Blocks/Slider/schema.json +14 -0
- package/build/messages/src/components/Blocks/schema.json +6 -0
- package/build/messages/src/components/Breadcrumbs/Breadcrumbs.json +10 -0
- package/build/messages/src/components/Footer/Footer.json +30 -0
- package/build/messages/src/components/Header/Header.json +6 -0
- package/build/messages/src/components/LanguageSelector/LanguageSelector.json +6 -0
- package/build/messages/src/components/Logo/Logo.json +10 -0
- package/build/messages/src/components/MobileNavigation/MobileNavigation.json +26 -0
- package/build/messages/src/components/Navigation/Navigation.json +10 -0
- package/build/messages/src/components/SearchWidget/IntranetSearchWidget.json +14 -0
- package/build/messages/src/components/SearchWidget/SearchWidget.json +10 -0
- package/build/messages/src/components/Theme/EventView.json +6 -0
- package/build/messages/src/components/Widgets/AlignWidget.json +22 -0
- package/build/messages/src/index.json +10 -0
- package/locales/de/LC_MESSAGES/volto.po +7 -7
- package/locales/en/LC_MESSAGES/volto.po +7 -7
- package/locales/es/LC_MESSAGES/volto.po +10 -9
- package/locales/eu/LC_MESSAGES/volto.po +10 -9
- package/locales/pt_BR/volto.po +7 -7
- package/locales/volto.pot +8 -8
- package/package.json +8 -26
- package/src/components/Blocks/Image/Edit.jsx +14 -14
- package/src/components/Blocks/Image/ImageSidebar.jsx +3 -3
- package/src/components/Blocks/Image/View.jsx +17 -17
- package/src/components/Footer/Footer.jsx +2 -2
- package/src/components/Header/Header.jsx +12 -12
- package/src/theme/_header.scss +1 -1
- package/.dockerignore +0 -1
- package/.editorconfig +0 -34
- package/.eslintignore +0 -6
- package/.eslintrc +0 -53
- package/.github/workflows/acceptance.yml +0 -98
- package/.github/workflows/changelog.yml +0 -43
- package/.github/workflows/code.yml +0 -16
- package/.github/workflows/deploy.yml +0 -105
- package/.github/workflows/unit.yml +0 -16
- package/.prettierignore +0 -3
- package/.prettierrc +0 -12
- package/.stylelintrc +0 -32
- package/.yarn/releases/yarn-3.2.3.cjs +0 -783
- package/.yarnrc.yml +0 -3
- package/Makefile +0 -174
- package/README.md +0 -453
- package/UPGRADE-GUIDE.md +0 -38
- package/acceptance/.gitkeep +0 -0
- package/acceptance/ci-a11y.yml +0 -31
- package/acceptance/ci.yml +0 -29
- package/acceptance/cypress/.gitkeep +0 -0
- package/acceptance/cypress/fixtures/broccoli.jpg +0 -0
- package/acceptance/cypress/fixtures/example.json +0 -5
- package/acceptance/cypress/fixtures/file.pdf +0 -0
- package/acceptance/cypress/fixtures/halfdome2022.jpg +0 -0
- package/acceptance/cypress/fixtures/image.png +0 -0
- package/acceptance/cypress/plugins/index.js +0 -17
- package/acceptance/cypress/support/commands.js +0 -23
- package/acceptance/cypress/support/e2e.js +0 -23
- package/acceptance/cypress/support/reset-fixture.js +0 -45
- package/acceptance/cypress/support/slate.js +0 -14
- package/acceptance/cypress/tests/.gitkeep +0 -0
- package/acceptance/cypress/tests/a11y/accordionBlock.cy.js +0 -30
- package/acceptance/cypress/tests/a11y/basic.cy.js +0 -26
- package/acceptance/cypress/tests/a11y/buttonBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/eventContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/fileContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridImageBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridListingBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridTeaserBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridTextBlock.cy.js +0 -33
- package/acceptance/cypress/tests/a11y/headingBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/highlightBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/imageBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/imageContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/introductionBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/linkContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/listingBlock.cy.js +0 -31
- package/acceptance/cypress/tests/a11y/mapsBlock.cy.js +0 -27
- package/acceptance/cypress/tests/a11y/newsItemContenttype.cy.js +0 -27
- package/acceptance/cypress/tests/a11y/pageContent.cy.js +0 -27
- package/acceptance/cypress/tests/a11y/searchBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/separatorBlock.cy.js +0 -28
- package/acceptance/cypress/tests/a11y/tableBlock.cy.js +0 -26
- package/acceptance/cypress/tests/a11y/teaserBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/textBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/tocBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/videoBlock.cy.js +0 -27
- package/acceptance/cypress/tests/main/basic.cy.js +0 -71
- package/acceptance/cypress/tests/main/blocks-map.cy.js +0 -56
- package/acceptance/cypress/tests/main/blocks-table.cy.js +0 -127
- package/acceptance/cypress/tests/main/listing-grid.cy.js +0 -77
- package/acceptance/cypress/tests/main/nav.cy.js +0 -54
- package/acceptance/cypress/tests/main/site-action.cy.js +0 -16
- package/acceptance/cypress.config.js +0 -17
- package/acceptance/docker-compose-a11y.yml +0 -55
- package/acceptance/docker-compose.yml +0 -53
- package/acceptance/package.json +0 -5
- package/acceptance/yarn.lock +0 -2638
- package/devops/stacks/light-theme.kitconcept.io.yml +0 -66
- package/dockerfiles/Dockerfile +0 -32
- package/dockerfiles/Dockerfile.acceptance +0 -19
- package/dockerfiles/Dockerfile.dev +0 -24
- package/dockerfiles/docker-compose.yml +0 -56
- package/dockerfiles/helper.py +0 -132
- package/volto-light-theme.png +0 -0
- package/volto.config.js +0 -7
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Image",
|
|
4
|
+
"defaultMessage": "Image"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "No image selected",
|
|
8
|
+
"defaultMessage": "No image selected"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "image_block_preview",
|
|
12
|
+
"defaultMessage": "Image preview"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "image_block_clear",
|
|
16
|
+
"defaultMessage": "Clear image"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Previous Page",
|
|
4
|
+
"defaultMessage": "Previous Page"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "Next Page",
|
|
8
|
+
"defaultMessage": "Next Page"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Result",
|
|
12
|
+
"defaultMessage": "Result"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "of",
|
|
16
|
+
"defaultMessage": "of"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "No items found in this container.",
|
|
20
|
+
"defaultMessage": "No items found in this container."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "loading",
|
|
24
|
+
"defaultMessage": "Loading"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Please choose an existing content as source for this element",
|
|
4
|
+
"defaultMessage": "Please choose an existing content as source for this element"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "moreInfo",
|
|
8
|
+
"defaultMessage": "More info"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Source",
|
|
12
|
+
"defaultMessage": "Source"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "Continue reading",
|
|
16
|
+
"defaultMessage": "Continue reading"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Copyright",
|
|
4
|
+
"defaultMessage": "Copyright"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.",
|
|
8
|
+
"defaultMessage": "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Plone{reg} Open Source CMS/WCM",
|
|
12
|
+
"defaultMessage": "Plone{reg} Open Source CMS/WCM"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "Plone Foundation",
|
|
16
|
+
"defaultMessage": "Plone Foundation"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "Distributed under the {license}.",
|
|
20
|
+
"defaultMessage": "Distributed under the {license}."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "GNU GPL license",
|
|
24
|
+
"defaultMessage": "GNU GPL license"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "Powered by Plone & Python",
|
|
28
|
+
"defaultMessage": "Powered by Plone & Python"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Close menu",
|
|
4
|
+
"defaultMessage": "Close menu"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "Open menu",
|
|
8
|
+
"defaultMessage": "Open menu"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Search",
|
|
12
|
+
"defaultMessage": "Search"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "Home",
|
|
16
|
+
"defaultMessage": "Home"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "Back",
|
|
20
|
+
"defaultMessage": "Back"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "Overview",
|
|
24
|
+
"defaultMessage": "Overview"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Search",
|
|
4
|
+
"defaultMessage": "Search"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "Search Site",
|
|
8
|
+
"defaultMessage": "Search Site"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Search for People, E-Mail Address, Phone Number, ...",
|
|
12
|
+
"defaultMessage": "Search for People, E-Mail Address, Phone Number, ..."
|
|
13
|
+
}
|
|
14
|
+
]
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Left",
|
|
4
|
+
"defaultMessage": "Left"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "Right",
|
|
8
|
+
"defaultMessage": "Right"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Center",
|
|
12
|
+
"defaultMessage": "Center"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "Wide",
|
|
16
|
+
"defaultMessage": "Wide"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "Full",
|
|
20
|
+
"defaultMessage": "Full"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
@@ -58,7 +58,7 @@ msgid "Close menu"
|
|
|
58
58
|
msgstr "Menü schließen"
|
|
59
59
|
|
|
60
60
|
#. Default: "Contact"
|
|
61
|
-
#: components/
|
|
61
|
+
#: components/Blocks/EventMetadata/View
|
|
62
62
|
msgid "Contact"
|
|
63
63
|
msgstr "Kontakt"
|
|
64
64
|
|
|
@@ -83,7 +83,7 @@ msgid "Distributed under the {license}."
|
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
85
|
#. Default: "End"
|
|
86
|
-
#: components/
|
|
86
|
+
#: components/Blocks/EventMetadata/View
|
|
87
87
|
msgid "End"
|
|
88
88
|
msgstr "ende"
|
|
89
89
|
|
|
@@ -114,7 +114,7 @@ msgid "Home"
|
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
116
116
|
#. Default: "ICS Download"
|
|
117
|
-
#: components/
|
|
117
|
+
#: components/Blocks/EventMetadata/View
|
|
118
118
|
msgid "ICS-Download"
|
|
119
119
|
msgstr "ICS-Download"
|
|
120
120
|
|
|
@@ -129,7 +129,7 @@ msgid "Left"
|
|
|
129
129
|
msgstr "Links"
|
|
130
130
|
|
|
131
131
|
#. Default: "Location"
|
|
132
|
-
#: components/
|
|
132
|
+
#: components/Blocks/EventMetadata/View
|
|
133
133
|
msgid "Location"
|
|
134
134
|
msgstr "Veranstaltungsort"
|
|
135
135
|
|
|
@@ -170,7 +170,7 @@ msgid "Overview"
|
|
|
170
170
|
msgstr "Übersicht"
|
|
171
171
|
|
|
172
172
|
#. Default: "Phone"
|
|
173
|
-
#: components/
|
|
173
|
+
#: components/Blocks/EventMetadata/View
|
|
174
174
|
msgid "Phone"
|
|
175
175
|
msgstr "Telefon"
|
|
176
176
|
|
|
@@ -275,7 +275,7 @@ msgid "Source"
|
|
|
275
275
|
msgstr ""
|
|
276
276
|
|
|
277
277
|
#. Default: "Start"
|
|
278
|
-
#: components/
|
|
278
|
+
#: components/Blocks/EventMetadata/View
|
|
279
279
|
msgid "Start"
|
|
280
280
|
msgstr "Anfang"
|
|
281
281
|
|
|
@@ -300,7 +300,7 @@ msgid "Uploading image"
|
|
|
300
300
|
msgstr "Bild hochladen"
|
|
301
301
|
|
|
302
302
|
#. Default: "Website"
|
|
303
|
-
#: components/
|
|
303
|
+
#: components/Blocks/EventMetadata/View
|
|
304
304
|
msgid "Website"
|
|
305
305
|
msgstr "Webseite"
|
|
306
306
|
|
|
@@ -53,7 +53,7 @@ msgid "Close menu"
|
|
|
53
53
|
msgstr ""
|
|
54
54
|
|
|
55
55
|
#. Default: "Contact"
|
|
56
|
-
#: components/
|
|
56
|
+
#: components/Blocks/EventMetadata/View
|
|
57
57
|
msgid "Contact"
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
@@ -78,7 +78,7 @@ msgid "Distributed under the {license}."
|
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
80
|
#. Default: "End"
|
|
81
|
-
#: components/
|
|
81
|
+
#: components/Blocks/EventMetadata/View
|
|
82
82
|
msgid "End"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
@@ -109,7 +109,7 @@ msgid "Home"
|
|
|
109
109
|
msgstr ""
|
|
110
110
|
|
|
111
111
|
#. Default: "ICS Download"
|
|
112
|
-
#: components/
|
|
112
|
+
#: components/Blocks/EventMetadata/View
|
|
113
113
|
msgid "ICS-Download"
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
@@ -124,7 +124,7 @@ msgid "Left"
|
|
|
124
124
|
msgstr ""
|
|
125
125
|
|
|
126
126
|
#. Default: "Location"
|
|
127
|
-
#: components/
|
|
127
|
+
#: components/Blocks/EventMetadata/View
|
|
128
128
|
msgid "Location"
|
|
129
129
|
msgstr ""
|
|
130
130
|
|
|
@@ -165,7 +165,7 @@ msgid "Overview"
|
|
|
165
165
|
msgstr ""
|
|
166
166
|
|
|
167
167
|
#. Default: "Phone"
|
|
168
|
-
#: components/
|
|
168
|
+
#: components/Blocks/EventMetadata/View
|
|
169
169
|
msgid "Phone"
|
|
170
170
|
msgstr ""
|
|
171
171
|
|
|
@@ -270,7 +270,7 @@ msgid "Source"
|
|
|
270
270
|
msgstr ""
|
|
271
271
|
|
|
272
272
|
#. Default: "Start"
|
|
273
|
-
#: components/
|
|
273
|
+
#: components/Blocks/EventMetadata/View
|
|
274
274
|
msgid "Start"
|
|
275
275
|
msgstr ""
|
|
276
276
|
|
|
@@ -295,7 +295,7 @@ msgid "Uploading image"
|
|
|
295
295
|
msgstr ""
|
|
296
296
|
|
|
297
297
|
#. Default: "Website"
|
|
298
|
-
#: components/
|
|
298
|
+
#: components/Blocks/EventMetadata/View
|
|
299
299
|
msgid "Website"
|
|
300
300
|
msgstr ""
|
|
301
301
|
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
+
"Report-Msgid-Bugs-To: \n"
|
|
4
5
|
"POT-Creation-Date: 2024-02-08T13:36:14.317Z\n"
|
|
5
6
|
"PO-Revision-Date: \n"
|
|
6
7
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
|
-
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
8
8
|
"Language: es\n"
|
|
9
|
-
"
|
|
9
|
+
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
10
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
12
12
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
13
|
+
"MIME-Version: 1.0\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -58,7 +59,7 @@ msgid "Close menu"
|
|
|
58
59
|
msgstr "Cerrar menú"
|
|
59
60
|
|
|
60
61
|
#. Default: "Contact"
|
|
61
|
-
#: components/
|
|
62
|
+
#: components/Blocks/EventMetadata/View
|
|
62
63
|
msgid "Contact"
|
|
63
64
|
msgstr "Contacto"
|
|
64
65
|
|
|
@@ -83,7 +84,7 @@ msgid "Distributed under the {license}."
|
|
|
83
84
|
msgstr "Distribuido bajo {license}"
|
|
84
85
|
|
|
85
86
|
#. Default: "End"
|
|
86
|
-
#: components/
|
|
87
|
+
#: components/Blocks/EventMetadata/View
|
|
87
88
|
msgid "End"
|
|
88
89
|
msgstr "Fin"
|
|
89
90
|
|
|
@@ -114,7 +115,7 @@ msgid "Home"
|
|
|
114
115
|
msgstr "Inicio"
|
|
115
116
|
|
|
116
117
|
#. Default: "ICS Download"
|
|
117
|
-
#: components/
|
|
118
|
+
#: components/Blocks/EventMetadata/View
|
|
118
119
|
msgid "ICS-Download"
|
|
119
120
|
msgstr "Descargar archivo ICS"
|
|
120
121
|
|
|
@@ -129,7 +130,7 @@ msgid "Left"
|
|
|
129
130
|
msgstr "Izquierda"
|
|
130
131
|
|
|
131
132
|
#. Default: "Location"
|
|
132
|
-
#: components/
|
|
133
|
+
#: components/Blocks/EventMetadata/View
|
|
133
134
|
msgid "Location"
|
|
134
135
|
msgstr "Ubicación"
|
|
135
136
|
|
|
@@ -170,7 +171,7 @@ msgid "Overview"
|
|
|
170
171
|
msgstr "Resumen"
|
|
171
172
|
|
|
172
173
|
#. Default: "Phone"
|
|
173
|
-
#: components/
|
|
174
|
+
#: components/Blocks/EventMetadata/View
|
|
174
175
|
msgid "Phone"
|
|
175
176
|
msgstr "Teléfono"
|
|
176
177
|
|
|
@@ -275,7 +276,7 @@ msgid "Source"
|
|
|
275
276
|
msgstr "Origen"
|
|
276
277
|
|
|
277
278
|
#. Default: "Start"
|
|
278
|
-
#: components/
|
|
279
|
+
#: components/Blocks/EventMetadata/View
|
|
279
280
|
msgid "Start"
|
|
280
281
|
msgstr "Inicio"
|
|
281
282
|
|
|
@@ -300,7 +301,7 @@ msgid "Uploading image"
|
|
|
300
301
|
msgstr "Cargando imagen"
|
|
301
302
|
|
|
302
303
|
#. Default: "Website"
|
|
303
|
-
#: components/
|
|
304
|
+
#: components/Blocks/EventMetadata/View
|
|
304
305
|
msgid "Website"
|
|
305
306
|
msgstr "Sitio web"
|
|
306
307
|
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
+
"Report-Msgid-Bugs-To: \n"
|
|
4
5
|
"POT-Creation-Date: 2024-02-08T13:36:14.317Z\n"
|
|
5
6
|
"PO-Revision-Date: \n"
|
|
6
7
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
|
-
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
8
8
|
"Language: eu\n"
|
|
9
|
-
"
|
|
9
|
+
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
10
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
12
12
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
13
|
+
"MIME-Version: 1.0\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -58,7 +59,7 @@ msgid "Close menu"
|
|
|
58
59
|
msgstr "Itxi menua"
|
|
59
60
|
|
|
60
61
|
#. Default: "Contact"
|
|
61
|
-
#: components/
|
|
62
|
+
#: components/Blocks/EventMetadata/View
|
|
62
63
|
msgid "Contact"
|
|
63
64
|
msgstr "Kontaktua"
|
|
64
65
|
|
|
@@ -83,7 +84,7 @@ msgid "Distributed under the {license}."
|
|
|
83
84
|
msgstr "{lizentzia} lizentziapean banatua."
|
|
84
85
|
|
|
85
86
|
#. Default: "End"
|
|
86
|
-
#: components/
|
|
87
|
+
#: components/Blocks/EventMetadata/View
|
|
87
88
|
msgid "End"
|
|
88
89
|
msgstr "Amaiera"
|
|
89
90
|
|
|
@@ -114,7 +115,7 @@ msgid "Home"
|
|
|
114
115
|
msgstr "Hasiera"
|
|
115
116
|
|
|
116
117
|
#. Default: "ICS Download"
|
|
117
|
-
#: components/
|
|
118
|
+
#: components/Blocks/EventMetadata/View
|
|
118
119
|
msgid "ICS-Download"
|
|
119
120
|
msgstr "Deskargatu ICS fitxategia "
|
|
120
121
|
|
|
@@ -129,7 +130,7 @@ msgid "Left"
|
|
|
129
130
|
msgstr "Ezkerrean"
|
|
130
131
|
|
|
131
132
|
#. Default: "Location"
|
|
132
|
-
#: components/
|
|
133
|
+
#: components/Blocks/EventMetadata/View
|
|
133
134
|
msgid "Location"
|
|
134
135
|
msgstr "Kokalekua"
|
|
135
136
|
|
|
@@ -170,7 +171,7 @@ msgid "Overview"
|
|
|
170
171
|
msgstr "Gainbegirada"
|
|
171
172
|
|
|
172
173
|
#. Default: "Phone"
|
|
173
|
-
#: components/
|
|
174
|
+
#: components/Blocks/EventMetadata/View
|
|
174
175
|
msgid "Phone"
|
|
175
176
|
msgstr "Telefonoa"
|
|
176
177
|
|
|
@@ -275,7 +276,7 @@ msgid "Source"
|
|
|
275
276
|
msgstr "Iturburua"
|
|
276
277
|
|
|
277
278
|
#. Default: "Start"
|
|
278
|
-
#: components/
|
|
279
|
+
#: components/Blocks/EventMetadata/View
|
|
279
280
|
msgid "Start"
|
|
280
281
|
msgstr "Hasiera"
|
|
281
282
|
|
|
@@ -300,7 +301,7 @@ msgid "Uploading image"
|
|
|
300
301
|
msgstr "Irudia kargatzen"
|
|
301
302
|
|
|
302
303
|
#. Default: "Website"
|
|
303
|
-
#: components/
|
|
304
|
+
#: components/Blocks/EventMetadata/View
|
|
304
305
|
msgid "Website"
|
|
305
306
|
msgstr "Webgunea"
|
|
306
307
|
|
package/locales/pt_BR/volto.po
CHANGED
|
@@ -53,7 +53,7 @@ msgid "Close menu"
|
|
|
53
53
|
msgstr "Fechar menu"
|
|
54
54
|
|
|
55
55
|
#. Default: "Contact"
|
|
56
|
-
#: components/
|
|
56
|
+
#: components/Blocks/EventMetadata/View
|
|
57
57
|
msgid "Contact"
|
|
58
58
|
msgstr "Contato"
|
|
59
59
|
|
|
@@ -78,7 +78,7 @@ msgid "Distributed under the {license}."
|
|
|
78
78
|
msgstr "Distribuído sob a licença {license}."
|
|
79
79
|
|
|
80
80
|
#. Default: "End"
|
|
81
|
-
#: components/
|
|
81
|
+
#: components/Blocks/EventMetadata/View
|
|
82
82
|
msgid "End"
|
|
83
83
|
msgstr "Término"
|
|
84
84
|
|
|
@@ -109,7 +109,7 @@ msgid "Home"
|
|
|
109
109
|
msgstr "Início"
|
|
110
110
|
|
|
111
111
|
#. Default: "ICS Download"
|
|
112
|
-
#: components/
|
|
112
|
+
#: components/Blocks/EventMetadata/View
|
|
113
113
|
msgid "ICS-Download"
|
|
114
114
|
msgstr "Baixar ICS"
|
|
115
115
|
|
|
@@ -124,7 +124,7 @@ msgid "Left"
|
|
|
124
124
|
msgstr "Esquerda"
|
|
125
125
|
|
|
126
126
|
#. Default: "Location"
|
|
127
|
-
#: components/
|
|
127
|
+
#: components/Blocks/EventMetadata/View
|
|
128
128
|
msgid "Location"
|
|
129
129
|
msgstr "Local"
|
|
130
130
|
|
|
@@ -165,7 +165,7 @@ msgid "Overview"
|
|
|
165
165
|
msgstr "Geral"
|
|
166
166
|
|
|
167
167
|
#. Default: "Phone"
|
|
168
|
-
#: components/
|
|
168
|
+
#: components/Blocks/EventMetadata/View
|
|
169
169
|
msgid "Phone"
|
|
170
170
|
msgstr "Telefone"
|
|
171
171
|
|
|
@@ -270,7 +270,7 @@ msgid "Source"
|
|
|
270
270
|
msgstr "Fonte"
|
|
271
271
|
|
|
272
272
|
#. Default: "Start"
|
|
273
|
-
#: components/
|
|
273
|
+
#: components/Blocks/EventMetadata/View
|
|
274
274
|
msgid "Start"
|
|
275
275
|
msgstr "Início"
|
|
276
276
|
|
|
@@ -295,7 +295,7 @@ msgid "Uploading image"
|
|
|
295
295
|
msgstr "Enviando imagem"
|
|
296
296
|
|
|
297
297
|
#. Default: "Website"
|
|
298
|
-
#: components/
|
|
298
|
+
#: components/Blocks/EventMetadata/View
|
|
299
299
|
msgid "Website"
|
|
300
300
|
msgstr "Site"
|
|
301
301
|
|