@strapi/admin 4.0.2 → 4.0.6

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 (316) hide show
  1. package/admin/src/components/LeftMenu/index.js +13 -5
  2. package/admin/src/components/UpgradePlanModal/index.js +7 -2
  3. package/admin/src/content-manager/components/DynamicTable/CellContent/CellValue.js +12 -2
  4. package/admin/src/content-manager/components/DynamicTable/CellContent/utils/getNumberOfDecimals.js +8 -0
  5. package/admin/src/content-manager/components/DynamicZone/components/DzLabel/index.js +24 -7
  6. package/admin/src/content-manager/components/DynamicZone/index.js +6 -10
  7. package/admin/src/content-manager/components/InputUID/index.js +4 -0
  8. package/admin/src/content-manager/components/PreviewWysiwyg/Wrapper.js +8 -0
  9. package/admin/src/content-manager/components/PreviewWysiwyg/utils/mdRenderer.js +1 -1
  10. package/admin/src/content-manager/components/RepeatableComponent/DraggedItem/IconButtonCustoms.js +0 -4
  11. package/admin/src/content-manager/components/RepeatableComponent/DraggedItem/index.js +36 -14
  12. package/admin/src/content-manager/components/RepeatableComponent/index.js +2 -2
  13. package/admin/src/content-manager/components/Wysiwyg/Editor.js +6 -4
  14. package/admin/src/content-manager/components/Wysiwyg/EditorLayout.js +2 -0
  15. package/admin/src/content-manager/components/Wysiwyg/EditorStylesContainer.js +2 -1
  16. package/admin/src/content-manager/components/Wysiwyg/WysiwygFooter.js +2 -4
  17. package/admin/src/content-manager/components/Wysiwyg/WysiwygNav.js +79 -68
  18. package/admin/src/content-manager/components/Wysiwyg/WysiwygStyles.js +1 -0
  19. package/admin/src/content-manager/components/Wysiwyg/index.js +17 -5
  20. package/admin/src/content-manager/pages/App/index.js +9 -3
  21. package/admin/src/content-manager/pages/EditSettingsView/components/DisplayedFieldButton.js +1 -1
  22. package/admin/src/content-manager/pages/EditSettingsView/components/DisplayedFields.js +1 -3
  23. package/admin/src/content-manager/pages/EditSettingsView/components/FieldButtonContent.js +1 -1
  24. package/admin/src/content-manager/pages/EditSettingsView/components/ModalForm.js +6 -7
  25. package/admin/src/content-manager/pages/EditSettingsView/components/RelationalFieldButton.js +1 -1
  26. package/admin/src/content-manager/pages/ListSettingsView/components/DraggableCard.js +1 -0
  27. package/admin/src/pages/Admin/index.js +2 -0
  28. package/admin/src/pages/AuthPage/components/Register/index.js +4 -1
  29. package/admin/src/pages/AuthPage/utils/forms.js +2 -0
  30. package/admin/src/pages/InternalErrorPage/index.js +53 -0
  31. package/admin/src/pages/NotFoundPage/index.js +45 -2
  32. package/admin/src/pages/ProfilePage/index.js +2 -0
  33. package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +1 -0
  34. package/admin/src/pages/SettingsPage/pages/Users/EditPage/utils/layout.js +2 -0
  35. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/utils/layout.js +2 -0
  36. package/admin/src/pages/SettingsPage/pages/Users/components/SelectRoles/index.js +1 -0
  37. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/index.js +1 -9
  38. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +2 -0
  39. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/schema.js +1 -4
  40. package/admin/src/translations/dk.json +300 -110
  41. package/admin/src/translations/en.json +4 -0
  42. package/admin/src/translations/es.json +204 -4
  43. package/admin/src/translations/hu.json +672 -0
  44. package/admin/src/translations/ja.json +327 -7
  45. package/admin/src/translations/languageNativeNames.js +1 -0
  46. package/admin/src/translations/nl.json +512 -125
  47. package/admin/src/translations/pt-BR.json +398 -19
  48. package/admin/src/translations/uk.json +40 -40
  49. package/admin/src/translations/zh-Hans.json +554 -204
  50. package/admin/src/translations/zh.json +7 -0
  51. package/build/{1024.1b15fbb5.chunk.js → 1024.595f3e01.chunk.js} +1 -1
  52. package/build/{1856.0a6992d6.chunk.js → 1856.cc060f4a.chunk.js} +1 -1
  53. package/build/{5881.deb18c91.chunk.js → 3215.03a0bf5d.chunk.js} +2 -2
  54. package/build/{5881.deb18c91.chunk.js.LICENSE.txt → 3215.03a0bf5d.chunk.js.LICENSE.txt} +0 -0
  55. package/build/4261.061aed35.chunk.js +1 -0
  56. package/build/4362.1b2440be.chunk.js +1 -0
  57. package/build/4672.68466ddc.chunk.js +1 -0
  58. package/build/{4715.f134f37a.chunk.js → 4715.a5e6716c.chunk.js} +1 -1
  59. package/build/4741.18bf386b.chunk.js +2 -0
  60. package/build/{4741.1fb6ad6e.chunk.js.LICENSE.txt → 4741.18bf386b.chunk.js.LICENSE.txt} +0 -0
  61. package/build/4801.44382ab3.chunk.js +2 -0
  62. package/build/{2664.f33f619d.chunk.js.LICENSE.txt → 4801.44382ab3.chunk.js.LICENSE.txt} +0 -0
  63. package/build/{497.726adbfa.chunk.js → 497.a28b7510.chunk.js} +1 -1
  64. package/build/{4982.a7f87e6c.chunk.js → 4982.4666f610.chunk.js} +1 -1
  65. package/build/6060.72f9dda2.chunk.js +2 -0
  66. package/build/{3226.1a4b5cd1.chunk.js.LICENSE.txt → 6060.72f9dda2.chunk.js.LICENSE.txt} +1 -1
  67. package/build/{6250.11ba8b50.chunk.js → 6250.6c7a86f7.chunk.js} +1 -1
  68. package/build/849.2f8d8ef9.chunk.js +1 -0
  69. package/build/9235.63b1528f.chunk.js +1 -0
  70. package/build/Admin-authenticatedApp.b9ff71df.chunk.js +1 -0
  71. package/build/Admin_homePage.964f59a3.chunk.js +1 -0
  72. package/build/Admin_marketplace.1cf20eeb.chunk.js +1 -0
  73. package/build/{Admin_pluginsPage.22390055.chunk.js → Admin_pluginsPage.0d59d86e.chunk.js} +1 -1
  74. package/build/Admin_profilePage.c08119de.chunk.js +1 -0
  75. package/build/Admin_settingsPage.23cd984a.chunk.js +1 -0
  76. package/build/admin-edit-roles-page.57fa787d.chunk.js +1 -0
  77. package/build/admin-edit-users.572c68f8.chunk.js +1 -0
  78. package/build/admin-users.fa7573b6.chunk.js +1 -0
  79. package/build/{api-tokens-create-page.ab33d46d.chunk.js → api-tokens-create-page.ef71291c.chunk.js} +1 -1
  80. package/build/{api-tokens-edit-page.749496cc.chunk.js → api-tokens-edit-page.1486974f.chunk.js} +1 -1
  81. package/build/api-tokens-list-page.05f53943.chunk.js +1 -0
  82. package/build/{ar-json.9805489e.chunk.js → ar-json.d79e4709.chunk.js} +1 -1
  83. package/build/codemirror-css.17bc19d4.chunk.js +1 -0
  84. package/build/codemirror-theme.b5559efc.chunk.js +1 -0
  85. package/build/content-manager.006dc634.chunk.js +1 -0
  86. package/build/{content-type-builder-translation-ar-json.bce4d624.chunk.js → content-type-builder-translation-ar-json.f1fedc12.chunk.js} +1 -1
  87. package/build/{content-type-builder-translation-cs-json.785866b6.chunk.js → content-type-builder-translation-cs-json.2f7e2289.chunk.js} +1 -1
  88. package/build/{content-type-builder-translation-de-json.6faa019a.chunk.js → content-type-builder-translation-de-json.46017754.chunk.js} +1 -1
  89. package/build/content-type-builder-translation-dk-json.098bd218.chunk.js +1 -0
  90. package/build/{content-type-builder-translation-en-json.81257d0d.chunk.js → content-type-builder-translation-en-json.d70fc3af.chunk.js} +1 -1
  91. package/build/content-type-builder-translation-es-json.20c177ee.chunk.js +1 -0
  92. package/build/{content-type-builder-translation-fr-json.2156f48c.chunk.js → content-type-builder-translation-fr-json.8f66eb66.chunk.js} +1 -1
  93. package/build/content-type-builder-translation-id-json.aab2f426.chunk.js +1 -0
  94. package/build/{content-type-builder-translation-it-json.dc154c62.chunk.js → content-type-builder-translation-it-json.4c91e895.chunk.js} +1 -1
  95. package/build/{content-type-builder-translation-ja-json.9f8695a0.chunk.js → content-type-builder-translation-ja-json.c239ba90.chunk.js} +1 -1
  96. package/build/{content-type-builder-translation-ko-json.0288cb2b.chunk.js → content-type-builder-translation-ko-json.2a5e0769.chunk.js} +1 -1
  97. package/build/{content-type-builder-translation-ms-json.cfc21fb6.chunk.js → content-type-builder-translation-ms-json.124be88c.chunk.js} +1 -1
  98. package/build/{content-type-builder-translation-nl-json.4d742025.chunk.js → content-type-builder-translation-nl-json.98a240b8.chunk.js} +1 -1
  99. package/build/{content-type-builder-translation-pl-json.1b701a76.chunk.js → content-type-builder-translation-pl-json.2abc61bd.chunk.js} +1 -1
  100. package/build/{content-type-builder-translation-pt-BR-json.2c514ada.chunk.js → content-type-builder-translation-pt-BR-json.c0415545.chunk.js} +1 -1
  101. package/build/{content-type-builder-translation-pt-json.a3c4315c.chunk.js → content-type-builder-translation-pt-json.ab3e086d.chunk.js} +1 -1
  102. package/build/{content-type-builder-translation-ru-json.72173619.chunk.js → content-type-builder-translation-ru-json.1a6779fd.chunk.js} +1 -1
  103. package/build/{content-type-builder-translation-sk-json.e654be3b.chunk.js → content-type-builder-translation-sk-json.5c82f020.chunk.js} +1 -1
  104. package/build/{content-type-builder-translation-th-json.403aa6a4.chunk.js → content-type-builder-translation-th-json.24ee19eb.chunk.js} +1 -1
  105. package/build/{content-type-builder-translation-tr-json.72027971.chunk.js → content-type-builder-translation-tr-json.30434835.chunk.js} +1 -1
  106. package/build/{content-type-builder-translation-uk-json.a1b9f71b.chunk.js → content-type-builder-translation-uk-json.771662ef.chunk.js} +1 -1
  107. package/build/{content-type-builder-translation-zh-Hans-json.4c242866.chunk.js → content-type-builder-translation-zh-Hans-json.070020ae.chunk.js} +1 -1
  108. package/build/{content-type-builder-translation-zh-json.3b3eb4e8.chunk.js → content-type-builder-translation-zh-json.9708310d.chunk.js} +1 -1
  109. package/build/content-type-builder.2e3a53f1.chunk.js +1 -0
  110. package/build/cropper-css.ace19575.chunk.js +1 -0
  111. package/build/{cs-json.ff08076e.chunk.js → cs-json.b8ba75b8.chunk.js} +1 -1
  112. package/build/de-json.e01bdeae.chunk.js +1 -0
  113. package/build/dk-json.7356ea4b.chunk.js +1 -0
  114. package/build/email-settings-page.8f22f49c.chunk.js +1 -0
  115. package/build/email-translation-ar-json.95d90eb4.chunk.js +1 -0
  116. package/build/email-translation-cs-json.dfd1f3f2.chunk.js +1 -0
  117. package/build/email-translation-de-json.559a7d5f.chunk.js +1 -0
  118. package/build/email-translation-dk-json.f8a595bf.chunk.js +1 -0
  119. package/build/{email-translation-en-json.ef8208e3.chunk.js → email-translation-en-json.fa0dc92b.chunk.js} +1 -1
  120. package/build/email-translation-es-json.eb303dea.chunk.js +1 -0
  121. package/build/email-translation-fr-json.49c3c888.chunk.js +1 -0
  122. package/build/email-translation-id-json.e3c2101d.chunk.js +1 -0
  123. package/build/email-translation-it-json.3de61cb6.chunk.js +1 -0
  124. package/build/{email-translation-ja-json.66b21ec1.chunk.js → email-translation-ja-json.66337e44.chunk.js} +1 -1
  125. package/build/{email-translation-ko-json.e383ad57.chunk.js → email-translation-ko-json.52bbd7b4.chunk.js} +1 -1
  126. package/build/email-translation-ms-json.e39256df.chunk.js +1 -0
  127. package/build/email-translation-nl-json.12d28adb.chunk.js +1 -0
  128. package/build/email-translation-pl-json.9585a84e.chunk.js +1 -0
  129. package/build/email-translation-pt-BR-json.6c04b3ef.chunk.js +1 -0
  130. package/build/email-translation-pt-json.0239be04.chunk.js +1 -0
  131. package/build/email-translation-ru-json.f3b4fecc.chunk.js +1 -0
  132. package/build/email-translation-sk-json.76dbaaa6.chunk.js +1 -0
  133. package/build/email-translation-th-json.25ad73e7.chunk.js +1 -0
  134. package/build/email-translation-tr-json.ae04a9f2.chunk.js +1 -0
  135. package/build/email-translation-uk-json.03b27b08.chunk.js +1 -0
  136. package/build/email-translation-vi-json.3e1dd5b3.chunk.js +1 -0
  137. package/build/email-translation-zh-Hans-json.0df4ca59.chunk.js +1 -0
  138. package/build/email-translation-zh-json.82978eb0.chunk.js +1 -0
  139. package/build/en-json.ec998c8f.chunk.js +1 -0
  140. package/build/es-json.ed9c8bef.chunk.js +1 -0
  141. package/build/fontawesome-css-all.3b89f909.chunk.js +1 -0
  142. package/build/fontawesome-css.ef93ee2a.chunk.js +1 -0
  143. package/build/fr-json.bae03a2c.chunk.js +1 -0
  144. package/build/{he-json.fafa8569.chunk.js → he-json.86f9e663.chunk.js} +1 -1
  145. package/build/highlight.js.6321cb45.chunk.js +1 -0
  146. package/build/hu-json.a741d263.chunk.js +1 -0
  147. package/build/i18n-translation-dk-json.932d3cc2.chunk.js +1 -0
  148. package/build/{i18n-translation-en-json.a90b9dc5.chunk.js → i18n-translation-en-json.239b740f.chunk.js} +1 -1
  149. package/build/i18n-translation-es-json.347904f3.chunk.js +1 -0
  150. package/build/i18n-translation-fr-json.b52474fc.chunk.js +1 -0
  151. package/build/{i18n-translation-ko-json.f0628aff.chunk.js → i18n-translation-ko-json.e88e11ef.chunk.js} +1 -1
  152. package/build/{i18n-translation-zh-Hans-json.670b4940.chunk.js → i18n-translation-zh-Hans-json.4c17fed0.chunk.js} +1 -1
  153. package/build/{id-json.3372dadc.chunk.js → id-json.0b0c9731.chunk.js} +1 -1
  154. package/build/index.html +1 -1
  155. package/build/{it-json.0e5d5fdb.chunk.js → it-json.939916bc.chunk.js} +1 -1
  156. package/build/ja-json.52581a2a.chunk.js +1 -0
  157. package/build/{ko-json.35832b30.chunk.js → ko-json.29633034.chunk.js} +1 -1
  158. package/build/main.815f1087.js +2 -0
  159. package/build/{main.dfa22c7a.js.LICENSE.txt → main.815f1087.js.LICENSE.txt} +0 -0
  160. package/build/{ms-json.a66beabc.chunk.js → ms-json.5e5d12f9.chunk.js} +1 -1
  161. package/build/nl-json.ac661b7f.chunk.js +1 -0
  162. package/build/{no-json.25f63ee7.chunk.js → no-json.ff46b126.chunk.js} +1 -1
  163. package/build/{pl-json.3d7884e1.chunk.js → pl-json.6bff1d54.chunk.js} +1 -1
  164. package/build/pt-BR-json.8b3f799d.chunk.js +1 -0
  165. package/build/{pt-json.21a66a61.chunk.js → pt-json.b23d9a79.chunk.js} +1 -1
  166. package/build/{ru-json.ca2b6c3c.chunk.js → ru-json.bff93229.chunk.js} +1 -1
  167. package/build/runtime~main.85d349af.js +1 -0
  168. package/build/{sk-json.7f750e28.chunk.js → sk-json.a40bc2c8.chunk.js} +1 -1
  169. package/build/{sso-settings-page.bd7a8fd7.chunk.js → sso-settings-page.36c35df0.chunk.js} +1 -1
  170. package/build/{sv-json.3b5cc7f9.chunk.js → sv-json.8ac61ecf.chunk.js} +1 -1
  171. package/build/{th-json.694b4038.chunk.js → th-json.6e4502a3.chunk.js} +1 -1
  172. package/build/{tr-json.a842843a.chunk.js → tr-json.eaca955b.chunk.js} +1 -1
  173. package/build/uk-json.da2ed14e.chunk.js +1 -0
  174. package/build/{upload-translation-de-json.b4ff3c56.chunk.js → upload-translation-de-json.00f90715.chunk.js} +1 -1
  175. package/build/{upload-translation-dk-json.f37ae5c0.chunk.js → upload-translation-dk-json.bc6af8b4.chunk.js} +1 -1
  176. package/build/upload-translation-en-json.6b529046.chunk.js +1 -0
  177. package/build/upload-translation-es-json.b53d6641.chunk.js +1 -0
  178. package/build/{upload-translation-fr-json.0f4b3839.chunk.js → upload-translation-fr-json.ccb4ad8b.chunk.js} +1 -1
  179. package/build/{upload-translation-he-json.4b5e48bc.chunk.js → upload-translation-he-json.5dc34ea8.chunk.js} +1 -1
  180. package/build/upload-translation-it-json.c1809a47.chunk.js +1 -0
  181. package/build/{upload-translation-ja-json.9e1193c7.chunk.js → upload-translation-ja-json.71aa85eb.chunk.js} +1 -1
  182. package/build/{upload-translation-ko-json.b6602572.chunk.js → upload-translation-ko-json.da369eef.chunk.js} +1 -1
  183. package/build/{upload-translation-ms-json.bfb86c2e.chunk.js → upload-translation-ms-json.be669f81.chunk.js} +1 -1
  184. package/build/{upload-translation-pl-json.e0282fa4.chunk.js → upload-translation-pl-json.67685825.chunk.js} +1 -1
  185. package/build/{upload-translation-pt-BR-json.ad6bb9f8.chunk.js → upload-translation-pt-BR-json.f7b1133d.chunk.js} +1 -1
  186. package/build/{upload-translation-ru-json.4303b6a0.chunk.js → upload-translation-ru-json.54c031aa.chunk.js} +1 -1
  187. package/build/{upload-translation-sk-json.90a0bc6c.chunk.js → upload-translation-sk-json.f643dfc2.chunk.js} +1 -1
  188. package/build/{upload-translation-th-json.cf0d62e0.chunk.js → upload-translation-th-json.88ee2090.chunk.js} +1 -1
  189. package/build/{upload-translation-uk-json.ec345d61.chunk.js → upload-translation-uk-json.1a90e73c.chunk.js} +1 -1
  190. package/build/{upload-translation-zh-Hans-json.f320fa39.chunk.js → upload-translation-zh-Hans-json.ac1dc0b9.chunk.js} +1 -1
  191. package/build/{upload-translation-zh-json.9ad30216.chunk.js → upload-translation-zh-json.164ac601.chunk.js} +1 -1
  192. package/build/{upload.1e3e2685.chunk.js → upload.6f33785e.chunk.js} +1 -1
  193. package/build/users-email-settings-page.678794aa.chunk.js +1 -0
  194. package/build/{users-permissions-translation-ar-json.6fe0dcf5.chunk.js → users-permissions-translation-ar-json.bdddd0d7.chunk.js} +1 -1
  195. package/build/{users-permissions-translation-cs-json.dd4bb452.chunk.js → users-permissions-translation-cs-json.7881d3ff.chunk.js} +1 -1
  196. package/build/{users-permissions-translation-de-json.1505b462.chunk.js → users-permissions-translation-de-json.8d53c619.chunk.js} +1 -1
  197. package/build/{users-permissions-translation-dk-json.6b47229f.chunk.js → users-permissions-translation-dk-json.3e0295e5.chunk.js} +1 -1
  198. package/build/{users-permissions-translation-en-json.3e650c44.chunk.js → users-permissions-translation-en-json.1993655e.chunk.js} +1 -1
  199. package/build/users-permissions-translation-es-json.a4f81eaa.chunk.js +1 -0
  200. package/build/users-permissions-translation-fr-json.a2172545.chunk.js +1 -0
  201. package/build/users-permissions-translation-id-json.8f17982a.chunk.js +1 -0
  202. package/build/{users-permissions-translation-it-json.baa4f859.chunk.js → users-permissions-translation-it-json.87952a24.chunk.js} +1 -1
  203. package/build/{users-permissions-translation-ja-json.3ddd4418.chunk.js → users-permissions-translation-ja-json.5915d9ef.chunk.js} +1 -1
  204. package/build/users-permissions-translation-ko-json.f1ca6cc4.chunk.js +1 -0
  205. package/build/{users-permissions-translation-ms-json.dc405667.chunk.js → users-permissions-translation-ms-json.2268324c.chunk.js} +1 -1
  206. package/build/{users-permissions-translation-nl-json.2d8e847a.chunk.js → users-permissions-translation-nl-json.4e1231dd.chunk.js} +1 -1
  207. package/build/{users-permissions-translation-pl-json.b150dfb0.chunk.js → users-permissions-translation-pl-json.107638b5.chunk.js} +1 -1
  208. package/build/{users-permissions-translation-pt-BR-json.0c494c69.chunk.js → users-permissions-translation-pt-BR-json.8dafc053.chunk.js} +1 -1
  209. package/build/{users-permissions-translation-pt-json.0fccc389.chunk.js → users-permissions-translation-pt-json.3322464f.chunk.js} +1 -1
  210. package/build/users-permissions-translation-ru-json.5709c5a0.chunk.js +1 -0
  211. package/build/{users-permissions-translation-sk-json.2602e768.chunk.js → users-permissions-translation-sk-json.fe7cc044.chunk.js} +1 -1
  212. package/build/users-permissions-translation-sv-json.e7e1684b.chunk.js +1 -0
  213. package/build/{users-permissions-translation-th-json.abe0558b.chunk.js → users-permissions-translation-th-json.bb544ee3.chunk.js} +1 -1
  214. package/build/{users-permissions-translation-tr-json.269ee593.chunk.js → users-permissions-translation-tr-json.30f3ca90.chunk.js} +1 -1
  215. package/build/{users-permissions-translation-uk-json.ffd9a4ee.chunk.js → users-permissions-translation-uk-json.634f2569.chunk.js} +1 -1
  216. package/build/{users-permissions-translation-vi-json.c2cd19d5.chunk.js → users-permissions-translation-vi-json.605d88bc.chunk.js} +1 -1
  217. package/build/{users-permissions-translation-zh-Hans-json.2d909528.chunk.js → users-permissions-translation-zh-Hans-json.85480dab.chunk.js} +1 -1
  218. package/build/{users-permissions-translation-zh-json.7f3027c5.chunk.js → users-permissions-translation-zh-json.99932731.chunk.js} +1 -1
  219. package/build/users-providers-settings-page.fa21d558.chunk.js +1 -0
  220. package/build/users-roles-settings-page.e65d4d62.chunk.js +1 -0
  221. package/build/{vi-json.c25f42fe.chunk.js → vi-json.e993857a.chunk.js} +1 -1
  222. package/build/webhook-edit-page.640e85eb.chunk.js +1 -0
  223. package/build/{webhook-list-page.8abf0b5f.chunk.js → webhook-list-page.93432566.chunk.js} +1 -1
  224. package/build/zh-Hans-json.fcc53388.chunk.js +1 -0
  225. package/build/zh-json.2e4c9ef4.chunk.js +1 -0
  226. package/ee/admin/pages/App/utils/customRoutes.js +1 -1
  227. package/ee/server/controllers/authentication/utils.js +1 -1
  228. package/index.html +1 -1
  229. package/index.js +43 -26
  230. package/package.json +30 -37
  231. package/server/bootstrap.js +16 -0
  232. package/server/controllers/webhooks.js +6 -10
  233. package/server/services/api-token.js +1 -1
  234. package/server/services/metrics.js +6 -0
  235. package/server/services/permission/permissions-manager/sanitize.js +13 -5
  236. package/server/services/user.js +10 -0
  237. package/server/strategies/api-token.js +0 -3
  238. package/webpack.alias.js +0 -6
  239. package/webpack.config.js +1 -3
  240. package/build/2664.f33f619d.chunk.js +0 -2
  241. package/build/3226.1a4b5cd1.chunk.js +0 -2
  242. package/build/4064.2683bcce.chunk.js +0 -1
  243. package/build/4261.b7b7ac00.chunk.js +0 -1
  244. package/build/4362.c65ab24b.chunk.js +0 -1
  245. package/build/4741.1fb6ad6e.chunk.js +0 -2
  246. package/build/849.35b7e7af.chunk.js +0 -1
  247. package/build/9238.63386655.chunk.js +0 -1
  248. package/build/Admin-authenticatedApp.5e99b423.chunk.js +0 -1
  249. package/build/Admin_homePage.74b48134.chunk.js +0 -1
  250. package/build/Admin_marketplace.8d0028cc.chunk.js +0 -1
  251. package/build/Admin_profilePage.f276f571.chunk.js +0 -1
  252. package/build/Admin_settingsPage.1947fe0c.chunk.js +0 -1
  253. package/build/admin-edit-roles-page.2bccaf76.chunk.js +0 -1
  254. package/build/admin-edit-users.1632dcf7.chunk.js +0 -1
  255. package/build/admin-users.1f0533e6.chunk.js +0 -1
  256. package/build/api-tokens-list-page.d451255e.chunk.js +0 -1
  257. package/build/codemirror-css.d09c79d2.chunk.js +0 -1
  258. package/build/codemirror-theme.4a209ed5.chunk.js +0 -1
  259. package/build/content-manager.363a1bad.chunk.js +0 -1
  260. package/build/content-type-builder-translation-dk-json.215eca36.chunk.js +0 -1
  261. package/build/content-type-builder-translation-es-json.5a4f519b.chunk.js +0 -1
  262. package/build/content-type-builder-translation-id-json.e66f4e0a.chunk.js +0 -1
  263. package/build/content-type-builder.aa13e7a4.chunk.js +0 -1
  264. package/build/cropper-css.b71d1229.chunk.js +0 -1
  265. package/build/de-json.93987708.chunk.js +0 -1
  266. package/build/dk-json.97f8f309.chunk.js +0 -1
  267. package/build/email-settings-page.d3ce077f.chunk.js +0 -1
  268. package/build/email-translation-ar-json.536b0217.chunk.js +0 -1
  269. package/build/email-translation-cs-json.8f533c9b.chunk.js +0 -1
  270. package/build/email-translation-de-json.89f5373e.chunk.js +0 -1
  271. package/build/email-translation-dk-json.9c95cf96.chunk.js +0 -1
  272. package/build/email-translation-es-json.fec78330.chunk.js +0 -1
  273. package/build/email-translation-fr-json.76afb1c3.chunk.js +0 -1
  274. package/build/email-translation-id-json.1b3e055a.chunk.js +0 -1
  275. package/build/email-translation-it-json.7273fee2.chunk.js +0 -1
  276. package/build/email-translation-ms-json.af7c5861.chunk.js +0 -1
  277. package/build/email-translation-nl-json.10fec023.chunk.js +0 -1
  278. package/build/email-translation-pl-json.ebda42d5.chunk.js +0 -1
  279. package/build/email-translation-pt-BR-json.338d8b7c.chunk.js +0 -1
  280. package/build/email-translation-pt-json.1cd0fedf.chunk.js +0 -1
  281. package/build/email-translation-ru-json.2c369331.chunk.js +0 -1
  282. package/build/email-translation-sk-json.ba2e026d.chunk.js +0 -1
  283. package/build/email-translation-th-json.16457076.chunk.js +0 -1
  284. package/build/email-translation-tr-json.92e0a5d9.chunk.js +0 -1
  285. package/build/email-translation-uk-json.d00dd5b1.chunk.js +0 -1
  286. package/build/email-translation-vi-json.ed425dde.chunk.js +0 -1
  287. package/build/email-translation-zh-Hans-json.e2c630b6.chunk.js +0 -1
  288. package/build/email-translation-zh-json.2a06ebac.chunk.js +0 -1
  289. package/build/en-json.4c3c1c95.chunk.js +0 -1
  290. package/build/es-json.060b658c.chunk.js +0 -1
  291. package/build/fontawesome-css-all.90be2358.chunk.js +0 -1
  292. package/build/fontawesome-css.32df0f91.chunk.js +0 -1
  293. package/build/fr-json.c75e1a2e.chunk.js +0 -1
  294. package/build/highlight.js.3f31aed7.chunk.js +0 -1
  295. package/build/i18n-translation-fr-json.482f6933.chunk.js +0 -1
  296. package/build/ja-json.14eaee93.chunk.js +0 -1
  297. package/build/main.dfa22c7a.js +0 -2
  298. package/build/nl-json.9e55cf9c.chunk.js +0 -1
  299. package/build/pt-BR-json.e21cd994.chunk.js +0 -1
  300. package/build/runtime~main.2d8596f7.js +0 -1
  301. package/build/uk-json.3b8f967b.chunk.js +0 -1
  302. package/build/upload-translation-en-json.d205cecd.chunk.js +0 -1
  303. package/build/upload-translation-es-json.f9e9ffdf.chunk.js +0 -1
  304. package/build/upload-translation-it-json.fb24c332.chunk.js +0 -1
  305. package/build/users-email-settings-page.36142cd7.chunk.js +0 -1
  306. package/build/users-permissions-translation-es-json.768cc00e.chunk.js +0 -1
  307. package/build/users-permissions-translation-fr-json.12f3c930.chunk.js +0 -1
  308. package/build/users-permissions-translation-id-json.ec3deaf0.chunk.js +0 -1
  309. package/build/users-permissions-translation-ko-json.4677f640.chunk.js +0 -1
  310. package/build/users-permissions-translation-ru-json.4389c542.chunk.js +0 -1
  311. package/build/users-permissions-translation-sv-json.438e46f7.chunk.js +0 -1
  312. package/build/users-providers-settings-page.2c0685d3.chunk.js +0 -1
  313. package/build/users-roles-settings-page.61c9b376.chunk.js +0 -1
  314. package/build/webhook-edit-page.36755ae4.chunk.js +0 -1
  315. package/build/zh-Hans-json.e5041b18.chunk.js +0 -1
  316. package/build/zh-json.3b683748.chunk.js +0 -1
