@strapi/admin 4.12.0 → 4.12.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 (152) hide show
  1. package/admin/src/components/LeftMenu/index.js +1 -1
  2. package/admin/src/components/PluginsInitializer/index.js +23 -0
  3. package/admin/src/content-manager/components/CollectionTypeFormWrapper/index.js +9 -14
  4. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/cleanData.js +1 -1
  5. package/admin/src/content-manager/components/InputUID/index.js +2 -3
  6. package/admin/src/content-manager/components/RelationInput/RelationInput.js +1 -1
  7. package/admin/src/content-manager/components/RelationInputDataManager/utils/getRelationLink.js +1 -3
  8. package/admin/src/content-manager/components/RelationInputDataManager/utils/select.js +4 -6
  9. package/admin/src/content-manager/components/SingleTypeFormWrapper/index.js +7 -9
  10. package/admin/src/content-manager/pages/App/utils/getContentTypeLinks.js +1 -3
  11. package/admin/src/content-manager/pages/EditSettingsView/index.js +31 -18
  12. package/admin/src/content-manager/pages/ListSettingsView/components/EditFieldForm.js +1 -3
  13. package/admin/src/content-manager/pages/ListSettingsView/components/Settings.js +1 -3
  14. package/admin/src/content-manager/pages/ListSettingsView/components/SortDisplayedFields.js +14 -32
  15. package/admin/src/content-manager/pages/ListSettingsView/index.js +50 -40
  16. package/admin/src/content-manager/pages/ListView/components/CellContent/RelationMultiple/index.js +2 -2
  17. package/admin/src/content-manager/pages/ListView/index.js +3 -3
  18. package/admin/src/content-manager/sharedReducers/crudReducer/reducer.js +1 -1
  19. package/admin/src/content-manager/utils/checkIfAttributeIsDisplayable.js +2 -4
  20. package/admin/src/content-manager/utils/index.js +0 -1
  21. package/admin/src/pages/AuthPage/components/Register/index.js +4 -0
  22. package/admin/src/pages/AuthPage/constants.js +2 -2
  23. package/admin/src/translations/ar.json +9 -3
  24. package/admin/src/translations/ca.json +8 -2
  25. package/admin/src/translations/de.json +8 -2
  26. package/admin/src/translations/dk.json +8 -2
  27. package/admin/src/translations/en.json +8 -2
  28. package/admin/src/translations/es.json +9 -3
  29. package/admin/src/translations/eu.json +8 -2
  30. package/admin/src/translations/fr.json +9 -2
  31. package/admin/src/translations/gu.json +8 -2
  32. package/admin/src/translations/hi.json +9 -3
  33. package/admin/src/translations/hu.json +9 -3
  34. package/admin/src/translations/ja.json +12 -6
  35. package/admin/src/translations/ko.json +12 -6
  36. package/admin/src/translations/ml.json +8 -2
  37. package/admin/src/translations/nl.json +8 -2
  38. package/admin/src/translations/pl.json +8 -2
  39. package/admin/src/translations/pt-BR.json +8 -2
  40. package/admin/src/translations/ru.json +8 -2
  41. package/admin/src/translations/sa.json +9 -3
  42. package/admin/src/translations/sk.json +8 -2
  43. package/admin/src/translations/sv.json +7 -2
  44. package/admin/src/translations/tr.json +8 -2
  45. package/admin/src/translations/zh-Hans.json +8 -2
  46. package/admin/src/translations/zh.json +8 -2
  47. package/admin/src/utils/index.js +0 -1
  48. package/build/{1049.758a01f5.chunk.js → 1049.c3d082e9.chunk.js} +1 -1
  49. package/build/1386.879bcd90.chunk.js +7 -0
  50. package/build/{2225.15d1df72.chunk.js → 2225.0e4f8c77.chunk.js} +1 -1
  51. package/build/2379.f1641312.chunk.js +1 -0
  52. package/build/2395.46f8d0c1.chunk.js +26 -0
  53. package/build/2801.5cef5ec8.chunk.js +1 -0
  54. package/build/{3483.e2ee2547.chunk.js → 3483.03c24f96.chunk.js} +1 -1
  55. package/build/3929.5632f24d.chunk.js +114 -0
  56. package/build/4546.cfafae68.chunk.js +1 -0
  57. package/build/6691.4985ef22.chunk.js +105 -0
  58. package/build/7464.3e64a1d5.chunk.js +1 -0
  59. package/build/8276.10a3f883.chunk.js +26 -0
  60. package/build/{9806.aa25371d.chunk.js → 9806.3392505e.chunk.js} +2 -2
  61. package/build/{Admin-authenticatedApp.376233ff.chunk.js → Admin-authenticatedApp.8dfbc48d.chunk.js} +3 -3
  62. package/build/{Admin_profilePage.a968035f.chunk.js → Admin_profilePage.ca82c67b.chunk.js} +1 -1
  63. package/build/{Admin_settingsPage.8c600d1a.chunk.js → Admin_settingsPage.50c867bf.chunk.js} +1 -1
  64. package/build/admin-app.041dcd81.chunk.js +36 -0
  65. package/build/{admin-edit-users.67704088.chunk.js → admin-edit-users.79eeb125.chunk.js} +1 -1
  66. package/build/{admin-users.3279ffb0.chunk.js → admin-users.123aa08e.chunk.js} +1 -1
  67. package/build/ar-json.74e40bc7.chunk.js +1 -0
  68. package/build/{ca-json.a53c10b6.chunk.js → ca-json.fc6001d3.chunk.js} +1 -1
  69. package/build/content-manager.098eb004.chunk.js +1099 -0
  70. package/build/content-type-builder.64f4d6ac.chunk.js +170 -0
  71. package/build/{de-json.b3be02c7.chunk.js → de-json.e72545cf.chunk.js} +1 -1
  72. package/build/dk-json.e77140ef.chunk.js +1 -0
  73. package/build/{en-json.e34140fc.chunk.js → en-json.01456e61.chunk.js} +1 -1
  74. package/build/es-json.b1f2284b.chunk.js +1 -0
  75. package/build/{eu-json.633025f0.chunk.js → eu-json.63d0a898.chunk.js} +1 -1
  76. package/build/{fr-json.aa8839d2.chunk.js → fr-json.33c6428b.chunk.js} +1 -1
  77. package/build/{gu-json.5bd62812.chunk.js → gu-json.7efe8cc2.chunk.js} +1 -1
  78. package/build/{hi-json.9104eb78.chunk.js → hi-json.0d633692.chunk.js} +1 -1
  79. package/build/{hu-json.9f4aae42.chunk.js → hu-json.c74b6a1e.chunk.js} +1 -1
  80. package/build/index.html +1 -1
  81. package/build/{ja-json.91286391.chunk.js → ja-json.e1959a1c.chunk.js} +1 -1
  82. package/build/{ko-json.fcf3ec4b.chunk.js → ko-json.ce5d6d94.chunk.js} +1 -1
  83. package/build/{main.1e3b0985.js → main.1f8cc299.js} +429 -429
  84. package/build/{ml-json.557aa14c.chunk.js → ml-json.940d7ace.chunk.js} +1 -1
  85. package/build/{nl-json.b2b16eea.chunk.js → nl-json.fe38f0fb.chunk.js} +1 -1
  86. package/build/{pl-json.f094a417.chunk.js → pl-json.d55e8e78.chunk.js} +1 -1
  87. package/build/{pt-BR-json.dec7fb01.chunk.js → pt-BR-json.ae0a0d2e.chunk.js} +1 -1
  88. package/build/review-workflows-settings-create-view.cb08cfa2.chunk.js +1 -0
  89. package/build/review-workflows-settings-edit-view.3c7cbe63.chunk.js +1 -0
  90. package/build/review-workflows-settings-list-view.1611dc1f.chunk.js +56 -0
  91. package/build/{ru-json.8193d8c4.chunk.js → ru-json.1c976644.chunk.js} +1 -1
  92. package/build/{runtime~main.58ec8df6.js → runtime~main.80a43c16.js} +2 -2
  93. package/build/{sa-json.a56836f1.chunk.js → sa-json.2c03ef4e.chunk.js} +1 -1
  94. package/build/sk-json.b41847e8.chunk.js +1 -0
  95. package/build/sso-settings-page.81152e62.chunk.js +1 -0
  96. package/build/{sv-json.fd0e86c6.chunk.js → sv-json.568cb7ae.chunk.js} +1 -1
  97. package/build/{tr-json.56c32cf6.chunk.js → tr-json.c9f22432.chunk.js} +1 -1
  98. package/build/transfer-tokens-list-page.692eee77.chunk.js +16 -0
  99. package/build/upload-settings.7f93d4c0.chunk.js +14 -0
  100. package/build/upload.77d8a64c.chunk.js +58 -0
  101. package/build/users-advanced-settings-page.f0760eb8.chunk.js +9 -0
  102. package/build/users-email-settings-page.ff4b32f3.chunk.js +9 -0
  103. package/build/users-providers-settings-page.48de0306.chunk.js +14 -0
  104. package/build/users-roles-settings-page.3f9f063e.chunk.js +30 -0
  105. package/build/{zh-Hans-json.36d81cdc.chunk.js → zh-Hans-json.937b395b.chunk.js} +1 -1
  106. package/build/{zh-json.1cc86ff0.chunk.js → zh-json.bfc2e036.chunk.js} +1 -1
  107. package/ee/admin/hooks/useAuthProviders/index.js +1 -3
  108. package/ee/admin/pages/AuthResponse/index.js +1 -3
  109. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/Stage.js +35 -32
  110. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/pages/CreateView/CreateView.js +1 -7
  111. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/pages/EditView/EditView.js +16 -14
  112. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/pages/ListView/ListView.js +32 -31
  113. package/ee/admin/pages/SettingsPage/pages/SingleSignOn/index.js +1 -2
  114. package/ee/server/config/admin-actions.js +6 -6
  115. package/ee/server/services/review-workflows/entity-service-decorator.js +4 -3
  116. package/package.json +16 -16
  117. package/server/middlewares/rateLimit.js +6 -2
  118. package/server/services/transfer/token.js +27 -4
  119. package/server/validation/authentication/register.js +2 -2
  120. package/admin/src/content-manager/components/SingleTypeFormWrapper/utils/getRequestUrl.js +0 -5
  121. package/admin/src/content-manager/components/SingleTypeFormWrapper/utils/index.js +0 -2
  122. package/admin/src/content-manager/pages/EditSettingsView/utils/api.js +0 -16
  123. package/admin/src/content-manager/pages/ListSettingsView/init.js +0 -9
  124. package/admin/src/content-manager/utils/getRequestUrl.js +0 -4
  125. package/admin/src/utils/getRequestUrl.js +0 -3
  126. package/build/1386.762d6eb8.chunk.js +0 -7
  127. package/build/2379.0ca87a89.chunk.js +0 -1
  128. package/build/2395.df7a044a.chunk.js +0 -26
  129. package/build/2801.b1140c9b.chunk.js +0 -1
  130. package/build/4546.ff9fdf30.chunk.js +0 -1
  131. package/build/6691.f880a0b6.chunk.js +0 -105
  132. package/build/7065.ec811562.chunk.js +0 -114
  133. package/build/7464.8a6c1e6c.chunk.js +0 -1
  134. package/build/8276.6c7b8e6e.chunk.js +0 -26
  135. package/build/admin-app.1c3f7fd6.chunk.js +0 -36
  136. package/build/ar-json.f530bc3f.chunk.js +0 -1
  137. package/build/content-manager.e9205db1.chunk.js +0 -1103
  138. package/build/content-type-builder.40534de5.chunk.js +0 -170
  139. package/build/dk-json.842aa391.chunk.js +0 -1
  140. package/build/es-json.f57b5335.chunk.js +0 -1
  141. package/build/review-workflows-settings-create-view.05758184.chunk.js +0 -1
  142. package/build/review-workflows-settings-edit-view.c33f7c58.chunk.js +0 -1
  143. package/build/review-workflows-settings-list-view.f055e1be.chunk.js +0 -56
  144. package/build/sk-json.bf2f057a.chunk.js +0 -1
  145. package/build/sso-settings-page.7c9b2fd9.chunk.js +0 -1
  146. package/build/transfer-tokens-list-page.22147d2c.chunk.js +0 -16
  147. package/build/upload-settings.cac210a0.chunk.js +0 -14
  148. package/build/upload.cbfeefa5.chunk.js +0 -58
  149. package/build/users-advanced-settings-page.18379a56.chunk.js +0 -9
  150. package/build/users-email-settings-page.a87978e5.chunk.js +0 -9
  151. package/build/users-providers-settings-page.8876c1ee.chunk.js +0 -14
  152. package/build/users-roles-settings-page.0431f48c.chunk.js +0 -30
