@strapi/admin 4.1.6-alpha.0 → 4.1.7

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 (364) hide show
  1. package/admin/src/StrapiApp.js +40 -42
  2. package/admin/src/components/AuthenticatedApp/utils/api.js +1 -1
  3. package/admin/src/components/AutoReloadOverlayBlockerProvider/Blocker.js +1 -1
  4. package/admin/src/components/GuidedTour/Homepage/index.js +2 -2
  5. package/admin/src/components/GuidedTour/Modal/components/Modal.js +1 -1
  6. package/admin/src/components/LeftMenu/index.js +2 -2
  7. package/admin/src/components/Providers/index.js +65 -32
  8. package/admin/src/components/Theme/index.js +11 -12
  9. package/admin/src/components/ThemeToggleProvider/index.js +66 -0
  10. package/admin/src/content-manager/components/CollectionTypeFormWrapper/index.js +17 -3
  11. package/admin/src/content-manager/components/DynamicTable/CellContent/RelationMultiple/index.js +135 -0
  12. package/admin/src/content-manager/components/DynamicTable/CellContent/RelationSingle/index.js +32 -0
  13. package/admin/src/content-manager/components/DynamicTable/CellContent/RepeatableComponent/index.js +62 -0
  14. package/admin/src/content-manager/components/DynamicTable/CellContent/SingleComponent/index.js +37 -0
  15. package/admin/src/content-manager/components/DynamicTable/CellContent/index.js +52 -27
  16. package/admin/src/content-manager/components/DynamicTable/CellContent/utils/hasContent.js +60 -0
  17. package/admin/src/content-manager/components/DynamicTable/CellContent/utils/isSingleRelation.js +3 -0
  18. package/admin/src/content-manager/components/DynamicTable/TableRows/index.js +1 -1
  19. package/admin/src/content-manager/components/EditViewDataManagerProvider/index.js +42 -42
  20. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/getAPIInnerError.js +18 -0
  21. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/handleAPIError.js +15 -0
  22. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/index.js +0 -1
  23. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/schema.js +21 -19
  24. package/admin/src/content-manager/components/InputUID/index.js +1 -5
  25. package/admin/src/content-manager/components/Inputs/index.js +8 -10
  26. package/admin/src/content-manager/components/RepeatableComponent/index.js +1 -4
  27. package/admin/src/content-manager/components/SelectMany/index.js +1 -1
  28. package/admin/src/content-manager/components/SelectOne/index.js +1 -1
  29. package/admin/src/content-manager/components/SelectWrapper/utils/getSelectStyles.js +3 -1
  30. package/admin/src/content-manager/components/SingleTypeFormWrapper/index.js +15 -3
  31. package/admin/src/content-manager/components/Wysiwyg/EditorStylesContainer.js +4 -2
  32. package/admin/src/content-manager/components/Wysiwyg/index.js +3 -4
  33. package/admin/src/content-manager/hooks/useFetchContentTypeLayout/utils/formatLayouts.js +23 -2
  34. package/admin/src/content-manager/pages/EditSettingsView/components/FieldButtonContent.js +1 -1
  35. package/admin/src/content-manager/pages/EditSettingsView/components/FormModal.js +1 -1
  36. package/admin/src/content-manager/pages/EditSettingsView/components/ModalForm.js +6 -1
  37. package/admin/src/content-manager/pages/EditSettingsView/index.js +2 -2
  38. package/admin/src/content-manager/pages/EditSettingsView/utils/layout.js +7 -1
  39. package/admin/src/content-manager/pages/EditView/DeleteLink/index.js +1 -4
  40. package/admin/src/content-manager/pages/EditView/DraftAndPublishBadge/index.js +1 -4
  41. package/admin/src/content-manager/pages/EditView/Header/index.js +1 -1
  42. package/admin/src/content-manager/pages/ListSettingsView/components/EditFieldForm.js +1 -1
  43. package/admin/src/content-manager/pages/ListSettingsView/index.js +2 -2
  44. package/admin/src/content-manager/pages/ListView/actions.js +2 -1
  45. package/admin/src/content-manager/pages/ListView/index.js +2 -5
  46. package/admin/src/content-manager/pages/ListView/reducer.js +55 -21
  47. package/admin/src/content-manager/pages/ListView/selectors.js +3 -6
  48. package/admin/src/content-manager/pages/ListViewLayoutManager/index.js +1 -1
  49. package/admin/src/content-manager/testUtils/data.js +5 -1
  50. package/admin/src/content-manager/utils/checkIfAttributeIsDisplayable.js +1 -1
  51. package/admin/src/content-manager/utils/isFieldTypeNumber.js +3 -0
  52. package/admin/src/contexts/ThemeToggle/index.js +5 -0
  53. package/admin/src/contexts/index.js +1 -0
  54. package/admin/src/hooks/index.js +1 -0
  55. package/admin/src/hooks/useMenu/reducer.js +3 -3
  56. package/admin/src/hooks/useReleaseNotification/index.js +1 -1
  57. package/admin/src/hooks/useSettingsMenu/init.js +2 -2
  58. package/admin/src/hooks/useThemeToggle/index.js +10 -0
  59. package/admin/src/layouts/UnauthenticatedLayout/index.js +1 -1
  60. package/admin/src/pages/Admin/Onboarding/index.js +2 -2
  61. package/admin/src/pages/AuthPage/components/Login/BaseLogin.js +1 -1
  62. package/admin/src/pages/AuthPage/components/Register/index.js +6 -6
  63. package/admin/src/pages/AuthPage/components/ResetPassword/index.js +3 -3
  64. package/admin/src/pages/HomePage/ContentBlocks.js +1 -1
  65. package/admin/src/pages/InstalledPluginsPage/Plugins.js +3 -3
  66. package/admin/src/pages/InstalledPluginsPage/index.js +1 -1
  67. package/admin/src/pages/MarketplacePage/components/PluginCard/InstallPluginButton.js +66 -0
  68. package/admin/src/pages/MarketplacePage/components/PluginCard/index.js +13 -36
  69. package/admin/src/pages/MarketplacePage/index.js +18 -2
  70. package/admin/src/pages/ProfilePage/index.js +79 -15
  71. package/admin/src/pages/ProfilePage/utils/api.js +4 -2
  72. package/admin/src/pages/SettingsPage/components/SettingsNav/index.js +1 -1
  73. package/admin/src/pages/SettingsPage/index.js +1 -1
  74. package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/components/LoadingView/index.js +1 -1
  75. package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +3 -3
  76. package/admin/src/pages/SettingsPage/pages/ApiTokens/ListView/DynamicTable/DeleteButton/index.js +1 -1
  77. package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/index.js +1 -1
  78. package/admin/src/pages/SettingsPage/pages/Roles/EditPage/components/ConditionsButton/index.js +1 -1
  79. package/admin/src/pages/SettingsPage/pages/Roles/EditPage/components/RoleForm/index.js +3 -3
  80. package/admin/src/pages/SettingsPage/pages/Roles/EditPage/index.js +2 -2
  81. package/admin/src/pages/SettingsPage/pages/Roles/ListPage/index.js +6 -6
  82. package/admin/src/pages/SettingsPage/pages/Users/EditPage/index.js +5 -5
  83. package/admin/src/pages/SettingsPage/pages/Users/EditPage/utils/layout.js +1 -1
  84. package/admin/src/pages/SettingsPage/pages/Users/ListPage/DynamicTable/TableRows/index.js +1 -1
  85. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/index.js +1 -1
  86. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/utils/stepper.js +1 -1
  87. package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +1 -1
  88. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +3 -3
  89. package/admin/src/pages/SettingsPage/pages/Webhooks/ListView/index.js +7 -7
  90. package/admin/src/pages/UseCasePage/index.js +2 -2
  91. package/admin/src/translations/ar.json +0 -6
  92. package/admin/src/translations/cs.json +0 -8
  93. package/admin/src/translations/de.json +0 -26
  94. package/admin/src/translations/dk.json +0 -53
  95. package/admin/src/translations/en.json +88 -101
  96. package/admin/src/translations/es.json +0 -53
  97. package/admin/src/translations/fr.json +0 -56
  98. package/admin/src/translations/he.json +0 -24
  99. package/admin/src/translations/hu.json +0 -53
  100. package/admin/src/translations/id.json +0 -21
  101. package/admin/src/translations/it.json +0 -22
  102. package/admin/src/translations/ja.json +0 -53
  103. package/admin/src/translations/ko.json +0 -56
  104. package/admin/src/translations/ms.json +0 -12
  105. package/admin/src/translations/nl.json +0 -53
  106. package/admin/src/translations/no.json +0 -22
  107. package/admin/src/translations/pl.json +0 -26
  108. package/admin/src/translations/pt-BR.json +0 -53
  109. package/admin/src/translations/pt.json +0 -13
  110. package/admin/src/translations/ru.json +0 -25
  111. package/admin/src/translations/sk.json +0 -21
  112. package/admin/src/translations/sv.json +0 -6
  113. package/admin/src/translations/th.json +0 -21
  114. package/admin/src/translations/tr.json +0 -13
  115. package/admin/src/translations/uk.json +0 -12
  116. package/admin/src/translations/vi.json +1 -10
  117. package/admin/src/translations/zh-Hans.json +0 -53
  118. package/admin/src/translations/zh.json +0 -56
  119. package/build/4362.d8299f0c.chunk.js +1 -0
  120. package/build/{6250.836851ca.chunk.js → 6404.3c2d0a81.chunk.js} +1 -1
  121. package/build/849.82c29ba7.chunk.js +1 -0
  122. package/build/9260.4233fae2.chunk.js +2 -0
  123. package/build/{9260.fa40c7bd.chunk.js.LICENSE.txt → 9260.4233fae2.chunk.js.LICENSE.txt} +0 -0
  124. package/build/Admin-authenticatedApp.61248de6.chunk.js +1 -0
  125. package/build/Admin_homePage.4a3aa22e.chunk.js +1 -0
  126. package/build/Admin_marketplace.4748c8f6.chunk.js +1 -0
  127. package/build/Admin_pluginsPage.89a96d29.chunk.js +1 -0
  128. package/build/Admin_profilePage.7869a07a.chunk.js +1 -0
  129. package/build/Admin_settingsPage.2763454c.chunk.js +1 -0
  130. package/build/admin-edit-roles-page.fbcc195d.chunk.js +1 -0
  131. package/build/admin-edit-users.91e8f5e4.chunk.js +1 -0
  132. package/build/admin-users.0a6acd73.chunk.js +1 -0
  133. package/build/api-tokens-create-page.76e13a35.chunk.js +1 -0
  134. package/build/api-tokens-edit-page.b3d48a7f.chunk.js +1 -0
  135. package/build/api-tokens-list-page.4e822ac8.chunk.js +1 -0
  136. package/build/ar-json.cc19c13c.chunk.js +1 -0
  137. package/build/content-manager.abde723b.chunk.js +1 -0
  138. package/build/{content-type-builder-translation-ar-json.f1fedc12.chunk.js → content-type-builder-translation-ar-json.ab0a0caa.chunk.js} +1 -1
  139. package/build/{content-type-builder-translation-cs-json.b593aef5.chunk.js → content-type-builder-translation-cs-json.e3913c9f.chunk.js} +1 -1
  140. package/build/content-type-builder-translation-de-json.5eb3135d.chunk.js +1 -0
  141. package/build/content-type-builder-translation-dk-json.52805572.chunk.js +1 -0
  142. package/build/content-type-builder-translation-en-json.e51b2ec3.chunk.js +1 -0
  143. package/build/{content-type-builder-translation-es-json.e42614fd.chunk.js → content-type-builder-translation-es-json.5a362abf.chunk.js} +1 -1
  144. package/build/content-type-builder-translation-fr-json.afd4a12f.chunk.js +1 -0
  145. package/build/content-type-builder-translation-id-json.4a21dfab.chunk.js +1 -0
  146. package/build/content-type-builder-translation-it-json.4fa203b1.chunk.js +1 -0
  147. package/build/{content-type-builder-translation-ja-json.1459fb88.chunk.js → content-type-builder-translation-ja-json.cbb3b88a.chunk.js} +1 -1
  148. package/build/content-type-builder-translation-ko-json.7daf86c3.chunk.js +1 -0
  149. package/build/{content-type-builder-translation-ms-json.3dd46b39.chunk.js → content-type-builder-translation-ms-json.3755f8c8.chunk.js} +1 -1
  150. package/build/{content-type-builder-translation-nl-json.877dff80.chunk.js → content-type-builder-translation-nl-json.6f8d924b.chunk.js} +1 -1
  151. package/build/{content-type-builder-translation-pl-json.95b2b33d.chunk.js → content-type-builder-translation-pl-json.fc0b0c20.chunk.js} +1 -1
  152. package/build/{content-type-builder-translation-pt-BR-json.d311d056.chunk.js → content-type-builder-translation-pt-BR-json.86b192fa.chunk.js} +1 -1
  153. package/build/{content-type-builder-translation-pt-json.4893266f.chunk.js → content-type-builder-translation-pt-json.b584f79f.chunk.js} +1 -1
  154. package/build/content-type-builder-translation-ru-json.7648049a.chunk.js +1 -0
  155. package/build/{content-type-builder-translation-sk-json.eb4930b0.chunk.js → content-type-builder-translation-sk-json.c12a8dec.chunk.js} +1 -1
  156. package/build/content-type-builder-translation-th-json.668cd5f5.chunk.js +1 -0
  157. package/build/{content-type-builder-translation-tr-json.696283a5.chunk.js → content-type-builder-translation-tr-json.0f52e1e8.chunk.js} +1 -1
  158. package/build/content-type-builder-translation-uk-json.4bf80448.chunk.js +1 -0
  159. package/build/{content-type-builder-translation-zh-Hans-json.c70a6a4a.chunk.js → content-type-builder-translation-zh-Hans-json.76e58138.chunk.js} +1 -1
  160. package/build/{content-type-builder-translation-zh-json.6fe1861a.chunk.js → content-type-builder-translation-zh-json.0bec81f1.chunk.js} +1 -1
  161. package/build/content-type-builder.19ae7eef.chunk.js +1 -0
  162. package/build/cs-json.ce6f2e52.chunk.js +1 -0
  163. package/build/de-json.2087d61e.chunk.js +1 -0
  164. package/build/dk-json.fb9ee45a.chunk.js +1 -0
  165. package/build/{email-settings-page.27ee4a98.chunk.js → email-settings-page.40ee2bda.chunk.js} +1 -1
  166. package/build/en-json.94e6ed8a.chunk.js +1 -0
  167. package/build/es-json.8f4d89e2.chunk.js +1 -0
  168. package/build/fr-json.2a0b93ed.chunk.js +1 -0
  169. package/build/he-json.917d416c.chunk.js +1 -0
  170. package/build/hu-json.bee23c51.chunk.js +1 -0
  171. package/build/{i18n-settings-page.c4018651.chunk.js → i18n-settings-page.1f6be747.chunk.js} +1 -1
  172. package/build/i18n-translation-de-json.96ae1f68.chunk.js +1 -0
  173. package/build/id-json.fef679cb.chunk.js +1 -0
  174. package/build/index.html +1 -1
  175. package/build/it-json.937b2108.chunk.js +1 -0
  176. package/build/ja-json.b4818378.chunk.js +1 -0
  177. package/build/ko-json.8294a7fc.chunk.js +1 -0
  178. package/build/{main.a8c2970b.js → main.cd1c939f.js} +2 -2
  179. package/build/{main.a8c2970b.js.LICENSE.txt → main.cd1c939f.js.LICENSE.txt} +0 -0
  180. package/build/ms-json.f46167ef.chunk.js +1 -0
  181. package/build/nl-json.86eae27d.chunk.js +1 -0
  182. package/build/no-json.17ecda5d.chunk.js +1 -0
  183. package/build/pl-json.0db77f2c.chunk.js +1 -0
  184. package/build/pt-BR-json.4c90cb2d.chunk.js +1 -0
  185. package/build/pt-json.ef0efd89.chunk.js +1 -0
  186. package/build/ru-json.da33236d.chunk.js +1 -0
  187. package/build/{runtime~main.4dafb29d.js → runtime~main.c5ab8a8f.js} +1 -1
  188. package/build/sk-json.797e898f.chunk.js +1 -0
  189. package/build/sso-settings-page.c5dda65d.chunk.js +1 -0
  190. package/build/sv-json.5bbe6a4f.chunk.js +1 -0
  191. package/build/th-json.c1393c06.chunk.js +1 -0
  192. package/build/tr-json.57cde8b0.chunk.js +1 -0
  193. package/build/uk-json.c6df66d2.chunk.js +1 -0
  194. package/build/{upload-settings.4401f36d.chunk.js → upload-settings.9d3231f4.chunk.js} +1 -1
  195. package/build/upload-translation-de-json.55a7e43a.chunk.js +1 -0
  196. package/build/upload-translation-dk-json.b74134c8.chunk.js +1 -0
  197. package/build/upload-translation-en-json.c4e56528.chunk.js +1 -0
  198. package/build/upload-translation-es-json.15a3015f.chunk.js +1 -0
  199. package/build/upload-translation-fr-json.b12f7247.chunk.js +1 -0
  200. package/build/upload-translation-he-json.bee013d1.chunk.js +1 -0
  201. package/build/upload-translation-it-json.43ec0a8d.chunk.js +1 -0
  202. package/build/upload-translation-ja-json.03f1af04.chunk.js +1 -0
  203. package/build/upload-translation-ko-json.08ad9013.chunk.js +1 -0
  204. package/build/upload-translation-ms-json.30974c82.chunk.js +1 -0
  205. package/build/upload-translation-pl-json.3740abed.chunk.js +1 -0
  206. package/build/upload-translation-pt-BR-json.c7656183.chunk.js +1 -0
  207. package/build/upload-translation-ru-json.0dd4f526.chunk.js +1 -0
  208. package/build/upload-translation-sk-json.55cacd22.chunk.js +1 -0
  209. package/build/upload-translation-th-json.f7aa9392.chunk.js +1 -0
  210. package/build/upload-translation-uk-json.696a16f3.chunk.js +1 -0
  211. package/build/upload-translation-zh-Hans-json.de7bc63f.chunk.js +1 -0
  212. package/build/upload-translation-zh-json.bbc1ed41.chunk.js +1 -0
  213. package/build/{upload.5a2dded7.chunk.js → upload.8edef1ea.chunk.js} +1 -1
  214. package/build/{users-advanced-settings-page.8905d8d8.chunk.js → users-advanced-settings-page.48c437f0.chunk.js} +1 -1
  215. package/build/users-email-settings-page.f39866d6.chunk.js +1 -0
  216. package/build/users-permissions-translation-ar-json.667e7eee.chunk.js +1 -0
  217. package/build/users-permissions-translation-cs-json.995b5d76.chunk.js +1 -0
  218. package/build/users-permissions-translation-de-json.a5c8db9c.chunk.js +1 -0
  219. package/build/users-permissions-translation-dk-json.1fe5e07a.chunk.js +1 -0
  220. package/build/users-permissions-translation-en-json.0e0bc290.chunk.js +1 -0
  221. package/build/users-permissions-translation-es-json.05669296.chunk.js +1 -0
  222. package/build/users-permissions-translation-fr-json.3e3522c3.chunk.js +1 -0
  223. package/build/users-permissions-translation-id-json.186a3f65.chunk.js +1 -0
  224. package/build/users-permissions-translation-it-json.ee5742c4.chunk.js +1 -0
  225. package/build/users-permissions-translation-ja-json.c9cafa6e.chunk.js +1 -0
  226. package/build/users-permissions-translation-ko-json.170f89c2.chunk.js +1 -0
  227. package/build/users-permissions-translation-ms-json.3a128ff4.chunk.js +1 -0
  228. package/build/users-permissions-translation-nl-json.4146aed1.chunk.js +1 -0
  229. package/build/users-permissions-translation-pl-json.a61de7ed.chunk.js +1 -0
  230. package/build/users-permissions-translation-pt-BR-json.51b1cc15.chunk.js +1 -0
  231. package/build/users-permissions-translation-pt-json.85f0e0e1.chunk.js +1 -0
  232. package/build/users-permissions-translation-ru-json.a19b2400.chunk.js +1 -0
  233. package/build/users-permissions-translation-sk-json.27af7260.chunk.js +1 -0
  234. package/build/users-permissions-translation-sv-json.739657b9.chunk.js +1 -0
  235. package/build/users-permissions-translation-th-json.f001fff3.chunk.js +1 -0
  236. package/build/users-permissions-translation-tr-json.3aae5dda.chunk.js +1 -0
  237. package/build/users-permissions-translation-uk-json.a66c7a8c.chunk.js +1 -0
  238. package/build/users-permissions-translation-vi-json.685c65cc.chunk.js +1 -0
  239. package/build/users-permissions-translation-zh-Hans-json.2202741e.chunk.js +1 -0
  240. package/build/users-permissions-translation-zh-json.429a3190.chunk.js +1 -0
  241. package/build/users-providers-settings-page.574ed765.chunk.js +1 -0
  242. package/build/{users-roles-settings-page.a2f6277a.chunk.js → users-roles-settings-page.b836dc30.chunk.js} +1 -1
  243. package/build/vi-json.104a6f3a.chunk.js +1 -0
  244. package/build/webhook-edit-page.b791c6f9.chunk.js +1 -0
  245. package/build/{webhook-list-page.c21b5a9a.chunk.js → webhook-list-page.502d1236.chunk.js} +1 -1
  246. package/build/zh-Hans-json.9afc1adf.chunk.js +1 -0
  247. package/build/zh-json.f36abb77.chunk.js +1 -0
  248. package/ee/admin/pages/AuthPage/components/Providers/SSOProviders.js +1 -1
  249. package/ee/admin/pages/SettingsPage/SingleSignOn/index.js +2 -2
  250. package/ee/admin/pages/SettingsPage/pages/Roles/CreatePage/index.js +5 -5
  251. package/ee/admin/pages/SettingsPage/pages/Roles/ListPage/index.js +6 -6
  252. package/package.json +5 -5
  253. package/scripts/build.js +15 -1
  254. package/server/validation/permission.js +5 -1
  255. package/admin/src/content-manager/components/DynamicTable/CellContent/Relation/PopoverContent.js +0 -87
  256. package/admin/src/content-manager/components/DynamicTable/CellContent/Relation/index.js +0 -107
  257. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/getYupInnerErrors.js +0 -17
  258. package/admin/src/themes/colors.js +0 -51
  259. package/admin/src/themes/fontWeights.js +0 -8
  260. package/admin/src/themes/index.js +0 -13
  261. package/admin/src/themes/sizes.js +0 -31
  262. package/build/4362.cf5b578d.chunk.js +0 -1
  263. package/build/849.98171304.chunk.js +0 -1
  264. package/build/9260.fa40c7bd.chunk.js +0 -2
  265. package/build/Admin-authenticatedApp.f7f4f112.chunk.js +0 -1
  266. package/build/Admin_homePage.fea90263.chunk.js +0 -1
  267. package/build/Admin_marketplace.89a0a014.chunk.js +0 -1
  268. package/build/Admin_pluginsPage.97a514db.chunk.js +0 -1
  269. package/build/Admin_profilePage.c497b39d.chunk.js +0 -1
  270. package/build/Admin_settingsPage.55ec1f30.chunk.js +0 -1
  271. package/build/admin-edit-roles-page.49b6f01d.chunk.js +0 -1
  272. package/build/admin-edit-users.381e4a0d.chunk.js +0 -1
  273. package/build/admin-users.2740c223.chunk.js +0 -1
  274. package/build/api-tokens-create-page.db17bb39.chunk.js +0 -1
  275. package/build/api-tokens-edit-page.c7299a77.chunk.js +0 -1
  276. package/build/api-tokens-list-page.26a05a21.chunk.js +0 -1
  277. package/build/ar-json.6a2565af.chunk.js +0 -1
  278. package/build/content-manager.94860c70.chunk.js +0 -1
  279. package/build/content-type-builder-translation-de-json.bf808f88.chunk.js +0 -1
  280. package/build/content-type-builder-translation-dk-json.28ed91d2.chunk.js +0 -1
  281. package/build/content-type-builder-translation-en-json.f19ac2e9.chunk.js +0 -1
  282. package/build/content-type-builder-translation-fr-json.bee621f7.chunk.js +0 -1
  283. package/build/content-type-builder-translation-id-json.dc5ea5d6.chunk.js +0 -1
  284. package/build/content-type-builder-translation-it-json.3c8ca035.chunk.js +0 -1
  285. package/build/content-type-builder-translation-ko-json.48ee9cec.chunk.js +0 -1
  286. package/build/content-type-builder-translation-ru-json.b76aa5ab.chunk.js +0 -1
  287. package/build/content-type-builder-translation-th-json.23555d01.chunk.js +0 -1
  288. package/build/content-type-builder-translation-uk-json.ff0523b6.chunk.js +0 -1
  289. package/build/content-type-builder.a963330a.chunk.js +0 -1
  290. package/build/cs-json.8df09876.chunk.js +0 -1
  291. package/build/de-json.6e14f607.chunk.js +0 -1
  292. package/build/dk-json.be388470.chunk.js +0 -1
  293. package/build/en-json.2bc27a3d.chunk.js +0 -1
  294. package/build/es-json.61553168.chunk.js +0 -1
  295. package/build/fr-json.a9ce0700.chunk.js +0 -1
  296. package/build/he-json.1742494e.chunk.js +0 -1
  297. package/build/hu-json.e667d285.chunk.js +0 -1
  298. package/build/i18n-translation-de-json.c5c9054f.chunk.js +0 -1
  299. package/build/id-json.d87ebb20.chunk.js +0 -1
  300. package/build/it-json.a2880b81.chunk.js +0 -1
  301. package/build/ja-json.e13f04e8.chunk.js +0 -1
  302. package/build/ko-json.2200c9c9.chunk.js +0 -1
  303. package/build/ms-json.3a062984.chunk.js +0 -1
  304. package/build/nl-json.30ce02cb.chunk.js +0 -1
  305. package/build/no-json.9af40e9d.chunk.js +0 -1
  306. package/build/pl-json.fd373053.chunk.js +0 -1
  307. package/build/pt-BR-json.30e2d716.chunk.js +0 -1
  308. package/build/pt-json.3aaf9e05.chunk.js +0 -1
  309. package/build/ru-json.78c56e1c.chunk.js +0 -1
  310. package/build/sk-json.c0bf144c.chunk.js +0 -1
  311. package/build/sso-settings-page.121dd0a6.chunk.js +0 -1
  312. package/build/sv-json.aad187b9.chunk.js +0 -1
  313. package/build/th-json.e2b4a0fb.chunk.js +0 -1
  314. package/build/tr-json.0add11cd.chunk.js +0 -1
  315. package/build/uk-json.eb78e77e.chunk.js +0 -1
  316. package/build/upload-translation-de-json.1308dce5.chunk.js +0 -1
  317. package/build/upload-translation-dk-json.0d4e855f.chunk.js +0 -1
  318. package/build/upload-translation-en-json.c334dd82.chunk.js +0 -1
  319. package/build/upload-translation-es-json.81b13eac.chunk.js +0 -1
  320. package/build/upload-translation-fr-json.1bec79ec.chunk.js +0 -1
  321. package/build/upload-translation-he-json.1d28982f.chunk.js +0 -1
  322. package/build/upload-translation-it-json.7d4bdc5a.chunk.js +0 -1
  323. package/build/upload-translation-ja-json.97fcacd8.chunk.js +0 -1
  324. package/build/upload-translation-ko-json.d7345fe1.chunk.js +0 -1
  325. package/build/upload-translation-ms-json.081effd5.chunk.js +0 -1
  326. package/build/upload-translation-pl-json.2dfe78bb.chunk.js +0 -1
  327. package/build/upload-translation-pt-BR-json.65936d7b.chunk.js +0 -1
  328. package/build/upload-translation-ru-json.2d3b6f69.chunk.js +0 -1
  329. package/build/upload-translation-sk-json.f15c7fd6.chunk.js +0 -1
  330. package/build/upload-translation-th-json.6d3c2370.chunk.js +0 -1
  331. package/build/upload-translation-uk-json.a6c38449.chunk.js +0 -1
  332. package/build/upload-translation-zh-Hans-json.f6b26c45.chunk.js +0 -1
  333. package/build/upload-translation-zh-json.06052336.chunk.js +0 -1
  334. package/build/users-email-settings-page.862eb51e.chunk.js +0 -1
  335. package/build/users-permissions-translation-ar-json.bdddd0d7.chunk.js +0 -1
  336. package/build/users-permissions-translation-cs-json.7881d3ff.chunk.js +0 -1
  337. package/build/users-permissions-translation-de-json.8d53c619.chunk.js +0 -1
  338. package/build/users-permissions-translation-dk-json.89d41c4b.chunk.js +0 -1
  339. package/build/users-permissions-translation-en-json.21b0fd2f.chunk.js +0 -1
  340. package/build/users-permissions-translation-es-json.a4f81eaa.chunk.js +0 -1
  341. package/build/users-permissions-translation-fr-json.a2172545.chunk.js +0 -1
  342. package/build/users-permissions-translation-id-json.8f17982a.chunk.js +0 -1
  343. package/build/users-permissions-translation-it-json.87952a24.chunk.js +0 -1
  344. package/build/users-permissions-translation-ja-json.5915d9ef.chunk.js +0 -1
  345. package/build/users-permissions-translation-ko-json.f1ca6cc4.chunk.js +0 -1
  346. package/build/users-permissions-translation-ms-json.2268324c.chunk.js +0 -1
  347. package/build/users-permissions-translation-nl-json.4e1231dd.chunk.js +0 -1
  348. package/build/users-permissions-translation-pl-json.107638b5.chunk.js +0 -1
  349. package/build/users-permissions-translation-pt-BR-json.8dafc053.chunk.js +0 -1
  350. package/build/users-permissions-translation-pt-json.3322464f.chunk.js +0 -1
  351. package/build/users-permissions-translation-ru-json.5709c5a0.chunk.js +0 -1
  352. package/build/users-permissions-translation-sk-json.fe7cc044.chunk.js +0 -1
  353. package/build/users-permissions-translation-sv-json.e7e1684b.chunk.js +0 -1
  354. package/build/users-permissions-translation-th-json.bb544ee3.chunk.js +0 -1
  355. package/build/users-permissions-translation-tr-json.30f3ca90.chunk.js +0 -1
  356. package/build/users-permissions-translation-uk-json.634f2569.chunk.js +0 -1
  357. package/build/users-permissions-translation-vi-json.605d88bc.chunk.js +0 -1
  358. package/build/users-permissions-translation-zh-Hans-json.85480dab.chunk.js +0 -1
  359. package/build/users-permissions-translation-zh-json.99932731.chunk.js +0 -1
  360. package/build/users-providers-settings-page.368893ed.chunk.js +0 -1
  361. package/build/vi-json.1e850069.chunk.js +0 -1
  362. package/build/webhook-edit-page.d170eda1.chunk.js +0 -1
  363. package/build/zh-Hans-json.55f6475b.chunk.js +0 -1
  364. package/build/zh-json.c3c2b225.chunk.js +0 -1
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7155],{85638:e=>{e.exports=JSON.parse('{"attribute.boolean":"Boolean","attribute.boolean.description":"Ja oder nein, 1 oder 0, wahr oder falsch","attribute.component":"Komponente","attribute.component.description":"Gruppierung an Feldern, die wiederholt und wiederbenutzt werden kann","attribute.date":"Datum","attribute.date.description":"Eine Datums-Auswahl mit Stunden, Minuten und Sekunden","attribute.datetime":"Datum mit Uhrzeit","attribute.dynamiczone":"Dynamische Zone","attribute.dynamiczone.description":"Beliebige Komponenten beim Bearbeiten des Inhalts w\xe4hlen","attribute.email":"E-Mail","attribute.email.description":"E-Mail-Feld mit Validierung","attribute.enumeration":"Enumeration","attribute.enumeration.description":"Aufz\xe4hlung an Auswahlm\xf6glichkeiten, von denen eine gew\xe4hlt werden muss","attribute.json":"JSON","attribute.json.description":"Daten im JSON-Format","attribute.media":"Medien","attribute.media.description":"Dateien wie Bilder, Videos, etc","attribute.null":" ","attribute.number":"Zahl","attribute.number.description":"Zahlen (ganzzahlig, Gleitkommazahl, dezimal)","attribute.password":"Passwort","attribute.password.description":"Passwort-Feld mit Verschl\xfcsselung","attribute.relation":"Beziehung","attribute.relation.description":"Beziehung mit einem anderen Eintrag","attribute.richtext":"Formatierter Text","attribute.richtext.description":"Ein Text-Editor mit Formatierungsoptionen","attribute.text":"Text","attribute.text.description":"Ein- oder mehrzeiliger Text wie Titel oder Beschreibungen","attribute.time":"Uhrzeit","attribute.timestamp":"Zeitstempel","attribute.uid":"UID","attribute.uid.description":"Einzigartiger Identifier","button.attributes.add.another":"Weiteres Feld hinzuf\xfcgen","button.component.add":"Komponente hinzuf\xfcgen","button.component.create":"Neue Komponente erstellen","button.model.create":"Neue Sammlung erstellen","button.single-types.create":"Neuen Einzel-Eintrag erstellen","component.repeatable":"(wiederholbar)","components.componentSelect.no-component-available":"Du hast bereits alle Komponenten hinzugef\xfcgt","components.componentSelect.no-component-available.with-search":"Es gibt keine Komponenten, die diesem Begriff entsprechen","components.componentSelect.value-component":"{number} Komponente ausgew\xe4hlt (Tippen um nach Komponente zu suchen)","components.componentSelect.value-components":"{number} Komponenten ausgew\xe4hlt","configurations":"Konfigurationen","contentType.collectionName.description":"N\xfctzlich wenn sich der Name der Sammlung und der Tabellenname unterscheiden","contentType.collectionName.label":"Name der Sammlung","contentType.displayName.label":"Anzeigename","contentType.draftAndPublish.description":"Lege einen Entwurf des Eintrags an bevor er ver\xf6ffentlicht wird","contentType.draftAndPublish.label":"Entwurf/Ver\xf6ffentlichen-System","contentType.kind.change.warning":"Du hast die Art eines Inhaltstyps ge\xe4ndert: API wird resettet (Routen, Controller und Services werden \xfcberschrieben).","error.attributeName.reserved-name":"Dieser Name kann nicht f\xfcr Attribute genutzt werden, da er andere Funktionalit\xe4ten beeintr\xe4chtigen w\xfcrde","error.contentTypeName.reserved-name":"Dieser Name kann nicht genutzt werden, da er andere Funktionalit\xe4ten beeintr\xe4chtigen w\xfcrde","error.validation.enum-duplicate":"Doppelte Werte sind nicht erlaubt","error.validation.minSupMax":"Wert kann nicht h\xf6her sein","error.validation.regex":"Regex-Pattern ist ung\xfcltig","error.validation.relation.targetAttribute-taken":"Dieser Name existiert bereits im Ziel-Typ","form.attribute.component.option.add":"Komponente hinzuf\xfcgen","form.attribute.component.option.create":"Neue Komponente erstellen","form.attribute.component.option.create.description":"Eine Komponente ist \xfcberall verf\xfcgbar und wird unter Inhaltstypen und anderen Komponenten geteilt.","form.attribute.component.option.repeatable":"Wiederholbare Komponenten","form.attribute.component.option.repeatable.description":"N\xfctzlich f\xfcr mehrere Instanzen (Array) an Zutaten, Meta-Tags, etc...","form.attribute.component.option.reuse-existing":"Bereits existierende Komponente nutzen","form.attribute.component.option.reuse-existing.description":"Eine bereits erstellte Komponente benutzen, um Daten \xfcber Inhaltstypen hinweg konsistent zu halten.","form.attribute.component.option.single":"Einzelne Komponente","form.attribute.component.option.single.description":"N\xfctzlich um Felder wie volle Addresse, Hauptinformationen, etc. zu grupppieren","form.attribute.item.customColumnName":"Eigener Spaltenname","form.attribute.item.customColumnName.description":"Dies ist n\xfctzlich, um Spalten in der Datenbank f\xfcr Antworten der API umzubenennen","form.attribute.item.defineRelation.fieldName":"Feldname","form.attribute.item.enumeration.graphql":"Namens\xfcberschreibung f\xfcr GraphQL","form.attribute.item.enumeration.graphql.description":"Erm\xf6glicht, den standardm\xe4\xdfig generierten Namen f\xfcr GraphQL zu \xfcberschreiben","form.attribute.item.enumeration.placeholder":"Ex:\\nMorgen\\nMittag\\nAbend","form.attribute.item.enumeration.rules":"Werte (einer pro Zeile)","form.attribute.item.maximum":"Maximalwert","form.attribute.item.maximumLength":"Maximall\xe4nge","form.attribute.item.minimum":"Mindestwert","form.attribute.item.minimumLength":"Mindestl\xe4nge","form.attribute.item.number.type":"Zahlenformat","form.attribute.item.number.type.biginteger":"gro\xdfe Ganzzahl (ex: 123456789)","form.attribute.item.number.type.decimal":"dezimal (z.B.: 2.22)","form.attribute.item.number.type.float":"Gleitkommazahl (z.B.: 3.33333333)","form.attribute.item.number.type.integer":"ganzzahlig (z.B.: 10)","form.attribute.item.privateField":"Privates Feld","form.attribute.item.privateField.description":"Dieses Feld wird nicht in API-Abfragen angezeigt","form.attribute.item.requiredField":"Ben\xf6tigtes Feld","form.attribute.item.requiredField.description":"Du wirst keinen Eintrag anlegen k\xf6nnen, wenn dieses Feld leer ist","form.attribute.item.settings.name":"Einstellungen","form.attribute.item.text.regex":"RegExp-Pattern","form.attribute.item.text.regex.description":"Der Text der Regular Expression","form.attribute.item.uniqueField":"Einzigartiges Feld","form.attribute.item.uniqueField.description":"Du wirst keinen Eintrag anlegen k\xf6nnen, wenn es bereits einen Eintrag mit identischem Inhalt gibt","form.attribute.media.allowed-types":"W\xe4hle erlaubte Arten von Medien","form.attribute.media.allowed-types.none":"Keine","form.attribute.media.allowed-types.option-files":"Dateien","form.attribute.media.allowed-types.option-images":"Bilder","form.attribute.media.allowed-types.option-videos":"Videos","form.attribute.media.option.multiple":"Mehrere Medien","form.attribute.media.option.multiple.description":"N\xfctzlich f\xfcr Slider, Galerien oder Downloads von mehreren Dateien","form.attribute.media.option.single":"Einzelne Medien-Datei","form.attribute.media.option.single.description":"N\xfctzlich f\xfcr Profilbilder oder Cover-Bilder","form.attribute.settings.default":"Standardwert","form.attribute.text.option.long-text":"Mehrzeiliger Text","form.attribute.text.option.long-text.description":"N\xfctzlich f\xfcr Beschreibungen, Biographien. Exakte Suche ist deaktiviert","form.attribute.text.option.short-text":"Einzeiliger Text","form.attribute.text.option.short-text.description":"N\xfctzlich f\xfcr Titel, Namen, Links (URL). Erm\xf6glicht exakte Suche.","form.button.add-components-to-dynamiczone":"Komponenten zur Zone hinzuf\xfcgen","form.button.add-field":"Weiteres Feld hinzuf\xfcgen","form.button.add-first-field-to-created-component":"Erstes Feld zur Komponente hinzuf\xfcgen","form.button.add.field.to.collectionType":"Weiteres Feld zur Sammlung hinzuf\xfcgen","form.button.add.field.to.component":"Weiteres Feld zur Komponente hinzuf\xfcgen","form.button.add.field.to.contentType":"Weiteres Feld zum Inhaltstyp hinzuf\xfcgen","form.button.add.field.to.singleType":"Weiteres Feld zum Einzel-Eintrag hinzuf\xfcgen","form.button.cancel":"Abbrechen","form.button.collection-type.description":"N\xfctzlich f\xfcr mehrere Instanzen wie Artikel, Produkte, Kommentare, etc.","form.button.configure-component":"Komponente konfigurieren","form.button.configure-view":"Ansicht konfigurieren","form.button.continue":"Weiter","form.button.delete":"L\xf6schen","form.button.finish":"Fertig","form.button.save":"Speichern","form.button.select-component":"Komponente ausw\xe4hlen","form.button.single-type.description":"N\xfctzlich f\xfcr einzelne Instanz wie \xdcber uns, Startseite, etc.","form.contentType.divider.draft-publish":"ENTWURF/VER\xd6FFENTLICHEN","from":"von","modalForm.attribute.form.base.name":"Name","modalForm.attribute.form.base.name.description":"Leerzeichen sind im Name eines Attributs nicht erlaubt","modalForm.attribute.form.base.name.placeholder":"z.B. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"Verkn\xfcpftes Feld","modalForm.attribute.text.type-selection":"Typ","modalForm.attributes.select-component":"W\xe4hle eine Komponente","modalForm.attributes.select-components":"W\xe4hle die Komponenten","modalForm.component.header-create":"Erstelle eine Komponente","modalForm.components.create-component.category.label":"W\xe4hle Kategorie oder gebe neuen Namen ein, um eine zu erstellen","modalForm.components.icon.label":"Icon","modalForm.editCategory.base.name.description":"Leerzeichen sind im Name einer Kategorie nicht erlaubt","modalForm.header-edit":"Bearbeite {name}","modalForm.header.categories":"Kategorien","modalForm.singleType.header-create":"Erstelle einen Einzel-Eintrag","modalForm.sub-header.addComponentToDynamicZone":"Komponente zur dynamischen Zone hinzuf\xfcgen","modalForm.sub-header.attribute.create":"Erstelle neues {type}-Feld","modalForm.sub-header.attribute.create.step":"Neue Komponente ({step}/2)","modalForm.sub-header.attribute.edit":"Bearbeite {name}","modalForm.sub-header.chooseAttribute.collectionType":"W\xe4hle ein Feld f\xfcr die Sammlung","modalForm.sub-header.chooseAttribute.component":"W\xe4hle ein Feld f\xfcr die Komponente","modalForm.sub-header.chooseAttribute.singleType":"W\xe4hle ein Feld f\xfcr den Einzel-Eintrag","modelPage.attribute.relation-polymorphic":"Beziehung (polymorph)","modelPage.attribute.relationWith":"Beziehung mit","none":"Nichts","notification.info.autoreaload-disable":"Das autoReload-Feature wird f\xfcr dieses Plugin ben\xf6tigt. Starte deinen Server mit `strapi develop`","notification.info.creating.notSaved":"Bitte speichere deine Arbeit bevor du einen neuen Inhaltstyp oder eine neue Komponente erstellst","plugin.description.long":"Modelliere die Datenstruktur deiner API. Lege neue Felder und Beziehungen innerhalb von einer Minute an. Erforderliche Dateien werden automatisch in deinem Projekt angelegt und aktualisiert.","plugin.description.short":"Modelliere die Datenstruktur deiner API.","popUpForm.navContainer.advanced":"Fortgeschrittene Einstellungen","popUpForm.navContainer.base":"Grundeinstellungen","popUpWarning.bodyMessage.cancel-modifications":"Bist du dir sicher, dass du alle deine \xc4nderungen abbrechen willst?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Bist du dir sicher, dass du alle deine \xc4nderungen abbrechen willst? Es wurden Komponenten erstellt oder bearbeitet...","popUpWarning.bodyMessage.category.delete":"Bist du dir sicher, dass du diese Kategorie l\xf6schen willst? Alle dazugeh\xf6rigen Komponenten werden ebenfalls gel\xf6scht.","popUpWarning.bodyMessage.component.delete":"Bist du dir sicher, dass du diese Komponente l\xf6schen willst?","popUpWarning.bodyMessage.contentType.delete":"Bist du sicher, dass du diesen Inhaltstyp l\xf6schen willst?","popUpWarning.draft-publish.button.confirm":"Ja, deaktivieren","popUpWarning.draft-publish.message":"Wenn du das Entwurf/Ver\xf6ffentlichen-System deaktivierst werden alle Entw\xfcrfe gel\xf6scht.","popUpWarning.draft-publish.second-message":"Bist du dir sicher, dass du es deaktivieren willst?","prompt.unsaved":"Bist du dir sicher, dass du diese Seite verlassen willst? Deine \xc4nderungen werden verworfen.","relation.attributeName.placeholder":"z.B.: Autor, Kategorie","relation.manyToMany":"hat und geh\xf6rt zu vielen","relation.manyToOne":"hat viele","relation.manyWay":"hat viele","relation.oneToMany":"geh\xf6rt zu vielen","relation.oneToOne":"hat und geh\xf6rt zu ein(-er/-em)","relation.oneWay":"hat ein(-e/-en)"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[2246],{8737:e=>{e.exports=JSON.parse('{"ComponentIconPicker.search.placeholder":"S\xf8g efter ikon","attribute.boolean":"Boolean","attribute.boolean.description":"Ja eller nej, 1 eller 0, sand eller falsk","attribute.component":"Komponent","attribute.component.description":"Gruppe af felter som kan gentages","attribute.date":"Dato","attribute.date.description":"En datov\xe6lger med timer, minutter og sekunder","attribute.datetime":"Dato - tid","attribute.dynamiczone":"Dynamisk zone","attribute.dynamiczone.description":"Dynamisk udv\xe6lg komponenter ved redigering af indhold","attribute.email":"E-mail","attribute.email.description":"E-mail felt med valideringsformat","attribute.enumeration":"Enumeration","attribute.enumeration.description":"Liste med v\xe6rdier, v\xe6lg \xe9n","attribute.json":"JSON","attribute.json.description":"Data i JSON format","attribute.media":"Medie","attribute.media.description":"Filer som billeder, videoer, osv...","attribute.null":" ","attribute.number":"Tal","attribute.number.description":"Tal (hele tal, kommatal)","attribute.password":"Kodeord","attribute.password.description":"Kodeord med kryptering","attribute.relation":"Relation","attribute.relation.description":"Reference til en dokument type","attribute.richtext":"RTE","attribute.richtext.description":"En rich-text-editor med formateringsmuligheder","attribute.text":"Tekst","attribute.text.description":"Korte eller lange tekster som titel eller beskrivelse","attribute.time":"Tid","attribute.timestamp":"Tidsstempel","attribute.uid":"UID","attribute.uid.description":"Unikt ID","button.attributes.add.another":"Tilf\xf8j et felt","button.component.add":"Tilf\xf8j et komponent","button.component.create":"Opret komponent","button.model.create":"Opret dokument type","button.single-types.create":"Opret enkelt type","component.repeatable":"(gentageligt)","components.SelectComponents.displayed-value":"{number, plural, =0 {# komponenter} one {# komponent} other {# komponenter}} valgt","components.componentSelect.no-component-available":"Du har allerede tilf\xf8jet alle dine komponenter","components.componentSelect.no-component-available.with-search":"Der er ingen komponenter som matcher din s\xf8gning","components.componentSelect.value-component":"{number} komponent valgt (skriv for at s\xf8ge efter komponenter)","components.componentSelect.value-components":"{number} komponenter valgt","configurations":"konfigurationer","contentType.apiId-plural.description":"API ID i flertal","contentType.apiId-plural.label":"API ID (flertal)","contentType.apiId-singular.description":"UID bliver brugt til at generere API routes og database tabeller/kollektion","contentType.apiId-singular.label":"API ID (ental)","contentType.collectionName.description":"Brugbar n\xe5r navnet p\xe5 din indholdstype og dit tabel navn er forskellige","contentType.collectionName.label":"Dokument navn","contentType.displayName.label":"Visningsnavn","contentType.draftAndPublish.description":"Opret en version som udkast for hvert element inden det offentligg\xf8res","contentType.draftAndPublish.label":"Udkast/offentligg\xf8r system","contentType.kind.change.warning":"Du har lige \xe6ndret typen af en indholdstype: API bliver nustillet (ruter, controllere, og services bliver overskrevet).","error.attributeName.reserved-name":"Dette navn kan ikke bruges i din indholdstype, da det m\xe5ske kan \xf8del\xe6gge andre funktioner","error.contentType.pluralName-used":"Denne v\xe6rdi kan ikke v\xe6re den samme som ved ental","error.contentType.singularName-used":"Denne v\xe6rdi kan ikke v\xe6re den samme som ved flertal","error.contentTypeName.reserved-name":"Dette navn kan ikke bruges i dit projekt, da det m\xe5ske kan \xf8del\xe6gge andre funktioner","error.validation.enum-duplicate":"Duplikat v\xe6rdi er ikke tilladt","error.validation.enum-empty-string":"Tomme strenge er ikke tilladt","error.validation.minSupMax":"M\xe5 ikke overstige","error.validation.positive":"Skal v\xe6re et positivt tal","error.validation.regex":"Regex m\xf8nster er ikke gyldig","error.validation.relation.targetAttribute-taken":"Dette navn eksisterer allerede","form.attribute.component.option.add":"Tilf\xf8j et komponent","form.attribute.component.option.create":"Opret et komponent","form.attribute.component.option.create.description":"Et komponent er delt mellem typer og komponenter, det bliver tilg\xe6ngeligt fra alle steder.","form.attribute.component.option.repeatable":"Gentageligt komponent","form.attribute.component.option.repeatable.description":"Bedst til gentagne v\xe6rdier af f.eks. ingredienser, meta tags, osv...","form.attribute.component.option.reuse-existing":"Brug et eksisterende komponent","form.attribute.component.option.reuse-existing.description":"Genbrug en komponent der allerede er oprettet for at holde din data konsistent gennem indholdstyper.","form.attribute.component.option.single":"Enkelt komponent","form.attribute.component.option.single.description":"Bedst til at gruppere felter som fulde adresse, prim\xe6r information osv...","form.attribute.item.customColumnName":"Specielle kolonne navne","form.attribute.item.customColumnName.description":"Dette er brugbart til at omd\xf8be database kolonne navne i et mere omfattende format til API svar","form.attribute.item.defineRelation.fieldName":"Felt navn","form.attribute.item.enumeration.graphql":"Navn overskrivning til GraphQL","form.attribute.item.enumeration.graphql.description":"Tillader dig at overskrive standard genereret navn til GraphQL","form.attribute.item.enumeration.placeholder":"F.eks.\\nmorgen\\nmiddag\\naften","form.attribute.item.enumeration.rules":"V\xe6rdier (\xe9n linje pr. v\xe6rdi)","form.attribute.item.maximum":"Maks v\xe6rdi","form.attribute.item.maximumLength":"Maks l\xe6ngde","form.attribute.item.minimum":"Minimum v\xe6rdi","form.attribute.item.minimumLength":"Minimum l\xe6ngde","form.attribute.item.number.type":"Tal format","form.attribute.item.number.type.biginteger":"stort helt tal (f.eks. 123456789)","form.attribute.item.number.type.decimal":"decimal (f.eks. 2.22)","form.attribute.item.number.type.float":"float (f.eks. 3.33333333)","form.attribute.item.number.type.integer":"helt tal (f.eks. 10)","form.attribute.item.privateField":"Privat felt","form.attribute.item.privateField.description":"Dette flet bliver ikke vist i API svar","form.attribute.item.requiredField":"P\xe5kr\xe6vet felt","form.attribute.item.requiredField.description":"Du kan ikke oprette et element hvis dette felt er tomt","form.attribute.item.settings.name":"Indstillinger","form.attribute.item.text.regex":"RegExp m\xf8nster","form.attribute.item.text.regex.description":"Teksten til regular expression","form.attribute.item.uniqueField":"Unikt felt","form.attribute.item.uniqueField.description":"Du kan ikke oprette et element hvis der allerede findes et element med samme indhold","form.attribute.media.allowed-types":"V\xe6lg tillade typer af medier","form.attribute.media.allowed-types.none":"Ingen","form.attribute.media.allowed-types.option-files":"Filer","form.attribute.media.allowed-types.option-images":"Billeder","form.attribute.media.allowed-types.option-videos":"Videoer","form.attribute.media.option.multiple":"Flere medier","form.attribute.media.option.multiple.description":"Best til gallerier, slideshows eller download af flere filer","form.attribute.media.option.single":"Enkelt medie","form.attribute.media.option.single.description":"Best til avatar, profil billeder eller cover","form.attribute.settings.default":"Standard v\xe6rdi","form.attribute.text.option.long-text":"Lang tekst","form.attribute.text.option.long-text.description":"Bedst til beskrivelser, biografier. Pr\xe6cis s\xf8gning er deaktiveret.","form.attribute.text.option.short-text":"Kort tekst","form.attribute.text.option.short-text.description":"Bedst til titler, navne, links (URL). Pr\xe6cis s\xf8gning er aktiveret.","form.button.add-components-to-dynamiczone":"Tilf\xf8j komponenter til zonen","form.button.add-field":"Tilf\xf8j endnu et felt","form.button.add-first-field-to-created-component":"Tilf\xf8j det f\xf8rste felt til komponentet","form.button.add.field.to.collectionType":"Tilf\xf8j endnu et felt til dokument typen","form.button.add.field.to.component":"Tilf\xf8j endnu et felt til komponentet","form.button.add.field.to.contentType":"Tilf\xf8j endnu et felt til dokument typen","form.button.add.field.to.singleType":"Tilf\xf8j endnu et felt til enkelt typen","form.button.cancel":"Annuller","form.button.collection-type.description":"Bedst til Best for flere forkomster som artikler, produkter, kommentarer osv...","form.button.configure-component":"Konfigur\xe9r komponentet","form.button.configure-view":"Konfigur\xe9r visning","form.button.continue":"Forts\xe6t","form.button.delete":"Slet","form.button.finish":"F\xe6rdig","form.button.save":"Gem","form.button.select-component":"V\xe6lg et komponent","form.button.single-type.description":"Bedst til enkelte forekomster som \\"om os\\", forside osv...","form.contentType.divider.draft-publish":"Udkast/offentligg\xf8r","from":"fra","listView.headerLayout.description":"Byg datastrukturen for dit indhold","modalForm.attribute.form.base.name":"Navn","modalForm.attribute.form.base.name.description":"Mellemrum er ikke tilladt i navnet","modalForm.attribute.form.base.name.placeholder":"f.eks. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"Vedh\xe6ftet felt","modalForm.attribute.text.type-selection":"Type","modalForm.attributes.select-component":"V\xe6lg et komponent","modalForm.attributes.select-components":"V\xe6lg komponenterne","modalForm.collectionType.header-create":"Opret en dokumenttype","modalForm.component.header-create":"Opret et komponent","modalForm.components.create-component.category.label":"V\xe6lg en kategori eller intast et navn for at oprette en ny","modalForm.components.icon.label":"Ikon","modalForm.editCategory.base.name.description":"Mellemrum er ikke tilladt i kategori navnet","modalForm.header-edit":"Redig\xe9r {name}","modalForm.header.categories":"Kategorier","modalForm.singleType.header-create":"Opret en enkelt type","modalForm.sub-header.addComponentToDynamicZone":"Tilf\xf8j komponent til den dymaiske zone","modalForm.sub-header.attribute.create":"Tilf\xf8j {type} felt","modalForm.sub-header.attribute.create.step":"Tilf\xf8j komponent ({step}/2)","modalForm.sub-header.attribute.edit":"Redig\xe9r {name}","modalForm.sub-header.chooseAttribute.collectionType":"V\xe6lg et felt til din dokument type","modalForm.sub-header.chooseAttribute.component":"V\xe6lg et felt til dit komponent","modalForm.sub-header.chooseAttribute.singleType":"V\xe6lg et felt til din enkelt type","modelPage.attribute.relation-polymorphic":"Relation (polymorphic)","modelPage.attribute.relationWith":"Relation med","none":"Ingen","notification.info.autoreaload-disable":"AutoReload funktionen er p\xe5kr\xe6vet for at bruge dette plugin. Start din server med `strapi develop`","notification.info.creating.notSaved":"Gem venligst dit arbejde inden du opretter en dokument type eller komponent","plugin.description.long":"Modell\xe9r data strukturen i dit API. Opret felter og relationer p\xe5 f\xe5 minutter. Filerne bliver automatisk oprettet og opdateret i dit projekt.","plugin.description.short":"Modell\xe9r data strukturen i dit API.","plugin.name":"Dokumenttype bygger","popUpForm.navContainer.advanced":"Avancerede indstillinger","popUpForm.navContainer.base":"Standard indstillinger","popUpWarning.bodyMessage.cancel-modifications":"Er du sikker p\xe5 at du vil annullere dine \xe6ndringer?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Er du sikker p\xe5 at du vil annullere dine \xe6ndringer? Nogle komponenter er blevet oprettet eller redigeret...","popUpWarning.bodyMessage.category.delete":"Er du sikker p\xe5 at du vil slette denne kategori? Alle komponenterne bliver ogs\xe5 slettet.","popUpWarning.bodyMessage.component.delete":"Er du sikker p\xe5 at du vil slette denne komponent?","popUpWarning.bodyMessage.contentType.delete":"Er du sikker p\xe5 at du vil slette denne dokument type?","popUpWarning.draft-publish.button.confirm":"Ja, deaktiv\xe9r","popUpWarning.draft-publish.message":"Hvis du deaktiverer udkast/offentligg\xf8r systemet, bliver dine udkast slettet.","popUpWarning.draft-publish.second-message":"Er du sikker p\xe5 at du vil deaktivere det?","prompt.unsaved":"Er du sikker p\xe5 at du vil stoppe? Alle dine \xe6ndringer g\xe5r tabt.","relation.attributeName.placeholder":"F.eks. forfatter, kategori, tag","relation.manyToMany":"har og tilh\xf8rer flere","relation.manyToOne":"har flere","relation.manyWay":"har flere","relation.oneToMany":"tilh\xf8rer flere","relation.oneToOne":"har og tilh\xf8rer \xe9n","relation.oneWay":"har \xe9n","table.button.no-fields":"Tilf\xf8j nyt felt","table.content.create-first-content-type":"Opret din f\xf8rst dokumenttype","table.content.no-fields.collection-type":"Tilf\xf8j dit f\xf8rste felt til denne dokumenttype","table.content.no-fields.component":"Tilf\xf8j dit f\xf8rste felt til dette komponent","table.headers.name":"Navn","table.headers.type":"Type"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[931],{20392:e=>{e.exports=JSON.parse('{"ComponentIconPicker.search.placeholder":"Search for an icon","attribute.boolean":"Boolean","attribute.boolean.description":"Yes or no, 1 or 0, true or false","attribute.component":"Component","attribute.component.description":"Group of fields that you can repeat or reuse","attribute.date":"Date","attribute.date.description":"A date picker with hours, minutes and seconds","attribute.datetime":"Datetime","attribute.dynamiczone":"Dynamic zone","attribute.dynamiczone.description":"Dynamically pick component when editing content","attribute.email":"Email","attribute.email.description":"Email field with validations format","attribute.enumeration":"Enumeration","attribute.enumeration.description":"List of values, then pick one","attribute.json":"JSON","attribute.json.description":"Data in JSON format","attribute.media":"Media","attribute.media.description":"Files like images, videos, etc","attribute.null":" ","attribute.number":"Number","attribute.number.description":"Numbers (integer, float, decimal)","attribute.password":"Password","attribute.password.description":"Password field with encryption","attribute.relation":"Relation","attribute.relation.description":"Refers to a Collection Type","attribute.richtext":"Rich text","attribute.richtext.description":"A rich text editor with formatting options","attribute.text":"Text","attribute.text.description":"Small or long text like title or description","attribute.time":"Time","attribute.timestamp":"Timestamp","attribute.uid":"UID","attribute.uid.description":"Unique identifier","button.attributes.add.another":"Add another field","button.component.add":"Add a component","button.component.create":"Create new component","button.model.create":"Create new collection type","button.single-types.create":"Create new single type","component.repeatable":"(repeatable)","components.SelectComponents.displayed-value":"{number, plural, =0 {# components} one {# component} other {# components}} selected","components.componentSelect.no-component-available":"You have already added all your components","components.componentSelect.no-component-available.with-search":"There is no component matching your search","components.componentSelect.value-component":"{number} component selected (type to search for a component)","components.componentSelect.value-components":"{number} components selected","configurations":"Configurations","contentType.apiId-plural.description":"Pluralized API ID","contentType.apiId-plural.label":"API ID (Plural)","contentType.apiId-singular.description":"The UID is used to generate the API routes and databases tables/collections","contentType.apiId-singular.label":"API ID (Singular)","contentType.collectionName.description":"Useful when the name of your Content Type and your table name differ","contentType.collectionName.label":"Collection name","contentType.displayName.label":"Display name","contentType.draftAndPublish.description":"Write a draft version of each entry before publishing it","contentType.draftAndPublish.label":"Draft/publish system","contentType.kind.change.warning":"You just changed the kind of a content type: API will be reset (routes, controllers, and services will be overwritten).","error.attributeName.reserved-name":"This name cannot be used in your content type as it might break other functionalities","error.contentType.pluralName-used":"This value cannot be the same as the singular one","error.contentType.singularName-used":"This value cannot be the same as the plural one","error.contentTypeName.reserved-name":"This name cannot be used in your project as it might break other functionalities","error.validation.enum-duplicate":"Duplicate values are not allowed","error.validation.enum-empty-string":"Empty strings are not allowed","error.validation.enum-number":"Values cannot start with a number","error.validation.minSupMax":"Can\'t be superior","error.validation.positive":"Must be a positive number","error.validation.regex":"Regex pattern is invalid","error.validation.relation.targetAttribute-taken":"This name exists in the target","form.attribute.component.option.add":"Add a component","form.attribute.component.option.create":"Create a new component","form.attribute.component.option.create.description":"A component is shared across types and components, it will be available and accessible everywhere.","form.attribute.component.option.repeatable":"Repeatable component","form.attribute.component.option.repeatable.description":"Best for multiple instances (array) of ingredients, meta tags, etc..","form.attribute.component.option.reuse-existing":"Use an existing component","form.attribute.component.option.reuse-existing.description":"Reuse a component already created to keep your data consistent across content-types.","form.attribute.component.option.single":"Single component","form.attribute.component.option.single.description":"Best for grouping fields like full address, main information, etc...","form.attribute.item.customColumnName":"Custom column names","form.attribute.item.customColumnName.description":"This is useful to rename database column names in a more comprehensive format for the API\'s responses","form.attribute.item.date.type.date":"date (ex: 01/01/{currentYear})","form.attribute.item.date.type.datetime":"datetime (ex: 01/01/{currentYear} 00:00 AM)","form.attribute.item.date.type.time":"time (ex: 00:00 AM)","form.attribute.item.defineRelation.fieldName":"Field name","form.attribute.item.enumeration.graphql":"Name override for GraphQL","form.attribute.item.enumeration.graphql.description":"Allows you to override the default generated name for GraphQL","form.attribute.item.enumeration.placeholder":"Ex:\\nmorning\\nnoon\\nevening","form.attribute.item.enumeration.rules":"Values (one line per value)","form.attribute.item.maximum":"Maximum value","form.attribute.item.maximumLength":"Maximum length","form.attribute.item.minimum":"Minimum value","form.attribute.item.minimumLength":"Minimum length","form.attribute.item.number.type":"Number format","form.attribute.item.number.type.biginteger":"big integer (ex: 123456789)","form.attribute.item.number.type.decimal":"decimal (ex: 2.22)","form.attribute.item.number.type.float":"float (ex: 3.33333333)","form.attribute.item.number.type.integer":"integer (ex: 10)","form.attribute.item.privateField":"Private field","form.attribute.item.privateField.description":"This field will not show up in the API response","form.attribute.item.requiredField":"Required field","form.attribute.item.requiredField.description":"You won\'t be able to create an entry if this field is empty","form.attribute.item.settings.name":"Settings","form.attribute.item.text.regex":"RegExp pattern","form.attribute.item.text.regex.description":"The text of the regular expression","form.attribute.item.uniqueField":"Unique field","form.attribute.item.uniqueField.description":"You won\'t be able to create an entry if there is an existing entry with identical content","form.attribute.media.allowed-types":"Select allowed types of media","form.attribute.media.allowed-types.none":"None","form.attribute.media.allowed-types.option-files":"Files","form.attribute.media.allowed-types.option-images":"Images","form.attribute.media.allowed-types.option-videos":"Videos","form.attribute.media.option.multiple":"Multiple media","form.attribute.media.option.multiple.description":"Best for sliders, carousels or multiple files download","form.attribute.media.option.single":"Single media","form.attribute.media.option.single.description":"Best for avatar, profile picture or cover","form.attribute.settings.default":"Default value","form.attribute.text.option.long-text":"Long text","form.attribute.text.option.long-text.description":"Best for descriptions, biography. Exact search is disabled.","form.attribute.text.option.short-text":"Short text","form.attribute.text.option.short-text.description":"Best for titles, names, links (URL). It also enables exact search on the field.","form.button.add-components-to-dynamiczone":"Add components to the zone","form.button.add-field":"Add another field","form.button.add-first-field-to-created-component":"Add first field to the component","form.button.add.field.to.collectionType":"Add another field to this collection type","form.button.add.field.to.component":"Add another field to this component","form.button.add.field.to.contentType":"Add another field to this content type","form.button.add.field.to.singleType":"Add another field to this single type","form.button.cancel":"Cancel","form.button.collection-type.description":"Best for multiple instances like articles, products, comments, etc.","form.button.collection-type.name":"Collection Type","form.button.configure-component":"Configure the component","form.button.configure-view":"Configure the view","form.button.continue":"Continue","form.button.delete":"Delete","form.button.finish":"Finish","form.button.save":"Save","form.button.select-component":"Select a component","form.button.single-type.description":"Best for single instance like about us, homepage, etc.","form.button.single-type.name":"Single Type","form.contentType.divider.draft-publish":"Draft/Publish","from":"from","listView.headerLayout.description":"Build the data architecture of your content","menu.section.components.name":"Components","menu.section.models.name":"Collection Types","menu.section.single-types.name":"Single Types","modalForm.attribute.form.base.name":"Name","modalForm.attribute.form.base.name.description":"No space is allowed for the name of the attribute","modalForm.attribute.form.base.name.placeholder":"e.g. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"Attached field","modalForm.attribute.text.type-selection":"Type","modalForm.attributes.select-component":"Select a component","modalForm.attributes.select-components":"Select the components","modalForm.collectionType.header-create":"Create a collection type","modalForm.component.header-create":"Create a component","modalForm.components.create-component.category.label":"Select a category or enter a name to create a new one","modalForm.components.icon.label":"Icon","modalForm.editCategory.base.name.description":"No space is allowed for the name of the category","modalForm.header-edit":"Edit {name}","modalForm.header.categories":"Categories","modalForm.singleType.header-create":"Create a single type","modalForm.sub-header.addComponentToDynamicZone":"Add new component to the dynamic zone","modalForm.sub-header.attribute.create":"Add new {type} field","modalForm.sub-header.attribute.create.step":"Add new component ({step}/2)","modalForm.sub-header.attribute.edit":"Edit {name}","modalForm.sub-header.chooseAttribute.collectionType":"Select a field for your collection type","modalForm.sub-header.chooseAttribute.component":"Select a field for your component","modalForm.sub-header.chooseAttribute.singleType":"Select a field for your single type","modelPage.attribute.relation-polymorphic":"Relation (polymorphic)","modelPage.attribute.relationWith":"Relation with","none":"None","notification.error.dynamiczone-min.validation":"At least one component is required in a dynamic zone to be able to save a content type","notification.info.autoreaload-disable":"The autoReload feature is required to use this plugin. Start your server with `strapi develop`","notification.info.creating.notSaved":"Please save your work before creating a new collection type or component","plugin.description.long":"Modelize the data structure of your API. Create new fields and relations in just a minute. The files are automatically created and updated in your project.","plugin.description.short":"Modelize the data structure of your API.","plugin.name":"Content-Type Builder","popUpForm.navContainer.advanced":"Advanced settings","popUpForm.navContainer.base":"Base settings","popUpWarning.bodyMessage.cancel-modifications":"Are you sure you want to cancel your modifications?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Are you sure you want to cancel your modifications? Some components have been created or modified...","popUpWarning.bodyMessage.category.delete":"Are you sure you want to delete this category? All the components will also be deleted.","popUpWarning.bodyMessage.component.delete":"Are you sure you want to delete this component?","popUpWarning.bodyMessage.contentType.delete":"Are you sure you want to delete this collection type?","popUpWarning.draft-publish.button.confirm":"Yes, disable","popUpWarning.draft-publish.message":"If you disable the Draft/Publish system, your drafts will be deleted.","popUpWarning.draft-publish.second-message":"Are you sure you want to disable it?","prompt.unsaved":"Are you sure you want to leave? All your modifications will be lost.","relation.attributeName.placeholder":"Ex: author, category, tag","relation.manyToMany":"has and belongs to many","relation.manyToOne":"has many","relation.manyWay":"has many","relation.oneToMany":"belongs to many","relation.oneToOne":"has and belongs to one","relation.oneWay":"has one","table.button.no-fields":"Add new field","table.content.create-first-content-type":"Create your first Collection-Type","table.content.no-fields.collection-type":"Add your first field to this Collection-Type","table.content.no-fields.component":"Add your first field to this component","table.headers.name":"Name","table.headers.type":"Type"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8965],{96467:e=>{e.exports=JSON.parse('{"attribute.boolean":"Bool\xe9en","attribute.date":"Date","attribute.email":"Email","attribute.enumeration":"\xc9num\xe9ration","attribute.json":"JSON","attribute.media":"M\xe9dia","attribute.password":"Mot de passe","attribute.relation":"Relation","attribute.richtext":"Texte enrichi","attribute.text":"Texte","button.attributes.add.another":"Ajouter un autre champ","button.component.create":"Cr\xe9er un composant","button.model.create":"Cr\xe9er un type de collection","button.single-types.create":"Cr\xe9er un single type","contentType.draftAndPublish.description":"R\xe9digez une version brouillon de chaque entr\xe9e avant de la publier","contentType.draftAndPublish.label":"Syst\xe8me brouillon/publier","contentType.kind.change.warning":"Vous venez de changer le type de ce mod\xe8le: L\'API va red\xe9marrer (Les routes, controllers, et les services seront \xe9cras\xe9s).","form.attribute.item.customColumnName":"Nom de colonne personalis\xe9e","form.attribute.item.customColumnName.description":"Pratique pour renommer la colonne de la db dans un format plus comprehensible pour les responses de l\'API","form.attribute.item.defineRelation.fieldName":"Nom du Champ","form.attribute.item.enumeration.graphql":"Surchage du nom pour GraphQL","form.attribute.item.enumeration.graphql.description":"Vous permet de remplacer le nom g\xe9n\xe9r\xe9 par d\xe9faut pour GraphQL","form.attribute.item.enumeration.placeholder":"Ex:\\nmatin\\nmidi\\nsoir","form.attribute.item.enumeration.rules":"Valeurs (les s\xe9parer par une nouvelle ligne)","form.attribute.item.maximum":"Valeur maximum","form.attribute.item.maximumLength":"Taille maximum","form.attribute.item.minimum":"Valeur minimun","form.attribute.item.minimumLength":"Taille minimun","form.attribute.item.number.type":"Format nombre","form.attribute.item.number.type.decimal":"d\xe9cimal approximatif (ex: 2,22)","form.attribute.item.number.type.float":"d\xe9cimal (ex: 3,33333)","form.attribute.item.number.type.integer":"entier (ex: 10)","form.attribute.item.requiredField":"Champ obligatoire","form.attribute.item.requiredField.description":"Vous ne pourrez pas cr\xe9er une entr\xe9e si ce champ est vide","form.attribute.item.settings.name":"Param\xe8tres","form.attribute.item.uniqueField":"Champ unique","form.attribute.item.uniqueField.description":"Vous ne pourrez pas cr\xe9er une entr\xe9e s\'il existe un champ similaire","form.attribute.settings.default":"Valeur par d\xe9fault","form.button.add.field.to.collectionType":"Ajouter un nouveau champ \xe0 cette collection","form.button.add.field.to.component":"Ajouter un nouveau champ \xe0 ce composant","form.button.add.field.to.contentType":"Ajouter un nouveau champ \xe0 cette content type","form.button.add.field.to.singleType":"Ajouter un nouveau champ \xe0 ce single type","form.button.cancel":"Annuler","form.button.configure-view":"Configurer la vue","form.button.continue":"Continuer","form.button.delete":"Supprimer","form.button.finish":"Terminer","form.button.save":"Sauvegarder","form.contentType.divider.draft-publish":"BROUILLON/PUBLIER","from":"de","modalForm.attribute.form.base.name.placeholder":"ex : Slug, URL SEO, URL Canonique","modalForm.attribute.target-field":"Champ associ\xe9","modalForm.singleType.header-create":"Cr\xe9er un single type","modalForm.sub-header.chooseAttribute.collectionType":"Selectionnez un champ pour votre collection","modalForm.sub-header.chooseAttribute.component":"Selectionnez un champ pour votre composant","modalForm.sub-header.chooseAttribute.singleType":"Selectionnez un champ pour votre single type","modelPage.attribute.relationWith":"Relation avec","none":"Aucun","plugin.description.long":"Mod\xe9lisez la structure de donn\xe9es de votre API. Cr\xe9er des nouveaux champs et relations en un instant. Les fichiers se cr\xe9ent et se mettent \xe0 jour automatiquement.","plugin.description.short":"Mod\xe9lisez la structure de donn\xe9es de votre API.","plugin.name":"Content-Type Builder","popUpForm.navContainer.advanced":"R\xe9glages avanc\xe9s","popUpForm.navContainer.base":"R\xe9glages de base","popUpWarning.bodyMessage.contentType.delete":"\xcates-vous s\xfbr de vouloir supprimer cette Collection ? Cela le supprimera aussi de vos types de contenu.","popUpWarning.draft-publish.button.confirm":"Oui, d\xe9sactiver","popUpWarning.draft-publish.message":"Si vous d\xe9sactivez le syst\xe8me Brouillon/Publier, vos brouillons seront supprim\xe9s.","popUpWarning.draft-publish.second-message":"\xcates-vous s\xfbr de vouloir le d\xe9sactiver ?","relation.attributeName.placeholder":"Ex : auteur, cat\xe9gorie, tag","relation.manyToMany":"a et appartient \xe0 plusieurs","relation.manyToOne":"a plusieurs","relation.manyWay":"a plusieurs","relation.oneToMany":"appartient \xe0 plusieurs","relation.oneToOne":"a et appartient \xe0 un","relation.oneWay":"a un"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[2151],{29915:a=>{a.exports=JSON.parse('{"attribute.boolean":"Boolean","attribute.boolean.description":"Ya atau tidak, 1 atau 0, benar atau salah","attribute.component":"Komponen","attribute.component.description":"Grup dari bidang yang dapat diulang","attribute.date":"Tanggal","attribute.date.description":"Date picker dengan jam, menit dan detik","attribute.datetime":"Tanggal waktu","attribute.dynamiczone":"Zona dinamis","attribute.dynamiczone.description":"Ambil konten dinamis ketika edit kontent","attribute.email":"Email","attribute.email.description":"Bidang email dengan format validasi","attribute.enumeration":"Pencacahan","attribute.enumeration.description":"Daftar nilai, lalu pilih satu","attribute.json":"JSON","attribute.json.description":"Data dalam format JSON","attribute.media":"Media","attribute.media.description":"File seperti gambar, video, dll","attribute.null":" ","attribute.number":"Angka","attribute.number.description":"Angka (integer, pecahan, desimal)","attribute.password":"Kata sandi","attribute.password.description":"Kata sandi dengan enkripsi","attribute.relation":"Relasi","attribute.relation.description":"Mengacu pada Jenis Koleksi","attribute.richtext":"Rich teks","attribute.richtext.description":"Editor teks kaya dengan opsi pemformatan","attribute.text":"Teks","attribute.text.description":"Teks kecil atau panjang seperti judul atau deskripsi","attribute.time":"Waktu","attribute.timestamp":"Timestamp","attribute.uid":"UID","attribute.uid.description":"Pengenal unik","button.attributes.add.another":"Tambahkan bidang lain","button.component.add":"Tambahkan komponen","button.component.create":"Buat komponen baru","button.model.create":"Buat jenis koleksi baru","button.single-types.create":"Buat tipe tunggal baru","component.repeatable":"(berulang)","components.componentSelect.no-component-available":"Anda telah menambahkan semua komponen Anda","components.componentSelect.no-component-available.with-search":"Tidak ada komponen yang cocok dengan pencarian Anda","components.componentSelect.value-component":"{number} komponen dipilih (ketik untuk mencari komponen)","components.componentSelect.value-components":"{number} komponen dipilih","configurations":"konfigurasi","contentType.collectionName.description":"Berguna jika nama Jenis Konten dan nama tabel Anda berbeda","contentType.collectionName.label":"Nama koleksi","contentType.displayName.label":"Nama tampilan","contentType.draftAndPublish.description":"Tulis versi draf dari setiap entri sebelum menerbitkannya","contentType.draftAndPublish.label":"Draf / sistem terbitkan","contentType.kind.change.warning":"Anda baru saja mengubah jenis tipe konten: API akan disetel ulang (rute, pengontrol, dan layanan akan ditimpa).","error.attributeName.reserved-name":"Nama ini tidak dapat digunakan dalam tipe konten Anda karena dapat merusak fungsi lainnya","error.contentTypeName.reserved-name":"Nama ini tidak dapat digunakan dalam proyek Anda karena dapat merusak fungsi lainnya","error.validation.enum-duplicate":"Nilai duplikat tidak diperbolehkan","error.validation.minSupMax":"Tidak bisa lebih unggul","error.validation.regex":"Pola ekspresi reguler tidak valid","error.validation.relation.targetAttribute-taken":"Nama ini ada di target","form.attribute.component.option.add":"Tambahkan komponen","form.attribute.component.option.create":"Buat komponen baru","form.attribute.component.option.create.description":"Sebuah komponen dibagikan ke seluruh tipe dan komponen, itu akan tersedia dan dapat diakses di mana saja.","form.attribute.component.option.repeatable":"Komponen yang dapat diulang","form.attribute.component.option.repeatable.description":"Terbaik untuk beberapa contoh (larik) bahan, tag meta, dll ..","form.attribute.component.option.reuse-existing":"Gunakan komponen yang ada","form.attribute.component.option.reuse-existing.description":"Gunakan kembali komponen yang sudah dibuat untuk menjaga data Anda tetap konsisten di seluruh tipe konten.","form.attribute.component.option.single":"Komponen tunggal","form.attribute.component.option.single.description":"Paling baik untuk mengelompokkan bidang seperti alamat lengkap, informasi utama, dll ...","form.attribute.item.customColumnName":"Nama kolom kustom","form.attribute.item.customColumnName.description":"Ini berguna untuk mengganti nama kolom database dalam format yang lebih komprehensif untuk respons API","form.attribute.item.defineRelation.fieldName":"Nama bidang","form.attribute.item.enumeration.graphql":"Nama pengganti untuk GraphQL","form.attribute.item.enumeration.graphql.description":"Memungkinkan Anda untuk mengganti nama default yang dibuat untuk GraphQL ","form.attribute.item.enumeration.placeholder":"Misal:\\npagi\\nsiang\\nsore","form.attribute.item.enumeration.rules":"Nilai (satu baris per nilai)","form.attribute.item.maximum":"Nilai maksimum","form.attribute.item.maximumLength":"Panjang maksimum","form.attribute.item.minimum":"Nilai minimum","form.attribute.item.minimumLength":"Panjang minimum","form.attribute.item.number.type":"Format angka","form.attribute.item.number.type.biginteger":"big integer (misal: 123456789)","form.attribute.item.number.type.decimal":"desimal (misal: 2.22)","form.attribute.item.number.type.integer":"integer (misal: 10)","form.attribute.item.privateField":"Bidang pribadi","form.attribute.item.privateField.description":"Bidang ini tidak akan ditampilkan di request API","form.attribute.item.requiredField":"Bidang wajib","form.attribute.item.requiredField.description":"Bidang ini wajib diisi untuk meneruskan data","form.attribute.item.settings.name":"Pengaturan","form.attribute.item.text.regex":"Pola RegExp","form.attribute.item.text.regex.description":"Teks ekspresi reguler","form.attribute.item.uniqueField":"Bidang unik","form.attribute.item.uniqueField.description":"Anda tidak dapat membuat entri jika sudah ada entri dengan konten identik","form.attribute.media.allowed-types":"Pilih jenis media yang diizinkan","form.attribute.media.allowed-types.none":"Tidak ada","form.attribute.media.allowed-types.option-files":"File","form.attribute.media.allowed-types.option-images":"Gambar","form.attribute.media.allowed-types.option-videos":"Video","form.attribute.media.option.multiple":"Banyak media","form.attribute.media.option.multiple.description":"Paling baik untuk pengunduhan penggeser, komidi putar, atau banyak file","form.attribute.media.option.single":"Media tunggal","form.attribute.media.option.single.description":"Terbaik untuk avatar, gambar profil, atau sampul","form.attribute.settings.default":"Nilai default","form.attribute.text.option.long-text":"Teks panjang","form.attribute.text.option.long-text.description":"Terbaik untuk deskripsi, biografi. Pencarian yang tepat dinonaktifkan.","form.attribute.text.option.short-text":"Teks pendek","form.attribute.text.option.short-text.description":"Terbaik untuk judul, nama, tautan (URL). Ini juga memungkinkan pencarian yang tepat di lapangan.","form.button.add-components-to-dynamiczone":"Tambahkan komponen ke zona","form.button.add-field":"Tambahkan bidang lain","form.button.add-first-field-to-created-component":"Tambahkan bidang pertama ke komponen","form.button.add.field.to.collectionType":"Tambahkan bidang lain ke jenis koleksi ini","form.button.add.field.to.component":"Tambahkan bidang lain ke komponen ini","form.button.add.field.to.contentType":"Tambahkan bidang lain ke jenis konten ini","form.button.add.field.to.singleType":"Tambahkan bidang lain ke jenis tunggal ini","form.button.cancel":"Batal","form.button.collection-type.description":"Paling baik untuk berbagai contoh seperti artikel, produk, komentar, dll.","form.button.configure-component":"Konfigurasikan komponen","form.button.configure-view":"Konfigurasi tampilan","form.button.continue":"Terus","form.button.delete":"Hapus","form.button.finish":"Selesai","form.button.save":"Simpan","form.button.select-component":"Pilih sebuah komponen","form.button.single-type.description":"Terbaik untuk satu contoh seperti tentang kami, beranda, dll.","form.contentType.divider.draft-publish":"DRAF/TERBIT","from":"dari","modalForm.attribute.form.base.name":"Nama","modalForm.attribute.form.base.name.description":"Tidak ada spasi yang diperbolehkan untuk nama atribut","modalForm.attribute.form.base.name.placeholder":"Misalnya Siput, URL SEO, URL Kanonis","modalForm.attribute.target-field":"Bidang terlampir","modalForm.attribute.text.type-selection":"Jenis","modalForm.attributes.select-component":"Pilih komponen","modalForm.attributes.select-components":"Pilih komponen","modalForm.component.header-create":"Buat komponen","modalForm.components.create-component.category.label":"Pilih kategori atau masukkan nama untuk membuat yang baru","modalForm.components.icon.label":"Ikon","modalForm.editCategory.base.name.description":"Tidak ada spasi yang diperbolehkan untuk nama kategori","modalForm.header-edit":"Edit {name}","modalForm.header.categories":"Kategori","modalForm.singleType.header-create":"Buat jenis tunggal","modalForm.sub-header.addComponentToDynamicZone":"Tambahkan komponen baru ke zona dinamis","modalForm.sub-header.attribute.create":"Tambah bidang {type}","modalForm.sub-header.attribute.create.step":"Tambah komponen ({step}/2)","modalForm.sub-header.attribute.edit":"Edit {name}","modalForm.sub-header.chooseAttribute.collectionType":"Pilih bidang untuk jenis koleksi Anda","modalForm.sub-header.chooseAttribute.component":"Pilih bidang untuk komponen Anda","modalForm.sub-header.chooseAttribute.singleType":"Pilih bidang untuk tipe tunggal Anda","modelPage.attribute.relation-polymorphic":"Hubungan (polimorfik)","modelPage.attribute.relationWith":"Hubungan dengan","none":"Tidak ada","notification.info.autoreaload-disable":"Fitur autoReload diperlukan untuk menggunakan plugin ini. Mulai server Anda dengan `strapi develop`","notification.info.creating.notSaved":"Harap simpan pekerjaan Anda sebelum membuat jenis atau komponen koleksi baru","plugin.description.long":"Buat model struktur data API Anda. Buat bidang dan relasi baru hanya dalam satu menit. File secara otomatis dibuat dan diperbarui dalam proyek Anda.","plugin.description.short":"Buat model struktur data API Anda.","popUpForm.navContainer.advanced":"Pengaturan lanjut","popUpForm.navContainer.base":"Pengaturan dasar","popUpWarning.bodyMessage.cancel-modifications":"Anda yakin ingin membatalkan modifikasi Anda?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Anda yakin ingin membatalkan modifikasi Anda? Beberapa komponen telah dibuat atau dimodifikasi ...","popUpWarning.bodyMessage.category.delete":"Anda yakin ingin menghapus kategori ini? Semua komponen juga akan dihapus.","popUpWarning.bodyMessage.component.delete":"Anda yakin ingin menghapus komponen ini?","popUpWarning.bodyMessage.contentType.delete":"Anda yakin ingin menghapus jenis koleksi ini?","popUpWarning.draft-publish.button.confirm":"Ya, non-aktifkan","popUpWarning.draft-publish.message":"Jika Anda menonaktifkan sistem Draf / Terbitkan, draf Anda akan dihapus.","popUpWarning.draft-publish.second-message":"Anda yakin ingin menonaktifkannya?","prompt.unsaved":"Anda yakin ingin pergi? Semua modifikasi Anda akan hilang.","relation.attributeName.placeholder":"Misal: penulis, kategori, tag","relation.manyToMany":"memiliki dan menjadi milik banyak orang","relation.manyToOne":"memiliki banyak","relation.manyWay":"memiliki banyak","relation.oneToMany":"memiliki banyak orang","relation.oneToOne":"memiliki dan menjadi milik satu","relation.oneWay":"memiliki satu"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[1023],{66345:e=>{e.exports=JSON.parse('{"attribute.boolean":"Booleano","attribute.boolean.description":"S\xec o no, 1 o 0, vero o falso","attribute.component":"Componente","attribute.component.description":"Gruppo di campi che puoi ripetere o riutilizzare","attribute.date":"Data","attribute.date.description":"Un selettore di date con ore, minuti e secondi","attribute.datetime":"Data e Ora","attribute.dynamiczone":"Zona dinamica","attribute.dynamiczone.description":"Scegli un componente dinamicamente durante la modifica del contenuto ","attribute.email":"Email","attribute.email.description":"Un campo Email con validazione del formato","attribute.enumeration":"Enumerazione","attribute.enumeration.description":"Scegli il valore da una lista precompilata","attribute.json":"JSON","attribute.json.description":"Dati in formato JSON","attribute.media":"Media","attribute.media.description":"File come immagini, video, ecc.","attribute.null":" ","attribute.number":"Numero","attribute.number.description":"Numeri (interi, float, decimali)","attribute.password":"Password","attribute.password.description":"Campo Password crittografato","attribute.relation":"Relazione","attribute.relation.description":"Per collegare una Collezione","attribute.richtext":"Testo formattato","attribute.richtext.description":"Un editor di testo con comandi per la formattazione","attribute.text":"Testo","attribute.text.description":"Testo semplice come titolo o descrizione","attribute.time":"Orario","attribute.timestamp":"Timestamp","attribute.uid":"UID","attribute.uid.description":"Identificatore univoco","button.attributes.add.another":"Aggiungi altro campo","button.component.add":"Aggiungi componente","button.component.create":"Crea nuovo componente","button.model.create":"Crea nuova Collezione","button.single-types.create":"Crea nuova Entit\xe0 singola","component.repeatable":"(ripetibile)","components.componentSelect.no-component-available":"Hai gi\xe0 aggiunto tutti i componenti","components.componentSelect.no-component-available.with-search":"Nessun componente con questa chiave di ricerca","components.componentSelect.value-component":"{number} componenti selezionati (digita per cercare un componente)","components.componentSelect.value-components":"{number} componenti selezionati","configurations":"configurazioni","contentType.collectionName.description":"Utile quando il nome della Collezione differisce dal nome della tabella del DB","contentType.collectionName.label":"Nome della Collezione","contentType.displayName.label":"Nome visualizzato","contentType.draftAndPublish.description":"Scrivi una bozza dell\'elemento prima di pubblicarlo","contentType.draftAndPublish.label":"Sistema Bozza/pubblicato","contentType.kind.change.warning":"Hai cambiato il genere di questo Tipo di Contenuto. Le API verranno ripristinate (route, controller e services verranno sovrascritti).","error.attributeName.reserved-name":"Questo nome non pu\xf2 essere utilizzato nel tuo Tipo di Contenuto perch\xe9 potrebbe danneggiare altre funzionalit\xe0","error.contentTypeName.reserved-name":"Questo nome non pu\xf2 essere utilizzato nel tuo progetto perch\xe9 potrebbe danneggiare altre funzionalit\xe0","error.validation.enum-duplicate":"Valori duplicati non ammessi","error.validation.minSupMax":"Non pu\xf2 essere maggiore","error.validation.regex":"Regex non valida","error.validation.relation.targetAttribute-taken":"Questo nome gi\xe0 esiste nella destinazione","form.attribute.component.option.add":"Aggiungi componente","form.attribute.component.option.create":"Crea nuovo componente","form.attribute.component.option.create.description":"I componenti sono condivisi tra Tipi e componenti, sono disponibili e accessibili da ovunque.","form.attribute.component.option.repeatable":"Componente ripetibile","form.attribute.component.option.repeatable.description":"Utile per istanze multiple (liste) come ingredienti, meta tag, ecc...","form.attribute.component.option.reuse-existing":"Usa componente esistente","form.attribute.component.option.reuse-existing.description":"Riutilizza un componente gi\xe0 creato per mantenere i dati consistenti tra i vari Tipi di Contenuto","form.attribute.component.option.single":"Componente singolo","form.attribute.component.option.single.description":"Utile per raggruppare campi correlati come quelli di un indirizzo","form.attribute.item.customColumnName":"Nome della colonna personalizzato","form.attribute.item.customColumnName.description":"Utile per rinominare le colonne del database e mantenere consistente il formato delle risposte API","form.attribute.item.defineRelation.fieldName":"Nome del campo","form.attribute.item.enumeration.graphql":"Override del nome GraphQL","form.attribute.item.enumeration.graphql.description":"Consente di ignorare l\'impostazione predefinita del nome generato per GraphQL","form.attribute.item.enumeration.placeholder":"Es:\\nmattina\\nmezzogiorno\\nsera","form.attribute.item.enumeration.rules":"Valori (un valore per riga)","form.attribute.item.maximum":"Valore massimo","form.attribute.item.maximumLength":"Lunghezza massima","form.attribute.item.minimum":"Valore minimo","form.attribute.item.minimumLength":"Lunghezza minima","form.attribute.item.number.type":"Formato del numero","form.attribute.item.number.type.biginteger":"intero grande (es: 123456789)","form.attribute.item.number.type.decimal":"decimale (es: 2.22)","form.attribute.item.number.type.float":"float (es: 3.33333333)","form.attribute.item.number.type.integer":"intero (es: 10)","form.attribute.item.privateField":"Campo privato","form.attribute.item.privateField.description":"Questo campo non sar\xe0 presente nelle risposte API","form.attribute.item.requiredField":"Campo obbligatorio","form.attribute.item.requiredField.description":"Non sarai in grado di creare una voce se questo campo \xe8 vuoto","form.attribute.item.settings.name":"Impostazioni","form.attribute.item.text.regex":"Schema RegExp","form.attribute.item.text.regex.description":"Il testo di una Espressione Regolare","form.attribute.item.uniqueField":"Campo univoco","form.attribute.item.uniqueField.description":"Non sarai in grado di creare una voce, se c\'\xe8 una voce esistente con valore identico","form.attribute.media.allowed-types":"Seleziona i tipi di media permessi","form.attribute.media.allowed-types.none":"Nessuno","form.attribute.media.allowed-types.option-files":"File","form.attribute.media.allowed-types.option-images":"Immagini","form.attribute.media.allowed-types.option-videos":"Video","form.attribute.media.option.multiple":"Media multipli","form.attribute.media.option.multiple.description":"Utile per slider, caroselli o download multipli","form.attribute.media.option.single":"Media singolo","form.attribute.media.option.single.description":"Utile per avatar, foto profilo o copertina","form.attribute.settings.default":"Valore di Default","form.attribute.text.option.long-text":"Testo lungo","form.attribute.text.option.long-text.description":"Utile per descrizioni o biografie. La ricerca esatta \xe8 disabilitata.","form.attribute.text.option.short-text":"Testo breve","form.attribute.text.option.short-text.description":"Utile per titoli, nomi, link (URL). Potrai eseguire una ricerca esatta sul campo.","form.button.add-components-to-dynamiczone":"Aggiungi componenti alla zona","form.button.add-field":"Aggiungi altro campo","form.button.add-first-field-to-created-component":"Aggiungi un primo campo al componente","form.button.add.field.to.collectionType":"Aggiungi un altro campo a questa Collezione","form.button.add.field.to.component":"Aggiungi un altro campo a questo componente","form.button.add.field.to.contentType":"Aggiungi un altro campo a questo Tipo di Contenuto","form.button.add.field.to.singleType":"Aggiungi un altro campo a questa Entit\xe0 singola","form.button.cancel":"Annulla","form.button.collection-type.description":"Utile per istanze multiple come articoli, prodotti, commenti, ecc...","form.button.configure-component":"Configura componente","form.button.configure-view":"Configura vista","form.button.continue":"Continua","form.button.delete":"Elimina","form.button.finish":"Fatto","form.button.save":"Salva","form.button.select-component":"Seleziona un componente","form.button.single-type.description":"Indicato per entit\xe0 uniche come home page, chi siamo, ecc...","form.contentType.divider.draft-publish":"Draft/Publish","from":"da","modalForm.attribute.form.base.name":"Nome","modalForm.attribute.form.base.name.description":"Spazi non ammessi per il nome dell\'attributo","modalForm.attribute.form.base.name.placeholder":"Es: Slug, URL SEO, URL Canonico","modalForm.attribute.target-field":"Campo collegato","modalForm.attribute.text.type-selection":"Tipo","modalForm.attributes.select-component":"Seleziona un componente","modalForm.attributes.select-components":"Seleziona i componenti","modalForm.component.header-create":"Crea un componente","modalForm.components.create-component.category.label":"Seleziona una categoria o inserisci un nome per crearne una nuova","modalForm.components.icon.label":"Icona","modalForm.editCategory.base.name.description":"Spazi non ammessi per il nome della categoria","modalForm.header-edit":"Modifica {name}","modalForm.header.categories":"Categorie","modalForm.singleType.header-create":"Crea una Entit\xe0 singola","modalForm.sub-header.addComponentToDynamicZone":"Aggiungi nuovo componente alla zona dinamica","modalForm.sub-header.attribute.create":"Aggiungi nuovo campo {type}","modalForm.sub-header.attribute.create.step":"Aggiungi nuovo componente ({step}/2)","modalForm.sub-header.attribute.edit":"Modifica {name}","modalForm.sub-header.chooseAttribute.collectionType":"Seleziona un campo per la tua Collezione","modalForm.sub-header.chooseAttribute.component":"Seleziona un campo per il tuo componente","modalForm.sub-header.chooseAttribute.singleType":"Seleziona un campo per la tua Entit\xe0 singola","modelPage.attribute.relation-polymorphic":"Relazione (polimorfica)","modelPage.attribute.relationWith":"Relazione con","none":"Nessuno","notification.info.autoreaload-disable":"La funzionalit\xe0 autoReload \xe8 richiesta per usare questo plugin. Avvia il tuo server con `strapi develop`","notification.info.creating.notSaved":"Per favore, salva il tuo lavoro prima di creare nuovi Tipi di Contenuto o componenti","plugin.description.long":"Modella la struttura dei dati delle tue API. Crea nuovi campi e relazioni in maniera visuale. I file vengono automaticamente creati e aggiornati nel tuo progetto.","plugin.description.short":"Modella la struttura dei dati delle tue API.","popUpForm.navContainer.advanced":"Impostazioni avanzate","popUpForm.navContainer.base":"Impostazioni di base","popUpWarning.bodyMessage.cancel-modifications":"Sei sicuro di voler annullare le tue modifiche?","popUpWarning.bodyMessage.cancel-modifications.with-components":"Sei sicuro di voler annullare le tue modifiche? Alcuni componenti sono stati creati o modificati...","popUpWarning.bodyMessage.category.delete":"Sei sicuro di voler eliminare questa categoria? Verranno cancellati anche tutti i suoi componenti.","popUpWarning.bodyMessage.component.delete":"Sei sicuro di voler eliminare questo componente?","popUpWarning.bodyMessage.contentType.delete":"Sei sicuro di voler eliminare questa Collezione?","popUpWarning.draft-publish.button.confirm":"S\xec, disabilita","popUpWarning.draft-publish.message":"Se disabiliti il sistema Bozza/pubblicato, le tue bozze verranno eliminate.","popUpWarning.draft-publish.second-message":"Sei sicuro di volerlo disabilitare?","prompt.unsaved":"Sei sicuro di voler uscire? Tutte le modifiche verranno perdute.","relation.attributeName.placeholder":"Es: autore, categoria, tag","relation.manyToMany":"ha e appartiene a molti","relation.manyToOne":"ha molti","relation.manyWay":"ha molti","relation.oneToMany":"appartiene a molti","relation.oneToOne":"ha e appartiene a un","relation.oneWay":"ha un"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[2567],{92329:t=>{t.exports=JSON.parse('{"ComponentIconPicker.search.placeholder":"\uc544\uc774\ucf58 \uac80\uc0c9","attribute.boolean":"\ubd88\ub9ac\uc5b8(Boolean)","attribute.boolean.description":"\uc608 \uc544\ub2c8\uc624, 1 \ub610\ub294 0, \ucc38 \ub610\ub294 \uac70\uc9d3","attribute.component":"\ucef4\ud3ec\ub10c\ud2b8","attribute.component.description":"\ubc18\ubcf5\ud558\uac70\ub098 \uc7ac\uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ud544\ub4dc \uadf8\ub8f9","attribute.date":"\ub0a0\uc9dc(Date)","attribute.date.description":"\uc2dc\uac04, \ubd84, \ucd08\uac00 \uc788\ub294 \ub370\uc774\ud2b8 \ud53c\ucee4","attribute.datetime":"Datetime","attribute.dynamiczone":"\ub2e4\uc774\ub098\ubbf9 \uc874","attribute.dynamiczone.description":"\ub0b4\uc6a9\uc744 \ud3b8\uc9d1\ud560 \ub54c \ub3d9\uc801\uc73c\ub85c \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc120\ud0dd\ud569\ub2c8\ub2e4.","attribute.email":"\uc774\uba54\uc77c(Email)","attribute.email.description":"\uc720\ud6a8\uc131 \uac80\uc0ac\uac00 \uac00\ub2a5\ud55c \uc774\uba54\uc77c \ud544\ub4dc","attribute.enumeration":"\uc5f4\uac70(Enumeration)","attribute.enumeration.description":"\uac12\uc744 \ub098\uc5f4\ud558\uace0 \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.","attribute.json":"JSON","attribute.json.description":"JSON \ud615\uc2dd\uc758 \ub370\uc774\ud130","attribute.media":"\ubbf8\ub514\uc5b4(Media)","attribute.media.description":"\uc774\ubbf8\uc9c0, \ube44\ub514\uc624 \ub4f1\uc758 \ud30c\uc77c","attribute.null":" ","attribute.number":"\uc22b\uc790(Number)","attribute.number.description":"\uc22b\uc790 (integer, float, decimal)","attribute.password":"\ud328\uc2a4\uc6cc\ub4dc(Password)","attribute.password.description":"\uc554\ud638\ud654\ub41c \ube44\ubc00\ubc88\ud638 \ud544\ub4dc","attribute.relation":"\uad00\uacc4(Relation)","attribute.relation.description":"\ucf5c\ub809\uc158 \ud0c0\uc785\uc744 \ucc38\uc870\ud558\ub294 \ud544\ub4dc","attribute.richtext":"\uc11c\uc2dd\uc788\ub294 \ud14d\uc2a4\ud2b8(Rich text)","attribute.richtext.description":"\uc11c\uc2dd \uc635\uc158\uc774 \uc788\ub294 \ub9ac\uce58 \ud14d\uc2a4\ud2b8 \uc5d0\ub514\ud130","attribute.text":"\ud14d\uc2a4\ud2b8(Text)","attribute.text.description":"\uc81c\ubaa9 \ub610\ub294 \uc124\uba85\uacfc \uac19\uc774 \uc9e7\uac70\ub098 \uae34 \ud14d\uc2a4\ud2b8","attribute.time":"Time","attribute.timestamp":"\ud0c0\uc784\uc2a4\ud0ec\ud504","attribute.uid":"UID","attribute.uid.description":"Unique identifier","button.attributes.add.another":"\uc0c8 \ud544\ub4dc \ucd94\uac00","button.component.add":"\uc0c8 \ucef4\ud3ec\ub10c\ud2b8 \ucd94\uac00","button.component.create":"\uc0c8 \ucef4\ud3ec\ub10c\ud2b8 \uc0dd\uc131","button.model.create":"\uc0c8 \ucf5c\ub809\uc158 \ud0c0\uc785 \uc0dd\uc131","button.single-types.create":"\uc0c8 \uc2f1\uae00 \ud0c0\uc785 \uc0dd\uc131","component.repeatable":"(repeatable)","components.SelectComponents.displayed-value":"{number, plural, =0 {# \uac1c} one {# \uac1c} other {# \uac1c}}\uc758 \ucef4\ud3ec\ub10c\ud2b8\uac00 \uc120\ud0dd\ub428","components.componentSelect.no-component-available":"\uc774\ubbf8 \ubaa8\ub4e0 \ucef4\ud3ec\ub10c\ud2b8\uac00 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.","components.componentSelect.no-component-available.with-search":"\uac80\uc0c9\uacfc \uc77c\uce58\ud558\ub294 \ucef4\ud3ec\ub10c\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.","components.componentSelect.value-component":"{number} component selected (type to search for a component)","components.componentSelect.value-components":"{number} \uac1c\uc758 \ucef4\ud3ec\ub10c\ud2b8 \uc120\ud0dd\ub428","configurations":"\uc124\uc815","contentType.apiId-plural.description":"\ubcf5\uc218 \ud615\uc2dd\uc758 API ID","contentType.apiId-plural.label":"API ID (\ubcf5\uc218)","contentType.apiId-singular.description":"UID\ub294 API \uacbd\ub85c \ubc0f \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud14c\uc774\ube14/ \uceec\ub809\uc158\uc744 \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.","contentType.apiId-singular.label":"API ID (\ub2e8\uc218)","contentType.collectionName.description":"\ucf58\ud150\uce20 \ud0c0\uc785\uacfc \ud14c\uc774\ube14 \uc774\ub984\uc774 \ub2e4\ub97c \ub54c \uc720\uc6a9\ud569\ub2c8\ub2e4.","contentType.collectionName.label":"\ucf5c\ub809\uc158 \uc774\ub984","contentType.displayName.label":"\ud45c\uc2dc \uc774\ub984","contentType.draftAndPublish.description":"\uac01 \ud56d\ubaa9\uc744 \ubc1c\ud589\ud558\uae30 \uc804\uc5d0 \ucd08\uc548 \ubc84\uc804\uc744 \uc791\uc131\ud569\ub2c8\ub2e4.","contentType.draftAndPublish.label":"\ucd08\uc548/\ubc1c\ud589 \uc2dc\uc2a4\ud15c","contentType.kind.change.warning":"\ucf58\ud150\uce20 \ud0c0\uc785\uc744 \uc218\uc815\ud588\uc2b5\ub2c8\ub2e4. API\uac00 \ub9ac\uc14b\ub429\ub2c8\ub2e4(\ub77c\uc6b0\ud2b8, \ucee8\ud2b8\ub864\ub7ec, \uc11c\ube44\uc2a4\uac00 \ub36e\uc5b4\uc50c\uc6cc\uc9d1\ub2c8\ub2e4.)","error.attributeName.reserved-name":"\uc774 \uc774\ub984\uc740 \ub2e4\ub978 \uae30\ub2a5\uc744 \uc190\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","error.contentType.pluralName-used":"\uc774 \uac12\uc740 \ub2e8\uc218 \uc774\ub984\uacfc \uac19\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","error.contentType.singularName-used":"\uc774 \uac12\uc740 \ubcf5\uc218 \uc774\ub984\uacfc \uac19\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","error.contentTypeName.reserved-name":"\uc774 \uc774\ub984\uc740 \ub2e4\ub978 \uae30\ub2a5\uc744 \uc190\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","error.validation.enum-duplicate":"\uc911\ubcf5\ub41c \uac12\uc740 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","error.validation.enum-empty-string":"\ube48 \ubb38\uc790\uc5f4\uc740 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","error.validation.minSupMax":"Can\'t be superior","error.validation.positive":"\uc591\uc218\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.","error.validation.regex":"\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc815\uaddc\uc2dd \ud328\ud134\uc785\ub2c8\ub2e4.","error.validation.relation.targetAttribute-taken":"\ub300\uc0c1 \ub9b4\ub808\uc774\uc158\uc5d0\uc11c \uc0ac\uc6a9\uc911\uc778 \uc774\ub984\uc785\ub2c8\ub2e4.","form.attribute.component.option.add":"\uc0c8 \ucef4\ud3ec\ub10c\ud2b8 \ucd94\uac00","form.attribute.component.option.create":"\uc0c8 \ucef4\ud3ec\ub10c\ud2b8 \uc0dd\uc131","form.attribute.component.option.create.description":"\ucef4\ud3ec\ub10c\ud2b8\ub294 \ucf58\ud150\uce20 \ud0c0\uc785\uacfc \ucef4\ud3ec\ub10c\ud2b8\ub4e4 \uc0ac\uc774\uc5d0 \uacf5\uc720\ub418\uba70, \uc5b4\ub514\uc11c\ub098 \uc0ac\uc6a9\uacfc \uc811\uadfc\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.","form.attribute.component.option.repeatable":"\ubc18\ubcf5 \ucef4\ud3ec\ub10c\ud2b8","form.attribute.component.option.repeatable.description":"\uc7ac\ub8cc, \uba54\ud0c0 \ud0dc\uadf8 \ub4f1 \uc5ec\ub7ec \uc778\uc2a4\ud134\uc2a4(\ubc30\uc5f4) \uad6c\uc131\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.","form.attribute.component.option.reuse-existing":"\uae30\uc874 \ucef4\ud3ec\ub10c\ud2b8 \uc0ac\uc6a9","form.attribute.component.option.reuse-existing.description":"\uc0dd\uc131\ub41c \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc7ac\uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ucf58\ud150\uce20 \ud0c0\uc785\uac04\uc5d0 \ub370\uc774\ud130\ub97c \uc77c\uad00\ub418\uac8c \uc720\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.","form.attribute.component.option.single":"\ub2e8\uc77c \ucef4\ud3ec\ub10c\ud2b8","form.attribute.component.option.single.description":"\uc804\uccb4 \uc8fc\uc18c\uc9c0, \uae30\ubcf8 \uc815\ubcf4 \ub4f1\uacfc \uac19\uc740 \ud544\ub4dc\ub97c \uadf8\ub8f9\ud654\ud558\ub294 \ub370 \uc801\ud569\ud569\ub2c8\ub2e4.","form.attribute.item.customColumnName":"\ucee4\uc2a4\ud140 \uceec\ub7fc \uc774\ub984","form.attribute.item.customColumnName.description":"API \uc751\ub2f5\uc744 \uc704\ud574 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uceec\ub7fc \uc774\ub984\uc744 \ud3ec\uad04\uc801\uc778 \ud615\uc2dd\uc73c\ub85c \ubcc0\uacbd\ud558\ub294\ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4.","form.attribute.item.defineRelation.fieldName":"\ud544\ub4dc \uc774\ub984","form.attribute.item.enumeration.graphql":"GraphQL\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc774\ub984","form.attribute.item.enumeration.graphql.description":"\uae30\ubcf8 \uc0dd\uc131\ub41c \uc774\ub984\uc744 GraphQL\uc5d0\uc11c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.","form.attribute.item.enumeration.placeholder":"Ex:\\nmorning\\nnoon\\nevening","form.attribute.item.enumeration.rules":"\uac12 (\ud55c \uc904\uc5d0 \ud558\ub098\uc529 \uc785\ub825)","form.attribute.item.maximum":"\ucd5c\ub300 \uac12","form.attribute.item.maximumLength":"\ucd5c\ub300 \uae38\uc774","form.attribute.item.minimum":"\ucd5c\uc18c \uac12","form.attribute.item.minimumLength":"\ucd5c\uc18c \uae38\uc774","form.attribute.item.number.type":"\uc22b\uc790 \ud615\uc2dd","form.attribute.item.number.type.biginteger":"big integer (ex: 123456789)","form.attribute.item.number.type.decimal":"\uc18c\uc218 (ex: 2.22)","form.attribute.item.number.type.float":"\uc2e4\uc218 (ex: 3.33333333)","form.attribute.item.number.type.integer":"\uc815\uc218 (ex: 10)","form.attribute.item.privateField":"Private field","form.attribute.item.privateField.description":"\uc774 \ud544\ub4dc\ub294 API \uc751\ub2f5\uc5d0 \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.","form.attribute.item.requiredField":"\ud544\uc218 \ud56d\ubaa9","form.attribute.item.requiredField.description":"\ud544\uc218 \ud56d\ubaa9\uc77c \uacbd\uc6b0 \uccb4\ud06c\ud558\uc138\uc694.","form.attribute.item.settings.name":"\uc124\uc815","form.attribute.item.text.regex":"\uc815\uaddc\uc2dd \ud328\ud134","form.attribute.item.text.regex.description":"\uc815\uaddc\uc2dd \ud14d\uc2a4\ud2b8","form.attribute.item.uniqueField":"\uc720\ub2c8\ud06c \ud56d\ubaa9","form.attribute.item.uniqueField.description":"\uc720\uc77c\ud55c \uac12\ub9cc \ud5c8\uc6a9 \ud560 \uacbd\uc6b0 \uccb4\ud06c\ud558\uc138\uc694.","form.attribute.media.allowed-types":"\ud5c8\uc6a9\ud560 \ubbf8\ub514\uc5b4 \ud0c0\uc785\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4.","form.attribute.media.allowed-types.none":"\uc5c6\uc74c","form.attribute.media.allowed-types.option-files":"\ud30c\uc77c","form.attribute.media.allowed-types.option-images":"\uc774\ubbf8\uc9c0","form.attribute.media.allowed-types.option-videos":"\uc601\uc0c1","form.attribute.media.option.multiple":"\ubcf5\uc218 \ubbf8\ub514\uc5b4","form.attribute.media.option.multiple.description":"\uc2ac\ub77c\uc774\ub354, \uce90\ub85c\uc140(carousels), \ud639\uc740 \uc5ec\ub7ec \ud30c\uc77c \ub2e4\uc6b4\ub85c\ub4dc\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.","form.attribute.media.option.single":"\ub2e8\uc77c \ubbf8\ub514\uc5b4","form.attribute.media.option.single.description":"\uc544\ubc14\ud0c0, \ud504\ub85c\ud544 \uc0ac\uc9c4 \ub610\ub294 \ucee4\ubc84\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.","form.attribute.settings.default":"\uae30\ubcf8\uac12","form.attribute.text.option.long-text":"\uae34 \ud14d\uc2a4\ud2b8","form.attribute.text.option.long-text.description":"\uc124\uba85, \uc774\uc57c\uae30\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4. \uc815\ud655\ud55c \uac80\uc0c9(Exact search)\uc740 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.","form.attribute.text.option.short-text":"\uc9e7\uc740 \ud14d\uc2a4\ud2b8","form.attribute.text.option.short-text.description":"\uc81c\ubaa9, \uc774\ub984, \ub9c1\ud06c(URL)\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4. \ub610\ud55c \ud544\ub4dc\uc5d0\uc11c \uc815\ud655\ud55c \uac80\uc0c9(Exact search)\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.","form.button.add-components-to-dynamiczone":"\ub2e4\uc774\ub098\ubbf9 \uc874\uc5d0 \ucef4\ud3ec\ub10c\ud2b8 \ucd94\uac00","form.button.add-field":"\ub2e4\ub978 \ud544\ub4dc \ucd94\uac00","form.button.add-first-field-to-created-component":"\ucef4\ud3ec\ub10c\ud2b8\uc5d0 \uccab \ud544\ub4dc \ub9cc\ub4e4\uae30","form.button.add.field.to.collectionType":"\uc774 \ucf5c\ub809\uc158 \ud0c0\uc785\uc5d0 \ub2e4\ub978 \ud544\ub4dc \ucd94\uac00\ud558\uae30","form.button.add.field.to.component":"\uc774 \ucef4\ud3ec\ub10c\ud2b8\uc5d0 \ub2e4\ub978 \ud544\ub4dc \ucd94\uac00\ud558\uae30","form.button.add.field.to.contentType":"\uc774 \ucf58\ud150\uce20 \ud0c0\uc785\uc5d0 \ub2e4\ub978 \ud544\ub4dc \ucd94\uac00\ud558\uae30","form.button.add.field.to.singleType":"\uc774 \uc2f1\uae00 \ud0c0\uc785\uc5d0 \ub2e4\ub978 \ud544\ub4dc \ucd94\uac00\ud558\uae30","form.button.cancel":"\ucde8\uc18c","form.button.collection-type.description":"\uae30\uc0ac(Article), \uc81c\ud488(Product) \ub4f1 \uc5ec\ub7ec\uac1c\uc758 \ucf58\ud150\uce20\uac00 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.","form.button.configure-component":"\ucef4\ud3ec\ub10c\ud2b8 \uc124\uc815","form.button.configure-view":"\ubcf4\uae30 \uc124\uc815","form.button.continue":"\ub2e4\uc74c","form.button.delete":"\uc0ad\uc81c","form.button.finish":"\uc644\ub8cc","form.button.save":"\uc800\uc7a5","form.button.select-component":"\ucef4\ud3ec\ub10c\ud2b8 \uc120\ud0dd","form.button.single-type.description":"About us, \ud648\ud398\uc774\uc9c0 \ub4f1 \ub2e8\uc77c \ucf58\ud150\uce20\uac00 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.","form.contentType.divider.draft-publish":"\ucd08\uc548/\ubc1c\ud589","from":"from","listView.headerLayout.description":"\ucf58\ud150\uce20 \uad6c\uc870\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.","modalForm.attribute.form.base.name":"\uc774\ub984","modalForm.attribute.form.base.name.description":"\uc18d\uc131 \uc774\ub984\uc5d0\ub294 \uacf5\ubc31\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","modalForm.attribute.form.base.name.placeholder":"\uc608: Slug, SEO URL, \ud45c\uc900 URL","modalForm.attribute.target-field":"Attached field","modalForm.attribute.text.type-selection":"\ud0c0\uc785","modalForm.attributes.select-component":"\ucef4\ud3ec\ub10c\ud2b8 \uc120\ud0dd","modalForm.attributes.select-components":"\ucef4\ud3ec\ub10c\ud2b8 \uc5ec\ub7ec\uac1c \uc120\ud0dd","modalForm.collectionType.header-create":"\ucf5c\ub809\uc158 \ud0c0\uc785 \uc0dd\uc131","modalForm.component.header-create":"\ucef4\ud3ec\ub10c\ud2b8 \uc0dd\uc131","modalForm.components.create-component.category.label":"\uce74\ud14c\uace0\ub9ac\ub97c \uc120\ud0dd\ud558\uac70\ub098 \uc0c8 \uce74\ud14c\uace0\ub9ac \uc774\ub984\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.","modalForm.components.icon.label":"\uc544\uc774\ucf58","modalForm.editCategory.base.name.description":"\uce74\ud14c\uace0\ub9ac \uc774\ub984\uc5d0 \uacf5\ubc31\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.","modalForm.header-edit":"{name} \uc218\uc815","modalForm.header.categories":"\uce74\ud14c\uace0\ub9ac","modalForm.singleType.header-create":"\uc2f1\uae00 \ud0c0\uc785 \uc0dd\uc131","modalForm.sub-header.addComponentToDynamicZone":"\ub2e4\uc774\ub098\ubbf9 \uc874\uc5d0 \uc0c8 \ucef4\ud3ec\ub10c\ud2b8\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.","modalForm.sub-header.attribute.create":"\uc0c8 {type} \ud544\ub4dc \ucd94\uac00","modalForm.sub-header.attribute.create.step":"\uc0c8 \ucef4\ud3ec\ub10c\ud2b8 \ucd94\uac00 ({step}/2)","modalForm.sub-header.attribute.edit":"{name} \uc218\uc815","modalForm.sub-header.chooseAttribute.collectionType":"\ucf5c\ub809\uc158 \ud0c0\uc785\uc5d0 \ucd94\uac00\ud560 \ud544\ub4dc\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.","modalForm.sub-header.chooseAttribute.component":"\ucef4\ud3ec\ub10c\ud2b8\uc5d0 \ucd94\uac00\ud560 \ud544\ub4dc\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.","modalForm.sub-header.chooseAttribute.singleType":"\uc2f1\uae00 \ud0c0\uc785\uc5d0 \ucd94\uac00\ud560 \ud544\ub4dc\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.","modelPage.attribute.relation-polymorphic":"\ub9b4\ub808\uc774\uc158 (polymorphic)","modelPage.attribute.relationWith":"\uad00\uacc4","none":"None","notification.info.autoreaload-disable":"\uc774 \ud50c\ub7ec\uadf8\uc778\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 autoReload \uae30\ub2a5\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. `strapi develop`\ub85c \uc11c\ubc84\ub97c \uc2dc\uc791\ud574\uc8fc\uc138\uc694.","notification.info.creating.notSaved":"\uc0c8 \ucf5c\ub809\uc158 \ud0c0\uc785 \ub610\ub294 \ucef4\ud3ec\ub10c\ud2b8\ub97c \ub9cc\ub4e4\uae30 \uc804\uc5d0 \uc791\uc5c5\uc744 \uc800\uc7a5\ud574\uc8fc\uc138\uc694.","plugin.description.long":"API\ub97c \uc704\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ubaa8\ub378\ub9c1 \ud569\ub2c8\ub2e4. \uc0c8\ub85c\uc6b4 \ud544\ub4dc\uc640 \ub9b4\ub808\uc774\uc158\uc744 \uac04\ub2e8\ud788 \ub9cc\ub4dc\uc138\uc694. \uc790\ub3d9\uc73c\ub85c \uc124\uc815 \ud30c\uc77c\uc774 \ub9cc\ub4e4\uc5b4 \uc9c0\uace0 \ud504\ub85c\uc81d\ud2b8\uc5d0 \ucd94\uac00\ub429\ub2c8\ub2e4.","plugin.description.short":"API\ub97c \uc704\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ubaa8\ub378\ub9c1 \ud569\ub2c8\ub2e4.","plugin.name":"\ucf58\ud150\uce20 \ud0c0\uc785 \ube4c\ub354","popUpForm.navContainer.advanced":"\uace0\uae09 \uc124\uc815","popUpForm.navContainer.base":"\uae30\ubcf8 \uc124\uc815","popUpWarning.bodyMessage.cancel-modifications":"\uc218\uc815 \ub0b4\uc6a9\uc744 \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","popUpWarning.bodyMessage.cancel-modifications.with-components":"\uc218\uc815 \ub0b4\uc6a9\uc744 \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \uc0dd\uc131 \ud639\uc740 \uc218\uc815\ub41c \ucef4\ud3ec\ub10c\ud2b8\uac00 \uc788\uc2b5\ub2c8\ub2e4.","popUpWarning.bodyMessage.category.delete":"\uc774 \uce74\ud14c\uace0\ub9ac\ub97c \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \ubaa8\ub4e0 \ucef4\ud3ec\ub10c\ud2b8\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4.","popUpWarning.bodyMessage.component.delete":"\uc774 \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","popUpWarning.bodyMessage.contentType.delete":"\uc774 \ucf58\ud150\uce20 \ud0c0\uc785\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","popUpWarning.draft-publish.button.confirm":"\ub124, \ube44\ud65c\uc131\ud654\ud569\ub2c8\ub2e4.","popUpWarning.draft-publish.message":"\ucd08\uc548/\ubc1c\ud589 \uc2dc\uc2a4\ud15c\uc744 \ube44\ud65c\uc131\ud654\ud558\uba74 \ucd08\uc548\uc774 \uc0ad\uc81c\ub429\ub2c8\ub2e4.","popUpWarning.draft-publish.second-message":"\uc0ac\uc6a9 \uc548 \ud568\uc73c\ub85c \uc124\uc815\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?","prompt.unsaved":"\uc774 \ud398\uc774\uc9c0\ub97c \ub5a0\ub098\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \ubaa8\ub4e0 \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc5c6\uc5b4\uc9d1\ub2c8\ub2e4.","relation.attributeName.placeholder":"\uc608: author, category, tag","relation.manyToMany":"N : N","relation.manyToOne":"has many","relation.manyWay":"has many","relation.oneToMany":"1 : N","relation.oneToOne":"1 : 1","relation.oneWay":"has one","table.button.no-fields":"\uc0c8 \ud544\ub4dc \ucd94\uac00","table.content.create-first-content-type":"\uccab \ucf5c\ub809\uc158 \ud0c0\uc785\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694.","table.content.no-fields.collection-type":"\ucf5c\ub809\uc158 \ud0c0\uc785\uc5d0 \uccab \ud544\ub4dc\ub97c \ucd94\uac00\ud574\ubcf4\uc138\uc694.","table.content.no-fields.component":"\ucef4\ud3ec\ub10c\ud2b8\uc5d0 \uccab \ud544\ub4dc\ub97c \ucd94\uac00\ud574\ubcf4\uc138\uc694.","table.headers.name":"\uc774\ub984","table.headers.type":"\ud0c0\uc785"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7186],{72379:t=>{t.exports=JSON.parse('{"attribute.boolean":"Boolean","attribute.boolean.description":"\u0414\u0430 \u0438\u043b\u0438 \u043d\u0435\u0442, 1 \u0438\u043b\u0438 0, \u0418\u0441\u0442\u0438\u043d\u0430 \u0438\u043b\u0438 \u041b\u043e\u0436\u044c","attribute.component":"\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","attribute.component.description":"\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 - \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e\u043b\u0435\u0439, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u0434\u043b\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u0438\u044f \u0438\u043b\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f","attribute.date":"Date","attribute.date.description":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u0430\u0442\u043e\u0439 \u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c","attribute.datetime":"Datetime","attribute.dynamiczone":"Dynamic zone","attribute.dynamiczone.description":"\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0441 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c","attribute.email":"Email","attribute.email.description":"\u041f\u043e\u043b\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0441 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u043e\u0439 \u0444\u043e\u0440\u043c\u0430\u0442\u0430","attribute.enumeration":"Enumeration","attribute.enumeration.description":"\u041f\u0435\u0440\u0435\u0447\u0435\u043d\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439, \u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f \u043e\u0434\u043d\u043e","attribute.json":"JSON","attribute.json.description":"\u0414\u0430\u043d\u043d\u044b\u0435 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 JSON","attribute.media":"Media","attribute.media.description":"\u0410\u0443\u0434\u0438\u043e- \u0432\u0438\u0434\u0435\u043e- \u0438 \u043f\u0440\u043e\u0447\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u044b","attribute.null":" ","attribute.number":"Number","attribute.number.description":"\u0427\u0438\u0441\u043b\u0430 (integer, float, decimal)","attribute.password":"Password","attribute.password.description":"\u041f\u043e\u043b\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u0441 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c","attribute.relation":"Relation","attribute.relation.description":"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043a\u0430\u043a\u043e\u0439-\u043b\u0438\u0431\u043e \u0442\u0438\u043f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430","attribute.richtext":"Rich text","attribute.richtext.description":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0442\u0435\u043a\u0441\u0442\u0430 \u0441 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c","attribute.text":"Text","attribute.text.description":"\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0439 \u0438\u043b\u0438 \u0434\u043b\u0438\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u043b\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435","attribute.time":"Time","attribute.timestamp":"Timestamp","attribute.uid":"UID","attribute.uid.description":"\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440","button.attributes.add.another":"\u0415\u0449\u0451 \u043f\u043e\u043b\u0435","button.component.add":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","button.component.create":"\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","button.model.create":"\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0442\u0438\u043f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430","button.single-types.create":"\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0435\u0434\u0438\u043d\u0438\u0447\u043d\u044b\u0439 \u0442\u0438\u043f","component.repeatable":"(\u043f\u043e\u0432\u0442\u043e\u0440\u044f\u0435\u0442\u0441\u044f)","components.componentSelect.no-component-available":"\u0412\u044b \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u0432\u0441\u0435 \u0438\u043c\u0435\u044e\u0449\u0438\u0435\u0441\u044f \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e\u043b\u0435\u0439","components.componentSelect.no-component-available.with-search":"\u041f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u0433\u0440\u0443\u043f\u043f \u043f\u043e\u043b\u0435\u0439 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e","components.componentSelect.value-component":"\u0412\u044b\u0431\u0440\u0430\u043d\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 - {number} (\u043d\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430)","components.componentSelect.value-components":"\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043e - {number}","configurations":"\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438","contentType.collectionName.description":"\u041f\u043e\u043b\u0435\u0437\u043d\u043e, \u043a\u043e\u0433\u0434\u0430 \u0438\u043c\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u0438\u043f\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0438 \u0438\u043c\u044f \u0432\u0430\u0448\u0435\u0439 \u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0430\u0437\u043b\u0438\u0447\u0430\u044e\u0442\u0441\u044f","contentType.collectionName.label":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438","contentType.displayName.label":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f","contentType.draftAndPublish.description":"\u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u0447\u0435\u0440\u043d\u043e\u0432\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043a\u0430\u0436\u0434\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0435\u0440\u0435\u0434 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0435\u0439","contentType.draftAndPublish.label":"\u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a\u043e\u0432/\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0439","contentType.kind.change.warning":"\u0412\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0442\u0438\u043f \u0442\u0438\u043f\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430: API \u0431\u0443\u0434\u0435\u0442 \u0441\u0431\u0440\u043e\u0448\u0435\u043d (\u043c\u0430\u0440\u0448\u0440\u0443\u0442\u044b, \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u044b \u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b).","error.attributeName.reserved-name":"\u042d\u0442\u043e \u0438\u043c\u044f \u043d\u0435\u043b\u044c\u0437\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432 \u0432\u0430\u0448\u0435\u043c \u0442\u0438\u043f\u0435 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430, \u0442\u0430\u043a \u043a\u0430\u043a \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438.","error.contentTypeName.reserved-name":"\u042d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0432 \u043f\u0440\u043e\u0435\u043a\u0442\u0435","error.validation.enum-duplicate":"\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u0441\u044f","error.validation.enum-empty-string":"\u041d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u043e\u0439","error.validation.minSupMax":"\u041d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0445\u043e\u0434\u0438\u0442\u044c \u0437\u0430 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f","error.validation.regex":"\u0428\u0430\u0431\u043b\u043e\u043d \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0433\u043e \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d","error.validation.relation.targetAttribute-taken":"\u042d\u0442\u043e \u0438\u043c\u044f \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0446\u0435\u043b\u0435\u0432\u043e\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u0435","form.attribute.component.option.add":"\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430","form.attribute.component.option.create":"\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430","form.attribute.component.option.create.description":"\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u0437\u043d\u044b\u0445 \u0442\u0438\u043f\u0430\u0445 \u0438 \u0433\u0440\u0443\u043f\u043f\u0430\u0445 \u0438 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043e\u0442\u043e\u0432\u0441\u044e\u0434\u0443","form.attribute.component.option.repeatable":"\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.repeatable.description":"\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0434\u043b\u044f \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u0432\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0439 (\u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432) \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432, \u043c\u0435\u0442\u0430-\u0442\u0435\u0433\u043e\u0432 \u0438 \u0442.\u0434.","form.attribute.component.option.reuse-existing":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.reuse-existing.description":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439 \u0440\u0430\u043d\u0435\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u043d\u043e\u0441\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0445 \u0432 \u0440\u0430\u0437\u043d\u044b\u0445 \u0442\u0438\u043f\u0430\u0445 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430.","form.attribute.component.option.single":"\u041e\u0434\u0438\u043d\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.single.description":"\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0434\u043b\u044f \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438 \u043f\u043e\u043b\u0435\u0439, \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a \u043f\u043e\u043b\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441, \u043e\u0441\u043d\u043e\u0432\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0438 \u0442.\u0434.","form.attribute.item.customColumnName":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432","form.attribute.item.customColumnName.description":"\u041c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u0431\u043e\u043b\u0435\u0435 \u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 API.","form.attribute.item.defineRelation.fieldName":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u044f","form.attribute.item.enumeration.graphql":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u044f \u0432 GraphQL","form.attribute.item.enumeration.graphql.description":"\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u044f \u0432 GraphQL, \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e","form.attribute.item.enumeration.placeholder":"\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440:\\n\u0443\u0442\u0440\u043e\\n\u043f\u043e\u043b\u0434\u0435\u043d\u044c\\n\u0432\u0435\u0447\u0435\u0440","form.attribute.item.enumeration.rules":"\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u044f (\u043e\u0434\u043d\u0430 \u043b\u0438\u043d\u0438\u044f \u043d\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435)","form.attribute.item.maximum":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435","form.attribute.item.maximumLength":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u043d\u0430","form.attribute.item.minimum":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435","form.attribute.item.minimumLength":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u043d\u0430","form.attribute.item.number.type":"\u0427\u0438\u0441\u043b\u043e\u0432\u043e\u0439 \u0444\u043e\u0440\u043c\u0430\u0442","form.attribute.item.number.type.biginteger":"\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0446\u0435\u043b\u043e\u0435 (ex: 123456789)","form.attribute.item.number.type.decimal":"\u0414\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u043e\u0435 (ex: 2.22)","form.attribute.item.number.type.float":"\u0421 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439 \u0442\u043e\u0447\u043a\u043e\u0439 (ex: 3.33333333)","form.attribute.item.number.type.integer":"\u0426\u0435\u043b\u043e\u0435 (ex: 10)","form.attribute.item.privateField":"\u0417\u0430\u043a\u0440\u044b\u0442\u043e\u0435 \u043f\u043e\u043b\u0435","form.attribute.item.privateField.description":"\u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435 API","form.attribute.item.requiredField":"\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435","form.attribute.item.requiredField.description":"\u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c, \u0435\u0441\u043b\u0438 \u044d\u0442\u043e \u043f\u043e\u043b\u0435 \u043d\u0435 \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043e","form.attribute.item.settings.name":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","form.attribute.item.text.regex":"\u0428\u0430\u0431\u043b\u043e\u043d \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0433\u043e \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f","form.attribute.item.text.regex.description":"\u0422\u0435\u043a\u0441\u0442 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0433\u043e \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f","form.attribute.item.uniqueField":"\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435","form.attribute.item.uniqueField.description":"\u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c, \u0435\u0441\u043b\u0438 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044c \u0441 \u0442\u0430\u043a\u0438\u043c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u043c","form.attribute.media.allowed-types":"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0435 \u0442\u0438\u043f\u044b \u043c\u0435\u0434\u0438\u0430","form.attribute.media.allowed-types.none":"\u041d\u0438\u043a\u0442\u043e","form.attribute.media.allowed-types.option-files":"\u0424\u0430\u0439\u043b\u044b","form.attribute.media.allowed-types.option-images":"\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","form.attribute.media.allowed-types.option-videos":"\u0412\u0438\u0434\u0435\u043e","form.attribute.media.option.multiple":"\u041c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043c\u0435\u0434\u0438\u0430","form.attribute.media.option.multiple.description":"\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0434\u043b\u044f \u0441\u043b\u0430\u0439\u0434\u0435\u0440\u043e\u0432 \u0438 \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u0435\u0439","form.attribute.media.option.single":"\u041e\u0434\u0438\u043d\u043e\u0447\u043d\u043e\u0435 \u043c\u0435\u0434\u0438\u0430","form.attribute.media.option.single.description":"\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0434\u043b\u044f \u0430\u0432\u0430\u0442\u0430\u0440\u043e\u0432, \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0438 \u043f\u0440.","form.attribute.settings.default":"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435","form.attribute.text.option.long-text":"\u0411\u043e\u043b\u044c\u0448\u043e\u0439 \u0442\u0435\u043a\u0441\u0442","form.attribute.text.option.long-text.description":"\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0434\u043b\u044f \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f, \u0431\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0438... (\u043d\u0435 \u0443\u0447\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043f\u043e\u0438\u0441\u043a\u0435)","form.attribute.text.option.short-text":"\u041a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u0442\u0435\u043a\u0441\u0442","form.attribute.text.option.short-text.description":"\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0434\u043b\u044f \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0439, \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432, \u0441\u0441\u044b\u043b\u043e\u043a... (\u0443\u0447\u0430\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043f\u043e\u0438\u0441\u043a\u0435)","form.button.add-components-to-dynamiczone":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0432 \u0437\u043e\u043d\u0443","form.button.add-field":"\u0415\u0449\u0435 \u043f\u043e\u043b\u0435","form.button.add-first-field-to-created-component":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.button.add.field.to.collectionType":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u0432 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e","form.button.add.field.to.component":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.button.add.field.to.contentType":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u0432 \u0442\u0438\u043f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430","form.button.add.field.to.singleType":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u0432 \u0442\u0438\u043f","form.button.cancel":"\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c","form.button.collection-type.description":"\u041b\u0443\u0447\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0434\u043b\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432, \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a \u0441\u0442\u0430\u0442\u044c\u0438, \u0442\u043e\u0432\u0430\u0440\u044b, \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0438 \u0442.\u0434.","form.button.configure-component":"\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.button.configure-view":"\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435","form.button.continue":"\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c","form.button.delete":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","form.button.finish":"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c","form.button.save":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","form.button.select-component":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.button.single-type.description":"\u041b\u0443\u0447\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0434\u043b\u044f \u043e\u0434\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043e \u043d\u0430\u0441, \u0434\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0438 \u0442.\u0434.","form.contentType.divider.draft-publish":"\u0427\u0415\u0420\u041d\u041e\u0412\u0418\u041a/\u041f\u0423\u0411\u041b\u0418\u041a\u0410\u0426\u0418\u042f","from":"\u0438\u0437","modalForm.attribute.form.base.name":"\u0418\u043c\u044f","modalForm.attribute.form.base.name.description":"\u041f\u0440\u043e\u0431\u0435\u043b\u044b \u0432 \u0438\u043c\u0435\u043d\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b","modalForm.attribute.form.base.name.placeholder":"e.g. Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044f","modalForm.attribute.text.type-selection":"\u0422\u0438\u043f","modalForm.attributes.select-component":"\u0412\u044b\u0431\u043e\u0440 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430","modalForm.attributes.select-components":"\u0412\u044b\u0431\u043e\u0440 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432","modalForm.component.header-create":"\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430","modalForm.components.create-component.category.label":"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043d\u043e\u0432\u043e\u0439","modalForm.components.icon.label":"\u0418\u043a\u043e\u043d\u043a\u0430","modalForm.editCategory.base.name.description":"\u041f\u0440\u043e\u0431\u0435\u043b\u044b \u0432 \u0438\u043c\u0435\u043d\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b","modalForm.header-edit":"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 {name}","modalForm.header.categories":"\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438","modalForm.singleType.header-create":"\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430","modalForm.sub-header.addComponentToDynamicZone":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0432 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0437\u043e\u043d\u0443","modalForm.sub-header.attribute.create":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0442\u0438\u043f\u0430 {type}","modalForm.sub-header.attribute.create.step":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 ({step}/2)","modalForm.sub-header.attribute.edit":"\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 {name}","modalForm.sub-header.chooseAttribute.collectionType":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0438\u043c\u044f \u043f\u043e\u043b\u044f \u0442\u0438\u043f\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430","modalForm.sub-header.chooseAttribute.component":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0438\u043c\u044f \u043f\u043e\u043b\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430","modalForm.sub-header.chooseAttribute.singleType":"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u043e\u043b\u0435 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430","modelPage.attribute.relation-polymorphic":"\u0421\u0432\u044f\u0437\u044c (\u043f\u043e\u043b\u0438\u043c\u043e\u0440\u0444\u043d\u0430\u044f)","modelPage.attribute.relationWith":"\u0421\u0432\u044f\u0437\u044c \u0441","none":"\u041d\u0438\u043a\u0442\u043e","notification.info.autoreaload-disable":"\u0414\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438. \u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0441\u0435\u0440\u0432\u0435\u0440 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e `strapi develop`","notification.info.creating.notSaved":"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0434 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043c \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 ","plugin.description.long":"\u041c\u043e\u0434\u0435\u043b\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0448\u0435\u0433\u043e API. \u0421\u043e\u0437\u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u044b\u0435 \u043f\u043e\u043b\u044f \u0438 \u0441\u0432\u044f\u0437\u0438 \u0432\u0441\u0435\u0433\u043e \u0437\u0430 \u043c\u0438\u043d\u0443\u0442\u0443. \u0424\u0430\u0439\u043b\u044b \u0432 \u0432\u0430\u0448\u0435\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u0435 \u0441\u043e\u0437\u0434\u0430\u044e\u0442\u0441\u044f \u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438.","plugin.description.short":"\u041c\u043e\u0434\u0435\u043b\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0448\u0435\u0433\u043e API.","popUpForm.navContainer.advanced":"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","popUpForm.navContainer.base":"\u0411\u0430\u0437\u043e\u0432\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","popUpWarning.bodyMessage.cancel-modifications":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f?","popUpWarning.bodyMessage.cancel-modifications.with-components":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f? \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u044b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u044b...","popUpWarning.bodyMessage.category.delete":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e? \u0412\u0441\u0435 \u0432\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0432 \u043d\u0435\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u0442\u0430\u043a\u0436\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u044b.","popUpWarning.bodyMessage.component.delete":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442?","popUpWarning.bodyMessage.contentType.delete":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0442\u0438\u043f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430?","popUpWarning.draft-publish.button.confirm":"\u0414\u0430, \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c","popUpWarning.draft-publish.message":"\u0415\u0441\u043b\u0438 \u0432\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a\u043e\u0432/\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0439, \u0432\u0430\u0448\u0438 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u044b.","popUpWarning.draft-publish.second-message":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0435\u0433\u043e?","prompt.unsaved":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u0439\u0442\u0438? \u0412\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b.","relation.attributeName.placeholder":"\u041f\u0440\u0438\u043c\u0435\u0440: \u0430\u0432\u0442\u043e\u0440, \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f, \u0442\u0435\u0433","relation.manyToMany":"\u0438\u043c\u0435\u0435\u0442 \u0438 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442 \u043c\u043d\u043e\u0433\u0438\u043c","relation.manyToOne":"\u0438\u043c\u0435\u0435\u0442 \u043c\u043d\u043e\u0433\u043e","relation.manyWay":"\u0438\u043c\u0435\u0435\u0442 \u043c\u043d\u043e\u0433\u043e","relation.oneToMany":"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442 \u043c\u043d\u043e\u0433\u0438\u043c","relation.oneToOne":"\u0438\u043c\u0435\u0435\u0442 \u043e\u0434\u0438\u043d \u0438 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442 \u043e\u0434\u043d\u043e\u043c\u0443","relation.oneWay":"\u0438\u043c\u0435\u0435\u0442 \u043e\u0434\u0438\u043d"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[742],{30744:t=>{t.exports=JSON.parse('{"attribute.boolean":"\u0e1a\u0e39\u0e25\u0e35\u0e19","attribute.boolean.description":"Yes \u0e2b\u0e23\u0e37\u0e2d no, 1 \u0e2b\u0e23\u0e37\u0e2d 0, true \u0e2b\u0e23\u0e37\u0e2d false","attribute.component":"\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","attribute.component.description":"\u0e01\u0e25\u0e38\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e0b\u0e49\u0e33\u0e2b\u0e23\u0e37\u0e2d\u0e19\u0e33\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e43\u0e0a\u0e49\u0e43\u0e2b\u0e21\u0e48","attribute.date":"\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48","attribute.date.description":"\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07\u0e19\u0e32\u0e17\u0e35\u0e41\u0e25\u0e30\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35","attribute.datetime":"\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e27\u0e25\u0e32","attribute.dynamiczone":"\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e42\u0e0b\u0e19","attribute.dynamiczone.description":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e41\u0e1a\u0e1a\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32","attribute.email":"\u0e2d\u0e35\u0e40\u0e21\u0e25","attribute.email.description":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e17\u0e35\u0e48\u0e21\u0e35\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","attribute.enumeration":"\u0e01\u0e32\u0e23\u0e41\u0e08\u0e07\u0e19\u0e31\u0e1a","attribute.enumeration.description":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e04\u0e48\u0e32\u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e48\u0e32\u0e2b\u0e19\u0e36\u0e48\u0e07","attribute.json":"JSON","attribute.json.description":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a JSON","attribute.media":"\u0e2a\u0e37\u0e48\u0e2d","attribute.media.description":"\u0e44\u0e1f\u0e25\u0e4c\u0e40\u0e0a\u0e48\u0e19\u0e2d\u0e34\u0e21\u0e40\u0e21\u0e08, \u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d, \u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e19","attribute.null":" ","attribute.number":"\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02","attribute.number.description":"\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02 (integer, float, decimal)","attribute.password":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","attribute.password.description":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a","attribute.relation":"\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c","attribute.relation.description":"\u0e2d\u0e49\u0e32\u0e07\u0e16\u0e36\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","attribute.richtext":"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e1a\u0e1a Rich","attribute.richtext.description":"\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e47\u0e2d\u0e1e\u0e0a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a","attribute.text":"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21","attribute.text.description":"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e25\u0e47\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e22\u0e32\u0e27\u0e40\u0e0a\u0e48\u0e19\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22","attribute.time":"\u0e40\u0e27\u0e25\u0e32","attribute.timestamp":"\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e17\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32","attribute.uid":"UID","attribute.uid.description":"\u0e15\u0e31\u0e27\u0e23\u0e30\u0e1a\u0e38\u0e40\u0e09\u0e1e\u0e32\u0e30","button.attributes.add.another":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19","button.component.add":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","button.component.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e43\u0e2b\u0e21\u0e48","button.model.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e01\u0e32\u0e23\u0e23\u0e27\u0e1a\u0e23\u0e27\u0e21\u0e43\u0e2b\u0e21\u0e48","button.single-types.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e14\u0e35\u0e48\u0e22\u0e27\u0e43\u0e2b\u0e21\u0e48","component.repeatable":"(\u0e17\u0e33\u0e0b\u0e49\u0e33\u0e44\u0e14\u0e49)","components.componentSelect.no-component-available":"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e48\u0e27\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27","components.componentSelect.no-component-available.with-search":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","components.componentSelect.value-component":"{number} \u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01 (\u0e0a\u0e19\u0e34\u0e14\u0e17\u0e35\u0e48\u0e08\u0e30\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c)","components.componentSelect.value-components":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c {number} \u0e41\u0e25\u0e49\u0e27","configurations":"\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","contentType.collectionName.description":"\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e0a\u0e19\u0e4c\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e41\u0e25\u0e30\u0e0a\u0e37\u0e48\u0e2d\u0e15\u0e32\u0e23\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e15\u0e01\u0e15\u0e48\u0e32\u0e07\u0e01\u0e31\u0e19","contentType.collectionName.label":"\u0e0a\u0e37\u0e48\u0e2d\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","contentType.displayName.label":"\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07","contentType.kind.change.warning":"\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e41\u0e04\u0e48\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32: API \u0e08\u0e30\u0e16\u0e39\u0e01\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15 (\u0e40\u0e2a\u0e49\u0e19\u0e17\u0e32\u0e07\u0e15\u0e31\u0e27\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21\u0e41\u0e25\u0e30\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e27\u0e34\u0e2a\u0e08\u0e30\u0e16\u0e39\u0e01\u0e40\u0e02\u0e35\u0e22\u0e19\u0e17\u0e31\u0e1a)","error.attributeName.reserved-name":"\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e2d\u0e32\u0e08\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e40\u0e2a\u0e35\u0e22\u0e2b\u0e32\u0e22\u0e44\u0e14\u0e49","error.contentTypeName.reserved-name":"\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e47\u0e01\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e2d\u0e32\u0e08\u0e2b\u0e22\u0e38\u0e14\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e2d\u0e37\u0e48\u0e19","error.validation.enum-duplicate":"\u0e44\u0e21\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e0b\u0e49\u0e33","error.validation.minSupMax":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e2b\u0e19\u0e37\u0e2d\u0e01\u0e27\u0e48\u0e32","error.validation.regex":"\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a Regex \u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","error.validation.relation.targetAttribute-taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22","form.attribute.component.option.add":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","form.attribute.component.option.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e43\u0e2b\u0e21\u0e48","form.attribute.component.option.create.description":"\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e1a\u0e48\u0e07\u0e43\u0e0a\u0e49\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e41\u0e25\u0e30\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e08\u0e30\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e44\u0e14\u0e49\u0e17\u0e38\u0e01\u0e17\u0e35\u0e48","form.attribute.component.option.repeatable":"\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e17\u0e33\u0e0b\u0e49\u0e33\u0e44\u0e14\u0e49","form.attribute.component.option.repeatable.description":"\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e32\u0e22\u0e2d\u0e34\u0e19\u0e2a\u0e41\u0e15\u0e19\u0e0b\u0e4c (\u0e0a\u0e38\u0e14\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25) \u0e02\u0e2d\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e1c\u0e2a\u0e21\u0e40\u0e21\u0e15\u0e32\u0e41\u0e17\u0e47\u0e01\u0e41\u0e25\u0e30\u0e2d\u0e37\u0e48\u0e19\u0e46","form.attribute.component.option.reuse-existing":"\u0e43\u0e0a\u0e49\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48","form.attribute.component.option.reuse-existing.description":"\u0e43\u0e0a\u0e49\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e27\u0e49\u0e41\u0e25\u0e49\u0e27\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32","form.attribute.component.option.single":"\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e40\u0e14\u0e35\u0e22\u0e27","form.attribute.component.option.single.description":"\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e25\u0e38\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e0a\u0e48\u0e19\u0e41\u0e2d\u0e14\u0e40\u0e14\u0e23\u0e2a\u0e41\u0e1a\u0e1a\u0e40\u0e15\u0e47\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2b\u0e25\u0e31\u0e01\u0e41\u0e25\u0e30\u0e2d\u0e37\u0e48\u0e19\u0e46","form.attribute.item.customColumnName":"\u0e0a\u0e37\u0e48\u0e2d\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e41\u0e1a\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07","form.attribute.item.customColumnName.description":"\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e0a\u0e19\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e02\u0e2d\u0e07 API","form.attribute.item.defineRelation.fieldName":"\u0e0a\u0e37\u0e48\u0e2d\u0e1f\u0e34\u0e25\u0e14\u0e4c","form.attribute.item.enumeration.graphql":"\u0e01\u0e32\u0e23\u0e40\u0e02\u0e35\u0e22\u0e19\u0e17\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a GraphQL","form.attribute.item.enumeration.graphql.description":"\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e40\u0e02\u0e35\u0e22\u0e19\u0e17\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a GraphQL","form.attribute.item.enumeration.placeholder":"\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07:\\n\u0e40\u0e0a\u0e49\u0e32\\n\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07\\n\u0e40\u0e22\u0e47\u0e19","form.attribute.item.enumeration.rules":"\u0e04\u0e48\u0e32 (\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14\u0e15\u0e48\u0e2d\u0e04\u0e48\u0e32)","form.attribute.item.maximum":"\u0e04\u0e48\u0e32\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14","form.attribute.item.maximumLength":"\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14","form.attribute.item.minimum":"\u0e04\u0e48\u0e32\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14","form.attribute.item.minimumLength":"\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14","form.attribute.item.number.type":"\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02","form.attribute.item.number.type.biginteger":"\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e15\u0e47\u0e21\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48 (\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07: 1 2 3 4 5 6 7 8 9)","form.attribute.item.number.type.decimal":"\u0e40\u0e25\u0e02\u0e10\u0e32\u0e19\u0e2a\u0e34\u0e1a (\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07: 2.22)","form.attribute.item.number.type.float":"\u0e08\u0e33\u0e19\u0e27\u0e19\u0e08\u0e23\u0e34\u0e07 (\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07: 3.33333333)","form.attribute.item.number.type.integer":"\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e15\u0e47\u0e21 (\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07: 10)","form.attribute.item.privateField":"\u0e44\u0e1e\u0e23\u0e40\u0e27\u0e15\u0e1f\u0e34\u0e25\u0e14\u0e4c","form.attribute.item.privateField.description":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49\u0e08\u0e30\u0e44\u0e21\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a API","form.attribute.item.requiredField":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19","form.attribute.item.requiredField.description":"\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e44\u0e14\u0e49\u0e2b\u0e32\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49\u0e27\u0e48\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48","form.attribute.item.settings.name":"\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","form.attribute.item.text.regex":"\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a RegExp","form.attribute.item.text.regex.description":"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e19\u0e34\u0e1e\u0e08\u0e19\u0e4c\u0e1b\u0e01\u0e15\u0e34","form.attribute.item.uniqueField":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e09\u0e1e\u0e32\u0e30","form.attribute.item.uniqueField.description":"\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e44\u0e14\u0e49\u0e16\u0e49\u0e32\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e21\u0e35\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","form.attribute.media.allowed-types":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e2a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15","form.attribute.media.allowed-types.none":"\u0e44\u0e21\u0e48\u0e21\u0e35","form.attribute.media.allowed-types.option-files":"\u0e44\u0e1f\u0e25\u0e4c","form.attribute.media.allowed-types.option-images":"\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e","form.attribute.media.allowed-types.option-videos":"\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d","form.attribute.media.option.multiple":"\u0e2a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2b\u0e25\u0e32\u0e22\u0e2a\u0e37\u0e48\u0e2d","form.attribute.media.option.multiple.description":"\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2a\u0e44\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c, \u0e01\u0e32\u0e23\u0e2b\u0e21\u0e38\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e25\u0e32\u0e22\u0e44\u0e1f\u0e25\u0e4c","form.attribute.media.option.single":"\u0e2a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e14\u0e35\u0e48\u0e22\u0e27","form.attribute.media.option.single.description":"\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a \u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e1b\u0e01","form.attribute.settings.default":"\u0e04\u0e48\u0e32\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19","form.attribute.text.option.long-text":"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e1a\u0e1a\u0e22\u0e32\u0e27","form.attribute.text.option.long-text.description":"\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e0a\u0e35\u0e27\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34 \u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e41\u0e17\u0e49\u0e08\u0e23\u0e34\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","form.attribute.text.option.short-text":"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e1a\u0e1a\u0e2a\u0e31\u0e49\u0e19","form.attribute.text.option.short-text.description":"\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07, \u0e0a\u0e37\u0e48\u0e2d, \u0e25\u0e34\u0e07\u0e01\u0e4c (URL) \u0e41\u0e25\u0e30\u0e22\u0e31\u0e07\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e41\u0e19\u0e48\u0e19\u0e2d\u0e19\u0e1a\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c","form.button.add-components-to-dynamiczone":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e25\u0e07\u0e43\u0e19\u0e42\u0e0b\u0e19","form.button.add-field":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19","form.button.add-first-field-to-created-component":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e41\u0e23\u0e01\u0e43\u0e19\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","form.button.add.field.to.collectionType":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e19\u0e35\u0e49","form.button.add.field.to.component":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19\u0e25\u0e07\u0e43\u0e19\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e19\u0e35\u0e49","form.button.add.field.to.contentType":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19\u0e25\u0e07\u0e43\u0e19\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e19\u0e35\u0e49","form.button.add.field.to.singleType":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e14\u0e35\u0e48\u0e22\u0e27\u0e19\u0e35\u0e49","form.button.cancel":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01","form.button.collection-type.description":"\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e32\u0e22\u0e2d\u0e34\u0e19\u0e2a\u0e41\u0e15\u0e19\u0e0b\u0e4c\u0e40\u0e0a\u0e48\u0e19 \u0e1a\u0e17\u0e04\u0e27\u0e32\u0e21, \u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c, \u0e02\u0e49\u0e2d\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19 \u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e19","form.button.configure-component":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","form.button.configure-view":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07","form.button.continue":"\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d","form.button.delete":"\u0e25\u0e1a","form.button.finish":"\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19","form.button.save":"\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","form.button.select-component":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","form.button.single-type.description":"\u0e17\u0e35\u0e48\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e34\u0e19\u0e2a\u0e41\u0e15\u0e19\u0e0b\u0e4c\u0e40\u0e14\u0e35\u0e48\u0e22\u0e27\u0e40\u0e0a\u0e48\u0e19 \u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32, \u0e42\u0e2e\u0e21\u0e40\u0e1e\u0e08, \u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e19","from":"\u0e08\u0e32\u0e01","modalForm.attribute.form.base.name":"\u0e0a\u0e37\u0e48\u0e2d","modalForm.attribute.form.base.name.description":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e27\u0e48\u0e32\u0e07\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e43\u0e0a\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c","modalForm.attribute.form.base.name.placeholder":"\u0e40\u0e0a\u0e48\u0e19 Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e19\u0e1a","modalForm.attribute.text.type-selection":"\u0e0a\u0e19\u0e34\u0e14","modalForm.attributes.select-component":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","modalForm.attributes.select-components":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","modalForm.component.header-create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","modalForm.components.create-component.category.label":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e2b\u0e23\u0e37\u0e2d\u0e1b\u0e49\u0e2d\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e43\u0e2b\u0e21\u0e48\u0e2b\u0e23\u0e37\u0e2d\u0e1b\u0e49\u0e2d\u0e19\u0e0a\u0e37\u0e48\u0e2d","modalForm.components.icon.label":"\u0e44\u0e2d\u0e04\u0e2d\u0e19","modalForm.editCategory.base.name.description":"\u0e44\u0e21\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e0a\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48","modalForm.header-edit":"\u0e41\u0e01\u0e49\u0e44\u0e02 {name}","modalForm.header.categories":"\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17","modalForm.singleType.header-create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e14\u0e35\u0e48\u0e22\u0e27","modalForm.sub-header.addComponentToDynamicZone":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e43\u0e2b\u0e21\u0e48\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e42\u0e0b\u0e19","modalForm.sub-header.attribute.create":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c {type} \u0e43\u0e2b\u0e21\u0e48","modalForm.sub-header.attribute.create.step":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e43\u0e2b\u0e21\u0e48 ({step}/2)","modalForm.sub-header.attribute.edit":"\u0e41\u0e01\u0e49\u0e44\u0e02 {name}","modalForm.sub-header.chooseAttribute.collectionType":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","modalForm.sub-header.chooseAttribute.component":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","modalForm.sub-header.chooseAttribute.singleType":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e14\u0e35\u0e48\u0e22\u0e27\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","modelPage.attribute.relation-polymorphic":"\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c (polymorphic)","modelPage.attribute.relationWith":"\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e01\u0e31\u0e1a","none":"\u0e44\u0e21\u0e48\u0e21\u0e35","notification.info.autoreaload-disable":"\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30 autoReload \u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49 \u0e40\u0e23\u0e34\u0e48\u0e21\u0e17\u0e33\u0e07\u0e32\u0e19\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e14\u0e49\u0e27\u0e22 `strapi develop`","notification.info.creating.notSaved":"\u0e42\u0e1b\u0e23\u0e14\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e01\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e43\u0e2b\u0e21\u0e48","plugin.description.long":"\u0e42\u0e21\u0e40\u0e14\u0e25\u0e42\u0e04\u0e23\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07 API \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e19\u0e32\u0e17\u0e35 \u0e44\u0e1f\u0e25\u0e4c\u0e08\u0e30\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e25\u0e30\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e47\u0e01\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","plugin.description.short":"\u0e42\u0e21\u0e40\u0e14\u0e25\u0e42\u0e04\u0e23\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07 API \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","popUpForm.navContainer.advanced":"\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07","popUpForm.navContainer.base":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19","popUpWarning.bodyMessage.cancel-modifications":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","popUpWarning.bodyMessage.cancel-modifications.with-components":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48? \u0e1a\u0e32\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e01\u0e49\u0e44\u0e02...","popUpWarning.bodyMessage.category.delete":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48? \u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e08\u0e30\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e14\u0e49\u0e27\u0e22","popUpWarning.bodyMessage.component.delete":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","popUpWarning.bodyMessage.contentType.delete":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","prompt.unsaved":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48? \u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2b\u0e32\u0e22\u0e44\u0e1b","relation.attributeName.placeholder":"\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07: author, category, tag","relation.manyToMany":"\u0e21\u0e35\u0e41\u0e25\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e32\u0e22","relation.manyToOne":"\u0e21\u0e35\u0e08\u0e33\u0e19\u0e27\u0e19\u0e21\u0e32\u0e01","relation.manyWay":"\u0e21\u0e35\u0e08\u0e33\u0e19\u0e27\u0e19\u0e21\u0e32\u0e01","relation.oneToMany":"\u0e40\u0e1b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e32\u0e22","relation.oneToOne":"\u0e21\u0e35\u0e41\u0e25\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07","relation.oneWay":"\u0e21\u0e35\u0e2b\u0e19\u0e36\u0e48\u0e07"}')}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8573],{65548:t=>{t.exports=JSON.parse('{"attribute.boolean":"Boolean","attribute.boolean.description":"\u0422\u0430\u043a \u0447\u0438 \u043d\u0456, 1 \u0447\u0438 0, \u043f\u0440\u0430\u0432\u0434\u0430 \u0447\u0438 \u0431\u0440\u0435\u0445\u043d\u044f","attribute.component":"\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","attribute.component.description":"\u0413\u0440\u0443\u043f\u0430 \u043f\u043e\u043b\u0435\u0439, \u044f\u043a\u0456 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u044e\u0432\u0430\u0442\u0438","attribute.date":"Date","attribute.date.description":"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0432\u0438\u0431\u043e\u0440\u0443 \u0434\u0430\u0442\u0438 \u0442\u0430 \u0447\u0430\u0441\u0443","attribute.datetime":"\u0414\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441","attribute.dynamiczone":"\u0414\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0430 \u0437\u043e\u043d\u0430","attribute.dynamiczone.description":"\u0414\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0438\u0439 \u0432\u0438\u0431\u0456\u0440 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432 \u043f\u0456\u0434\u0447\u0430\u0441 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443","attribute.email":"Email","attribute.email.description":"\u041f\u043e\u043b\u0435 email \u0437 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u043e\u044e \u0444\u043e\u0440\u043c\u0430\u0442\u0443","attribute.enumeration":"Enumeration","attribute.enumeration.description":"\u041f\u0435\u0440\u0435\u043b\u0456\u043a \u0437\u043d\u0430\u0447\u0435\u043d\u044c, \u0432\u0438\u0431\u0438\u0440\u0430\u0454\u0442\u044c\u0441\u044f \u043e\u0434\u043d\u0435","attribute.json":"JSON","attribute.json.description":"\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 JSON","attribute.media":"Media","attribute.media.description":"\u0424\u0430\u0439\u043b\u0438, \u044f\u043a-\u0442\u043e \u043a\u0430\u0440\u0442\u043d\u043a\u0438, \u0432\u0456\u0434\u0435\u043e \u0442\u043e\u0449\u043e","attribute.null":" ","attribute.number":"Number","attribute.number.description":"\u0427\u0438\u0441\u043b\u0430 (integer, float, decimal)","attribute.password":"Password","attribute.password.description":"\u041f\u043e\u043b\u0435 \u043f\u0430\u0440\u043e\u043b\u044e \u0437 \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f\u043c","attribute.relation":"Relation","attribute.relation.description":"\u0417\u0432\'\u044f\u0437\u043e\u043a \u0437 Collection Type","attribute.richtext":"Rich text","attribute.richtext.description":"\u0422\u0435\u043a\u0441\u0442 \u0437 \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044e \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f","attribute.text":"Text","attribute.text.description":"\u041a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u0430\u0431\u043e \u0434\u043e\u0432\u0433\u0438\u0439 \u0442\u0435\u043a\u0441\u0442, \u044f\u043a \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0447\u0438 \u043e\u043f\u0438\u0441","attribute.time":"Time","attribute.timestamp":"\u041c\u0456\u0442\u043a\u0430 \u0447\u0430\u0441\u0443","attribute.uid":"UID","attribute.uid.description":"\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440","button.attributes.add.another":"\u0414\u043e\u0434\u0430\u0442\u0435 \u0449\u0435 \u043e\u0434\u043d\u0435 \u043f\u043e\u043b\u0435","button.component.add":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","button.component.create":"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","button.model.create":"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 Collection Type","button.single-types.create":"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 Single Type","component.repeatable":"(\u043f\u043e\u0432\u0442\u043e\u0440\u044e\u0432\u0430\u043d\u0438\u0439)","components.componentSelect.no-component-available":"\u0412\u0438 \u0432\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u0432\u0441\u0456 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438","components.componentSelect.no-component-available.with-search":"\u041d\u0435\u043c\u0430\u0454 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432, \u044f\u043a\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0442\u044c \u0432\u0430\u0448\u0435\u043c\u0443 \u0437\u0430\u043f\u0438\u0442\u0443","components.componentSelect.value-component":"{number} \u0432\u0438\u0431\u0440\u0430\u043d\u0438\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432 (\u043d\u0430\u043f\u0438\u0448\u0456\u0442\u044c \u0434\u043b\u044f \u043f\u043e\u0448\u0443\u043a\u0443)","components.componentSelect.value-components":"{number} \u0432\u0438\u0431\u0440\u0430\u043d\u0438\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432","configurations":"\u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f","contentType.collectionName.description":"\u041a\u043e\u0440\u0438\u0441\u043d\u043e, \u043a\u043e\u043b\u0438 \u043d\u0430\u0437\u0432\u0430 \u0432\u0430\u0448\u0435\u0433\u043e Content Type \u0442\u0430 \u0432\u0430\u0448\u043e\u0457 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u0440\u0456\u0437\u043d\u0456","contentType.collectionName.label":"\u041d\u0430\u0437\u0432\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457","contentType.displayName.label":"\u041d\u0430\u0437\u0432\u0430 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f","contentType.kind.change.warning":"\u0412\u0438 \u0442\u0456\u043b\u044c\u043a\u0438 \u0449\u043e \u0437\u043c\u0456\u043d\u0438\u043b\u0438 \u0442\u0438\u043f Content Type: API \u0431\u0443\u0434\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0435 (\u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438, \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u0440\u0438 \u0442\u0430 \u0441\u0435\u0440\u0432\u0456\u0441\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u043d\u0456).","error.attributeName.reserved-name":"\u0426\u044f \u043d\u0430\u0437\u0432\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0434\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u0430 \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e Content Type, \u0442\u0430\u043a \u044f\u043a \u0432\u043e\u043d\u043e \u043c\u043e\u0436\u0435 \u0437\u043b\u0430\u043c\u0430\u0442\u0438 \u0456\u043d\u0448\u0443 \u0444\u0443\u043d\u043a\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c","error.contentTypeName.reserved-name":"\u0426\u044f \u043d\u0430\u0437\u0432\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0434\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u0430 \u0443 \u0432\u0430\u0448\u043e\u043c\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0456, \u0442\u0430\u043a \u044f\u043a \u0432\u043e\u043d\u043e \u043c\u043e\u0436\u0435 \u0437\u043b\u0430\u043c\u0430\u0442\u0438 \u0456\u043d\u0448\u0443 \u0444\u0443\u043d\u043a\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c","error.validation.enum-duplicate":"\u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u044e\u0432\u0430\u0442\u0438\u0441\u044c","error.validation.minSupMax":"\u041d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435","error.validation.regex":"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u0439 \u0432\u0438\u0440\u0430\u0437","error.validation.relation.targetAttribute-taken":"\u0426\u0435 \u0456\u043c\'\u044f \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 \u0446\u0456\u043b\u044c\u043e\u0432\u0456\u0439 \u043c\u043e\u0434\u0435\u043b\u0456","form.attribute.component.option.add":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.create":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.create.description":"\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0432 \u0442\u0438\u043f\u0430\u0445 \u0442\u0430 \u0456\u043d\u0448\u0438\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u0445, \u0432\u0456\u043d \u0431\u0443\u0434\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0432\u0441\u044e\u0434\u0438.","form.attribute.component.option.repeatable":"\u041f\u043e\u0432\u0442\u043e\u0440\u044e\u0432\u0430\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.repeatable.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u043c\u043d\u043e\u0436\u0438\u043d\u043d\u0438\u0445 \u043e\u0431\'\u0454\u043a\u0442\u0456\u0432 (\u043c\u0430\u0441\u0438\u0432\u0443), \u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \u0456\u043d\u0433\u0440\u0438\u0434\u0456\u0454\u043d\u0442\u0456\u0432, \u043c\u0435\u0442\u0430\u0442\u0435\u0433\u0456\u0432 \u0442\u043e\u0449\u043e...","form.attribute.component.option.reuse-existing":"\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0456\u0441\u043d\u0443\u044e\u0447\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.reuse-existing.description":"\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0432\u0430\u043c\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442, \u0449\u043e\u0431 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u0443\u0437\u0433\u043e\u0434\u0436\u0435\u043d\u043d\u0456\u0441\u0442\u044c \u0434\u0430\u043d\u043d\u0438\u0445 \u0441\u0435\u0440\u0435\u0434 \u0440\u0456\u0437\u043d\u0438\u0445 Content Types.","form.attribute.component.option.single":"\u041e\u0434\u0438\u043d\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.attribute.component.option.single.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u0433\u0440\u0443\u043f\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u043e\u043b\u0435\u0439, \u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \u043f\u043e\u0432\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430, \u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u0442\u043e\u0449\u043e...","form.attribute.item.customColumnName":"\u0412\u043b\u0430\u0441\u043d\u0456 \u043d\u0430\u0437\u0432\u0438 \u0441\u0442\u043e\u0432\u043f\u0446\u0456\u0432","form.attribute.item.customColumnName.description":"\u041a\u043e\u0440\u0438\u0441\u043d\u043e \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430\u0437\u0432 \u0441\u0442\u043e\u0432\u043f\u0446\u0456\u0432 \u0443 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445 \u0434\u043b\u044f \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 \u0431\u0456\u043b\u044c\u0448 \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439 API","form.attribute.item.defineRelation.fieldName":"\u041d\u0430\u0437\u0432\u0430 \u043f\u043e\u043b\u044f","form.attribute.item.enumeration.graphql":"\u041d\u0430\u0437\u0432\u0430 \u043f\u043e\u043b\u044f \u0434\u043b\u044f GraphQL","form.attribute.item.enumeration.graphql.description":"\u0414\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0443 \u0434\u043b\u044f GraphQL \u043d\u0430\u0437\u0432\u0443 \u043f\u043e\u043b\u044f","form.attribute.item.enumeration.placeholder":"\u041d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434:\\n\u0440\u0430\u043d\u043e\u043a\\n\u0434\u0435\u043d\u044c\\n\u0432\u0435\u0447\u0456\u0440","form.attribute.item.enumeration.rules":"\u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f (\u043e\u0434\u043d\u0435 \u043d\u0430 \u0440\u044f\u0434\u043e\u043a)","form.attribute.item.maximum":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f","form.attribute.item.maximumLength":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0434\u043e\u0432\u0436\u0438\u043d\u0430","form.attribute.item.minimum":"\u041c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f","form.attribute.item.minimumLength":"\u041c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0430 \u0434\u043e\u0432\u0436\u0438\u043d\u0430","form.attribute.item.number.type":"\u0424\u043e\u0440\u043c\u0430\u0442 \u0447\u0438\u0441\u043b\u0430","form.attribute.item.number.type.biginteger":"big integer (ex: 123456789)","form.attribute.item.number.type.decimal":"decimal (ex: 2.22)","form.attribute.item.number.type.float":"float (ex: 3.33333333)","form.attribute.item.number.type.integer":"integer (ex: 10)","form.attribute.item.privateField":"\u041f\u0440\u0438\u0432\u0430\u0442\u043d\u0435 \u043f\u043e\u043b\u0435","form.attribute.item.privateField.description":"\u0426\u0435 \u043f\u043e\u043b\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044f \u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 API","form.attribute.item.requiredField":"\u041e\u0431\u043e\u0432\'\u044f\u0437\u043a\u043e\u0432\u0435 \u043f\u043e\u043b\u0435","form.attribute.item.requiredField.description":"\u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0437\u0430\u043f\u0438\u0441 \u044f\u043a\u0449\u043e \u043d\u0435 \u0437\u0430\u043f\u043e\u0432\u043d\u0438\u0442\u0435 \u0446\u0435 \u043f\u043e\u043b\u0435","form.attribute.item.settings.name":"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f","form.attribute.item.text.regex":"\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 (RegExp)","form.attribute.item.text.regex.description":"\u0428\u0430\u0431\u043b\u043e\u043d \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0433\u043e \u0432\u0438\u0440\u0430\u0437\u0443.","form.attribute.item.uniqueField":"\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0435 \u043f\u043e\u043b\u0435","form.attribute.item.uniqueField.description":"\u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0437\u0430\u043f\u0438\u0441, \u044f\u043a\u0449\u043e \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454 \u0437\u0430\u043f\u0438\u0441 \u0456\u0437 \u0442\u0430\u043a\u0438\u043c \u0441\u0430\u043c\u0438\u043c \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f\u043c \u043f\u043e\u043b\u044f","form.attribute.media.allowed-types":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0456 \u0442\u0438\u043f\u0438 \u043c\u0435\u0434\u0456\u0430","form.attribute.media.allowed-types.none":"\u0416\u043e\u0434\u0435\u043d","form.attribute.media.allowed-types.option-files":"\u0424\u0430\u0439\u043b\u0438","form.attribute.media.allowed-types.option-images":"\u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0438","form.attribute.media.allowed-types.option-videos":"\u0412\u0456\u0434\u0435\u043e","form.attribute.media.option.multiple":"\u041c\u043d\u043e\u0436\u0438\u043d\u043d\u0456 \u043c\u0435\u0434\u0456\u0430","form.attribute.media.option.multiple.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u0441\u043b\u0430\u0439\u0434\u0435\u0440\u0456\u0432, \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u0435\u0439 \u0430\u0431\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u043a\u0456\u043b\u044c\u043a\u043e\u0445 \u0444\u0430\u0439\u043b\u0456\u0432","form.attribute.media.option.single":"\u041e\u0434\u0438\u043d\u0438\u0447\u043d\u0435 \u043c\u0435\u0434\u0456\u0430","form.attribute.media.option.single.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u0430\u0432\u0430\u0442\u0430\u0440\u043e\u043a, \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u043f\u0440\u043e\u0444\u0456\u043b\u044f \u0430\u0431\u043e \u043e\u0431\u043a\u043b\u0430\u0434\u0438\u043d\u043e\u043a","form.attribute.settings.default":"\u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0437\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c","form.attribute.text.option.long-text":"\u0414\u043e\u0432\u0433\u0438\u0439 \u0442\u0435\u043a\u0441\u0442","form.attribute.text.option.long-text.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u043e\u043f\u0438\u0441\u0456\u0432, \u0442\u0435\u043a\u0441\u0442\u0443 \u043f\u0440\u043e \u0441\u0435\u0431\u0435. \u0422\u043e\u0447\u043d\u0438\u0439 \u043f\u043e\u0448\u0443\u043a \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.","form.attribute.text.option.short-text":"\u041a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u0442\u0435\u043a\u0441\u0442","form.attribute.text.option.short-text.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u043d\u0430\u0437\u0432, \u0456\u043c\u0435\u043d, \u043f\u043e\u0441\u0438\u0430\u043b\u0430\u043d\u044c (URL). \u0414\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u0442\u043e\u0447\u043d\u0438\u0439 \u043f\u043e\u0448\u0443\u043a \u043f\u043e \u0446\u044c\u043e\u043c\u0443 \u043f\u043e\u043b\u044e.","form.button.add-components-to-dynamiczone":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438 \u0443 \u0437\u043e\u043d\u0443.","form.button.add-field":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0449\u0435 \u043e\u0434\u043d\u0435 \u043f\u043e\u043b\u0435","form.button.add-first-field-to-created-component":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0435 \u043f\u043e\u043b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443","form.button.add.field.to.collectionType":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0449\u0435 \u043e\u0434\u043d\u0435 \u043f\u043e\u043b\u0435 \u0434\u043e \u0446\u044c\u043e\u0433\u043e Collection Type","form.button.add.field.to.component":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0449\u0435 \u043e\u0434\u043d\u0435 \u043f\u043e\u043b\u0435 \u0434\u043e \u0446\u044c\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443","form.button.add.field.to.contentType":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0449\u0435 \u043e\u0434\u043d\u0435 \u043f\u043e\u043b\u0435 \u0434\u043e \u0446\u044c\u043e\u0433\u043e Content Type","form.button.add.field.to.singleType":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0449\u0435 \u043e\u0434\u043d\u0435 \u043f\u043e\u043b\u0435 \u0434\u043e \u0446\u044c\u043e\u0433\u043e Single Type","form.button.cancel":"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438","form.button.collection-type.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u043c\u043d\u043e\u0436\u0438\u043d\u043d\u0438\u0445 \u043e\u0431\'\u0454\u043a\u0442\u0456\u0432, \u044f\u043a-\u0442\u043e \u0434\u043e\u043f\u0438\u0441\u0438, \u0442\u043e\u0432\u0430\u0440\u0438, \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0442\u043e\u0449\u043e.","form.button.configure-component":"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.button.configure-view":"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0433\u043b\u044f\u0434","form.button.continue":"\u041f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438","form.button.delete":"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438","form.button.finish":"\u0417\u0430\u043a\u0456\u043d\u0447\u0438\u0442\u0438","form.button.save":"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438","form.button.select-component":"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","form.button.single-type.description":"\u041f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u043f\u043e\u043e\u0434\u0438\u043d\u043e\u043a\u0438\u0445 \u043e\u0431\'\u0454\u043a\u0442\u0456\u0432, \u044f\u043a-\u0442\u043e \u0434\u043e\u043c\u0430\u0448\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430, \u043f\u0440\u043e \u043d\u0430\u0441 \u0442\u043e\u0449\u043e","from":"\u0437","modalForm.attribute.form.base.name":"\u041d\u0430\u0437\u0432\u0430","modalForm.attribute.form.base.name.description":"\u0414\u043b\u044f \u043d\u0430\u0437\u0432\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0454\u0442\u044c\u0441\u044f \u043f\u0440\u043e\u0431\u0456\u043b\u0456\u0432","modalForm.attribute.form.base.name.placeholder":"\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, Slug, SEO URL, Canonical URL","modalForm.attribute.target-field":"\u041f\u043e\u0432\'\u044f\u0437\u0430\u043d\u0435 \u043f\u043e\u043b\u0435","modalForm.attribute.text.type-selection":"\u0422\u0438\u043f","modalForm.attributes.select-component":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","modalForm.attributes.select-components":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438","modalForm.component.header-create":"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","modalForm.components.create-component.category.label":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u044e \u0430\u0431\u043e \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u0430\u0437\u0432\u0443 \u0434\u043b\u044f \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043d\u043e\u0432\u043e\u0457","modalForm.components.icon.label":"\u0406\u043a\u043e\u043d\u043a\u0430","modalForm.editCategory.base.name.description":"\u0414\u043b\u044f \u043d\u0430\u0437\u0432\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u0457 \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0454\u0442\u044c\u0441\u044f \u043f\u0440\u043e\u0431\u0456\u043b\u0456\u0432","modalForm.header-edit":"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 {name}","modalForm.header.categories":"\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u0457","modalForm.singleType.header-create":"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 Single Type","modalForm.sub-header.addComponentToDynamicZone":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0434\u043e \u0434\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u043e\u0457 \u0437\u043e\u043d\u0438","modalForm.sub-header.attribute.create":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0435 \u043f\u043e\u043b\u0435 {type}","modalForm.sub-header.attribute.create.step":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 ({step}/2)","modalForm.sub-header.attribute.edit":"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 {name}","modalForm.sub-header.chooseAttribute.collectionType":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u043e\u043b\u0435 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e Collection Type","modalForm.sub-header.chooseAttribute.component":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u043e\u043b\u0435 \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443","modalForm.sub-header.chooseAttribute.singleType":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u043e\u043b\u0435 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e Single Type","modelPage.attribute.relation-polymorphic":"\u0417\u0432\'\u044f\u0437\u043e\u043a (\u043f\u043e\u043b\u0456\u043c\u043e\u0440\u0444\u043d\u0438\u0439)","modelPage.attribute.relationWith":"\u0417\u0432\'\u044f\u0437\u043e\u043a \u0437","none":"\u0416\u043e\u0434\u043d\u0435","notification.info.autoreaload-disable":"\u0424\u0443\u043d\u043a\u0446\u0456\u044f autoReload \u043c\u0430\u0454 \u0431\u0443\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u043f\u0443\u0441\u0442\u0456\u0442\u044c \u0441\u0432\u0456\u0439 \u0434\u043e\u0434\u0430\u0442\u043e\u043a \u0432\u0456\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0447\u0438 `strapi develop`.","notification.info.creating.notSaved":"\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0431\u0435\u0440\u0435\u0436\u0456\u0442\u044c \u0432\u0430\u0448\u0456 \u0437\u043c\u0456\u043d\u0438 \u043f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c \u044f\u043a \u0441\u0442\u0432\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0430\u0431\u043e Collection Type","plugin.description.long":"\u041c\u043e\u0434\u0435\u043b\u044e\u0439\u0442\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0434\u0430\u043d\u043d\u0438\u0445 \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e API. \u0421\u0442\u0432\u043e\u0440\u044e\u0439\u0442\u0435 \u043d\u043e\u0432\u0456 \u043f\u043e\u043b\u044f \u0442\u0430 \u0437\u0432\'\u044f\u0437\u043a\u0438 \u0437\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443. \u0424\u0430\u0439\u043b\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0456 \u0442\u0430 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u0456 \u0432 \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0443.","plugin.description.short":"\u041c\u043e\u0434\u0435\u043b\u044e\u0439\u0442\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0434\u0430\u043d\u043d\u0438\u0445 \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e API.","popUpForm.navContainer.advanced":"\u0420\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f","popUpForm.navContainer.base":"\u041e\u0441\u043d\u043e\u0432\u043d\u0435","popUpWarning.bodyMessage.cancel-modifications":"\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0441\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0441\u0432\u043e\u0457 \u0437\u043c\u0456\u043d\u0438?","popUpWarning.bodyMessage.cancel-modifications.with-components":"\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0441\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0441\u0432\u043e\u0457 \u0437\u043c\u0456\u043d\u0438? \u0414\u0435\u044f\u043a\u0456 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438 \u0431\u0443\u043b\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0456, \u0430\u0431\u043e \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0456 \u043d\u043e\u0432\u0456...","popUpWarning.bodyMessage.category.delete":"\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u044e? \u0412\u0441\u0456 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438 \u0442\u0430\u043a\u043e\u0436 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456.","popUpWarning.bodyMessage.component.delete":"\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442?","popUpWarning.bodyMessage.contentType.delete":"\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435\u0439 Collection Type?","prompt.unsaved":"\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456 \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443? \u0412\u0441\u0456 \u0432\u0438\u0448\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0442\u0430\u0440\u0447\u0435\u043d\u0456.","relation.attributeName.placeholder":"Ex: author, category, tag","relation.manyToMany":"\u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0456 \u043d\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u0431\u0430\u0433\u0430\u0442\u044c\u043e\u043c","relation.manyToOne":"\u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0431\u0430\u0433\u0430\u0442\u043e","relation.manyWay":"\u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0431\u0430\u0433\u0430\u0442\u043e","relation.oneToMany":"\u043d\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u0434\u043e \u0431\u0430\u0433\u0430\u0442\u044c\u043e\u0445","relation.oneToOne":"\u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0456 \u043d\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u0434\u043e \u043e\u0434\u043d\u0456\u0454\u0457","relation.oneWay":"\u043c\u0456\u0441\u0442\u0438\u0442\u044c \u043e\u0434\u043d\u0435"}')}}]);