@strapi/admin 4.5.3 → 4.5.5
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 +13 -2
- package/admin/src/components/GlobalStyle/index.js +0 -11
- package/admin/src/content-manager/components/ComponentIcon/ComponentIcon.js +49 -0
- package/admin/src/content-manager/components/ComponentIcon/index.js +1 -0
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCard.js +17 -31
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCategory.js +2 -2
- package/admin/src/content-manager/components/DynamicZone/components/DynamicComponent.js +3 -3
- package/admin/src/content-manager/components/EditViewDataManagerProvider/index.js +39 -3
- package/admin/src/content-manager/components/EditViewDataManagerProvider/reducer.js +24 -3
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/findLeafByPathAndReplace.js +2 -1
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/recursivelyFindPathsBasedOnCondition.js +8 -1
- package/admin/src/content-manager/components/InputJSON/FieldWrapper.js +10 -2
- package/admin/src/content-manager/components/InputJSON/Label.js +2 -18
- package/admin/src/content-manager/components/InputJSON/index.js +7 -3
- package/admin/src/content-manager/components/NonRepeatableComponent/index.js +4 -0
- package/admin/src/content-manager/components/RelationInput/RelationInput.js +6 -13
- package/admin/src/content-manager/components/RelationInputDataManager/RelationInputDataManager.js +1 -1
- package/admin/src/content-manager/components/RepeatableComponent/AccordionGroupCustom/index.js +0 -1
- package/admin/src/content-manager/components/RepeatableComponent/DraggedItem/index.js +4 -0
- package/admin/src/content-manager/components/RepeatableComponent/index.js +1 -3
- package/admin/src/content-manager/components/SingleTypeFormWrapper/index.js +1 -1
- package/admin/src/content-manager/components/Wysiwyg/Editor.js +1 -1
- package/admin/src/content-manager/hooks/useLazyComponents/index.js +40 -15
- package/admin/src/content-manager/pages/EditSettingsView/components/DynamicZoneList.js +18 -38
- package/admin/src/content-manager/pages/EditView/Header/index.js +1 -1
- package/admin/src/content-manager/sharedReducers/crudReducer/actions.js +5 -0
- package/admin/src/content-manager/sharedReducers/crudReducer/constants.js +2 -0
- package/admin/src/content-manager/sharedReducers/crudReducer/reducer.js +7 -0
- package/admin/src/core/utils/axiosInstance.js +4 -2
- package/admin/src/hooks/index.js +1 -0
- package/admin/src/hooks/useFetchClient/index.js +23 -0
- package/admin/src/pages/Admin/Onboarding/index.js +42 -44
- package/admin/src/pages/App/index.js +20 -13
- package/admin/src/pages/AuthPage/components/Register/index.js +1 -1
- package/admin/src/pages/AuthPage/components/ResetPassword/index.js +1 -1
- package/admin/src/pages/HomePage/SocialLinks.js +4 -4
- package/admin/src/pages/ProfilePage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +2 -3
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/index.js +23 -18
- package/admin/src/translations/ca.json +2 -3
- package/admin/src/translations/dk.json +2 -2
- package/admin/src/translations/en.json +2 -1
- package/admin/src/translations/es.json +2 -2
- package/admin/src/translations/fr.json +2 -2
- package/admin/src/translations/hu.json +2 -2
- package/admin/src/translations/ja.json +2 -2
- package/admin/src/translations/nl.json +2 -2
- package/admin/src/translations/sk.json +274 -52
- package/admin/src/translations/tr.json +485 -5
- package/admin/src/translations/zh-Hans.json +1 -1
- package/admin/src/translations/zh.json +2 -2
- package/admin/src/utils/fetchClient.js +45 -0
- package/admin/src/utils/getFetchClient.js +10 -0
- package/admin/src/utils/index.js +1 -0
- package/admin/src/utils/uniqueAdminHash.js +22 -0
- package/build/2235.06c13219.chunk.js +106 -0
- package/build/{1233.80b05d66.chunk.js → 2473.45658149.chunk.js} +67 -67
- package/build/2598.962797b2.chunk.js +159 -0
- package/build/4318.0bbd3f4b.chunk.js +30 -0
- package/build/4958.7c118f5e.chunk.js +276 -0
- package/build/5052.712419ea.chunk.js +65 -0
- package/build/7295.e12e5587.chunk.js +114 -0
- package/build/805.ddcead70.chunk.js +138 -0
- package/build/{8633.8da5488a.chunk.js → 8633.19be8f45.chunk.js} +1 -1
- package/build/874.bde3ea04.chunk.js +104 -0
- package/build/9707.77e475ee.chunk.js +101 -0
- package/build/Admin-authenticatedApp.59063c5f.chunk.js +72 -0
- package/build/{Admin_homePage.54e33c2d.chunk.js → Admin_homePage.8945f71a.chunk.js} +5 -5
- package/build/{Admin_marketplace.8219fda6.chunk.js → Admin_marketplace.615343fb.chunk.js} +6 -6
- package/build/Admin_pluginsPage.67728975.chunk.js +6 -0
- package/build/{Admin_profilePage.e9fcce92.chunk.js → Admin_profilePage.175c6516.chunk.js} +2 -2
- package/build/Admin_settingsPage.ba0605a2.chunk.js +178 -0
- package/build/Upload_ConfigureTheView.7cb2a3fd.chunk.js +1 -0
- package/build/admin-app.77b9f2b9.chunk.js +112 -0
- package/build/admin-edit-roles-page.f407538c.chunk.js +1 -0
- package/build/admin-edit-users.5547b126.chunk.js +10 -0
- package/build/{admin-users.a0748674.chunk.js → admin-users.4b6b47f8.chunk.js} +2 -2
- package/build/api-tokens-create-page.dd4ddfcb.chunk.js +1 -0
- package/build/api-tokens-edit-page.821c5a6c.chunk.js +1 -0
- package/build/{api-tokens-list-page.700e575f.chunk.js → api-tokens-list-page.50519ed7.chunk.js} +1 -1
- package/build/ca-json.fa3e6f48.chunk.js +1 -0
- package/build/{codemirror-css.4e2bbed3.chunk.js → codemirror-css.aa4c2de2.chunk.js} +2 -3
- package/build/codemirror-theme.c1d2b07c.chunk.js +33 -0
- package/build/content-manager.d89dcc40.chunk.js +1184 -0
- package/build/content-type-builder-list-view.4aea46fa.chunk.js +198 -0
- package/build/content-type-builder-translation-de-json.a52482c7.chunk.js +1 -0
- package/build/content-type-builder-translation-dk-json.a8616510.chunk.js +1 -0
- package/build/content-type-builder-translation-en-json.1d9a3c14.chunk.js +1 -0
- package/build/content-type-builder-translation-es-json.c3ea46fb.chunk.js +1 -0
- package/build/content-type-builder-translation-ko-json.3fb7ddc8.chunk.js +1 -0
- package/build/content-type-builder-translation-pl-json.9b2993b2.chunk.js +1 -0
- package/build/content-type-builder-translation-pt-BR-json.6d255441.chunk.js +1 -0
- package/build/content-type-builder-translation-sv-json.c608b9ca.chunk.js +1 -0
- package/build/content-type-builder-translation-tr-json.949e22eb.chunk.js +1 -0
- package/build/content-type-builder-translation-zh-json.b79513e4.chunk.js +1 -0
- package/build/content-type-builder.3b1a75a2.chunk.js +127 -0
- package/build/dk-json.ab5dd6ac.chunk.js +1 -0
- package/build/email-settings-page.d7165683.chunk.js +15 -0
- package/build/email-translation-tr-json.8aa034bb.chunk.js +1 -0
- package/build/en-json.d268c039.chunk.js +1 -0
- package/build/es-json.8fe19fb3.chunk.js +1 -0
- package/build/fr-json.7ba93468.chunk.js +1 -0
- package/build/highlight.js.aea3bcf9.chunk.js +85 -0
- package/build/hu-json.459334f8.chunk.js +1 -0
- package/build/{i18n-settings-page.195d42fe.chunk.js → i18n-settings-page.ee572037.chunk.js} +1 -1
- package/build/i18n-translation-tr-json.34ca9d61.chunk.js +1 -0
- package/build/index.html +1 -1
- package/build/ja-json.e69860d6.chunk.js +1 -0
- package/build/main.1a19193b.js +4417 -0
- package/build/nl-json.02de2e84.chunk.js +1 -0
- package/build/runtime~main.2e5b4723.js +2 -0
- package/build/sk-json.2af48064.chunk.js +1 -0
- package/build/sso-settings-page.91924df1.chunk.js +41 -0
- package/build/tr-json.eac8bd79.chunk.js +1 -0
- package/build/upload-settings.5fd96cda.chunk.js +89 -0
- package/build/upload-translation-en-json.32cf9aff.chunk.js +1 -0
- package/build/upload-translation-sk-json.fe86c53b.chunk.js +1 -0
- package/build/upload-translation-tr-json.b173223a.chunk.js +1 -0
- package/build/upload.9993c14f.chunk.js +38 -0
- package/build/users-advanced-settings-page.c4431a05.chunk.js +13 -0
- package/build/users-email-settings-page.d8a0bf10.chunk.js +28 -0
- package/build/{users-permissions-translation-dk-json.fe39c74b.chunk.js → users-permissions-translation-dk-json.bad0b786.chunk.js} +1 -1
- package/build/{users-permissions-translation-en-json.765abf48.chunk.js → users-permissions-translation-en-json.aeab388a.chunk.js} +1 -1
- package/build/{users-permissions-translation-es-json.1bb9cde2.chunk.js → users-permissions-translation-es-json.152a923f.chunk.js} +1 -1
- package/build/{users-permissions-translation-ko-json.3be77775.chunk.js → users-permissions-translation-ko-json.6bd0ae22.chunk.js} +1 -1
- package/build/{users-permissions-translation-pl-json.1dbdd4a1.chunk.js → users-permissions-translation-pl-json.c6a02992.chunk.js} +1 -1
- package/build/{users-permissions-translation-sv-json.d5d11648.chunk.js → users-permissions-translation-sv-json.370d6eee.chunk.js} +1 -1
- package/build/users-permissions-translation-tr-json.9bebc250.chunk.js +1 -0
- package/build/{users-permissions-translation-zh-json.92f406f9.chunk.js → users-permissions-translation-zh-json.1fea833f.chunk.js} +1 -1
- package/build/users-providers-settings-page.47a69fe9.chunk.js +1 -0
- package/build/{users-roles-settings-page.445e5e16.chunk.js → users-roles-settings-page.0a87ba15.chunk.js} +3 -3
- package/build/{webhook-edit-page.14ad1e6e.chunk.js → webhook-edit-page.dcc3d145.chunk.js} +4 -4
- package/build/{webhook-list-page.b87821f2.chunk.js → webhook-list-page.894e6959.chunk.js} +1 -1
- package/build/zh-Hans-json.1b3b4a64.chunk.js +1 -0
- package/build/zh-json.2d46108e.chunk.js +1 -0
- package/package.json +17 -22
- package/server/controllers/admin.js +2 -0
- package/server/index.js +2 -0
- package/server/middlewares/index.js +7 -0
- package/server/middlewares/rateLimit.js +43 -0
- package/server/routes/admin.js +1 -1
- package/server/routes/authentication.js +4 -1
- package/server/routes/roles.js +0 -8
- package/server/services/metrics.js +5 -2
- package/server/services/role.js +1 -0
- package/utils/get-plugins-path.js +17 -3
- package/webpack.alias.js +0 -2
- package/admin/src/content-manager/components/BackHeader/index.js +0 -8
- package/admin/src/content-manager/components/Block/components.js +0 -28
- package/admin/src/content-manager/components/Block/index.js +0 -43
- package/admin/src/content-manager/components/Container/index.js +0 -7
- package/admin/src/content-manager/components/CustomInputCheckbox/components.js +0 -77
- package/admin/src/content-manager/components/CustomInputCheckbox/index.js +0 -53
- package/admin/src/content-manager/components/DynamicComponentCard/Wrapper.js +0 -63
- package/admin/src/content-manager/components/FilterOptionsCTA/index.js +0 -14
- package/admin/src/content-manager/components/FormTitle/index.js +0 -22
- package/admin/src/content-manager/components/FormWrapper/index.js +0 -20
- package/admin/src/content-manager/components/InputJSON/FieldError.js +0 -38
- package/admin/src/content-manager/components/LayoutTitle/index.js +0 -19
- package/admin/src/content-manager/components/PlusButton/index.js +0 -52
- package/admin/src/content-manager/components/PreviewCarret/components.js +0 -27
- package/admin/src/content-manager/components/PreviewCarret/index.js +0 -22
- package/admin/src/content-manager/components/SectionTitle/Title.js +0 -11
- package/admin/src/content-manager/components/SectionTitle/index.js +0 -26
- package/build/1551f4f60c37af51121f.woff2 +0 -0
- package/build/1920.74a262e7.chunk.js +0 -245
- package/build/1e59d2330b4c6deb84b3.ttf +0 -0
- package/build/20fd1704ea223900efa9.woff2 +0 -0
- package/build/2285773e6b4b172f07d9.woff +0 -0
- package/build/23f19bb08961f37aaf69.eot +0 -0
- package/build/2438.61291207.chunk.js +0 -2183
- package/build/2517.9b4940f3.chunk.js +0 -117
- package/build/2f517e09eb2ca6650ff5.svg +0 -3717
- package/build/4306.f03c2b46.chunk.js +0 -98
- package/build/4318.7931eee7.chunk.js +0 -30
- package/build/4689f52cc96215721344.svg +0 -801
- package/build/491974d108fe4002b2aa.ttf +0 -0
- package/build/4986.3820d11d.chunk.js +0 -145
- package/build/504.9aeff724.chunk.js +0 -758
- package/build/527940b104eb2ea366c8.ttf +0 -0
- package/build/77206a6bb316fa0aded5.eot +0 -0
- package/build/7a3337626410ca2f4071.woff2 +0 -0
- package/build/7a8b4f130182d19a2d7c.svg +0 -5034
- package/build/805.e991a370.chunk.js +0 -138
- package/build/8b43027f47b20503057d.eot +0 -0
- package/build/9707.a0cc4ad8.chunk.js +0 -70
- package/build/9bbb245e67a133f6e486.eot +0 -0
- package/build/Admin-authenticatedApp.1e1d3bdd.chunk.js +0 -80
- package/build/Admin_pluginsPage.3c872de7.chunk.js +0 -6
- package/build/Admin_settingsPage.a1a5218b.chunk.js +0 -178
- package/build/admin-app.9cb0abc7.chunk.js +0 -112
- package/build/admin-edit-roles-page.23f15909.chunk.js +0 -1
- package/build/admin-edit-users.283b49ed.chunk.js +0 -10
- package/build/api-tokens-create-page.93dd0689.chunk.js +0 -1
- package/build/api-tokens-edit-page.b0adac81.chunk.js +0 -1
- package/build/bb58e57c48a3e911f15f.woff +0 -0
- package/build/be9ee23c0c6390141475.ttf +0 -0
- package/build/c1e38fd9e0e74ba58f7a.svg +0 -2671
- package/build/ca-json.07ae0f2c.chunk.js +0 -1
- package/build/codemirror-theme.a82cae4e.chunk.js +0 -34
- package/build/content-manager.01e04e11.chunk.js +0 -1200
- package/build/content-type-builder-list-view.4412efc3.chunk.js +0 -201
- package/build/content-type-builder-translation-de-json.0d7696b9.chunk.js +0 -1
- package/build/content-type-builder-translation-dk-json.4729f055.chunk.js +0 -1
- package/build/content-type-builder-translation-en-json.f985c9c4.chunk.js +0 -1
- package/build/content-type-builder-translation-es-json.333cf47f.chunk.js +0 -1
- package/build/content-type-builder-translation-ko-json.51201b12.chunk.js +0 -1
- package/build/content-type-builder-translation-pl-json.4a42349b.chunk.js +0 -1
- package/build/content-type-builder-translation-pt-BR-json.6fe3b8d1.chunk.js +0 -1
- package/build/content-type-builder-translation-sv-json.6deff030.chunk.js +0 -1
- package/build/content-type-builder-translation-tr-json.2e52bc60.chunk.js +0 -1
- package/build/content-type-builder-translation-zh-json.3b0afd31.chunk.js +0 -1
- package/build/content-type-builder.848a9610.chunk.js +0 -145
- package/build/cropper-css.12fe038c.chunk.js +0 -306
- package/build/d878b0a6a1144760244f.woff2 +0 -0
- package/build/dk-json.144c6a8e.chunk.js +0 -1
- package/build/eeccf4f66002c6f2ba24.woff +0 -0
- package/build/email-settings-page.d44a57cb.chunk.js +0 -15
- package/build/email-translation-tr-json.87f2feb3.chunk.js +0 -1
- package/build/en-json.7dd57947.chunk.js +0 -1
- package/build/es-json.6d123a82.chunk.js +0 -1
- package/build/f691f37e57f04c152e23.woff +0 -0
- package/build/fontawesome-css-all.15068c6e.chunk.js +0 -4618
- package/build/fontawesome-css.418f40da.chunk.js +0 -6
- package/build/fontawesome-js.252cc5f3.chunk.js +0 -7
- package/build/fr-json.28ab54cb.chunk.js +0 -1
- package/build/highlight.js.af2de364.chunk.js +0 -86
- package/build/hu-json.c4b641bb.chunk.js +0 -1
- package/build/ja-json.1c9eeeec.chunk.js +0 -1
- package/build/main.f31112a5.js +0 -2034
- package/build/nl-json.26f39180.chunk.js +0 -1
- package/build/runtime~main.f91e75cd.js +0 -2
- package/build/sk-json.7ba4b330.chunk.js +0 -1
- package/build/sso-settings-page.9f091262.chunk.js +0 -1
- package/build/tr-json.9c44ea0c.chunk.js +0 -1
- package/build/upload-settings.450cab1a.chunk.js +0 -18
- package/build/upload-translation-en-json.86da7b0a.chunk.js +0 -1
- package/build/upload-translation-sk-json.b03d4904.chunk.js +0 -1
- package/build/upload.a73936d9.chunk.js +0 -64
- package/build/users-advanced-settings-page.dc23bc56.chunk.js +0 -13
- package/build/users-email-settings-page.6541d372.chunk.js +0 -28
- package/build/users-permissions-translation-tr-json.cdc49a3c.chunk.js +0 -1
- package/build/users-providers-settings-page.e11a2f64.chunk.js +0 -33
- package/build/zh-Hans-json.21617c24.chunk.js +0 -1
- package/build/zh-json.2ecc6b99.chunk.js +0 -1
|
@@ -125,11 +125,10 @@
|
|
|
125
125
|
"Settings.permissions.users.tabs.label": "Permisos de pestanyes",
|
|
126
126
|
"Settings.profile.form.notify.data.loaded": "S'han carregat les dades del vostre perfil",
|
|
127
127
|
"Settings.profile.form.section.experience.clear.select": "Esborrar l'idioma d'interfície seleccionat",
|
|
128
|
-
"Settings.profile.form.section.experience.
|
|
129
|
-
"Settings.profile.form.section.experience.here": "aquí",
|
|
128
|
+
"Settings.profile.form.section.experience.here": "documentació",
|
|
130
129
|
"Settings.profile.form.section.experience.interfaceLanguage": "Idioma d'interfície",
|
|
131
130
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Això només mostrarà la vostra pròpia interfície en l'idioma escollit.",
|
|
132
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "La selecció canviarà l'idioma de la interfície només per a vosaltres. Consulteu aquesta {
|
|
131
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "La selecció canviarà l'idioma de la interfície només per a vosaltres. Consulteu aquesta {here} perquè altres idiomes estiguin disponibles per al vostre ordinador.",
|
|
133
132
|
"Settings.profile.form.section.experience.mode.hint": "Mostra la vostra interfície en el mode escollit.",
|
|
134
133
|
"Settings.profile.form.section.experience.mode.label": "Mode d'interfície",
|
|
135
134
|
"Settings.profile.form.section.experience.mode.option-label": "mode {nom}",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"Settings.permissions.users.tabs.label": "Tabs Tilladelser",
|
|
124
124
|
"Settings.profile.form.notify.data.loaded": "Dine profildata er blevet hentet",
|
|
125
125
|
"Settings.profile.form.section.experience.clear.select": "Nulstil det valgte interface sprog",
|
|
126
|
-
"Settings.profile.form.section.experience.
|
|
126
|
+
"Settings.profile.form.section.experience.here": "dokumentation",
|
|
127
127
|
"Settings.profile.form.section.experience.interfaceLanguage": "Interface sprog",
|
|
128
128
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Dette vil kun vise dit eget interface i det valgte sprog.",
|
|
129
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Valget vil kun ændre sproget for dig. Referér venligst til dette {
|
|
129
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Valget vil kun ændre sproget for dig. Referér venligst til dette {here} for at gøre andre sprog tilgængelige for dit hold.",
|
|
130
130
|
"Settings.profile.form.section.experience.title": "Oplevelse",
|
|
131
131
|
"Settings.profile.form.section.helmet.title": "Bruger profil",
|
|
132
132
|
"Settings.profile.form.section.profile.page.title": "Profil side",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"Auth.form.button.login.strapi": "Log in via Strapi",
|
|
12
12
|
"Auth.form.button.password-recovery": "Password Recovery",
|
|
13
13
|
"Auth.form.button.register": "Let's start",
|
|
14
|
-
"Auth.form.confirmPassword.label": "
|
|
14
|
+
"Auth.form.confirmPassword.label": "Confirm Password",
|
|
15
15
|
"Auth.form.currentPassword.label": "Current Password",
|
|
16
16
|
"Auth.form.email.label": "Email",
|
|
17
17
|
"Auth.form.email.placeholder": "e.g. kai@doe.com",
|
|
@@ -460,6 +460,7 @@
|
|
|
460
460
|
"app.utils.select-filter": "Select filter",
|
|
461
461
|
"app.utils.unpublish": "Unpublish",
|
|
462
462
|
"clearLabel": "Clear",
|
|
463
|
+
"selectButtonTitle": "Select",
|
|
463
464
|
"coming.soon": "This content is currently under construction and will be back in a few weeks!",
|
|
464
465
|
"component.Input.error.validation.integer": "The value must be an integer",
|
|
465
466
|
"components.AutoReloadBlocker.description": "Run Strapi with one of the following commands:",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"Settings.permissions.users.tabs.label": "Permisos de pestañas",
|
|
124
124
|
"Settings.profile.form.notify.data.loaded": "Se han cargado los datos de tu perfil",
|
|
125
125
|
"Settings.profile.form.section.experience.clear.select": "Borrar el idioma de interfaz seleccionado",
|
|
126
|
-
"Settings.profile.form.section.experience.
|
|
126
|
+
"Settings.profile.form.section.experience.here": "documentación",
|
|
127
127
|
"Settings.profile.form.section.experience.interfaceLanguage": "Idioma de interfaz",
|
|
128
128
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Esto solo mostrará su propia interfaz en el idioma elegido.",
|
|
129
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "La selección cambiará el idioma de la interfaz solo para usted. Consulte esta {
|
|
129
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "La selección cambiará el idioma de la interfaz solo para usted. Consulte esta {here} para que otros idiomas estén disponibles para su equipo.",
|
|
130
130
|
"Settings.profile.form.section.experience.title": "Experiencia",
|
|
131
131
|
"Settings.profile.form.section.helmet.title": "Perfil de usuario",
|
|
132
132
|
"Settings.profile.form.section.profile.page.title": "Página de perfil",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"Settings.permissions.users.tabs.label": "Onglet Autorisations",
|
|
124
124
|
"Settings.profile.form.notify.data.loaded": "Les données de votre profil ont été chargées",
|
|
125
125
|
"Settings.profile.form.section.experience.clear.select": "Vider la langue de l'interface sélectionnée",
|
|
126
|
-
"Settings.profile.form.section.experience.
|
|
126
|
+
"Settings.profile.form.section.experience.here": "documentation",
|
|
127
127
|
"Settings.profile.form.section.experience.interfaceLanguage": "Langue de l'interface",
|
|
128
128
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Cela affichera seulement votre propre interface dans la langue sélectionnée",
|
|
129
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "La sélection changera la langue de l'interface uniquement pour vous. Veuillez vous référer à cette {
|
|
129
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "La sélection changera la langue de l'interface uniquement pour vous. Veuillez vous référer à cette {here} pour rendre d'autres langues disponibles pour votre équipe.",
|
|
130
130
|
"Settings.profile.form.section.experience.title": "Expérience",
|
|
131
131
|
"Settings.profile.form.section.helmet.title": "Profil utilisateur",
|
|
132
132
|
"Settings.profile.form.section.profile.page.title": "Page de profil",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"Settings.permissions.users.tabs.label": "Hozzáférések Tab",
|
|
124
124
|
"Settings.profile.form.notify.data.loaded": "Profiladatok betöltve",
|
|
125
125
|
"Settings.profile.form.section.experience.clear.select": "A kiválasztott felület nyelvének törlése",
|
|
126
|
-
"Settings.profile.form.section.experience.
|
|
126
|
+
"Settings.profile.form.section.experience.here": "dokumentáció",
|
|
127
127
|
"Settings.profile.form.section.experience.interfaceLanguage": "A felület nyelve",
|
|
128
128
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Ez csak a saját felületét jeleníti meg a kiválasztott nyelven.",
|
|
129
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "A kiválasztás csak az Ön számára módosítja a felület nyelvét. Kérjük, olvassa el ezt a {
|
|
129
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "A kiválasztás csak az Ön számára módosítja a felület nyelvét. Kérjük, olvassa el ezt a {here}, hogy más nyelveket a csapata számára is elérhetővé tehesse.",
|
|
130
130
|
"Settings.profile.form.section.experience.title": "Tapasztalat",
|
|
131
131
|
"Settings.profile.form.section.helmet.title": "Felhasználói profil",
|
|
132
132
|
"Settings.profile.form.section.profile.page.title": "Profil oldal",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"Settings.permissions.users.tabs.label": "Tabs Permissions",
|
|
124
124
|
"Settings.profile.form.notify.data.loaded": "Your profile data has been loaded",
|
|
125
125
|
"Settings.profile.form.section.experience.clear.select": "Clear the interface language selected",
|
|
126
|
-
"Settings.profile.form.section.experience.
|
|
126
|
+
"Settings.profile.form.section.experience.here": "documentation",
|
|
127
127
|
"Settings.profile.form.section.experience.interfaceLanguage": "Interface language",
|
|
128
128
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "This will only display your own interface in the chosen language.",
|
|
129
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Selection will change the interface language only for you. Please refer to this {
|
|
129
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Selection will change the interface language only for you. Please refer to this {here} to make other languages available for your team.",
|
|
130
130
|
"Settings.profile.form.section.experience.title": "Experience",
|
|
131
131
|
"Settings.profile.form.section.helmet.title": "ユーザープロフィール",
|
|
132
132
|
"Settings.profile.form.section.profile.page.title": "プロフィールページ",
|
|
@@ -177,10 +177,10 @@
|
|
|
177
177
|
"Settings.permissions.users.strapi-author": "Auteur",
|
|
178
178
|
"Settings.profile.form.notify.data.loaded": "Je profielgegevens zijn geladen",
|
|
179
179
|
"Settings.profile.form.section.experience.clear.select": "Wis de geselecteerde interfacetaal",
|
|
180
|
-
"Settings.profile.form.section.experience.
|
|
180
|
+
"Settings.profile.form.section.experience.here": "documentatie",
|
|
181
181
|
"Settings.profile.form.section.experience.interfaceLanguage": "Interfacetaal",
|
|
182
182
|
"Settings.profile.form.section.experience.interfaceLanguage.hint": "Hierdoor wordt alleen je eigen interface in de gekozen taal weergegeven.",
|
|
183
|
-
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Selectie zal de interfacetaal alleen voor jou veranderen. Raadpleeg deze {
|
|
183
|
+
"Settings.profile.form.section.experience.interfaceLanguageHelp": "Selectie zal de interfacetaal alleen voor jou veranderen. Raadpleeg deze {here} om andere talen beschikbaar te maken voor uw team.",
|
|
184
184
|
"Settings.profile.form.section.experience.mode.label": "Interface modus",
|
|
185
185
|
"Settings.profile.form.section.experience.mode.hint": "Toont uw interface in de gekozen modus.",
|
|
186
186
|
"Settings.profile.form.section.experience.mode.option-label": "{name} modus",
|