@@ -1 +1 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[749],{43930:e=>{"use strict";e.exports=JSON.parse('{"Analytics":"\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c","Auth.components.Oops.text":"\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e23\u0e30\u0e07\u0e31\u0e1a\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27","Auth.form.button.forgot-password":"\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25","Auth.form.button.go-home":"\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e25\u0e31\u0e01","Auth.form.button.login":"\u0e25\u0e47\u0e2d\u0e01\u0e2d\u0e34\u0e19","Auth.form.button.register":"\u0e21\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e01\u0e31\u0e19\u0e40\u0e16\u0e2d\u0e30","Auth.form.button.reset-password":"\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Auth.form.confirmPassword.label":"\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Auth.form.email.label":"\u0e2d\u0e35\u0e40\u0e21\u0e25","Auth.form.email.placeholder":"kai@doe.com","Auth.form.error.blocked":"\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e1a\u0e25\u0e47\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a","Auth.form.error.code.provide":"\u0e21\u0e35\u0e42\u0e04\u0e49\u0e14\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.confirmed":"\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19","Auth.form.error.email.invalid":"\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.email.provide":"\u0e42\u0e1b\u0e23\u0e14\u0e1b\u0e49\u0e2d\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Auth.form.error.email.taken":"\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27","Auth.form.error.invalid":"\u0e15\u0e31\u0e27\u0e23\u0e30\u0e1a\u0e38\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.params.provide":"\u0e21\u0e35\u0e1e\u0e32\u0e23\u0e32\u0e21\u0e34\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.password.format":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e35\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c `$` \u0e44\u0e14\u0e49\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e2a\u0e32\u0e21\u0e04\u0e23\u0e31\u0e49\u0e07","Auth.form.error.password.local":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19, \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e47\u0e2d\u0e01\u0e2d\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c","Auth.form.error.password.matching":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e19","Auth.form.error.password.provide":"\u0e42\u0e1b\u0e23\u0e14\u0e1b\u0e49\u0e2d\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Auth.form.error.ratelimit":"\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e21\u0e32\u0e01\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e43\u0e19\u0e19\u0e32\u0e17\u0e35\u0e16\u0e31\u0e14\u0e44\u0e1b","Auth.form.error.user.not-exist":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e19\u0e35\u0e49\u0e2d\u0e22\u0e39\u0e48","Auth.form.error.username.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","Auth.form.firstname.label":"\u0e0a\u0e37\u0e48\u0e2d","Auth.form.firstname.placeholder":"Kai","Auth.form.forgot-password.email.label":"\u0e1b\u0e49\u0e2d\u0e19\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Auth.form.forgot-password.email.label.success":"\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e44\u0e1b\u0e22\u0e31\u0e07","Auth.form.lastname.label":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25","Auth.form.lastname.placeholder":"Doe","Auth.form.password.label":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Auth.form.register.news.label":"\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15\u0e43\u0e2b\u0e49\u0e09\u0e31\u0e19\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19 (\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e17\u0e33\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e04\u0e38\u0e13\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a {terms} \u0e41\u0e25\u0e30 {policy})","Auth.form.rememberMe.label":"\u0e08\u0e33\u0e09\u0e31\u0e19\u0e44\u0e27\u0e49","Auth.form.username.label":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Auth.form.username.placeholder":"Kai Doe","Auth.link.forgot-password":"\u0e25\u0e37\u0e21\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13?","Auth.link.ready":"\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49?","Auth.link.signin":"\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49","Auth.link.signin.account":"\u0e21\u0e35\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e41\u0e25\u0e49\u0e27\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","Auth.privacy-policy-agreement.policy":"\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27","Auth.privacy-policy-agreement.terms":"\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02","Content Manager":"\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32","Content Type Builder":"\u0e15\u0e31\u0e27\u0e2a\u0e23\u0e49\u0e32\u0e07 Content-Types","Documentation":"\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d","Email":"\u0e2d\u0e35\u0e40\u0e21\u0e25","Files Upload":"\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c","HomePage.helmet.title":"\u0e42\u0e2e\u0e21\u0e40\u0e1e\u0e08","HomePage.roadmap":"\u0e14\u0e39\u0e42\u0e23\u0e14\u0e41\u0e21\u0e47\u0e1e\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32","HomePage.welcome.congrats":"\u0e22\u0e34\u0e19\u0e14\u0e35\u0e14\u0e49\u0e27\u0e22!","HomePage.welcome.congrats.content":"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e25\u0e47\u0e2d\u0e01\u0e2d\u0e34\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e04\u0e19\u0e41\u0e23\u0e01 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e49\u0e19\u0e1e\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e2d\u0e31\u0e19\u0e17\u0e23\u0e07\u0e1e\u0e25\u0e31\u0e07\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e44\u0e27\u0e49\u0e01\u0e31\u0e1a Strapi,","HomePage.welcome.congrats.content.bold":"\u0e40\u0e23\u0e32\u0e41\u0e19\u0e30\u0e19\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19-\u0e0a\u0e19\u0e34\u0e14\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Media Library":"\u0e44\u0e25\u0e1a\u0e23\u0e32\u0e23\u0e35\u0e2a\u0e37\u0e48\u0e2d","New entry":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48","Password":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Provider":"\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23","ResetPasswordToken":"\u0e42\u0e17\u0e40\u0e04\u0e47\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Role":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Roles & Permissions":"\u0e1a\u0e17\u0e1a\u0e32\u0e17 & \u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15","Roles.ListPage.notification.delete-all-not-allowed":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e1a\u0e32\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e44\u0e14\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e16\u0e39\u0e01\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.ListPage.notification.delete-not-allowed":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e44\u0e14\u0e49\u0e16\u0e49\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.RoleRow.user-count.plural":"{number} \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.RoleRow.user-count.singular":"{number} \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.components.List.empty.withSearch":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32 ({search})...","Settings.PageTitle":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 - {name}","Settings.error":"\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","Settings.global":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e42\u0e01\u0e25\u0e1a\u0e2d\u0e25","Settings.permissions":"\u0e1e\u0e32\u0e40\u0e19\u0e25\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e1a","Settings.permissions.category":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {category}","Settings.permissions.conditions.anytime":"\u0e17\u0e38\u0e01\u0e17\u0e35\u0e48\u0e17\u0e38\u0e01\u0e40\u0e27\u0e25\u0e32","Settings.permissions.conditions.apply":"\u0e19\u0e33\u0e44\u0e1b\u0e43\u0e0a\u0e49","Settings.permissions.conditions.can":"\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16","Settings.permissions.conditions.define-conditions":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02","Settings.permissions.conditions.links":"\u0e25\u0e34\u0e07\u0e01\u0e4c","Settings.permissions.conditions.no-actions":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23","Settings.permissions.conditions.or":"\u0e2b\u0e23\u0e37\u0e2d","Settings.permissions.conditions.selected.plural":"{number} \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01","Settings.permissions.conditions.selected.singular":"{number} \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01","Settings.permissions.conditions.when":"\u0e40\u0e21\u0e37\u0e48\u0e2d","Settings.permissions.menu.link.roles.label":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.permissions.menu.link.users.label":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Settings.permissions.users.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e43\u0e2b\u0e21\u0e48","Settings.permissions.users.form.email":"\u0e2d\u0e35\u0e40\u0e21\u0e25","Settings.permissions.users.form.firstname":"\u0e0a\u0e37\u0e48\u0e2d","Settings.permissions.users.form.lastname":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25","Settings.permissions.users.listview.header.title":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Settings.roles.create.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.create.title":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.created":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07","Settings.roles.edit.title":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.form.button.users-with-role":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e19\u0e35\u0e49","Settings.roles.form.created":"\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19","Settings.roles.form.description":"\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.form.input.description":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","Settings.roles.form.input.name":"\u0e0a\u0e37\u0e48\u0e2d","Settings.roles.form.permissions.attributesPermissions":"\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e43\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c","Settings.roles.form.permissions.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07","Settings.roles.form.permissions.delete":"\u0e25\u0e1a","Settings.roles.form.permissions.read":"\u0e2d\u0e48\u0e32\u0e19","Settings.roles.form.permissions.update":"\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15","Settings.roles.form.title":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","Settings.roles.list.button.add":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e43\u0e2b\u0e21\u0e48","Settings.roles.list.description":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.list.title.plural":"{number} \u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.list.title.singular":"{number} \u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.title":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.title.singular":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.webhooks.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.create.header":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e43\u0e2b\u0e21\u0e48","Settings.webhooks.created":"\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19","Settings.webhooks.disabled":"\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","Settings.webhooks.enabled":"\u0e16\u0e39\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","Settings.webhooks.events.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07","Settings.webhooks.form.events":"\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c","Settings.webhooks.form.headers":"\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27","Settings.webhooks.form.name":"\u0e0a\u0e37\u0e48\u0e2d","Settings.webhooks.form.url":"Url","Settings.webhooks.key":"\u0e04\u0e35\u0e22\u0e4c","Settings.webhooks.list.button.add":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04\u0e43\u0e2b\u0e21\u0e48","Settings.webhooks.list.description":"\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1c\u0e48\u0e32\u0e19 POST","Settings.webhooks.list.empty.description":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e07\u0e43\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49","Settings.webhooks.list.empty.link":"\u0e14\u0e39\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32","Settings.webhooks.list.empty.title":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.singular":"\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.title":"\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.trigger":"\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.trigger.cancel":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.trigger.pending":"\u0e04\u0e49\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48 ...","Settings.webhooks.trigger.save":"\u0e42\u0e1b\u0e23\u0e14\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.trigger.success":"\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08!","Settings.webhooks.trigger.success.label":"\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08","Settings.webhooks.trigger.test":"\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c\u0e17\u0e14\u0e2a\u0e2d\u0e1a","Settings.webhooks.trigger.title":"\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.value":"\u0e04\u0e48\u0e32","Username":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Users":"Users","Users & Permissions":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 & \u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15","Users.components.List.empty":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49...","Users.components.List.empty.withFilters":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e15\u0e32\u0e21\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 ...","Users.components.List.empty.withSearch":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32 ({search})...","app.components.BlockLink.code":"\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e42\u0e04\u0e49\u0e14","app.components.Button.cancel":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01","app.components.Button.reset":"\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15","app.components.Button.save":"\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","app.components.ComingSoonPage.comingSoon":"\u0e40\u0e23\u0e47\u0e27\u0e46\u0e19\u0e35\u0e49","app.components.DownloadInfo.download":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14 ...","app.components.DownloadInfo.text":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e2a\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48 \u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e14\u0e17\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.EmptyAttributes.title":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1f\u0e34\u0e25\u0e14\u0e4c","app.components.HomePage.button.blog":"\u0e14\u0e39\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e1a\u0e19\u0e1a\u0e25\u0e47\u0e2d\u0e01","app.components.HomePage.community":"\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e1a\u0e19\u0e40\u0e27\u0e47\u0e1a","app.components.HomePage.community.content":"\u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\u0e01\u0e31\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1a\u0e19\u0e2d\u0e35\u0e01\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07","app.components.HomePage.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.HomePage.welcome":"\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a\u0e2a\u0e39\u0e48\u0e1a\u0e2d\u0e23\u0e4c\u0e14!","app.components.HomePage.welcome.again":"\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a ","app.components.HomePage.welcomeBlock.content":"\u0e40\u0e23\u0e32\u0e22\u0e34\u0e19\u0e14\u0e35\u0e17\u0e35\u0e48\u0e08\u0e30\u0e21\u0e35\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e0a\u0e38\u0e21\u0e0a\u0e19. \u0e04\u0e38\u0e13\u0e23\u0e39\u0e49\u0e44\u0e2b\u0e21? \u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e21\u0e2d\u0e07\u0e2b\u0e32\u0e1c\u0e25\u0e15\u0e2d\u0e1a\u0e23\u0e31\u0e1a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07 \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e1a\u0e32\u0e22\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32 ","app.components.HomePage.welcomeBlock.content.again":"\u0e40\u0e23\u0e32\u0e2b\u0e27\u0e31\u0e07\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e08\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e32\u0e21\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 ... \u0e2d\u0e48\u0e32\u0e19\u0e02\u0e48\u0e32\u0e27\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a Strapi \u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e2b\u0e49\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e41\u0e01\u0e48\u0e40\u0e23\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e42\u0e14\u0e22\u0e22\u0e36\u0e14\u0e15\u0e32\u0e21\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.HomePage.welcomeBlock.content.issues":"\u0e1b\u0e31\u0e0d\u0e2b\u0e32.","app.components.HomePage.welcomeBlock.content.raise":" \u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 ","app.components.ImgPreview.hint":"\u0e25\u0e32\u0e01 & \u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e07\u0e43\u0e19\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e19\u0e35\u0e49 \u0e2b\u0e23\u0e37\u0e2d{browse}\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e32\u0e44\u0e1f\u0e25\u0e4c\u0e17\u0e35\u0e48\u0e08\u0e30\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14","app.components.ImgPreview.hint.browse":"\u0e40\u0e23\u0e35\u0e22\u0e01\u0e14\u0e39","app.components.InputFile.newFile":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e44\u0e1f\u0e25\u0e4c\u0e43\u0e2b\u0e21\u0e48","app.components.InputFileDetails.open":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e19\u0e41\u0e17\u0e47\u0e1a\u0e43\u0e2b\u0e21\u0e48","app.components.InputFileDetails.originalName":"\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e14\u0e34\u0e21:","app.components.InputFileDetails.remove":"\u0e25\u0e1a\u0e44\u0e1f\u0e25\u0e4c\u0e19\u0e35\u0e49","app.components.InputFileDetails.size":"\u0e02\u0e19\u0e32\u0e14:","app.components.InstallPluginPage.Download.description":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e2d\u0e07\u0e2a\u0e32\u0e21\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e41\u0e25\u0e30\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.InstallPluginPage.Download.title":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14...","app.components.InstallPluginPage.description":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e2d\u0e1b\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e07\u0e48\u0e32\u0e22\u0e14\u0e32\u0e22","app.components.InstallPluginPage.helmet":"\u0e15\u0e25\u0e32\u0e14 - \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.InstallPluginPage.title":"\u0e15\u0e25\u0e32\u0e14 - \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuFooter.documentation":"\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d","app.components.LeftMenuFooter.help":"\u0e27\u0e34\u0e18\u0e35\u0e43\u0e0a\u0e49","app.components.LeftMenuFooter.poweredBy":"\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e42\u0e14\u0e22 ","app.components.LeftMenuLinkContainer.collectionTypes":"\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","app.components.LeftMenuLinkContainer.configuration":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.LeftMenuLinkContainer.general":"\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b","app.components.LeftMenuLinkContainer.installNewPlugin":"\u0e15\u0e25\u0e32\u0e14","app.components.LeftMenuLinkContainer.listPlugins":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuLinkContainer.noPluginsInstalled":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuLinkContainer.plugins":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuLinkContainer.settings":"\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","app.components.LeftMenuLinkContainer.singleTypes":"\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e14\u0e35\u0e22\u0e27","app.components.ListPluginsPage.deletePlugin.description":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e2d\u0e07\u0e2a\u0e32\u0e21\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e16\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.ListPluginsPage.deletePlugin.title":"\u0e01\u0e32\u0e23\u0e16\u0e2d\u0e19\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.ListPluginsPage.description":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e44\u0e27\u0e49\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e47\u0e01\u0e15\u0e4c","app.components.ListPluginsPage.helmet.title":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.ListPluginsPage.title":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.Logout.logout":"\u0e25\u0e47\u0e2d\u0e01\u0e40\u0e2d\u0e32\u0e15\u0e4c","app.components.Logout.profile":"\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c","app.components.NotFoundPage.back":"\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e42\u0e2e\u0e21\u0e40\u0e1e\u0e08","app.components.NotFoundPage.description":"\u0e44\u0e21\u0e48\u0e1e\u0e1a","app.components.Official":"\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23","app.components.Onboarding.label.completed":"% \u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c","app.components.Onboarding.title":"\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","app.components.PluginCard.Button.label.download":"\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14","app.components.PluginCard.Button.label.install":"\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e41\u0e25\u0e49\u0e27","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30 autoReload \u0e15\u0e49\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 \u0e42\u0e1b\u0e23\u0e14\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e41\u0e2d\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49 `yarn develop`","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"\u0e09\u0e31\u0e19\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"\u0e14\u0e49\u0e27\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e14\u0e49\u0e32\u0e19\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e14\u0e49\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e27\u0e30\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19","app.components.PluginCard.PopUpWarning.install.impossible.title":"\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49","app.components.PluginCard.compatible":"\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e19\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e41\u0e2d\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.PluginCard.compatibleCommunity":"\u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e48\u0e19\u0e0a\u0e38\u0e21\u0e0a\u0e19","app.components.PluginCard.more-details":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21","app.components.UpgradePlanModal.button":"\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21","app.components.UpgradePlanModal.limit-reached":"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e16\u0e36\u0e07\u0e02\u0e35\u0e14\u0e08\u0e33\u0e01\u0e31\u0e14\u0e41\u0e25\u0e49\u0e27","app.components.UpgradePlanModal.text-ce":"\u0e40\u0e2d\u0e14\u0e34\u0e0a\u0e31\u0e19\u0e0a\u0e38\u0e21\u0e0a\u0e19","app.components.UpgradePlanModal.text-ee":"\u0e40\u0e2d\u0e14\u0e34\u0e0a\u0e31\u0e19 Enterprise","app.components.UpgradePlanModal.text-power":"\u0e1b\u0e25\u0e14\u0e25\u0e47\u0e2d\u0e01\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e40\u0e15\u0e47\u0e21","app.components.UpgradePlanModal.text-strapi":"\u0e02\u0e2d\u0e07 Strapi \u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e01\u0e23\u0e14\u0e41\u0e1c\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e1b\u0e22\u0e31\u0e07","app.components.Users.MagicLink.connect":"\u0e2a\u0e48\u0e07\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e19\u0e35\u0e49\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d","app.components.Users.ModalCreateBody.block-title.details":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","app.components.Users.ModalCreateBody.block-title.roles":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","app.components.Users.SortPicker.button-label":"\u0e40\u0e23\u0e35\u0e22\u0e07\u0e15\u0e32\u0e21","app.components.Users.SortPicker.sortby.email_asc":"\u0e2d\u0e35\u0e40\u0e21\u0e25 (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.email_desc":"\u0e2d\u0e35\u0e40\u0e21\u0e25 (Z \u0e16\u0e36\u0e07 A)","app.components.Users.SortPicker.sortby.firstname_asc":"\u0e0a\u0e37\u0e48\u0e2d (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.firstname_desc":"\u0e0a\u0e37\u0e48\u0e2d (Z \u0e16\u0e36\u0e07 A)","app.components.Users.SortPicker.sortby.lastname_asc":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.lastname_desc":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (Z \u0e16\u0e36\u0e07 A)","app.components.Users.SortPicker.sortby.username_asc":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.username_desc":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 (Z \u0e16\u0e36\u0e07 A)","app.components.listPlugins.button":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e43\u0e2b\u0e21\u0e48","app.components.listPlugins.title.none":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.listPlugins.title.plural":"{number} \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e16\u0e39\u0e01\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.listPlugins.title.singular":"{number} \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e16\u0e39\u0e01\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.listPluginsPage.deletePlugin.error":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e16\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.containers.App.notification.error.init":"\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d API","app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin":"\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e19\u0e35\u0e49\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.containers.AuthPage.ForgotPasswordSuccess.text.email":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e2d\u0e07\u0e2a\u0e32\u0e21\u0e19\u0e32\u0e17\u0e35\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e01\u0e32\u0e23\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.containers.AuthPage.ForgotPasswordSuccess.title":"\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e41\u0e25\u0e49\u0e27","app.containers.Users.EditPage.form.active.label":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","app.containers.Users.EditPage.header.label":"\u0e41\u0e01\u0e49\u0e44\u0e02 {name}","app.containers.Users.EditPage.header.label-loading":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","app.containers.Users.EditPage.roles-bloc-title":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e17\u0e35\u0e48\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c","app.containers.Users.ModalForm.footer.button-success":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","app.links.configure-view":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07","app.static.links.cheatsheet":"\u0e0a\u0e35\u0e17\u0e0a\u0e35\u0e17","app.utils.SelectOption.defaultMessage":" ","app.utils.add-filter":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","app.utils.defaultMessage":" ","app.utils.delete":"\u0e25\u0e1a","app.utils.errors.file-too-big.message":"\u0e44\u0e1f\u0e25\u0e4c\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","app.utils.filters":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","app.utils.placeholder.defaultMessage":" ","app.utils.select-all":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","component.Input.error.validation.integer":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e15\u0e47\u0e21","components.AutoReloadBlocker.description":"\u0e23\u0e31\u0e19 Strapi \u0e14\u0e49\u0e27\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49:","components.AutoReloadBlocker.header":"\u0e23\u0e35\u0e42\u0e2b\u0e25\u0e14\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49","components.ErrorBoundary.title":"\u0e21\u0e35\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14...","components.Input.error.attribute.key.taken":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.Input.error.attribute.sameKeyAndName":"\u0e44\u0e21\u0e48\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a","components.Input.error.attribute.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.Input.error.contain.lowercase":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e15\u0e31\u0e27\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e40\u0e25\u0e47\u0e01\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e15\u0e31\u0e27","components.Input.error.contain.number":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02","components.Input.error.contain.uppercase":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e15\u0e31\u0e27\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e43\u0e2b\u0e0d\u0e48\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e15\u0e31\u0e27","components.Input.error.contentTypeName.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e19","components.Input.error.validation.email":"\u0e19\u0e35\u0e48\u0e21\u0e31\u0e19\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e2d\u0e35\u0e40\u0e21\u0e25","components.Input.error.validation.json":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a JSON","components.Input.error.validation.max":"\u0e04\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b.","components.Input.error.validation.maxLength":"\u0e04\u0e48\u0e32\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e22\u0e32\u0e27\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","components.Input.error.validation.min":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e48\u0e33\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b.","components.Input.error.validation.minLength":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b.","components.Input.error.validation.minSupMax":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32","components.Input.error.validation.regex":"\u0e04\u0e48\u0e32\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a regex","components.Input.error.validation.required":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19","components.Input.error.validation.unique":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.InputSelect.option.placeholder":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48","components.ListRow.empty":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e41\u0e2a\u0e14\u0e07.","components.OverlayBlocker.description":"\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e0a\u0e49\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c \u0e42\u0e1b\u0e23\u0e14\u0e23\u0e2d\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e08\u0e30\u0e40\u0e23\u0e34\u0e48\u0e21\u0e17\u0e33\u0e07\u0e32\u0e19","components.OverlayBlocker.description.serverError":"\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e04\u0e27\u0e23\u0e16\u0e39\u0e01\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17 \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e21\u0e34\u0e19\u0e31\u0e25","components.OverlayBlocker.title":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e01\u0e32\u0e23\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17...","components.OverlayBlocker.title.serverError":"\u0e01\u0e32\u0e23\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e19\u0e32\u0e19\u0e01\u0e27\u0e48\u0e32\u0e17\u0e35\u0e48\u0e04\u0e32\u0e14\u0e44\u0e27\u0e49","components.PageFooter.select":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32","components.ProductionBlocker.description":"\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e40\u0e23\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e27\u0e30\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e2d\u0e37\u0e48\u0e19","components.ProductionBlocker.header":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19","components.Search.placeholder":"\u0e04\u0e49\u0e19\u0e2b\u0e32...","components.Wysiwyg.collapse":"\u0e22\u0e38\u0e1a","components.Wysiwyg.selectOptions.H1":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H1","components.Wysiwyg.selectOptions.H2":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H2","components.Wysiwyg.selectOptions.H3":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H3","components.Wysiwyg.selectOptions.H4":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H4","components.Wysiwyg.selectOptions.H5":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H5","components.Wysiwyg.selectOptions.H6":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H6","components.Wysiwyg.selectOptions.title":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07","components.WysiwygBottomControls.charactersIndicators":"\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30","components.WysiwygBottomControls.fullscreen":"\u0e02\u0e22\u0e32\u0e22","components.WysiwygBottomControls.uploadFiles":"\u0e25\u0e32\u0e01 & \u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e44\u0e1f\u0e25\u0e4c\u0e27\u0e32\u0e07\u0e08\u0e32\u0e01\u0e04\u0e25\u0e34\u0e1b\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e2b\u0e23\u0e37\u0e2d {browse}","components.WysiwygBottomControls.uploadFiles.browse":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","components.popUpWarning.button.cancel":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01","components.popUpWarning.button.confirm":"\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19","components.popUpWarning.message":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","components.popUpWarning.title":"\u0e42\u0e1b\u0e23\u0e14\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19","content-manager.EditRelations.title":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e0a\u0e34\u0e07\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c","content-manager.api.id":"\u0e23\u0e2b\u0e31\u0e2a API","content-manager.components.AddFilterCTA.add":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.components.AddFilterCTA.hide":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.components.DraggableAttr.edit":"\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e41\u0e01\u0e49\u0e44\u0e02","content-manager.components.DynamicZone.pick-compo":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","content-manager.components.DynamicZone.required":"\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","content-manager.components.EmptyAttributesBlock.button":"\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","content-manager.components.EmptyAttributesBlock.description":"\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.components.FieldItem.linkToComponentLayout":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","content-manager.components.FilterOptions.button.apply":"\u0e19\u0e33\u0e44\u0e1b\u0e43\u0e0a\u0e49","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"\u0e19\u0e33\u0e44\u0e1b\u0e43\u0e0a\u0e49","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"\u0e25\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","content-manager.components.FiltersPickWrapper.PluginHeader.description":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e23\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e32\u0e07\u0e46","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.components.FiltersPickWrapper.hide":"\u0e0b\u0e48\u0e2d\u0e19","content-manager.components.LimitSelect.itemsPerPage":"\u0e44\u0e2d\u0e40\u0e17\u0e47\u0e21\u0e15\u0e48\u0e2d\u0e40\u0e1e\u0e08","content-manager.components.NotAllowedInput.text":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e39\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49","content-manager.components.Search.placeholder":"\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23...","content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02\u0e08\u0e30\u0e21\u0e35\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19","content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e02\u0e2d\u0e07\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.components.SettingsViewWrapper.pluginHeader.title":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07 - {name}","content-manager.components.TableDelete.delete":"\u0e25\u0e1a\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","content-manager.components.TableDelete.deleteSelected":"\u0e25\u0e1a\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e27\u0e49","content-manager.components.TableEmpty.withFilters":"\u0e44\u0e21\u0e48\u0e21\u0e35 {contentType} \u0e15\u0e32\u0e21\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 ...","content-manager.components.TableEmpty.withSearch":"\u0e44\u0e21\u0e48\u0e21\u0e35 {contentType} \u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32 ({search})...","content-manager.components.TableEmpty.withoutFilter":"\u0e44\u0e21\u0e48\u0e21\u0e35 {contentType}...","content-manager.components.empty-repeatable":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25 \u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e1b\u0e38\u0e48\u0e21\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b","content-manager.components.notification.info.maximum-requirement":"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e21\u0e32\u0e16\u0e36\u0e07\u0e08\u0e33\u0e19\u0e27\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e41\u0e25\u0e49\u0e27","content-manager.components.notification.info.minimum-requirement":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e16\u0e39\u0e01\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e43\u0e2b\u0e49\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14","content-manager.components.reset-entry":"\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.components.uid.apply":"\u0e2a\u0e21\u0e31\u0e04\u0e23","content-manager.components.uid.available":"\u0e17\u0e35\u0e48\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","content-manager.components.uid.regenerate":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","content-manager.components.uid.suggested":"\u0e04\u0e48\u0e32\u0e41\u0e19\u0e30\u0e19\u0e33","content-manager.components.uid.unavailable":"\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e07","content-manager.containers.Edit.Link.Layout":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","content-manager.containers.Edit.Link.Model":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.containers.Edit.addAnItem":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e44\u0e2d\u0e40\u0e17\u0e47\u0e21...","content-manager.containers.Edit.clickToJump":"\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e02\u0e49\u0e32\u0e21\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.Edit.delete":"\u0e25\u0e1a","content-manager.containers.Edit.editing":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02...","content-manager.containers.Edit.pluginHeader.title.new":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.Edit.reset":"\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15","content-manager.containers.Edit.returnList":"\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.Edit.seeDetails":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","content-manager.containers.Edit.submit":"\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","content-manager.containers.EditSettingsView.modal-form.edit-field":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.containers.EditView.components.missing.plural":"\u0e21\u0e35 {count} \u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e22\u0e44\u0e1b","content-manager.containers.EditView.components.missing.singular":"\u0e21\u0e35 {count} \u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e22\u0e44\u0e1b","content-manager.containers.EditView.notification.errors":"\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07","content-manager.containers.Home.introduction":"\u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e2b\u0e49\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e43\u0e19\u0e40\u0e21\u0e19\u0e39\u0e14\u0e49\u0e32\u0e19\u0e0b\u0e49\u0e32\u0e22 \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e41\u0e25\u0e30\u0e22\u0e31\u0e07\u0e04\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32","content-manager.containers.Home.pluginHeaderDescription":"\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e2d\u0e34\u0e19\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e1f\u0e2a\u0e17\u0e35\u0e48\u0e17\u0e23\u0e07\u0e1e\u0e25\u0e31\u0e07\u0e41\u0e25\u0e30\u0e2a\u0e27\u0e22\u0e07\u0e32\u0e21","content-manager.containers.Home.pluginHeaderTitle":"\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32","content-manager.containers.List.errorFetchRecords":"\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","content-manager.containers.ListPage.displayedFields":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07","content-manager.containers.ListSettingsView.modal-form.edit-label":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e25\u0e40\u0e1a\u0e25","content-manager.containers.SettingPage.add.field":"\u0e41\u0e17\u0e23\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19","content-manager.containers.SettingPage.add.relational-field":"\u0e41\u0e17\u0e23\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e0a\u0e34\u0e07\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e2d\u0e37\u0e48\u0e19","content-manager.containers.SettingPage.attributes":"\u0e1f\u0e34\u0e25\u0e14\u0e4c Attributes","content-manager.containers.SettingPage.attributes.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c","content-manager.containers.SettingPage.editSettings.description":"\u0e25\u0e32\u0e01 & \u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","content-manager.containers.SettingPage.editSettings.entry.title":"\u0e0a\u0e37\u0e48\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.SettingPage.editSettings.entry.title.description":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.containers.SettingPage.editSettings.title":"\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02 (\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07)","content-manager.containers.SettingPage.layout":"\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","content-manager.containers.SettingPage.listSettings.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e2d\u0e47\u0e2d\u0e1e\u0e0a\u0e31\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e19\u0e35\u0e49","content-manager.containers.SettingPage.listSettings.title":"\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23 (\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32)","content-manager.containers.SettingPage.pluginHeaderDescription":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e19\u0e35\u0e49","content-manager.containers.SettingPage.relations":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e0a\u0e34\u0e07\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c","content-manager.containers.SettingPage.settings":"\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","content-manager.containers.SettingPage.view":"\u0e14\u0e39","content-manager.containers.SettingViewModel.pluginHeader.title":"Content Manager - {name}","content-manager.containers.SettingsPage.Block.contentType.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30","content-manager.containers.SettingsPage.Block.contentType.title":"\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.containers.SettingsPage.Block.generalSettings.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e04\u0e48\u0e32\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19\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","content-manager.containers.SettingsPage.Block.generalSettings.title":"\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b","content-manager.containers.SettingsPage.pluginHeaderDescription":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e41\u0e25\u0e30\u0e01\u0e25\u0e38\u0e48\u0e21\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","content-manager.containers.SettingsView.list.subtitle":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e41\u0e25\u0e30\u0e01\u0e25\u0e38\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.containers.SettingsView.list.title":"\u0e41\u0e2a\u0e14\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","content-manager.emptyAttributes.button":"\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e15\u0e31\u0e27\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.emptyAttributes.description":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e07\u0e43\u0e19\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.emptyAttributes.title":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.error.attribute.key.taken":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","content-manager.error.attribute.sameKeyAndName":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a","content-manager.error.attribute.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","content-manager.error.contentTypeName.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","content-manager.error.model.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e42\u0e21\u0e40\u0e14\u0e25","content-manager.error.record.create":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.record.delete":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.record.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.record.update":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.records.count":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e33\u0e19\u0e27\u0e19\u0e19\u0e31\u0e1a\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.records.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.schema.generation":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e01\u0e35\u0e21\u0e32","content-manager.error.validation.json":"\u0e19\u0e35\u0e48\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48 JSON \u0e49","content-manager.error.validation.max":"\u0e04\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.maxLength":"\u0e04\u0e48\u0e32\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e22\u0e32\u0e27\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.min":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e48\u0e33\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.minLength":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.minSupMax":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32","content-manager.error.validation.regex":"\u0e04\u0e48\u0e32\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a regex","content-manager.error.validation.required":"\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e49\u0e2d\u0e19\u0e19\u0e35\u0e49\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35","content-manager.form.Input.bulkActions":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e2d\u0e47\u0e04\u0e0a\u0e31\u0e19\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48","content-manager.form.Input.defaultSort":"\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e07\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19","content-manager.form.Input.description":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","content-manager.form.Input.description.placeholder":"\u0e41\u0e2a\u0e14\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c","content-manager.form.Input.editable":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e14\u0e49","content-manager.form.Input.filters":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.form.Input.label":"\u0e40\u0e25\u0e40\u0e1a\u0e25","content-manager.form.Input.label.inputDescription":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e40\u0e25\u0e40\u0e1a\u0e25\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07","content-manager.form.Input.pageEntries":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32","content-manager.form.Input.pageEntries.inputDescription":"\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38: \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.form.Input.placeholder":"\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07","content-manager.form.Input.placeholder.placeholder":"\u0e04\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19","content-manager.form.Input.search":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32","content-manager.form.Input.search.field":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e1a\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49","content-manager.form.Input.sort.field":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e07\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e1a\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49","content-manager.form.Input.wysiwyg":"\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e1b\u0e47\u0e19 WYSIWYG","content-manager.global.displayedFields":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07","content-manager.groups":"\u0e01\u0e25\u0e38\u0e48\u0e21","content-manager.groups.numbered":"\u0e01\u0e25\u0e38\u0e48\u0e21 ({number})","content-manager.models":"\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.models.numbered":"\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19 ({number})","content-manager.notification.error.displayedFields":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.notification.error.relationship.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c","content-manager.notification.info.SettingPage.disableSort":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e07\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15","content-manager.notification.info.minimumFields":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.notification.upload.error":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.pageNotFound":"\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e2b\u0e19\u0e49\u0e32","content-manager.permissions.not-allowed.create":"\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23","content-manager.permissions.not-allowed.update":"\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e14\u0e39\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e19\u0e35\u0e49","content-manager.plugin.description.long":"\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e39\u0e41\u0e01\u0e49\u0e44\u0e02\u0e41\u0e25\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e19\u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.plugin.description.short":"\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e39\u0e41\u0e01\u0e49\u0e44\u0e02\u0e41\u0e25\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e19\u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.popUpWarning.bodyMessage.contentType.delete":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","content-manager.popUpWarning.warning.cancelAllSettings":"\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?","content-manager.popUpWarning.warning.updateAllSettings":"\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e08\u0e30\u0e1b\u0e23\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.success.record.delete":"\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27","content-manager.success.record.save":"\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","form.button.continue":"\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d","form.button.done":"\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27","form.button.finish":"\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19","global.prompt.unsaved":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48? \u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e08\u0e30\u0e2b\u0e32\u0e22\u0e44\u0e1b","notification.contentType.relations.conflict":"\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e02\u0e31\u0e14\u0e41\u0e22\u0e49\u0e07\u0e01\u0e31\u0e19","notification.error":"\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","notification.error.layout":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","notification.form.error.fields":"\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07","notification.form.success.fields":"\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","notification.link-copied":"\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e04\u0e25\u0e34\u0e1b\u0e1a\u0e2d\u0e23\u0e4c\u0e14","notification.success.delete":"\u0e44\u0e2d\u0e40\u0e17\u0e47\u0e21\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27","notification.success.saved":"\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","request.error.model.unknown":"\u0e42\u0e21\u0e40\u0e14\u0e25\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48"}')}}]);
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[749],{49582:e=>{e.exports=JSON.parse('{"Analytics":"\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c","Auth.components.Oops.text":"\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e23\u0e30\u0e07\u0e31\u0e1a\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27","Auth.form.button.forgot-password":"\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25","Auth.form.button.go-home":"\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e25\u0e31\u0e01","Auth.form.button.login":"\u0e25\u0e47\u0e2d\u0e01\u0e2d\u0e34\u0e19","Auth.form.button.register":"\u0e21\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e01\u0e31\u0e19\u0e40\u0e16\u0e2d\u0e30","Auth.form.button.reset-password":"\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Auth.form.confirmPassword.label":"\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Auth.form.email.label":"\u0e2d\u0e35\u0e40\u0e21\u0e25","Auth.form.email.placeholder":"kai@doe.com","Auth.form.error.blocked":"\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e1a\u0e25\u0e47\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a","Auth.form.error.code.provide":"\u0e21\u0e35\u0e42\u0e04\u0e49\u0e14\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.confirmed":"\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19","Auth.form.error.email.invalid":"\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.email.provide":"\u0e42\u0e1b\u0e23\u0e14\u0e1b\u0e49\u0e2d\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Auth.form.error.email.taken":"\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27","Auth.form.error.invalid":"\u0e15\u0e31\u0e27\u0e23\u0e30\u0e1a\u0e38\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.params.provide":"\u0e21\u0e35\u0e1e\u0e32\u0e23\u0e32\u0e21\u0e34\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","Auth.form.error.password.format":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e35\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c `$` \u0e44\u0e14\u0e49\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e2a\u0e32\u0e21\u0e04\u0e23\u0e31\u0e49\u0e07","Auth.form.error.password.local":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19, \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e47\u0e2d\u0e01\u0e2d\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c","Auth.form.error.password.matching":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e19","Auth.form.error.password.provide":"\u0e42\u0e1b\u0e23\u0e14\u0e1b\u0e49\u0e2d\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Auth.form.error.ratelimit":"\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e21\u0e32\u0e01\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e43\u0e19\u0e19\u0e32\u0e17\u0e35\u0e16\u0e31\u0e14\u0e44\u0e1b","Auth.form.error.user.not-exist":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e19\u0e35\u0e49\u0e2d\u0e22\u0e39\u0e48","Auth.form.error.username.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","Auth.form.firstname.label":"\u0e0a\u0e37\u0e48\u0e2d","Auth.form.firstname.placeholder":"Kai","Auth.form.forgot-password.email.label":"\u0e1b\u0e49\u0e2d\u0e19\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Auth.form.forgot-password.email.label.success":"\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e44\u0e1b\u0e22\u0e31\u0e07","Auth.form.lastname.label":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25","Auth.form.lastname.placeholder":"Doe","Auth.form.password.label":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Auth.form.register.news.label":"\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15\u0e43\u0e2b\u0e49\u0e09\u0e31\u0e19\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19 (\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e17\u0e33\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e04\u0e38\u0e13\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a {terms} \u0e41\u0e25\u0e30 {policy})","Auth.form.rememberMe.label":"\u0e08\u0e33\u0e09\u0e31\u0e19\u0e44\u0e27\u0e49","Auth.form.username.label":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Auth.form.username.placeholder":"Kai Doe","Auth.link.forgot-password":"\u0e25\u0e37\u0e21\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13?","Auth.link.ready":"\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49?","Auth.link.signin":"\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49","Auth.link.signin.account":"\u0e21\u0e35\u0e41\u0e2d\u0e04\u0e40\u0e04\u0e32\u0e15\u0e4c\u0e41\u0e25\u0e49\u0e27\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","Auth.privacy-policy-agreement.policy":"\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27","Auth.privacy-policy-agreement.terms":"\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02","Content Manager":"\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32","Content Type Builder":"\u0e15\u0e31\u0e27\u0e2a\u0e23\u0e49\u0e32\u0e07 Content-Types","Documentation":"\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d","Email":"\u0e2d\u0e35\u0e40\u0e21\u0e25","Files Upload":"\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c","HomePage.helmet.title":"\u0e42\u0e2e\u0e21\u0e40\u0e1e\u0e08","HomePage.roadmap":"\u0e14\u0e39\u0e42\u0e23\u0e14\u0e41\u0e21\u0e47\u0e1e\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32","HomePage.welcome.congrats":"\u0e22\u0e34\u0e19\u0e14\u0e35\u0e14\u0e49\u0e27\u0e22!","HomePage.welcome.congrats.content":"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e25\u0e47\u0e2d\u0e01\u0e2d\u0e34\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e04\u0e19\u0e41\u0e23\u0e01 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e49\u0e19\u0e1e\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e2d\u0e31\u0e19\u0e17\u0e23\u0e07\u0e1e\u0e25\u0e31\u0e07\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e44\u0e27\u0e49\u0e01\u0e31\u0e1a Strapi,","HomePage.welcome.congrats.content.bold":"\u0e40\u0e23\u0e32\u0e41\u0e19\u0e30\u0e19\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19-\u0e0a\u0e19\u0e34\u0e14\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","Media Library":"\u0e44\u0e25\u0e1a\u0e23\u0e32\u0e23\u0e35\u0e2a\u0e37\u0e48\u0e2d","New entry":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48","Password":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Provider":"\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23","ResetPasswordToken":"\u0e42\u0e17\u0e40\u0e04\u0e47\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19","Role":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Roles & Permissions":"\u0e1a\u0e17\u0e1a\u0e32\u0e17 & \u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15","Roles.ListPage.notification.delete-all-not-allowed":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e1a\u0e32\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e44\u0e14\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e16\u0e39\u0e01\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.ListPage.notification.delete-not-allowed":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e44\u0e14\u0e49\u0e16\u0e49\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.RoleRow.user-count.plural":"{number} \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.RoleRow.user-count.singular":"{number} \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Roles.components.List.empty.withSearch":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32 ({search})...","Settings.PageTitle":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 - {name}","Settings.error":"\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","Settings.global":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e42\u0e01\u0e25\u0e1a\u0e2d\u0e25","Settings.permissions":"\u0e1e\u0e32\u0e40\u0e19\u0e25\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e1a","Settings.permissions.category":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {category}","Settings.permissions.conditions.anytime":"\u0e17\u0e38\u0e01\u0e17\u0e35\u0e48\u0e17\u0e38\u0e01\u0e40\u0e27\u0e25\u0e32","Settings.permissions.conditions.apply":"\u0e19\u0e33\u0e44\u0e1b\u0e43\u0e0a\u0e49","Settings.permissions.conditions.can":"\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16","Settings.permissions.conditions.define-conditions":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02","Settings.permissions.conditions.links":"\u0e25\u0e34\u0e07\u0e01\u0e4c","Settings.permissions.conditions.no-actions":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23","Settings.permissions.conditions.or":"\u0e2b\u0e23\u0e37\u0e2d","Settings.permissions.conditions.selected.plural":"{number} \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01","Settings.permissions.conditions.selected.singular":"{number} \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01","Settings.permissions.conditions.when":"\u0e40\u0e21\u0e37\u0e48\u0e2d","Settings.permissions.menu.link.roles.label":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.permissions.menu.link.users.label":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Settings.permissions.users.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e43\u0e2b\u0e21\u0e48","Settings.permissions.users.form.email":"\u0e2d\u0e35\u0e40\u0e21\u0e25","Settings.permissions.users.form.firstname":"\u0e0a\u0e37\u0e48\u0e2d","Settings.permissions.users.form.lastname":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25","Settings.permissions.users.listview.header.title":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Settings.roles.create.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.create.title":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.created":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07","Settings.roles.edit.title":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.form.button.users-with-role":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e19\u0e35\u0e49","Settings.roles.form.created":"\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19","Settings.roles.form.description":"\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.form.input.description":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","Settings.roles.form.input.name":"\u0e0a\u0e37\u0e48\u0e2d","Settings.roles.form.permissions.attributesPermissions":"\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e43\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c","Settings.roles.form.permissions.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07","Settings.roles.form.permissions.delete":"\u0e25\u0e1a","Settings.roles.form.permissions.read":"\u0e2d\u0e48\u0e32\u0e19","Settings.roles.form.permissions.update":"\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15","Settings.roles.form.title":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","Settings.roles.list.button.add":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e43\u0e2b\u0e21\u0e48","Settings.roles.list.description":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.list.title.plural":"{number} \u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.list.title.singular":"{number} \u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.title":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.roles.title.singular":"\u0e1a\u0e17\u0e1a\u0e32\u0e17","Settings.webhooks.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.create.header":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e43\u0e2b\u0e21\u0e48","Settings.webhooks.created":"\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19","Settings.webhooks.disabled":"\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","Settings.webhooks.enabled":"\u0e16\u0e39\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","Settings.webhooks.events.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07","Settings.webhooks.form.events":"\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c","Settings.webhooks.form.headers":"\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27","Settings.webhooks.form.name":"\u0e0a\u0e37\u0e48\u0e2d","Settings.webhooks.form.url":"Url","Settings.webhooks.key":"\u0e04\u0e35\u0e22\u0e4c","Settings.webhooks.list.button.add":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04\u0e43\u0e2b\u0e21\u0e48","Settings.webhooks.list.description":"\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1c\u0e48\u0e32\u0e19 POST","Settings.webhooks.list.empty.description":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e07\u0e43\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49","Settings.webhooks.list.empty.link":"\u0e14\u0e39\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32","Settings.webhooks.list.empty.title":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.singular":"\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.title":"\u0e40\u0e27\u0e47\u0e1a\u0e2e\u0e38\u0e04","Settings.webhooks.trigger":"\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.trigger.cancel":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.trigger.pending":"\u0e04\u0e49\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48 ...","Settings.webhooks.trigger.save":"\u0e42\u0e1b\u0e23\u0e14\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.trigger.success":"\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08!","Settings.webhooks.trigger.success.label":"\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08","Settings.webhooks.trigger.test":"\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c\u0e17\u0e14\u0e2a\u0e2d\u0e1a","Settings.webhooks.trigger.title":"\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e23\u0e34\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c","Settings.webhooks.value":"\u0e04\u0e48\u0e32","Username":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","Users":"Users","Users & Permissions":"\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 & \u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15","Users.components.List.empty":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49...","Users.components.List.empty.withFilters":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e15\u0e32\u0e21\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 ...","Users.components.List.empty.withSearch":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32 ({search})...","app.components.BlockLink.code":"\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e42\u0e04\u0e49\u0e14","app.components.Button.cancel":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01","app.components.Button.reset":"\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15","app.components.Button.save":"\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","app.components.ComingSoonPage.comingSoon":"\u0e40\u0e23\u0e47\u0e27\u0e46\u0e19\u0e35\u0e49","app.components.DownloadInfo.download":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14 ...","app.components.DownloadInfo.text":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e2a\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48 \u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e14\u0e17\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.EmptyAttributes.title":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1f\u0e34\u0e25\u0e14\u0e4c","app.components.HomePage.button.blog":"\u0e14\u0e39\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e1a\u0e19\u0e1a\u0e25\u0e47\u0e2d\u0e01","app.components.HomePage.community":"\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e1a\u0e19\u0e40\u0e27\u0e47\u0e1a","app.components.HomePage.community.content":"\u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\u0e01\u0e31\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1a\u0e19\u0e2d\u0e35\u0e01\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07","app.components.HomePage.create":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.HomePage.welcome":"\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a\u0e2a\u0e39\u0e48\u0e1a\u0e2d\u0e23\u0e4c\u0e14!","app.components.HomePage.welcome.again":"\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a ","app.components.HomePage.welcomeBlock.content":"\u0e40\u0e23\u0e32\u0e22\u0e34\u0e19\u0e14\u0e35\u0e17\u0e35\u0e48\u0e08\u0e30\u0e21\u0e35\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e0a\u0e38\u0e21\u0e0a\u0e19. \u0e04\u0e38\u0e13\u0e23\u0e39\u0e49\u0e44\u0e2b\u0e21? \u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e21\u0e2d\u0e07\u0e2b\u0e32\u0e1c\u0e25\u0e15\u0e2d\u0e1a\u0e23\u0e31\u0e1a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07 \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e1a\u0e32\u0e22\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32 ","app.components.HomePage.welcomeBlock.content.again":"\u0e40\u0e23\u0e32\u0e2b\u0e27\u0e31\u0e07\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e08\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e32\u0e21\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 ... \u0e2d\u0e48\u0e32\u0e19\u0e02\u0e48\u0e32\u0e27\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a Strapi \u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e2b\u0e49\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e14\u0e35\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e41\u0e01\u0e48\u0e40\u0e23\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e42\u0e14\u0e22\u0e22\u0e36\u0e14\u0e15\u0e32\u0e21\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.HomePage.welcomeBlock.content.issues":"\u0e1b\u0e31\u0e0d\u0e2b\u0e32.","app.components.HomePage.welcomeBlock.content.raise":" \u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 ","app.components.ImgPreview.hint":"\u0e25\u0e32\u0e01 & \u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e07\u0e43\u0e19\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e19\u0e35\u0e49 \u0e2b\u0e23\u0e37\u0e2d{browse}\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e32\u0e44\u0e1f\u0e25\u0e4c\u0e17\u0e35\u0e48\u0e08\u0e30\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14","app.components.ImgPreview.hint.browse":"\u0e40\u0e23\u0e35\u0e22\u0e01\u0e14\u0e39","app.components.InputFile.newFile":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e44\u0e1f\u0e25\u0e4c\u0e43\u0e2b\u0e21\u0e48","app.components.InputFileDetails.open":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e19\u0e41\u0e17\u0e47\u0e1a\u0e43\u0e2b\u0e21\u0e48","app.components.InputFileDetails.originalName":"\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e14\u0e34\u0e21:","app.components.InputFileDetails.remove":"\u0e25\u0e1a\u0e44\u0e1f\u0e25\u0e4c\u0e19\u0e35\u0e49","app.components.InputFileDetails.size":"\u0e02\u0e19\u0e32\u0e14:","app.components.InstallPluginPage.Download.description":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e2d\u0e07\u0e2a\u0e32\u0e21\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e41\u0e25\u0e30\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.InstallPluginPage.Download.title":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14...","app.components.InstallPluginPage.description":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e2d\u0e1b\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e07\u0e48\u0e32\u0e22\u0e14\u0e32\u0e22","app.components.InstallPluginPage.helmet":"\u0e15\u0e25\u0e32\u0e14 - \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.InstallPluginPage.title":"\u0e15\u0e25\u0e32\u0e14 - \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuFooter.documentation":"\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d","app.components.LeftMenuFooter.help":"\u0e27\u0e34\u0e18\u0e35\u0e43\u0e0a\u0e49","app.components.LeftMenuFooter.poweredBy":"\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e42\u0e14\u0e22 ","app.components.LeftMenuLinkContainer.collectionTypes":"\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","app.components.LeftMenuLinkContainer.configuration":"\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.LeftMenuLinkContainer.general":"\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b","app.components.LeftMenuLinkContainer.installNewPlugin":"\u0e15\u0e25\u0e32\u0e14","app.components.LeftMenuLinkContainer.listPlugins":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuLinkContainer.noPluginsInstalled":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuLinkContainer.plugins":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.LeftMenuLinkContainer.settings":"\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","app.components.LeftMenuLinkContainer.singleTypes":"\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e14\u0e35\u0e22\u0e27","app.components.ListPluginsPage.deletePlugin.description":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e2d\u0e07\u0e2a\u0e32\u0e21\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e16\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.ListPluginsPage.deletePlugin.title":"\u0e01\u0e32\u0e23\u0e16\u0e2d\u0e19\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.ListPluginsPage.description":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e44\u0e27\u0e49\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e47\u0e01\u0e15\u0e4c","app.components.ListPluginsPage.helmet.title":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.ListPluginsPage.title":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.Logout.logout":"\u0e25\u0e47\u0e2d\u0e01\u0e40\u0e2d\u0e32\u0e15\u0e4c","app.components.Logout.profile":"\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c","app.components.NotFoundPage.back":"\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e42\u0e2e\u0e21\u0e40\u0e1e\u0e08","app.components.NotFoundPage.description":"\u0e44\u0e21\u0e48\u0e1e\u0e1a","app.components.Official":"\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23","app.components.Onboarding.label.completed":"% \u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c","app.components.Onboarding.title":"\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","app.components.PluginCard.Button.label.download":"\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14","app.components.PluginCard.Button.label.install":"\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e41\u0e25\u0e49\u0e27","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30 autoReload \u0e15\u0e49\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 \u0e42\u0e1b\u0e23\u0e14\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e41\u0e2d\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49 `yarn develop`","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"\u0e09\u0e31\u0e19\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"\u0e14\u0e49\u0e27\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e14\u0e49\u0e32\u0e19\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e14\u0e49\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e27\u0e30\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19","app.components.PluginCard.PopUpWarning.install.impossible.title":"\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49","app.components.PluginCard.compatible":"\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e19\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e41\u0e2d\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.components.PluginCard.compatibleCommunity":"\u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e48\u0e19\u0e0a\u0e38\u0e21\u0e0a\u0e19","app.components.PluginCard.more-details":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21","app.components.UpgradePlanModal.button":"\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21","app.components.UpgradePlanModal.limit-reached":"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e16\u0e36\u0e07\u0e02\u0e35\u0e14\u0e08\u0e33\u0e01\u0e31\u0e14\u0e41\u0e25\u0e49\u0e27","app.components.UpgradePlanModal.text-ce":"\u0e40\u0e2d\u0e14\u0e34\u0e0a\u0e31\u0e19\u0e0a\u0e38\u0e21\u0e0a\u0e19","app.components.UpgradePlanModal.text-ee":"\u0e40\u0e2d\u0e14\u0e34\u0e0a\u0e31\u0e19 Enterprise","app.components.UpgradePlanModal.text-power":"\u0e1b\u0e25\u0e14\u0e25\u0e47\u0e2d\u0e01\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e40\u0e15\u0e47\u0e21","app.components.UpgradePlanModal.text-strapi":"\u0e02\u0e2d\u0e07 Strapi \u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e01\u0e23\u0e14\u0e41\u0e1c\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e1b\u0e22\u0e31\u0e07","app.components.Users.MagicLink.connect":"\u0e2a\u0e48\u0e07\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e19\u0e35\u0e49\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d","app.components.Users.ModalCreateBody.block-title.details":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","app.components.Users.ModalCreateBody.block-title.roles":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","app.components.Users.SortPicker.button-label":"\u0e40\u0e23\u0e35\u0e22\u0e07\u0e15\u0e32\u0e21","app.components.Users.SortPicker.sortby.email_asc":"\u0e2d\u0e35\u0e40\u0e21\u0e25 (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.email_desc":"\u0e2d\u0e35\u0e40\u0e21\u0e25 (Z \u0e16\u0e36\u0e07 A)","app.components.Users.SortPicker.sortby.firstname_asc":"\u0e0a\u0e37\u0e48\u0e2d (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.firstname_desc":"\u0e0a\u0e37\u0e48\u0e2d (Z \u0e16\u0e36\u0e07 A)","app.components.Users.SortPicker.sortby.lastname_asc":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.lastname_desc":"\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (Z \u0e16\u0e36\u0e07 A)","app.components.Users.SortPicker.sortby.username_asc":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 (A \u0e16\u0e36\u0e07 Z)","app.components.Users.SortPicker.sortby.username_desc":"\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 (Z \u0e16\u0e36\u0e07 A)","app.components.listPlugins.button":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e43\u0e2b\u0e21\u0e48","app.components.listPlugins.title.none":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.components.listPlugins.title.plural":"{number} \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e16\u0e39\u0e01\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.listPlugins.title.singular":"{number} \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e16\u0e39\u0e01\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","app.components.listPluginsPage.deletePlugin.error":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e16\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19","app.containers.App.notification.error.init":"\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d API","app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin":"\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e19\u0e35\u0e49\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.containers.AuthPage.ForgotPasswordSuccess.text.email":"\u0e2d\u0e32\u0e08\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e2d\u0e07\u0e2a\u0e32\u0e21\u0e19\u0e32\u0e17\u0e35\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e01\u0e32\u0e23\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","app.containers.AuthPage.ForgotPasswordSuccess.title":"\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e41\u0e25\u0e49\u0e27","app.containers.Users.EditPage.form.active.label":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","app.containers.Users.EditPage.header.label":"\u0e41\u0e01\u0e49\u0e44\u0e02 {name}","app.containers.Users.EditPage.header.label-loading":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","app.containers.Users.EditPage.roles-bloc-title":"\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e17\u0e35\u0e48\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c","app.containers.Users.ModalForm.footer.button-success":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49","app.links.configure-view":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07","app.static.links.cheatsheet":"\u0e0a\u0e35\u0e17\u0e0a\u0e35\u0e17","app.utils.SelectOption.defaultMessage":" ","app.utils.add-filter":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","app.utils.defaultMessage":" ","app.utils.delete":"\u0e25\u0e1a","app.utils.errors.file-too-big.message":"\u0e44\u0e1f\u0e25\u0e4c\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","app.utils.filters":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","app.utils.placeholder.defaultMessage":" ","app.utils.select-all":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","component.Input.error.validation.integer":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e15\u0e47\u0e21","components.AutoReloadBlocker.description":"\u0e23\u0e31\u0e19 Strapi \u0e14\u0e49\u0e27\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49:","components.AutoReloadBlocker.header":"\u0e23\u0e35\u0e42\u0e2b\u0e25\u0e14\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49","components.ErrorBoundary.title":"\u0e21\u0e35\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14...","components.Input.error.attribute.key.taken":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.Input.error.attribute.sameKeyAndName":"\u0e44\u0e21\u0e48\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a","components.Input.error.attribute.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.Input.error.contain.lowercase":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e15\u0e31\u0e27\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e40\u0e25\u0e47\u0e01\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e15\u0e31\u0e27","components.Input.error.contain.number":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02","components.Input.error.contain.uppercase":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e15\u0e31\u0e27\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e43\u0e2b\u0e0d\u0e48\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e15\u0e31\u0e27","components.Input.error.contentTypeName.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e19","components.Input.error.validation.email":"\u0e19\u0e35\u0e48\u0e21\u0e31\u0e19\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e2d\u0e35\u0e40\u0e21\u0e25","components.Input.error.validation.json":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a JSON","components.Input.error.validation.max":"\u0e04\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b.","components.Input.error.validation.maxLength":"\u0e04\u0e48\u0e32\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e22\u0e32\u0e27\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","components.Input.error.validation.min":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e48\u0e33\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b.","components.Input.error.validation.minLength":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b.","components.Input.error.validation.minSupMax":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32","components.Input.error.validation.regex":"\u0e04\u0e48\u0e32\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a regex","components.Input.error.validation.required":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19","components.Input.error.validation.unique":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","components.InputSelect.option.placeholder":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48","components.ListRow.empty":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e41\u0e2a\u0e14\u0e07.","components.OverlayBlocker.description":"\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e0a\u0e49\u0e04\u0e38\u0e13\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c \u0e42\u0e1b\u0e23\u0e14\u0e23\u0e2d\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e08\u0e30\u0e40\u0e23\u0e34\u0e48\u0e21\u0e17\u0e33\u0e07\u0e32\u0e19","components.OverlayBlocker.description.serverError":"\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e04\u0e27\u0e23\u0e16\u0e39\u0e01\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17 \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e21\u0e34\u0e19\u0e31\u0e25","components.OverlayBlocker.title":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e01\u0e32\u0e23\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17...","components.OverlayBlocker.title.serverError":"\u0e01\u0e32\u0e23\u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e19\u0e32\u0e19\u0e01\u0e27\u0e48\u0e32\u0e17\u0e35\u0e48\u0e04\u0e32\u0e14\u0e44\u0e27\u0e49","components.PageFooter.select":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32","components.ProductionBlocker.description":"\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e40\u0e23\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e27\u0e30\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e2d\u0e37\u0e48\u0e19","components.ProductionBlocker.header":"\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19","components.Search.placeholder":"\u0e04\u0e49\u0e19\u0e2b\u0e32...","components.Wysiwyg.collapse":"\u0e22\u0e38\u0e1a","components.Wysiwyg.selectOptions.H1":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H1","components.Wysiwyg.selectOptions.H2":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H2","components.Wysiwyg.selectOptions.H3":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H3","components.Wysiwyg.selectOptions.H4":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H4","components.Wysiwyg.selectOptions.H5":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H5","components.Wysiwyg.selectOptions.H6":"\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07 H6","components.Wysiwyg.selectOptions.title":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07","components.WysiwygBottomControls.charactersIndicators":"\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30","components.WysiwygBottomControls.fullscreen":"\u0e02\u0e22\u0e32\u0e22","components.WysiwygBottomControls.uploadFiles":"\u0e25\u0e32\u0e01 & \u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e44\u0e1f\u0e25\u0e4c\u0e27\u0e32\u0e07\u0e08\u0e32\u0e01\u0e04\u0e25\u0e34\u0e1b\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e2b\u0e23\u0e37\u0e2d {browse}","components.WysiwygBottomControls.uploadFiles.browse":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","components.popUpWarning.button.cancel":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01","components.popUpWarning.button.confirm":"\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19","components.popUpWarning.message":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","components.popUpWarning.title":"\u0e42\u0e1b\u0e23\u0e14\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19","content-manager.EditRelations.title":"\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e0a\u0e34\u0e07\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c","content-manager.api.id":"\u0e23\u0e2b\u0e31\u0e2a API","content-manager.components.AddFilterCTA.add":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.components.AddFilterCTA.hide":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.components.DraggableAttr.edit":"\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e41\u0e01\u0e49\u0e44\u0e02","content-manager.components.DynamicZone.pick-compo":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","content-manager.components.DynamicZone.required":"\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","content-manager.components.EmptyAttributesBlock.button":"\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07","content-manager.components.EmptyAttributesBlock.description":"\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.components.FieldItem.linkToComponentLayout":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c","content-manager.components.FilterOptions.button.apply":"\u0e19\u0e33\u0e44\u0e1b\u0e43\u0e0a\u0e49","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"\u0e19\u0e33\u0e44\u0e1b\u0e43\u0e0a\u0e49","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"\u0e25\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","content-manager.components.FiltersPickWrapper.PluginHeader.description":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e23\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e32\u0e07\u0e46","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.components.FiltersPickWrapper.hide":"\u0e0b\u0e48\u0e2d\u0e19","content-manager.components.LimitSelect.itemsPerPage":"\u0e44\u0e2d\u0e40\u0e17\u0e47\u0e21\u0e15\u0e48\u0e2d\u0e40\u0e1e\u0e08","content-manager.components.NotAllowedInput.text":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e39\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49","content-manager.components.Search.placeholder":"\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23...","content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02\u0e08\u0e30\u0e21\u0e35\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19","content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e02\u0e2d\u0e07\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.components.SettingsViewWrapper.pluginHeader.title":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07 - {name}","content-manager.components.TableDelete.delete":"\u0e25\u0e1a\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","content-manager.components.TableDelete.deleteSelected":"\u0e25\u0e1a\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e27\u0e49","content-manager.components.TableEmpty.withFilters":"\u0e44\u0e21\u0e48\u0e21\u0e35 {contentType} \u0e15\u0e32\u0e21\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 ...","content-manager.components.TableEmpty.withSearch":"\u0e44\u0e21\u0e48\u0e21\u0e35 {contentType} \u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32 ({search})...","content-manager.components.TableEmpty.withoutFilter":"\u0e44\u0e21\u0e48\u0e21\u0e35 {contentType}...","content-manager.components.empty-repeatable":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25 \u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e1b\u0e38\u0e48\u0e21\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b","content-manager.components.notification.info.maximum-requirement":"\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e21\u0e32\u0e16\u0e36\u0e07\u0e08\u0e33\u0e19\u0e27\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e41\u0e25\u0e49\u0e27","content-manager.components.notification.info.minimum-requirement":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e16\u0e39\u0e01\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e43\u0e2b\u0e49\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14","content-manager.components.reset-entry":"\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.components.uid.apply":"\u0e2a\u0e21\u0e31\u0e04\u0e23","content-manager.components.uid.available":"\u0e17\u0e35\u0e48\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","content-manager.components.uid.regenerate":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","content-manager.components.uid.suggested":"\u0e04\u0e48\u0e32\u0e41\u0e19\u0e30\u0e19\u0e33","content-manager.components.uid.unavailable":"\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e07","content-manager.containers.Edit.Link.Layout":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","content-manager.containers.Edit.Link.Model":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.containers.Edit.addAnItem":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e44\u0e2d\u0e40\u0e17\u0e47\u0e21...","content-manager.containers.Edit.clickToJump":"\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e02\u0e49\u0e32\u0e21\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.Edit.delete":"\u0e25\u0e1a","content-manager.containers.Edit.editing":"\u0e01\u0e33\u0e25\u0e31\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02...","content-manager.containers.Edit.pluginHeader.title.new":"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.Edit.reset":"\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15","content-manager.containers.Edit.returnList":"\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.Edit.seeDetails":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","content-manager.containers.Edit.submit":"\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","content-manager.containers.EditSettingsView.modal-form.edit-field":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.containers.EditView.components.missing.plural":"\u0e21\u0e35 {count} \u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e22\u0e44\u0e1b","content-manager.containers.EditView.components.missing.singular":"\u0e21\u0e35 {count} \u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e22\u0e44\u0e1b","content-manager.containers.EditView.notification.errors":"\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07","content-manager.containers.Home.introduction":"\u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e2b\u0e49\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e43\u0e19\u0e40\u0e21\u0e19\u0e39\u0e14\u0e49\u0e32\u0e19\u0e0b\u0e49\u0e32\u0e22 \u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e41\u0e25\u0e30\u0e22\u0e31\u0e07\u0e04\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32","content-manager.containers.Home.pluginHeaderDescription":"\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e2d\u0e34\u0e19\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e1f\u0e2a\u0e17\u0e35\u0e48\u0e17\u0e23\u0e07\u0e1e\u0e25\u0e31\u0e07\u0e41\u0e25\u0e30\u0e2a\u0e27\u0e22\u0e07\u0e32\u0e21","content-manager.containers.Home.pluginHeaderTitle":"\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32","content-manager.containers.List.errorFetchRecords":"\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","content-manager.containers.ListPage.displayedFields":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07","content-manager.containers.ListSettingsView.modal-form.edit-label":"\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e25\u0e40\u0e1a\u0e25","content-manager.containers.SettingPage.add.field":"\u0e41\u0e17\u0e23\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e37\u0e48\u0e19","content-manager.containers.SettingPage.add.relational-field":"\u0e41\u0e17\u0e23\u0e01\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e0a\u0e34\u0e07\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e2d\u0e37\u0e48\u0e19","content-manager.containers.SettingPage.attributes":"\u0e1f\u0e34\u0e25\u0e14\u0e4c Attributes","content-manager.containers.SettingPage.attributes.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c","content-manager.containers.SettingPage.editSettings.description":"\u0e25\u0e32\u0e01 & \u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","content-manager.containers.SettingPage.editSettings.entry.title":"\u0e0a\u0e37\u0e48\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23","content-manager.containers.SettingPage.editSettings.entry.title.description":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.containers.SettingPage.editSettings.title":"\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02 (\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07)","content-manager.containers.SettingPage.layout":"\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","content-manager.containers.SettingPage.listSettings.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e2d\u0e47\u0e2d\u0e1e\u0e0a\u0e31\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e19\u0e35\u0e49","content-manager.containers.SettingPage.listSettings.title":"\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23 (\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32)","content-manager.containers.SettingPage.pluginHeaderDescription":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e19\u0e35\u0e49","content-manager.containers.SettingPage.relations":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e0a\u0e34\u0e07\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c","content-manager.containers.SettingPage.settings":"\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","content-manager.containers.SettingPage.view":"\u0e14\u0e39","content-manager.containers.SettingViewModel.pluginHeader.title":"Content Manager - {name}","content-manager.containers.SettingsPage.Block.contentType.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30","content-manager.containers.SettingsPage.Block.contentType.title":"\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.containers.SettingsPage.Block.generalSettings.description":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e04\u0e48\u0e32\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19\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","content-manager.containers.SettingsPage.Block.generalSettings.title":"\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b","content-manager.containers.SettingsPage.pluginHeaderDescription":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0a\u0e19\u0e34\u0e14\u0e41\u0e25\u0e30\u0e01\u0e25\u0e38\u0e48\u0e21\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","content-manager.containers.SettingsView.list.subtitle":"\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e41\u0e25\u0e30\u0e01\u0e25\u0e38\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.containers.SettingsView.list.title":"\u0e41\u0e2a\u0e14\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","content-manager.emptyAttributes.button":"\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e15\u0e31\u0e27\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.emptyAttributes.description":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e25\u0e07\u0e43\u0e19\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.emptyAttributes.title":"\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.error.attribute.key.taken":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","content-manager.error.attribute.sameKeyAndName":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a","content-manager.error.attribute.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","content-manager.error.contentTypeName.taken":"\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27","content-manager.error.model.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e2d\u0e19\u0e1f\u0e34\u0e01\u0e42\u0e21\u0e40\u0e14\u0e25","content-manager.error.record.create":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.record.delete":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.record.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.record.update":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.records.count":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e33\u0e19\u0e27\u0e19\u0e19\u0e31\u0e1a\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.records.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e47\u0e01\u0e04\u0e2d\u0e23\u0e4c\u0e14","content-manager.error.schema.generation":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e01\u0e35\u0e21\u0e32","content-manager.error.validation.json":"\u0e19\u0e35\u0e48\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48 JSON \u0e49","content-manager.error.validation.max":"\u0e04\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.maxLength":"\u0e04\u0e48\u0e32\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e22\u0e32\u0e27\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.min":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e48\u0e33\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.minLength":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b","content-manager.error.validation.minSupMax":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32","content-manager.error.validation.regex":"\u0e04\u0e48\u0e32\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a regex","content-manager.error.validation.required":"\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e49\u0e2d\u0e19\u0e19\u0e35\u0e49\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35","content-manager.form.Input.bulkActions":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e2d\u0e47\u0e04\u0e0a\u0e31\u0e19\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48","content-manager.form.Input.defaultSort":"\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e07\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19","content-manager.form.Input.description":"\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14","content-manager.form.Input.description.placeholder":"\u0e41\u0e2a\u0e14\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c","content-manager.form.Input.editable":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e14\u0e49","content-manager.form.Input.filters":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07","content-manager.form.Input.label":"\u0e40\u0e25\u0e40\u0e1a\u0e25","content-manager.form.Input.label.inputDescription":"\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e40\u0e25\u0e40\u0e1a\u0e25\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07","content-manager.form.Input.pageEntries":"\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32","content-manager.form.Input.pageEntries.inputDescription":"\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38: \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.form.Input.placeholder":"\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07","content-manager.form.Input.placeholder.placeholder":"\u0e04\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19","content-manager.form.Input.search":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32","content-manager.form.Input.search.field":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e1a\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49","content-manager.form.Input.sort.field":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e07\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e1a\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e19\u0e35\u0e49","content-manager.form.Input.wysiwyg":"\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e1b\u0e47\u0e19 WYSIWYG","content-manager.global.displayedFields":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07","content-manager.groups":"\u0e01\u0e25\u0e38\u0e48\u0e21","content-manager.groups.numbered":"\u0e01\u0e25\u0e38\u0e48\u0e21 ({number})","content-manager.models":"\u0e0a\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19","content-manager.models.numbered":"\u0e0a\u0e19\u0e34\u0e14\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e47\u0e01\u0e0a\u0e31\u0e19 ({number})","content-manager.notification.error.displayedFields":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.notification.error.relationship.fetch":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c","content-manager.notification.info.SettingPage.disableSort":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e41\u0e2d\u0e47\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e07\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15","content-manager.notification.info.minimumFields":"\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c","content-manager.notification.upload.error":"\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.pageNotFound":"\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e2b\u0e19\u0e49\u0e32","content-manager.permissions.not-allowed.create":"\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23","content-manager.permissions.not-allowed.update":"\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e14\u0e39\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e19\u0e35\u0e49","content-manager.plugin.description.long":"\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e39\u0e41\u0e01\u0e49\u0e44\u0e02\u0e41\u0e25\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e19\u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.plugin.description.short":"\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e39\u0e41\u0e01\u0e49\u0e44\u0e02\u0e41\u0e25\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e19\u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.popUpWarning.bodyMessage.contentType.delete":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?","content-manager.popUpWarning.warning.cancelAllSettings":"\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?","content-manager.popUpWarning.warning.updateAllSettings":"\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e08\u0e30\u0e1b\u0e23\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e04\u0e48\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13","content-manager.success.record.delete":"\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27","content-manager.success.record.save":"\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","form.button.continue":"\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d","form.button.done":"\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27","form.button.finish":"\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19","global.prompt.unsaved":"\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48? \u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e08\u0e30\u0e2b\u0e32\u0e22\u0e44\u0e1b","notification.contentType.relations.conflict":"\u0e0a\u0e19\u0e34\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e02\u0e31\u0e14\u0e41\u0e22\u0e49\u0e07\u0e01\u0e31\u0e19","notification.error":"\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","notification.error.layout":"\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e42\u0e04\u0e23\u0e07\u0e23\u0e48\u0e32\u0e07","notification.form.error.fields":"\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07","notification.form.success.fields":"\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","notification.link-copied":"\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e04\u0e25\u0e34\u0e1b\u0e1a\u0e2d\u0e23\u0e4c\u0e14","notification.success.delete":"\u0e44\u0e2d\u0e40\u0e17\u0e47\u0e21\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27","notification.success.saved":"\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01","request.error.model.unknown":"\u0e42\u0e21\u0e40\u0e14\u0e25\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48"}')}}]);
@@ -1 +1 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[395],{19552:e=>{"use strict";e.exports=JSON.parse('{"Analytics":"Analizler","Auth.form.button.forgot-password":"E-posta g\xf6nder","Auth.form.button.login":"Giri\u015f","Auth.form.button.register":"Ba\u015flamaya haz\u0131r","Auth.form.button.reset-password":"\u015eifre de\u011fi\u015ftir","Auth.form.email.label":"E-posta","Auth.form.email.placeholder":"kai@doe.com","Auth.form.error.blocked":"Hesab\u0131n\u0131z y\xf6netici taraf\u0131ndan engellendi.","Auth.form.error.code.provide":"Ge\xe7ersiz sa\u011flanm\u0131\u015f kod.","Auth.form.error.confirmed":"Tan\u0131mlad\u0131\u011f\u0131n\u0131z e-posta onaylanmad\u0131.","Auth.form.error.email.invalid":"E-postas\u0131 ge\xe7ersiz.","Auth.form.error.email.provide":"L\xfctfen kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 veya e-postan\u0131z\u0131 belirtin.","Auth.form.error.email.taken":"E-posta zaten al\u0131nm\u0131\u015f","Auth.form.error.invalid":"Kimlik veya \u015fifre ge\xe7ersiz.","Auth.form.error.params.provide":"Ge\xe7ersiz sa\u011flanm\u0131\u015f kod parametresi.","Auth.form.error.password.format":"\u015eifreniz `$` sembol\xfcn\xfc \xfc\xe7 kezden fazla i\xe7eremez.","Auth.form.error.password.local":"Bu kullan\u0131c\u0131 hi\xe7bir bir \u015fifre belirlemedi; hesap olu\u015fturma s\u0131ras\u0131nda kullan\u0131lan sa\u011flay\u0131c\u0131 arac\u0131l\u0131\u011f\u0131yla l\xfctfen giri\u015f yap\u0131n\u0131z..","Auth.form.error.password.matching":"Parolalar uyu\u015fmuyor.","Auth.form.error.password.provide":"L\xfctfen \u015fifrenizi girin.","Auth.form.error.ratelimit":"\xc7ok fazla deneme var. L\xfctfen bir dakika sonra tekrar deneyin.","Auth.form.error.user.not-exist":"Bu e-posta bulunmamaktad\u0131r..","Auth.form.error.username.taken":"Kullan\u0131c\u0131 ad\u0131 zaten al\u0131nm\u0131\u015f","Auth.form.forgot-password.email.label":"E-postan\u0131z\u0131 giriniz","Auth.form.forgot-password.email.label.success":"E-posta ba\u015far\u0131yla g\xf6nderildi, ","Auth.form.password.label":"Parola","Auth.form.register.news.label":"Beni gelecekteki \xf6zellikler ve geli\u015ftirmeler hakk\u0131nda bilgilendir (bunu se\xe7erek {terms} ve {policy}\'leri kabul etmi\u015f say\u0131l\u0131rs\u0131n\u0131z)","Auth.form.rememberMe.label":"Beni hat\u0131rla","Auth.form.username.label":"Kullan\u0131c\u0131 Ad\u0131","Auth.form.username.placeholder":"Kai Doe","Auth.link.forgot-password":"Parolan\u0131z\u0131 m\u0131 unuttunuz ?","Auth.link.ready":"Zaten kay\u0131tl\u0131 m\u0131s\u0131n\u0131z?","Auth.privacy-policy-agreement.policy":"gizlilik s\xf6zle\u015fmesi","Auth.privacy-policy-agreement.terms":"ko\u015fullar","Content Manager":"\u0130\xe7erik Y\xf6netimi","Email":"E-posta","Files Upload":"Dosya y\xfckleme","HomePage.helmet.title":"Anasayfa","HomePage.roadmap":"Yol haritam\u0131z\u0131 g\xf6r\xfcnt\xfcleyin","HomePage.welcome.congrats":"Tebrikler!","HomePage.welcome.congrats.content":"\u0130lk y\xf6netici olarak giri\u015f yapt\u0131n\u0131z. Strapi\'nin g\xfc\xe7l\xfc \xf6zelliklerini ke\u015ffetmek i\xe7in,","HomePage.welcome.congrats.content.bold":"ilk \u0130\xe7erik-Tipi\'ni yaratman\u0131z\u0131 \xf6neriyoruz.","New entry":"Yeni kay\u0131t","Password":"\u015eifre","Provider":"Sa\u011flay\u0131c\u0131","ResetPasswordToken":"\u015eifre s\u0131f\u0131rlama anahtar\u0131","Role":"Rol","Settings.error":"Hata","Settings.global":"Genel Ayarlar","Settings.webhooks.create":"Webhook olu\u015ftur","Settings.webhooks.create.header":"Yeni ba\u015fl\u0131k yarat","Settings.webhooks.created":"Webhook olu\u015fturuldu","Settings.webhooks.disabled":"Pasif","Settings.webhooks.enabled":"Aktif","Settings.webhooks.events.create":"Olu\u015ftur","Settings.webhooks.form.events":"Etkinlikler","Settings.webhooks.form.headers":"Ba\u015fl\u0131klar","Settings.webhooks.form.name":"Ad","Settings.webhooks.form.url":"Url","Settings.webhooks.key":"Anahtar","Settings.webhooks.list.button.add":"Yeni webhook ekle","Settings.webhooks.list.description":"POST de\u011fi\u015fiklikleri bildirimi al.","Settings.webhooks.list.empty.description":"\u0130lkini bu listeye ekleyin.","Settings.webhooks.list.empty.link":"D\xf6k\xfcmantasyonumuzu g\xf6r\xfcnt\xfcleyin","Settings.webhooks.list.empty.title":"Hen\xfcz bir webhook yok","Settings.webhooks.singular":"webhook","Settings.webhooks.title":"Webhooklar","Settings.webhooks.trigger":"Tetikleyici","Settings.webhooks.trigger.cancel":"Tetikleyiciyi iptal et","Settings.webhooks.trigger.pending":"Bekleniyor...","Settings.webhooks.trigger.save":"L\xfctfen tetikleyiciyi kaydedin","Settings.webhooks.trigger.success":"Ba\u015far\u0131l\u0131!","Settings.webhooks.trigger.success.label":"Tetikleyici ba\u015far\u0131l\u0131","Settings.webhooks.trigger.test":"Test-tetikleyici","Settings.webhooks.trigger.title":"Tetikleyiciden \xf6nce kaydet","Settings.webhooks.value":"De\u011fer","Username":"Kullan\u0131c\u0131 Ad\u0131","Users":"Kullan\u0131c\u0131lar","Users & Permissions":"Kullan\u0131c\u0131lar & \u0130zinler","app.components.BlockLink.code":"Kod \xf6rnekleri","app.components.Button.cancel":"\u0130ptal","app.components.Button.reset":"S\u0131f\u0131rla","app.components.Button.save":"Kaydet","app.components.ComingSoonPage.comingSoon":"\xc7ok Yak\u0131nda","app.components.DownloadInfo.download":"\u0130ndirme devam ediyor...","app.components.DownloadInfo.text":"Bu birka\xe7 dakika s\xfcrebilir. Sabr\u0131n\u0131z i\xe7in te\u015fekk\xfcrler.","app.components.EmptyAttributes.title":"Alan hen\xfcz yok","app.components.HomePage.button.blog":"BLOG SAYFASINDA DAHA FAZLASINI G\xd6R\xdcN","app.components.HomePage.community":"Toplulu\u011fumuza ula\u015f\u0131n","app.components.HomePage.community.content":"Farkl\u0131 kanallarda tak\u0131m \xfcyeleri, katk\u0131da bulunanlar ve geli\u015ftiricilere ula\u015f\u0131n.","app.components.HomePage.welcome":"Panele ho\u015fgeldiniz.","app.components.HomePage.welcome.again":"Ho\u015fgeldiniz ","app.components.HomePage.welcomeBlock.content":"Sizi topluluk \xfcyelerinden biri olarak g\xf6rmekten mutluyuz. S\xfcrekli olarak geri bildirim alabilmemiz i\xe7in bize do\u011frudan mesaj g\xf6ndermeye \xe7ekinmeyin ","app.components.HomePage.welcomeBlock.content.again":"Projenizde ilerleme kaydedece\u011finizi umuyoruz... Strapi ile ilgili en yeni yenilikleri okumaktan \xe7ekinmeyin. \xdcr\xfcn\xfc geri bildirimlerinize g\xf6re geli\u015ftirmek i\xe7in elimizden geleni yap\u0131yoruz.","app.components.HomePage.welcomeBlock.content.issues":"sorunlar","app.components.HomePage.welcomeBlock.content.raise":" yada y\xfckselt ","app.components.ImgPreview.hint":"Dosyan\u0131z\u0131 bu alana s\xfcr\xfckleyip b\u0131rak\u0131n ya da bir dosya y\xfcklemek i\xe7in {browse}","app.components.ImgPreview.hint.browse":"g\xf6zat","app.components.InputFile.newFile":"Yeni dosya ekle","app.components.InputFileDetails.open":"Yeni sekmede a\xe7","app.components.InputFileDetails.originalName":"Orjinal isim:","app.components.InputFileDetails.remove":"Bu dosyay\u0131 sil","app.components.InputFileDetails.size":"Boyut:","app.components.InstallPluginPage.Download.description":"Eklentiyi indirmek ve y\xfcklemek bir ka\xe7 saniye s\xfcrebilir.","app.components.InstallPluginPage.Download.title":"\u0130ndiriliyor...","app.components.InstallPluginPage.description":"Uygulaman\u0131z\u0131 rahatl\u0131kla geni\u015fletin.","app.components.InstallPluginPage.helmet":"Ma\u011faza - Eklentiler","app.components.InstallPluginPage.title":"Ma\u011faza - Eklentiler","app.components.LeftMenuFooter.documentation":"D\xf6k\xfcmantasyon","app.components.LeftMenuFooter.help":"Yard\u0131m","app.components.LeftMenuFooter.poweredBy":"Gururla sunar ","app.components.LeftMenuLinkContainer.configuration":"Yap\u0131land\u0131rma","app.components.LeftMenuLinkContainer.general":"Genel","app.components.LeftMenuLinkContainer.installNewPlugin":"Ma\u011faza","app.components.LeftMenuLinkContainer.listPlugins":"Eklentiler","app.components.LeftMenuLinkContainer.noPluginsInstalled":"Y\xfcklenen eklenti bulunmamaktad\u0131r.","app.components.LeftMenuLinkContainer.plugins":"Eklentiler","app.components.LeftMenuLinkContainer.settings":"Ayarlar","app.components.ListPluginsPage.description":"Projedeki y\xfcklenen eklentiler.","app.components.ListPluginsPage.helmet.title":"Eklenti Listesi","app.components.ListPluginsPage.title":"Etklentiler","app.components.Logout.logout":"\xc7\u0131k\u0131\u015f Yap","app.components.Logout.profile":"Profil","app.components.NotFoundPage.back":"Anasayfaya geri d\xf6n","app.components.NotFoundPage.description":"Bulunamad\u0131","app.components.Official":"Resmi","app.components.Onboarding.label.completed":"% tamamland\u0131","app.components.Onboarding.title":"Ba\u015flang\u0131\xe7 Videolaro","app.components.PluginCard.Button.label.download":"\u0130ndir","app.components.PluginCard.Button.label.install":"Zaten y\xfcklenmi\u015f","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"autoReload \xf6zelli\u011fi aktif edilmeli. L\xfctfen uygulamay\u0131 `yarn develop` ile ba\u015flat\u0131n.","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"Anlad\u0131m!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"G\xfcvenlik nedeniyle bir eklenti yaln\u0131zca geli\u015ftirme ortam\u0131nda indirilebilir.","app.components.PluginCard.PopUpWarning.install.impossible.title":"\u0130ndirme imkans\u0131z","app.components.PluginCard.compatible":"Uygulaman\u0131zla uyumlu","app.components.PluginCard.compatibleCommunity":"Toplulukla uyumlu","app.components.PluginCard.more-details":"Daha fazla detay","app.components.listPlugins.button":"Yeni eklenti ekle","app.components.listPlugins.title.none":"Y\xfcklenen eklenti bulunmamaktad\u0131r.","app.components.listPlugins.title.plural":"{number} eklenti y\xfckl\xfc","app.components.listPlugins.title.singular":"{number} eklenti y\xfckl\xfc","app.components.listPluginsPage.deletePlugin.error":"Eklenti kald\u0131r\u0131l\u0131rken bir hata olu\u015ftu","app.containers.App.notification.error.init":"API iste\u011fi s\u0131ras\u0131nda bir hata olu\u015ftu","app.links.configure-view":"Ekran\u0131 d\xfczenle","app.utils.SelectOption.defaultMessage":" ","app.utils.defaultMessage":" ","app.utils.delete":"Sil","app.utils.placeholder.defaultMessage":" ","component.Input.error.validation.integer":"De\u011fer say\u0131 olmal\u0131","components.AutoReloadBlocker.description":"Strapi\'yi a\u015fa\u011f\u0131daki komutlardan biri ile \xe7al\u0131\u015ft\u0131r\u0131n:","components.AutoReloadBlocker.header":"Bu eklenti i\xe7in tekrar y\xfckleme \xf6zelli\u011fi gerekiyor.","components.ErrorBoundary.title":"Bir \u015feyler yanl\u0131\u015f gitti...","components.Input.error.attribute.key.taken":"Bu de\u011fer zaten var.","components.Input.error.attribute.sameKeyAndName":"E\u015fit olamaz","components.Input.error.attribute.taken":"Bu alan ismi zaten var.","components.Input.error.contentTypeName.taken":"Bu isim zaten var.","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"\u015eifreler uyu\u015fmuyor","components.Input.error.validation.email":"Ge\xe7ersiz e-posta adresi.","components.Input.error.validation.json":"Bu JSON bi\xe7imi ile e\u015fle\u015fmiyor","components.Input.error.validation.max":"De\u011fer \xe7ok y\xfcksek.","components.Input.error.validation.maxLength":"De\u011fer \xe7ok uzun.","components.Input.error.validation.min":"De\u011fer \xe7ok az.","components.Input.error.validation.minLength":"De\u011fer \xe7ok k\u0131sa.","components.Input.error.validation.minSupMax":"\xdcst\xfc olamaz","components.Input.error.validation.regex":"Regex ile e\u015fle\u015fmiyor.","components.Input.error.validation.required":"Zorunlu aland\u0131r.","components.Input.error.validation.unique":"De\u011fer zaten kullan\u0131lm\u0131\u015f.","components.InputSelect.option.placeholder":"Buradan se\xe7in","components.ListRow.empty":"G\xf6sterilecek veri bulunmamaktad\u0131r.","components.OverlayBlocker.description":"Sunucunun yeniden ba\u015flat\u0131lmas\u0131 gereken bir \xf6zellik kullan\u0131yorsunuz. L\xfctfen sunucu \xe7al\u0131\u015fana kadar bekleyin.","components.OverlayBlocker.description.serverError":"Sunucu yeniden ba\u015flat\u0131lmal\u0131, l\xfctfen terminal \xfczerinden loglar\u0131 kontrol edin.","components.OverlayBlocker.title":"Yeniden ba\u015flat\u0131lmay\u0131 bekliyor...","components.OverlayBlocker.title.serverError":"Yeniden ba\u015flatma beklendi\u011finden uzun s\xfcr\xfcyor","components.PageFooter.select":"sayfa ba\u015f\u0131na kay\u0131t","components.ProductionBlocker.description":"G\xfcvenlik nedeniyle, bu eklentiyi di\u011fer ortamlarda devre d\u0131\u015f\u0131 b\u0131rakmam\u0131z gerekir.","components.ProductionBlocker.header":"Bu eklenti yaln\u0131zca geli\u015ftirme a\u015famas\u0131nda mevcuttur.","components.Wysiwyg.collapse":"Daralt","components.Wysiwyg.selectOptions.H1":"H1 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H2":"H2 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H3":"H3 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H4":"H4 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H5":"H5 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H6":"H6 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.title":"Ba\u015fl\u0131k ekle","components.WysiwygBottomControls.charactersIndicators":"karakter","components.WysiwygBottomControls.fullscreen":"Geni\u015flet","components.WysiwygBottomControls.uploadFiles":"Dosyan\u0131z\u0131 bu alana s\xfcr\xfckleyip b\u0131rak\u0131n ya da bir dosya y\xfcklemek i\xe7in {browse}","components.WysiwygBottomControls.uploadFiles.browse":"Bunlar\u0131 se\xe7","components.popUpWarning.message":"Bunu silmek istedi\u011finizden emin misiniz?","components.popUpWarning.title":"L\xfctfen onaylay\u0131n","content-manager.EditRelations.title":"\u0130li\u015fkili Data","content-manager.components.AddFilterCTA.add":"Filtreler","content-manager.components.AddFilterCTA.hide":"Filtreler","content-manager.components.DraggableAttr.edit":"D\xfczenlemek i\xe7in t\u0131klay\u0131n","content-manager.components.EmptyAttributesBlock.button":"Ayarlar sayfas\u0131na git","content-manager.components.EmptyAttributesBlock.description":"Ayarlar\u0131n\u0131z\u0131 de\u011fi\u015ftirebilirsiniz","content-manager.components.FilterOptions.button.apply":"Uygula","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"Uygula","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"Hepsini temizle","content-manager.components.FiltersPickWrapper.PluginHeader.description":"Filtrelemek i\xe7in uygulanacak \u015fartlar\u0131 ayarlay\u0131n","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"Filtreler","content-manager.components.FiltersPickWrapper.hide":"Gizle","content-manager.components.LimitSelect.itemsPerPage":"Sayfa ba\u015f\u0131","content-manager.components.Search.placeholder":"Kay\u0131t aramak i\xe7in...","content-manager.components.TableDelete.delete":"Hepsini sil","content-manager.components.TableDelete.deleteSelected":"Silme se\xe7ildi","content-manager.components.TableEmpty.withFilters":"Uygulanan filtrelerle {contentType} yoktur...","content-manager.components.TableEmpty.withSearch":"Aramaya kar\u015f\u0131l\u0131k gelen {contentType} yoktur ({search})...","content-manager.components.TableEmpty.withoutFilter":"{contentType} yoktur...","content-manager.containers.Edit.addAnItem":"Bir \xf6\u011fe ekle...","content-manager.containers.Edit.clickToJump":"Kay\u0131ta atlamak i\xe7in t\u0131klay\u0131n","content-manager.containers.Edit.delete":"Sil","content-manager.containers.Edit.editing":"D\xfczenleniyor...","content-manager.containers.Edit.reset":"Reset","content-manager.containers.Edit.returnList":"Listeye d\xf6n","content-manager.containers.Edit.seeDetails":"Detaylar","content-manager.containers.Edit.submit":"Kaydet","content-manager.containers.Home.introduction":"Giri\u015flerinizi d\xfczenlemek i\xe7in soldaki men\xfcdeki ilgili ba\u011flant\u0131ya gidin. Bu eklentinin ayarlar\u0131 d\xfczenlemek i\xe7in uygun bir yol bulunmamaktad\u0131r ve halen aktif geli\u015ftirme a\u015famas\u0131ndad\u0131r.","content-manager.containers.Home.pluginHeaderDescription":"G\xfc\xe7l\xfc ve g\xfczel bir aray\xfcz arac\u0131l\u0131\u011f\u0131yla giri\u015flerinizi y\xf6netin.","content-manager.containers.Home.pluginHeaderTitle":"\u0130\xe7erik Y\xf6netimi","content-manager.containers.List.errorFetchRecords":"Hata","content-manager.containers.ListPage.displayedFields":"G\xf6r\xfcnt\xfclenen Alanlar","content-manager.containers.SettingPage.attributes":"Nitelik alanlar\u0131","content-manager.containers.SettingPage.attributes.description":"Niteliklerin s\u0131ras\u0131n\u0131 tan\u0131mlay\u0131n","content-manager.containers.SettingPage.editSettings.description":"Yerle\u015fimi olu\u015fturmak i\xe7in alanlar\u0131 s\xfcr\xfckleyip b\u0131rak\u0131n","content-manager.containers.SettingPage.editSettings.title":"D\xfczenle (ayarlar)","content-manager.containers.SettingPage.listSettings.title":"Liste (ayarlar)","content-manager.containers.SettingPage.relations":"\u0130li\u015fkisel alanlar","content-manager.containers.SettingsPage.Block.contentType.description":"Belirli ayarlar\u0131 yap\u0131land\u0131r\u0131n","content-manager.containers.SettingsPage.Block.generalSettings.title":"Genel","content-manager.emptyAttributes.title":"Hen\xfcz bir alan yok","content-manager.error.attribute.key.taken":"Bu de\u011fer zaten var.","content-manager.error.attribute.sameKeyAndName":"E\u015fit olamaz","content-manager.error.attribute.taken":"Bu alan ismi zaten var.","content-manager.error.contentTypeName.taken":"Bu alan ismi zaten var.","content-manager.error.model.fetch":"Modellerin yap\u0131land\u0131rmas\u0131 getirilirken bir hata olu\u015ftu.","content-manager.error.record.create":"Kay\u0131t olu\u015fturulurken bir hata olu\u015ftu.","content-manager.error.record.delete":"Kay\u0131t silinirken bir hata olu\u015ftu.","content-manager.error.record.fetch":"Kay\u0131t getirilirken bir hata olu\u015ftu.","content-manager.error.record.update":"Kay\u0131t g\xfcncelleme s\u0131ras\u0131nda bir hata olu\u015ftu.","content-manager.error.records.count":"Say\u0131m kay\u0131tlar\u0131 getirilinceye kadar","content-manager.error.records.fetch":"Kay\u0131tlar getirilirken bir hata olu\u015ftu.","content-manager.error.schema.generation":"\u015eema olu\u015fturma s\u0131ras\u0131nda bir hata olu\u015ftu.","content-manager.error.validation.json":"Bu JSON bi\xe7imi ile e\u015fle\u015fmiyor","content-manager.error.validation.max":"De\u011fer \xe7ok y\xfcksek.","content-manager.error.validation.maxLength":"De\u011fer \xe7ok uzun.","content-manager.error.validation.min":"De\u011fer \xe7ok az.","content-manager.error.validation.minLength":"De\u011fer \xe7ok k\u0131sa.","content-manager.error.validation.minSupMax":"\xdcst\xfc olamaz","content-manager.error.validation.regex":"Regex ile e\u015fle\u015fmiyor.","content-manager.error.validation.required":"Zorunlu aland\u0131r.","content-manager.form.Input.bulkActions":"Toplu i\u015flemleri etkinle\u015ftir","content-manager.form.Input.defaultSort":"Varsay\u0131lan s\u0131ralama \xf6zelli\u011fi","content-manager.form.Input.description":"A\xe7\u0131klama","content-manager.form.Input.description.placeholder":"Profildeki g\xf6r\xfcnen ad","content-manager.form.Input.editable":"D\xfczenlenebilir alan","content-manager.form.Input.filters":"Filtreleri etkinle\u015ftir","content-manager.form.Input.label":"Etiket","content-manager.form.Input.label.inputDescription":"Bu de\u011fer, tablonun ba\u015f\u0131nda g\xf6r\xfcnt\xfclenen etiketi ge\xe7ersiz k\u0131lar","content-manager.form.Input.pageEntries":"Sayfa ba\u015f\u0131na kay\u0131tlar","content-manager.form.Input.placeholder":"Placeholder","content-manager.form.Input.placeholder.placeholder":"M\xfcthi\u015f de\u011ferim","content-manager.form.Input.search":"Aramay\u0131 etkinle\u015ftir","content-manager.form.Input.search.field":"Bu alanda aramay\u0131 etkinle\u015ftir","content-manager.form.Input.sort.field":"Bu alana g\xf6re s\u0131ralamay\u0131 etkinle\u015ftir","content-manager.notification.error.displayedFields":"En az bir g\xf6r\xfcnt\xfclenen alana ihtiyac\u0131n\u0131z var","content-manager.notification.error.relationship.fetch":"\u0130li\u015fki getirme s\u0131ras\u0131nda bir hata olu\u015ftu.","content-manager.notification.info.SettingPage.disableSort":"S\u0131ralamaya izin verilen tek bir \xf6zelli\u011fe sahip olman\u0131z gerekir","content-manager.pageNotFound":"Sayfa bulunamad\u0131","content-manager.plugin.description.long":"Veritaban\u0131ndaki verileri g\xf6rmek, d\xfczenlemek ve silmek i\xe7in h\u0131zl\u0131 bir yol.","content-manager.plugin.description.short":"Veritaban\u0131ndaki verileri g\xf6rmek, d\xfczenlemek ve silmek i\xe7in h\u0131zl\u0131 bir yol.","content-manager.popUpWarning.bodyMessage.contentType.delete":"Bu kayd\u0131 silmek istedi\u011finizden emin misiniz?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"Bu kay\u0131tlar\u0131 silmek istedi\u011finizden emin misiniz?","content-manager.popUpWarning.warning.cancelAllSettings":"De\u011fi\u015fikliklerinizi iptal etmek istedi\u011finizden emin misiniz?","content-manager.popUpWarning.warning.updateAllSettings":"Bu b\xfct\xfcn ayarlar\u0131n\u0131z\u0131 de\u011fi\u015ftirecektir","content-manager.success.record.delete":"Silindi","content-manager.success.record.save":"Kaydedildi","form.button.done":"Tamam","form.button.finish":"Bitir","global.prompt.unsaved":"Bu sayfadan ayr\u0131lmak istedi\u011finize emin misiniz? T\xfcm d\xfczenlemeleriniz kaybolacak","notification.error":"Bir hata olu\u015ftu","notification.error.layout":"D\xfczen al\u0131namad\u0131","notification.form.error.fields":"Form birden fazla hata i\xe7eriyor","notification.form.success.fields":"De\u011fi\u015fiklikler kaydedildi","request.error.model.unknown":"Bu model bulunmamaktad\u0131r."}')}}]);
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[395],{99154:e=>{e.exports=JSON.parse('{"Analytics":"Analizler","Auth.form.button.forgot-password":"E-posta g\xf6nder","Auth.form.button.login":"Giri\u015f","Auth.form.button.register":"Ba\u015flamaya haz\u0131r","Auth.form.button.reset-password":"\u015eifre de\u011fi\u015ftir","Auth.form.email.label":"E-posta","Auth.form.email.placeholder":"kai@doe.com","Auth.form.error.blocked":"Hesab\u0131n\u0131z y\xf6netici taraf\u0131ndan engellendi.","Auth.form.error.code.provide":"Ge\xe7ersiz sa\u011flanm\u0131\u015f kod.","Auth.form.error.confirmed":"Tan\u0131mlad\u0131\u011f\u0131n\u0131z e-posta onaylanmad\u0131.","Auth.form.error.email.invalid":"E-postas\u0131 ge\xe7ersiz.","Auth.form.error.email.provide":"L\xfctfen kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 veya e-postan\u0131z\u0131 belirtin.","Auth.form.error.email.taken":"E-posta zaten al\u0131nm\u0131\u015f","Auth.form.error.invalid":"Kimlik veya \u015fifre ge\xe7ersiz.","Auth.form.error.params.provide":"Ge\xe7ersiz sa\u011flanm\u0131\u015f kod parametresi.","Auth.form.error.password.format":"\u015eifreniz `$` sembol\xfcn\xfc \xfc\xe7 kezden fazla i\xe7eremez.","Auth.form.error.password.local":"Bu kullan\u0131c\u0131 hi\xe7bir bir \u015fifre belirlemedi; hesap olu\u015fturma s\u0131ras\u0131nda kullan\u0131lan sa\u011flay\u0131c\u0131 arac\u0131l\u0131\u011f\u0131yla l\xfctfen giri\u015f yap\u0131n\u0131z..","Auth.form.error.password.matching":"Parolalar uyu\u015fmuyor.","Auth.form.error.password.provide":"L\xfctfen \u015fifrenizi girin.","Auth.form.error.ratelimit":"\xc7ok fazla deneme var. L\xfctfen bir dakika sonra tekrar deneyin.","Auth.form.error.user.not-exist":"Bu e-posta bulunmamaktad\u0131r..","Auth.form.error.username.taken":"Kullan\u0131c\u0131 ad\u0131 zaten al\u0131nm\u0131\u015f","Auth.form.forgot-password.email.label":"E-postan\u0131z\u0131 giriniz","Auth.form.forgot-password.email.label.success":"E-posta ba\u015far\u0131yla g\xf6nderildi, ","Auth.form.password.label":"Parola","Auth.form.register.news.label":"Beni gelecekteki \xf6zellikler ve geli\u015ftirmeler hakk\u0131nda bilgilendir (bunu se\xe7erek {terms} ve {policy}\'leri kabul etmi\u015f say\u0131l\u0131rs\u0131n\u0131z)","Auth.form.rememberMe.label":"Beni hat\u0131rla","Auth.form.username.label":"Kullan\u0131c\u0131 Ad\u0131","Auth.form.username.placeholder":"Kai Doe","Auth.link.forgot-password":"Parolan\u0131z\u0131 m\u0131 unuttunuz ?","Auth.link.ready":"Zaten kay\u0131tl\u0131 m\u0131s\u0131n\u0131z?","Auth.privacy-policy-agreement.policy":"gizlilik s\xf6zle\u015fmesi","Auth.privacy-policy-agreement.terms":"ko\u015fullar","Content Manager":"\u0130\xe7erik Y\xf6netimi","Email":"E-posta","Files Upload":"Dosya y\xfckleme","HomePage.helmet.title":"Anasayfa","HomePage.roadmap":"Yol haritam\u0131z\u0131 g\xf6r\xfcnt\xfcleyin","HomePage.welcome.congrats":"Tebrikler!","HomePage.welcome.congrats.content":"\u0130lk y\xf6netici olarak giri\u015f yapt\u0131n\u0131z. Strapi\'nin g\xfc\xe7l\xfc \xf6zelliklerini ke\u015ffetmek i\xe7in,","HomePage.welcome.congrats.content.bold":"ilk \u0130\xe7erik-Tipi\'ni yaratman\u0131z\u0131 \xf6neriyoruz.","New entry":"Yeni kay\u0131t","Password":"\u015eifre","Provider":"Sa\u011flay\u0131c\u0131","ResetPasswordToken":"\u015eifre s\u0131f\u0131rlama anahtar\u0131","Role":"Rol","Settings.error":"Hata","Settings.global":"Genel Ayarlar","Settings.webhooks.create":"Webhook olu\u015ftur","Settings.webhooks.create.header":"Yeni ba\u015fl\u0131k yarat","Settings.webhooks.created":"Webhook olu\u015fturuldu","Settings.webhooks.disabled":"Pasif","Settings.webhooks.enabled":"Aktif","Settings.webhooks.events.create":"Olu\u015ftur","Settings.webhooks.form.events":"Etkinlikler","Settings.webhooks.form.headers":"Ba\u015fl\u0131klar","Settings.webhooks.form.name":"Ad","Settings.webhooks.form.url":"Url","Settings.webhooks.key":"Anahtar","Settings.webhooks.list.button.add":"Yeni webhook ekle","Settings.webhooks.list.description":"POST de\u011fi\u015fiklikleri bildirimi al.","Settings.webhooks.list.empty.description":"\u0130lkini bu listeye ekleyin.","Settings.webhooks.list.empty.link":"D\xf6k\xfcmantasyonumuzu g\xf6r\xfcnt\xfcleyin","Settings.webhooks.list.empty.title":"Hen\xfcz bir webhook yok","Settings.webhooks.singular":"webhook","Settings.webhooks.title":"Webhooklar","Settings.webhooks.trigger":"Tetikleyici","Settings.webhooks.trigger.cancel":"Tetikleyiciyi iptal et","Settings.webhooks.trigger.pending":"Bekleniyor...","Settings.webhooks.trigger.save":"L\xfctfen tetikleyiciyi kaydedin","Settings.webhooks.trigger.success":"Ba\u015far\u0131l\u0131!","Settings.webhooks.trigger.success.label":"Tetikleyici ba\u015far\u0131l\u0131","Settings.webhooks.trigger.test":"Test-tetikleyici","Settings.webhooks.trigger.title":"Tetikleyiciden \xf6nce kaydet","Settings.webhooks.value":"De\u011fer","Username":"Kullan\u0131c\u0131 Ad\u0131","Users":"Kullan\u0131c\u0131lar","Users & Permissions":"Kullan\u0131c\u0131lar & \u0130zinler","app.components.BlockLink.code":"Kod \xf6rnekleri","app.components.Button.cancel":"\u0130ptal","app.components.Button.reset":"S\u0131f\u0131rla","app.components.Button.save":"Kaydet","app.components.ComingSoonPage.comingSoon":"\xc7ok Yak\u0131nda","app.components.DownloadInfo.download":"\u0130ndirme devam ediyor...","app.components.DownloadInfo.text":"Bu birka\xe7 dakika s\xfcrebilir. Sabr\u0131n\u0131z i\xe7in te\u015fekk\xfcrler.","app.components.EmptyAttributes.title":"Alan hen\xfcz yok","app.components.HomePage.button.blog":"BLOG SAYFASINDA DAHA FAZLASINI G\xd6R\xdcN","app.components.HomePage.community":"Toplulu\u011fumuza ula\u015f\u0131n","app.components.HomePage.community.content":"Farkl\u0131 kanallarda tak\u0131m \xfcyeleri, katk\u0131da bulunanlar ve geli\u015ftiricilere ula\u015f\u0131n.","app.components.HomePage.welcome":"Panele ho\u015fgeldiniz.","app.components.HomePage.welcome.again":"Ho\u015fgeldiniz ","app.components.HomePage.welcomeBlock.content":"Sizi topluluk \xfcyelerinden biri olarak g\xf6rmekten mutluyuz. S\xfcrekli olarak geri bildirim alabilmemiz i\xe7in bize do\u011frudan mesaj g\xf6ndermeye \xe7ekinmeyin ","app.components.HomePage.welcomeBlock.content.again":"Projenizde ilerleme kaydedece\u011finizi umuyoruz... Strapi ile ilgili en yeni yenilikleri okumaktan \xe7ekinmeyin. \xdcr\xfcn\xfc geri bildirimlerinize g\xf6re geli\u015ftirmek i\xe7in elimizden geleni yap\u0131yoruz.","app.components.HomePage.welcomeBlock.content.issues":"sorunlar","app.components.HomePage.welcomeBlock.content.raise":" yada y\xfckselt ","app.components.ImgPreview.hint":"Dosyan\u0131z\u0131 bu alana s\xfcr\xfckleyip b\u0131rak\u0131n ya da bir dosya y\xfcklemek i\xe7in {browse}","app.components.ImgPreview.hint.browse":"g\xf6zat","app.components.InputFile.newFile":"Yeni dosya ekle","app.components.InputFileDetails.open":"Yeni sekmede a\xe7","app.components.InputFileDetails.originalName":"Orjinal isim:","app.components.InputFileDetails.remove":"Bu dosyay\u0131 sil","app.components.InputFileDetails.size":"Boyut:","app.components.InstallPluginPage.Download.description":"Eklentiyi indirmek ve y\xfcklemek bir ka\xe7 saniye s\xfcrebilir.","app.components.InstallPluginPage.Download.title":"\u0130ndiriliyor...","app.components.InstallPluginPage.description":"Uygulaman\u0131z\u0131 rahatl\u0131kla geni\u015fletin.","app.components.InstallPluginPage.helmet":"Ma\u011faza - Eklentiler","app.components.InstallPluginPage.title":"Ma\u011faza - Eklentiler","app.components.LeftMenuFooter.documentation":"D\xf6k\xfcmantasyon","app.components.LeftMenuFooter.help":"Yard\u0131m","app.components.LeftMenuFooter.poweredBy":"Gururla sunar ","app.components.LeftMenuLinkContainer.configuration":"Yap\u0131land\u0131rma","app.components.LeftMenuLinkContainer.general":"Genel","app.components.LeftMenuLinkContainer.installNewPlugin":"Ma\u011faza","app.components.LeftMenuLinkContainer.listPlugins":"Eklentiler","app.components.LeftMenuLinkContainer.noPluginsInstalled":"Y\xfcklenen eklenti bulunmamaktad\u0131r.","app.components.LeftMenuLinkContainer.plugins":"Eklentiler","app.components.LeftMenuLinkContainer.settings":"Ayarlar","app.components.ListPluginsPage.description":"Projedeki y\xfcklenen eklentiler.","app.components.ListPluginsPage.helmet.title":"Eklenti Listesi","app.components.ListPluginsPage.title":"Etklentiler","app.components.Logout.logout":"\xc7\u0131k\u0131\u015f Yap","app.components.Logout.profile":"Profil","app.components.NotFoundPage.back":"Anasayfaya geri d\xf6n","app.components.NotFoundPage.description":"Bulunamad\u0131","app.components.Official":"Resmi","app.components.Onboarding.label.completed":"% tamamland\u0131","app.components.Onboarding.title":"Ba\u015flang\u0131\xe7 Videolaro","app.components.PluginCard.Button.label.download":"\u0130ndir","app.components.PluginCard.Button.label.install":"Zaten y\xfcklenmi\u015f","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"autoReload \xf6zelli\u011fi aktif edilmeli. L\xfctfen uygulamay\u0131 `yarn develop` ile ba\u015flat\u0131n.","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"Anlad\u0131m!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"G\xfcvenlik nedeniyle bir eklenti yaln\u0131zca geli\u015ftirme ortam\u0131nda indirilebilir.","app.components.PluginCard.PopUpWarning.install.impossible.title":"\u0130ndirme imkans\u0131z","app.components.PluginCard.compatible":"Uygulaman\u0131zla uyumlu","app.components.PluginCard.compatibleCommunity":"Toplulukla uyumlu","app.components.PluginCard.more-details":"Daha fazla detay","app.components.listPlugins.button":"Yeni eklenti ekle","app.components.listPlugins.title.none":"Y\xfcklenen eklenti bulunmamaktad\u0131r.","app.components.listPlugins.title.plural":"{number} eklenti y\xfckl\xfc","app.components.listPlugins.title.singular":"{number} eklenti y\xfckl\xfc","app.components.listPluginsPage.deletePlugin.error":"Eklenti kald\u0131r\u0131l\u0131rken bir hata olu\u015ftu","app.containers.App.notification.error.init":"API iste\u011fi s\u0131ras\u0131nda bir hata olu\u015ftu","app.links.configure-view":"Ekran\u0131 d\xfczenle","app.utils.SelectOption.defaultMessage":" ","app.utils.defaultMessage":" ","app.utils.delete":"Sil","app.utils.placeholder.defaultMessage":" ","component.Input.error.validation.integer":"De\u011fer say\u0131 olmal\u0131","components.AutoReloadBlocker.description":"Strapi\'yi a\u015fa\u011f\u0131daki komutlardan biri ile \xe7al\u0131\u015ft\u0131r\u0131n:","components.AutoReloadBlocker.header":"Bu eklenti i\xe7in tekrar y\xfckleme \xf6zelli\u011fi gerekiyor.","components.ErrorBoundary.title":"Bir \u015feyler yanl\u0131\u015f gitti...","components.Input.error.attribute.key.taken":"Bu de\u011fer zaten var.","components.Input.error.attribute.sameKeyAndName":"E\u015fit olamaz","components.Input.error.attribute.taken":"Bu alan ismi zaten var.","components.Input.error.contentTypeName.taken":"Bu isim zaten var.","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"\u015eifreler uyu\u015fmuyor","components.Input.error.validation.email":"Ge\xe7ersiz e-posta adresi.","components.Input.error.validation.json":"Bu JSON bi\xe7imi ile e\u015fle\u015fmiyor","components.Input.error.validation.max":"De\u011fer \xe7ok y\xfcksek.","components.Input.error.validation.maxLength":"De\u011fer \xe7ok uzun.","components.Input.error.validation.min":"De\u011fer \xe7ok az.","components.Input.error.validation.minLength":"De\u011fer \xe7ok k\u0131sa.","components.Input.error.validation.minSupMax":"\xdcst\xfc olamaz","components.Input.error.validation.regex":"Regex ile e\u015fle\u015fmiyor.","components.Input.error.validation.required":"Zorunlu aland\u0131r.","components.Input.error.validation.unique":"De\u011fer zaten kullan\u0131lm\u0131\u015f.","components.InputSelect.option.placeholder":"Buradan se\xe7in","components.ListRow.empty":"G\xf6sterilecek veri bulunmamaktad\u0131r.","components.OverlayBlocker.description":"Sunucunun yeniden ba\u015flat\u0131lmas\u0131 gereken bir \xf6zellik kullan\u0131yorsunuz. L\xfctfen sunucu \xe7al\u0131\u015fana kadar bekleyin.","components.OverlayBlocker.description.serverError":"Sunucu yeniden ba\u015flat\u0131lmal\u0131, l\xfctfen terminal \xfczerinden loglar\u0131 kontrol edin.","components.OverlayBlocker.title":"Yeniden ba\u015flat\u0131lmay\u0131 bekliyor...","components.OverlayBlocker.title.serverError":"Yeniden ba\u015flatma beklendi\u011finden uzun s\xfcr\xfcyor","components.PageFooter.select":"sayfa ba\u015f\u0131na kay\u0131t","components.ProductionBlocker.description":"G\xfcvenlik nedeniyle, bu eklentiyi di\u011fer ortamlarda devre d\u0131\u015f\u0131 b\u0131rakmam\u0131z gerekir.","components.ProductionBlocker.header":"Bu eklenti yaln\u0131zca geli\u015ftirme a\u015famas\u0131nda mevcuttur.","components.Wysiwyg.collapse":"Daralt","components.Wysiwyg.selectOptions.H1":"H1 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H2":"H2 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H3":"H3 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H4":"H4 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H5":"H5 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.H6":"H6 ba\u015fl\u0131k","components.Wysiwyg.selectOptions.title":"Ba\u015fl\u0131k ekle","components.WysiwygBottomControls.charactersIndicators":"karakter","components.WysiwygBottomControls.fullscreen":"Geni\u015flet","components.WysiwygBottomControls.uploadFiles":"Dosyan\u0131z\u0131 bu alana s\xfcr\xfckleyip b\u0131rak\u0131n ya da bir dosya y\xfcklemek i\xe7in {browse}","components.WysiwygBottomControls.uploadFiles.browse":"Bunlar\u0131 se\xe7","components.popUpWarning.message":"Bunu silmek istedi\u011finizden emin misiniz?","components.popUpWarning.title":"L\xfctfen onaylay\u0131n","content-manager.EditRelations.title":"\u0130li\u015fkili Data","content-manager.components.AddFilterCTA.add":"Filtreler","content-manager.components.AddFilterCTA.hide":"Filtreler","content-manager.components.DraggableAttr.edit":"D\xfczenlemek i\xe7in t\u0131klay\u0131n","content-manager.components.EmptyAttributesBlock.button":"Ayarlar sayfas\u0131na git","content-manager.components.EmptyAttributesBlock.description":"Ayarlar\u0131n\u0131z\u0131 de\u011fi\u015ftirebilirsiniz","content-manager.components.FilterOptions.button.apply":"Uygula","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"Uygula","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"Hepsini temizle","content-manager.components.FiltersPickWrapper.PluginHeader.description":"Filtrelemek i\xe7in uygulanacak \u015fartlar\u0131 ayarlay\u0131n","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"Filtreler","content-manager.components.FiltersPickWrapper.hide":"Gizle","content-manager.components.LimitSelect.itemsPerPage":"Sayfa ba\u015f\u0131","content-manager.components.Search.placeholder":"Kay\u0131t aramak i\xe7in...","content-manager.components.TableDelete.delete":"Hepsini sil","content-manager.components.TableDelete.deleteSelected":"Silme se\xe7ildi","content-manager.components.TableEmpty.withFilters":"Uygulanan filtrelerle {contentType} yoktur...","content-manager.components.TableEmpty.withSearch":"Aramaya kar\u015f\u0131l\u0131k gelen {contentType} yoktur ({search})...","content-manager.components.TableEmpty.withoutFilter":"{contentType} yoktur...","content-manager.containers.Edit.addAnItem":"Bir \xf6\u011fe ekle...","content-manager.containers.Edit.clickToJump":"Kay\u0131ta atlamak i\xe7in t\u0131klay\u0131n","content-manager.containers.Edit.delete":"Sil","content-manager.containers.Edit.editing":"D\xfczenleniyor...","content-manager.containers.Edit.reset":"Reset","content-manager.containers.Edit.returnList":"Listeye d\xf6n","content-manager.containers.Edit.seeDetails":"Detaylar","content-manager.containers.Edit.submit":"Kaydet","content-manager.containers.Home.introduction":"Giri\u015flerinizi d\xfczenlemek i\xe7in soldaki men\xfcdeki ilgili ba\u011flant\u0131ya gidin. Bu eklentinin ayarlar\u0131 d\xfczenlemek i\xe7in uygun bir yol bulunmamaktad\u0131r ve halen aktif geli\u015ftirme a\u015famas\u0131ndad\u0131r.","content-manager.containers.Home.pluginHeaderDescription":"G\xfc\xe7l\xfc ve g\xfczel bir aray\xfcz arac\u0131l\u0131\u011f\u0131yla giri\u015flerinizi y\xf6netin.","content-manager.containers.Home.pluginHeaderTitle":"\u0130\xe7erik Y\xf6netimi","content-manager.containers.List.errorFetchRecords":"Hata","content-manager.containers.ListPage.displayedFields":"G\xf6r\xfcnt\xfclenen Alanlar","content-manager.containers.SettingPage.attributes":"Nitelik alanlar\u0131","content-manager.containers.SettingPage.attributes.description":"Niteliklerin s\u0131ras\u0131n\u0131 tan\u0131mlay\u0131n","content-manager.containers.SettingPage.editSettings.description":"Yerle\u015fimi olu\u015fturmak i\xe7in alanlar\u0131 s\xfcr\xfckleyip b\u0131rak\u0131n","content-manager.containers.SettingPage.editSettings.title":"D\xfczenle (ayarlar)","content-manager.containers.SettingPage.listSettings.title":"Liste (ayarlar)","content-manager.containers.SettingPage.relations":"\u0130li\u015fkisel alanlar","content-manager.containers.SettingsPage.Block.contentType.description":"Belirli ayarlar\u0131 yap\u0131land\u0131r\u0131n","content-manager.containers.SettingsPage.Block.generalSettings.title":"Genel","content-manager.emptyAttributes.title":"Hen\xfcz bir alan yok","content-manager.error.attribute.key.taken":"Bu de\u011fer zaten var.","content-manager.error.attribute.sameKeyAndName":"E\u015fit olamaz","content-manager.error.attribute.taken":"Bu alan ismi zaten var.","content-manager.error.contentTypeName.taken":"Bu alan ismi zaten var.","content-manager.error.model.fetch":"Modellerin yap\u0131land\u0131rmas\u0131 getirilirken bir hata olu\u015ftu.","content-manager.error.record.create":"Kay\u0131t olu\u015fturulurken bir hata olu\u015ftu.","content-manager.error.record.delete":"Kay\u0131t silinirken bir hata olu\u015ftu.","content-manager.error.record.fetch":"Kay\u0131t getirilirken bir hata olu\u015ftu.","content-manager.error.record.update":"Kay\u0131t g\xfcncelleme s\u0131ras\u0131nda bir hata olu\u015ftu.","content-manager.error.records.count":"Say\u0131m kay\u0131tlar\u0131 getirilinceye kadar","content-manager.error.records.fetch":"Kay\u0131tlar getirilirken bir hata olu\u015ftu.","content-manager.error.schema.generation":"\u015eema olu\u015fturma s\u0131ras\u0131nda bir hata olu\u015ftu.","content-manager.error.validation.json":"Bu JSON bi\xe7imi ile e\u015fle\u015fmiyor","content-manager.error.validation.max":"De\u011fer \xe7ok y\xfcksek.","content-manager.error.validation.maxLength":"De\u011fer \xe7ok uzun.","content-manager.error.validation.min":"De\u011fer \xe7ok az.","content-manager.error.validation.minLength":"De\u011fer \xe7ok k\u0131sa.","content-manager.error.validation.minSupMax":"\xdcst\xfc olamaz","content-manager.error.validation.regex":"Regex ile e\u015fle\u015fmiyor.","content-manager.error.validation.required":"Zorunlu aland\u0131r.","content-manager.form.Input.bulkActions":"Toplu i\u015flemleri etkinle\u015ftir","content-manager.form.Input.defaultSort":"Varsay\u0131lan s\u0131ralama \xf6zelli\u011fi","content-manager.form.Input.description":"A\xe7\u0131klama","content-manager.form.Input.description.placeholder":"Profildeki g\xf6r\xfcnen ad","content-manager.form.Input.editable":"D\xfczenlenebilir alan","content-manager.form.Input.filters":"Filtreleri etkinle\u015ftir","content-manager.form.Input.label":"Etiket","content-manager.form.Input.label.inputDescription":"Bu de\u011fer, tablonun ba\u015f\u0131nda g\xf6r\xfcnt\xfclenen etiketi ge\xe7ersiz k\u0131lar","content-manager.form.Input.pageEntries":"Sayfa ba\u015f\u0131na kay\u0131tlar","content-manager.form.Input.placeholder":"Placeholder","content-manager.form.Input.placeholder.placeholder":"M\xfcthi\u015f de\u011ferim","content-manager.form.Input.search":"Aramay\u0131 etkinle\u015ftir","content-manager.form.Input.search.field":"Bu alanda aramay\u0131 etkinle\u015ftir","content-manager.form.Input.sort.field":"Bu alana g\xf6re s\u0131ralamay\u0131 etkinle\u015ftir","content-manager.notification.error.displayedFields":"En az bir g\xf6r\xfcnt\xfclenen alana ihtiyac\u0131n\u0131z var","content-manager.notification.error.relationship.fetch":"\u0130li\u015fki getirme s\u0131ras\u0131nda bir hata olu\u015ftu.","content-manager.notification.info.SettingPage.disableSort":"S\u0131ralamaya izin verilen tek bir \xf6zelli\u011fe sahip olman\u0131z gerekir","content-manager.pageNotFound":"Sayfa bulunamad\u0131","content-manager.plugin.description.long":"Veritaban\u0131ndaki verileri g\xf6rmek, d\xfczenlemek ve silmek i\xe7in h\u0131zl\u0131 bir yol.","content-manager.plugin.description.short":"Veritaban\u0131ndaki verileri g\xf6rmek, d\xfczenlemek ve silmek i\xe7in h\u0131zl\u0131 bir yol.","content-manager.popUpWarning.bodyMessage.contentType.delete":"Bu kayd\u0131 silmek istedi\u011finizden emin misiniz?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"Bu kay\u0131tlar\u0131 silmek istedi\u011finizden emin misiniz?","content-manager.popUpWarning.warning.cancelAllSettings":"De\u011fi\u015fikliklerinizi iptal etmek istedi\u011finizden emin misiniz?","content-manager.popUpWarning.warning.updateAllSettings":"Bu b\xfct\xfcn ayarlar\u0131n\u0131z\u0131 de\u011fi\u015ftirecektir","content-manager.success.record.delete":"Silindi","content-manager.success.record.save":"Kaydedildi","form.button.done":"Tamam","form.button.finish":"Bitir","global.prompt.unsaved":"Bu sayfadan ayr\u0131lmak istedi\u011finize emin misiniz? T\xfcm d\xfczenlemeleriniz kaybolacak","notification.error":"Bir hata olu\u015ftu","notification.error.layout":"D\xfczen al\u0131namad\u0131","notification.form.error.fields":"Form birden fazla hata i\xe7eriyor","notification.form.success.fields":"De\u011fi\u015fiklikler kaydedildi","request.error.model.unknown":"Bu model bulunmamaktad\u0131r."}')}}]);