@strapi/admin 4.0.0 → 4.0.1

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.
Files changed (156) hide show
  1. package/admin/src/components/Notifications/Notification/index.js +3 -3
  2. package/admin/src/content-manager/components/CollectionTypeFormWrapper/index.js +2 -2
  3. package/admin/src/content-manager/components/ComponentInitializer/index.js +4 -9
  4. package/admin/src/content-manager/components/DragLayer/index.js +1 -1
  5. package/admin/src/content-manager/components/DynamicTable/index.js +7 -0
  6. package/admin/src/content-manager/components/DynamicZone/index.js +25 -5
  7. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/schema.js +4 -1
  8. package/admin/src/content-manager/components/RepeatableComponent/AccordionGroupCustom/index.js +1 -3
  9. package/admin/src/content-manager/components/SelectWrapper/index.js +15 -81
  10. package/admin/src/content-manager/hooks/useFetchContentTypeLayout/utils/formatLayouts.js +2 -2
  11. package/admin/src/content-manager/pages/App/LeftMenu/index.js +2 -6
  12. package/admin/src/content-manager/pages/App/index.js +3 -1
  13. package/admin/src/content-manager/pages/EditSettingsView/index.js +1 -1
  14. package/admin/src/content-manager/pages/EditView/Informations/index.js +37 -13
  15. package/admin/src/content-manager/pages/ListSettingsView/components/CardPreview.js +19 -8
  16. package/admin/src/content-manager/pages/ListSettingsView/components/DraggableCard.js +123 -67
  17. package/admin/src/content-manager/pages/ListSettingsView/components/SortDisplayedFields.js +4 -1
  18. package/admin/src/content-manager/pages/ListSettingsView/index.js +1 -1
  19. package/admin/src/content-manager/pages/ListView/index.js +37 -20
  20. package/admin/src/hooks/useSettingsMenu/utils/defaultGlobalLinks.js +1 -1
  21. package/admin/src/pages/App/utils/unique-identifier.js +3 -1
  22. package/admin/src/pages/AuthPage/index.js +8 -2
  23. package/admin/src/pages/ProfilePage/index.js +32 -6
  24. package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +2 -2
  25. package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/index.js +20 -7
  26. package/admin/src/pages/SettingsPage/pages/Roles/EditPage/index.js +1 -1
  27. package/admin/src/pages/SettingsPage/pages/Users/EditPage/index.js +3 -3
  28. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/index.js +3 -3
  29. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/utils/stepper.js +1 -1
  30. package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +5 -11
  31. package/admin/src/pages/SettingsPage/pages/Users/ListPage/utils/tableHeaders.js +1 -1
  32. package/admin/src/pages/SettingsPage/pages/Users/components/MagicLink/index.js +1 -1
  33. package/admin/src/pages/SettingsPage/pages/Users/components/SelectRoles/index.js +1 -1
  34. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/index.js +1 -1
  35. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +1 -1
  36. package/admin/src/pages/SettingsPage/pages/Webhooks/ListView/index.js +5 -5
  37. package/admin/src/translations/en.json +29 -23
  38. package/admin/src/translations/fr.json +315 -6
  39. package/admin/src/translations/ko.json +670 -263
  40. package/admin/src/translations/nl.json +1 -1
  41. package/admin/src/translations/zh.json +482 -41
  42. package/build/{01a600d9e6e0dea21e33017a97bdf431.png → 01a600d9e6e0dea21e33.png} +0 -0
  43. package/build/{15026a3d58aeb282813457f060f2d6ac.png → 15026a3d58aeb2828134.png} +0 -0
  44. package/build/{1551f4f60c37af51121f106501f69b80.woff2 → 1551f4f60c37af51121f.woff2} +0 -0
  45. package/build/{1e59d2330b4c6deb84b340635ed36249.ttf → 1e59d2330b4c6deb84b3.ttf} +0 -0
  46. package/build/{20fd1704ea223900efa9fd4e869efb08.woff2 → 20fd1704ea223900efa9.woff2} +0 -0
  47. package/build/{2285773e6b4b172f07d9b777c81b0775.woff → 2285773e6b4b172f07d9.woff} +0 -0
  48. package/build/{23f19bb08961f37aaf692ff943823453.eot → 23f19bb08961f37aaf69.eot} +0 -0
  49. package/build/2664.f33f619d.chunk.js +2 -0
  50. package/build/2664.f33f619d.chunk.js.LICENSE.txt +7 -0
  51. package/build/{2a9e9ef5c4c775bb7c7b3625041b1354.png → 2a9e9ef5c4c775bb7c7b.png} +0 -0
  52. package/build/{2f517e09eb2ca6650ff5bec5a95157ab.svg → 2f517e09eb2ca6650ff5.svg} +0 -0
  53. package/build/3226.1a4b5cd1.chunk.js +2 -0
  54. package/build/{3226.0dc582b2.chunk.js.LICENSE.txt → 3226.1a4b5cd1.chunk.js.LICENSE.txt} +0 -0
  55. package/build/4362.c65ab24b.chunk.js +1 -0
  56. package/build/{4689f52cc96215721344e51e5831eec1.svg → 4689f52cc96215721344.svg} +0 -0
  57. package/build/{4715.35096dd7.chunk.js → 4715.f134f37a.chunk.js} +1 -1
  58. package/build/{491974d108fe4002b2aaf7ffc48249a0.ttf → 491974d108fe4002b2aa.ttf} +0 -0
  59. package/build/{527940b104eb2ea366c8630f3f038603.ttf → 527940b104eb2ea366c8.ttf} +0 -0
  60. package/build/{77206a6bb316fa0aded5083cc57f92b9.eot → 77206a6bb316fa0aded5.eot} +0 -0
  61. package/build/{7a3337626410ca2f40718481c755640f.woff2 → 7a3337626410ca2f4071.woff2} +0 -0
  62. package/build/{7a8b4f130182d19a2d7c67d80c090397.svg → 7a8b4f130182d19a2d7c.svg} +0 -0
  63. package/build/{849.fc26299c.chunk.js → 849.35b7e7af.chunk.js} +1 -1
  64. package/build/{8b43027f47b20503057dfbbaa9401fef.eot → 8b43027f47b20503057d.eot} +0 -0
  65. package/build/{9238.f112d6c9.chunk.js → 9238.63386655.chunk.js} +1 -1
  66. package/build/{9bbb245e67a133f6e486d8d2545e14a5.eot → 9bbb245e67a133f6e486.eot} +0 -0
  67. package/build/{Admin-authenticatedApp.0298a225.chunk.js → Admin-authenticatedApp.bcc1dcbe.chunk.js} +1 -1
  68. package/build/{Admin_homePage.31e37124.chunk.js → Admin_homePage.74b48134.chunk.js} +1 -1
  69. package/build/Admin_marketplace.8d0028cc.chunk.js +1 -0
  70. package/build/Admin_profilePage.f276f571.chunk.js +1 -0
  71. package/build/Admin_settingsPage.1947fe0c.chunk.js +1 -0
  72. package/build/{admin-edit-roles-page.e91bd9e5.chunk.js → admin-edit-roles-page.2bccaf76.chunk.js} +1 -1
  73. package/build/admin-edit-users.1632dcf7.chunk.js +1 -0
  74. package/build/admin-users.1f0533e6.chunk.js +1 -0
  75. package/build/{api-tokens-create-page.ac4285ba.chunk.js → api-tokens-create-page.ab33d46d.chunk.js} +1 -1
  76. package/build/{api-tokens-edit-page.b8900ddd.chunk.js → api-tokens-edit-page.749496cc.chunk.js} +1 -1
  77. package/build/{b997a22a2e0b87ef1fa23258f14f3b27.ico → b997a22a2e0b87ef1fa2.ico} +0 -0
  78. package/build/{bb58e57c48a3e911f15fa834ff00d44a.woff → bb58e57c48a3e911f15f.woff} +0 -0
  79. package/build/{bd81ba6c07827282255d031b2a6f4fe4.png → bd81ba6c07827282255d.png} +0 -0
  80. package/build/{be9ee23c0c6390141475d519c2c5fb8f.ttf → be9ee23c0c6390141475.ttf} +0 -0
  81. package/build/{c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg → c1e38fd9e0e74ba58f7a.svg} +0 -0
  82. package/build/{c3de6118ef47086ad05c83a1c78f006d.png → c3de6118ef47086ad05c.png} +0 -0
  83. package/build/codemirror-css.d09c79d2.chunk.js +1 -0
  84. package/build/content-manager.be0bf12e.chunk.js +1 -0
  85. package/build/{content-type-builder-translation-en-json.d860718a.chunk.js → content-type-builder-translation-en-json.81257d0d.chunk.js} +1 -1
  86. package/build/content-type-builder-translation-ko-json.0288cb2b.chunk.js +1 -0
  87. package/build/content-type-builder.aa13e7a4.chunk.js +1 -0
  88. package/build/{d878b0a6a1144760244ff0665888404c.woff2 → d878b0a6a1144760244f.woff2} +0 -0
  89. package/build/{eeccf4f66002c6f2ba24d3d22f2434c2.woff → eeccf4f66002c6f2ba24.woff} +0 -0
  90. package/build/{email-settings-page.def5ceaf.chunk.js → email-settings-page.d3ce077f.chunk.js} +1 -1
  91. package/build/email-translation-en-json.ef8208e3.chunk.js +1 -0
  92. package/build/email-translation-ja-json.66b21ec1.chunk.js +1 -0
  93. package/build/email-translation-ko-json.e383ad57.chunk.js +1 -0
  94. package/build/en-json.4c3c1c95.chunk.js +1 -0
  95. package/build/{f691f37e57f04c152e2315ab7dbad881.woff → f691f37e57f04c152e23.woff} +0 -0
  96. package/build/{fde9b1ad0670d29a251605a5e8eef02b.png → fde9b1ad0670d29a2516.png} +0 -0
  97. package/build/fontawesome-css-all.90be2358.chunk.js +1 -0
  98. package/build/fontawesome-css.32df0f91.chunk.js +1 -0
  99. package/build/fr-json.c75e1a2e.chunk.js +1 -0
  100. package/build/i18n-settings-page.ad670b2c.chunk.js +1 -0
  101. package/build/i18n-translation-en-json.a90b9dc5.chunk.js +1 -0
  102. package/build/i18n-translation-ko-json.f0628aff.chunk.js +1 -0
  103. package/build/index.html +1 -1
  104. package/build/ko-json.35832b30.chunk.js +1 -0
  105. package/build/main.9b622560.js +2 -0
  106. package/build/{main.a5bd9650.js.LICENSE.txt → main.9b622560.js.LICENSE.txt} +0 -0
  107. package/build/nl-json.9e55cf9c.chunk.js +1 -0
  108. package/build/runtime~main.726e5497.js +1 -0
  109. package/build/{upload-settings.8a380d3d.chunk.js → upload-settings.f65c4d08.chunk.js} +1 -1
  110. package/build/{upload-translation-en-json.58d8ce44.chunk.js → upload-translation-en-json.d205cecd.chunk.js} +1 -1
  111. package/build/upload-translation-ko-json.b6602572.chunk.js +1 -0
  112. package/build/{users-advanced-settings-page.bda19eae.chunk.js → users-advanced-settings-page.da9830fd.chunk.js} +1 -1
  113. package/build/{users-email-settings-page.b1d1f551.chunk.js → users-email-settings-page.36142cd7.chunk.js} +1 -1
  114. package/build/users-permissions-translation-ko-json.4677f640.chunk.js +1 -0
  115. package/build/{users-providers-settings-page.733a51ec.chunk.js → users-providers-settings-page.2c0685d3.chunk.js} +1 -1
  116. package/build/{users-roles-settings-page.0eb926e7.chunk.js → users-roles-settings-page.61c9b376.chunk.js} +1 -1
  117. package/build/{webhook-edit-page.634e50da.chunk.js → webhook-edit-page.36755ae4.chunk.js} +1 -1
  118. package/build/{webhook-list-page.aae66737.chunk.js → webhook-list-page.8abf0b5f.chunk.js} +1 -1
  119. package/build/zh-json.3b683748.chunk.js +1 -0
  120. package/ee/admin/pages/SettingsPage/pages/Roles/CreatePage/index.js +1 -1
  121. package/ee/admin/pages/SettingsPage/pages/Users/components/MagicLink/index.js +1 -1
  122. package/index.js +40 -1
  123. package/jest.config.front.js +10 -0
  124. package/package.json +16 -11
  125. package/server/register.js +5 -0
  126. package/server/routes/serve-admin-panel.js +59 -0
  127. package/server/strategies/api-token.js +2 -1
  128. package/webpack.config.js +11 -7
  129. package/build/3226.0dc582b2.chunk.js +0 -2
  130. package/build/4362.e71cf036.chunk.js +0 -1
  131. package/build/8447.32ee17be.chunk.js +0 -2
  132. package/build/8447.32ee17be.chunk.js.LICENSE.txt +0 -22
  133. package/build/Admin_marketplace.201373e2.chunk.js +0 -1
  134. package/build/Admin_profilePage.3aa61921.chunk.js +0 -1
  135. package/build/Admin_settingsPage.363ad01d.chunk.js +0 -1
  136. package/build/admin-edit-users.bcdd2e4d.chunk.js +0 -1
  137. package/build/admin-users.a2d08780.chunk.js +0 -1
  138. package/build/codemirror-css.7b034e03.chunk.js +0 -1
  139. package/build/content-manager.4a449a52.chunk.js +0 -1
  140. package/build/content-type-builder-translation-ko-json.20ad3eac.chunk.js +0 -1
  141. package/build/content-type-builder.eeae4ee8.chunk.js +0 -1
  142. package/build/email-translation-en-json.5ec38fe9.chunk.js +0 -1
  143. package/build/email-translation-ja-json.b75afc52.chunk.js +0 -1
  144. package/build/email-translation-ko-json.eb9a23cd.chunk.js +0 -1
  145. package/build/en-json.6282a00f.chunk.js +0 -1
  146. package/build/fontawesome-css-all.162c8569.chunk.js +0 -1
  147. package/build/fontawesome-css.b1736497.chunk.js +0 -1
  148. package/build/fr-json.f7d484a8.chunk.js +0 -1
  149. package/build/i18n-settings-page.00c74503.chunk.js +0 -1
  150. package/build/i18n-translation-en-json.17af559c.chunk.js +0 -1
  151. package/build/ko-json.7203b08b.chunk.js +0 -1
  152. package/build/main.a5bd9650.js +0 -2
  153. package/build/nl-json.9c7f83db.chunk.js +0 -1
  154. package/build/runtime~main.bddfe3c6.js +0 -1
  155. package/build/users-permissions-translation-ko-json.90c2d129.chunk.js +0 -1
  156. package/build/zh-json.414d826f.chunk.js +0 -1
