@kitconcept/volto-light-theme 3.1.2 → 3.3.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 +12 -0
- package/.release-it.json +5 -1
- package/CHANGELOG.md +25 -4
- package/README.md +45 -134
- 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/index.js +2 -0
- package/src/theme/_content.scss +0 -1
- package/src/theme/_header.scss +1 -1
- package/src/theme/_variables.scss +3 -3
- 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/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
package/.changelog.draft
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
## 3.3.0 (2024-04-26)
|
|
2
|
+
|
|
3
|
+
### Feature
|
|
4
|
+
|
|
5
|
+
- Make font-weights, font-sizes and font-heights overrideable adding the `!default` thingy @erral [#371](https://github.com/kitconcept/volto-light-theme/pull/371)
|
|
6
|
+
|
|
7
|
+
### Bugfix
|
|
8
|
+
|
|
9
|
+
- Fix event title margin bottom. @iFlameing [#357](https://github.com/kitconcept/volto-light-theme/pull/357)
|
|
10
|
+
- Fix Image block in grid is not working @iRohitSingh [#376](https://github.com/kitconcept/volto-light-theme/pull/376)
|
|
11
|
+
|
|
12
|
+
|
package/.release-it.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hooks": {
|
|
3
|
-
"after:bump":
|
|
3
|
+
"after:bump": [
|
|
4
|
+
"pipx run towncrier build --draft --yes --version ${version} > .changelog.draft",
|
|
5
|
+
"pipx run towncrier build --yes --version ${version}",
|
|
6
|
+
"cp ../../README.md ./ && cp CHANGELOG.md ../../CHANGELOG.md"
|
|
7
|
+
],
|
|
4
8
|
"after:release": "rm .changelog.draft"
|
|
5
9
|
},
|
|
6
10
|
"git": {
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,27 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 3.3.0 (2024-04-26)
|
|
12
|
+
|
|
13
|
+
### Feature
|
|
14
|
+
|
|
15
|
+
- Make font-weights, font-sizes and font-heights overrideable adding the `!default` thingy @erral [#371](https://github.com/kitconcept/volto-light-theme/pull/371)
|
|
16
|
+
|
|
17
|
+
### Bugfix
|
|
18
|
+
|
|
19
|
+
- Fix event title margin bottom. @iFlameing [#357](https://github.com/kitconcept/volto-light-theme/pull/357)
|
|
20
|
+
- Fix Image block in grid is not working @iRohitSingh [#376](https://github.com/kitconcept/volto-light-theme/pull/376)
|
|
21
|
+
|
|
22
|
+
## 3.2.0 (2024-03-25)
|
|
23
|
+
|
|
24
|
+
### Feature
|
|
25
|
+
|
|
26
|
+
- Use project-less approach for developing @sneridagh [#369](https://github.com/kitconcept/volto-light-theme/pull/369)
|
|
27
|
+
|
|
28
|
+
### Bugfix
|
|
29
|
+
|
|
30
|
+
- Revert breaking change introduced in #346 @sneridagh [#373](https://github.com/kitconcept/volto-light-theme/pull/373)
|
|
31
|
+
|
|
11
32
|
## 3.1.2 (2024-03-18)
|
|
12
33
|
|
|
13
34
|
### Internal
|
|
@@ -335,19 +356,19 @@
|
|
|
335
356
|
|
|
336
357
|
- Add external link for slate block @iRohitSingh [#188](https://github.com/kitconcept/volto-light-theme/pull/188)
|
|
337
358
|
- Fix responsive of listing block. @iFlameing [#189](https://github.com/kitconcept/volto-light-theme/pull/189)
|
|
338
|
-
- Fix pagination styles for Listings. @danalvrz
|
|
359
|
+
- Fix pagination styles for Listings. @danalvrz
|
|
339
360
|
|
|
340
361
|
Change divider bar in News Item head title from string to pseudo-element. @danalvrz
|
|
341
362
|
|
|
342
363
|
Fix text decoration for links. @danalvrz
|
|
343
364
|
|
|
344
|
-
Fix background color for in-Grid Slate. @danalvrz
|
|
365
|
+
Fix background color for in-Grid Slate. @danalvrz
|
|
345
366
|
|
|
346
|
-
Fix Image block margins. @danalvrz
|
|
367
|
+
Fix Image block margins. @danalvrz
|
|
347
368
|
|
|
348
369
|
Fix Grid Listing variation CSS. @danalvrz
|
|
349
370
|
|
|
350
|
-
Fix Separator margin when preceded by Image block. @danalvrz
|
|
371
|
+
Fix Separator margin when preceded by Image block. @danalvrz
|
|
351
372
|
|
|
352
373
|
Fix Teaser margin in mobile. @danalvrz [#191](https://github.com/kitconcept/volto-light-theme/pull/191)
|
|
353
374
|
- Enable automatic hyphenation. @iFlameing [#193](https://github.com/kitconcept/volto-light-theme/pull/193)
|
package/README.md
CHANGED
|
@@ -232,99 +232,70 @@ They will be noted properly in the changelog.
|
|
|
232
232
|
|
|
233
233
|
See a detailed upgrade guide in: https://github.com/kitconcept/volto-light-theme/blob/main/UPGRADE-GUIDE.md
|
|
234
234
|
|
|
235
|
-
## Development
|
|
235
|
+
## Development
|
|
236
236
|
|
|
237
237
|
This theme works under Volto 17 alpha 16 onwards.
|
|
238
238
|
Compatibility with Volto 16 might be achieved, but it has to be at customization level in the
|
|
239
239
|
specific project add-on.
|
|
240
240
|
This is mainly due to the `RenderBlocks` customization that is based in the one in 17 because of the Grid block in core and the autogrouping feature.
|
|
241
241
|
See more information about the other dependencies in `peerDependencies` in `package.json`.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
````text
|
|
246
|
-
build-backend Build
|
|
247
|
-
start-backend Starts Docker backend
|
|
248
|
-
stop-backend Stop Docker backend
|
|
249
|
-
build-live Build Addon live
|
|
250
|
-
build-addon Build Addon dev
|
|
251
|
-
start-dev Starts Dev environent container
|
|
252
|
-
start-live Starts Live environment container
|
|
253
|
-
dev Develop the addon
|
|
254
|
-
help Show this help.
|
|
255
|
-
i18n Sync i18n
|
|
256
|
-
format Format codebase
|
|
257
|
-
lint Lint Codebase
|
|
258
|
-
test Run unit tests
|
|
259
|
-
test-ci Run unit tests in CI
|
|
260
|
-
install-acceptance Install Cypress, build acceptance containers
|
|
261
|
-
start-test-acceptance-server Start acceptance server (for use it in while developing)
|
|
262
|
-
start-test-acceptance-server-prod Start acceptance server in prod (used by CI)
|
|
263
|
-
test-acceptance Start Cypress (for use it while developing)
|
|
264
|
-
test-acceptance-headless Run cypress tests in CI
|
|
265
|
-
stop-test-acceptance-server Stop acceptance server (for use it while finished developing)
|
|
266
|
-
status-test-acceptance-server Status of Acceptance Server (for use it while developing)
|
|
267
|
-
debug-frontend Run bash in the Frontend container (for debug infrastructure purposes)
|
|
268
|
-
pull-backend-image Pulls and updates the backend image (for use it while developing)
|
|
269
|
-
````
|
|
270
|
-
|
|
271
|
-
### Prerequisites
|
|
272
|
-
|
|
273
|
-
- Docker
|
|
274
|
-
- Node 18 (e.g. via nvm)
|
|
242
|
+
The development of this add-on is done in isolation using a new approach using pnpm workspaces and latest `mrs-developer` and other Volto core improvements.
|
|
243
|
+
For this reason, it only works with pnpm and Volto 18 (currently in alpha) but it does not mean that the add-on will only work in 18.
|
|
275
244
|
|
|
276
|
-
###
|
|
245
|
+
### Requisites
|
|
277
246
|
|
|
278
|
-
|
|
247
|
+
- Volto 18 (2024-03-21: currently in alpha)
|
|
248
|
+
- pnpm as package manager
|
|
279
249
|
|
|
280
|
-
|
|
281
|
-
make dev
|
|
282
|
-
```
|
|
250
|
+
### Make convenience commands
|
|
283
251
|
|
|
284
|
-
|
|
285
|
-
There's no need to build them again after doing it the first time unless something has changed from the container setup.
|
|
286
|
-
|
|
287
|
-
To make the local IDE play well with this setup, it is required to run `yarn` once to install the required packages (ESlint, Prettier, Stylelint).
|
|
288
|
-
|
|
289
|
-
Run
|
|
252
|
+
Run `make help` to list the available commands.
|
|
290
253
|
|
|
291
|
-
```
|
|
292
|
-
|
|
254
|
+
```text
|
|
255
|
+
help Show this help
|
|
256
|
+
install Installs the dev environment using mrs-developer
|
|
257
|
+
i18n Sync i18n
|
|
258
|
+
format Format codebase
|
|
259
|
+
lint Lint Codebase
|
|
260
|
+
test Run unit tests
|
|
261
|
+
test-ci Run unit tests in CI
|
|
262
|
+
start-backend-docker Starts a Docker-based backend for developing
|
|
263
|
+
start-test-acceptance-frontend-dev Start acceptance frontend in dev mode
|
|
264
|
+
start-test-acceptance-frontend Start acceptance frontend in prod mode
|
|
265
|
+
start-test-acceptance-server Start acceptance server
|
|
266
|
+
test-acceptance Start Cypress in interactive mode
|
|
267
|
+
test-acceptance-headless Run cypress tests in headless mode for CI
|
|
293
268
|
```
|
|
294
269
|
|
|
295
|
-
###
|
|
270
|
+
### Development Environment Setup
|
|
296
271
|
|
|
297
|
-
|
|
272
|
+
Install package requirements
|
|
298
273
|
|
|
299
274
|
```shell
|
|
300
|
-
|
|
301
|
-
make
|
|
275
|
+
pnpm i
|
|
276
|
+
make install
|
|
277
|
+
pnpm i
|
|
302
278
|
```
|
|
303
279
|
|
|
304
|
-
|
|
280
|
+
### Start developing
|
|
305
281
|
|
|
306
|
-
Run
|
|
282
|
+
Run (in separate terminal sessions)
|
|
283
|
+
|
|
284
|
+
Start backend server
|
|
307
285
|
|
|
308
286
|
```shell
|
|
309
|
-
make start-
|
|
287
|
+
make start-backend-docker
|
|
310
288
|
```
|
|
311
289
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
### Stop Backend (Docker)
|
|
316
|
-
|
|
317
|
-
After developing, the backend stops automatically. However, it can be stopped by running:
|
|
318
|
-
|
|
319
|
-
Run
|
|
290
|
+
Start frontend
|
|
320
291
|
|
|
321
292
|
```shell
|
|
322
|
-
|
|
293
|
+
pnpm start
|
|
323
294
|
```
|
|
324
295
|
|
|
325
296
|
### Linting
|
|
326
297
|
|
|
327
|
-
Run
|
|
298
|
+
Run ESlint, Prettier and Stylelint
|
|
328
299
|
|
|
329
300
|
```shell
|
|
330
301
|
make lint
|
|
@@ -332,7 +303,7 @@ make lint
|
|
|
332
303
|
|
|
333
304
|
### Formatting
|
|
334
305
|
|
|
335
|
-
Run
|
|
306
|
+
Run ESlint, Prettier and Stylelint in fix mode
|
|
336
307
|
|
|
337
308
|
```shell
|
|
338
309
|
make format
|
|
@@ -340,7 +311,7 @@ make format
|
|
|
340
311
|
|
|
341
312
|
### i18n
|
|
342
313
|
|
|
343
|
-
|
|
314
|
+
Extract the i18n messages to locales
|
|
344
315
|
|
|
345
316
|
```shell
|
|
346
317
|
make i18n
|
|
@@ -348,94 +319,34 @@ make i18n
|
|
|
348
319
|
|
|
349
320
|
### Unit tests
|
|
350
321
|
|
|
351
|
-
Run
|
|
322
|
+
Run unit tests
|
|
352
323
|
|
|
353
324
|
```shell
|
|
354
325
|
make test
|
|
355
326
|
```
|
|
356
327
|
|
|
357
|
-
###
|
|
328
|
+
### Run Cypress tests
|
|
358
329
|
|
|
359
|
-
Run
|
|
330
|
+
Run (in separate terminal sessions)
|
|
331
|
+
|
|
332
|
+
Start the frontend in dev mode
|
|
360
333
|
|
|
361
334
|
```shell
|
|
362
|
-
make
|
|
335
|
+
make start-test-acceptance-frontend-dev
|
|
363
336
|
```
|
|
364
337
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
Run
|
|
338
|
+
Start the backend acceptance server
|
|
368
339
|
|
|
369
340
|
```shell
|
|
370
341
|
make start-test-acceptance-server
|
|
371
342
|
```
|
|
372
343
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
Run
|
|
344
|
+
Start the Cypress interactive test runner
|
|
376
345
|
|
|
377
346
|
```shell
|
|
378
347
|
make test-acceptance
|
|
379
348
|
```
|
|
380
349
|
|
|
381
|
-
To run Cypress tests afterward.
|
|
382
|
-
|
|
383
|
-
When finished, don't forget to shutdown the backend server.
|
|
384
|
-
|
|
385
|
-
```shell
|
|
386
|
-
make stop-test-acceptance-server
|
|
387
|
-
```
|
|
388
|
-
|
|
389
|
-
### Accessibility Acceptance tests
|
|
390
|
-
|
|
391
|
-
Run once
|
|
392
|
-
|
|
393
|
-
```shell
|
|
394
|
-
make install-acceptance
|
|
395
|
-
```
|
|
396
|
-
|
|
397
|
-
For starting the servers
|
|
398
|
-
|
|
399
|
-
Run
|
|
400
|
-
|
|
401
|
-
```shell
|
|
402
|
-
make start-test-acceptance-server-a11y
|
|
403
|
-
```
|
|
404
|
-
|
|
405
|
-
The frontend is run in dev mode, so development while writing tests is possible.
|
|
406
|
-
|
|
407
|
-
Run
|
|
408
|
-
|
|
409
|
-
```shell
|
|
410
|
-
make test-acceptance-a11y
|
|
411
|
-
```
|
|
412
|
-
|
|
413
|
-
To run Cypress tests afterwards.
|
|
414
|
-
|
|
415
|
-
When finished, don't forget to shutdown the backend server.
|
|
416
|
-
|
|
417
|
-
```shell
|
|
418
|
-
make stop-test-acceptance-server-a11y
|
|
419
|
-
```
|
|
420
|
-
|
|
421
|
-
### Live mode
|
|
422
|
-
|
|
423
|
-
There is an alternate Docker Compose configuration for running volto in live mode.
|
|
424
|
-
This is not usually needed during development, but can be useful for debugging.
|
|
425
|
-
|
|
426
|
-
To build the frontend for the live environment, run
|
|
427
|
-
|
|
428
|
-
```shell
|
|
429
|
-
make build-live
|
|
430
|
-
```
|
|
431
|
-
|
|
432
|
-
To start both the frontend and backend for the live environment, run
|
|
433
|
-
|
|
434
|
-
```shell
|
|
435
|
-
make start-live
|
|
436
|
-
```
|
|
437
|
-
|
|
438
|
-
|
|
439
350
|
### Release
|
|
440
351
|
|
|
441
352
|
Run
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Start",
|
|
4
|
+
"defaultMessage": "Start"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "End",
|
|
8
|
+
"defaultMessage": "End"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Location",
|
|
12
|
+
"defaultMessage": "Location"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "Website",
|
|
16
|
+
"defaultMessage": "Website"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "Contact",
|
|
20
|
+
"defaultMessage": "Contact"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "Phone",
|
|
24
|
+
"defaultMessage": "Phone"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "ICS-Download",
|
|
28
|
+
"defaultMessage": "ICS Download"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
@@ -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
|
+
]
|