@plone/volto 19.0.0-alpha.0 → 19.0.0-alpha.10
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/.eslintignore +2 -0
- package/.eslintrc +37 -0
- package/CHANGELOG.md +274 -2
- package/README.md +3 -6
- package/cypress/docker/prefixed-rules.yml +26 -0
- package/cypress/docker/prefixed.yml +24 -0
- package/cypress/support/commands.js +12 -6
- package/cypress/support/guillotina.js +1 -0
- package/cypress.config.js +1 -0
- package/locales/af.json +1 -0
- package/locales/ar.json +1 -0
- package/locales/bg.json +1 -0
- package/locales/bn.json +1 -0
- package/locales/ca/LC_MESSAGES/volto.po +96 -17
- package/locales/ca.json +1 -1
- package/locales/cs.json +1 -0
- package/locales/cy.json +1 -0
- package/locales/da.json +1 -0
- package/locales/de/LC_MESSAGES/volto.po +104 -25
- package/locales/de.json +1 -1
- package/locales/el.json +1 -0
- package/locales/en/LC_MESSAGES/volto.po +97 -18
- package/locales/en.json +1 -1
- package/locales/en_AU.json +1 -0
- package/locales/en_GB.json +1 -0
- package/locales/eo.json +1 -0
- package/locales/es/LC_MESSAGES/volto.po +97 -18
- package/locales/es.json +1 -1
- package/locales/et.json +1 -0
- package/locales/eu/LC_MESSAGES/volto.po +96 -17
- package/locales/eu.json +1 -1
- package/locales/fa.json +1 -0
- package/locales/fi/LC_MESSAGES/volto.po +96 -17
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +97 -18
- package/locales/fr.json +1 -1
- package/locales/fu.json +1 -0
- package/locales/gl.json +1 -0
- package/locales/he.json +1 -0
- package/locales/hi/LC_MESSAGES/volto.po +100 -21
- package/locales/hi.json +1 -1
- package/locales/hr.json +1 -0
- package/locales/hu.json +1 -0
- package/locales/hy.json +1 -0
- package/locales/id.json +1 -0
- package/locales/it/LC_MESSAGES/volto.po +101 -22
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +96 -17
- package/locales/ja.json +1 -1
- package/locales/ka.json +1 -0
- package/locales/kn.json +1 -0
- package/locales/ko.json +1 -0
- package/locales/lt.json +1 -0
- package/locales/lv.json +1 -0
- package/locales/mi.json +1 -0
- package/locales/mk.json +1 -0
- package/locales/my.json +1 -0
- package/locales/nb_NO.json +1 -0
- package/locales/nl/LC_MESSAGES/volto.po +100 -21
- package/locales/nl.json +1 -1
- package/locales/nn.json +1 -0
- package/locales/pl.json +1 -0
- package/locales/pt/LC_MESSAGES/volto.po +96 -17
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +116 -37
- package/locales/pt_BR.json +1 -1
- package/locales/rm.json +1 -0
- package/locales/ro/LC_MESSAGES/volto.po +100 -21
- package/locales/ro.json +1 -1
- package/locales/ru/LC_MESSAGES/volto.po +100 -21
- package/locales/ru.json +1 -1
- package/locales/sk.json +1 -0
- package/locales/sl.json +1 -0
- package/locales/sm.json +1 -0
- package/locales/sq.json +1 -0
- package/locales/sr.json +1 -0
- package/locales/sr@cyrl.json +1 -0
- package/locales/sr@latn.json +1 -0
- package/locales/sv.json +1 -1
- package/locales/ta.json +1 -0
- package/locales/te.json +1 -0
- package/locales/th.json +1 -0
- package/locales/to.json +1 -0
- package/locales/tr.json +1 -0
- package/locales/uk.json +1 -0
- package/locales/vi.json +1 -0
- package/locales/volto.pot +97 -18
- package/locales/zh_CN/LC_MESSAGES/volto.po +96 -17
- package/locales/zh_CN.json +1 -1
- package/locales/zh_Hant.json +1 -0
- package/locales/zh_Hant_HK.json +1 -0
- package/package.json +36 -27
- package/razzle.config.js +16 -0
- package/src/actions/actions/actions.test.js +3 -3
- package/src/actions/addons/addons.test.js +15 -12
- package/src/actions/aliases/aliases.test.js +1 -1
- package/src/actions/content/content.js +0 -1
- package/src/actions/controlpanels/controlpanels.js +13 -7
- package/src/actions/controlpanels/controlpanels.test.js +11 -5
- package/src/actions/querystring/querystring.test.js +2 -2
- package/src/actions/types/types.test.js +1 -1
- package/src/actions/users/users.js +2 -2
- package/src/components/manage/Actions/Actions.test.jsx +5 -1
- package/src/components/manage/Add/Add.jsx +27 -26
- package/src/components/manage/Add/Add.test.jsx +6 -3
- package/src/components/manage/Aliases/Aliases.test.jsx +7 -7
- package/src/components/manage/Blocks/Block/BlocksForm.jsx +1 -0
- package/src/components/manage/Blocks/Block/BlocksForm.test.jsx +48 -16
- package/src/components/manage/Blocks/Block/Edit.jsx +3 -1
- package/src/components/manage/Blocks/Block/EditBlockWrapper.jsx +9 -4
- package/src/components/manage/Blocks/Block/Settings.test.jsx +5 -1
- package/src/components/manage/Blocks/Block/StyleWrapper.jsx +11 -3
- package/src/components/manage/Blocks/Description/View.test.jsx +1 -1
- package/src/components/manage/Blocks/HTML/Edit.test.jsx +12 -5
- package/src/components/manage/Blocks/HTML/View.test.jsx +1 -1
- package/src/components/manage/Blocks/Image/Edit.jsx +5 -1
- package/src/components/manage/Blocks/Image/ImageSidebar.test.jsx +6 -2
- package/src/components/manage/Blocks/LeadImage/Edit.jsx +2 -2
- package/src/components/manage/Blocks/LeadImage/LeadImageSidebar.jsx +1 -1
- package/src/components/manage/Blocks/LeadImage/LeadImageSidebar.test.jsx +8 -1
- package/src/components/manage/Blocks/Listing/ImageGallery.jsx +6 -4
- package/src/components/manage/Blocks/Listing/View.test.jsx +3 -1
- package/src/components/manage/Blocks/Maps/Edit.jsx +2 -1
- package/src/components/manage/Blocks/Maps/MapsSidebar.test.jsx +5 -1
- package/src/components/manage/Blocks/Search/SearchBlockView.jsx +21 -4
- package/src/components/manage/Blocks/Search/components/DateRangeFacet.test.jsx +13 -7
- package/src/components/manage/Blocks/Search/components/SelectFacet.test.jsx +12 -6
- package/src/components/manage/Blocks/Teaser/Data.jsx +21 -7
- package/src/components/manage/Blocks/Teaser/DefaultBody.jsx +1 -1
- package/src/components/manage/Blocks/Teaser/schema.js +8 -3
- package/src/components/manage/Blocks/Title/Edit.jsx +8 -2
- package/src/components/manage/Blocks/ToC/variations/DefaultTocRenderer.test.jsx +11 -1
- package/src/components/manage/Blocks/Video/Edit.jsx +2 -1
- package/src/components/manage/Blocks/Video/VideoSidebar.test.jsx +5 -1
- package/src/components/manage/ConditionalLink/ConditionalLink.test.tsx +109 -0
- package/src/components/manage/ConditionalLink/ConditionalLink.tsx +36 -0
- package/src/components/manage/Contents/Contents.jsx +23 -2
- package/src/components/manage/Contents/Contents.test.jsx +36 -13
- package/src/components/manage/Contents/ContentsBreadcrumbs.Multilingual.test.jsx +18 -5
- package/src/components/manage/Contents/ContentsBreadcrumbs.jsx +20 -26
- package/src/components/manage/Contents/ContentsBreadcrumbs.test.jsx +14 -0
- package/src/components/manage/Contents/ContentsDeleteModal.jsx +258 -206
- package/src/components/manage/Contents/ContentsDeleteModal.stories.jsx +26 -8
- package/src/components/manage/Contents/ContentsItem.jsx +10 -2
- package/src/components/manage/Contents/ContentsPropertiesModal.test.jsx +5 -1
- package/src/components/manage/Contents/ContentsRenameModal.test.jsx +5 -1
- package/src/components/manage/Contents/ContentsTagsModal.test.jsx +5 -1
- package/src/components/manage/Contents/ContentsUploadModal.test.jsx +13 -22
- package/src/components/manage/Contents/ContentsWorkflowModal.test.jsx +5 -1
- package/src/components/manage/Contents/__mocks__/index.tsx +16 -0
- package/src/components/manage/Contents/__mocks__/index.vitest.tsx +5 -0
- package/src/components/manage/Controlpanels/AddonsControlpanel.test.jsx +28 -3
- package/src/components/manage/Controlpanels/Aliases.test.jsx +35 -3
- package/src/components/manage/Controlpanels/ContentType.jsx +1 -1
- package/src/components/manage/Controlpanels/ContentType.test.jsx +29 -3
- package/src/components/manage/Controlpanels/ContentTypeLayout.test.jsx +4 -2
- package/src/components/manage/Controlpanels/ContentTypes.test.jsx +25 -2
- package/src/components/manage/Controlpanels/Controlpanel.test.jsx +37 -6
- package/src/components/manage/Controlpanels/Controlpanels.test.jsx +47 -3
- package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.jsx +3 -2
- package/src/components/manage/Controlpanels/Groups/GroupsControlpanel.test.jsx +15 -9
- package/src/components/manage/Controlpanels/ModerateComments.test.jsx +31 -5
- package/src/components/manage/Controlpanels/Rules/AddRule.test.jsx +13 -4
- package/src/components/manage/Controlpanels/Rules/ConfigureRule.test.jsx +9 -5
- package/src/components/manage/Controlpanels/Rules/EditRule.test.jsx +12 -4
- package/src/components/manage/Controlpanels/Rules/Rules.test.jsx +7 -3
- package/src/components/manage/Controlpanels/UndoControlpanel.test.jsx +33 -4
- package/src/components/manage/Controlpanels/Users/RenderUsers.jsx +156 -175
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.test.jsx +3 -1
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx +575 -630
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.test.jsx +16 -9
- package/src/components/manage/Delete/Delete.test.jsx +45 -4
- package/src/components/manage/Diff/Diff.test.jsx +15 -6
- package/src/components/manage/Diff/DiffField.test.jsx +12 -6
- package/src/components/manage/Display/Display.test.jsx +17 -6
- package/src/components/manage/Edit/Edit.jsx +2 -3
- package/src/components/manage/Edit/Edit.test.jsx +11 -3
- package/src/components/manage/Form/BlockDataForm.test.jsx +5 -1
- package/src/components/manage/Form/Form.jsx +32 -0
- package/src/components/manage/Form/Form.test.jsx +27 -19
- package/src/components/manage/Form/InlineForm.jsx +2 -2
- package/src/components/manage/Form/InlineForm.test.jsx +5 -1
- package/src/components/manage/Form/ModalForm.test.jsx +5 -1
- package/src/components/manage/Form/__mocks__/index.tsx +17 -0
- package/src/components/manage/Form/__mocks__/index.vitest.tsx +73 -0
- package/src/components/manage/History/History.test.jsx +3 -1
- package/src/components/manage/LinksToItem/LinksToItem.test.jsx +6 -4
- package/src/components/manage/MaybeWrap/MaybeWrap.tsx +15 -0
- package/src/components/manage/Multilingual/CompareLanguages.jsx +2 -5
- package/src/components/manage/Multilingual/CreateTranslation.jsx +8 -8
- package/src/components/manage/Multilingual/ManageTranslations.jsx +4 -2
- package/src/components/manage/Multilingual/ManageTranslations.test.jsx +8 -3
- package/src/components/manage/Multilingual/TranslationObject.jsx +1 -1
- package/src/components/manage/Preferences/ChangePassword.test.jsx +9 -2
- package/src/components/manage/Preferences/PersonalInformation.test.jsx +3 -1
- package/src/components/manage/Preferences/PersonalPreferences.test.jsx +20 -7
- package/src/components/manage/Rules/Rules.test.jsx +6 -3
- package/src/components/manage/Sharing/Sharing.test.jsx +3 -1
- package/src/components/manage/Sidebar/ObjectBrowserNav.jsx +2 -1
- package/src/components/manage/Sidebar/ObjectBrowserNav.test.jsx +3 -3
- package/src/components/manage/Sidebar/SidebarPortal.test.tsx +42 -0
- package/src/components/manage/Sidebar/SidebarPortal.tsx +48 -0
- package/src/components/manage/TemplateChooser/TemplateChooser.jsx +2 -1
- package/src/components/manage/Toolbar/More.jsx +4 -1
- package/src/components/manage/Toolbar/More.test.jsx +9 -7
- package/src/components/manage/Toolbar/PersonalTools.jsx +2 -1
- package/src/components/manage/Toolbar/Toolbar.jsx +3 -4
- package/src/components/manage/Toolbar/Types.jsx +7 -7
- package/src/components/manage/UniversalLink/UniversalLink.test.jsx +196 -14
- package/src/components/manage/UniversalLink/UniversalLink.tsx +215 -0
- package/src/components/manage/Widgets/ArrayWidget.test.jsx +22 -5
- package/src/components/manage/Widgets/CheckboxGroupWidget.test.jsx +12 -5
- package/src/components/manage/Widgets/DatetimeWidget.jsx +5 -0
- package/src/components/manage/Widgets/DatetimeWidget.test.jsx +21 -6
- package/src/components/manage/Widgets/FileWidget.jsx +14 -8
- package/src/components/manage/Widgets/ImageWidget.jsx +176 -40
- package/src/components/manage/Widgets/InternalUrlWidget.jsx +2 -0
- package/src/components/manage/Widgets/NumberWidget.test.jsx +8 -7
- package/src/components/manage/Widgets/ObjectBrowserWidget.jsx +3 -0
- package/src/components/manage/Widgets/ObjectListWidget.jsx +11 -1
- package/src/components/manage/Widgets/ObjectListWidget.test.jsx +18 -8
- package/src/components/manage/Widgets/ObjectWidget.test.jsx +5 -1
- package/src/components/manage/Widgets/RadioGroupWidget.test.jsx +12 -5
- package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.test.jsx +12 -6
- package/src/components/manage/Widgets/RegistryImageWidget.test.jsx +44 -41
- package/src/components/manage/Widgets/SchemaWidget.test.jsx +12 -5
- package/src/components/manage/Widgets/SchemaWidgetFieldset.test.jsx +12 -5
- package/src/components/manage/Widgets/SelectAutoComplete.jsx +29 -12
- package/src/components/manage/Widgets/SelectAutoComplete.test.jsx +12 -6
- package/src/components/manage/Widgets/SelectWidget.jsx +3 -1
- package/src/components/manage/Widgets/SelectWidget.test.jsx +12 -6
- package/src/components/manage/Widgets/TimeWidget.test.jsx +13 -5
- package/src/components/manage/Widgets/TokenWidget.test.jsx +12 -6
- package/src/components/manage/Widgets/UrlWidget.jsx +2 -0
- package/src/components/manage/Widgets/VocabularyTermsWidget.test.jsx +18 -9
- package/src/components/manage/Widgets/__mocks__/index.tsx +16 -0
- package/src/components/manage/Widgets/__mocks__/index.vitest.tsx +41 -0
- package/src/components/manage/Workflow/Workflow.test.jsx +17 -7
- package/src/components/theme/AlternateHrefLangs/AlternateHrefLangs.jsx +1 -3
- package/src/components/theme/AlternateHrefLangs/AlternateHrefLangs.test.jsx +0 -4
- package/src/components/theme/App/App.jsx +3 -1
- package/src/components/theme/App/App.test.jsx +22 -17
- package/src/components/theme/AppExtras/AppExtras.test.jsx +6 -6
- package/src/components/theme/Avatar/Avatar.jsx +2 -1
- package/src/components/theme/Comments/CommentEditModal.test.jsx +5 -1
- package/src/components/theme/Comments/Comments.test.jsx +29 -12
- package/src/components/theme/ContactForm/ContactForm.test.jsx +8 -4
- package/src/components/theme/FormattedDate/FormattedDate.stories.jsx +20 -2
- package/src/components/theme/Header/Header.test.jsx +19 -13
- package/src/components/theme/Image/Image.jsx +11 -8
- package/src/components/theme/LanguageSelector/{LanguageSelector.test.jsx → LanguageSelector.test.tsx} +6 -6
- package/src/components/theme/LanguageSelector/LanguageSelector.tsx +89 -0
- package/src/components/theme/Logo/Logo.Multilingual.test.jsx +0 -5
- package/src/components/theme/Logout/Logout.test.jsx +1 -1
- package/src/components/theme/MultilingualRedirector/MultilingualRedirector.jsx +8 -12
- package/src/components/theme/MultilingualRedirector/MultilingualRedirector.test.jsx +3 -5
- package/src/components/theme/Navigation/NavItem.jsx +1 -5
- package/src/components/theme/Navigation/Navigation.Multilingual.test.jsx +0 -5
- package/src/components/theme/NotFound/NotFound.jsx +5 -2
- package/src/components/theme/NotFound/NotFound.test.jsx +3 -0
- package/src/components/theme/PasswordReset/PasswordReset.test.jsx +10 -1
- package/src/components/theme/PasswordReset/RequestPasswordReset.test.jsx +5 -1
- package/src/components/theme/PreviewImage/PreviewImage.jsx +1 -1
- package/src/components/theme/Register/Register.test.jsx +5 -1
- package/src/components/theme/RequestTimeout/RequestTimeout.jsx +1 -1
- package/src/components/theme/Search/Search.test.jsx +6 -4
- package/src/components/theme/Sitemap/Sitemap.jsx +6 -5
- package/src/components/theme/Sitemap/Sitemap.test.jsx +0 -1
- package/src/components/theme/TsTest/TsTest.test.tsx +0 -1
- package/src/components/theme/View/EventDatesInfo.test.jsx +12 -5
- package/src/components/theme/View/EventView.test.jsx +12 -5
- package/src/components/theme/View/FileView.jsx +9 -1
- package/src/components/theme/View/ListingView.test.jsx +2 -0
- package/src/components/theme/View/SummaryView.test.jsx +10 -0
- package/src/components/theme/View/TabularView.test.jsx +1 -0
- package/src/components/theme/View/View.jsx +1 -1
- package/src/components/theme/View/View.test.jsx +42 -23
- package/src/components/theme/Widgets/ImageWidget.jsx +2 -1
- package/src/config/ControlPanels.js +1 -0
- package/src/config/index.js +18 -25
- package/src/config/server.js +0 -2
- package/src/express-middleware/devproxy.js +20 -5
- package/src/helpers/Api/APIResourceWithAuth.js +8 -3
- package/src/helpers/Api/Api.js +7 -4
- package/src/helpers/Api/Api.plone.rest.test.js +11 -9
- package/src/helpers/Api/Api.test.js +11 -14
- package/src/helpers/AsyncConnect/AsyncConnect.test.jsx +145 -189
- package/src/helpers/AsyncConnect/ssr.js +4 -1
- package/src/helpers/AuthToken/AuthToken.test.js +60 -22
- package/src/helpers/Blocks/Blocks.test.js +1 -1
- package/src/helpers/Content/Content.js +23 -0
- package/src/helpers/Content/Content.test.js +39 -0
- package/src/helpers/Content/withClientSideContent.jsx +35 -0
- package/src/helpers/Extensions/withBlockSchemaEnhancer.jsx +4 -1
- package/src/helpers/Html/Html.jsx +13 -7
- package/src/helpers/Html/Html.test.jsx +32 -28
- package/src/helpers/LanguageMap/LanguageMap.js +115 -8
- package/src/helpers/Loadable/__mocks__/Loadable.jsx +16 -1
- package/src/helpers/Loadable/__mocks__/Loadable.vitest.jsx +39 -0
- package/src/helpers/MessageLabels/MessageLabels.js +5 -0
- package/src/helpers/Sitemap/Sitemap.js +4 -4
- package/src/helpers/Url/Url.js +32 -2
- package/src/helpers/Url/Url.test.js +62 -0
- package/src/helpers/Utils/withSaveAsDraft.jsx +241 -0
- package/src/hooks/user/useUser.js +1 -1
- package/src/middleware/Api.test.js +51 -0
- package/src/middleware/api.js +78 -29
- package/src/middleware/storeProtectLoadUtils.test.js +93 -81
- package/src/reducers/content/content.js +3 -18
- package/src/reducers/diff/diff.js +5 -1
- package/src/reducers/diff/diff.test.js +60 -4
- package/src/routes.js +4 -2
- package/src/server.jsx +45 -14
- package/src/start-client.jsx +9 -6
- package/src/start-server.js +9 -3
- package/test-setup-config.jsx +0 -2
- package/test-setup-globals-vitest.js +46 -0
- package/theme/themes/pastanaga/collections/table.overrides +9 -0
- package/theme/themes/pastanaga/extras/blocks.less +26 -0
- package/theme/themes/pastanaga/extras/contents.less +17 -5
- package/theme/themes/pastanaga/extras/main.less +32 -2
- package/tsconfig.declarations.json +12 -1
- package/tsconfig.json +5 -5
- package/types/components/manage/Blocks/Teaser/schema.d.ts +1 -0
- package/types/components/manage/ConditionalLink/ConditionalLink.d.ts +11 -15
- package/types/components/manage/Contents/__mocks__/index.vitest.d.ts +2 -0
- package/types/components/manage/Controlpanels/Users/RenderUsers.d.ts +18 -2
- package/types/components/manage/Controlpanels/Users/UsersControlpanel.d.ts +6 -2
- package/types/components/manage/Controlpanels/index.d.ts +2 -2
- package/types/components/manage/Form/__mocks__/index.vitest.d.ts +8 -0
- package/types/components/manage/MaybeWrap/MaybeWrap.d.ts +7 -5
- package/types/components/manage/Sidebar/SidebarPortal.d.ts +7 -15
- package/types/components/manage/UniversalLink/UniversalLink.d.ts +54 -20
- package/types/components/manage/Widgets/ImageWidget.d.ts +41 -1
- package/types/components/manage/Widgets/RecurrenceWidget/Utils.d.ts +12 -18
- package/types/components/manage/Widgets/__mocks__/index.vitest.d.ts +33 -0
- package/types/components/theme/FormattedDate/FormattedDate.stories.d.ts +1 -1
- package/types/components/theme/LanguageSelector/LanguageSelector.d.ts +3 -10
- package/types/helpers/Content/Content.d.ts +7 -0
- package/types/helpers/Content/withClientSideContent.d.ts +1 -0
- package/types/helpers/Extensions/withBlockSchemaEnhancer.d.ts +4 -5
- package/types/helpers/Helmet/Helmet.d.ts +1 -1
- package/types/helpers/LanguageMap/LanguageMap.d.ts +428 -4
- package/types/helpers/Loadable/__mocks__/Loadable.vitest.d.ts +3 -0
- package/types/helpers/MessageLabels/MessageLabels.d.ts +68 -62
- package/types/helpers/Url/Url.d.ts +14 -0
- package/types/helpers/Url/bulkFlattenToAppURL.d.ts +5 -0
- package/types/helpers/Utils/withSaveAsDraft.d.ts +1 -0
- package/types/middleware/api.d.ts +6 -9
- package/types/react-router-hash-link.d.ts +12 -0
- package/types/reducers/index.d.ts +1 -0
- package/types/routes.d.ts +4 -0
- package/types/server.d.ts +1 -1
- package/types/start-client.d.ts +0 -1
- package/vite-plugins/svg.mjs +81 -0
- package/vitest.config.mjs +77 -0
- package/package-why.json +0 -34
- package/src/actions/content/content.multilingual.test.js +0 -17
- package/src/components/manage/ConditionalLink/ConditionalLink.jsx +0 -27
- package/src/components/manage/ConditionalLink/ConditionalLink.test.jsx +0 -30
- package/src/components/manage/MaybeWrap/MaybeWrap.jsx +0 -9
- package/src/components/manage/Sidebar/SidebarPortal.jsx +0 -47
- package/src/components/manage/Sidebar/SidebarPortal.test.jsx +0 -26
- package/src/components/manage/UniversalLink/UniversalLink.jsx +0 -154
- package/src/components/manage/Widgets/FileWidget.test.jsx +0 -91
- package/src/components/theme/LanguageSelector/LanguageSelector.jsx +0 -77
- package/theme/themes/pastanaga/extras/utils.less +0 -63
|
@@ -22,6 +22,11 @@ msgstr ""
|
|
|
22
22
|
msgid "<p>Add some HTML here</p>"
|
|
23
23
|
msgstr "<p>Afegeix codi HTML aquí</p>"
|
|
24
24
|
|
|
25
|
+
#. Default: "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
|
|
26
|
+
#: helpers/MessageLabels/MessageLabels
|
|
27
|
+
msgid "A unique identifier for the group. Cannot be changed after creation. No spaces allowed."
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
25
30
|
#. Default: "Account Registration Completed"
|
|
26
31
|
#: components/theme/Register/Register
|
|
27
32
|
msgid "Account Registration Completed"
|
|
@@ -386,6 +391,11 @@ msgstr ""
|
|
|
386
391
|
msgid "Alternative url path → target url path (date and time of creation, manually created yes/no)"
|
|
387
392
|
msgstr ""
|
|
388
393
|
|
|
394
|
+
#. Default: "Another person edited this content, and it's currently displayed. Do you want to replace it with your autosaved content?"
|
|
395
|
+
#: helpers/Utils/withSaveAsDraft
|
|
396
|
+
msgid "Another person edited this content, and it's currently displayed. Do you want to replace it with your autosaved content?"
|
|
397
|
+
msgstr ""
|
|
398
|
+
|
|
389
399
|
#. Default: "Applied to subfolders"
|
|
390
400
|
#: components/manage/Rules/Rules
|
|
391
401
|
msgid "Applied to subfolders"
|
|
@@ -437,6 +447,11 @@ msgstr ""
|
|
|
437
447
|
msgid "Automatically"
|
|
438
448
|
msgstr ""
|
|
439
449
|
|
|
450
|
+
#. Default: "Autosaved content found"
|
|
451
|
+
#: helpers/Utils/withSaveAsDraft
|
|
452
|
+
msgid "Autosaved content found"
|
|
453
|
+
msgstr ""
|
|
454
|
+
|
|
440
455
|
#. Default: "Available"
|
|
441
456
|
#: components/manage/Controlpanels/AddonsControlpanel
|
|
442
457
|
msgid "Available"
|
|
@@ -669,6 +684,11 @@ msgstr "Trieu un fitxer"
|
|
|
669
684
|
msgid "Clear"
|
|
670
685
|
msgstr "Clar"
|
|
671
686
|
|
|
687
|
+
#. Default: "Clear date and time"
|
|
688
|
+
#: components/manage/Widgets/DatetimeWidget
|
|
689
|
+
msgid "Clear date/time"
|
|
690
|
+
msgstr ""
|
|
691
|
+
|
|
672
692
|
#. Default: "Clear filters"
|
|
673
693
|
#: components/manage/Blocks/Search/components/FilterList
|
|
674
694
|
msgid "Clear filters"
|
|
@@ -1085,9 +1105,9 @@ msgstr ""
|
|
|
1085
1105
|
msgid "Deleted"
|
|
1086
1106
|
msgstr ""
|
|
1087
1107
|
|
|
1088
|
-
#. Default: "Deleting this item
|
|
1108
|
+
#. Default: "Deleting this item will break {brokenReferences} {variation}."
|
|
1089
1109
|
#: components/manage/Contents/ContentsDeleteModal
|
|
1090
|
-
msgid "Deleting this item
|
|
1110
|
+
msgid "Deleting this item will break {brokenReferences} {variation}."
|
|
1091
1111
|
msgstr ""
|
|
1092
1112
|
|
|
1093
1113
|
#. Default: "Depth"
|
|
@@ -1171,6 +1191,11 @@ msgstr "Realment voleu suprimir l'usuari {username}?"
|
|
|
1171
1191
|
msgid "Do you really want to delete this item?"
|
|
1172
1192
|
msgstr "Realment voleu suprimir aquest element?"
|
|
1173
1193
|
|
|
1194
|
+
#. Default: "Do you want to restore your autosaved content?"
|
|
1195
|
+
#: helpers/Utils/withSaveAsDraft
|
|
1196
|
+
msgid "Do you want to restore your autosaved content?"
|
|
1197
|
+
msgstr ""
|
|
1198
|
+
|
|
1174
1199
|
#. Default: "Document"
|
|
1175
1200
|
#: components/manage/Multilingual/TranslationObject
|
|
1176
1201
|
#: components/manage/Sidebar/Sidebar
|
|
@@ -1187,6 +1212,11 @@ msgstr "Document"
|
|
|
1187
1212
|
msgid "Download Event"
|
|
1188
1213
|
msgstr ""
|
|
1189
1214
|
|
|
1215
|
+
#. Default: "Download file"
|
|
1216
|
+
#: components/theme/View/FileView
|
|
1217
|
+
msgid "Download file"
|
|
1218
|
+
msgstr ""
|
|
1219
|
+
|
|
1190
1220
|
#. Default: "Drag and drop files from your computer onto this area or click the “Browse” button."
|
|
1191
1221
|
#: components/manage/Contents/ContentsUploadModal
|
|
1192
1222
|
msgid "Drag and drop files from your computer onto this area or click the “Browse” button."
|
|
@@ -2444,7 +2474,7 @@ msgstr ""
|
|
|
2444
2474
|
msgid "No broken relations found."
|
|
2445
2475
|
msgstr ""
|
|
2446
2476
|
|
|
2447
|
-
#. Default: "There is no connection to the server, due to a timeout
|
|
2477
|
+
#. Default: "There is no connection to the server, due to a timeout or no network connection."
|
|
2448
2478
|
#: components/theme/RequestTimeout/RequestTimeout
|
|
2449
2479
|
msgid "No connection to the server"
|
|
2450
2480
|
msgstr ""
|
|
@@ -2551,10 +2581,14 @@ msgstr "Sense flux de treball"
|
|
|
2551
2581
|
|
|
2552
2582
|
#. Default: "None"
|
|
2553
2583
|
#: components/manage/Contents/Contents
|
|
2554
|
-
#: components/manage/Contents/ContentsItem
|
|
2555
2584
|
msgid "None"
|
|
2556
2585
|
msgstr "Cap"
|
|
2557
2586
|
|
|
2587
|
+
#. Default: "None"
|
|
2588
|
+
#: components/manage/Contents/ContentsItem
|
|
2589
|
+
msgid "Not available"
|
|
2590
|
+
msgstr "Cap"
|
|
2591
|
+
|
|
2558
2592
|
#. Default: "Note"
|
|
2559
2593
|
#: components/manage/Controlpanels/UndoControlpanel
|
|
2560
2594
|
msgid "Note"
|
|
@@ -2585,9 +2619,9 @@ msgstr "esdeveniment(s)"
|
|
|
2585
2619
|
msgid "Ok"
|
|
2586
2620
|
msgstr "D'acord"
|
|
2587
2621
|
|
|
2588
|
-
#. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
|
|
2622
|
+
#. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
|
|
2589
2623
|
#: components/manage/Widgets/IdWidget
|
|
2590
|
-
msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines."
|
|
2624
|
+
msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines."
|
|
2591
2625
|
msgstr ""
|
|
2592
2626
|
|
|
2593
2627
|
#. Default: "Open in a new tab"
|
|
@@ -2887,7 +2921,7 @@ msgstr ""
|
|
|
2887
2921
|
msgid "Referencing this item with {relationship}"
|
|
2888
2922
|
msgstr ""
|
|
2889
2923
|
|
|
2890
|
-
#. Default: "
|
|
2924
|
+
#. Default: "Reset to target"
|
|
2891
2925
|
#: components/manage/Blocks/Teaser/Data
|
|
2892
2926
|
msgid "Refresh source content"
|
|
2893
2927
|
msgstr ""
|
|
@@ -3485,14 +3519,14 @@ msgstr "Mida: {size}"
|
|
|
3485
3519
|
msgid "Small"
|
|
3486
3520
|
msgstr ""
|
|
3487
3521
|
|
|
3488
|
-
#. Default: "Some items are
|
|
3522
|
+
#. Default: "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
|
|
3489
3523
|
#: components/manage/Contents/ContentsDeleteModal
|
|
3490
|
-
msgid "Some items are
|
|
3524
|
+
msgid "Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}."
|
|
3491
3525
|
msgstr ""
|
|
3492
3526
|
|
|
3493
|
-
#. Default: "Some items
|
|
3527
|
+
#. Default: "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
|
|
3494
3528
|
#: components/manage/Contents/ContentsDeleteModal
|
|
3495
|
-
msgid "Some items
|
|
3529
|
+
msgid "Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside."
|
|
3496
3530
|
msgstr ""
|
|
3497
3531
|
|
|
3498
3532
|
#. Default: "Some relations are broken. Please fix."
|
|
@@ -3781,6 +3815,11 @@ msgstr ""
|
|
|
3781
3815
|
msgid "The item could not be deleted."
|
|
3782
3816
|
msgstr "No s'ha pogut suprimir l'element."
|
|
3783
3817
|
|
|
3818
|
+
#. Default: "The kicker is a line of text shown above the title."
|
|
3819
|
+
#: components/manage/Blocks/Teaser/schema
|
|
3820
|
+
msgid "The kicker is a line of text shown above the title."
|
|
3821
|
+
msgstr ""
|
|
3822
|
+
|
|
3784
3823
|
#. Default: "The link address is:"
|
|
3785
3824
|
#: components/theme/View/LinkView
|
|
3786
3825
|
msgid "The link address is:"
|
|
@@ -3894,9 +3933,9 @@ msgstr ""
|
|
|
3894
3933
|
msgid "This is a working copy of {title}"
|
|
3895
3934
|
msgstr "Aquesta és una còpia de treball de {title}"
|
|
3896
3935
|
|
|
3897
|
-
#. Default: "This item
|
|
3936
|
+
#. Default: "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
|
|
3898
3937
|
#: components/manage/Contents/ContentsDeleteModal
|
|
3899
|
-
msgid "This item
|
|
3938
|
+
msgid "This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside."
|
|
3900
3939
|
msgstr ""
|
|
3901
3940
|
|
|
3902
3941
|
#. Default: "This item was locked by {creator} on {date}"
|
|
@@ -4436,6 +4475,11 @@ msgstr "S'estan actualitzant els estats del flux de treball..."
|
|
|
4436
4475
|
msgid "Workflow updated."
|
|
4437
4476
|
msgstr "Flux de treball actualitzat."
|
|
4438
4477
|
|
|
4478
|
+
#. Default: "Working copy"
|
|
4479
|
+
#: components/manage/Contents/ContentsItem
|
|
4480
|
+
msgid "Working copy"
|
|
4481
|
+
msgstr "Còpia de treball"
|
|
4482
|
+
|
|
4439
4483
|
#. Default: "Yearly"
|
|
4440
4484
|
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
4441
4485
|
msgid "Yearly"
|
|
@@ -4447,6 +4491,16 @@ msgstr "Anualment"
|
|
|
4447
4491
|
msgid "Yes"
|
|
4448
4492
|
msgstr "Sí"
|
|
4449
4493
|
|
|
4494
|
+
#. Default: "You are about to delete all items and all its subitems."
|
|
4495
|
+
#: components/manage/Contents/ContentsDeleteModal
|
|
4496
|
+
msgid "You are about to delete all items and all its subitems."
|
|
4497
|
+
msgstr ""
|
|
4498
|
+
|
|
4499
|
+
#. Default: "You are about to delete all items in the current pagination of this folder."
|
|
4500
|
+
#: components/manage/Contents/ContentsDeleteModal
|
|
4501
|
+
msgid "You are about to delete all items in the current pagination of this folder."
|
|
4502
|
+
msgstr ""
|
|
4503
|
+
|
|
4450
4504
|
#. Default: "You are trying to access a protected resource, please {login} first."
|
|
4451
4505
|
#: components/theme/Unauthorized/Unauthorized
|
|
4452
4506
|
msgid "You are trying to access a protected resource, please {login} first."
|
|
@@ -4537,11 +4591,16 @@ msgstr ""
|
|
|
4537
4591
|
msgid "addUserFormPasswordDescription"
|
|
4538
4592
|
msgstr ""
|
|
4539
4593
|
|
|
4540
|
-
#. Default: "Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
|
|
4594
|
+
#. Default: "Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in."
|
|
4541
4595
|
#: helpers/MessageLabels/MessageLabels
|
|
4542
4596
|
msgid "addUserFormUsernameDescription"
|
|
4543
4597
|
msgstr ""
|
|
4544
4598
|
|
|
4599
|
+
#. Default: "and {count} more…"
|
|
4600
|
+
#: components/manage/Contents/ContentsDeleteModal
|
|
4601
|
+
msgid "and {count} more…"
|
|
4602
|
+
msgstr ""
|
|
4603
|
+
|
|
4545
4604
|
#. Default: "Available views"
|
|
4546
4605
|
#: components/manage/Blocks/Search/schema
|
|
4547
4606
|
msgid "availableViews"
|
|
@@ -4598,9 +4657,9 @@ msgstr ""
|
|
|
4598
4657
|
msgid "daterangeFacet"
|
|
4599
4658
|
msgstr ""
|
|
4600
4659
|
|
|
4601
|
-
#. Default: "delete"
|
|
4660
|
+
#. Default: "delete {type} block"
|
|
4602
4661
|
#: components/manage/Blocks/Block/EditBlockWrapper
|
|
4603
|
-
msgid "
|
|
4662
|
+
msgid "delete_block"
|
|
4604
4663
|
msgstr "Suprimeix"
|
|
4605
4664
|
|
|
4606
4665
|
#. Default: "You are using {browsername} {browserversion} which is deprecated by its vendor. That means that it does not get security updates and it is not ready for current modern web features, which deteriorates the user experience. Please upgrade to a modern browser."
|
|
@@ -4628,6 +4687,11 @@ msgstr "La vostra sol·licitud de restabliment de la contrasenya s'ha enviat per
|
|
|
4628
4687
|
msgid "draft"
|
|
4629
4688
|
msgstr "Esborrany"
|
|
4630
4689
|
|
|
4690
|
+
#. Default: "drag {type} block"
|
|
4691
|
+
#: components/manage/Blocks/Block/EditBlockWrapper
|
|
4692
|
+
msgid "drag_block"
|
|
4693
|
+
msgstr ""
|
|
4694
|
+
|
|
4631
4695
|
#. Default: "Input must be valid email (something@domain.com)"
|
|
4632
4696
|
#: helpers/MessageLabels/MessageLabels
|
|
4633
4697
|
msgid "email"
|
|
@@ -4678,6 +4742,11 @@ msgstr "On?"
|
|
|
4678
4742
|
msgid "examplePath"
|
|
4679
4743
|
msgstr ""
|
|
4680
4744
|
|
|
4745
|
+
#. Default: "External URLs are not allowed in this field."
|
|
4746
|
+
#: components/manage/Widgets/ImageWidget
|
|
4747
|
+
msgid "externalURLsNotAllowed"
|
|
4748
|
+
msgstr ""
|
|
4749
|
+
|
|
4681
4750
|
#. Default: "This website does not accept files larger than {limit}"
|
|
4682
4751
|
#: helpers/MessageLabels/MessageLabels
|
|
4683
4752
|
msgid "fileTooLarge"
|
|
@@ -4693,7 +4762,7 @@ msgstr ""
|
|
|
4693
4762
|
msgid "flushAndRebuildRelationsHints"
|
|
4694
4763
|
msgstr ""
|
|
4695
4764
|
|
|
4696
|
-
#. Default: "
|
|
4765
|
+
#. Default: "Kicker"
|
|
4697
4766
|
#: components/manage/Blocks/Teaser/schema
|
|
4698
4767
|
msgid "head_title"
|
|
4699
4768
|
msgstr ""
|
|
@@ -4738,6 +4807,11 @@ msgstr ""
|
|
|
4738
4807
|
msgid "integer"
|
|
4739
4808
|
msgstr "L'entrada ha de ser enter"
|
|
4740
4809
|
|
|
4810
|
+
#. Default: "No image was found in the internal path you provided."
|
|
4811
|
+
#: components/manage/Widgets/ImageWidget
|
|
4812
|
+
msgid "internalImageNotFoundErrorMessage"
|
|
4813
|
+
msgstr ""
|
|
4814
|
+
|
|
4741
4815
|
#. Default: "Intranet"
|
|
4742
4816
|
#: components/manage/Contents/ContentsItem
|
|
4743
4817
|
msgid "intranet"
|
|
@@ -4917,6 +4991,11 @@ msgstr ""
|
|
|
4917
4991
|
msgid "refers to"
|
|
4918
4992
|
msgstr ""
|
|
4919
4993
|
|
|
4994
|
+
#. Default: "Result count"
|
|
4995
|
+
#: components/manage/Contents/Contents
|
|
4996
|
+
msgid "resultCount"
|
|
4997
|
+
msgstr ""
|
|
4998
|
+
|
|
4920
4999
|
#. Default: "results"
|
|
4921
5000
|
#: components/theme/Search/Search
|
|
4922
5001
|
msgid "results found"
|
package/locales/ca.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"<p>Add some HTML here</p>":"<p>Afegeix codi HTML aquí</p>","Account Registration Completed":"Registre del compte completat","Account activation completed":"Activació del compte completat","Action":"Acció","Action changed":"","Action: ":"","Actions":"Accions","Activate and deactivate":"Activar i desactivar","Active":"","Active content rules in this Page":"","Add":"Afegeix","Add (object list)":"","Add Addons":"Afegeix complements","Add Alternative URL":"","Add Content":"Afegeix contingut","Add Content Rule":"","Add Rule":"","Add Translation…":"Afegeix traducció…","Add User":"Afegeix usuari","Add a description…":"Afegeix una descripció","Add a new alternative url":"","Add action":"","Add block":"Afegeix bloc","Add block in position {index}":"","Add block…":"Afegeix bloc…","Add condition":"","Add content rule":"","Add criteria":"Afegeix criteri","Add date":"Afegeix data","Add element to container":"","Add field":"Afegeix camp","Add fieldset":"Afegeix grup de camps (fieldset)","Add group":"Afegeix grup","Add new content type":"Afegeix un nou tipus de contingut","Add new group":"Afegeix un nou grup","Add new user":"Afegeix un nou usuari","Add to Groups":"Afegeix a grups","Add users to group":"","Add vocabulary term":"Afegeix un nou terme del vocabulari","Add {type}":"Afegeix {type}","Add-Ons":"","Add-on Configuration":"","Add-ons":"","Add-ons Settings":"Configuració de complements","Added":"","Additional date":"Data addicional","Addon could not be installed":"","Addon could not be uninstalled":"","Addon could not be upgraded":"","Addon installed succesfuly":"","Addon uninstalled succesfuly":"","Addon upgraded succesfuly":"","Advanced facet?":"","Advanced facets are initially hidden and displayed on demand":"","Album view":"Album","Alias":"","Alias has been added":"","Aliases have been removed.":"","Aliases have been uploaded.":"","Alignment":"Posicionament","All":"Tots","All content":"Tot el contingut","All existing alternative urls for this site":"","Alphabetically":"Alfabèticament","Alt text":"Text alternatiu (alt)","Alt text hint":"Deixeu el camp buit si la imatge és purament decorativa","Alt text hint link text":"Descriu el propòsit de la imatge","Alternative url path (Required)":"","Alternative url path must start with a slash.":"","Alternative url path → target url path (date and time of creation, manually created yes/no)":"","Applied to subfolders":"","Applies to subfolders?":"","Apply to subfolders":"","Apply working copy":"Aplicar la còpia de treball","Are you sure you want to delete this field?":"Esteu segurs que voleu eliminar aquest camp?","Are you sure you want to delete this fieldset including all fields?":"Esteu segurs que voleu eliminar aquest grup de camps i tots els camps que inclou?","Ascending":"Ascendent","Assign the {role} role to {entry}":"","Assignments":"","Automatically":"","Available":"Disponible","Available content rules:":"","Back":"Enrere","Base":"Base","Base search query":"Base de cerca","Block":"Bloc","Both":"","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tant l'adreça de correu electrònic com la contrasenya són sensibles a les majúscules i minúscules, comproveu que no teniu activada la tecla de bloqueig de les majúscules.","Breadcrumbs":"Barra de ruta","Broken relations":"","Browse":"Navegui","Browse the site, drop an image, or type a URL":"Navegueu pel lloc, deixeu anar una imatge o escriviu un URL","BulkUploadAltUrls":"","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Per defecte, els permisos del contenidor d'aquest element són heretats. Si es desactiva, només seran vàlids els permisos de compartició definits explícitament. A la vista general, el símbol ${inherited} indica un valor heretat. De la mateixa manera, el símbol ${global} indica un rol global, que és gestionat per l'administrador del lloc.","CSVFile":"","Cache Name":"Nom de la memòria cau","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que no és compatible amb <strong>el blocs de Volto</strong> activats","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que el comportament de <strong>blocs</strong> està habilitat i <strong>només de lectura</strong>","Cancel":"Cancel·lar","Cancel search":"Cancel·la la cerca","Cell":"Cel·la","Center":"Centre","Change Note":"Canvia nota","Change Password":"Canvia la contrasenya","Change State":"Canvia d'estat","Change workflow state recursively":"Canvieu l'estat del flux de treball de manera recursiva","Changes applied.":"Canvis aplicats","Changes saved":"S'han guardat els canvis","Changes saved.":"S'han guardat els canvis.","Check this box to customize the title, description, or image of the target content item for this teaser. Leave it unchecked to show updates to the target content item if it is edited later.":"","Checkbox":"Casella de selecció","Choices":"Opcions","Choose Image":"Trieu Imatge","Choose Target":"Trieu Destí","Choose a file":"Trieu un fitxer","Clear":"Clar","Clear filters":"Esborra filtres","Clear search":"","Click to download full sized image":"Feu clic per descarregar la imatge a mida completa","Close":"Tanca","Close menu":"Tanca el menú","Code":"Codi","Collapse item":"Replega l'element","Collection":"Col·lecció","Color":"","Comment":"Comentar","Commenter":"Comentarista","Comments":"Comentaris","Compare":"Compara","Condition changed":"","Condition: ":"","Configuration Versions":"","Configure Content Rule":"","Configure Content Rule: {title}":"","Configure content rule":"","Confirm password":"Confirma la contrassenya","Connection refused":"Connexió rebutjada","Contact form":"Formulari de contacte","Contained items":"Elements continguts","Container settings":"","Content":"","Content Rule":"","Content Rules":"","Content rules for {title}":"","Content rules from parent folders":"","Content that links to or references {title}":"","Content type created":"Tipus de contingut creat","Content type deleted":"S'ha suprimit el tipus de contingut","Contents":"Continguts","Controls":"Controls","Copy":"Copia","Copy blocks":"Copiar blocks","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Declaració de drets d'autor o informació sobre altres drets sobre aquest article.","Create or delete relations to target":"","Create working copy":"Crea una còpia de treball","Created after":"","Created before":"","Created by {creator} on {date}":"Creat per {creator} el {date}","Created on":"Creat el","Creator":"Creador","Creators":"Creadors","Criteria":"Criteris","Current active configuration":"","Current filters applied":"S'han aplicat els filtres actuals","Current password":"Contrasenya actual","Customize teaser content":"","Cut":"Talla","Cut blocks":"Talla bloc","Daily":"Diàriament","Database":"","Database Information":"Informació de la base de dades","Database Location":"Ubicació de la base de dades","Database Size":"Mida de la base de dades","Database main":"Base de dades principal","Date":"Data","Date (newest first)":"Data (el més nou primer)","Default":"Per defecte","Default value":"","Default view":"Per defecte","Delete":"Suprimeix","Delete Group":"Suprimeix el grup","Delete Type":"Suprimeix el tipus","Delete User":"Suprimeix l'usuari","Delete action":"","Delete blocks":"Esborra blocs","Delete col":"Esborra la columna","Delete condition":"","Delete row":"Suprimeix la fila","Delete selected items?":"","Delete this item?":"","Deleted":"","Deleting this item breaks {brokenReferences} {variation}.":"","Depth":"Profunditat","Descending":"Descendent","Description":"Descripció","Diff":"Diferència","Difference between revision {one} and {two} of {title}":"Diferència entre la revisió {one} i {two} de {title}","Disable":"","Disable apply to subfolders":"","Disabled":"","Disabled apply to subfolders":"","Distributed under the {license}.":"Distribuït sota la {license}.","Divide each row into separate cells":"Afegeix una vora a les columnes interiors","Do you really want to delete the group {groupname}?":"Realment voleu suprimir el grup {groupname}?","Do you really want to delete the type {typename}?":"Realment voleu suprimir el tipus {typename}?","Do you really want to delete the user {username}?":"Realment voleu suprimir l'usuari {username}?","Do you really want to delete this item?":"Realment voleu suprimir aquest element?","Document":"Document","Document view":"Document","Download Event":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arrossegueu i deixeu anar fitxers des del vostre ordinador a aquesta àrea o feu clic al botó 'Examinar'.","Drop file here to replace the existing file":"Deixeu anar el fitxer aquí per substituir el fitxer existent","Drop file here to upload a new file":"Deixeu anar el fitxer aquí per pujar un fitxer nou","Drop files here ...":"Deixeu fitxers aquí...","Dry run selected, transaction aborted.":"","E-mail":"correu electrònic","E-mail addresses do not match.":"Les adreces de correu electrònic no coincideixen.","Edit":"Edita","Edit Alternative URL":"","Edit Rule":"","Edit comment":"Edita el comentari","Edit field":"Edita el camp","Edit fieldset":"Edita el conjunt de camps","Edit recurrence":"Edita la recurrència","Edit values":"Edita valors","Edit {title}":"Edita {title}","Email":"Correu electrònic","Email sent":"Email enviat","Embed code error, please follow the instructions and try again.":"Error d'inserció del codi, seguiu les instruccions i torneu-ho a provar.","Empty object list":"Llista d'objectes buida","Enable":"","Enable editable Blocks":"Activa els blocs editables","Enabled":"","Enabled here?":"","Enabled?":"","End Date":"Data de finalització","Enter URL or select an item":"Introduïu l'URL o seleccioneu un element","Enter a username above to search or click 'Show All'":"Introduïu un nom d'usuari a dalt per cercar o feu clic a 'Mostra-ho tot'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Introduïu una adreça de correu electrònic. Aquest serà el vostre nom d'inici de sessió. Respectem la vostra privadesa i no donarem l'adreça a tercers ni l'exposarem enlloc.","Enter full name, e.g. John Smith.":"Introduïu el nom complet, per exemple John Smith.","Enter map Embed Code":"Introduïu el codi d'inserció del mapa","Enter the absolute path of the target. Target must exist or be an existing alternative url path to the target.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only URLs that result in a 404 not found page will result in a redirect occurring.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"","Enter your current password.":"Introduïu la vostra contrasenya actual.","Enter your email for verification.":"","Enter your new password. Minimum 8 characters.":"Introduïu la vostra nova contrasenya. Mínim 8 caràcters.","Enter your username for verification.":"","Entries":"","Error":"Error","Event":"","Event end date must be on or after {startDateValueOrStartFieldName}":"","Event listing":"Llista d'esdeveniments","Event start date must be on or before {endDateValueOrEndFieldName}":"","Event view":"Esdeveniment","Example":"","Exclude from navigation":"Exclou de la navegació","Exclude this occurence":"Exclou aquesta ocurrència","Excluded from navigation":"Exclòs de la navegació","Existing alternative urls for this item":"","Expand sidebar":"Amplieu la barra lateral","Expiration Date":"Data de caducitat","Expiration date":"Data de caducitat","Expired":"Caducat","External URL":"URL externa","Facet":"Faceta","Facet widget":"Giny de faceta","Facets":"Facetes","Facets on left side":"Facetes al costat esquerre","Facets on right side":"Facetes al costat dret","Facets on top":"Facetes a la part superior","Failed To Undo Transactions":"","Field":"Camp","File":"Dossier","File is not of the accepted type {accept}":"","File size":"Mida de l'arxiu","File view":"Arxiu","Filename":"Nom de l'arxiu","Files uploaded: {uploadedFiles}":"Fitxers pujats: {uploadedFiles}","Fills the value of the form field with the value supplied by a query parameter inside the URL with the given name.":"","Filter":"","Filter Rules:":"","Filter by prefix":"","Filter users by groups":"","Filter…":"Filtra...","First":"Primer","Fix relations":"","Fixed width table cells":"Columnes d'amplada fixa","Fold":"Plegar","Folder":"Carpeta","Folder listing":"Llistat","Forbidden":"Prohibit","Fourth":"Quart","From":"Des de","Full":"Complet","Full Name":"Nom complet","Fullname":"Nom complet","GNU GPL license":"Llicència GNU GPL","General":"","Global role":"Paper global","Google Maps Embedded Block":"Bloc incrustat de Google Maps","Grid":"","Group":"Grup","Group created":"Grup creat","Group deleted":"","Group roles updated":"S'han actualitzat els rols del grup","Groupname":"Nom del grup","Groups":"Grups","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Els grups són col·leccions lògiques d'usuaris, com ara departaments i unitats de negoci. Els grups no estan directament relacionats amb els permisos a nivell global, normalment feu servir Rols per a això, i deixeu que determinats Grups tinguin un paper determinat. El símbol{plone_svg}indica un rol heretat de la pertinença a un altre grup.","Header cell":"Cel·la de capçalera","Headline":"Titular","Headline level":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"Les facetes ocultes encara filtraran els resultats si es passen els paràmetres adequats als URL","Hide Replies":"Amaga les respostes","Hide facet?":"Amagar la faceta?","Hide filters":"","Hide title":"","History":"Història","History Version Number":"#","History of {title}":"Historial de {title}","Home":"Inici","ID":"Id","Icon View":"","If all of the following conditions are met:":"","If selected, this item will not appear in the navigation tree":"Si se selecciona, aquest element no apareixerà a l'arbre de navegació","If this date is in the future, the content will not show up in listings and searches until this date.":"Si aquesta data és en el futur, el contingut no apareixerà a les llistes i cerques fins a aquesta data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Si esteu segur que aquest usuari ha abandonat l'objecte, podeu desbloquejar-lo. Aleshores podreu editar-lo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si esteu segur que teniu l'adreça web correcta però trobeu un error, poseu-vos en contacte amb el {site_admin}.","Image":"imatge","Image gallery":"Galeria d'imatges","Image override":"","Image size":"","Image view":"Imatge","Include this occurence":"Incloeu aquesta ocurrència","Info":"Informació","InfoUserGroupSettings":"","Inherit permissions from higher levels":"Hereta els permisos dels nivells superiors","Inherited value":"Valor heretat","Insert col after":"Inseriu col després","Insert col before":"Inseriu el coll abans","Insert row after":"Insereix fila després","Insert row before":"Insereix fila abans","Inspect relations":"","Install":"Instal·lar","Installed":"Instal·lat","Installed version":"Versió instal·lada","Installing a third party add-on":"","Interval Daily":"Interval diari","Interval Monthly":"Mes/Messos","Interval Weekly":"Setmana(es)","Interval Yearly":"Any(s)","Invalid Block":"","Invalid teaser source":"","It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them.":"","Item batch size":"Mida del lot d'articles","Item successfully moved.":"L'element s'ha mogut correctament.","Item(s) copied.":"Elements copiats.","Item(s) cut.":"Element(s) tallat.","Item(s) has been updated.":"Els elements s'han actualitzat.","Item(s) pasted.":"Elements enganxats.","Item(s) state has been updated.":"L'estat dels elements s'ha actualitzat.","Items":"Articles","Items must be unique.":"Els articles han de ser únics.","Label":"Etiqueta","Language":"Llenguatge","Language independent field.":"","Language independent icon title":"","Large":"","Last":"Últim","Last comment date":"Data de l'últim comentari","Last modified":"Última modificació","Latest available configuration":"","Latest version":"Última versió","Layout":"Disseny","Lead Image":"Imatge Principal","Left":"A l'esquerra","Less filters":"","Link":"Enllaç","Link copied to clipboard":"","Link more":"Enllaça més","Link redirect view":"Redirecció d'enllaç","Link settings":"","Link title":"Títol de l'enllaç","Link to":"Enllaç a","Link translation for":"Traducció d'enllaços per","Linking this item with hyperlink in text":"","Links and references":"","List View":"","Listing":"llistat","Listing view":"Llistat","Load more":"Carrega més...","Loading":"Carregant.","Log In":"Iniciar Sessió","Log in":"Iniciar Sessió","Logged out":"","Login":"Iniciar Sessió","Login Failed":"Error a l'iniciar sessió","Login Name":"Nom d'usuari","Logo of":"","Logout":"Tancar sessió","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Fet per {creator} el {date}. Aquesta ja no és una còpia de treball, sinó el contingut principal.","Make the table compact":"Redueix els marges de la cel·la","Manage Translations":"Gestionar les traduccions","Manage content…":"","Manage translations for {title}":"Gestiona les traduccions per a {title}","Manual":"","Manually":"","Manually or automatically added?":"","Many relations found. Please search.":"","Maps":"","Maps URL":"URL del mapa","Maximum length is {len}.":"La longitud màxima és {len}.","Maximum value is {len}.":"El valor màxim és {len}.","Medium":"","Membership updated":"","Message":"Missatge","Minimum length is {len}.":"La longitud mínima és {len}.","Minimum value is {len}.":"El valor mínim és {len}.","Moderate Comments":"Comentaris moderats","Moderate comments":"Modera els comentaris","Monday and Friday":"dilluns i divendres","Month day":"Dia","Monthly":"Mensual","More":"Més","More filters":"","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"","Mosaic layout":"","Move down":"","Move to bottom of folder":"Mou a la part inferior de la carpeta","Move to top of folder":"Mou a la part superior de la carpeta","Move up":"","Multiple choices?":"Múltiples opcions?","My email is":"","My username is":"El meu nom d'usuari és","Name":"Nom","Narrow":"","Navigate back":"Navega enrere","Navigate to this item":"","Navigation":"Navegació","New password":"Nova contrasenya","News Item":"Noticia","News item view":"Notícia","No":"No","No Transactions Found":"","No Transactions Selected":"","No Transactions Selected To Do Undo":"","No Video selected":"","No addons found":"","No broken relations found.":"","No connection to the server":"","No image selected":"","No image set in Lead Image content field":"No s'ha establert cap imatge al camp de contingut de la imatge principal","No image set in image content field":"No s'ha establert cap imatge al camp de contingut de la imatge","No images found.":"","No items found in this container.":"No s'han trobat articles en aquest contenidor.","No items selected":"No s'ha seleccionat cap element","No links to this item found.":"","No map selected":"No s'ha seleccionat cap mapa","No occurences set":"No s'ha establert cap ocurrència","No options":"Sense opcions","No relation found":"","No results found":"Sense resultats","No results found.":"Sense resultats.","No selection":"Sense selecció","No uninstall profile":"Aquest complement no proporciona un perfil de desinstal·lació.","No user found":"","No value":"Sense valor","No workflow":"Sense flux de treball","None":"Cap","Note":"","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Tingueu en compte que els rols establerts aquí s'apliquen directament a un usuari. El símbol{plone_svg}indica un rol heretat de la pertinença a un grup.","Number of active objects":"Nombre d'objectes actius","Object Size":"Mida de l'objecte","Occurences":"esdeveniment(s)","Ok":"D'acord","Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines.":"","Open in a new tab":"Obre en una pestanya nova","Open menu":"Obre el menú","Open object browser":"Obre el navegador d'objectes","Order":"","Ordered":"","Origin":"Origen","Overview of relations of all content items":"","Page":"Pàgina","Parent fieldset":"Conjunt de camps pare","Password":"Contrasenya","Password reset":"Restableix la contrasenya","Passwords do not match.":"Les contrasenyes no coincideixen.","Paste":"Enganxar","Paste blocks":"Enganxa blocs","Perform the following actions:":"","Permissions have been updated successfully":"Els permisos s'han actualitzat correctament","Permissions updated":"Permisos actualitzats","Personal Information":"Informació personal","Personal Preferences":"Preferències personals","Personal tools":"Eines personals","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Responsables de la creació del contingut d'aquest article. Introduïu una llista de noms d'usuari, un per línia. El creador principal hauria de ser primer.","Placeholder":"","Please choose an existing content as source for this element":"","Please continue with the upgrade.":"","Please ensure you have a backup of your site before performing the upgrade.":"","Please enter a valid URL by deleting the block and adding a new video block.":"Introduïu un URL vàlid suprimint el bloc i afegint un bloc de vídeo nou.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Introduïu el codi d'inserció proporcionat per Google Maps -> Comparteix -> Insereix el mapa. Hauria de contenir el codi <iframe> .","Please fill out the form below to set your password.":"Si us plau, omple el formulari següent per configurar la teva contrasenya.","Please search for users or use the filters on the side.":"","Please upgrade to plone.restapi >= 8.24.0.":"","Please upgrade to plone.restapi >= 8.39.0.":"","Plone Foundation":"Fundació Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS/WCM de codi obert","Position changed":"","Possible values":"Valors possibles (introduïu les opcions permeses una per línia).","Powered by Plone & Python":"Desenvolupat amb Plone i Python","Preferences":"Preferències","Prettify your code":"Prepareu el vostre codi","Preview":"Vista prèvia","Preview Image URL":"Previsualitza l'URL de la imatge","Profile":"Perfil","Properties":"Propietats","Publication date":"Data de publicació","Publishing Date":"Data de publicació","Query":"Consulta","Query Parameter Name":"","Re-enter the password. Make sure the passwords are identical.":"Torneu a introduir la contrasenya. Assegureu-vos que les contrasenyes són idèntiques.","Read More…":"Llegeix més…","Read only for this type of relation.":"","Rearrange items by…":"Reorganitza els elements per...","Recurrence ends":"Acaba","Recurrence ends after":"Després","Recurrence ends on":"La recurrència acava el","Redo":"","Reduce complexity":"Disseny de taula minimalista","Referencing this item as related item":"","Referencing this item with {relationship}":"","Refresh source content":"","Register":"Registrar-se","Registration form":"Formulari d'inscripció","Related Items":"","Relation name":"","Relations":"","Relations are editable with plone.api >= 2.0.3.":"","Relations updated":"","Relevance":"Pertinència","Remove":"","Remove element {index}":"","Remove item":"Elimina l'element","Remove recurrence":"Elimina","Remove selected":"","Remove term":"Elimina el terme","Remove users from group":"","Remove working copy":"Elimina la còpia de treball","Rename":"Canviar el nom","Rename Items Loading Message":"S'està canviant el nom dels elements...","Rename items":"Canvia el nom dels elements","Repeat":"Repetiu","Repeat every":"Repetiu-ne totes","Repeat on":"Repetiu","Replace existing file":"Substitueix el fitxer existent","Reply":"Respon","Required":"Obligatori","Required input is missing.":"Falta l'entrada necessària.","Reset element {index}":"","Reset term title":"Restableix el títol","Reset the block":"","Results limit":"Límit de resultats","Results preview":"Vista prèvia dels resultats","Results template":"Plantilla de resultats","Reversed order":"Ordre invertit","Revert to this revision":"Torna a aquesta revisió","Review state":"Estat de revisió","Richtext":"Text enriquit","Right":"Dret","Rights":"drets","Roles":"Funcions","Root":"Arrel","Rule added":"","Rule enable changed":"","Rules":"","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"","Save":"Desa","Save recurrence":"Desa","Saved":"","Scheduled":"","Schema":"Esquema","Schema updates":"Actualitzacions d'esquemes","Search":"Cerca","Search SVG":"Cerca SVG","Search Site":"Cerca al lloc","Search block":"Bloc de cerca","Search button label":"Etiqueta del botó de cerca","Search content":"Cerca contingut","Search for user or group":"Cerca usuari o grup","Search group…":"Cerca grup...","Search input label":"Cerca l'etiqueta d'entrada","Search results":"Resultats de la cerca","Search results for {term}":"Resultats de la cerca per a {term}","Search sources by title or path":"","Search targets by title or path":"","Search users…":"Cerca usuaris...","Searched for: <em>{searchedtext}</em>.":"","Second":"Segon","Section title":"Títol de la secció","Select":"Seleccioneu","Select a date to add to recurrence":"Seleccioneu una data per afegir a la recurrència","Select columns to show":"Seleccioneu les columnes per mostrar","Select relation":"","Select rule":"","Select the transition to be used for modifying the items state.":"Seleccioneu la transició que s'utilitzarà per modificar l'estat dels elements.","Selected":"","Selected dates":"Dates seleccionades","Selected items":"Elements seleccionats","Selected items - x of y":"de","Selection":"Selecció","Select…":"Selecciona ...","Send":"Enviar","Send a confirmation mail with a link to set the password.":"","Server Error":"","Set my password":"Estableix la meva contrasenya","Set your password":"Establiu la contrasenya","Settings":"Configuració","Sharing":"Compartir","Sharing for {title}":"Compartint per a {title}","Short Name":"Nom curt","Short name":"Nom curt","Show":"Espectacle","Show All":"Mostrar tots","Show Replies":"Mostra les respostes","Show filters":"","Show groups of users below":"","Show item":"Mostra l'element","Show potential sources. Not only objects that are source of some relation.":"","Show potential targets. Not only objects that are target of some relation.":"","Show search button?":"Mostra el botó de cerca?","Show search input?":"Mostra l'entrada de cerca?","Show sorting?":"Mostra l'ordenació?","Show total results":"","Shrink sidebar":"Redueix la barra lateral","Shrink toolbar":"Redueix la barra d'eines","Sign in to start session":"Inicieu la sessió per iniciar la sessió","Site Administration":"Administració del lloc","Site Setup":"Configuració del lloc","Sitemap":"Mapa del lloc","Size: {size}":"Mida: {size}","Small":"","Some items are also a folder. By deleting them you will delete {containedItemsToDelete} {variation} inside the folders.":"","Some items are referenced by other contents. By deleting them {brokenReferences} {variation} will be broken.":"","Some relations are broken. Please fix.":"","Sorry, something went wrong with your request":"Ho sentim, hi ha hagut un error amb la teva sol·licitud","Sort By":"","Sort By:":"Ordenar per:","Sort on":"Ordena","Sort on options":"Ordena les opcions","Sort transactions by User-Name, Path or Date":"","Sorted":"","Sorted on":"","Source":"Origen","Specify a youtube video or playlist url":"Especifiqueu un URL de vídeo o llista de reproducció de YouTube","Split":"Dividir","Start Date":"Data d'inici","Start of the recurrence":"Inici de la recurrència","Start password reset":"Inicia el restabliment de la contrasenya","State":"Estat","Status":"","Sticky":"","Stop compare":"Deixa de comparar","String":"Cadena","Stripe alternate rows with color":"Color de fons alternatiu de la fila","Styling":"","Subject":"Assumpte","Submit":"","Success":"Èxit","Successfully Undone Transactions":"","Summary":"Resum","Summary view":"Sumari","Switch to":"Canvia a","Table":"Taula","Table of Contents":"Taula de continguts","Tabular view":"Taula","Tags":"Etiquetes","Tags to add":"Etiquetes per afegir","Tags to remove":"Etiquetes per eliminar","Target":"","Target Path (Required)":"","Target memory size per cache in bytes":"Mida de memòria objectiu per memòria cau en bytes","Target number of objects in memory per cache":"Nombre objectiu d'objectes a la memòria per memòria cau","Teaser":"","Text":"Text","Thank you.":"Gràcies.","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"El backend no respon, comproveu si heu iniciat Plone, comproveu l'objecte de configuració del vostre projecte apiPath (o si feu servir el servidor intermediari intern, devProxyToApiPath) o la variable d'entorn de RAZZLE_API_PATH Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"El backend està responent, però les capçaleres CORS no estan configurades correctament i el navegador ha denegat l'accés als recursos del backend.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"El servidor backend del vostre lloc web no respon, demanem disculpes per les molèsties. Si us plau, prova de tornar a carregar la pàgina i torna-ho a provar. Si el problema persisteix, poseu-vos en contacte amb els administradors del lloc.","The button presence disables the live search, the query is issued when you press ENTER":"La presència del botó desactiva la cerca en directe, la consulta s'emet quan premeu INTRO","The file you uploaded exceeded the maximum allowed size of {size} bytes":"","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"","The item could not be deleted.":"No s'ha pogut suprimir l'element.","The link address is:":"L'adreça de l'enllaç és:","The number of items must be greater than or equal to {minItems}":"","The number of items must be less than or equal to {maxItems}":"","The provided alternative url already exists!":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"El procés de registre ha estat satisfactori. Si us plau, comproveu la vostra bústia d'entrada de correu electrònic per obtenir informació sobre com activar el vostre compte.","The selected default language must be in the list of the field 'Available languages'":"","The site configuration is outdated and needs to be upgraded.":"","The value does not match the pattern {pattern}":"","The working copy was discarded":"La còpia de treball es va descartar","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"El {plonecms} és {copyright} 2000-{current_year} per {plonefoundation} i amics.","There are no groups with the searched criteria":"","There are no users with the searched criteria":"","There are some errors.":"","There is a configuration problem on the backend":"Hi ha un problema de configuració al backend","There was an error with the upgrade.":"","There were some errors":"Hi va haver alguns errors","There were some errors.":"Hi va haver alguns errors.","These items will have broken links":"","Third":"Tercer","This has an ongoing working copy in {title}":"Té una còpia de treball en curs a {title}","This is a reserved name and can't be used":"","This is a working copy of {title}":"Aquesta és una còpia de treball de {title}","This item is also a folder. By deleting it you will delete {containedItemsToDelete} {variation} inside the folder.":"","This item was locked by {creator} on {date}":"Aquest element va ser bloquejat per {creator} el dia {date}","This name will be displayed in the URL.":"Aquest nom es mostrarà a l'URL.","This page does not seem to exist…":"Sembla que aquesta pàgina no existeix...","This rule is assigned to the following locations:":"","Time":"Hora","Title":"Títol","Title field error. Value not provided or already existing.":"","Total active and non-active objects":"Total d'objectes actius i no actius","Total comments":"Total de comentaris","Total files to upload: {totalFiles}":"Total fitxers per carregar: {totalFiles}","Total number of objects in each cache":"Nombre total d'objectes a cada memòria cau","Total number of objects in memory from all caches":"Nombre total d'objectes a la memòria de totes les memòria cau","Total number of objects in the database":"Nombre total d'objectes a la base de dades","Transactions":"","Transactions Checkbox":"","Transactions Have Been Sorted":"","Transactions Have Been Unsorted":"","Translate to {lang}":"Tradueix a {lang}","Translation linked":"Traducció enllaçada","Translation linking removed":"S'ha eliminat l'enllaç de traducció","Triggering event field error. Please select a value":"","Type":"Tipus","Type a Video (YouTube, Vimeo or mp4) URL":"Escriviu un URL de vídeo (YouTube, Vimeo o mp4).","Type text...":"","Type the heading…":"","Type the title…":"Escriu el títol…","UID":"UID","URL Management":"","URL Management for {title}":"","Unassign":"","Unassigned":"","Unauthorized":"No autoritzada","Undo":"","Undo Controlpanel":"","Unfold":"Desplegar","Unified":"Unificat","Uninstall":"Desinstal·lar","Unknown Block":"Bloc desconegut {block}","Unlink translation for":"Desenllaça la traducció de","Unlock":"Descobrir","Unsorted":"","Update":"Actualització","Update User":"","Update installed addons":"Actualitza els complements instal·lats","Update installed addons:":"Actualitza els complements instal·lats:","Updates available":"Actualitzacions disponibles","Upgrade":"","Upgrade Plone Site":"","Upgrade Report":"","Upgrade Steps":"","Upload":"Pujar","Upload a lead image in the 'Lead Image' content field.":"Pengeu una imatge principal al camp de contingut 'Imatge principal'.","Upload files":"Carregueu fitxers","Uploading image":"S'està carregant la imatge","Use the form below to define the new content rule":"","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"","Used for programmatic access to the fieldset.":"S'utilitza per a l'accés programàtic al conjunt de camps.","User":"Usuari","User Group Membership":"","User Group Settings":"","User created":"Usuari creat","User deleted":"","User name":"Nom d'usuari","User roles updated":"Rols d'usuari actualitzats","User updated successfuly":"","Username":"Nom d'usuari","Users":"usuaris","Users and Groups":"Usuaris i Grups","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"","Variation":"Variació","Version Overview":"Visió general de la versió","Video":"Vídeo","Video URL":"URL del vídeo","View":"veure","View changes":"Veure els canvis","View links and references to this item":"","View this revision":"Veure aquesta revisió","View working copy":"Veure còpia de treball","Viewmode":"veure","Vocabulary term":"Terme de vocabulari","Vocabulary term title":"Títol","Vocabulary terms":"Termes de vocabulari","Warning Regarding debug mode":"Esteu executant en 'mode de depuració'. Aquest mode està pensat per a llocs que estan en desenvolupament. Això permet que molts canvis de configuració siguin visibles immediatament, però farà que el vostre lloc funcioni més lentament. Per desactivar el mode de depuració, atureu el servidor, configureu 'debug-mode=off' al vostre buildout.cfg, torneu a executar bin/buildout i després reinicieu el procés del servidor.","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Demanem disculpes per les molèsties, però el backend del lloc al qual esteu accedint no està disponible en aquest moment. Siusplau, intenta-ho més tard.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Demanem disculpes per les molèsties, però la pàgina a la qual estàveu intentant accedir no es troba en aquesta adreça. Podeu utilitzar els enllaços següents per ajudar-vos a trobar el que busqueu.","We apologize for the inconvenience, but there was an unexpected error on the server.":"","We apologize for the inconvenience, but you don't have permissions on this resource.":"Demanem disculpes per les molèsties, però no teniu permisos sobre aquest recurs.","Weeek day of month":"El","Weekday":"Dia de la setmana","Weekly":"Setmanalment","What":"Què","When":"Quan","When this date is reached, the content will nolonger be visible in listings and searches.":"Quan s'arribi a aquesta data, el contingut ja no serà visible a les llistes i cerques.","Whether or not execution of further rules should stop after this rule is executed":"","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"","Whether or not the rule is currently enabled":"","Who":"OMS","Wide":"","Workflow Change Loading Message":"S'estan actualitzant els estats del flux de treball...","Workflow updated.":"Flux de treball actualitzat.","Yearly":"Anualment","Yes":"Sí","You are trying to access a protected resource, please {login} first.":"Esteu provant d'accedir a un recurs protegit, primer {login} .","You are using an outdated browser":"Esteu utilitzant un navegador obsolet","You can add a comment by filling out the form below. Plain text formatting.":"Pots afegir un comentari omplint el formulari següent. Format de text sense format.","You can control who can view and edit your item using the list below.":"Podeu controlar qui pot veure i editar el vostre element mitjançant la llista següent.","You can view the difference of the revisions below.":"Podeu veure la diferència de les revisions a continuació.","You can view the history of your item below.":"Podeu veure l'historial del vostre article a continuació.","You can't paste this content here":"No podeu enganxar aquest contingut aquí","You have been logged out from the site.":"","You have not the required permission for this control panel.":"","Your email is required for reset your password.":"","Your password has been set successfully. You may now {link} with your new password.":"La vostra contrasenya s'ha establert correctament. Ara podeu {link} amb la vostra nova contrasenya.","Your preferred language":"El teu idioma preferit","Your site is up to date.":"","Your usernaame is required for reset your password.":"","accept":"","addUserFormEmailDescription":"","addUserFormFullnameDescription":"","addUserFormPasswordDescription":"","addUserFormUsernameDescription":"","availableViews":"","blocksFieldsErrorTitle":"","box_forgot_password_option":"Has oblidat la teva contrasenya?","bulkUploadUrlsHelp":"","checkboxFacet":"","column":"","columns":"","common":"Comú","compare_to":"Compara amb la llengua","countBrokenRelations":"","daterangeFacet":"","delete":"Suprimeix","deprecated_browser_notice_message":"Esteu utilitzant {browsername} {browserversion} que està obsolet pel seu proveïdor. Això vol dir que no rep actualitzacions de seguretat i que no està preparat per a les funcions web modernes actuals, cosa que deteriora l'experiència de l'usuari. Si us plau, actualitzeu a un navegador modern.","description":"Descripció","description_lost_password":"Per motius de seguretat, emmagatzemem la vostra contrasenya xifrada i no us la podem enviar per correu. Si voleu restablir la vostra contrasenya, ompliu el formulari següent i us enviarem un correu electrònic a l'adreça que vau donar quan us vau registrar per iniciar el procés de restabliment de la vostra contrasenya.","description_sent_password":"La vostra sol·licitud de restabliment de la contrasenya s'ha enviat per correu. Hauria d'arribar a la vostra bústia en breu. Quan rebeu el missatge, visiteu l'adreça que conté per restablir la vostra contrasenya.","draft":"Esborrany","email":"L'entrada ha de ser un correu electrònic vàlid (alguna cosa@domini.com)","event_alldates":"Totes les dates","event_attendees":"Assistents","event_contactname":"Nom de contacte","event_contactphone":"Telèfon de contacte","event_website":"Lloc web","event_what":"Què","event_when":"quan","event_where":"On?","examplePath":"","fileTooLarge":"","flush intIds and rebuild relations":"","flushAndRebuildRelationsHints":"","head_title":"","heading_sent_password":"S'ha enviat la confirmació de restabliment de la contrasenya","hero":"Heroi","html":"HTML","image":"Imatge","imageUploadErrorMessage":"","image_block_clear":"","image_block_preview":"","integer":"L'entrada ha de ser enter","intranet":"Intranet","item":"","items":"","label_my_email_is":"","label_my_username_is":"El meu nom d'usuari és","leadimage":"Camp d'imatge principal","link-integrity: Delete item and break links":"","link-integrity: loading references":"","linkAnImage":"","listing":"Llistat","loading":"Carregant","log in":"Iniciar Sessió","maps":"Mapes","maxLength":"Longitud màxima","maximum":"Final de l'interval (inclòs el propi valor)","media":"Mitjans de comunicació","minLength":"Longitud mínima","minimum":"Inici de la gamma","mostUsed":"El més utilitzat","narrowDownRelations":"","no":"","no workflow state":"Sense estat de flux de treball","number":"L'entrada ha de ser un número","of the month":"del mes","or try a different page.":"o prova una pàgina diferent.","others":"altres","pending":"","pickAnImage":"","private":"privat","published":"Publicat","querystring-widget-select":"Selecciona ...","rebuild relations":"","reference":"","references":"","refers to":"","results found":"resultats","return to the site root":"tornar a l'arrel del lloc","rrule_and":"i","rrule_approximate":"(~aproximat)","rrule_at":"a","rrule_dateFormat":"[month] [day], [year]","rrule_day":"Dia","rrule_days":"Dies","rrule_every":"cada","rrule_for":"per","rrule_hour":"hora","rrule_hours":"hores","rrule_in":"a","rrule_last":"últim","rrule_minutes":"minuts","rrule_month":"més","rrule_months":"mesos","rrule_nd":"nd","rrule_on":"on","rrule_on the":"a la","rrule_or":"o","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"el","rrule_time":"temps","rrule_times":"vegades","rrule_until":"fins que","rrule_week":"setmana","rrule_weekday":"Dia de la setmana","rrule_weekdays":"Els dies laborables","rrule_weeks":"Setmanes","rrule_year":"Curs","rrule_years":"Anys","selectFacet":"","selectView":"","size":"","skiplink-footer":"Saltar al peu de pàgina","skiplink-main-content":"Ves al contingut principal","skiplink-navigation":"Saltar a la navegació","sort":"Ordena","sources path":"","table":"Taula","target path":"","text":"","title":"Títol","toc":"Taula de continguts","toggleFacet":"","upgradeVersions":"","uploadAnImage":"","url":"L'entrada ha de ser un URL vàlid (www.something.com o http(s)://www.something.com)","user avatar":"avatar de l'usuari","video":"Vídeo","views":"","visit_external_website":"Visiteu el lloc web extern","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} seleccionat","{id} Content Type":"{id} Tipus de contingut","{id} Schema":"{id} Esquema","{title} copied.":"{title} copiat.","{title} cut.":"{title} tall.","{title} has been deleted.":"S'ha suprimit{title}."}
|
|
1
|
+
{"<p>Add some HTML here</p>":"<p>Afegeix codi HTML aquí</p>","A unique identifier for the group. Cannot be changed after creation. No spaces allowed.":"","Account Registration Completed":"Registre del compte completat","Account activation completed":"Activació del compte completat","Action":"Acció","Action changed":"","Action: ":"","Actions":"Accions","Activate and deactivate":"Activar i desactivar","Active":"","Active content rules in this Page":"","Add":"Afegeix","Add (object list)":"","Add Addons":"Afegeix complements","Add Alternative URL":"","Add Content":"Afegeix contingut","Add Content Rule":"","Add Rule":"","Add Translation…":"Afegeix traducció…","Add User":"Afegeix usuari","Add a description…":"Afegeix una descripció","Add a new alternative url":"","Add action":"","Add block":"Afegeix bloc","Add block in position {index}":"","Add block…":"Afegeix bloc…","Add condition":"","Add content rule":"","Add criteria":"Afegeix criteri","Add date":"Afegeix data","Add element to container":"","Add field":"Afegeix camp","Add fieldset":"Afegeix grup de camps (fieldset)","Add group":"Afegeix grup","Add new content type":"Afegeix un nou tipus de contingut","Add new group":"Afegeix un nou grup","Add new user":"Afegeix un nou usuari","Add to Groups":"Afegeix a grups","Add users to group":"","Add vocabulary term":"Afegeix un nou terme del vocabulari","Add {type}":"Afegeix {type}","Add-Ons":"","Add-on Configuration":"","Add-ons":"","Add-ons Settings":"Configuració de complements","Added":"","Additional date":"Data addicional","Addon could not be installed":"","Addon could not be uninstalled":"","Addon could not be upgraded":"","Addon installed succesfuly":"","Addon uninstalled succesfuly":"","Addon upgraded succesfuly":"","Advanced facet?":"","Advanced facets are initially hidden and displayed on demand":"","Album view":"Album","Alias":"","Alias has been added":"","Aliases have been removed.":"","Aliases have been uploaded.":"","Alignment":"Posicionament","All":"Tots","All content":"Tot el contingut","All existing alternative urls for this site":"","Alphabetically":"Alfabèticament","Alt text":"Text alternatiu (alt)","Alt text hint":"Deixeu el camp buit si la imatge és purament decorativa","Alt text hint link text":"Descriu el propòsit de la imatge","Alternative url path (Required)":"","Alternative url path must start with a slash.":"","Alternative url path → target url path (date and time of creation, manually created yes/no)":"","Another person edited this content, and it's currently displayed. Do you want to replace it with your autosaved content?":"","Applied to subfolders":"","Applies to subfolders?":"","Apply to subfolders":"","Apply working copy":"Aplicar la còpia de treball","Are you sure you want to delete this field?":"Esteu segurs que voleu eliminar aquest camp?","Are you sure you want to delete this fieldset including all fields?":"Esteu segurs que voleu eliminar aquest grup de camps i tots els camps que inclou?","Ascending":"Ascendent","Assign the {role} role to {entry}":"","Assignments":"","Automatically":"","Autosaved content found":"","Available":"Disponible","Available content rules:":"","Back":"Enrere","Base":"Base","Base search query":"Base de cerca","Block":"Bloc","Both":"","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tant l'adreça de correu electrònic com la contrasenya són sensibles a les majúscules i minúscules, comproveu que no teniu activada la tecla de bloqueig de les majúscules.","Breadcrumbs":"Barra de ruta","Broken relations":"","Browse":"Navegui","Browse the site, drop an image, or type a URL":"Navegueu pel lloc, deixeu anar una imatge o escriviu un URL","BulkUploadAltUrls":"","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Per defecte, els permisos del contenidor d'aquest element són heretats. Si es desactiva, només seran vàlids els permisos de compartició definits explícitament. A la vista general, el símbol ${inherited} indica un valor heretat. De la mateixa manera, el símbol ${global} indica un rol global, que és gestionat per l'administrador del lloc.","CSVFile":"","Cache Name":"Nom de la memòria cau","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que no és compatible amb <strong>el blocs de Volto</strong> activats","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que el comportament de <strong>blocs</strong> està habilitat i <strong>només de lectura</strong>","Cancel":"Cancel·lar","Cancel search":"Cancel·la la cerca","Cell":"Cel·la","Center":"Centre","Change Note":"Canvia nota","Change Password":"Canvia la contrasenya","Change State":"Canvia d'estat","Change workflow state recursively":"Canvieu l'estat del flux de treball de manera recursiva","Changes applied.":"Canvis aplicats","Changes saved":"S'han guardat els canvis","Changes saved.":"S'han guardat els canvis.","Check this box to customize the title, description, or image of the target content item for this teaser. Leave it unchecked to show updates to the target content item if it is edited later.":"","Checkbox":"Casella de selecció","Choices":"Opcions","Choose Image":"Trieu Imatge","Choose Target":"Trieu Destí","Choose a file":"Trieu un fitxer","Clear":"Clar","Clear date/time":"","Clear filters":"Esborra filtres","Clear search":"","Click to download full sized image":"Feu clic per descarregar la imatge a mida completa","Close":"Tanca","Close menu":"Tanca el menú","Code":"Codi","Collapse item":"Replega l'element","Collection":"Col·lecció","Color":"","Comment":"Comentar","Commenter":"Comentarista","Comments":"Comentaris","Compare":"Compara","Condition changed":"","Condition: ":"","Configuration Versions":"","Configure Content Rule":"","Configure Content Rule: {title}":"","Configure content rule":"","Confirm password":"Confirma la contrassenya","Connection refused":"Connexió rebutjada","Contact form":"Formulari de contacte","Contained items":"Elements continguts","Container settings":"","Content":"","Content Rule":"","Content Rules":"","Content rules for {title}":"","Content rules from parent folders":"","Content that links to or references {title}":"","Content type created":"Tipus de contingut creat","Content type deleted":"S'ha suprimit el tipus de contingut","Contents":"Continguts","Controls":"Controls","Copy":"Copia","Copy blocks":"Copiar blocks","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Declaració de drets d'autor o informació sobre altres drets sobre aquest article.","Create or delete relations to target":"","Create working copy":"Crea una còpia de treball","Created after":"","Created before":"","Created by {creator} on {date}":"Creat per {creator} el {date}","Created on":"Creat el","Creator":"Creador","Creators":"Creadors","Criteria":"Criteris","Current active configuration":"","Current filters applied":"S'han aplicat els filtres actuals","Current password":"Contrasenya actual","Customize teaser content":"","Cut":"Talla","Cut blocks":"Talla bloc","Daily":"Diàriament","Database":"","Database Information":"Informació de la base de dades","Database Location":"Ubicació de la base de dades","Database Size":"Mida de la base de dades","Database main":"Base de dades principal","Date":"Data","Date (newest first)":"Data (el més nou primer)","Default":"Per defecte","Default value":"","Default view":"Per defecte","Delete":"Suprimeix","Delete Group":"Suprimeix el grup","Delete Type":"Suprimeix el tipus","Delete User":"Suprimeix l'usuari","Delete action":"","Delete blocks":"Esborra blocs","Delete col":"Esborra la columna","Delete condition":"","Delete row":"Suprimeix la fila","Delete selected items?":"","Delete this item?":"","Deleted":"","Deleting this item will break {brokenReferences} {variation}.":"","Depth":"Profunditat","Descending":"Descendent","Description":"Descripció","Diff":"Diferència","Difference between revision {one} and {two} of {title}":"Diferència entre la revisió {one} i {two} de {title}","Disable":"","Disable apply to subfolders":"","Disabled":"","Disabled apply to subfolders":"","Distributed under the {license}.":"Distribuït sota la {license}.","Divide each row into separate cells":"Afegeix una vora a les columnes interiors","Do you really want to delete the group {groupname}?":"Realment voleu suprimir el grup {groupname}?","Do you really want to delete the type {typename}?":"Realment voleu suprimir el tipus {typename}?","Do you really want to delete the user {username}?":"Realment voleu suprimir l'usuari {username}?","Do you really want to delete this item?":"Realment voleu suprimir aquest element?","Do you want to restore your autosaved content?":"","Document":"Document","Document view":"Document","Download Event":"","Download file":"","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arrossegueu i deixeu anar fitxers des del vostre ordinador a aquesta àrea o feu clic al botó 'Examinar'.","Drop file here to replace the existing file":"Deixeu anar el fitxer aquí per substituir el fitxer existent","Drop file here to upload a new file":"Deixeu anar el fitxer aquí per pujar un fitxer nou","Drop files here ...":"Deixeu fitxers aquí...","Dry run selected, transaction aborted.":"","E-mail":"correu electrònic","E-mail addresses do not match.":"Les adreces de correu electrònic no coincideixen.","Edit":"Edita","Edit Alternative URL":"","Edit Rule":"","Edit comment":"Edita el comentari","Edit field":"Edita el camp","Edit fieldset":"Edita el conjunt de camps","Edit recurrence":"Edita la recurrència","Edit values":"Edita valors","Edit {title}":"Edita {title}","Email":"Correu electrònic","Email sent":"Email enviat","Embed code error, please follow the instructions and try again.":"Error d'inserció del codi, seguiu les instruccions i torneu-ho a provar.","Empty object list":"Llista d'objectes buida","Enable":"","Enable editable Blocks":"Activa els blocs editables","Enabled":"","Enabled here?":"","Enabled?":"","End Date":"Data de finalització","Enter URL or select an item":"Introduïu l'URL o seleccioneu un element","Enter a username above to search or click 'Show All'":"Introduïu un nom d'usuari a dalt per cercar o feu clic a 'Mostra-ho tot'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Introduïu una adreça de correu electrònic. Aquest serà el vostre nom d'inici de sessió. Respectem la vostra privadesa i no donarem l'adreça a tercers ni l'exposarem enlloc.","Enter full name, e.g. John Smith.":"Introduïu el nom complet, per exemple John Smith.","Enter map Embed Code":"Introduïu el codi d'inserció del mapa","Enter the absolute path of the target. Target must exist or be an existing alternative url path to the target.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only URLs that result in a 404 not found page will result in a redirect occurring.":"","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"","Enter your current password.":"Introduïu la vostra contrasenya actual.","Enter your email for verification.":"","Enter your new password. Minimum 8 characters.":"Introduïu la vostra nova contrasenya. Mínim 8 caràcters.","Enter your username for verification.":"","Entries":"","Error":"Error","Event":"","Event end date must be on or after {startDateValueOrStartFieldName}":"","Event listing":"Llista d'esdeveniments","Event start date must be on or before {endDateValueOrEndFieldName}":"","Event view":"Esdeveniment","Example":"","Exclude from navigation":"Exclou de la navegació","Exclude this occurence":"Exclou aquesta ocurrència","Excluded from navigation":"Exclòs de la navegació","Existing alternative urls for this item":"","Expand sidebar":"Amplieu la barra lateral","Expiration Date":"Data de caducitat","Expiration date":"Data de caducitat","Expired":"Caducat","External URL":"URL externa","Facet":"Faceta","Facet widget":"Giny de faceta","Facets":"Facetes","Facets on left side":"Facetes al costat esquerre","Facets on right side":"Facetes al costat dret","Facets on top":"Facetes a la part superior","Failed To Undo Transactions":"","Field":"Camp","File":"Dossier","File is not of the accepted type {accept}":"","File size":"Mida de l'arxiu","File view":"Arxiu","Filename":"Nom de l'arxiu","Files uploaded: {uploadedFiles}":"Fitxers pujats: {uploadedFiles}","Fills the value of the form field with the value supplied by a query parameter inside the URL with the given name.":"","Filter":"","Filter Rules:":"","Filter by prefix":"","Filter users by groups":"","Filter…":"Filtra...","First":"Primer","Fix relations":"","Fixed width table cells":"Columnes d'amplada fixa","Fold":"Plegar","Folder":"Carpeta","Folder listing":"Llistat","Forbidden":"Prohibit","Fourth":"Quart","From":"Des de","Full":"Complet","Full Name":"Nom complet","Fullname":"Nom complet","GNU GPL license":"Llicència GNU GPL","General":"","Global role":"Paper global","Google Maps Embedded Block":"Bloc incrustat de Google Maps","Grid":"","Group":"Grup","Group created":"Grup creat","Group deleted":"","Group roles updated":"S'han actualitzat els rols del grup","Groupname":"Nom del grup","Groups":"Grups","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Els grups són col·leccions lògiques d'usuaris, com ara departaments i unitats de negoci. Els grups no estan directament relacionats amb els permisos a nivell global, normalment feu servir Rols per a això, i deixeu que determinats Grups tinguin un paper determinat. El símbol{plone_svg}indica un rol heretat de la pertinença a un altre grup.","Header cell":"Cel·la de capçalera","Headline":"Titular","Headline level":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"Les facetes ocultes encara filtraran els resultats si es passen els paràmetres adequats als URL","Hide Replies":"Amaga les respostes","Hide facet?":"Amagar la faceta?","Hide filters":"","Hide title":"","History":"Història","History Version Number":"#","History of {title}":"Historial de {title}","Home":"Inici","ID":"Id","Icon View":"","If all of the following conditions are met:":"","If selected, this item will not appear in the navigation tree":"Si se selecciona, aquest element no apareixerà a l'arbre de navegació","If this date is in the future, the content will not show up in listings and searches until this date.":"Si aquesta data és en el futur, el contingut no apareixerà a les llistes i cerques fins a aquesta data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Si esteu segur que aquest usuari ha abandonat l'objecte, podeu desbloquejar-lo. Aleshores podreu editar-lo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si esteu segur que teniu l'adreça web correcta però trobeu un error, poseu-vos en contacte amb el {site_admin}.","Image":"imatge","Image gallery":"Galeria d'imatges","Image override":"","Image size":"","Image view":"Imatge","Include this occurence":"Incloeu aquesta ocurrència","Info":"Informació","InfoUserGroupSettings":"","Inherit permissions from higher levels":"Hereta els permisos dels nivells superiors","Inherited value":"Valor heretat","Insert col after":"Inseriu col després","Insert col before":"Inseriu el coll abans","Insert row after":"Insereix fila després","Insert row before":"Insereix fila abans","Inspect relations":"","Install":"Instal·lar","Installed":"Instal·lat","Installed version":"Versió instal·lada","Installing a third party add-on":"","Interval Daily":"Interval diari","Interval Monthly":"Mes/Messos","Interval Weekly":"Setmana(es)","Interval Yearly":"Any(s)","Invalid Block":"","Invalid teaser source":"","It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them.":"","Item batch size":"Mida del lot d'articles","Item successfully moved.":"L'element s'ha mogut correctament.","Item(s) copied.":"Elements copiats.","Item(s) cut.":"Element(s) tallat.","Item(s) has been updated.":"Els elements s'han actualitzat.","Item(s) pasted.":"Elements enganxats.","Item(s) state has been updated.":"L'estat dels elements s'ha actualitzat.","Items":"Articles","Items must be unique.":"Els articles han de ser únics.","Label":"Etiqueta","Language":"Llenguatge","Language independent field.":"","Language independent icon title":"","Large":"","Last":"Últim","Last comment date":"Data de l'últim comentari","Last modified":"Última modificació","Latest available configuration":"","Latest version":"Última versió","Layout":"Disseny","Lead Image":"Imatge Principal","Left":"A l'esquerra","Less filters":"","Link":"Enllaç","Link copied to clipboard":"","Link more":"Enllaça més","Link redirect view":"Redirecció d'enllaç","Link settings":"","Link title":"Títol de l'enllaç","Link to":"Enllaç a","Link translation for":"Traducció d'enllaços per","Linking this item with hyperlink in text":"","Links and references":"","List View":"","Listing":"llistat","Listing view":"Llistat","Load more":"Carrega més...","Loading":"Carregant.","Log In":"Iniciar Sessió","Log in":"Iniciar Sessió","Logged out":"","Login":"Iniciar Sessió","Login Failed":"Error a l'iniciar sessió","Login Name":"Nom d'usuari","Logo of":"","Logout":"Tancar sessió","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Fet per {creator} el {date}. Aquesta ja no és una còpia de treball, sinó el contingut principal.","Make the table compact":"Redueix els marges de la cel·la","Manage Translations":"Gestionar les traduccions","Manage content…":"","Manage translations for {title}":"Gestiona les traduccions per a {title}","Manual":"","Manually":"","Manually or automatically added?":"","Many relations found. Please search.":"","Maps":"","Maps URL":"URL del mapa","Maximum length is {len}.":"La longitud màxima és {len}.","Maximum value is {len}.":"El valor màxim és {len}.","Medium":"","Membership updated":"","Message":"Missatge","Minimum length is {len}.":"La longitud mínima és {len}.","Minimum value is {len}.":"El valor mínim és {len}.","Moderate Comments":"Comentaris moderats","Moderate comments":"Modera els comentaris","Monday and Friday":"dilluns i divendres","Month day":"Dia","Monthly":"Mensual","More":"Més","More filters":"","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"","Mosaic layout":"","Move down":"","Move to bottom of folder":"Mou a la part inferior de la carpeta","Move to top of folder":"Mou a la part superior de la carpeta","Move up":"","Multiple choices?":"Múltiples opcions?","My email is":"","My username is":"El meu nom d'usuari és","Name":"Nom","Narrow":"","Navigate back":"Navega enrere","Navigate to this item":"","Navigation":"Navegació","New password":"Nova contrasenya","News Item":"Noticia","News item view":"Notícia","No":"No","No Transactions Found":"","No Transactions Selected":"","No Transactions Selected To Do Undo":"","No Video selected":"","No addons found":"","No broken relations found.":"","No connection to the server":"","No image selected":"","No image set in Lead Image content field":"No s'ha establert cap imatge al camp de contingut de la imatge principal","No image set in image content field":"No s'ha establert cap imatge al camp de contingut de la imatge","No images found.":"","No items found in this container.":"No s'han trobat articles en aquest contenidor.","No items selected":"No s'ha seleccionat cap element","No links to this item found.":"","No map selected":"No s'ha seleccionat cap mapa","No occurences set":"No s'ha establert cap ocurrència","No options":"Sense opcions","No relation found":"","No results found":"Sense resultats","No results found.":"Sense resultats.","No selection":"Sense selecció","No uninstall profile":"Aquest complement no proporciona un perfil de desinstal·lació.","No user found":"","No value":"Sense valor","No workflow":"Sense flux de treball","None":"Cap","Not available":"Cap","Note":"","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Tingueu en compte que els rols establerts aquí s'apliquen directament a un usuari. El símbol{plone_svg}indica un rol heretat de la pertinença a un grup.","Number of active objects":"Nombre d'objectes actius","Object Size":"Mida de l'objecte","Occurences":"esdeveniment(s)","Ok":"D'acord","Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., \"\". Cannot contain new lines.":"","Open in a new tab":"Obre en una pestanya nova","Open menu":"Obre el menú","Open object browser":"Obre el navegador d'objectes","Order":"","Ordered":"","Origin":"Origen","Overview of relations of all content items":"","Page":"Pàgina","Parent fieldset":"Conjunt de camps pare","Password":"Contrasenya","Password reset":"Restableix la contrasenya","Passwords do not match.":"Les contrasenyes no coincideixen.","Paste":"Enganxar","Paste blocks":"Enganxa blocs","Perform the following actions:":"","Permissions have been updated successfully":"Els permisos s'han actualitzat correctament","Permissions updated":"Permisos actualitzats","Personal Information":"Informació personal","Personal Preferences":"Preferències personals","Personal tools":"Eines personals","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Responsables de la creació del contingut d'aquest article. Introduïu una llista de noms d'usuari, un per línia. El creador principal hauria de ser primer.","Placeholder":"","Please choose an existing content as source for this element":"","Please continue with the upgrade.":"","Please ensure you have a backup of your site before performing the upgrade.":"","Please enter a valid URL by deleting the block and adding a new video block.":"Introduïu un URL vàlid suprimint el bloc i afegint un bloc de vídeo nou.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Introduïu el codi d'inserció proporcionat per Google Maps -> Comparteix -> Insereix el mapa. Hauria de contenir el codi <iframe> .","Please fill out the form below to set your password.":"Si us plau, omple el formulari següent per configurar la teva contrasenya.","Please search for users or use the filters on the side.":"","Please upgrade to plone.restapi >= 8.24.0.":"","Please upgrade to plone.restapi >= 8.39.0.":"","Plone Foundation":"Fundació Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS/WCM de codi obert","Position changed":"","Possible values":"Valors possibles (introduïu les opcions permeses una per línia).","Powered by Plone & Python":"Desenvolupat amb Plone i Python","Preferences":"Preferències","Prettify your code":"Prepareu el vostre codi","Preview":"Vista prèvia","Preview Image URL":"Previsualitza l'URL de la imatge","Profile":"Perfil","Properties":"Propietats","Publication date":"Data de publicació","Publishing Date":"Data de publicació","Query":"Consulta","Query Parameter Name":"","Re-enter the password. Make sure the passwords are identical.":"Torneu a introduir la contrasenya. Assegureu-vos que les contrasenyes són idèntiques.","Read More…":"Llegeix més…","Read only for this type of relation.":"","Rearrange items by…":"Reorganitza els elements per...","Recurrence ends":"Acaba","Recurrence ends after":"Després","Recurrence ends on":"La recurrència acava el","Redo":"","Reduce complexity":"Disseny de taula minimalista","Referencing this item as related item":"","Referencing this item with {relationship}":"","Refresh source content":"","Register":"Registrar-se","Registration form":"Formulari d'inscripció","Related Items":"","Relation name":"","Relations":"","Relations are editable with plone.api >= 2.0.3.":"","Relations updated":"","Relevance":"Pertinència","Remove":"","Remove element {index}":"","Remove item":"Elimina l'element","Remove recurrence":"Elimina","Remove selected":"","Remove term":"Elimina el terme","Remove users from group":"","Remove working copy":"Elimina la còpia de treball","Rename":"Canviar el nom","Rename Items Loading Message":"S'està canviant el nom dels elements...","Rename items":"Canvia el nom dels elements","Repeat":"Repetiu","Repeat every":"Repetiu-ne totes","Repeat on":"Repetiu","Replace existing file":"Substitueix el fitxer existent","Reply":"Respon","Required":"Obligatori","Required input is missing.":"Falta l'entrada necessària.","Reset element {index}":"","Reset term title":"Restableix el títol","Reset the block":"","Results limit":"Límit de resultats","Results preview":"Vista prèvia dels resultats","Results template":"Plantilla de resultats","Reversed order":"Ordre invertit","Revert to this revision":"Torna a aquesta revisió","Review state":"Estat de revisió","Richtext":"Text enriquit","Right":"Dret","Rights":"drets","Roles":"Funcions","Root":"Arrel","Rule added":"","Rule enable changed":"","Rules":"","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"","Save":"Desa","Save recurrence":"Desa","Saved":"","Scheduled":"","Schema":"Esquema","Schema updates":"Actualitzacions d'esquemes","Search":"Cerca","Search SVG":"Cerca SVG","Search Site":"Cerca al lloc","Search block":"Bloc de cerca","Search button label":"Etiqueta del botó de cerca","Search content":"Cerca contingut","Search for user or group":"Cerca usuari o grup","Search group…":"Cerca grup...","Search input label":"Cerca l'etiqueta d'entrada","Search results":"Resultats de la cerca","Search results for {term}":"Resultats de la cerca per a {term}","Search sources by title or path":"","Search targets by title or path":"","Search users…":"Cerca usuaris...","Searched for: <em>{searchedtext}</em>.":"","Second":"Segon","Section title":"Títol de la secció","Select":"Seleccioneu","Select a date to add to recurrence":"Seleccioneu una data per afegir a la recurrència","Select columns to show":"Seleccioneu les columnes per mostrar","Select relation":"","Select rule":"","Select the transition to be used for modifying the items state.":"Seleccioneu la transició que s'utilitzarà per modificar l'estat dels elements.","Selected":"","Selected dates":"Dates seleccionades","Selected items":"Elements seleccionats","Selected items - x of y":"de","Selection":"Selecció","Select…":"Selecciona ...","Send":"Enviar","Send a confirmation mail with a link to set the password.":"","Server Error":"","Set my password":"Estableix la meva contrasenya","Set your password":"Establiu la contrasenya","Settings":"Configuració","Sharing":"Compartir","Sharing for {title}":"Compartint per a {title}","Short Name":"Nom curt","Short name":"Nom curt","Show":"Espectacle","Show All":"Mostrar tots","Show Replies":"Mostra les respostes","Show filters":"","Show groups of users below":"","Show item":"Mostra l'element","Show potential sources. Not only objects that are source of some relation.":"","Show potential targets. Not only objects that are target of some relation.":"","Show search button?":"Mostra el botó de cerca?","Show search input?":"Mostra l'entrada de cerca?","Show sorting?":"Mostra l'ordenació?","Show total results":"","Shrink sidebar":"Redueix la barra lateral","Shrink toolbar":"Redueix la barra d'eines","Sign in to start session":"Inicieu la sessió per iniciar la sessió","Site Administration":"Administració del lloc","Site Setup":"Configuració del lloc","Sitemap":"Mapa del lloc","Size: {size}":"Mida: {size}","Small":"","Some items are referenced by other contents. Deleting them will break {brokenReferences} {variation}.":"","Some items contain subitems. Deleting them will also delete their {containedItemsToDelete} {variation} inside.":"","Some relations are broken. Please fix.":"","Sorry, something went wrong with your request":"Ho sentim, hi ha hagut un error amb la teva sol·licitud","Sort By":"","Sort By:":"Ordenar per:","Sort on":"Ordena","Sort on options":"Ordena les opcions","Sort transactions by User-Name, Path or Date":"","Sorted":"","Sorted on":"","Source":"Origen","Specify a youtube video or playlist url":"Especifiqueu un URL de vídeo o llista de reproducció de YouTube","Split":"Dividir","Start Date":"Data d'inici","Start of the recurrence":"Inici de la recurrència","Start password reset":"Inicia el restabliment de la contrasenya","State":"Estat","Status":"","Sticky":"","Stop compare":"Deixa de comparar","String":"Cadena","Stripe alternate rows with color":"Color de fons alternatiu de la fila","Styling":"","Subject":"Assumpte","Submit":"","Success":"Èxit","Successfully Undone Transactions":"","Summary":"Resum","Summary view":"Sumari","Switch to":"Canvia a","Table":"Taula","Table of Contents":"Taula de continguts","Tabular view":"Taula","Tags":"Etiquetes","Tags to add":"Etiquetes per afegir","Tags to remove":"Etiquetes per eliminar","Target":"","Target Path (Required)":"","Target memory size per cache in bytes":"Mida de memòria objectiu per memòria cau en bytes","Target number of objects in memory per cache":"Nombre objectiu d'objectes a la memòria per memòria cau","Teaser":"","Text":"Text","Thank you.":"Gràcies.","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"El backend no respon, comproveu si heu iniciat Plone, comproveu l'objecte de configuració del vostre projecte apiPath (o si feu servir el servidor intermediari intern, devProxyToApiPath) o la variable d'entorn de RAZZLE_API_PATH Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"El backend està responent, però les capçaleres CORS no estan configurades correctament i el navegador ha denegat l'accés als recursos del backend.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"El servidor backend del vostre lloc web no respon, demanem disculpes per les molèsties. Si us plau, prova de tornar a carregar la pàgina i torna-ho a provar. Si el problema persisteix, poseu-vos en contacte amb els administradors del lloc.","The button presence disables the live search, the query is issued when you press ENTER":"La presència del botó desactiva la cerca en directe, la consulta s'emet quan premeu INTRO","The file you uploaded exceeded the maximum allowed size of {size} bytes":"","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"","The item could not be deleted.":"No s'ha pogut suprimir l'element.","The kicker is a line of text shown above the title.":"","The link address is:":"L'adreça de l'enllaç és:","The number of items must be greater than or equal to {minItems}":"","The number of items must be less than or equal to {maxItems}":"","The provided alternative url already exists!":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"El procés de registre ha estat satisfactori. Si us plau, comproveu la vostra bústia d'entrada de correu electrònic per obtenir informació sobre com activar el vostre compte.","The selected default language must be in the list of the field 'Available languages'":"","The site configuration is outdated and needs to be upgraded.":"","The value does not match the pattern {pattern}":"","The working copy was discarded":"La còpia de treball es va descartar","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"El {plonecms} és {copyright} 2000-{current_year} per {plonefoundation} i amics.","There are no groups with the searched criteria":"","There are no users with the searched criteria":"","There are some errors.":"","There is a configuration problem on the backend":"Hi ha un problema de configuració al backend","There was an error with the upgrade.":"","There were some errors":"Hi va haver alguns errors","There were some errors.":"Hi va haver alguns errors.","These items will have broken links":"","Third":"Tercer","This has an ongoing working copy in {title}":"Té una còpia de treball en curs a {title}","This is a reserved name and can't be used":"","This is a working copy of {title}":"Aquesta és una còpia de treball de {title}","This item contains subitems. Deleting it will also delete its {containedItemsToDelete} {variation} inside.":"","This item was locked by {creator} on {date}":"Aquest element va ser bloquejat per {creator} el dia {date}","This name will be displayed in the URL.":"Aquest nom es mostrarà a l'URL.","This page does not seem to exist…":"Sembla que aquesta pàgina no existeix...","This rule is assigned to the following locations:":"","Time":"Hora","Title":"Títol","Title field error. Value not provided or already existing.":"","Total active and non-active objects":"Total d'objectes actius i no actius","Total comments":"Total de comentaris","Total files to upload: {totalFiles}":"Total fitxers per carregar: {totalFiles}","Total number of objects in each cache":"Nombre total d'objectes a cada memòria cau","Total number of objects in memory from all caches":"Nombre total d'objectes a la memòria de totes les memòria cau","Total number of objects in the database":"Nombre total d'objectes a la base de dades","Transactions":"","Transactions Checkbox":"","Transactions Have Been Sorted":"","Transactions Have Been Unsorted":"","Translate to {lang}":"Tradueix a {lang}","Translation linked":"Traducció enllaçada","Translation linking removed":"S'ha eliminat l'enllaç de traducció","Triggering event field error. Please select a value":"","Type":"Tipus","Type a Video (YouTube, Vimeo or mp4) URL":"Escriviu un URL de vídeo (YouTube, Vimeo o mp4).","Type text...":"","Type the heading…":"","Type the title…":"Escriu el títol…","UID":"UID","URL Management":"","URL Management for {title}":"","Unassign":"","Unassigned":"","Unauthorized":"No autoritzada","Undo":"","Undo Controlpanel":"","Unfold":"Desplegar","Unified":"Unificat","Uninstall":"Desinstal·lar","Unknown Block":"Bloc desconegut {block}","Unlink translation for":"Desenllaça la traducció de","Unlock":"Descobrir","Unsorted":"","Update":"Actualització","Update User":"","Update installed addons":"Actualitza els complements instal·lats","Update installed addons:":"Actualitza els complements instal·lats:","Updates available":"Actualitzacions disponibles","Upgrade":"","Upgrade Plone Site":"","Upgrade Report":"","Upgrade Steps":"","Upload":"Pujar","Upload a lead image in the 'Lead Image' content field.":"Pengeu una imatge principal al camp de contingut 'Imatge principal'.","Upload files":"Carregueu fitxers","Uploading image":"S'està carregant la imatge","Use the form below to define the new content rule":"","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"","Used for programmatic access to the fieldset.":"S'utilitza per a l'accés programàtic al conjunt de camps.","User":"Usuari","User Group Membership":"","User Group Settings":"","User created":"Usuari creat","User deleted":"","User name":"Nom d'usuari","User roles updated":"Rols d'usuari actualitzats","User updated successfuly":"","Username":"Nom d'usuari","Users":"usuaris","Users and Groups":"Usuaris i Grups","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"","Variation":"Variació","Version Overview":"Visió general de la versió","Video":"Vídeo","Video URL":"URL del vídeo","View":"veure","View changes":"Veure els canvis","View links and references to this item":"","View this revision":"Veure aquesta revisió","View working copy":"Veure còpia de treball","Viewmode":"veure","Vocabulary term":"Terme de vocabulari","Vocabulary term title":"Títol","Vocabulary terms":"Termes de vocabulari","Warning Regarding debug mode":"Esteu executant en 'mode de depuració'. Aquest mode està pensat per a llocs que estan en desenvolupament. Això permet que molts canvis de configuració siguin visibles immediatament, però farà que el vostre lloc funcioni més lentament. Per desactivar el mode de depuració, atureu el servidor, configureu 'debug-mode=off' al vostre buildout.cfg, torneu a executar bin/buildout i després reinicieu el procés del servidor.","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Demanem disculpes per les molèsties, però el backend del lloc al qual esteu accedint no està disponible en aquest moment. Siusplau, intenta-ho més tard.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Demanem disculpes per les molèsties, però la pàgina a la qual estàveu intentant accedir no es troba en aquesta adreça. Podeu utilitzar els enllaços següents per ajudar-vos a trobar el que busqueu.","We apologize for the inconvenience, but there was an unexpected error on the server.":"","We apologize for the inconvenience, but you don't have permissions on this resource.":"Demanem disculpes per les molèsties, però no teniu permisos sobre aquest recurs.","Weeek day of month":"El","Weekday":"Dia de la setmana","Weekly":"Setmanalment","What":"Què","When":"Quan","When this date is reached, the content will nolonger be visible in listings and searches.":"Quan s'arribi a aquesta data, el contingut ja no serà visible a les llistes i cerques.","Whether or not execution of further rules should stop after this rule is executed":"","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"","Whether or not the rule is currently enabled":"","Who":"OMS","Wide":"","Workflow Change Loading Message":"S'estan actualitzant els estats del flux de treball...","Workflow updated.":"Flux de treball actualitzat.","Working copy":"Còpia de treball","Yearly":"Anualment","Yes":"Sí","You are about to delete all items and all its subitems.":"","You are about to delete all items in the current pagination of this folder.":"","You are trying to access a protected resource, please {login} first.":"Esteu provant d'accedir a un recurs protegit, primer {login} .","You are using an outdated browser":"Esteu utilitzant un navegador obsolet","You can add a comment by filling out the form below. Plain text formatting.":"Pots afegir un comentari omplint el formulari següent. Format de text sense format.","You can control who can view and edit your item using the list below.":"Podeu controlar qui pot veure i editar el vostre element mitjançant la llista següent.","You can view the difference of the revisions below.":"Podeu veure la diferència de les revisions a continuació.","You can view the history of your item below.":"Podeu veure l'historial del vostre article a continuació.","You can't paste this content here":"No podeu enganxar aquest contingut aquí","You have been logged out from the site.":"","You have not the required permission for this control panel.":"","Your email is required for reset your password.":"","Your password has been set successfully. You may now {link} with your new password.":"La vostra contrasenya s'ha establert correctament. Ara podeu {link} amb la vostra nova contrasenya.","Your preferred language":"El teu idioma preferit","Your site is up to date.":"","Your usernaame is required for reset your password.":"","accept":"","addUserFormEmailDescription":"","addUserFormFullnameDescription":"","addUserFormPasswordDescription":"","addUserFormUsernameDescription":"","and {count} more…":"","availableViews":"","blocksFieldsErrorTitle":"","box_forgot_password_option":"Has oblidat la teva contrasenya?","bulkUploadUrlsHelp":"","checkboxFacet":"","column":"","columns":"","common":"Comú","compare_to":"Compara amb la llengua","countBrokenRelations":"","daterangeFacet":"","delete_block":"Suprimeix","deprecated_browser_notice_message":"Esteu utilitzant {browsername} {browserversion} que està obsolet pel seu proveïdor. Això vol dir que no rep actualitzacions de seguretat i que no està preparat per a les funcions web modernes actuals, cosa que deteriora l'experiència de l'usuari. Si us plau, actualitzeu a un navegador modern.","description":"Descripció","description_lost_password":"Per motius de seguretat, emmagatzemem la vostra contrasenya xifrada i no us la podem enviar per correu. Si voleu restablir la vostra contrasenya, ompliu el formulari següent i us enviarem un correu electrònic a l'adreça que vau donar quan us vau registrar per iniciar el procés de restabliment de la vostra contrasenya.","description_sent_password":"La vostra sol·licitud de restabliment de la contrasenya s'ha enviat per correu. Hauria d'arribar a la vostra bústia en breu. Quan rebeu el missatge, visiteu l'adreça que conté per restablir la vostra contrasenya.","draft":"Esborrany","drag_block":"","email":"L'entrada ha de ser un correu electrònic vàlid (alguna cosa@domini.com)","event_alldates":"Totes les dates","event_attendees":"Assistents","event_contactname":"Nom de contacte","event_contactphone":"Telèfon de contacte","event_website":"Lloc web","event_what":"Què","event_when":"quan","event_where":"On?","examplePath":"","externalURLsNotAllowed":"","fileTooLarge":"","flush intIds and rebuild relations":"","flushAndRebuildRelationsHints":"","head_title":"","heading_sent_password":"S'ha enviat la confirmació de restabliment de la contrasenya","hero":"Heroi","html":"HTML","image":"Imatge","imageUploadErrorMessage":"","image_block_clear":"","image_block_preview":"","integer":"L'entrada ha de ser enter","internalImageNotFoundErrorMessage":"","intranet":"Intranet","item":"","items":"","label_my_email_is":"","label_my_username_is":"El meu nom d'usuari és","leadimage":"Camp d'imatge principal","link-integrity: Delete item and break links":"","link-integrity: loading references":"","linkAnImage":"","listing":"Llistat","loading":"Carregant","log in":"Iniciar Sessió","maps":"Mapes","maxLength":"Longitud màxima","maximum":"Final de l'interval (inclòs el propi valor)","media":"Mitjans de comunicació","minLength":"Longitud mínima","minimum":"Inici de la gamma","mostUsed":"El més utilitzat","narrowDownRelations":"","no":"","no workflow state":"Sense estat de flux de treball","number":"L'entrada ha de ser un número","of the month":"del mes","or try a different page.":"o prova una pàgina diferent.","others":"altres","pending":"","pickAnImage":"","private":"privat","published":"Publicat","querystring-widget-select":"Selecciona ...","rebuild relations":"","reference":"","references":"","refers to":"","resultCount":"","results found":"resultats","return to the site root":"tornar a l'arrel del lloc","rrule_and":"i","rrule_approximate":"(~aproximat)","rrule_at":"a","rrule_dateFormat":"[month] [day], [year]","rrule_day":"Dia","rrule_days":"Dies","rrule_every":"cada","rrule_for":"per","rrule_hour":"hora","rrule_hours":"hores","rrule_in":"a","rrule_last":"últim","rrule_minutes":"minuts","rrule_month":"més","rrule_months":"mesos","rrule_nd":"nd","rrule_on":"on","rrule_on the":"a la","rrule_or":"o","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"el","rrule_time":"temps","rrule_times":"vegades","rrule_until":"fins que","rrule_week":"setmana","rrule_weekday":"Dia de la setmana","rrule_weekdays":"Els dies laborables","rrule_weeks":"Setmanes","rrule_year":"Curs","rrule_years":"Anys","selectFacet":"","selectView":"","size":"","skiplink-footer":"Saltar al peu de pàgina","skiplink-main-content":"Ves al contingut principal","skiplink-navigation":"Saltar a la navegació","sort":"Ordena","sources path":"","table":"Taula","target path":"","text":"","title":"Títol","toc":"Taula de continguts","toggleFacet":"","upgradeVersions":"","uploadAnImage":"","url":"L'entrada ha de ser un URL vàlid (www.something.com o http(s)://www.something.com)","user avatar":"avatar de l'usuari","video":"Vídeo","views":"","visit_external_website":"Visiteu el lloc web extern","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} seleccionat","{id} Content Type":"{id} Tipus de contingut","{id} Schema":"{id} Esquema","{title} copied.":"{title} copiat.","{title} cut.":"{title} tall.","{title} has been deleted.":"S'ha suprimit{title}."}
|