@@ -16,7 +16,6 @@ import Envelop from '@strapi/icons/Envelop';
16
16
  import { useLocation } from 'react-router-dom';
17
17
  import { useIntl } from 'react-intl';
18
18
  import { useMutation, useQuery, useQueryClient } from 'react-query';
19
- import get from 'lodash/get';
20
19
  import adminPermissions from '../../../../../permissions';
21
20
  import TableRows from './DynamicTable/TableRows';
22
21
  import Filters from './Filters';
@@ -73,8 +72,6 @@ const ListPage = () => {
73
72
  setIsModalOpen(prev => !prev);
74
73
  };
75
74
 
76
- const total = get(data, 'pagination.total', 0);
77
-
78
75
  const deleteAllMutation = useMutation(ids => deleteData(ids), {
79
76
  onSuccess: async () => {
80
77
  await queryClient.invalidateQueries(queryName);
@@ -104,7 +101,7 @@ const ListPage = () => {
104
101
  >
105
102
  {formatMessage({
106
103
  id: 'Settings.permissions.users.create',
107
- defaultMessage: 'Create new user',
104
+ defaultMessage: 'Invite new user',
108
105
  })}
109
106
  </Button>
110
107
  ) : (
@@ -117,13 +114,10 @@ const ListPage = () => {
117
114
  <HeaderLayout
118
115
  primaryAction={createAction}
119
116
  title={title}
120
- subtitle={formatMessage(
121
- {
122
- id: 'Settings.permissions.users.listview.header.subtitle',
123
- defaultMessage: '{number, plural, =0 {# users} one {# user} other {# users}} found',
124
- },
125
- { number: total }
126
- )}
117
+ subtitle={formatMessage({
118
+ id: 'Settings.permissions.users.listview.header.subtitle',
119
+ defaultMessage: 'All the users who have access to the Strapi admin panel',
120
+ })}
127
121
  />
128
122
  {canRead && (
129
123
  <ActionLayout
@@ -39,7 +39,7 @@ const tableHeaders = [
39
39
  {
40
40
  key: 'isActive',
41
41
  name: 'isActive',
42
- metadatas: { label: 'Active User', sortable: false },
42
+ metadatas: { label: 'User status', sortable: false },
43
43
  // eslint-disable-next-line react/prop-types
44
44
  cellFormatter: ({ isActive }) => {
45
45
  return (
@@ -12,7 +12,7 @@ const MagicLink = ({ registrationToken }) => {
12
12
  <MagicLinkWrapper target={target}>
13
13
  {formatMessage({
14
14
  id: 'app.components.Users.MagicLink.connect',
15
- defaultMessage: 'Send this link to the user for them to connect.',
15
+ defaultMessage: 'Copy and share this link to give access to this user',
16
16
  })}
17
17
  </MagicLinkWrapper>
18
18
  );
@@ -44,7 +44,7 @@ const SelectRoles = ({ disabled, error, onChange, value }) => {
44
44
  });
45
45
  const hint = formatMessage({
46
46
  id: 'app.components.Users.ModalCreateBody.block-title.roles.description',
47
- defaultMessage: 'Your user can have one or several roles',
47
+ defaultMessage: 'A user can have one or several roles',
48
48
  });
49
49
  const placeholder = formatMessage({
50
50
  id: 'app.components.Select.placeholder',
@@ -101,7 +101,7 @@ const HeadersInput = () => {
101
101
  >
102
102
  {formatMessage({
103
103
  id: 'Settings.webhooks.create.header',
104
- defaultMessage: 'Create a new header',
104
+ defaultMessage: 'Create new header',
105
105
  })}
106
106
  </TextButton>
107
107
  </GridItem>
@@ -86,7 +86,7 @@ const WebhookForm = ({
86
86
  <Link startIcon={<ArrowLeft />} to="/settings/webhooks">
87
87
  {formatMessage({
88
88
  id: 'app.components.go-back',
89
- defaultMessage: 'Go back',
89
+ defaultMessage: 'Back',
90
90
  })}
91
91
  </Link>
92
92
  }
@@ -247,7 +247,7 @@ const ListView = () => {
247
247
  title={formatMessage({ id: 'Settings.webhooks.title', defaultMessage: 'Webhooks' })}
248
248
  subtitle={formatMessage({
249
249
  id: 'Settings.webhooks.list.description',
250
- defaultMessage: 'Get POST changes notifications.',
250
+ defaultMessage: 'Get POST changes notifications',
251
251
  })}
252
252
  primaryAction={
253
253
  canCreate &&
@@ -255,7 +255,7 @@ const ListView = () => {
255
255
  <LinkButton startIcon={<Plus />} variant="default" to={`${pathname}/create`} size="L">
256
256
  {formatMessage({
257
257
  id: 'Settings.webhooks.list.button.add',
258
- defaultMessage: 'Add new webhook',
258
+ defaultMessage: 'Create new webhook',
259
259
  })}
260
260
  </LinkButton>
261
261
  )
@@ -305,7 +305,7 @@ const ListView = () => {
305
305
  >
306
306
  {formatMessage({
307
307
  id: 'Settings.webhooks.list.button.add',
308
- defaultMessage: 'Add new webhook',
308
+ defaultMessage: 'Create new webhook',
309
309
  })}
310
310
  </TFooter>
311
311
  }
@@ -447,7 +447,7 @@ const ListView = () => {
447
447
  icon={<EmptyDocuments width="160px" />}
448
448
  content={formatMessage({
449
449
  id: 'Settings.webhooks.list.empty.description',
450
- defaultMessage: 'Add your first webhook',
450
+ defaultMessage: 'No webhooks found',
451
451
  })}
452
452
  action={
453
453
  <Button
@@ -457,7 +457,7 @@ const ListView = () => {
457
457
  >
458
458
  {formatMessage({
459
459
  id: 'Settings.webhooks.list.button.add',
460
- defaultMessage: 'Add new webhook',
460
+ defaultMessage: 'Create new webhook',
461
461
  })}
462
462
  </Button>
463
463
  }
@@ -91,6 +91,7 @@
91
91
  "Roles.RoleRow.user-count.singular": "{number} user",
92
92
  "Roles.components.List.empty.withSearch": "There is no role corresponding to the search ({search})...",
93
93
  "Settings.PageTitle": "Settings - {name}",
94
+ "Settings.apiTokens.details": "Details",
94
95
  "Settings.apiTokens.addFirstToken": "Add your first API Token",
95
96
  "Settings.apiTokens.addNewToken": "Add new API Token",
96
97
  "Settings.apiTokens.copy.editMessage": "For security reasons, you can only see your token once.",
@@ -103,15 +104,16 @@
103
104
  "Settings.apiTokens.title": "API Tokens",
104
105
  "Settings.apiTokens.types.full-access": "Full access",
105
106
  "Settings.apiTokens.types.read-only": "Read-only",
106
- "Settings.application.description": "See your project's details",
107
- "Settings.application.details": "details",
107
+ "Settings.application.description": "Administration panel’s global information",
108
+ "Settings.application.strapiVersion": "strapi version",
108
109
  "Settings.application.edition-title": "current plan",
109
- "Settings.application.information": "Information",
110
- "Settings.application.link-pricing": "See all pricing",
110
+ "Settings.application.details": "Details",
111
+ "Settings.application.link-pricing": "See all pricing plans",
111
112
  "Settings.application.link-upgrade": "Upgrade your admin panel",
113
+ "Settings.application.get-help": "Get help",
112
114
  "Settings.application.node-version": "node version",
113
115
  "Settings.application.strapi-version": "strapi version",
114
- "Settings.application.title": "Application",
116
+ "Settings.application.title": "Overview",
115
117
  "Settings.error": "Error",
116
118
  "Settings.global": "Global Settings",
117
119
  "Settings.permissions": "Administration panel",
@@ -132,19 +134,21 @@
132
134
  "Settings.permissions.menu.link.users.label": "Users",
133
135
  "Settings.permissions.select-all-by-permission": "Select all {label} permissions",
134
136
  "Settings.permissions.select-by-permission": "Select {label} permission",
135
- "Settings.permissions.users.create": "Create new user",
137
+ "Settings.permissions.users.create": "Invite new user",
136
138
  "Settings.permissions.users.form.email": "Email",
137
139
  "Settings.permissions.users.form.firstname": "First name",
138
140
  "Settings.permissions.users.form.lastname": "Last name",
139
141
  "Settings.permissions.users.form.sso": "Connect with SSO",
140
142
  "Settings.permissions.users.form.sso.description": "When enabled (ON), users can login via SSO",
141
- "Settings.permissions.users.listview.header.subtitle": "{number, plural, =0 {# users} one {# user } other {# users}} found",
143
+ "Settings.permissions.users.listview.header.subtitle": "All the users who have access to the Strapi admin panel",
142
144
  "Settings.permissions.users.listview.header.title": "Users",
143
145
  "Settings.permissions.users.tabs.label": "Tabs Permissions",
144
146
  "Settings.profile.form.notify.data.loaded": "Your profile data has been loaded",
145
147
  "Settings.profile.form.section.experience.clear.select": "Clear the interface language selected",
146
148
  "Settings.profile.form.section.experience.interfaceLanguage": "Interface language",
147
149
  "Settings.profile.form.section.experience.interfaceLanguage.hint": "This will only display your own interface in the chosen language.",
150
+ "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",
148
152
  "Settings.profile.form.section.experience.title": "Experience",
149
153
  "Settings.profile.form.section.helmet.title": "User profile",
150
154
  "Settings.profile.form.section.password.title": "Change password",
@@ -186,7 +190,7 @@
186
190
  "Settings.sso.form.settings.title": "Settings",
187
191
  "Settings.sso.title": "Single Sign-On",
188
192
  "Settings.webhooks.create": "Create a webhook",
189
- "Settings.webhooks.create.header": "Create a new header",
193
+ "Settings.webhooks.create.header": "Create new header",
190
194
  "Settings.webhooks.created": "Webhook created",
191
195
  "Settings.webhooks.disabled": "Disabled",
192
196
  "Settings.webhooks.enabled": "Enabled",
@@ -201,9 +205,9 @@
201
205
  "Settings.webhooks.headers.remove": "Remove header row {number}",
202
206
  "Settings.webhooks.key": "Key",
203
207
  "Settings.webhooks.list.all-entries.select": "Select all entries",
204
- "Settings.webhooks.list.button.add": "Add new webhook",
205
- "Settings.webhooks.list.description": "Get POST changes notifications.",
206
- "Settings.webhooks.list.empty.description": "Add your first webhook",
208
+ "Settings.webhooks.list.button.add": "Create new webhook",
209
+ "Settings.webhooks.list.description": "Get POST changes notifications",
210
+ "Settings.webhooks.list.empty.description": "No webhooks found",
207
211
  "Settings.webhooks.list.empty.link": "See our documentation",
208
212
  "Settings.webhooks.list.empty.title": "There are no webhooks yet",
209
213
  "Settings.webhooks.list.select": "Select",
@@ -252,6 +256,7 @@
252
256
  "app.components.DownloadInfo.download": "Download in progress...",
253
257
  "app.components.DownloadInfo.text": "This could take a minute. Thanks for your patience.",
254
258
  "app.components.EmptyAttributes.title": "There are no fields yet",
259
+ "app.components.EmptyStateLayout.content-document": "No content found",
255
260
  "app.components.EmptyStateLayout.content-permissions": "You don't have the permissions to access that content",
256
261
  "app.components.HeaderLayout.link.go-back": "Back",
257
262
  "app.components.HomePage.button.blog": "See more on the blog",
@@ -324,12 +329,12 @@
324
329
  "app.components.UpgradePlanModal.text-ee": "Enterprise Edition",
325
330
  "app.components.UpgradePlanModal.text-power": "Unlock the full power of Strapi by upgrading your plan to the Enterprise Edition",
326
331
  "app.components.UpgradePlanModal.text-strapi": "of Strapi by upgrading your plan to the",
327
- "app.components.Users.MagicLink.connect": "Send this link to the user for them to connect.",
332
+ "app.components.Users.MagicLink.connect": "Copy and share this link to give access to this user",
328
333
  "app.components.Users.MagicLink.connect.sso": "Send this link to the user, the first login can be made via a SSO provider",
329
- "app.components.Users.ModalCreateBody.block-title.details": "Details",
330
- "app.components.Users.ModalCreateBody.block-title.login": "Login settings",
334
+ "app.components.Users.ModalCreateBody.block-title.details": "User details",
335
+ "app.components.Users.ModalCreateBody.block-title.login": "Roles",
331
336
  "app.components.Users.ModalCreateBody.block-title.roles": "User's roles",
332
- "app.components.Users.ModalCreateBody.block-title.roles.description": "Your user can have one or several roles",
337
+ "app.components.Users.ModalCreateBody.block-title.roles.description": "A user can have one or several roles",
333
338
  "app.components.Users.SortPicker.button-label": "Sort by",
334
339
  "app.components.Users.SortPicker.sortby.email_asc": "Email (A to Z)",
335
340
  "app.components.Users.SortPicker.sortby.email_desc": "Email (Z to A)",
@@ -339,7 +344,7 @@
339
344
  "app.components.Users.SortPicker.sortby.lastname_desc": "Last name (Z to A)",
340
345
  "app.components.Users.SortPicker.sortby.username_asc": "Username (A to Z)",
341
346
  "app.components.Users.SortPicker.sortby.username_desc": "Username (Z to A)",
342
- "app.components.go-back": "Go back",
347
+ "app.components.go-back": "Back",
343
348
  "app.components.listPlugins.button": "Add New Plugin",
344
349
  "app.components.listPlugins.title.none": "No plugins installed",
345
350
  "app.components.listPlugins.title.plural": "{number} plugins are installed",
@@ -353,7 +358,7 @@
353
358
  "app.containers.Users.EditPage.header.label": "Edit {name}",
354
359
  "app.containers.Users.EditPage.header.label-loading": "Edit user",
355
360
  "app.containers.Users.EditPage.roles-bloc-title": "Attributed roles",
356
- "app.containers.Users.ModalForm.footer.button-success": "Create user",
361
+ "app.containers.Users.ModalForm.footer.button-success": "Invite user",
357
362
  "app.links.configure-view": "Configure the view",
358
363
  "app.static.links.cheatsheet": "CheatSheet",
359
364
  "app.utils.SelectOption.defaultMessage": " ",
@@ -449,7 +454,7 @@
449
454
  "content-manager.App.schemas.data-loaded": "The schemas have been successfully loaded",
450
455
  "content-manager.DynamicTable.relation-loaded": "The relations have been loaded",
451
456
  "content-manager.EditRelations.title": "Relational data",
452
- "content-manager.HeaderLayout.button.label-add-entry": "Add new entry",
457
+ "content-manager.HeaderLayout.button.label-add-entry": "Create new entry",
453
458
  "content-manager.api.id": "API ID",
454
459
  "content-manager.components.AddFilterCTA.add": "Filters",
455
460
  "content-manager.components.AddFilterCTA.hide": "Filters",
@@ -479,8 +484,8 @@
479
484
  "content-manager.components.FiltersPickWrapper.PluginHeader.title.filter": "Filters",
480
485
  "content-manager.components.FiltersPickWrapper.hide": "Hide",
481
486
  "content-manager.components.LeftMenu.Search.label": "Search for a content type",
482
- "content-manager.components.LeftMenu.collection-types": "{number, plural, =0 {Collection Types} one {Collection Type } other {Collection Types}}",
483
- "content-manager.components.LeftMenu.single-types": "{number, plural, =0 {Single Types} one {Single Type } other {Single Types}}",
487
+ "content-manager.components.LeftMenu.collection-types": "Collection Types",
488
+ "content-manager.components.LeftMenu.single-types": "Single Types",
484
489
  "content-manager.components.LimitSelect.itemsPerPage": "Items per page",
485
490
  "content-manager.components.NotAllowedInput.text": "No permissions to see this field",
486
491
  "content-manager.components.RepeatableComponent.error-message": "The component(s) contain error(s)",
@@ -517,6 +522,7 @@
517
522
  "content-manager.containers.Edit.information.by": "By",
518
523
  "content-manager.containers.Edit.information.draftVersion": "draft version",
519
524
  "content-manager.containers.Edit.information.editing": "Editing",
525
+ "content-manager.containers.Edit.information.created": "Created",
520
526
  "content-manager.containers.Edit.information.lastUpdate": "Last update",
521
527
  "content-manager.containers.Edit.information.publishedVersion": "published version",
522
528
  "content-manager.containers.Edit.pluginHeader.title.new": "Create an entry",
@@ -647,7 +653,7 @@
647
653
  "form.button.save": "Save",
648
654
  "global.prompt.unsaved": "Are you sure you want to leave this page? All your modifications will be lost",
649
655
  "notification.contentType.relations.conflict": "Content type has conflicting relations",
650
- "notification.default.title": "Information Alert:",
656
+ "notification.default.title": "Information:",
651
657
  "notification.error": "An error occurred",
652
658
  "notification.error.layout": "Couldn't retrieve the layout",
653
659
  "notification.form.error.fields": "The form contains some errors",
@@ -656,10 +662,10 @@
656
662
  "notification.permission.not-allowed-read": "You are not allowed to see this document",
657
663
  "notification.success.delete": "The item has been deleted",
658
664
  "notification.success.saved": "Saved",
659
- "notification.success.title": "Success Alert:",
665
+ "notification.success.title": "Success:",
660
666
  "notification.version.update.link": "See more",
661
667
  "notification.version.update.message": "A new version of Strapi is available!",
662
- "notification.warning.title": "Warning Alert:",
668
+ "notification.warning.title": "Warning:",
663
669
  "or": "OR",
664
670
  "request.error.model.unknown": "This model doesn't exist",
665
671
  "skipToContent": "Skip to content",