@strapi/admin 4.0.5 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/src/components/AuthenticatedApp/index.js +25 -3
- package/admin/src/components/AuthenticatedApp/utils/api.js +15 -1
- package/admin/src/components/GuidedTour/Homepage/components/Step.js +61 -0
- package/admin/src/components/GuidedTour/Homepage/components/Stepper.js +58 -0
- package/admin/src/components/GuidedTour/Homepage/index.js +63 -0
- package/admin/src/components/GuidedTour/Modal/components/Content.js +50 -0
- package/admin/src/components/GuidedTour/Modal/components/Modal.js +75 -0
- package/admin/src/components/GuidedTour/Modal/components/StepNumberWithPadding.js +24 -0
- package/admin/src/components/GuidedTour/Modal/components/Stepper.js +119 -0
- package/admin/src/components/GuidedTour/Modal/index.js +90 -0
- package/admin/src/components/GuidedTour/Modal/reducer.js +29 -0
- package/admin/src/components/GuidedTour/Stepper/StepLine.js +27 -0
- package/admin/src/components/GuidedTour/Stepper/StepNumber.js +71 -0
- package/admin/src/components/GuidedTour/constants.js +3 -0
- package/admin/src/components/GuidedTour/index.js +100 -0
- package/admin/src/components/GuidedTour/init.js +36 -0
- package/admin/src/components/GuidedTour/layout.js +153 -0
- package/admin/src/components/GuidedTour/reducer.js +50 -0
- package/admin/src/components/GuidedTour/utils/arePreviousSectionsDone.js +13 -0
- package/admin/src/components/GuidedTour/utils/arePreviousStepsDone.js +12 -0
- package/admin/src/components/GuidedTour/utils/isGuidedTourCompleted.js +6 -0
- package/admin/src/components/GuidedTour/utils/persistStateToLocaleStorage.js +34 -0
- package/admin/src/components/Providers/index.js +4 -1
- package/admin/src/content-manager/components/CollectionTypeFormWrapper/index.js +14 -1
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/isValidJSONString.js +15 -0
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/schema.js +11 -12
- package/admin/src/content-manager/components/InputJSON/FieldWrapper.js +32 -0
- package/admin/src/content-manager/components/InputJSON/Label.js +5 -11
- package/admin/src/content-manager/components/InputJSON/index.js +27 -27
- package/admin/src/content-manager/components/PreviewWysiwyg/Wrapper.js +4 -0
- package/admin/src/content-manager/components/PreviewWysiwyg/utils/mdRenderer.js +1 -1
- package/admin/src/content-manager/components/RepeatableComponent/DraggedItem/index.js +4 -0
- package/admin/src/content-manager/components/SingleTypeFormWrapper/index.js +5 -1
- package/admin/src/content-manager/components/Wysiwyg/Editor.js +4 -1
- package/admin/src/content-manager/components/Wysiwyg/EditorStylesContainer.js +2 -1
- package/admin/src/content-manager/components/Wysiwyg/WysiwygNav.js +14 -8
- package/admin/src/content-manager/components/Wysiwyg/WysiwygStyles.js +1 -0
- package/admin/src/content-manager/components/Wysiwyg/index.js +4 -1
- package/admin/src/content-manager/pages/App/index.js +15 -2
- package/admin/src/content-manager/pages/EditSettingsView/components/DisplayedFields.js +1 -3
- package/admin/src/content-manager/pages/EditSettingsView/components/FormModal.js +4 -3
- package/admin/src/content-manager/pages/EditSettingsView/components/ModalForm.js +52 -11
- package/admin/src/content-manager/pages/EditSettingsView/index.js +10 -1
- package/admin/src/content-manager/pages/EditSettingsView/reducer.js +26 -5
- package/admin/src/content-manager/pages/EditSettingsView/utils/layout.js +40 -9
- package/admin/src/content-manager/pages/EditView/index.js +2 -1
- package/admin/src/pages/Admin/index.js +4 -0
- package/admin/src/pages/AuthPage/components/Register/index.js +11 -6
- package/admin/src/pages/AuthPage/index.js +15 -1
- package/admin/src/pages/HomePage/index.js +8 -2
- package/admin/src/pages/InternalErrorPage/index.js +53 -0
- package/admin/src/pages/MarketplacePage/index.js +13 -13
- package/admin/src/pages/NotFoundPage/index.js +45 -2
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +3 -0
- package/admin/src/pages/SettingsPage/pages/ApiTokens/ListView/index.js +11 -2
- package/admin/src/pages/SettingsPage/pages/Roles/ListPage/components/RoleRow/index.js +2 -2
- package/admin/src/pages/SettingsPage/pages/Webhooks/ListView/index.js +4 -1
- package/admin/src/translations/ar.json +0 -4
- package/admin/src/translations/cs.json +0 -6
- package/admin/src/translations/de.json +0 -12
- package/admin/src/translations/dk.json +158 -170
- package/admin/src/translations/en.json +45 -27
- package/admin/src/translations/es.json +15 -25
- package/admin/src/translations/fr.json +158 -166
- package/admin/src/translations/he.json +0 -10
- package/admin/src/translations/hu.json +16 -26
- package/admin/src/translations/id.json +0 -12
- package/admin/src/translations/it.json +0 -12
- package/admin/src/translations/ja.json +16 -28
- package/admin/src/translations/ko.json +656 -670
- package/admin/src/translations/ms.json +0 -6
- package/admin/src/translations/nl.json +16 -30
- package/admin/src/translations/no.json +0 -10
- package/admin/src/translations/pl.json +0 -12
- package/admin/src/translations/pt-BR.json +19 -29
- package/admin/src/translations/pt.json +0 -4
- package/admin/src/translations/ru.json +0 -12
- package/admin/src/translations/sk.json +0 -12
- package/admin/src/translations/sv.json +0 -4
- package/admin/src/translations/th.json +0 -12
- package/admin/src/translations/tr.json +0 -4
- package/admin/src/translations/uk.json +0 -6
- package/admin/src/translations/vi.json +0 -4
- package/admin/src/translations/zh-Hans.json +22 -32
- package/admin/src/translations/zh.json +24 -27
- package/build/1856.a06395b4.chunk.js +1 -0
- package/build/2481.7d15bd79.chunk.js +1 -0
- package/build/2736.e2b1233b.chunk.js +2 -0
- package/build/{6060.72f9dda2.chunk.js.LICENSE.txt → 2736.e2b1233b.chunk.js.LICENSE.txt} +0 -0
- package/build/2912.38fb9bd1.chunk.js +1 -0
- package/build/4261.a4e1e93c.chunk.js +1 -0
- package/build/4362.d0c1a04a.chunk.js +1 -0
- package/build/4715.31ca1967.chunk.js +1 -0
- package/build/4800.18e59c83.chunk.js +1 -0
- package/build/497.8f30da61.chunk.js +1 -0
- package/build/4982.da4adb38.chunk.js +1 -0
- package/build/5032.ed02a466.chunk.js +2 -0
- package/build/{8530.f3460d3b.chunk.js.LICENSE.txt → 5032.ed02a466.chunk.js.LICENSE.txt} +0 -0
- package/build/6250.dc6d7a58.chunk.js +1 -0
- package/build/6925.bd694b04.chunk.js +2 -0
- package/build/{6925.4767e761.chunk.js.LICENSE.txt → 6925.bd694b04.chunk.js.LICENSE.txt} +2 -1
- package/build/7841.ef9bcee9.chunk.js +1 -0
- package/build/{3215.e4e1d329.chunk.js → 8042.9b85175a.chunk.js} +2 -2
- package/build/{3215.e4e1d329.chunk.js.LICENSE.txt → 8042.9b85175a.chunk.js.LICENSE.txt} +0 -0
- package/build/849.9075d399.chunk.js +1 -0
- package/build/9235.ced8aebf.chunk.js +1 -0
- package/build/9238.bdd93dae.chunk.js +1 -0
- package/build/9988.b4229043.chunk.js +2 -0
- package/build/{4741.18bf386b.chunk.js.LICENSE.txt → 9988.b4229043.chunk.js.LICENSE.txt} +0 -0
- package/build/Admin-authenticatedApp.3bb032bf.chunk.js +1 -0
- package/build/Admin_homePage.e4779166.chunk.js +1 -0
- package/build/Admin_marketplace.e8654056.chunk.js +1 -0
- package/build/{Admin_pluginsPage.0d59d86e.chunk.js → Admin_pluginsPage.7d1bd7ce.chunk.js} +1 -1
- package/build/{Admin_profilePage.c08119de.chunk.js → Admin_profilePage.67dd744c.chunk.js} +1 -1
- package/build/{Admin_settingsPage.97246c41.chunk.js → Admin_settingsPage.2d0d2cca.chunk.js} +1 -1
- package/build/{admin-edit-roles-page.8af004a6.chunk.js → admin-edit-roles-page.2d1b6461.chunk.js} +1 -1
- package/build/{admin-edit-users.73877840.chunk.js → admin-edit-users.e736db15.chunk.js} +1 -1
- package/build/admin-users.5f79c031.chunk.js +1 -0
- package/build/api-tokens-create-page.2ffd893a.chunk.js +1 -0
- package/build/{api-tokens-create-page.ebe57c8e.chunk.js → api-tokens-edit-page.a939bd0a.chunk.js} +1 -1
- package/build/api-tokens-list-page.1ccc8615.chunk.js +1 -0
- package/build/ar-json.6a2565af.chunk.js +1 -0
- package/build/codemirror-css.48b438c9.chunk.js +1 -0
- package/build/{codemirror-javacript.381a518a.chunk.js → codemirror-javacript.8c7c015d.chunk.js} +1 -1
- package/build/content-manager.5f6197c8.chunk.js +1 -0
- package/build/{content-type-builder-translation-cs-json.2f7e2289.chunk.js → content-type-builder-translation-cs-json.89f7272e.chunk.js} +1 -1
- package/build/{content-type-builder-translation-de-json.46017754.chunk.js → content-type-builder-translation-de-json.0205697c.chunk.js} +1 -1
- package/build/content-type-builder-translation-dk-json.235ff56e.chunk.js +1 -0
- package/build/{content-type-builder-translation-en-json.d70fc3af.chunk.js → content-type-builder-translation-en-json.b3d8e9d4.chunk.js} +1 -1
- package/build/{content-type-builder-translation-es-json.20c177ee.chunk.js → content-type-builder-translation-es-json.13b2e2aa.chunk.js} +1 -1
- package/build/{content-type-builder-translation-fr-json.8f66eb66.chunk.js → content-type-builder-translation-fr-json.bee621f7.chunk.js} +1 -1
- package/build/{content-type-builder-translation-id-json.aab2f426.chunk.js → content-type-builder-translation-id-json.2fbf4f8c.chunk.js} +1 -1
- package/build/{content-type-builder-translation-it-json.4c91e895.chunk.js → content-type-builder-translation-it-json.a1afd7a9.chunk.js} +1 -1
- package/build/{content-type-builder-translation-ja-json.c239ba90.chunk.js → content-type-builder-translation-ja-json.1459fb88.chunk.js} +1 -1
- package/build/{content-type-builder-translation-ko-json.2a5e0769.chunk.js → content-type-builder-translation-ko-json.bc6fb3dc.chunk.js} +1 -1
- package/build/{content-type-builder-translation-ms-json.124be88c.chunk.js → content-type-builder-translation-ms-json.048122eb.chunk.js} +1 -1
- package/build/{content-type-builder-translation-nl-json.98a240b8.chunk.js → content-type-builder-translation-nl-json.8d59e86b.chunk.js} +1 -1
- package/build/{content-type-builder-translation-pl-json.2abc61bd.chunk.js → content-type-builder-translation-pl-json.01dc068c.chunk.js} +1 -1
- package/build/{content-type-builder-translation-pt-BR-json.c0415545.chunk.js → content-type-builder-translation-pt-BR-json.d311d056.chunk.js} +1 -1
- package/build/{content-type-builder-translation-pt-json.ab3e086d.chunk.js → content-type-builder-translation-pt-json.4893266f.chunk.js} +1 -1
- package/build/{content-type-builder-translation-ru-json.1a6779fd.chunk.js → content-type-builder-translation-ru-json.1285874d.chunk.js} +1 -1
- package/build/{content-type-builder-translation-sk-json.5c82f020.chunk.js → content-type-builder-translation-sk-json.0064156b.chunk.js} +1 -1
- package/build/{content-type-builder-translation-th-json.24ee19eb.chunk.js → content-type-builder-translation-th-json.5f690524.chunk.js} +1 -1
- package/build/{content-type-builder-translation-tr-json.30434835.chunk.js → content-type-builder-translation-tr-json.696283a5.chunk.js} +1 -1
- package/build/{content-type-builder-translation-uk-json.771662ef.chunk.js → content-type-builder-translation-uk-json.87496bf9.chunk.js} +1 -1
- package/build/{content-type-builder-translation-zh-Hans-json.070020ae.chunk.js → content-type-builder-translation-zh-Hans-json.283c640e.chunk.js} +1 -1
- package/build/{content-type-builder-translation-zh-json.9708310d.chunk.js → content-type-builder-translation-zh-json.77aa2275.chunk.js} +1 -1
- package/build/content-type-builder.f1cef05c.chunk.js +1 -0
- package/build/cs-json.8df09876.chunk.js +1 -0
- package/build/de-json.6e14f607.chunk.js +1 -0
- package/build/dk-json.be388470.chunk.js +1 -0
- package/build/email-settings-page.4338588d.chunk.js +1 -0
- package/build/en-json.bb614bb0.chunk.js +1 -0
- package/build/es-json.61553168.chunk.js +1 -0
- package/build/{fontawesome-css.ef93ee2a.chunk.js → fontawesome-css.36cff9ae.chunk.js} +1 -1
- package/build/fr-json.d1de8155.chunk.js +1 -0
- package/build/he-json.1742494e.chunk.js +1 -0
- package/build/hu-json.e667d285.chunk.js +1 -0
- package/build/i18n-settings-page.51e37957.chunk.js +1 -0
- package/build/i18n-translation-dk-json.ecf02d28.chunk.js +1 -0
- package/build/i18n-translation-en-json.4d823f62.chunk.js +1 -0
- package/build/i18n-translation-es-json.7049afa2.chunk.js +1 -0
- package/build/i18n-translation-fr-json.c6367bc9.chunk.js +1 -0
- package/build/i18n-translation-ko-json.6591fe59.chunk.js +1 -0
- package/build/i18n-translation-zh-Hans-json.258b2e1a.chunk.js +1 -0
- package/build/id-json.d87ebb20.chunk.js +1 -0
- package/build/index.html +1 -1
- package/build/it-json.a2880b81.chunk.js +1 -0
- package/build/ja-json.46e29f04.chunk.js +1 -0
- package/build/ko-json.63d1660a.chunk.js +1 -0
- package/build/main.a5659553.js +2 -0
- package/build/{main.f4419aa1.js.LICENSE.txt → main.a5659553.js.LICENSE.txt} +0 -0
- package/build/ms-json.3a062984.chunk.js +1 -0
- package/build/nl-json.30ce02cb.chunk.js +1 -0
- package/build/no-json.9af40e9d.chunk.js +1 -0
- package/build/pl-json.fd373053.chunk.js +1 -0
- package/build/pt-BR-json.30e2d716.chunk.js +1 -0
- package/build/pt-json.3aaf9e05.chunk.js +1 -0
- package/build/ru-json.78c56e1c.chunk.js +1 -0
- package/build/{runtime~main.25881105.js → runtime~main.cfbc273d.js} +1 -1
- package/build/sk-json.c0bf144c.chunk.js +1 -0
- package/build/{sso-settings-page.36c35df0.chunk.js → sso-settings-page.c073b6d7.chunk.js} +1 -1
- package/build/sv-json.aad187b9.chunk.js +1 -0
- package/build/th-json.e2b4a0fb.chunk.js +1 -0
- package/build/tr-json.0add11cd.chunk.js +1 -0
- package/build/uk-json.eb78e77e.chunk.js +1 -0
- package/build/upload-settings.8e7cbc3b.chunk.js +1 -0
- package/build/{upload-translation-de-json.00f90715.chunk.js → upload-translation-de-json.1308dce5.chunk.js} +1 -1
- package/build/upload-translation-dk-json.0d4e855f.chunk.js +1 -0
- package/build/upload-translation-en-json.c3373c8d.chunk.js +1 -0
- package/build/upload-translation-es-json.81b13eac.chunk.js +1 -0
- package/build/{upload-translation-fr-json.ccb4ad8b.chunk.js → upload-translation-fr-json.1bec79ec.chunk.js} +1 -1
- package/build/upload-translation-he-json.1d28982f.chunk.js +1 -0
- package/build/{upload-translation-it-json.c1809a47.chunk.js → upload-translation-it-json.7d4bdc5a.chunk.js} +1 -1
- package/build/{upload-translation-ja-json.71aa85eb.chunk.js → upload-translation-ja-json.97fcacd8.chunk.js} +1 -1
- package/build/upload-translation-ko-json.90424b11.chunk.js +1 -0
- package/build/{upload-translation-ms-json.be669f81.chunk.js → upload-translation-ms-json.081effd5.chunk.js} +1 -1
- package/build/{upload-translation-pl-json.67685825.chunk.js → upload-translation-pl-json.2dfe78bb.chunk.js} +1 -1
- package/build/{upload-translation-pt-BR-json.f7b1133d.chunk.js → upload-translation-pt-BR-json.65936d7b.chunk.js} +1 -1
- package/build/{upload-translation-ru-json.54c031aa.chunk.js → upload-translation-ru-json.2d3b6f69.chunk.js} +1 -1
- package/build/{upload-translation-sk-json.f643dfc2.chunk.js → upload-translation-sk-json.f15c7fd6.chunk.js} +1 -1
- package/build/upload-translation-th-json.6d3c2370.chunk.js +1 -0
- package/build/{upload-translation-uk-json.1a90e73c.chunk.js → upload-translation-uk-json.a6c38449.chunk.js} +1 -1
- package/build/{upload-translation-zh-Hans-json.ac1dc0b9.chunk.js → upload-translation-zh-Hans-json.f6b26c45.chunk.js} +1 -1
- package/build/{upload-translation-zh-json.164ac601.chunk.js → upload-translation-zh-json.06052336.chunk.js} +1 -1
- package/build/upload.803ab265.chunk.js +1 -0
- package/build/users-advanced-settings-page.7694d3c9.chunk.js +1 -0
- package/build/{users-email-settings-page.678794aa.chunk.js → users-email-settings-page.862eb51e.chunk.js} +1 -1
- package/build/users-permissions-translation-dk-json.89d41c4b.chunk.js +1 -0
- package/build/users-providers-settings-page.47f97b06.chunk.js +1 -0
- package/build/{users-roles-settings-page.4f04bf06.chunk.js → users-roles-settings-page.b67e2b4d.chunk.js} +1 -1
- package/build/vi-json.55a11ac0.chunk.js +1 -0
- package/build/webhook-edit-page.adad0a42.chunk.js +1 -0
- package/build/webhook-list-page.5c8f2a91.chunk.js +1 -0
- package/build/zh-Hans-json.55f6475b.chunk.js +1 -0
- package/build/zh-json.c3c2b225.chunk.js +1 -0
- package/ee/admin/pages/App/utils/customRoutes.js +1 -1
- package/ee/server/controllers/authentication/utils.js +1 -1
- package/index.js +31 -25
- package/package.json +13 -13
- package/server/services/permission/permissions-manager/sanitize.js +5 -3
- package/server/strategies/api-token.js +0 -3
- package/build/1024.a40d2d9e.chunk.js +0 -1
- package/build/1856.cc060f4a.chunk.js +0 -1
- package/build/2912.d903b59a.chunk.js +0 -1
- package/build/4064.d7baa10c.chunk.js +0 -1
- package/build/4261.061aed35.chunk.js +0 -1
- package/build/4362.029c5c86.chunk.js +0 -1
- package/build/4672.68466ddc.chunk.js +0 -1
- package/build/4715.a5e6716c.chunk.js +0 -1
- package/build/4741.18bf386b.chunk.js +0 -2
- package/build/497.7e65282d.chunk.js +0 -1
- package/build/4982.4666f610.chunk.js +0 -1
- package/build/6060.72f9dda2.chunk.js +0 -2
- package/build/6250.5f8cd6cb.chunk.js +0 -1
- package/build/6925.4767e761.chunk.js +0 -2
- package/build/7841.d2aa6f5e.chunk.js +0 -1
- package/build/849.46892e8e.chunk.js +0 -1
- package/build/8530.f3460d3b.chunk.js +0 -2
- package/build/Admin-authenticatedApp.a0ed38a6.chunk.js +0 -1
- package/build/Admin_homePage.83a8b04f.chunk.js +0 -1
- package/build/Admin_marketplace.1cf20eeb.chunk.js +0 -1
- package/build/admin-users.e0558d75.chunk.js +0 -1
- package/build/api-tokens-edit-page.35e1522b.chunk.js +0 -1
- package/build/api-tokens-list-page.f01b7b98.chunk.js +0 -1
- package/build/ar-json.d79e4709.chunk.js +0 -1
- package/build/codemirror-css.17bc19d4.chunk.js +0 -1
- package/build/content-manager.05646891.chunk.js +0 -1
- package/build/content-type-builder-translation-dk-json.098bd218.chunk.js +0 -1
- package/build/content-type-builder.7673250d.chunk.js +0 -1
- package/build/cs-json.b8ba75b8.chunk.js +0 -1
- package/build/de-json.e01bdeae.chunk.js +0 -1
- package/build/dk-json.7356ea4b.chunk.js +0 -1
- package/build/email-settings-page.8f22f49c.chunk.js +0 -1
- package/build/en-json.9e3c8615.chunk.js +0 -1
- package/build/es-json.ed9c8bef.chunk.js +0 -1
- package/build/fr-json.bae03a2c.chunk.js +0 -1
- package/build/he-json.86f9e663.chunk.js +0 -1
- package/build/hu-json.a741d263.chunk.js +0 -1
- package/build/i18n-settings-page.ad670b2c.chunk.js +0 -1
- package/build/i18n-translation-dk-json.932d3cc2.chunk.js +0 -1
- package/build/i18n-translation-en-json.239b740f.chunk.js +0 -1
- package/build/i18n-translation-es-json.347904f3.chunk.js +0 -1
- package/build/i18n-translation-fr-json.b52474fc.chunk.js +0 -1
- package/build/i18n-translation-ko-json.e88e11ef.chunk.js +0 -1
- package/build/i18n-translation-zh-Hans-json.4c17fed0.chunk.js +0 -1
- package/build/id-json.0b0c9731.chunk.js +0 -1
- package/build/it-json.939916bc.chunk.js +0 -1
- package/build/ja-json.52581a2a.chunk.js +0 -1
- package/build/ko-json.29633034.chunk.js +0 -1
- package/build/main.f4419aa1.js +0 -2
- package/build/ms-json.5e5d12f9.chunk.js +0 -1
- package/build/nl-json.ac661b7f.chunk.js +0 -1
- package/build/no-json.ff46b126.chunk.js +0 -1
- package/build/pl-json.6bff1d54.chunk.js +0 -1
- package/build/pt-BR-json.8b3f799d.chunk.js +0 -1
- package/build/pt-json.b23d9a79.chunk.js +0 -1
- package/build/ru-json.bff93229.chunk.js +0 -1
- package/build/sk-json.a40bc2c8.chunk.js +0 -1
- package/build/sv-json.8ac61ecf.chunk.js +0 -1
- package/build/th-json.6e4502a3.chunk.js +0 -1
- package/build/tr-json.eaca955b.chunk.js +0 -1
- package/build/uk-json.da2ed14e.chunk.js +0 -1
- package/build/upload-settings.f65c4d08.chunk.js +0 -1
- package/build/upload-translation-dk-json.bc6af8b4.chunk.js +0 -1
- package/build/upload-translation-en-json.31ea0622.chunk.js +0 -1
- package/build/upload-translation-es-json.b53d6641.chunk.js +0 -1
- package/build/upload-translation-he-json.5dc34ea8.chunk.js +0 -1
- package/build/upload-translation-ko-json.da369eef.chunk.js +0 -1
- package/build/upload-translation-th-json.88ee2090.chunk.js +0 -1
- package/build/upload.1e3e2685.chunk.js +0 -1
- package/build/users-advanced-settings-page.da9830fd.chunk.js +0 -1
- package/build/users-permissions-translation-dk-json.3e0295e5.chunk.js +0 -1
- package/build/users-providers-settings-page.d4f78a77.chunk.js +0 -1
- package/build/vi-json.e993857a.chunk.js +0 -1
- package/build/webhook-edit-page.42ec446c.chunk.js +0 -1
- package/build/webhook-list-page.775c0e30.chunk.js +0 -1
- package/build/zh-Hans-json.fcc53388.chunk.js +0 -1
- package/build/zh-json.2e4c9ef4.chunk.js +0 -1
|
@@ -58,6 +58,164 @@
|
|
|
58
58
|
"Auth.privacy-policy-agreement.policy": "Priviatpolitik",
|
|
59
59
|
"Auth.privacy-policy-agreement.terms": "vilkår",
|
|
60
60
|
"Auth.reset-password.title": "Nulstil kodeord",
|
|
61
|
+
"Content Manager": "Indhold",
|
|
62
|
+
"Content Type Builder": "Indholdstyper",
|
|
63
|
+
"Documentation": "Dokumentation",
|
|
64
|
+
"Email": "E-mail",
|
|
65
|
+
"Files Upload": "Fil upload",
|
|
66
|
+
"HomePage.helmet.title": "Hjem",
|
|
67
|
+
"HomePage.roadmap": "Se vores roadmap",
|
|
68
|
+
"HomePage.welcome.congrats": "Tillykke!",
|
|
69
|
+
"HomePage.welcome.congrats.content": "Du er logget ind som den første administrator. For at lære de gode features som Strapi har,",
|
|
70
|
+
"HomePage.welcome.congrats.content.bold": "anbefaler vi at du opretter din første dokument type.",
|
|
71
|
+
"Media Library": "Medie bibliotek",
|
|
72
|
+
"New entry": "Nyt element",
|
|
73
|
+
"Password": "Kodeord",
|
|
74
|
+
"Provider": "Provider",
|
|
75
|
+
"ResetPasswordToken": "Nulstil kodeord token",
|
|
76
|
+
"Role": "Rolle",
|
|
77
|
+
"Roles & Permissions": "Roller og rettigheder",
|
|
78
|
+
"Roles.ListPage.notification.delete-all-not-allowed": "Nogle roller kunne ikke slettes da de er forbundet til en eller flere brugere",
|
|
79
|
+
"Roles.ListPage.notification.delete-not-allowed": "En rolle kan ikke slettes hvis den er forbundet til en bruger",
|
|
80
|
+
"Roles.RoleRow.select-all": "Vælg {name} for bulk handling",
|
|
81
|
+
"Roles.components.List.empty.withSearch": "Der er ingen rolle der matcher søgningen ({search})...",
|
|
82
|
+
"Settings.PageTitle": "Indstillinger - {name}",
|
|
83
|
+
"Settings.apiTokens.addFirstToken": "Tilføj dit første API token",
|
|
84
|
+
"Settings.apiTokens.addNewToken": "Tilføj nyt API token",
|
|
85
|
+
"Settings.apiTokens.copy.editMessage": "Af sikkerhedsmæssige årsager, kan du kun se dit token én gang.",
|
|
86
|
+
"Settings.apiTokens.copy.editTitle": "Dette token er ikke længere tilgængeligt.",
|
|
87
|
+
"Settings.apiTokens.copy.lastWarning": "Kopiér dette token, du kommer ikke til at se det igen!",
|
|
88
|
+
"Settings.apiTokens.create": "Tilføj element",
|
|
89
|
+
"Settings.apiTokens.description": "Liste over genererede tokens til at bruge API'et",
|
|
90
|
+
"Settings.apiTokens.details": "Detaljer",
|
|
91
|
+
"Settings.apiTokens.emptyStateLayout": "Du har endnu ikke noget indhold...",
|
|
92
|
+
"Settings.apiTokens.notification.copied": "Token er kopieret til klippebordet.",
|
|
93
|
+
"Settings.apiTokens.title": "API Tokens",
|
|
94
|
+
"Settings.apiTokens.types.full-access": "Fuld adgang",
|
|
95
|
+
"Settings.apiTokens.types.read-only": "Read-only",
|
|
96
|
+
"Settings.application.description": "Se dit projekts detaljer",
|
|
97
|
+
"Settings.application.details": "Detailjer",
|
|
98
|
+
"Settings.application.edition-title": "NUVÆRENDE PLAN",
|
|
99
|
+
"Settings.application.get-help": "Få hjælp",
|
|
100
|
+
"Settings.application.link-pricing": "Se alle priser",
|
|
101
|
+
"Settings.application.link-upgrade": "Opgrader dit projekt",
|
|
102
|
+
"Settings.application.node-version": "NODE VERSION",
|
|
103
|
+
"Settings.application.strapi-version": "STRAPI VERSION",
|
|
104
|
+
"Settings.application.strapiVersion": "strapi version",
|
|
105
|
+
"Settings.application.title": "Applikation",
|
|
106
|
+
"Settings.error": "Fejl",
|
|
107
|
+
"Settings.global": "Globale indstillinger",
|
|
108
|
+
"Settings.permissions": "Rettigheder",
|
|
109
|
+
"Settings.permissions.category": "Rettighedsindstillinger for {category}",
|
|
110
|
+
"Settings.permissions.category.plugins": "Rettighedsindstilling for {category} plugin",
|
|
111
|
+
"Settings.permissions.conditions.anytime": "Altid",
|
|
112
|
+
"Settings.permissions.conditions.apply": "Godkend",
|
|
113
|
+
"Settings.permissions.conditions.can": "Kan",
|
|
114
|
+
"Settings.permissions.conditions.define-conditions": "Definér betingelser",
|
|
115
|
+
"Settings.permissions.conditions.links": "Links",
|
|
116
|
+
"Settings.permissions.conditions.no-actions": "Der er ingen handling",
|
|
117
|
+
"Settings.permissions.conditions.none-selected": "Når som helst",
|
|
118
|
+
"Settings.permissions.conditions.or": "ELLER",
|
|
119
|
+
"Settings.permissions.conditions.when": "Når",
|
|
120
|
+
"Settings.permissions.menu.link.roles.label": "Roller",
|
|
121
|
+
"Settings.permissions.menu.link.users.label": "Brugere",
|
|
122
|
+
"Settings.permissions.select-all-by-permission": "Vælg alle {label} tilladelser",
|
|
123
|
+
"Settings.permissions.select-by-permission": "Vælg {label} tilladelse",
|
|
124
|
+
"Settings.permissions.users.create": "Opret ny bruger",
|
|
125
|
+
"Settings.permissions.users.form.email": "E-mail",
|
|
126
|
+
"Settings.permissions.users.form.firstname": "Fornavn",
|
|
127
|
+
"Settings.permissions.users.form.lastname": "Efternavn",
|
|
128
|
+
"Settings.permissions.users.form.sso": "Forbind med SSO",
|
|
129
|
+
"Settings.permissions.users.form.sso.description": "Når aktiveret (TIL), kan brugere logge ind med SSO",
|
|
130
|
+
"Settings.permissions.users.listview.header.subtitle": "Alle brugere som har adgnag til Strapi admin panelet",
|
|
131
|
+
"Settings.permissions.users.listview.header.title": "Brugere",
|
|
132
|
+
"Settings.permissions.users.tabs.label": "Tabs Tilladelser",
|
|
133
|
+
"Settings.profile.form.notify.data.loaded": "Dine profildata er blevet hentet",
|
|
134
|
+
"Settings.profile.form.section.experience.clear.select": "Nulstil det valgte interface sprog",
|
|
135
|
+
"Settings.profile.form.section.experience.documentation": "dokumentation",
|
|
136
|
+
"Settings.profile.form.section.experience.interfaceLanguage": "Interface sprog",
|
|
137
|
+
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Dette vil kun vise dit eget interface i det valgte sprog.",
|
|
138
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Valget vil kun ændre sproget for dig. Referér venligst til dette {documentation} for at gøre andre sprog tilgængelige for dit hold.",
|
|
139
|
+
"Settings.profile.form.section.experience.title": "Oplevelse",
|
|
140
|
+
"Settings.profile.form.section.helmet.title": "Bruger profil",
|
|
141
|
+
"Settings.profile.form.section.password.title": "Ændre kodeord",
|
|
142
|
+
"Settings.profile.form.section.profile.page.title": "Profil side",
|
|
143
|
+
"Settings.profile.form.section.profile.title": "Profil",
|
|
144
|
+
"Settings.roles.create.description": "Definér rollens rettigheder",
|
|
145
|
+
"Settings.roles.create.title": "Opret en rolle",
|
|
146
|
+
"Settings.roles.created": "Rolle oprettet",
|
|
147
|
+
"Settings.roles.edit.title": "Redigér en rolle",
|
|
148
|
+
"Settings.roles.form.button.users-with-role": "Brugere med denne rolle",
|
|
149
|
+
"Settings.roles.form.created": "Oprettet",
|
|
150
|
+
"Settings.roles.form.description": "Navn og beskrivelse af rollen",
|
|
151
|
+
"Settings.roles.form.input.description": "Beskrivelse",
|
|
152
|
+
"Settings.roles.form.input.name": "Navn",
|
|
153
|
+
"Settings.roles.form.permission.property-label": "{label} tilladelser",
|
|
154
|
+
"Settings.roles.form.permissions.attributesPermissions": "Feltrettigheder",
|
|
155
|
+
"Settings.roles.form.permissions.create": "Opret",
|
|
156
|
+
"Settings.roles.form.permissions.delete": "Slet",
|
|
157
|
+
"Settings.roles.form.permissions.publish": "Offentliggør",
|
|
158
|
+
"Settings.roles.form.permissions.read": "Læs",
|
|
159
|
+
"Settings.roles.form.permissions.update": "Opdatér",
|
|
160
|
+
"Settings.roles.form.title": "Detaljer",
|
|
161
|
+
"Settings.roles.list.button.add": "Tilføj ny rolle",
|
|
162
|
+
"Settings.roles.list.description": "Liste over roller",
|
|
163
|
+
"Settings.roles.list.header.actions": "Handlinger",
|
|
164
|
+
"Settings.roles.list.header.description": "Beskrivelse",
|
|
165
|
+
"Settings.roles.list.header.name": "Navn",
|
|
166
|
+
"Settings.roles.list.header.users": "Brugere",
|
|
167
|
+
"Settings.roles.title": "Roller",
|
|
168
|
+
"Settings.roles.title.singular": "rolle",
|
|
169
|
+
"Settings.sso.description": "Ændre indstillingerne for Single Sign-On funktionen.",
|
|
170
|
+
"Settings.sso.form.defaultRole.description": "Det vil forbinde nye autentificerede brugere til den valgte rolle",
|
|
171
|
+
"Settings.sso.form.defaultRole.description-not-allowed": "Du skal have tilladelse til at læse admin roller",
|
|
172
|
+
"Settings.sso.form.defaultRole.label": "Standard rolle",
|
|
173
|
+
"Settings.sso.form.registration.description": "Opret ny bruger med SSO log ind hvis ingen bruger findes",
|
|
174
|
+
"Settings.sso.form.registration.label": "Auto-registrering",
|
|
175
|
+
"Settings.sso.form.settings.title": "Indstillinger",
|
|
176
|
+
"Settings.sso.title": "Single Sign-On",
|
|
177
|
+
"Settings.webhooks.create": "Opret en webhook",
|
|
178
|
+
"Settings.webhooks.create.header": "Opret en ny header",
|
|
179
|
+
"Settings.webhooks.created": "Webhook oprettet",
|
|
180
|
+
"Settings.webhooks.disabled": "Deaktiveret",
|
|
181
|
+
"Settings.webhooks.enabled": "Aktiviret",
|
|
182
|
+
"Settings.webhooks.event.publish-tooltip": "Dette event findes kun for indhold med udkast/offentliggør system slået til",
|
|
183
|
+
"Settings.webhooks.events.create": "Opret",
|
|
184
|
+
"Settings.webhooks.events.delete": "Slet",
|
|
185
|
+
"Settings.webhooks.events.update": "Opdater",
|
|
186
|
+
"Settings.webhooks.form.events": "Events",
|
|
187
|
+
"Settings.webhooks.form.headers": "Headers",
|
|
188
|
+
"Settings.webhooks.form.name": "Navn",
|
|
189
|
+
"Settings.webhooks.form.url": "Url",
|
|
190
|
+
"Settings.webhooks.headers.remove": "Fjern overskriftrække {number}",
|
|
191
|
+
"Settings.webhooks.key": "Key",
|
|
192
|
+
"Settings.webhooks.list.all-entries.select": "Vælg alle elementer",
|
|
193
|
+
"Settings.webhooks.list.button.add": "Tilføj ny webhook",
|
|
194
|
+
"Settings.webhooks.list.description": "Modtag POST ændringsnotifikationer.",
|
|
195
|
+
"Settings.webhooks.list.empty.description": "Tilføj din første til denne liste.",
|
|
196
|
+
"Settings.webhooks.list.empty.link": "Se vores dokumentation",
|
|
197
|
+
"Settings.webhooks.list.empty.title": "Der er ingen webhooks endnu",
|
|
198
|
+
"Settings.webhooks.list.select": "Vælg",
|
|
199
|
+
"Settings.webhooks.list.th.actions": "handlinger",
|
|
200
|
+
"Settings.webhooks.list.th.status": "status",
|
|
201
|
+
"Settings.webhooks.singular": "webhook",
|
|
202
|
+
"Settings.webhooks.title": "Webhooks",
|
|
203
|
+
"Settings.webhooks.to.delete": "{webhooksToDeleteLength, plural, one {# asset} other {# assets}} selected",
|
|
204
|
+
"Settings.webhooks.trigger": "Trigger",
|
|
205
|
+
"Settings.webhooks.trigger.cancel": "Annuller trigger",
|
|
206
|
+
"Settings.webhooks.trigger.pending": "Venter…",
|
|
207
|
+
"Settings.webhooks.trigger.save": "Gem venligst for at trigger",
|
|
208
|
+
"Settings.webhooks.trigger.success": "Succes!",
|
|
209
|
+
"Settings.webhooks.trigger.success.label": "Trigger succesfuld",
|
|
210
|
+
"Settings.webhooks.trigger.test": "Test-trigger",
|
|
211
|
+
"Settings.webhooks.trigger.title": "Gem inden trigger",
|
|
212
|
+
"Settings.webhooks.value": "Værdi",
|
|
213
|
+
"Username": "Brugernavn",
|
|
214
|
+
"Users": "Brugere",
|
|
215
|
+
"Users & Permissions": "Brugere & rettigheder",
|
|
216
|
+
"Users.components.List.empty": "Der er ingen brugere...",
|
|
217
|
+
"Users.components.List.empty.withFilters": "Der er ingen brugere med de valgte filtre...",
|
|
218
|
+
"Users.components.List.empty.withSearch": "Der er ingen brugere der matcher søgningen ({search})...",
|
|
61
219
|
"admin.pages.MarketPlacePage.blog.link": "Læs vores blog indlæg",
|
|
62
220
|
"admin.pages.MarketPlacePage.coming-soon.1": "En ny måde at gøre Strapi awesome på.",
|
|
63
221
|
"admin.pages.MarketPlacePage.coming-soon.2": "Kommer snart.",
|
|
@@ -116,8 +274,6 @@
|
|
|
116
274
|
"app.components.InstallPluginPage.Download.description": "Det tager muligvis et øjeblik at downloade og installere dette plugin.",
|
|
117
275
|
"app.components.InstallPluginPage.Download.title": "Downloader...",
|
|
118
276
|
"app.components.InstallPluginPage.description": "Udvid din app problemfrit.",
|
|
119
|
-
"app.components.InstallPluginPage.helmet": "Marked - Plugins",
|
|
120
|
-
"app.components.InstallPluginPage.title": "Marked - Plugins",
|
|
121
277
|
"app.components.LeftMenu.collapse": "Indskrænk menu",
|
|
122
278
|
"app.components.LeftMenu.expand": "Udvid menu",
|
|
123
279
|
"app.components.LeftMenu.logout": "Log ud",
|
|
@@ -185,8 +341,6 @@
|
|
|
185
341
|
"app.components.go-back": "Tilbage",
|
|
186
342
|
"app.components.listPlugins.button": "Tilføj nyt plugin",
|
|
187
343
|
"app.components.listPlugins.title.none": "Ingen plugins installeret",
|
|
188
|
-
"app.components.listPlugins.title.plural": "{number} plugins installeret",
|
|
189
|
-
"app.components.listPlugins.title.singular": "{number} plugin installeret",
|
|
190
344
|
"app.components.listPluginsPage.deletePlugin.error": "Der skete en fejl under afinstallering af dette plugin",
|
|
191
345
|
"app.containers.App.notification.error.init": "Der skete en fejl under forespørgelse af API",
|
|
192
346
|
"app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin": "Hvis du ikke modtager dette link, kontakt venligst din administrator.",
|
|
@@ -216,8 +370,6 @@
|
|
|
216
370
|
"app.utils.select-field": "Vælg felt",
|
|
217
371
|
"app.utils.select-filter": "Vælg filter",
|
|
218
372
|
"app.utils.unpublish": "Udkast",
|
|
219
|
-
"Content Manager": "Indhold",
|
|
220
|
-
"Content Type Builder": "Indholdstyper",
|
|
221
373
|
"clearLabel": "Ryd",
|
|
222
374
|
"coming.soon": "Dette indhold er under konstruktion og er tilbage om et par uger!",
|
|
223
375
|
"component.Input.error.validation.integer": "Værdien skal være et helt tal",
|
|
@@ -372,8 +524,6 @@
|
|
|
372
524
|
"content-manager.containers.Edit.submit": "Gem",
|
|
373
525
|
"content-manager.containers.EditSettingsView.modal-form.edit-field": "Redigér feltet",
|
|
374
526
|
"content-manager.containers.EditView.add.new-entry": "Tilføj element",
|
|
375
|
-
"content-manager.containers.EditView.components.missing.plural": "Der er {count} manglende komponenter",
|
|
376
|
-
"content-manager.containers.EditView.components.missing.singular": "Der er {count} manglende komponent",
|
|
377
527
|
"content-manager.containers.EditView.notification.errors": "Formularen indeholder nogle fejl",
|
|
378
528
|
"content-manager.containers.Home.introduction": "For at redigere dine elementer, gå til de specefikke link i venstremenuen. Dette plugin har ikke en korrekt måde at redigere indstillinger og er stadig under aktiv udvikling.",
|
|
379
529
|
"content-manager.containers.Home.pluginHeaderDescription": "Håndtér dine elementer gennem et kraftfuld og smukt interface.",
|
|
@@ -487,168 +637,6 @@
|
|
|
487
637
|
"content-manager.success.record.save": "Gemt",
|
|
488
638
|
"content-manager.success.record.unpublish": "Offentliggørelse fjernet",
|
|
489
639
|
"content-manager.utils.data-loaded": "The {number, plural, =1 {element er} other {elementer er}} blevet hentet succesfuldt",
|
|
490
|
-
"Documentation": "Dokumentation",
|
|
491
|
-
"Email": "E-mail",
|
|
492
|
-
"Files Upload": "Fil upload",
|
|
493
|
-
"HomePage.helmet.title": "Hjem",
|
|
494
|
-
"HomePage.roadmap": "Se vores roadmap",
|
|
495
|
-
"HomePage.welcome.congrats": "Tillykke!",
|
|
496
|
-
"HomePage.welcome.congrats.content": "Du er logget ind som den første administrator. For at lære de gode features som Strapi har,",
|
|
497
|
-
"HomePage.welcome.congrats.content.bold": "anbefaler vi at du opretter din første dokument type.",
|
|
498
|
-
"Media Library": "Medie bibliotek",
|
|
499
|
-
"New entry": "Nyt element",
|
|
500
|
-
"Password": "Kodeord",
|
|
501
|
-
"Provider": "Provider",
|
|
502
|
-
"ResetPasswordToken": "Nulstil kodeord token",
|
|
503
|
-
"Role": "Rolle",
|
|
504
|
-
"Roles & Permissions": "Roller og rettigheder",
|
|
505
|
-
"Roles.ListPage.notification.delete-all-not-allowed": "Nogle roller kunne ikke slettes da de er forbundet til en eller flere brugere",
|
|
506
|
-
"Roles.ListPage.notification.delete-not-allowed": "En rolle kan ikke slettes hvis den er forbundet til en bruger",
|
|
507
|
-
"Roles.RoleRow.select-all": "Vælg {name} for bulk handling",
|
|
508
|
-
"Roles.RoleRow.user-count.plural": "{number} brugere",
|
|
509
|
-
"Roles.RoleRow.user-count.singular": "{number} bruger",
|
|
510
|
-
"Roles.components.List.empty.withSearch": "Der er ingen rolle der matcher søgningen ({search})...",
|
|
511
|
-
"Settings.PageTitle": "Indstillinger - {name}",
|
|
512
|
-
"Settings.apiTokens.addFirstToken": "Tilføj dit første API token",
|
|
513
|
-
"Settings.apiTokens.addNewToken": "Tilføj nyt API token",
|
|
514
|
-
"Settings.apiTokens.copy.editMessage": "Af sikkerhedsmæssige årsager, kan du kun se dit token én gang.",
|
|
515
|
-
"Settings.apiTokens.copy.editTitle": "Dette token er ikke længere tilgængeligt.",
|
|
516
|
-
"Settings.apiTokens.copy.lastWarning": "Kopiér dette token, du kommer ikke til at se det igen!",
|
|
517
|
-
"Settings.apiTokens.create": "Tilføj element",
|
|
518
|
-
"Settings.apiTokens.description": "Liste over genererede tokens til at bruge API'et",
|
|
519
|
-
"Settings.apiTokens.details": "Detaljer",
|
|
520
|
-
"Settings.apiTokens.emptyStateLayout": "Du har endnu ikke noget indhold...",
|
|
521
|
-
"Settings.apiTokens.notification.copied": "Token er kopieret til klippebordet.",
|
|
522
|
-
"Settings.apiTokens.title": "API Tokens",
|
|
523
|
-
"Settings.apiTokens.types.full-access": "Fuld adgang",
|
|
524
|
-
"Settings.apiTokens.types.read-only": "Read-only",
|
|
525
|
-
"Settings.application.description": "Se dit projekts detaljer",
|
|
526
|
-
"Settings.application.details": "Detailjer",
|
|
527
|
-
"Settings.application.edition-title": "NUVÆRENDE PLAN",
|
|
528
|
-
"Settings.application.get-help": "Få hjælp",
|
|
529
|
-
"Settings.application.link-pricing": "Se alle priser",
|
|
530
|
-
"Settings.application.link-upgrade": "Opgrader dit projekt",
|
|
531
|
-
"Settings.application.node-version": "NODE VERSION",
|
|
532
|
-
"Settings.application.strapi-version": "STRAPI VERSION",
|
|
533
|
-
"Settings.application.strapiVersion": "strapi version",
|
|
534
|
-
"Settings.application.title": "Applikation",
|
|
535
|
-
"Settings.error": "Fejl",
|
|
536
|
-
"Settings.global": "Globale indstillinger",
|
|
537
|
-
"Settings.permissions": "Rettigheder",
|
|
538
|
-
"Settings.permissions.category": "Rettighedsindstillinger for {category}",
|
|
539
|
-
"Settings.permissions.category.plugins": "Rettighedsindstilling for {category} plugin",
|
|
540
|
-
"Settings.permissions.conditions.anytime": "Altid",
|
|
541
|
-
"Settings.permissions.conditions.apply": "Godkend",
|
|
542
|
-
"Settings.permissions.conditions.can": "Kan",
|
|
543
|
-
"Settings.permissions.conditions.define-conditions": "Definér betingelser",
|
|
544
|
-
"Settings.permissions.conditions.links": "Links",
|
|
545
|
-
"Settings.permissions.conditions.no-actions": "Der er ingen handling",
|
|
546
|
-
"Settings.permissions.conditions.none-selected": "Når som helst",
|
|
547
|
-
"Settings.permissions.conditions.or": "ELLER",
|
|
548
|
-
"Settings.permissions.conditions.selected.plural": "{number} valgte betingelser",
|
|
549
|
-
"Settings.permissions.conditions.selected.singular": "{number} valgt betingelse",
|
|
550
|
-
"Settings.permissions.conditions.when": "Når",
|
|
551
|
-
"Settings.permissions.menu.link.roles.label": "Roller",
|
|
552
|
-
"Settings.permissions.menu.link.users.label": "Brugere",
|
|
553
|
-
"Settings.permissions.select-all-by-permission": "Vælg alle {label} tilladelser",
|
|
554
|
-
"Settings.permissions.select-by-permission": "Vælg {label} tilladelse",
|
|
555
|
-
"Settings.permissions.users.create": "Opret ny bruger",
|
|
556
|
-
"Settings.permissions.users.form.email": "E-mail",
|
|
557
|
-
"Settings.permissions.users.form.firstname": "Fornavn",
|
|
558
|
-
"Settings.permissions.users.form.lastname": "Efternavn",
|
|
559
|
-
"Settings.permissions.users.form.sso": "Forbind med SSO",
|
|
560
|
-
"Settings.permissions.users.form.sso.description": "Når aktiveret (TIL), kan brugere logge ind med SSO",
|
|
561
|
-
"Settings.permissions.users.listview.header.subtitle": "Alle brugere som har adgnag til Strapi admin panelet",
|
|
562
|
-
"Settings.permissions.users.listview.header.title": "Brugere",
|
|
563
|
-
"Settings.permissions.users.tabs.label": "Tabs Tilladelser",
|
|
564
|
-
"Settings.profile.form.notify.data.loaded": "Dine profildata er blevet hentet",
|
|
565
|
-
"Settings.profile.form.section.experience.clear.select": "Nulstil det valgte interface sprog",
|
|
566
|
-
"Settings.profile.form.section.experience.documentation": "dokumentation",
|
|
567
|
-
"Settings.profile.form.section.experience.interfaceLanguage": "Interface sprog",
|
|
568
|
-
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Dette vil kun vise dit eget interface i det valgte sprog.",
|
|
569
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Valget vil kun ændre sproget for dig. Referér venligst til dette {documentation} for at gøre andre sprog tilgængelige for dit hold.",
|
|
570
|
-
"Settings.profile.form.section.experience.title": "Oplevelse",
|
|
571
|
-
"Settings.profile.form.section.helmet.title": "Bruger profil",
|
|
572
|
-
"Settings.profile.form.section.password.title": "Ændre kodeord",
|
|
573
|
-
"Settings.profile.form.section.profile.page.title": "Profil side",
|
|
574
|
-
"Settings.profile.form.section.profile.title": "Profil",
|
|
575
|
-
"Settings.roles.create.description": "Definér rollens rettigheder",
|
|
576
|
-
"Settings.roles.create.title": "Opret en rolle",
|
|
577
|
-
"Settings.roles.created": "Rolle oprettet",
|
|
578
|
-
"Settings.roles.edit.title": "Redigér en rolle",
|
|
579
|
-
"Settings.roles.form.button.users-with-role": "Brugere med denne rolle",
|
|
580
|
-
"Settings.roles.form.created": "Oprettet",
|
|
581
|
-
"Settings.roles.form.description": "Navn og beskrivelse af rollen",
|
|
582
|
-
"Settings.roles.form.input.description": "Beskrivelse",
|
|
583
|
-
"Settings.roles.form.input.name": "Navn",
|
|
584
|
-
"Settings.roles.form.permission.property-label": "{label} tilladelser",
|
|
585
|
-
"Settings.roles.form.permissions.attributesPermissions": "Feltrettigheder",
|
|
586
|
-
"Settings.roles.form.permissions.create": "Opret",
|
|
587
|
-
"Settings.roles.form.permissions.delete": "Slet",
|
|
588
|
-
"Settings.roles.form.permissions.publish": "Offentliggør",
|
|
589
|
-
"Settings.roles.form.permissions.read": "Læs",
|
|
590
|
-
"Settings.roles.form.permissions.update": "Opdatér",
|
|
591
|
-
"Settings.roles.form.title": "Detaljer",
|
|
592
|
-
"Settings.roles.list.button.add": "Tilføj ny rolle",
|
|
593
|
-
"Settings.roles.list.description": "Liste over roller",
|
|
594
|
-
"Settings.roles.list.header.actions": "Handlinger",
|
|
595
|
-
"Settings.roles.list.header.description": "Beskrivelse",
|
|
596
|
-
"Settings.roles.list.header.name": "Navn",
|
|
597
|
-
"Settings.roles.list.header.users": "Brugere",
|
|
598
|
-
"Settings.roles.list.title.plural": "{number} roller",
|
|
599
|
-
"Settings.roles.list.title.singular": "{number} rolle",
|
|
600
|
-
"Settings.roles.title": "Roller",
|
|
601
|
-
"Settings.roles.title.singular": "rolle",
|
|
602
|
-
"Settings.sso.description": "Ændre indstillingerne for Single Sign-On funktionen.",
|
|
603
|
-
"Settings.sso.form.defaultRole.description": "Det vil forbinde nye autentificerede brugere til den valgte rolle",
|
|
604
|
-
"Settings.sso.form.defaultRole.description-not-allowed": "Du skal have tilladelse til at læse admin roller",
|
|
605
|
-
"Settings.sso.form.defaultRole.label": "Standard rolle",
|
|
606
|
-
"Settings.sso.form.registration.description": "Opret ny bruger med SSO log ind hvis ingen bruger findes",
|
|
607
|
-
"Settings.sso.form.registration.label": "Auto-registrering",
|
|
608
|
-
"Settings.sso.form.settings.title": "Indstillinger",
|
|
609
|
-
"Settings.sso.title": "Single Sign-On",
|
|
610
|
-
"Settings.webhooks.create": "Opret en webhook",
|
|
611
|
-
"Settings.webhooks.create.header": "Opret en ny header",
|
|
612
|
-
"Settings.webhooks.created": "Webhook oprettet",
|
|
613
|
-
"Settings.webhooks.disabled": "Deaktiveret",
|
|
614
|
-
"Settings.webhooks.enabled": "Aktiviret",
|
|
615
|
-
"Settings.webhooks.event.publish-tooltip": "Dette event findes kun for indhold med udkast/offentliggør system slået til",
|
|
616
|
-
"Settings.webhooks.events.create": "Opret",
|
|
617
|
-
"Settings.webhooks.events.delete": "Slet",
|
|
618
|
-
"Settings.webhooks.events.update": "Opdater",
|
|
619
|
-
"Settings.webhooks.form.events": "Events",
|
|
620
|
-
"Settings.webhooks.form.headers": "Headers",
|
|
621
|
-
"Settings.webhooks.form.name": "Navn",
|
|
622
|
-
"Settings.webhooks.form.url": "Url",
|
|
623
|
-
"Settings.webhooks.headers.remove": "Fjern overskriftrække {number}",
|
|
624
|
-
"Settings.webhooks.key": "Key",
|
|
625
|
-
"Settings.webhooks.list.all-entries.select": "Vælg alle elementer",
|
|
626
|
-
"Settings.webhooks.list.button.add": "Tilføj ny webhook",
|
|
627
|
-
"Settings.webhooks.list.description": "Modtag POST ændringsnotifikationer.",
|
|
628
|
-
"Settings.webhooks.list.empty.description": "Tilføj din første til denne liste.",
|
|
629
|
-
"Settings.webhooks.list.empty.link": "Se vores dokumentation",
|
|
630
|
-
"Settings.webhooks.list.empty.title": "Der er ingen webhooks endnu",
|
|
631
|
-
"Settings.webhooks.list.select": "Vælg",
|
|
632
|
-
"Settings.webhooks.list.th.actions": "handlinger",
|
|
633
|
-
"Settings.webhooks.list.th.status": "status",
|
|
634
|
-
"Settings.webhooks.singular": "webhook",
|
|
635
|
-
"Settings.webhooks.title": "Webhooks",
|
|
636
|
-
"Settings.webhooks.to.delete": "{webhooksToDeleteLength, plural, one {# asset} other {# assets}} selected",
|
|
637
|
-
"Settings.webhooks.trigger": "Trigger",
|
|
638
|
-
"Settings.webhooks.trigger.cancel": "Annuller trigger",
|
|
639
|
-
"Settings.webhooks.trigger.pending": "Venter…",
|
|
640
|
-
"Settings.webhooks.trigger.save": "Gem venligst for at trigger",
|
|
641
|
-
"Settings.webhooks.trigger.success": "Succes!",
|
|
642
|
-
"Settings.webhooks.trigger.success.label": "Trigger succesfuld",
|
|
643
|
-
"Settings.webhooks.trigger.test": "Test-trigger",
|
|
644
|
-
"Settings.webhooks.trigger.title": "Gem inden trigger",
|
|
645
|
-
"Settings.webhooks.value": "Værdi",
|
|
646
|
-
"Username": "Brugernavn",
|
|
647
|
-
"Users & Permissions": "Brugere & rettigheder",
|
|
648
|
-
"Users": "Brugere",
|
|
649
|
-
"Users.components.List.empty": "Der er ingen brugere...",
|
|
650
|
-
"Users.components.List.empty.withFilters": "Der er ingen brugere med de valgte filtre...",
|
|
651
|
-
"Users.components.List.empty.withSearch": "Der er ingen brugere der matcher søgningen ({search})...",
|
|
652
640
|
"form.button.continue": "Fortsæt",
|
|
653
641
|
"form.button.done": "Færdig",
|
|
654
642
|
"form.button.finish": "Færdig",
|
|
@@ -58,15 +58,6 @@
|
|
|
58
58
|
"Auth.privacy-policy-agreement.policy": "privacy policy",
|
|
59
59
|
"Auth.privacy-policy-agreement.terms": "terms",
|
|
60
60
|
"Auth.reset-password.title": "Reset password",
|
|
61
|
-
"admin.pages.MarketPlacePage.helmet": "Marketplace - Plugins",
|
|
62
|
-
"admin.pages.MarketPlacePage.illustration": "marketplace illustration",
|
|
63
|
-
"admin.pages.MarketPlacePage.title": "Marketplace",
|
|
64
|
-
"admin.pages.MarketPlacePage.subtitle": "Get more out of Strapi",
|
|
65
|
-
"admin.pages.MarketPlacePage.coming-soon.1": "A new way to make Strapi awesome.",
|
|
66
|
-
"admin.pages.MarketPlacePage.coming-soon.2": "Coming soon.",
|
|
67
|
-
"admin.pages.MarketPlacePage.content.subtitle": "The new marketplace will help you get more out of Strapi. We are working hard to offer the best experience to discover and install plugins.",
|
|
68
|
-
"admin.pages.MarketPlacePage.submit.plugin.link": "Submit your plugin",
|
|
69
|
-
"admin.pages.MarketPlacePage.blog.link": "Read our blog post",
|
|
70
61
|
"Content Manager": "Content Manager",
|
|
71
62
|
"Content Type Builder": "Content-Types Builder",
|
|
72
63
|
"Documentation": "Documentation",
|
|
@@ -87,32 +78,31 @@
|
|
|
87
78
|
"Roles.ListPage.notification.delete-all-not-allowed": "Some roles could not be deleted since they are associated with users",
|
|
88
79
|
"Roles.ListPage.notification.delete-not-allowed": "A role cannot be deleted if associated with users",
|
|
89
80
|
"Roles.RoleRow.select-all": "Select {name} for bulk actions",
|
|
90
|
-
"Roles.RoleRow.user-count
|
|
91
|
-
"Roles.RoleRow.user-count.singular": "{number} user",
|
|
81
|
+
"Roles.RoleRow.user-count": "{number, plural, =0 {# user} one {# user} other {# users}}",
|
|
92
82
|
"Roles.components.List.empty.withSearch": "There is no role corresponding to the search ({search})...",
|
|
93
83
|
"Settings.PageTitle": "Settings - {name}",
|
|
94
|
-
"Settings.apiTokens.details": "Details",
|
|
95
84
|
"Settings.apiTokens.addFirstToken": "Add your first API Token",
|
|
96
85
|
"Settings.apiTokens.addNewToken": "Add new API Token",
|
|
97
86
|
"Settings.apiTokens.copy.editMessage": "For security reasons, you can only see your token once.",
|
|
98
87
|
"Settings.apiTokens.copy.editTitle": "This token isn’t accessible anymore.",
|
|
99
88
|
"Settings.apiTokens.copy.lastWarning": "Make sure to copy this token, you won’t be able to see it again!",
|
|
100
|
-
"Settings.apiTokens.create": "
|
|
89
|
+
"Settings.apiTokens.create": "Create new API Token",
|
|
101
90
|
"Settings.apiTokens.description": "List of generated tokens to consume the API",
|
|
91
|
+
"Settings.apiTokens.details": "Details",
|
|
102
92
|
"Settings.apiTokens.emptyStateLayout": "You don’t have any content yet...",
|
|
103
93
|
"Settings.apiTokens.notification.copied": "Token copied to clipboard.",
|
|
104
94
|
"Settings.apiTokens.title": "API Tokens",
|
|
105
95
|
"Settings.apiTokens.types.full-access": "Full access",
|
|
106
96
|
"Settings.apiTokens.types.read-only": "Read-only",
|
|
107
97
|
"Settings.application.description": "Administration panel’s global information",
|
|
108
|
-
"Settings.application.strapiVersion": "strapi version",
|
|
109
|
-
"Settings.application.edition-title": "current plan",
|
|
110
98
|
"Settings.application.details": "Details",
|
|
99
|
+
"Settings.application.edition-title": "current plan",
|
|
100
|
+
"Settings.application.get-help": "Get help",
|
|
111
101
|
"Settings.application.link-pricing": "See all pricing plans",
|
|
112
102
|
"Settings.application.link-upgrade": "Upgrade your admin panel",
|
|
113
|
-
"Settings.application.get-help": "Get help",
|
|
114
103
|
"Settings.application.node-version": "node version",
|
|
115
104
|
"Settings.application.strapi-version": "strapi version",
|
|
105
|
+
"Settings.application.strapiVersion": "strapi version",
|
|
116
106
|
"Settings.application.title": "Overview",
|
|
117
107
|
"Settings.error": "Error",
|
|
118
108
|
"Settings.global": "Global Settings",
|
|
@@ -127,8 +117,6 @@
|
|
|
127
117
|
"Settings.permissions.conditions.no-actions": "You first need to select actions (create, read, update, ...) before defining conditions on them.",
|
|
128
118
|
"Settings.permissions.conditions.none-selected": "Anytime",
|
|
129
119
|
"Settings.permissions.conditions.or": "OR",
|
|
130
|
-
"Settings.permissions.conditions.selected.plural": "{number} conditions selected",
|
|
131
|
-
"Settings.permissions.conditions.selected.singular": "{number} condition selected",
|
|
132
120
|
"Settings.permissions.conditions.when": "When",
|
|
133
121
|
"Settings.permissions.menu.link.roles.label": "Roles",
|
|
134
122
|
"Settings.permissions.menu.link.users.label": "Users",
|
|
@@ -145,10 +133,10 @@
|
|
|
145
133
|
"Settings.permissions.users.tabs.label": "Tabs Permissions",
|
|
146
134
|
"Settings.profile.form.notify.data.loaded": "Your profile data has been loaded",
|
|
147
135
|
"Settings.profile.form.section.experience.clear.select": "Clear the interface language selected",
|
|
136
|
+
"Settings.profile.form.section.experience.documentation": "documentation",
|
|
148
137
|
"Settings.profile.form.section.experience.interfaceLanguage": "Interface language",
|
|
149
138
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "This will only display your own interface in the chosen language.",
|
|
150
139
|
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Selection will change the interface language only for you. Please refer to this {documentation} to make other languages available for your team.",
|
|
151
|
-
"Settings.profile.form.section.experience.documentation": "documentation",
|
|
152
140
|
"Settings.profile.form.section.experience.title": "Experience",
|
|
153
141
|
"Settings.profile.form.section.helmet.title": "User profile",
|
|
154
142
|
"Settings.profile.form.section.password.title": "Change password",
|
|
@@ -177,8 +165,6 @@
|
|
|
177
165
|
"Settings.roles.list.header.description": "Description",
|
|
178
166
|
"Settings.roles.list.header.name": "Name",
|
|
179
167
|
"Settings.roles.list.header.users": "Users",
|
|
180
|
-
"Settings.roles.list.title.plural": "{number} roles",
|
|
181
|
-
"Settings.roles.list.title.singular": "{number} role",
|
|
182
168
|
"Settings.roles.title": "Roles",
|
|
183
169
|
"Settings.roles.title.singular": "role",
|
|
184
170
|
"Settings.sso.description": "Configure the settings for the Single Sign-On feature.",
|
|
@@ -231,7 +217,42 @@
|
|
|
231
217
|
"Users.components.List.empty": "There is no users...",
|
|
232
218
|
"Users.components.List.empty.withFilters": "There is no users with the applied filters...",
|
|
233
219
|
"Users.components.List.empty.withSearch": "There is no users corresponding to the search ({search})...",
|
|
220
|
+
"admin.pages.MarketPlacePage.blog.link": "Read our blog post",
|
|
221
|
+
"admin.pages.MarketPlacePage.coming-soon.1": "A new way to make Strapi awesome.",
|
|
222
|
+
"admin.pages.MarketPlacePage.coming-soon.2": "Coming soon.",
|
|
223
|
+
"admin.pages.MarketPlacePage.content.subtitle": "The new marketplace will help you get more out of Strapi. We are working hard to offer the best experience to discover and install plugins.",
|
|
224
|
+
"admin.pages.MarketPlacePage.content.subtitle.published": "The web marketplace helps you get the most of Strapi. In addition, we are working hard to offer the best experience to discover and install plugins, directly from the app.",
|
|
225
|
+
"admin.pages.MarketPlacePage.helmet": "Marketplace - Plugins",
|
|
226
|
+
"admin.pages.MarketPlacePage.illustration": "marketplace illustration",
|
|
227
|
+
"admin.pages.MarketPlacePage.market.link": "Visit the web marketplace",
|
|
228
|
+
"admin.pages.MarketPlacePage.published": "Finally here.",
|
|
229
|
+
"admin.pages.MarketPlacePage.submit.plugin.link": "Submit your plugin",
|
|
230
|
+
"admin.pages.MarketPlacePage.subtitle": "Get more out of Strapi",
|
|
231
|
+
"admin.pages.MarketPlacePage.title": "Marketplace",
|
|
234
232
|
"anErrorOccurred": "Woops! Something went wrong. Please, try again.",
|
|
233
|
+
"app.components.GuidedTour.skip": "Skip the tour",
|
|
234
|
+
"app.components.GuidedTour.title": "3 steps to get started",
|
|
235
|
+
"app.components.GuidedTour.create-content": "Create content",
|
|
236
|
+
"app.components.GuidedTour.home.CTB.title": "🧠 Build the content structure",
|
|
237
|
+
"app.components.GuidedTour.home.CTB.cta.title": "Go to the Content type Builder",
|
|
238
|
+
"app.components.GuidedTour.CTB.create.title": "🧠 Create a first Collection type",
|
|
239
|
+
"app.components.GuidedTour.CTB.create.content": "<p>Collection types help you manage several entries, Single types are suitable to manage only one entry.</p> <p>Ex: For a Blog website, Articles would be a Collection type whereas a Homepage would be a Single type.</p>",
|
|
240
|
+
"app.components.GuidedTour.CTB.create.cta.title": "Build a Collection type",
|
|
241
|
+
"app.components.GuidedTour.CTB.success.title": "Step 1: Completed ✅",
|
|
242
|
+
"app.components.GuidedTour.CTB.success.content": "<p>Good going!</p><b>⚡️ What would you like to share with the world?</b>",
|
|
243
|
+
"app.components.GuidedTour.home.CM.title": "⚡️ What would you like to share with the world?",
|
|
244
|
+
"app.components.GuidedTour.CM.create.title": "⚡️ Create content",
|
|
245
|
+
"app.components.GuidedTour.CM.create.content": "<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the Blog website example further, one can write an Article, save and publish it as they like.</p><p>💡 Quick tip - Don't forget to hit publish on the content you create.</p>",
|
|
246
|
+
"app.components.GuidedTour.CM.success.title": "Step 2: Completed ✅",
|
|
247
|
+
"app.components.GuidedTour.CM.success.content": "<p>Awesome, one last step to go!</p><b>🚀 See content in action</b>",
|
|
248
|
+
"app.components.GuidedTour.CM.success.cta.title": "Test the API",
|
|
249
|
+
"app.components.GuidedTour.home.apiTokens.cta.title": "Test the API",
|
|
250
|
+
"app.components.GuidedTour.apiTokens.create.title": "🚀 See content in action",
|
|
251
|
+
"app.components.GuidedTour.apiTokens.create.content": "<p>Generate an authentication token here and retrieve the content you just created.</p>",
|
|
252
|
+
"app.components.GuidedTour.apiTokens.create.cta.title": "Generate an API Token",
|
|
253
|
+
"app.components.GuidedTour.apiTokens.success.title": "Step 3: Completed ✅",
|
|
254
|
+
"app.components.GuidedTour.apiTokens.success.content": "<p>See content in action by making an HTTP request:</p><ul><li><p>To this URL: <light>https://'<'YOUR_DOMAIN'>'/api/'<'YOUR_CT'>'</light></p></li><li><p>With the header: <light>Authorization: bearer '<'YOUR_API_TOKEN'>'</light></p></li></ul><p>For more ways to interact with content, see the <documentationLink>documentation</documentationLink>.</p>",
|
|
255
|
+
"app.components.GuidedTour.apiTokens.success.cta.title": "Go back to homepage",
|
|
235
256
|
"app.component.CopyToClipboard.label": "Copy to clipboard",
|
|
236
257
|
"app.component.search.label": "Search for {target}",
|
|
237
258
|
"app.component.table.delete": "Delete {target}",
|
|
@@ -283,9 +304,9 @@
|
|
|
283
304
|
"app.components.LeftMenu.collapse": "Collapse the navbar",
|
|
284
305
|
"app.components.LeftMenu.expand": "Expand the navbar",
|
|
285
306
|
"app.components.LeftMenu.logout": "Logout",
|
|
286
|
-
"app.components.LeftMenu.profile": "Profile",
|
|
287
307
|
"app.components.LeftMenu.navbrand.title": "Strapi Dashboard",
|
|
288
308
|
"app.components.LeftMenu.navbrand.workplace": "Workplace",
|
|
309
|
+
"app.components.LeftMenu.profile": "Profile",
|
|
289
310
|
"app.components.LeftMenuFooter.documentation": "Documentation",
|
|
290
311
|
"app.components.LeftMenuFooter.help": "Help",
|
|
291
312
|
"app.components.LeftMenuFooter.poweredBy": "Powered by ",
|
|
@@ -349,8 +370,6 @@
|
|
|
349
370
|
"app.components.go-back": "Back",
|
|
350
371
|
"app.components.listPlugins.button": "Add New Plugin",
|
|
351
372
|
"app.components.listPlugins.title.none": "No plugins installed",
|
|
352
|
-
"app.components.listPlugins.title.plural": "{number} plugins are installed",
|
|
353
|
-
"app.components.listPlugins.title.singular": "{number} plugin is installed",
|
|
354
373
|
"app.components.listPluginsPage.deletePlugin.error": "An error occurred while uninstalling the plugin",
|
|
355
374
|
"app.containers.App.notification.error.init": "An error occurred while requesting the API",
|
|
356
375
|
"app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin": "If you do not receive this link, please contact your administrator.",
|
|
@@ -362,6 +381,7 @@
|
|
|
362
381
|
"app.containers.Users.EditPage.roles-bloc-title": "Attributed roles",
|
|
363
382
|
"app.containers.Users.ModalForm.footer.button-success": "Invite user",
|
|
364
383
|
"app.links.configure-view": "Configure the view",
|
|
384
|
+
"app.page.not.found": "Oops! We can't seem to find the page you're looging for...",
|
|
365
385
|
"app.static.links.cheatsheet": "CheatSheet",
|
|
366
386
|
"app.utils.SelectOption.defaultMessage": " ",
|
|
367
387
|
"app.utils.add-filter": "Add filter",
|
|
@@ -523,9 +543,9 @@
|
|
|
523
543
|
"content-manager.containers.Edit.editing": "Editing...",
|
|
524
544
|
"content-manager.containers.Edit.information": "Information",
|
|
525
545
|
"content-manager.containers.Edit.information.by": "By",
|
|
546
|
+
"content-manager.containers.Edit.information.created": "Created",
|
|
526
547
|
"content-manager.containers.Edit.information.draftVersion": "draft version",
|
|
527
548
|
"content-manager.containers.Edit.information.editing": "Editing",
|
|
528
|
-
"content-manager.containers.Edit.information.created": "Created",
|
|
529
549
|
"content-manager.containers.Edit.information.lastUpdate": "Last update",
|
|
530
550
|
"content-manager.containers.Edit.information.publishedVersion": "published version",
|
|
531
551
|
"content-manager.containers.Edit.pluginHeader.title.new": "Create an entry",
|
|
@@ -535,8 +555,6 @@
|
|
|
535
555
|
"content-manager.containers.Edit.submit": "Save",
|
|
536
556
|
"content-manager.containers.EditSettingsView.modal-form.edit-field": "Edit the field",
|
|
537
557
|
"content-manager.containers.EditView.add.new-entry": "Add an entry",
|
|
538
|
-
"content-manager.containers.EditView.components.missing.plural": "There is {count} missing components",
|
|
539
|
-
"content-manager.containers.EditView.components.missing.singular": "There is {count} missing component",
|
|
540
558
|
"content-manager.containers.EditView.notification.errors": "The form contains some errors",
|
|
541
559
|
"content-manager.containers.Home.introduction": "To edit your entries go to the specific link in the left menu. This plugin doesn't have a proper way to edit settings and it's still under active development.",
|
|
542
560
|
"content-manager.containers.Home.pluginHeaderDescription": "Manage your entries through a powerful and beautiful interface.",
|