@@ -1,10 +1,10 @@
1
- import React, { memo, useContext, useReducer, useState } from 'react';
1
+ import React, { useContext, useReducer, useState } from 'react';
2
2
 
3
3
  import {
4
- Box,
5
4
  Button,
6
5
  ContentLayout,
7
6
  Divider,
7
+ Flex,
8
8
  HeaderLayout,
9
9
  Layout,
10
10
  Main,
@@ -17,10 +17,7 @@ import {
17
17
  useTracking,
18
18
  } from '@strapi/helper-plugin';
19
19
  import { ArrowLeft, Check } from '@strapi/icons';
20
- import get from 'lodash/get';
21
- import isEmpty from 'lodash/isEmpty';
22
20
  import isEqual from 'lodash/isEqual';
23
- import pick from 'lodash/pick';
24
21
  import upperFirst from 'lodash/upperFirst';
25
22
  import PropTypes from 'prop-types';
26
23
  import { stringify } from 'qs';
@@ -31,11 +28,10 @@ import ModelsContext from '../../contexts/ModelsContext';
31
28
  import { usePluginsQueryParams } from '../../hooks';
32
29
  import { checkIfAttributeIsDisplayable, getTrad } from '../../utils';
33
30
 
34
- import EditFieldForm from './components/EditFieldForm';
35
- import Settings from './components/Settings';
36
- import SortDisplayedFields from './components/SortDisplayedFields';
31
+ import { EditFieldForm } from './components/EditFieldForm';
32
+ import { Settings } from './components/Settings';
33
+ import { SortDisplayedFields } from './components/SortDisplayedFields';
37
34
  import { EXCLUDED_SORT_ATTRIBUTE_TYPES } from './constants';
38
- import init from './init';
39
35
  import reducer, { initialState } from './reducer';
40
36
 
41
37
  const ListSettingsView = ({ layout, slug }) => {
@@ -45,14 +41,19 @@ const ListSettingsView = ({ layout, slug }) => {
45
41
  const pluginsQueryParams = usePluginsQueryParams();
46
42
  const toggleNotification = useNotification();
47
43
  const { refetchData } = useContext(ModelsContext);
48
-
49
44
  const [showWarningSubmit, setWarningSubmit] = useState(false);
50
45
  const toggleWarningSubmit = () => setWarningSubmit((prevState) => !prevState);
51
- const [reducerState, dispatch] = useReducer(reducer, initialState, () =>
52
- init(initialState, layout)
46
+ const [{ fieldToEdit, fieldForm, initialData, modifiedData }, dispatch] = useReducer(
47
+ reducer,
48
+ initialState,
49
+ () => ({
50
+ ...initialState,
51
+ initialData: layout,
52
+ modifiedData: layout,
53
+ })
53
54
  );
54
- const { fieldToEdit, fieldForm, initialData, modifiedData } = reducerState;
55
- const isModalFormOpen = !isEmpty(fieldForm);
55
+
56
+ const isModalFormOpen = Object.keys(fieldForm).length !== 0;
56
57
 
57
58
  const { attributes } = layout;
58
59
  const displayedFields = modifiedData.layouts.list;
@@ -84,9 +85,30 @@ const ListSettingsView = ({ layout, slug }) => {
84
85
  });
85
86
  };
86
87
 
88
+ const { isLoading: isSubmittingForm, mutate } = useMutation(
89
+ (body) => put(`/content-manager/content-types/${slug}/configuration`, body),
90
+ {
91
+ onSuccess() {
92
+ trackUsage('didEditListSettings');
93
+ refetchData();
94
+ },
95
+ onError() {
96
+ toggleNotification({
97
+ type: 'warning',
98
+ message: { id: 'notification.error' },
99
+ });
100
+ },
101
+ }
102
+ );
103
+
87
104
  const handleConfirm = async () => {
88
- const body = pick(modifiedData, ['layouts', 'settings', 'metadatas']);
89
- submitMutation.mutate(body);
105
+ const { layouts, settings, metadatas } = modifiedData;
106
+
107
+ mutate({
108
+ layouts,
109
+ settings,
110
+ metadatas,
111
+ });
90
112
  };
91
113
 
92
114
  const handleAddField = (item) => {
@@ -139,23 +161,6 @@ const ListSettingsView = ({ layout, slug }) => {
139
161
  handleCloseModal();
140
162
  };
141
163
 
142
- const submitMutation = useMutation(
143
- (body) => put(`/content-manager/content-types/${slug}/configuration`, body),
144
- {
145
- onSuccess() {
146
- trackUsage('didEditListSettings');
147
- refetchData();
148
- },
149
- onError() {
150
- toggleNotification({
151
- type: 'warning',
152
- message: { id: 'notification.error' },
153
- });
154
- },
155
- }
156
- );
157
- const { isLoading: isSubmittingForm } = submitMutation;
158
-
159
164
  const handleChangeEditLabel = ({ target: { name, value } }) => {
160
165
  dispatch({
161
166
  type: 'ON_CHANGE_FIELD_METAS',
@@ -217,8 +222,11 @@ const ListSettingsView = ({ layout, slug }) => {
217
222
  )}
218
223
  />
219
224
  <ContentLayout>
220
- <Box
225
+ <Flex
226
+ alignItems="stretch"
221
227
  background="neutral0"
228
+ direction="column"
229
+ gap={6}
222
230
  hasRadius
223
231
  shadow="tableShadow"
224
232
  paddingTop={6}
@@ -231,9 +239,9 @@ const ListSettingsView = ({ layout, slug }) => {
231
239
  onChange={handleChange}
232
240
  sortOptions={sortOptions}
233
241
  />
234
- <Box paddingTop={6} paddingBottom={6}>
235
- <Divider />
236
- </Box>
242
+
243
+ <Divider />
244
+
237
245
  <SortDisplayedFields
238
246
  listRemainingFields={listRemainingFields}
239
247
  displayedFields={displayedFields}
@@ -243,8 +251,9 @@ const ListSettingsView = ({ layout, slug }) => {
243
251
  onRemoveField={handleRemoveField}
244
252
  metadatas={modifiedData.metadatas}
245
253
  />
246
- </Box>
254
+ </Flex>
247
255
  </ContentLayout>
256
+
248
257
  <ConfirmDialog
249
258
  bodyText={{
250
259
  id: getTrad('popUpWarning.warning.updateAllSettings'),
@@ -258,6 +267,7 @@ const ListSettingsView = ({ layout, slug }) => {
258
267
  variantRightButton="success-light"
259
268
  />
260
269
  </form>
270
+
261
271
  {isModalFormOpen && (
262
272
  <EditFieldForm
263
273
  attributes={attributes}
@@ -266,7 +276,7 @@ const ListSettingsView = ({ layout, slug }) => {
266
276
  onChangeEditLabel={handleChangeEditLabel}
267
277
  onCloseModal={handleCloseModal}
268
278
  onSubmit={handleSubmitFieldEdit}
269
- type={get(attributes, [fieldToEdit, 'type'], 'text')}
279
+ type={attributes?.[fieldToEdit]?.type ?? 'text'}
270
280
  />
271
281
  )}
272
282
  </Main>
@@ -296,4 +306,4 @@ ListSettingsView.propTypes = {
296
306
  slug: PropTypes.string.isRequired,
297
307
  };
298
308
 
299
- export default memo(ListSettingsView);
309
+ export default ListSettingsView;
@@ -8,7 +8,7 @@ import { useIntl } from 'react-intl';
8
8
  import { useQuery } from 'react-query';
9
9
  import styled from 'styled-components';
10
10
 
11
- import { getRequestUrl, getTrad } from '../../../../../utils';
11
+ import { getTrad } from '../../../../../utils';
12
12
  import CellValue from '../CellValue';
13
13
 
14
14
  const RelationMultiple = ({ fieldSchema, metadatas, name, entityId, value, contentType }) => {
@@ -24,7 +24,7 @@ const RelationMultiple = ({ fieldSchema, metadatas, name, entityId, value, conte
24
24
  const {
25
25
  data: { results, pagination },
26
26
  } = await get(
27
- getRequestUrl(`relations/${contentType.uid}/${entityId}/${name.split('.')[0]}`)
27
+ `/content-manager/relations/${contentType.uid}/${entityId}/${name.split('.')[0]}`
28
28
  );
29
29
 
30
30
  return { results, pagination };
@@ -50,7 +50,7 @@ import { useEnterprise } from '../../../hooks/useEnterprise';
50
50
  import { selectAdminPermissions } from '../../../pages/App/selectors';
51
51
  import { InjectionZone } from '../../../shared/components';
52
52
  import AttributeFilter from '../../components/AttributeFilter';
53
- import { getRequestUrl, getTrad } from '../../utils';
53
+ import { getTrad } from '../../utils';
54
54
 
55
55
  import { getData, getDataSucceeded, onChangeListHeaders, onResetListHeaders } from './actions';
56
56
  import { Body } from './components/Body';
@@ -247,7 +247,7 @@ function ListView({
247
247
  try {
248
248
  await del(`/content-manager/collection-types/${slug}/${idToDelete}`);
249
249
 
250
- const requestUrl = getRequestUrl(`collection-types/${slug}`);
250
+ const requestUrl = `/content-manager/collection-types/${slug}`;
251
251
  fetchData(requestUrl, { params });
252
252
 
253
253
  toggleNotification({
@@ -273,7 +273,7 @@ function ListView({
273
273
  const source = CancelToken.source();
274
274
 
275
275
  const shouldSendRequest = canRead;
276
- const requestUrl = getRequestUrl(`collection-types/${slug}`);
276
+ const requestUrl = `/content-manager/collection-types/${slug}`;
277
277
 
278
278
  if (shouldSendRequest && requestUrl.includes(requestUrlRef.current)) {
279
279
  fetchData(requestUrl, { cancelToken: source.token, params });
@@ -4,7 +4,7 @@ import produce from 'immer';
4
4
  // NOTE: instead of creating a shared reducer here, we could also create a hook
5
5
  // that returns the dispatch and the state, however it will mess with the linter
6
6
  // and force us to either disable the linter for the hooks dependencies array rule or
7
- // require us to add the dispatch to the array wich is not wanted. This refacto does not require us to
7
+ // require us to add the dispatch to the array which is not wanted. This refacto does not require us to
8
8
  // to do any of this.
9
9
  import {
10
10
  CLEAR_SET_MODIFIED_DATA_ONLY,
@@ -1,10 +1,8 @@
1
- import toLower from 'lodash/toLower';
2
-
3
1
  const checkIfAttributeIsDisplayable = (attribute) => {
4
- const type = attribute.type;
2
+ const { type } = attribute;
5
3
 
6
4
  if (type === 'relation') {
7
- return !toLower(attribute.relationType).includes('morph');
5
+ return !(attribute?.relationType ?? '').toLowerCase().includes('morph');
8
6
  }
9
7
 
10
8
  return !['json', 'dynamiczone', 'richtext', 'password'].includes(type) && !!type;
@@ -6,7 +6,6 @@ export { default as formatLayoutToApi } from './formatLayoutToApi';
6
6
  export { default as generatePermissionsObject } from './generatePermissionsObject';
7
7
  export { default as getFieldName } from './getFieldName';
8
8
  export { default as getMaxTempKey } from './getMaxTempKey';
9
- export { default as getRequestUrl } from './getRequestUrl';
10
9
  export { default as getTrad } from './getTrad';
11
10
  export { default as ItemTypes } from './ItemTypes';
12
11
  export { default as mergeMetasWithSchema } from './mergeMetasWithSchema';
@@ -98,6 +98,10 @@ const Register = ({ authType, fieldsToDisable, noSignin, onSubmit, schema }) =>
98
98
 
99
99
  if (!['password', 'confirmPassword'].includes(key) && typeof value === 'string') {
100
100
  normalizedvalue = normalizedvalue.trim();
101
+
102
+ if (key === 'lastname') {
103
+ normalizedvalue = normalizedvalue || null;
104
+ }
101
105
  }
102
106
 
103
107
  acc[key] = normalizedvalue;
@@ -55,7 +55,7 @@ export const FORMS = {
55
55
  fieldsToOmit: ['userInfo.confirmPassword', 'userInfo.news', 'userInfo.email'],
56
56
  schema: yup.object().shape({
57
57
  firstname: yup.string().trim().required(translatedErrors.required),
58
- lastname: yup.string(),
58
+ lastname: yup.string().nullable(),
59
59
  password: yup
60
60
  .string()
61
61
  .min(8, translatedErrors.minLength)
@@ -79,7 +79,7 @@ export const FORMS = {
79
79
  fieldsToOmit: ['confirmPassword', 'news'],
80
80
  schema: yup.object().shape({
81
81
  firstname: yup.string().trim().required(translatedErrors.required),
82
- lastname: yup.string(),
82
+ lastname: yup.string().nullable(),
83
83
  password: yup
84
84
  .string()
85
85
  .min(8, translatedErrors.minLength)
@@ -398,18 +398,24 @@
398
398
  "coming.soon": "هذا المحتوى قيد الإنشاء حاليًا وسيعود في غضون أسابيع قليلة!",
399
399
  "component.Input.error.validation.integer": "يجب أن تكون القيمة عددًا صحيحًا",
400
400
  "components.AutoReloadBlocker.description": "Strapi قم بتشغيل باستخدام أحد الأوامر التالية:",
401
- "components.FilterOptions.FILTER_TYPES.$contains": "يحتوي على (حساس لحالة الأحرف)",
401
+ "components.FilterOptions.FILTER_TYPES.$contains": "يحتوي على",
402
+ "components.FilterOptions.FILTER_TYPES.$containsi": "يحتوي على (case insensitive)",
402
403
  "components.FilterOptions.FILTER_TYPES.$endsWith": "ينتهي بـ",
404
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "ينتهي بـ (case insensitive)",
403
405
  "components.FilterOptions.FILTER_TYPES.$eq": "هو",
406
+ "components.FilterOptions.FILTER_TYPES.$eqi": "هو (case insensitive)",
404
407
  "components.FilterOptions.FILTER_TYPES.$gt": "أكبر من",
405
408
  "components.FilterOptions.FILTER_TYPES.$gte": "أكبر من أو يساوي",
406
409
  "components.FilterOptions.FILTER_TYPES.$lt": "أقل من",
407
410
  "components.FilterOptions.FILTER_TYPES.$lte": "أقل من أو يساوي",
408
411
  "components.FilterOptions.FILTER_TYPES.$ne": "ليس",
409
- "components.FilterOptions.FILTER_TYPES.$notContains": "لا يحتوي على (حساس لحالة الأحرف)",
412
+ "components.FilterOptions.FILTER_TYPES.$nei": "ليس (case insensitive)",
413
+ "components.FilterOptions.FILTER_TYPES.$notContains": "لا يحتوي على",
414
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "لا يحتوي على (case insensitive)",
410
415
  "components.FilterOptions.FILTER_TYPES.$notNull": "هو ليس لاشيء",
411
416
  "components.FilterOptions.FILTER_TYPES.$null": "هو لاشيء",
412
417
  "components.FilterOptions.FILTER_TYPES.$startsWith": "يبدا ب",
418
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "يبدا ب (case insensitive)",
413
419
  "components.Input.error.contain.lowercase": "يجب أن تحتوي كلمة المرور على حرف صغير واحد على الأقل",
414
420
  "components.Input.error.contain.number": "يجب ان تحتوي كلمة المرور على الاقل رقما واحدا",
415
421
  "components.Input.error.contain.uppercase": "يجب أن تحتوي كلمة المرور على حرف كبير واحد على الأقل",
@@ -559,7 +565,7 @@
559
565
  "content-manager.success.record.unpublish": "غير منشورة",
560
566
  "content-manager.utils.data-loaded": "The {number, plural, =1 {entry has} other {entries have}} successfully been loaded",
561
567
  "dark": "داكن",
562
- "Documentation": "توثيق",
568
+ "Documentation": "توثيق",
563
569
  "form.button.continue": "واصل",
564
570
  "form.button.done": "منتهي",
565
571
  "global.actions": "أجراءات",
@@ -380,18 +380,24 @@
380
380
  "components.AutoReloadBlocker.description": "Inicia Strapi amb una de les ordres següents:",
381
381
  "components.AutoReloadBlocker.header": "Cal recarregar aquesta extensió.",
382
382
  "components.ErrorBoundary.title": "Alguna cosa ha sortit malament...",
383
- "components.FilterOptions.FILTER_TYPES.$contains": "conté (sensible a majúscules i minúscules)",
383
+ "components.FilterOptions.FILTER_TYPES.$contains": "conté",
384
+ "components.FilterOptions.FILTER_TYPES.$containsi": "conté (no distingeix entre majúscules i minúscules)",
384
385
  "components.FilterOptions.FILTER_TYPES.$endsWith": "acaba amb",
386
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "acaba amb (no distingeix entre majúscules i minúscules)",
385
387
  "components.FilterOptions.FILTER_TYPES.$eq": "és",
388
+ "components.FilterOptions.FILTER_TYPES.$eqi": "és (no distingeix entre majúscules i minúscules)",
386
389
  "components.FilterOptions.FILTER_TYPES.$gt": "és més gran que",
387
390
  "components.FilterOptions.FILTER_TYPES.$gte": "és més gran o igual a",
388
391
  "components.FilterOptions.FILTER_TYPES.$lt": "és menor que",
389
392
  "components.FilterOptions.FILTER_TYPES.$lte": "és menor o igual a",
390
393
  "components.FilterOptions.FILTER_TYPES.$ne": "no és",
391
- "components.FilterOptions.FILTER_TYPES.$notContains": "no conté (sensible a majúscules i minúscules)",
394
+ "components.FilterOptions.FILTER_TYPES.$nei": "no és (no distingeix entre majúscules i minúscules)",
395
+ "components.FilterOptions.FILTER_TYPES.$notContains": "no conté",
396
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "no conté (no distingeix entre majúscules i minúscules)",
392
397
  "components.FilterOptions.FILTER_TYPES.$notNull": "no és nul",
393
398
  "components.FilterOptions.FILTER_TYPES.$null": "és nul",
394
399
  "components.FilterOptions.FILTER_TYPES.$startsWith": "comença amb",
400
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "comença amb (no distingeix entre majúscules i minúscules)",
395
401
  "components.Input.error.attribute.key.taken": "Aquest valor ja existeix",
396
402
  "components.Input.error.attribute.sameKeyAndName": "No pot ser igual",
397
403
  "components.Input.error.attribute.taken": "Aquest nom de camp ja existeix",
@@ -375,18 +375,24 @@
375
375
  "components.AutoReloadBlocker.description": "Strapi mit einem der folgenden Befehle ausführen:",
376
376
  "components.AutoReloadBlocker.header": "Dieses Plugin benötigt das Neuladen-Feature.",
377
377
  "components.ErrorBoundary.title": "Etwas ist falsch gelaufen...",
378
- "components.FilterOptions.FILTER_TYPES.$contains": "enthält (achtet auf Groß- und Kleinschreibung)",
378
+ "components.FilterOptions.FILTER_TYPES.$contains": "enthält",
379
+ "components.FilterOptions.FILTER_TYPES.$containsi": "enthält (Groß- und Kleinschreibung wird nicht beachtet)",
379
380
  "components.FilterOptions.FILTER_TYPES.$endsWith": "endet mit",
381
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "endet mit (Groß- und Kleinschreibung wird nicht beachtet)",
380
382
  "components.FilterOptions.FILTER_TYPES.$eq": "ist",
383
+ "components.FilterOptions.FILTER_TYPES.$eqi": "ist (Groß- und Kleinschreibung wird nicht beachtet)",
381
384
  "components.FilterOptions.FILTER_TYPES.$gt": "ist größer als",
382
385
  "components.FilterOptions.FILTER_TYPES.$gte": "is größer als oder gleich",
383
386
  "components.FilterOptions.FILTER_TYPES.$lt": "is kleiner als",
384
387
  "components.FilterOptions.FILTER_TYPES.$lte": "is kleiner als oder gleich",
385
388
  "components.FilterOptions.FILTER_TYPES.$ne": "ist nicht",
386
- "components.FilterOptions.FILTER_TYPES.$notContains": "enthält nicht (achtet auf Groß- und Kleinschreibung)",
389
+ "components.FilterOptions.FILTER_TYPES.$nei": "ist nicht (Groß- und Kleinschreibung wird nicht beachtet)",
390
+ "components.FilterOptions.FILTER_TYPES.$notContains": "enthält nicht",
391
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "enthält nicht (Groß- und Kleinschreibung wird nicht beachtet)",
387
392
  "components.FilterOptions.FILTER_TYPES.$notNull": "ist nicht null",
388
393
  "components.FilterOptions.FILTER_TYPES.$null": "ist null",
389
394
  "components.FilterOptions.FILTER_TYPES.$startsWith": "startet mit",
395
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "startet mit (Groß- und Kleinschreibung wird nicht beachtet)",
390
396
  "components.Input.error.attribute.key.taken": "Dieser Wert existiert bereits",
391
397
  "components.Input.error.attribute.sameKeyAndName": "Darf nicht gleich sein",
392
398
  "components.Input.error.attribute.taken": "Dieser Feldname ist bereits vergeben",
@@ -324,18 +324,24 @@
324
324
  "components.AutoReloadBlocker.description": "Kør Strapi med en af følgende kommandoer:",
325
325
  "components.AutoReloadBlocker.header": "Reload funktion er påkrævet for dette plugin.",
326
326
  "components.ErrorBoundary.title": "Noget gik galt...",
327
- "components.FilterOptions.FILTER_TYPES.$contains": "indeholder (forskel på små og store bogstaver)",
327
+ "components.FilterOptions.FILTER_TYPES.$contains": "indeholder",
328
+ "components.FilterOptions.FILTER_TYPES.$containsi": "indeholder (sag ufølsom)",
328
329
  "components.FilterOptions.FILTER_TYPES.$endsWith": "slutter med",
330
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "slutter med (sag ufølsom)",
329
331
  "components.FilterOptions.FILTER_TYPES.$eq": "er",
332
+ "components.FilterOptions.FILTER_TYPES.$eqi": "er (sag ufølsom)",
330
333
  "components.FilterOptions.FILTER_TYPES.$gt": "er større end",
331
334
  "components.FilterOptions.FILTER_TYPES.$gte": "er større end eller lig med",
332
335
  "components.FilterOptions.FILTER_TYPES.$lt": "er mindre end",
333
336
  "components.FilterOptions.FILTER_TYPES.$lte": "er mindre end eller lig med",
334
337
  "components.FilterOptions.FILTER_TYPES.$ne": "er ikke",
335
- "components.FilterOptions.FILTER_TYPES.$notContains": "indeholder ikke (forskel på små og store bogstaver)",
338
+ "components.FilterOptions.FILTER_TYPES.$nei": "er ikke (sag ufølsom)",
339
+ "components.FilterOptions.FILTER_TYPES.$notContains": "indeholder ikke",
340
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "indeholder ikke (sag ufølsom)",
336
341
  "components.FilterOptions.FILTER_TYPES.$notNull": "er ikke null",
337
342
  "components.FilterOptions.FILTER_TYPES.$null": "er null",
338
343
  "components.FilterOptions.FILTER_TYPES.$startsWith": "starter med",
344
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "starter med (sag ufølsom)",
339
345
  "components.Input.error.attribute.key.taken": "Værdien findes allerede",
340
346
  "components.Input.error.attribute.sameKeyAndName": "Kan ikke være lig",
341
347
  "components.Input.error.attribute.taken": "Dette feltnavn findes allerede",
@@ -553,18 +553,24 @@
553
553
  "components.AutoReloadBlocker.description": "Run Strapi with one of the following commands:",
554
554
  "components.AutoReloadBlocker.header": "Reload feature is required for this plugin.",
555
555
  "components.ErrorBoundary.title": "Something went wrong...",
556
- "components.FilterOptions.FILTER_TYPES.$contains": "contains (case sensitive)",
556
+ "components.FilterOptions.FILTER_TYPES.$contains": "contains",
557
+ "components.FilterOptions.FILTER_TYPES.$containsi": "contains (case insensitive)",
557
558
  "components.FilterOptions.FILTER_TYPES.$endsWith": "ends with",
559
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "ends with (case insensitive)",
558
560
  "components.FilterOptions.FILTER_TYPES.$eq": "is",
561
+ "components.FilterOptions.FILTER_TYPES.$eqi": "is (case insensitive)",
559
562
  "components.FilterOptions.FILTER_TYPES.$gt": "is greater than",
560
563
  "components.FilterOptions.FILTER_TYPES.$gte": "is greater than or equal to",
561
564
  "components.FilterOptions.FILTER_TYPES.$lt": "is lower than",
562
565
  "components.FilterOptions.FILTER_TYPES.$lte": "is lower than or equal to",
563
566
  "components.FilterOptions.FILTER_TYPES.$ne": "is not",
564
- "components.FilterOptions.FILTER_TYPES.$notContains": "does not contain (case sensitive)",
567
+ "components.FilterOptions.FILTER_TYPES.$nei": "is not (case insensitive)",
568
+ "components.FilterOptions.FILTER_TYPES.$notContains": "does not contain",
569
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "does not contain (case insensitive)",
565
570
  "components.FilterOptions.FILTER_TYPES.$notNull": "is not null",
566
571
  "components.FilterOptions.FILTER_TYPES.$null": "is null",
567
572
  "components.FilterOptions.FILTER_TYPES.$startsWith": "starts with",
573
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "starts with (case insensitive)",
568
574
  "components.Input.error.attribute.key.taken": "This value already exists",
569
575
  "components.Input.error.attribute.sameKeyAndName": "Can't be equal",
570
576
  "components.Input.error.attribute.taken": "This field name already exists",
@@ -329,18 +329,24 @@
329
329
  "components.AutoReloadBlocker.description": "Inicia Strapi con uno de los siguientes comandos:",
330
330
  "components.AutoReloadBlocker.header": "Es necesario recargar para este plugin.",
331
331
  "components.ErrorBoundary.title": "Algo salió mal...",
332
- "components.FilterOptions.FILTER_TYPES.$contains": "contiene (sensible a mayúsculas y minúsculas)",
332
+ "components.FilterOptions.FILTER_TYPES.$contains": "contiene",
333
+ "components.FilterOptions.FILTER_TYPES.$containsi": "contiene (insensible a mayúsculas y minúsculas)",
333
334
  "components.FilterOptions.FILTER_TYPES.$endsWith": "termina con",
335
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "termina con (insensible a mayúsculas y minúsculas)",
334
336
  "components.FilterOptions.FILTER_TYPES.$eq": "es",
337
+ "components.FilterOptions.FILTER_TYPES.$eqi": "es (insensible a mayúsculas y minúsculas)",
335
338
  "components.FilterOptions.FILTER_TYPES.$gt": "es mayor que",
336
339
  "components.FilterOptions.FILTER_TYPES.$gte": "es mayor o igual a",
337
340
  "components.FilterOptions.FILTER_TYPES.$lt": "es menor que",
338
341
  "components.FilterOptions.FILTER_TYPES.$lte": "es menor o igual a",
339
342
  "components.FilterOptions.FILTER_TYPES.$ne": "no es",
340
- "components.FilterOptions.FILTER_TYPES.$notContains": "no contiene (sensible a mayúsculas y minúsculas)",
343
+ "components.FilterOptions.FILTER_TYPES.$nei": "no es (insensible a mayúsculas y minúsculas)",
344
+ "components.FilterOptions.FILTER_TYPES.$notContains": "no contiene",
345
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "no contiene (insensible a mayúsculas y minúsculas)",
341
346
  "components.FilterOptions.FILTER_TYPES.$notNull": "is not null",
342
347
  "components.FilterOptions.FILTER_TYPES.$null": "is null",
343
- "components.FilterOptions.FILTER_TYPES.$startsWith": "starts with",
348
+ "components.FilterOptions.FILTER_TYPES.$startsWith": "comienza con",
349
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "comienza con (insensible a mayúsculas y minúsculas)",
344
350
  "components.Input.error.attribute.key.taken": "Este valor ya existe",
345
351
  "components.Input.error.attribute.sameKeyAndName": "No puede ser igual",
346
352
  "components.Input.error.attribute.taken": "Este nombre de campo ya existe",
@@ -459,18 +459,24 @@
459
459
  "components.AutoReloadBlocker.description": "Exekutatu Strapi komando hauetako batekin:",
460
460
  "components.AutoReloadBlocker.header": "Plugin honetarako birkargatu eginbidea beharrezkoa da",
461
461
  "components.ErrorBoundary.title": "Zerbait gaizki atera da...",
462
- "components.FilterOptions.FILTER_TYPES.$contains": "da (maiuskulak eta minuskulak bereizten ditu)",
462
+ "components.FilterOptions.FILTER_TYPES.$contains": "da",
463
+ "components.FilterOptions.FILTER_TYPES.$containsi": "da (ez ditu letra larriak eta txikiak bereizten)",
463
464
  "components.FilterOptions.FILTER_TYPES.$endsWith": "honekin bukatzen da",
465
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "honekin bukatzen da (ez ditu letra larriak eta txikiak bereizten)",
464
466
  "components.FilterOptions.FILTER_TYPES.$eq": "da",
467
+ "components.FilterOptions.FILTER_TYPES.$eqi": "da (ez ditu letra larriak eta txikiak bereizten)",
465
468
  "components.FilterOptions.FILTER_TYPES.$gt": "baino handiagoa da",
466
469
  "components.FilterOptions.FILTER_TYPES.$gte": "baino handiagoa edo berdina da",
467
470
  "components.FilterOptions.FILTER_TYPES.$lt": "baino baxuagoa da",
468
471
  "components.FilterOptions.FILTER_TYPES.$lte": "baino txikiagoa edo berdina da",
469
472
  "components.FilterOptions.FILTER_TYPES.$ne": "ez da",
470
- "components.FilterOptions.FILTER_TYPES.$notContains": "ez dauka (maiuskulak eta minuskulak bereizten ditu)",
473
+ "components.FilterOptions.FILTER_TYPES.$nei": "ez da (ez ditu letra larriak eta txikiak bereizten)",
474
+ "components.FilterOptions.FILTER_TYPES.$notContains": "ez dauka",
475
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "ez dauka (ez ditu letra larriak eta txikiak bereizten)",
471
476
  "components.FilterOptions.FILTER_TYPES.$notNull": "ez da nulua",
472
477
  "components.FilterOptions.FILTER_TYPES.$null": "nulua da",
473
478
  "components.FilterOptions.FILTER_TYPES.$startsWith": "hasten da",
479
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "hasten da (ez ditu letra larriak eta txikiak bereizten)",
474
480
  "components.Input.error.attribute.key.taken": "Balio hori existitzen da",
475
481
  "components.Input.error.attribute.sameKeyAndName": "Ezin da berdina izan",
476
482
  "components.Input.error.attribute.taken": "Eremu-izen hau dagoeneko badago",
@@ -401,17 +401,24 @@
401
401
  "components.AutoReloadBlocker.description": "Démarrez Strapi avec l'une des commandes suivantes:",
402
402
  "components.AutoReloadBlocker.header": "L'autoReload doit être activé pour ce plugin.",
403
403
  "components.ErrorBoundary.title": "Une erreur est survenue...",
404
- "components.FilterOptions.FILTER_TYPES.$contains": "contient (sensible aux majuscules et minuscules)",
404
+ "components.FilterOptions.FILTER_TYPES.$contains": "contient",
405
+ "components.FilterOptions.FILTER_TYPES.$containsi": "contient (insensible à la casse)",
405
406
  "components.FilterOptions.FILTER_TYPES.$endsWith": "termine par",
407
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "termine par (insensible à la casse)",
406
408
  "components.FilterOptions.FILTER_TYPES.$eq": "est",
409
+ "components.FilterOptions.FILTER_TYPES.$eqi": "est (insensible à la casse)",
407
410
  "components.FilterOptions.FILTER_TYPES.$gt": "est plus grand que",
408
411
  "components.FilterOptions.FILTER_TYPES.$gte": "est plus grand ou égal à",
409
412
  "components.FilterOptions.FILTER_TYPES.$lt": "est plus petit que",
410
413
  "components.FilterOptions.FILTER_TYPES.$lte": "est plus petit ou égal à",
411
414
  "components.FilterOptions.FILTER_TYPES.$ne": "n'est pas",
412
- "components.FilterOptions.FILTER_TYPES.$notNull": "ne contient pas (sensible aux majuscules et minuscules)",
415
+ "components.FilterOptions.FILTER_TYPES.$nei": "n'est pas (insensible à la casse)",
416
+ "components.FilterOptions.FILTER_TYPES.$notContains": "ne contient pas",
417
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "ne contient pas (insensible à la casse)",
418
+ "components.FilterOptions.FILTER_TYPES.$notNull": "ne contient pas",
413
419
  "components.FilterOptions.FILTER_TYPES.$null": "n'est pas nul",
414
420
  "components.FilterOptions.FILTER_TYPES.$startsWith": "commence par",
421
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "commence par (insensible à la casse)",
415
422
  "components.Input.error.attribute.key.taken": "Cette valeur existe déjà",
416
423
  "components.Input.error.attribute.sameKeyAndName": "Ne peuvent pas être égaux",
417
424
  "components.Input.error.attribute.taken": "Ce champ existe déjà",
@@ -298,18 +298,24 @@
298
298
  "components.AutoReloadBlocker.description": "નીચેના આદેશોમાંથી એક સાથે સ્ટ્રેપી ચલાવો:",
299
299
  "components.AutoReloadBlocker.header": "આ પ્લગઇન માટે રીલોડ સુવિધા જરૂરી છે.",
300
300
  "components.ErrorBoundary.title": "કંઈક ખોટું થયું...",
301
- "components.FilterOptions.FILTER_TYPES.$contains": "સમાવે છે (કેસ સેન્સિટિવ)",
301
+ "components.FilterOptions.FILTER_TYPES.$contains": "સમાવે છે",
302
+ "components.FilterOptions.FILTER_TYPES.$containsi": "સમાવે છે (case insensitive)",
302
303
  "components.FilterOptions.FILTER_TYPES.$endsWith": "આની સાથે સમાપ્ત થાય છે",
304
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "આની સાથે સમાપ્ત થાય છે (case insensitive)",
303
305
  "components.FilterOptions.FILTER_TYPES.$eq": "છે",
306
+ "components.FilterOptions.FILTER_TYPES.$eqi": "છે (case insensitive)",
304
307
  "components.FilterOptions.FILTER_TYPES.$gt": "આના કરતા વધારે છે",
305
308
  "components.FilterOptions.FILTER_TYPES.$gte": "તેના કરતા વધારે અથવા બરાબર છે",
306
309
  "components.FilterOptions.FILTER_TYPES.$lt": "આના કરતા ઓછું છે",
307
310
  "components.FilterOptions.FILTER_TYPES.$lte": "તેના કરતા ઓછું અથવા બરાબર છે",
308
311
  "components.FilterOptions.FILTER_TYPES.$ne": "નથી",
309
- "components.FilterOptions.FILTER_TYPES.$notContains": "સમાવતું નથી (કેસ સેન્સિટિવ)",
312
+ "components.FilterOptions.FILTER_TYPES.$nei": "નથી (case insensitive)",
313
+ "components.FilterOptions.FILTER_TYPES.$notContains": "સમાવતું નથી",
314
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "સમાવતું નથી (case insensitive)",
310
315
  "components.FilterOptions.FILTER_TYPES.$notNull": "નલ નથી",
311
316
  "components.FilterOptions.FILTER_TYPES.$null": "નલ છે",
312
317
  "components.FilterOptions.FILTER_TYPES.$startsWith": "આનાથી શરૂ થાય છે",
318
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "આનાથી શરૂ થાય છે (case insensitive)",
313
319
  "components.Input.error.attribute.key.taken": "આ મૂલ્ય પહેલાથી જ અસ્તિત્વમાં છે",
314
320
  "components.Input.error.attribute.sameKeyAndName": "સમાન ન હોઈ શકે",
315
321
  "components.Input.error.attribute.taken": "આ ક્ષેત્રનું નામ પહેલેથી જ અસ્તિત્વમાં છે",
@@ -379,18 +379,24 @@
379
379
  "components.AutoReloadBlocker.description": "निम्न आदेशों में से एक के साथ Strapi चलाएँ:",
380
380
  "components.AutoReloadBlocker.header": "इस प्लगइन के लिए रीलोड फीचर की आवश्यकता है।",
381
381
  "components.ErrorBoundary.title": "कुछ गलत हो गया...",
382
- "components.FilterOptions.FILTER_TYPES.$contains": "शामिल है (केस संवेदनशील)",
382
+ "components.FilterOptions.FILTER_TYPES.$contains": "शामिल है",
383
+ "components.FilterOptions.FILTER_TYPES.$containsi": "शामिल है (case insensitive)",
383
384
  "components.FilterOptions.FILTER_TYPES.$endsWith": "इसी के साथ समाप्त होता है",
385
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "इसी के साथ समाप्त होता है (case insensitive)",
384
386
  "components.FilterOptions.FILTER_TYPES.$eq": "है",
387
+ "components.FilterOptions.FILTER_TYPES.$eqi": "है (case insensitive)",
385
388
  "components.FilterOptions.FILTER_TYPES.$gt": "से बड़ा है",
386
389
  "components.FilterOptions.FILTER_TYPES.$gte": "से अधिक या बराबर है",
387
390
  "components.FilterOptions.FILTER_TYPES.$lt": "से कम है",
388
391
  "components.FilterOptions.FILTER_TYPES.$lte": "से कम या उसके बराबर है",
389
392
  "components.FilterOptions.FILTER_TYPES.$ne": "नहीं है",
390
- "components.FilterOptions.FILTER_TYPES.$notContains": "शामिल नहीं है (केस संवेदनशील)",
393
+ "components.FilterOptions.FILTER_TYPES.$nei": "नहीं है (case insensitive)",
394
+ "components.FilterOptions.FILTER_TYPES.$notContains": "शामिल नहीं है",
395
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "शामिल नहीं है (case insensitive)",
391
396
  "components.FilterOptions.FILTER_TYPES.$notNull": "निरर्थक नहीं है",
392
397
  "components.FilterOptions.FILTER_TYPES.$null": "निरर्थक है",
393
- "components.FilterOptions.FILTER_TYPES.$startsWith": "यह नहीं है",
398
+ "components.FilterOptions.FILTER_TYPES.$startsWith": "इसके साथ आरंभ होता है",
399
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "इसके साथ आरंभ होता है (case insensitive)",
394
400
  "components.Input.error.attribute.key.taken": "यह मान पहले से मौजूद है",
395
401
  "components.Input.error.attribute.sameKeyAndName": "बराबर नहीं हो सकता",
396
402
  "components.Input.error.attribute.taken": "यह फ़ील्ड नाम पहले से मौजूद है",
@@ -459,18 +459,24 @@
459
459
  "components.AutoReloadBlocker.description": "Futtassa a Strapit a következő parancsok egyikével:",
460
460
  "components.AutoReloadBlocker.header": "Ehhez a bővítményhez töltse be újra a funkciót.",
461
461
  "components.ErrorBoundary.title": "Valami elromlott...",
462
- "components.FilterOptions.FILTER_TYPES.$contains": "tartalmazza (nagybetű érzékeny)",
462
+ "components.FilterOptions.FILTER_TYPES.$contains": "tartalmazza",
463
+ "components.FilterOptions.FILTER_TYPES.$containsi": "tartalmazza (nem nagybetű érzékeny)",
463
464
  "components.FilterOptions.FILTER_TYPES.$endsWith": "erre végződik",
465
+ "components.FilterOptions.FILTER_TYPES.$endsWithi": "erre végződik (nem nagybetű érzékeny)",
464
466
  "components.FilterOptions.FILTER_TYPES.$eq": "egyenlő",
467
+ "components.FilterOptions.FILTER_TYPES.$eqi": "egyenlő (nem nagybetű érzékeny)",
465
468
  "components.FilterOptions.FILTER_TYPES.$gt": "nagyobb, mint",
466
469
  "components.FilterOptions.FILTER_TYPES.$gte": "nagyobb, vagy egyenlő, mint",
467
470
  "components.FilterOptions.FILTER_TYPES.$lt": "kisebb, mint",
468
471
  "components.FilterOptions.FILTER_TYPES.$lte": "kisebb, vagy egyenlő, mint",
469
- "components.FilterOptions.FILTER_TYPES.$ne": "nem",
470
- "components.FilterOptions.FILTER_TYPES.$notContains": "nem tartalmazza (nagybetű érzékeny)",
472
+ "components.FilterOptions.FILTER_TYPES.$ne": "nem egyenlő",
473
+ "components.FilterOptions.FILTER_TYPES.$nei": "nem egyenlő (nem nagybetű érzékeny)",
474
+ "components.FilterOptions.FILTER_TYPES.$notContains": "nem tartalmazza",
475
+ "components.FilterOptions.FILTER_TYPES.$notContainsi": "nem tartalmazza (nem nagybetű érzékeny)",
471
476
  "components.FilterOptions.FILTER_TYPES.$notNull": "nem null",
472
477
  "components.FilterOptions.FILTER_TYPES.$null": "null",
473
478
  "components.FilterOptions.FILTER_TYPES.$startsWith": "ezzel kezdődik",
479
+ "components.FilterOptions.FILTER_TYPES.$startsWithi": "ezzel kezdődik (nem nagybetű érzékeny)",
474
480
  "components.Input.error.attribute.key.taken": "Ez az érték már létezik",
475
481
  "components.Input.error.attribute.sameKeyAndName": "Nem lehet egyenlő",
476
482
  "components.Input.error.attribute.taken": "Ez a mezőnév már létezik",