@intlayer/design-system 3.5.1 → 3.5.4

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 (304) hide show
  1. package/README.md +1 -1
  2. package/dist/.vite/manifest.json +162 -80
  3. package/dist/components/Auth/AuthModal/index.cjs +4 -0
  4. package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
  5. package/dist/components/Auth/AuthModal/index.mjs +4 -0
  6. package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
  7. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +5 -4
  8. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
  9. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +1 -1
  10. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
  11. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +5 -4
  12. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
  13. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs +170 -0
  14. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs.map +1 -0
  15. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +26 -0
  16. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -0
  17. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs +170 -0
  18. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs.map +1 -0
  19. package/dist/components/Auth/ChangePasswordForm/index.cjs +2 -2
  20. package/dist/components/Auth/ChangePasswordForm/index.d.ts +1 -1
  21. package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -1
  22. package/dist/components/Auth/ChangePasswordForm/index.mjs +2 -2
  23. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +37 -0
  24. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -0
  25. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs +131 -0
  26. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs.map +1 -0
  27. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +15 -0
  28. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -0
  29. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs +131 -0
  30. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs.map +1 -0
  31. package/dist/components/Auth/ChangePasswordForm/{ChangePasswordSchema.d.ts → useChangePasswordSchema.d.ts} +3 -3
  32. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +1 -0
  33. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +37 -0
  34. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -0
  35. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +11 -10
  36. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
  37. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -1
  38. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +12 -11
  39. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
  40. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +86 -32
  41. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -1
  42. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +13 -9
  43. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
  44. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +85 -31
  45. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -1
  46. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +5 -4
  47. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
  48. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +1 -1
  49. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -1
  50. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +5 -4
  51. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
  52. package/dist/components/Auth/ResetPasswordForm/index.cjs +2 -2
  53. package/dist/components/Auth/ResetPasswordForm/index.d.ts +1 -1
  54. package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -1
  55. package/dist/components/Auth/ResetPasswordForm/index.mjs +2 -2
  56. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs +123 -0
  57. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs.map +1 -0
  58. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +21 -0
  59. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -0
  60. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs +123 -0
  61. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs.map +1 -0
  62. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +16 -0
  63. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -0
  64. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs +56 -0
  65. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs.map +1 -0
  66. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +10 -0
  67. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -0
  68. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs +56 -0
  69. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs.map +1 -0
  70. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts +10 -0
  71. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +1 -0
  72. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +16 -0
  73. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -0
  74. package/dist/components/Auth/SignInForm/SignInForm.cjs +22 -15
  75. package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
  76. package/dist/components/Auth/SignInForm/SignInForm.d.ts +1 -1
  77. package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -1
  78. package/dist/components/Auth/SignInForm/SignInForm.mjs +22 -15
  79. package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
  80. package/dist/components/Auth/SignInForm/index.cjs +2 -2
  81. package/dist/components/Auth/SignInForm/index.d.ts +1 -1
  82. package/dist/components/Auth/SignInForm/index.d.ts.map +1 -1
  83. package/dist/components/Auth/SignInForm/index.mjs +2 -2
  84. package/dist/components/Auth/SignInForm/signIn.content.cjs +217 -0
  85. package/dist/components/Auth/SignInForm/signIn.content.cjs.map +1 -0
  86. package/dist/components/Auth/SignInForm/signIn.content.d.ts +31 -0
  87. package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -0
  88. package/dist/components/Auth/SignInForm/signIn.content.mjs +217 -0
  89. package/dist/components/Auth/SignInForm/signIn.content.mjs.map +1 -0
  90. package/dist/components/Auth/SignInForm/useSignInSchema.cjs +25 -0
  91. package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -0
  92. package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs +71 -0
  93. package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs.map +1 -0
  94. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +11 -0
  95. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -0
  96. package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs +71 -0
  97. package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs.map +1 -0
  98. package/dist/components/Auth/SignInForm/{SignInSchema.d.ts → useSignInSchema.d.ts} +3 -3
  99. package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +1 -0
  100. package/dist/components/Auth/SignInForm/useSignInSchema.mjs +25 -0
  101. package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -0
  102. package/dist/components/Auth/SignUpForm/SignUpForm.cjs +4 -4
  103. package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
  104. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +1 -1
  105. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
  106. package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -3
  107. package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
  108. package/dist/components/Auth/SignUpForm/index.cjs +2 -2
  109. package/dist/components/Auth/SignUpForm/index.d.ts +1 -1
  110. package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -1
  111. package/dist/components/Auth/SignUpForm/index.mjs +2 -2
  112. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +182 -0
  113. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -0
  114. package/dist/components/Auth/SignUpForm/{index.content.d.ts → signUpForm.content.d.ts} +1 -1
  115. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -0
  116. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +182 -0
  117. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -0
  118. package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +36 -0
  119. package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -0
  120. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs +116 -0
  121. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs.map +1 -0
  122. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +14 -0
  123. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -0
  124. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs +116 -0
  125. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs.map +1 -0
  126. package/dist/components/Auth/SignUpForm/{SignUpSchema.d.ts → useSignUpSchema.d.ts} +3 -3
  127. package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +1 -0
  128. package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +36 -0
  129. package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -0
  130. package/dist/components/Auth/index.cjs +8 -8
  131. package/dist/components/Auth/index.mjs +8 -8
  132. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
  133. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
  134. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
  135. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs +60 -6
  136. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs.map +1 -1
  137. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
  138. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs +60 -6
  139. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs.map +1 -1
  140. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +22 -2
  141. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -1
  142. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
  143. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +22 -2
  144. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -1
  145. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +14 -6
  146. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
  147. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +14 -6
  148. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  149. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +151 -21
  150. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
  151. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  152. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +151 -21
  153. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
  154. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +27 -0
  155. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -0
  156. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +71 -0
  157. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -0
  158. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +11 -0
  159. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -0
  160. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +71 -0
  161. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -0
  162. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/{dictionaryFormSchema.d.ts → useDictionaryFormSchema.d.ts} +3 -3
  163. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -0
  164. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +27 -0
  165. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -0
  166. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +24 -16
  167. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
  168. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +24 -16
  169. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  170. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +176 -16
  171. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
  172. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  173. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +176 -16
  174. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  175. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +44 -0
  176. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -0
  177. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +176 -0
  178. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -0
  179. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -0
  180. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -0
  181. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +176 -0
  182. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -0
  183. package/dist/components/DictionaryFieldEditor/DictionaryDetails/{DictionaryDetailsSchema.d.ts → useDictionaryDetailsSchema.d.ts} +3 -3
  184. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -0
  185. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +44 -0
  186. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -0
  187. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
  188. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
  189. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
  190. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
  191. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +121 -11
  192. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
  193. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  194. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +121 -11
  195. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
  196. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +3 -3
  197. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  198. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -3
  199. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  200. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +66 -6
  201. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
  202. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  203. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +66 -6
  204. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
  205. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +44 -4
  206. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
  207. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  208. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +44 -4
  209. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
  210. package/dist/components/DictionaryFieldEditor/editorView.content.cjs +77 -7
  211. package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -1
  212. package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
  213. package/dist/components/DictionaryFieldEditor/editorView.content.mjs +77 -7
  214. package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -1
  215. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +66 -6
  216. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
  217. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  218. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +66 -6
  219. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
  220. package/dist/components/Link/Link.cjs +11 -4
  221. package/dist/components/Link/Link.cjs.map +1 -1
  222. package/dist/components/Link/Link.d.ts +2 -1
  223. package/dist/components/Link/Link.d.ts.map +1 -1
  224. package/dist/components/Link/Link.mjs +11 -4
  225. package/dist/components/Link/Link.mjs.map +1 -1
  226. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +16 -20
  227. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
  228. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
  229. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +16 -20
  230. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  231. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +24 -0
  232. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -0
  233. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +8 -0
  234. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -0
  235. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +25 -0
  236. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -0
  237. package/dist/components/MarkDownRender/index.cjs +9 -1
  238. package/dist/components/MarkDownRender/index.cjs.map +1 -1
  239. package/dist/components/MarkDownRender/index.d.ts.map +1 -1
  240. package/dist/components/MarkDownRender/index.mjs +9 -1
  241. package/dist/components/MarkDownRender/index.mjs.map +1 -1
  242. package/dist/components/index.cjs +8 -8
  243. package/dist/components/index.mjs +8 -8
  244. package/dist/tailwind.css +1 -1
  245. package/package.json +12 -12
  246. package/dist/__vite-browser-external-SDi5tJh6.cjs +0 -4
  247. package/dist/__vite-browser-external-SDi5tJh6.cjs.map +0 -1
  248. package/dist/__vite-browser-external-r74dyCO2.js +0 -5
  249. package/dist/__vite-browser-external-r74dyCO2.js.map +0 -1
  250. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +0 -66
  251. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +0 -1
  252. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +0 -1
  253. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +0 -66
  254. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +0 -1
  255. package/dist/components/Auth/ChangePasswordForm/index.content.cjs +0 -67
  256. package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +0 -1
  257. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +0 -23
  258. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +0 -1
  259. package/dist/components/Auth/ChangePasswordForm/index.content.mjs +0 -67
  260. package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +0 -1
  261. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +0 -29
  262. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +0 -1
  263. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +0 -10
  264. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +0 -1
  265. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +0 -29
  266. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +0 -1
  267. package/dist/components/Auth/ResetPasswordForm/index.content.cjs +0 -50
  268. package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +0 -1
  269. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +0 -18
  270. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +0 -1
  271. package/dist/components/Auth/ResetPasswordForm/index.content.mjs +0 -50
  272. package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +0 -1
  273. package/dist/components/Auth/SignInForm/SignInSchema.cjs +0 -38
  274. package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +0 -1
  275. package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +0 -1
  276. package/dist/components/Auth/SignInForm/SignInSchema.mjs +0 -38
  277. package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +0 -1
  278. package/dist/components/Auth/SignInForm/index.content.cjs +0 -84
  279. package/dist/components/Auth/SignInForm/index.content.cjs.map +0 -1
  280. package/dist/components/Auth/SignInForm/index.content.d.ts +0 -28
  281. package/dist/components/Auth/SignInForm/index.content.d.ts.map +0 -1
  282. package/dist/components/Auth/SignInForm/index.content.mjs +0 -84
  283. package/dist/components/Auth/SignInForm/index.content.mjs.map +0 -1
  284. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +0 -61
  285. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +0 -1
  286. package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +0 -1
  287. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +0 -61
  288. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +0 -1
  289. package/dist/components/Auth/SignUpForm/index.content.cjs +0 -72
  290. package/dist/components/Auth/SignUpForm/index.content.cjs.map +0 -1
  291. package/dist/components/Auth/SignUpForm/index.content.d.ts.map +0 -1
  292. package/dist/components/Auth/SignUpForm/index.content.mjs +0 -72
  293. package/dist/components/Auth/SignUpForm/index.content.mjs.map +0 -1
  294. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +0 -40
  295. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +0 -1
  296. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +0 -1
  297. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +0 -40
  298. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +0 -1
  299. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +0 -85
  300. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +0 -1
  301. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +0 -1
  302. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +0 -85
  303. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +0 -1
  304. package/dist/tailwind.js +0 -1
@@ -5,93 +5,253 @@ const dictionaryDetailsContent = {
5
5
  titleInput: {
6
6
  label: t({
7
7
  en: "Title",
8
+ "en-GB": "Title",
8
9
  fr: "Titre",
9
- es: "Título"
10
+ es: "Título",
11
+ de: "Titel",
12
+ ja: "タイトル",
13
+ ko: "제목",
14
+ zh: "标题",
15
+ it: "Titolo",
16
+ pt: "Título",
17
+ hi: "शीर्षक",
18
+ ar: "العنوان",
19
+ ru: "Заголовок"
10
20
  }),
11
21
  description: t({
12
22
  en: "The title of your dictionary allows you to easily identify it",
23
+ "en-GB": "The title of your dictionary allows you to easily identify it",
13
24
  fr: "Le titre de votre dictionnaire permet de l'identifier facilement",
14
- es: "El título de su diccionario le permite identificar fácilmente"
25
+ es: "El título de su diccionario le permite identificar fácilmente",
26
+ de: "Der Titel Ihres Wörterbuchs ermöglicht es Ihnen, es leicht zu identifizieren",
27
+ ja: "辞書のタイトルは、それを簡単に識別することができます",
28
+ ko: "사전의 제목은 이를 쉽게 식별할 수 있게 해줍니다",
29
+ zh: "字典的标题使您能够轻松识别它",
30
+ it: "Il titolo del tuo dizionario ti consente di identificarlo facilmente",
31
+ pt: "O título do seu dicionário permite que você o identifique facilmente",
32
+ hi: "आपके शब्दकोश का शीर्षक इसे आसानी से पहचानने में मदद करता है",
33
+ ar: "يتيح لك عنوان القاموس الخاص بك التعرف عليه بسهولة",
34
+ ru: "Название вашего словаря позволяет легко его идентифицировать"
15
35
  }),
16
36
  placeholder: t({
17
37
  en: "Enter the title of your dictionary",
38
+ "en-GB": "Enter the title of your dictionary",
18
39
  fr: "Entrez le titre de votre dictionnaire",
19
- es: "Ingrese el título de su diccionario"
40
+ es: "Ingrese el título de su diccionario",
41
+ de: "Geben Sie den Titel Ihres Wörterbuchs ein",
42
+ ja: "辞書のタイトルを入力してください",
43
+ ko: "사전의 제목을 입력하세요",
44
+ zh: "输入字典的标题",
45
+ it: "Inserisci il titolo del tuo dizionario",
46
+ pt: "Insira o título do seu dicionário",
47
+ hi: "आपके शब्दकोश का शीर्षक दर्ज करें",
48
+ ar: "أدخل عنوان القاموس الخاص بك",
49
+ ru: "Введите название вашего словаря"
20
50
  })
21
51
  },
22
52
  keyInput: {
23
53
  label: t({
24
54
  en: "Key",
55
+ "en-GB": "Key",
25
56
  fr: "Clé",
26
- es: "Clave"
57
+ es: "Clave",
58
+ de: "Schlüssel",
59
+ ja: "キー",
60
+ ko: "키",
61
+ zh: "键",
62
+ it: "Chiave",
63
+ pt: "Chave",
64
+ hi: "कुंजी",
65
+ ar: "مفتاح",
66
+ ru: "Ключ"
27
67
  }),
28
68
  description: t({
29
69
  en: "The key of your dictionary is used to identify it in the application",
70
+ "en-GB": "The key of your dictionary is used to identify it in the application",
30
71
  fr: "La clé de votre dictionnaire est utilisée pour l'identifier dans l'application",
31
- es: "La clave de su diccionario se utiliza para identificarla en la aplicación"
72
+ es: "La clave de su diccionario se utiliza para identificarla en la aplicación",
73
+ de: "Der Schlüssel Ihres Wörterbuchs wird verwendet, um es in der Anwendung zu identifizieren",
74
+ ja: "辞書のキーは、アプリケーション内でそれを識別するために使用されます",
75
+ ko: "사전의 키는 애플리케이션에서 이를 식별하는 데 사용됩니다",
76
+ zh: "字典的键用于在应用程序中识别它",
77
+ it: "La chiave del tuo dizionario viene utilizzata per identificarlo nell'applicazione",
78
+ pt: "A chave do seu dicionário é usada para identificá-lo no aplicativo",
79
+ hi: "आपके शब्दकोश की कुंजी इसे एप्लिकेशन में पहचानने के लिए उपयोग की जाती है",
80
+ ar: "مفتاح القاموس الخاص بك يُستخدم لتحديده في التطبيق",
81
+ ru: "Ключ вашего словаря используется для его идентификации в приложении"
32
82
  }),
33
83
  placeholder: t({
34
84
  en: "Enter the key of your dictionary",
85
+ "en-GB": "Enter the key of your dictionary",
35
86
  fr: "Entrez la clé de votre dictionnaire",
36
- es: "Ingrese la clave de su diccionario"
87
+ es: "Ingrese la clave de su diccionario",
88
+ de: "Geben Sie den Schlüssel Ihres Wörterbuchs ein",
89
+ ja: "辞書のキーを入力してください",
90
+ ko: "사전의 키를 입력하세요",
91
+ zh: "输入字典的键",
92
+ it: "Inserisci la chiave del tuo dizionario",
93
+ pt: "Insira a chave do seu dicionário",
94
+ hi: "अपने शब्दकोश की कुंजी दर्ज करें",
95
+ ar: "أدخل مفتاح القاموس الخاص بك",
96
+ ru: "Введите ключ вашего словаря"
37
97
  })
38
98
  },
39
99
  descriptionInput: {
40
100
  label: t({
41
101
  en: "Description",
102
+ "en-GB": "Description",
42
103
  fr: "Description",
43
- es: "Descripción"
104
+ es: "Descripción",
105
+ de: "Beschreibung",
106
+ ja: "説明",
107
+ ko: "설명",
108
+ zh: "描述",
109
+ it: "Descrizione",
110
+ pt: "Descrição",
111
+ hi: "विवरण",
112
+ ar: "الوصف",
113
+ ru: "Описание"
44
114
  }),
45
115
  placeholder: t({
46
116
  en: "Enter the description of your dictionary",
117
+ "en-GB": "Enter the description of your dictionary",
47
118
  fr: "Entrez la description de votre dictionnaire",
48
- es: "Ingrese la descripción de su diccionario"
119
+ es: "Ingrese la descripción de su diccionario",
120
+ de: "Geben Sie die Beschreibung Ihres Wörterbuchs ein",
121
+ ja: "辞書の説明を入力してください",
122
+ ko: "사전의 설명을 입력하세요",
123
+ zh: "输入字典的描述",
124
+ it: "Inserisci la descrizione del tuo dizionario",
125
+ pt: "Insira a descrição do seu dicionário",
126
+ hi: "अपने शब्दकोश का विवरण दर्ज करें",
127
+ ar: "أدخل وصف القاموس الخاص بك",
128
+ ru: "Введите описание вашего словаря"
49
129
  }),
50
130
  description: t({
51
131
  en: "The description of your dictionary allows you to easily identify it using keywords. It is also used to search for your dictionary, and to assist the AI in understanding your dictionary.",
132
+ "en-GB": "The description of your dictionary allows you to easily identify it using keywords. It is also used to search for your dictionary, and to assist the AI in understanding your dictionary.",
52
133
  fr: "La description de votre dictionnaire permet d'identifier facilement l'utilisateur en utilisant des mots-clés. Elle est également utilisée pour rechercher votre dictionnaire et pour aider l'IA à comprendre votre dictionnaire.",
53
- es: "La descripción de su diccionario le permite identificar fácilmente el usuario utilizando palabras clave. También se utiliza para buscar su diccionario y para ayudar a la IA a entender su diccionario."
134
+ es: "La descripción de su diccionario le permite identificar fácilmente el usuario utilizando palabras clave. También se utiliza para buscar su diccionario y para ayudar a la IA a entender su diccionario.",
135
+ de: "Die Beschreibung Ihres Wörterbuchs ermöglicht es Ihnen, es mit Schlüsselwörtern leicht zu identifizieren. Sie wird auch verwendet, um nach Ihrem Wörterbuch zu suchen und der KI zu helfen, Ihr Wörterbuch zu verstehen.",
136
+ ja: "辞書の説明は、キーワードを使用して簡単に識別できます。また、辞書を検索するために使用され、AIが辞書を理解するのを助けます。",
137
+ ko: "사전의 설명은 키워드를 사용하여 쉽게 식별할 수 있습니다. 또한 사전을 검색하고 AI가 사전을 이해하는 데 도움을 줍니다.",
138
+ zh: "您字典的描述使您能够使用关键字轻松地识别它。它还用于搜索您的字典,以及帮助 AI 理解您的字典。",
139
+ it: "La descrizione del tuo dizionario ti consente di identificarlo facilmente utilizzando parole chiave. Viene anche utilizzata per cercare il tuo dizionario e per assistere l'IA nella comprensione del tuo dizionario.",
140
+ pt: "A descrição do seu dicionário permite que você o identifique facilmente usando palavras-chave. Também é usada para pesquisar seu dicionário e para ajudar a IA a entender seu dicionário.",
141
+ hi: "आपके शब्दकोश का विवरण आपको कुंजीशब्दों का उपयोग करके इसे आसानी से पहचानने की अनुमति देता है। इसका उपयोग आपके शब्दकोश की खोज करने और AI को आपके शब्दकोश को समझने में मदद करने के लिए भी किया जाता है।",
142
+ ar: "يتيح لك وصف القاموس الخاص بك التعرف عليه بسهولة باستخدام الكلمات الرئيسية. كما أنه يستخدم للبحث عن القاموس الخاص بك ، ولمساعدة الذكاء الاصطناعي على فهم القاموس الخاص بك.",
143
+ ru: "Описание вашего словаря позволяет легко его идентифицировать с помощью ключевых слов. Оно также используется для поиска вашего словаря и для помощи ИИ в понимании вашего словаря."
54
144
  })
55
145
  },
56
146
  projectInput: {
57
147
  label: t({
58
148
  en: "Projects",
149
+ "en-GB": "Projects",
59
150
  fr: "Projets",
60
- es: "Proyectos"
151
+ es: "Proyectos",
152
+ de: "Projekte",
153
+ ja: "プロジェクト",
154
+ ko: "프로젝트",
155
+ zh: "项目",
156
+ it: "Progetti",
157
+ pt: "Projetos",
158
+ hi: "परियोजनाएँ",
159
+ ar: "المشاريع",
160
+ ru: "Проекты"
61
161
  }),
62
162
  description: t({
63
163
  en: "A dictionary can be associated with one or more projects. This allows you load the dictionary on different applications, and share it across different teams.",
164
+ "en-GB": "A dictionary can be associated with one or more projects. This allows you to load the dictionary on different applications, and share it across different teams.",
64
165
  fr: "Un dictionnaire peut être associé à un ou plusieurs projets. Cela permet de charger le dictionnaire sur différentes applications et de le partager entre différentes équipes.",
65
- es: "Un diccionario puede estar asociado con uno o más proyectos. Esto permite cargar el diccionario en diferentes aplicaciones y compartirlo entre diferentes equipos."
166
+ es: "Un diccionario puede estar asociado con uno o más proyectos. Esto permite cargar el diccionario en diferentes aplicaciones y compartirlo entre diferentes equipos.",
167
+ de: "Ein Wörterbuch kann mit einem oder mehreren Projekten verknüpft werden. Dies ermöglicht es Ihnen, das Wörterbuch in verschiedenen Anwendungen zu laden und es in verschiedenen Teams zu teilen.",
168
+ ja: "辞書は1つ以上のプロジェクトに関連付けることができます。これにより、辞書を異なるアプリケーションにロードし、異なるチーム間で共有できます。",
169
+ ko: "사전은 하나 이상의 프로젝트와 연결할 수 있습니다. 이를 통해 사전을 다양한 애플리케이션에 로드하고 다양한 팀 간에 공유할 수 있습니다.",
170
+ zh: "字典可以与一个或多个项目关联。这使您能够在不同的应用程序中加载字典,并在不同的团队之间共享。",
171
+ it: "Un dizionario può essere associato a uno o più progetti. Questo ti consente di caricare il dizionario in diverse applicazioni e condividerlo tra diversi team.",
172
+ pt: "Um dicionário pode ser associado a um ou mais projetos. Isso permite que você carregue o dicionário em diferentes aplicativos e o compartilhe entre diferentes equipes.",
173
+ hi: "एक शब्दकोश को एक या अधिक परियोजनाओं से जोड़ा जा सकता है। यह आपको विभिन्न अनुप्रयोगों में शब्दकोश लोड करने और विभिन्न टीमों के बीच साझा करने की अनुमति देता है।",
174
+ ar: "يمكن ربط قاموس بواحد أو أكثر من المشاريع. وهذا يتيح لك تحميل القاموس على تطبيقات مختلفة ومشاركته عبر فرق مختلفة.",
175
+ ru: "Словарь можно ассоциировать с одним или несколькими проектами. Это позволяет загружать словарь в различных приложениях и делиться им между разными командами."
66
176
  }),
67
177
  placeholder: t({
68
178
  en: "Select one or more projects to associate with your dictionary",
179
+ "en-GB": "Select one or more projects to associate with your dictionary",
69
180
  fr: "Sélectionnez un ou plusieurs projets à associer à votre dictionnaire",
70
- es: "Seleccione uno o más proyectos para asociar con su diccionario"
181
+ es: "Seleccione uno o más proyectos para asociar con su diccionario",
182
+ de: "Wählen Sie ein oder mehrere Projekte aus, um sie mit Ihrem Wörterbuch zu verknüpfen",
183
+ ja: "辞書に関連付けるプロジェクトを1つ以上選択してください",
184
+ ko: "사전과 연결할 하나 이상의 프로젝트를 선택하세요",
185
+ zh: "选择一个或多个项目以与您的字典关联",
186
+ it: "Seleziona uno o più progetti da associare al tuo dizionario",
187
+ pt: "Selecione um ou mais projetos para associar ao seu dicionário",
188
+ hi: "अपने शब्दकोश से जोड़ने के लिए एक या अधिक परियोजनाएँ चुनें",
189
+ ar: "حدد مشروعًا أو أكثر لربطه بقاموسك",
190
+ ru: "Выберите один или несколько проектов, чтобы связать их с вашим словарем"
71
191
  })
72
192
  },
73
193
  saveButton: {
74
194
  text: t({
75
195
  en: "Save changes",
196
+ "en-GB": "Save changes",
76
197
  fr: "Enregistrer les modifications",
77
- es: "Guardar cambios"
198
+ es: "Guardar cambios",
199
+ de: "Änderungen speichern",
200
+ ja: "変更を保存",
201
+ ko: "변경 사항 저장",
202
+ zh: "保存更改",
203
+ it: "Salva le modifiche",
204
+ pt: "Salvar alterações",
205
+ hi: "परिवर्तन सहेजें",
206
+ ar: "احفظ التغييرات",
207
+ ru: "Сохранить изменения"
78
208
  }),
79
209
  label: t({
80
210
  en: "Click to save changes",
211
+ "en-GB": "Click to save changes",
81
212
  fr: "Cliquez pour enregistrer les modifications",
82
- es: "Haga clic para guardar los cambios"
213
+ es: "Haga clic para guardar los cambios",
214
+ de: "Klicken Sie, um die Änderungen zu speichern",
215
+ ja: "変更を保存するにはクリックしてください",
216
+ ko: "변경 사항을 저장하려면 클릭하세요",
217
+ zh: "单击以保存更改",
218
+ it: "Fai clic per salvare le modifiche",
219
+ pt: "Clique para salvar as alterações",
220
+ hi: "परिवर्तन सहेजने के लिए क्लिक करें",
221
+ ar: "انقر لحفظ التغييرات",
222
+ ru: "Нажмите, чтобы сохранить изменения"
83
223
  })
84
224
  },
85
225
  publishButton: {
86
226
  text: t({
87
227
  en: "Publish dictionary",
228
+ "en-GB": "Publish dictionary",
88
229
  fr: "Publier le dictionnaire",
89
- es: "Publicar diccionario"
230
+ es: "Publicar diccionario",
231
+ de: "Wörterbuch veröffentlichen",
232
+ ja: "辞書を公開",
233
+ ko: "사전을 게시",
234
+ zh: "发布字典",
235
+ it: "Pubblica il dizionario",
236
+ pt: "Publicar dicionário",
237
+ hi: "शब्दकोश प्रकाशित करें",
238
+ ar: "انشر القاموس",
239
+ ru: "Опубликовать словарь"
90
240
  }),
91
241
  label: t({
92
242
  en: "Click to publish dictionary",
243
+ "en-GB": "Click to publish dictionary",
93
244
  fr: "Cliquez pour publier le dictionnaire",
94
- es: "Haga clic para publicar el diccionario"
245
+ es: "Haga clic para publicar el diccionario",
246
+ de: "Klicken Sie, um das Wörterbuch zu veröffentlichen",
247
+ ja: "辞書を公開するにはクリックしてください",
248
+ ko: "사전을 게시하려면 클릭하세요",
249
+ zh: "单击以发布字典",
250
+ it: "Fai clic per pubblicare il dizionario",
251
+ pt: "Clique para publicar o dicionário",
252
+ hi: "शब्दकोश प्रकाशित करने के लिए क्लिक करें",
253
+ ar: "انقر لنشر القاموس",
254
+ ru: "Нажмите, чтобы опубликовать словарь"
95
255
  })
96
256
  }
97
257
  }
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryDetails.content.mjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const dictionaryDetailsContent = {\n key: 'dictionary-details',\n content: {\n titleInput: {\n label: t({\n en: 'Title',\n fr: 'Titre',\n es: 'Título',\n }),\n description: t({\n en: 'The title of your dictionary allows you to easily identify it',\n fr: \"Le titre de votre dictionnaire permet de l'identifier facilement\",\n es: 'El título de su diccionario le permite identificar fácilmente',\n }),\n placeholder: t({\n en: 'Enter the title of your dictionary',\n fr: 'Entrez le titre de votre dictionnaire',\n es: 'Ingrese el título de su diccionario',\n }),\n },\n keyInput: {\n label: t({\n en: 'Key',\n fr: 'Clé',\n es: 'Clave',\n }),\n description: t({\n en: 'The key of your dictionary is used to identify it in the application',\n fr: \"La clé de votre dictionnaire est utilisée pour l'identifier dans l'application\",\n es: 'La clave de su diccionario se utiliza para identificarla en la aplicación',\n }),\n placeholder: t({\n en: 'Enter the key of your dictionary',\n fr: 'Entrez la clé de votre dictionnaire',\n es: 'Ingrese la clave de su diccionario',\n }),\n },\n descriptionInput: {\n label: t({\n en: 'Description',\n fr: 'Description',\n es: 'Descripción',\n }),\n placeholder: t({\n en: 'Enter the description of your dictionary',\n fr: 'Entrez la description de votre dictionnaire',\n es: 'Ingrese la descripción de su diccionario',\n }),\n description: t({\n en: 'The description of your dictionary allows you to easily identify it using keywords. It is also used to search for your dictionary, and to assist the AI in understanding your dictionary.',\n fr: \"La description de votre dictionnaire permet d'identifier facilement l'utilisateur en utilisant des mots-clés. Elle est également utilisée pour rechercher votre dictionnaire et pour aider l'IA à comprendre votre dictionnaire.\",\n es: 'La descripción de su diccionario le permite identificar fácilmente el usuario utilizando palabras clave. También se utiliza para buscar su diccionario y para ayudar a la IA a entender su diccionario.',\n }),\n },\n\n projectInput: {\n label: t({\n en: 'Projects',\n fr: 'Projets',\n es: 'Proyectos',\n }),\n description: t({\n en: 'A dictionary can be associated with one or more projects. This allows you load the dictionary on different applications, and share it across different teams.',\n fr: 'Un dictionnaire peut être associé à un ou plusieurs projets. Cela permet de charger le dictionnaire sur différentes applications et de le partager entre différentes équipes.',\n es: 'Un diccionario puede estar asociado con uno o más proyectos. Esto permite cargar el diccionario en diferentes aplicaciones y compartirlo entre diferentes equipos.',\n }),\n placeholder: t({\n en: 'Select one or more projects to associate with your dictionary',\n fr: 'Sélectionnez un ou plusieurs projets à associer à votre dictionnaire',\n es: 'Seleccione uno o más proyectos para asociar con su diccionario',\n }),\n },\n\n saveButton: {\n text: t({\n en: 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n }),\n label: t({\n en: 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n fr: 'Publier le dictionnaire',\n es: 'Publicar diccionario',\n }),\n label: t({\n en: 'Click to publish dictionary',\n fr: 'Cliquez pour publier le dictionnaire',\n es: 'Haga clic para publicar el diccionario',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":";AAEO,MAAM,2BAA2B;AAAA,EACtC,KAAK;AAAA,EACL,SAAS;AAAA,IACP,YAAY;AAAA,MACV,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,UAAU;AAAA,MACR,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,kBAAkB;AAAA,MAChB,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IAEA,cAAc;AAAA,MACZ,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IAEA,YAAY;AAAA,MACV,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IAAA;AAAA,EACH;AAEJ;"}
1
+ {"version":3,"file":"dictionaryDetails.content.mjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const dictionaryDetailsContent = {\n key: 'dictionary-details',\n content: {\n titleInput: {\n label: t({\n en: 'Title',\n 'en-GB': 'Title',\n fr: 'Titre',\n es: 'Título',\n de: 'Titel',\n ja: 'タイトル',\n ko: '제목',\n zh: '标题',\n it: 'Titolo',\n pt: 'Título',\n hi: 'शीर्षक',\n ar: 'العنوان',\n ru: 'Заголовок',\n }),\n description: t({\n en: 'The title of your dictionary allows you to easily identify it',\n 'en-GB':\n 'The title of your dictionary allows you to easily identify it',\n fr: \"Le titre de votre dictionnaire permet de l'identifier facilement\",\n es: 'El título de su diccionario le permite identificar fácilmente',\n de: 'Der Titel Ihres Wörterbuchs ermöglicht es Ihnen, es leicht zu identifizieren',\n ja: '辞書のタイトルは、それを簡単に識別することができます',\n ko: '사전의 제목은 이를 쉽게 식별할 수 있게 해줍니다',\n zh: '字典的标题使您能够轻松识别它',\n it: 'Il titolo del tuo dizionario ti consente di identificarlo facilmente',\n pt: 'O título do seu dicionário permite que você o identifique facilmente',\n hi: 'आपके शब्दकोश का शीर्षक इसे आसानी से पहचानने में मदद करता है',\n ar: 'يتيح لك عنوان القاموس الخاص بك التعرف عليه بسهولة',\n ru: 'Название вашего словаря позволяет легко его идентифицировать',\n }),\n placeholder: t({\n en: 'Enter the title of your dictionary',\n 'en-GB': 'Enter the title of your dictionary',\n fr: 'Entrez le titre de votre dictionnaire',\n es: 'Ingrese el título de su diccionario',\n de: 'Geben Sie den Titel Ihres Wörterbuchs ein',\n ja: '辞書のタイトルを入力してください',\n ko: '사전의 제목을 입력하세요',\n zh: '输入字典的标题',\n it: 'Inserisci il titolo del tuo dizionario',\n pt: 'Insira o título do seu dicionário',\n hi: 'आपके शब्दकोश का शीर्षक दर्ज करें',\n ar: 'أدخل عنوان القاموس الخاص بك',\n ru: 'Введите название вашего словаря',\n }),\n },\n keyInput: {\n label: t({\n en: 'Key',\n 'en-GB': 'Key',\n fr: 'Clé',\n es: 'Clave',\n de: 'Schlüssel',\n ja: 'キー',\n ko: '키',\n zh: '键',\n it: 'Chiave',\n pt: 'Chave',\n hi: 'कुंजी',\n ar: 'مفتاح',\n ru: 'Ключ',\n }),\n description: t({\n en: 'The key of your dictionary is used to identify it in the application',\n 'en-GB':\n 'The key of your dictionary is used to identify it in the application',\n fr: \"La clé de votre dictionnaire est utilisée pour l'identifier dans l'application\",\n es: 'La clave de su diccionario se utiliza para identificarla en la aplicación',\n de: 'Der Schlüssel Ihres Wörterbuchs wird verwendet, um es in der Anwendung zu identifizieren',\n ja: '辞書のキーは、アプリケーション内でそれを識別するために使用されます',\n ko: '사전의 키는 애플리케이션에서 이를 식별하는 데 사용됩니다',\n zh: '字典的键用于在应用程序中识别它',\n it: \"La chiave del tuo dizionario viene utilizzata per identificarlo nell'applicazione\",\n pt: 'A chave do seu dicionário é usada para identificá-lo no aplicativo',\n hi: 'आपके शब्दकोश की कुंजी इसे एप्लिकेशन में पहचानने के लिए उपयोग की जाती है',\n ar: 'مفتاح القاموس الخاص بك يُستخدم لتحديده في التطبيق',\n ru: 'Ключ вашего словаря используется для его идентификации в приложении',\n }),\n placeholder: t({\n en: 'Enter the key of your dictionary',\n 'en-GB': 'Enter the key of your dictionary',\n fr: 'Entrez la clé de votre dictionnaire',\n es: 'Ingrese la clave de su diccionario',\n de: 'Geben Sie den Schlüssel Ihres Wörterbuchs ein',\n ja: '辞書のキーを入力してください',\n ko: '사전의 키를 입력하세요',\n zh: '输入字典的键',\n it: 'Inserisci la chiave del tuo dizionario',\n pt: 'Insira a chave do seu dicionário',\n hi: 'अपने शब्दकोश की कुंजी दर्ज करें',\n ar: 'أدخل مفتاح القاموس الخاص بك',\n ru: 'Введите ключ вашего словаря',\n }),\n },\n descriptionInput: {\n label: t({\n en: 'Description',\n 'en-GB': 'Description',\n fr: 'Description',\n es: 'Descripción',\n de: 'Beschreibung',\n ja: '説明',\n ko: '설명',\n zh: '描述',\n it: 'Descrizione',\n pt: 'Descrição',\n hi: 'विवरण',\n ar: 'الوصف',\n ru: 'Описание',\n }),\n placeholder: t({\n en: 'Enter the description of your dictionary',\n 'en-GB': 'Enter the description of your dictionary',\n fr: 'Entrez la description de votre dictionnaire',\n es: 'Ingrese la descripción de su diccionario',\n de: 'Geben Sie die Beschreibung Ihres Wörterbuchs ein',\n ja: '辞書の説明を入力してください',\n ko: '사전의 설명을 입력하세요',\n zh: '输入字典的描述',\n it: 'Inserisci la descrizione del tuo dizionario',\n pt: 'Insira a descrição do seu dicionário',\n hi: 'अपने शब्दकोश का विवरण दर्ज करें',\n ar: 'أدخل وصف القاموس الخاص بك',\n ru: 'Введите описание вашего словаря',\n }),\n description: t({\n en: 'The description of your dictionary allows you to easily identify it using keywords. It is also used to search for your dictionary, and to assist the AI in understanding your dictionary.',\n 'en-GB':\n 'The description of your dictionary allows you to easily identify it using keywords. It is also used to search for your dictionary, and to assist the AI in understanding your dictionary.',\n fr: \"La description de votre dictionnaire permet d'identifier facilement l'utilisateur en utilisant des mots-clés. Elle est également utilisée pour rechercher votre dictionnaire et pour aider l'IA à comprendre votre dictionnaire.\",\n es: 'La descripción de su diccionario le permite identificar fácilmente el usuario utilizando palabras clave. También se utiliza para buscar su diccionario y para ayudar a la IA a entender su diccionario.',\n de: 'Die Beschreibung Ihres Wörterbuchs ermöglicht es Ihnen, es mit Schlüsselwörtern leicht zu identifizieren. Sie wird auch verwendet, um nach Ihrem Wörterbuch zu suchen und der KI zu helfen, Ihr Wörterbuch zu verstehen.',\n ja: '辞書の説明は、キーワードを使用して簡単に識別できます。また、辞書を検索するために使用され、AIが辞書を理解するのを助けます。',\n ko: '사전의 설명은 키워드를 사용하여 쉽게 식별할 수 있습니다. 또한 사전을 검색하고 AI가 사전을 이해하는 데 도움을 줍니다.',\n zh: '您字典的描述使您能够使用关键字轻松地识别它。它还用于搜索您的字典,以及帮助 AI 理解您的字典。',\n it: \"La descrizione del tuo dizionario ti consente di identificarlo facilmente utilizzando parole chiave. Viene anche utilizzata per cercare il tuo dizionario e per assistere l'IA nella comprensione del tuo dizionario.\",\n pt: 'A descrição do seu dicionário permite que você o identifique facilmente usando palavras-chave. Também é usada para pesquisar seu dicionário e para ajudar a IA a entender seu dicionário.',\n hi: 'आपके शब्दकोश का विवरण आपको कुंजीशब्दों का उपयोग करके इसे आसानी से पहचानने की अनुमति देता है। इसका उपयोग आपके शब्दकोश की खोज करने और AI को आपके शब्दकोश को समझने में मदद करने के लिए भी किया जाता है।',\n ar: 'يتيح لك وصف القاموس الخاص بك التعرف عليه بسهولة باستخدام الكلمات الرئيسية. كما أنه يستخدم للبحث عن القاموس الخاص بك ، ولمساعدة الذكاء الاصطناعي على فهم القاموس الخاص بك.',\n ru: 'Описание вашего словаря позволяет легко его идентифицировать с помощью ключевых слов. Оно также используется для поиска вашего словаря и для помощи ИИ в понимании вашего словаря.',\n }),\n },\n\n projectInput: {\n label: t({\n en: 'Projects',\n 'en-GB': 'Projects',\n fr: 'Projets',\n es: 'Proyectos',\n de: 'Projekte',\n ja: 'プロジェクト',\n ko: '프로젝트',\n zh: '项目',\n it: 'Progetti',\n pt: 'Projetos',\n hi: 'परियोजनाएँ',\n ar: 'المشاريع',\n ru: 'Проекты',\n }),\n description: t({\n en: 'A dictionary can be associated with one or more projects. This allows you load the dictionary on different applications, and share it across different teams.',\n 'en-GB':\n 'A dictionary can be associated with one or more projects. This allows you to load the dictionary on different applications, and share it across different teams.',\n fr: 'Un dictionnaire peut être associé à un ou plusieurs projets. Cela permet de charger le dictionnaire sur différentes applications et de le partager entre différentes équipes.',\n es: 'Un diccionario puede estar asociado con uno o más proyectos. Esto permite cargar el diccionario en diferentes aplicaciones y compartirlo entre diferentes equipos.',\n de: 'Ein Wörterbuch kann mit einem oder mehreren Projekten verknüpft werden. Dies ermöglicht es Ihnen, das Wörterbuch in verschiedenen Anwendungen zu laden und es in verschiedenen Teams zu teilen.',\n ja: '辞書は1つ以上のプロジェクトに関連付けることができます。これにより、辞書を異なるアプリケーションにロードし、異なるチーム間で共有できます。',\n ko: '사전은 하나 이상의 프로젝트와 연결할 수 있습니다. 이를 통해 사전을 다양한 애플리케이션에 로드하고 다양한 팀 간에 공유할 수 있습니다.',\n zh: '字典可以与一个或多个项目关联。这使您能够在不同的应用程序中加载字典,并在不同的团队之间共享。',\n it: 'Un dizionario può essere associato a uno o più progetti. Questo ti consente di caricare il dizionario in diverse applicazioni e condividerlo tra diversi team.',\n pt: 'Um dicionário pode ser associado a um ou mais projetos. Isso permite que você carregue o dicionário em diferentes aplicativos e o compartilhe entre diferentes equipes.',\n hi: 'एक शब्दकोश को एक या अधिक परियोजनाओं से जोड़ा जा सकता है। यह आपको विभिन्न अनुप्रयोगों में शब्दकोश लोड करने और विभिन्न टीमों के बीच साझा करने की अनुमति देता है।',\n ar: 'يمكن ربط قاموس بواحد أو أكثر من المشاريع. وهذا يتيح لك تحميل القاموس على تطبيقات مختلفة ومشاركته عبر فرق مختلفة.',\n ru: 'Словарь можно ассоциировать с одним или несколькими проектами. Это позволяет загружать словарь в различных приложениях и делиться им между разными командами.',\n }),\n placeholder: t({\n en: 'Select one or more projects to associate with your dictionary',\n 'en-GB':\n 'Select one or more projects to associate with your dictionary',\n fr: 'Sélectionnez un ou plusieurs projets à associer à votre dictionnaire',\n es: 'Seleccione uno o más proyectos para asociar con su diccionario',\n de: 'Wählen Sie ein oder mehrere Projekte aus, um sie mit Ihrem Wörterbuch zu verknüpfen',\n ja: '辞書に関連付けるプロジェクトを1つ以上選択してください',\n ko: '사전과 연결할 하나 이상의 프로젝트를 선택하세요',\n zh: '选择一个或多个项目以与您的字典关联',\n it: 'Seleziona uno o più progetti da associare al tuo dizionario',\n pt: 'Selecione um ou mais projetos para associar ao seu dicionário',\n hi: 'अपने शब्दकोश से जोड़ने के लिए एक या अधिक परियोजनाएँ चुनें',\n ar: 'حدد مشروعًا أو أكثر لربطه بقاموسك',\n ru: 'Выберите один или несколько проектов, чтобы связать их с вашим словарем',\n }),\n },\n\n saveButton: {\n text: t({\n en: 'Save changes',\n 'en-GB': 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n de: 'Änderungen speichern',\n ja: '変更を保存',\n ko: '변경 사항 저장',\n zh: '保存更改',\n it: 'Salva le modifiche',\n pt: 'Salvar alterações',\n hi: 'परिवर्तन सहेजें',\n ar: 'احفظ التغييرات',\n ru: 'Сохранить изменения',\n }),\n label: t({\n en: 'Click to save changes',\n 'en-GB': 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n de: 'Klicken Sie, um die Änderungen zu speichern',\n ja: '変更を保存するにはクリックしてください',\n ko: '변경 사항을 저장하려면 클릭하세요',\n zh: '单击以保存更改',\n it: 'Fai clic per salvare le modifiche',\n pt: 'Clique para salvar as alterações',\n hi: 'परिवर्तन सहेजने के लिए क्लिक करें',\n ar: 'انقر لحفظ التغييرات',\n ru: 'Нажмите, чтобы сохранить изменения',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n 'en-GB': 'Publish dictionary',\n fr: 'Publier le dictionnaire',\n es: 'Publicar diccionario',\n de: 'Wörterbuch veröffentlichen',\n ja: '辞書を公開',\n ko: '사전을 게시',\n zh: '发布字典',\n it: 'Pubblica il dizionario',\n pt: 'Publicar dicionário',\n hi: 'शब्दकोश प्रकाशित करें',\n ar: 'انشر القاموس',\n ru: 'Опубликовать словарь',\n }),\n label: t({\n en: 'Click to publish dictionary',\n 'en-GB': 'Click to publish dictionary',\n fr: 'Cliquez pour publier le dictionnaire',\n es: 'Haga clic para publicar el diccionario',\n de: 'Klicken Sie, um das Wörterbuch zu veröffentlichen',\n ja: '辞書を公開するにはクリックしてください',\n ko: '사전을 게시하려면 클릭하세요',\n zh: '单击以发布字典',\n it: 'Fai clic per pubblicare il dizionario',\n pt: 'Clique para publicar o dicionário',\n hi: 'शब्दकोश प्रकाशित करने के लिए क्लिक करें',\n ar: 'انقر لنشر القاموس',\n ru: 'Нажмите, чтобы опубликовать словарь',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const reactIntlayer = require("react-intlayer");
4
+ const zod = require("zod");
5
+ const components_DictionaryFieldEditor_DictionaryDetails_useDictionaryDetailsSchema_content = require("./useDictionaryDetailsSchema.content.cjs");
6
+ const useDictionaryDetailsSchema = (projectId) => {
7
+ const {
8
+ titleRequiredError,
9
+ titleInvalidTypeError,
10
+ titleMinLengthError,
11
+ keyRequiredError,
12
+ keyInvalidTypeError,
13
+ keySpaceError,
14
+ keyMinLengthError,
15
+ descriptionRequiredError,
16
+ descriptionInvalidTypeError,
17
+ requiredErrorProjectId,
18
+ invalidTypeErrorProjectId
19
+ } = reactIntlayer.useDictionary(components_DictionaryFieldEditor_DictionaryDetails_useDictionaryDetailsSchema_content.useDictionaryDetailsSchemaContent);
20
+ return zod.z.object({
21
+ title: zod.z.string({
22
+ required_error: titleRequiredError,
23
+ invalid_type_error: titleInvalidTypeError
24
+ }).refine((val) => val.length === 0 || val.length >= 4, {
25
+ message: titleMinLengthError
26
+ }).optional(),
27
+ key: zod.z.string({
28
+ required_error: keyRequiredError,
29
+ invalid_type_error: keyInvalidTypeError
30
+ }).min(4, { message: keyMinLengthError }).regex(/^[a-zA-Z0-9-_]+$/, { message: keySpaceError }).default(""),
31
+ description: zod.z.string({
32
+ required_error: descriptionRequiredError,
33
+ invalid_type_error: descriptionInvalidTypeError
34
+ }).optional(),
35
+ projectIds: zod.z.array(
36
+ zod.z.string({
37
+ required_error: requiredErrorProjectId,
38
+ invalid_type_error: invalidTypeErrorProjectId
39
+ })
40
+ ).default([projectId])
41
+ });
42
+ };
43
+ exports.useDictionaryDetailsSchema = useDictionaryDetailsSchema;
44
+ //# sourceMappingURL=useDictionaryDetailsSchema.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDictionaryDetailsSchema.cjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport { z } from 'zod';\nimport { useDictionaryDetailsSchemaContent } from './useDictionaryDetailsSchema.content';\n\nexport const useDictionaryDetailsSchema = (projectId: string) => {\n const {\n titleRequiredError,\n titleInvalidTypeError,\n titleMinLengthError,\n keyRequiredError,\n keyInvalidTypeError,\n keySpaceError,\n keyMinLengthError,\n descriptionRequiredError,\n descriptionInvalidTypeError,\n requiredErrorProjectId,\n invalidTypeErrorProjectId,\n } = useDictionary(useDictionaryDetailsSchemaContent);\n\n return z.object({\n title: z\n .string({\n required_error: titleRequiredError,\n invalid_type_error: titleInvalidTypeError,\n })\n // Can be length of 0 or > 4\n .refine((val) => val.length === 0 || val.length >= 4, {\n message: titleMinLengthError,\n })\n .optional(),\n key: z\n .string({\n required_error: keyRequiredError,\n invalid_type_error: keyInvalidTypeError,\n })\n .min(4, { message: keyMinLengthError })\n /**\n * Valid :\n * my-key\n * my_key\n *\n * Invalid :\n * my key\n * my.key\n */\n .regex(/^[a-zA-Z0-9-_]+$/, { message: keySpaceError })\n .default(''),\n description: z\n .string({\n required_error: descriptionRequiredError,\n invalid_type_error: descriptionInvalidTypeError,\n })\n .optional(),\n projectIds: z\n .array(\n z.string({\n required_error: requiredErrorProjectId,\n invalid_type_error: invalidTypeErrorProjectId,\n })\n )\n .default([projectId]),\n });\n};\n\nexport type DictionaryDetailsFormData = z.infer<\n ReturnType<typeof useDictionaryDetailsSchema>\n>;\n"],"names":["useDictionary","useDictionaryDetailsSchemaContent","z"],"mappings":";;;;;AAKa,MAAA,6BAA6B,CAAC,cAAsB;AACzD,QAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA,IACEA,cAAAA,cAAcC,sFAAAA,iCAAiC;AAEnD,SAAOC,IAAAA,EAAE,OAAO;AAAA,IACd,OAAOA,MACJ,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IAAA,CACrB,EAEA,OAAO,CAAC,QAAQ,IAAI,WAAW,KAAK,IAAI,UAAU,GAAG;AAAA,MACpD,SAAS;AAAA,IACV,CAAA,EACA,SAAS;AAAA,IACZ,KAAKA,MACF,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IACrB,CAAA,EACA,IAAI,GAAG,EAAE,SAAS,kBAAkB,CAAC,EAUrC,MAAM,oBAAoB,EAAE,SAAS,cAAe,CAAA,EACpD,QAAQ,EAAE;AAAA,IACb,aAAaA,MACV,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IACrB,CAAA,EACA,SAAS;AAAA,IACZ,YAAYA,IACT,EAAA;AAAA,MACCA,IAAAA,EAAE,OAAO;AAAA,QACP,gBAAgB;AAAA,QAChB,oBAAoB;AAAA,MACrB,CAAA;AAAA,IAAA,EAEF,QAAQ,CAAC,SAAS,CAAC;AAAA,EAAA,CACvB;AACH;;"}
@@ -0,0 +1,176 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const intlayer = require("intlayer");
4
+ const useDictionaryDetailsSchemaContent = {
5
+ key: "dictionary-detail-schema",
6
+ content: {
7
+ titleRequiredError: intlayer.t({
8
+ en: "Please enter a name for your organization.",
9
+ "en-GB": "Please enter a name for your organization.",
10
+ fr: "Veuillez saisir un nom pour votre organisation.",
11
+ es: "Por favor, ingrese un nombre para su organización.",
12
+ de: "Bitte geben Sie einen Namen für Ihre Organisation ein.",
13
+ ja: "あなたの組織の名前を入力してください。",
14
+ ko: "조직 이름을 입력하세요.",
15
+ zh: "请输入您组织的名称。",
16
+ it: "Si prega di inserire un nome per la propria organizzazione.",
17
+ pt: "Por favor, insira um nome para sua organização.",
18
+ hi: "कृपया अपने संगठन का नाम दर्ज करें।",
19
+ ar: "يرجى إدخال اسم منظمتك.",
20
+ ru: "Пожалуйста, введите название вашей организации."
21
+ }),
22
+ titleInvalidTypeError: intlayer.t({
23
+ en: "The organization name must be a valid string.",
24
+ "en-GB": "The organization name must be a valid string.",
25
+ fr: "Le nom de votre organisation doit être une chaîne valide.",
26
+ es: "El nombre de su organización debe ser una cadena válida.",
27
+ de: "Der Name der Organisation muss eine gültige Zeichenfolge sein.",
28
+ ja: "組織名は有効な文字列である必要があります。",
29
+ ko: "조직 이름은 유효한 문자열이어야 합니다.",
30
+ zh: "组织名称必须是有效的字符串。",
31
+ it: "Il nome dell'organizzazione deve essere una stringa valida.",
32
+ pt: "O nome da organização deve ser uma string válida.",
33
+ hi: "संगठन का नाम एक वैध स्ट्रिंग होना चाहिए।",
34
+ ar: "يجب أن يكون اسم المنظمة سلسلة صحيحة.",
35
+ ru: "Имя организации должно быть правильной строкой."
36
+ }),
37
+ titleMinLengthError: intlayer.t({
38
+ en: "The organization name must be at least 4 characters long.",
39
+ "en-GB": "The organization name must be at least 4 characters long.",
40
+ fr: "Le nom de votre organisation doit comporter au moins 4 caractères.",
41
+ es: "El nombre de su organización debe tener al menos 4 caracteres.",
42
+ de: "Der Name der Organisation muss mindestens 4 Zeichen lang sein.",
43
+ ja: "組織名は4文字以上でなければなりません。",
44
+ ko: "조직 이름은 4자 이상이어야 합니다.",
45
+ zh: "组织名称必须至少4个字符。",
46
+ it: "Il nome dell'organizzazione deve essere lungo almeno 4 caratteri.",
47
+ pt: "O nome da organização deve ter pelo menos 4 caracteres.",
48
+ hi: "संगठन का नाम कम से कम 4 वर्ण का होना चाहिए।",
49
+ ar: "يجب أن يكون اسم المنظمة مكونًا من 4 أحرف على الأقل.",
50
+ ru: "Имя организации должно содержать не менее 4 символов."
51
+ }),
52
+ keyRequiredError: intlayer.t({
53
+ en: "Please enter a key for your organization.",
54
+ "en-GB": "Please enter a key for your organization.",
55
+ fr: "Veuillez saisir une clé pour votre organisation.",
56
+ es: "Por favor, ingrese una clave para su organización.",
57
+ de: "Bitte geben Sie einen Schlüssel für Ihre Organisation ein.",
58
+ ja: "あなたの組織のためにキーを入力してください。",
59
+ ko: "조직에 대한 키를 입력하세요.",
60
+ zh: "请输入您组织的键。",
61
+ it: "Si prega di inserire una chiave per la propria organizzazione.",
62
+ pt: "Por favor, insira uma chave para sua organização.",
63
+ hi: "कृपया अपने संगठन के लिए एक कुंजी दर्ज करें।",
64
+ ar: "يرجى إدخال مفتاح لمنظمتك.",
65
+ ru: "Пожалуйста, введите ключ для вашей организации."
66
+ }),
67
+ keyInvalidTypeError: intlayer.t({
68
+ en: "The key must be a valid string.",
69
+ "en-GB": "The key must be a valid string.",
70
+ fr: "La clé doit être une chaîne valide.",
71
+ es: "La clave debe ser una cadena válida.",
72
+ de: "Der Schlüssel muss eine gültige Zeichenfolge sein.",
73
+ ja: "キーは有効な文字列である必要があります。",
74
+ ko: "키는 유효한 문자열이어야 합니다.",
75
+ zh: "关键字必须是有效的字符串。",
76
+ it: "La chiave deve essere una stringa valida.",
77
+ pt: "A chave deve ser uma string válida.",
78
+ hi: "कुंजी एक वैध स्ट्रिंग होनी चाहिए।",
79
+ ar: "يجب أن يكون المفتاح سلسلة صحيحة.",
80
+ ru: "Ключ должен быть правильной строкой."
81
+ }),
82
+ keySpaceError: intlayer.t({
83
+ en: "The key cannot contain spaces or special characters.",
84
+ "en-GB": "The key cannot contain spaces or special characters.",
85
+ fr: "La clé ne peut pas contenir d'espaces ou de caractères spéciaux.",
86
+ es: "La clave no puede contener espacios o caracteres especiales.",
87
+ de: "Der Schlüssel darf keine Leerzeichen oder Sonderzeichen enthalten.",
88
+ ja: "キーにはスペースや特殊文字を含めることはできません。",
89
+ ko: "키에는 공백이나 특수 문자가 포함될 수 없습니다.",
90
+ zh: "关键字不能包含空格或特殊字符。",
91
+ it: "La chiave non può contenere spazi o caratteri speciali.",
92
+ pt: "A chave não pode conter espaços ou caracteres especiais.",
93
+ hi: "कुंजी में स्पेस या विशेष वर्ण नहीं हो सकते।",
94
+ ar: "لا يمكن أن يحتوي المفتاح على مسافات أو أحرف خاصة.",
95
+ ru: "Ключ не может содержать пробелы или специальные символы."
96
+ }),
97
+ keyMinLengthError: intlayer.t({
98
+ en: "The key must be at least 4 characters long.",
99
+ "en-GB": "The key must be at least 4 characters long.",
100
+ fr: "La clé doit comporter au moins 4 caractères.",
101
+ es: "La clave debe tener al menos 4 caracteres.",
102
+ de: "Der Schlüssel muss mindestens 4 Zeichen lang sein.",
103
+ ja: "キーは4文字以上でなければなりません。",
104
+ ko: "키는 4자 이상이어야 합니다.",
105
+ zh: "键必须至少为4个字符。",
106
+ it: "La chiave deve essere lunga almeno 4 caratteri.",
107
+ pt: "A chave deve ter pelo menos 4 caracteres.",
108
+ hi: "कुंजी में कम से कम 4 वर्ण होने चाहिए।",
109
+ ar: "يجب أن يكون المفتاح مكونًا من 4 أحرف على الأقل.",
110
+ ru: "Ключ должен содержать не менее 4 символов."
111
+ }),
112
+ // Description Field Error Messages
113
+ descriptionRequiredError: intlayer.t({
114
+ en: "Please enter a description for your organization.",
115
+ "en-GB": "Please enter a description for your organization.",
116
+ fr: "Veuillez saisir une description pour votre organisation.",
117
+ es: "Por favor, ingrese una descripción para su organización.",
118
+ de: "Bitte geben Sie eine Beschreibung für Ihre Organisation ein.",
119
+ ja: "あなたの組織の説明を入力してください。",
120
+ ko: "조직에 대한 설명을 입력하세요.",
121
+ zh: "请输入您组织的描述。",
122
+ it: "Si prega di inserire una descrizione per la propria organizzazione.",
123
+ pt: "Por favor, insira uma descrição para sua organização.",
124
+ hi: "कृपया अपने संगठन का विवरण दर्ज करें।",
125
+ ar: "يرجى إدخال وصف لمنظمتك.",
126
+ ru: "Пожалуйста, введите описание вашей организации."
127
+ }),
128
+ descriptionInvalidTypeError: intlayer.t({
129
+ en: "The description must be a valid string.",
130
+ "en-GB": "The description must be a valid string.",
131
+ fr: "La description doit être une chaîne valide.",
132
+ es: "La descripción debe ser una cadena válida.",
133
+ de: "Die Beschreibung muss eine gültige Zeichenfolge sein.",
134
+ ja: "説明は有効な文字列である必要があります。",
135
+ ko: "설명은 유효한 문자열이어야 합니다.",
136
+ zh: "描述必须是有效的字符串。",
137
+ it: "La descrizione deve essere una stringa valida.",
138
+ pt: "A descrição deve ser uma string válida.",
139
+ hi: "विवरण एक वैध स्ट्रिंग होना चाहिए।",
140
+ ar: "يجب أن يكون الوصف سلسلة صحيحة.",
141
+ ru: "Описание должно быть правильной строкой."
142
+ }),
143
+ requiredErrorProjectId: intlayer.t({
144
+ en: "Please select a project",
145
+ "en-GB": "Please select a project",
146
+ fr: "Veuillez sélectionner un projet",
147
+ es: "Por favor, seleccione un proyecto",
148
+ de: "Bitte wählen Sie ein Projekt aus",
149
+ ja: "プロジェクトを選択してください",
150
+ ko: "프로젝트를 선택하세요",
151
+ zh: "请选择一个项目",
152
+ it: "Si prega di selezionare un progetto",
153
+ pt: "Por favor, selecione um projeto",
154
+ hi: "कृपया एक प्रोजेक्ट चुनें",
155
+ ar: "يرجى اختيار مشروع",
156
+ ru: "Пожалуйста, выберите проект"
157
+ }),
158
+ invalidTypeErrorProjectId: intlayer.t({
159
+ en: "Please select a valid project",
160
+ "en-GB": "Please select a valid project",
161
+ fr: "Veuillez sélectionner un projet valide",
162
+ es: "Por favor, seleccione un proyecto válido",
163
+ de: "Bitte wählen Sie ein gültiges Projekt aus",
164
+ ja: "有効なプロジェクトを選択してください",
165
+ ko: "유효한 프로젝트를 선택하세요",
166
+ zh: "请选择有效的项目",
167
+ it: "Si prega di selezionare un progetto valido",
168
+ pt: "Por favor, selecione um projeto válido",
169
+ hi: "कृपया एक वैध परियोजना चुनें",
170
+ ar: "يرجى اختيار مشروع صالح",
171
+ ru: "Пожалуйста, выберите действительный проект"
172
+ })
173
+ }
174
+ };
175
+ exports.useDictionaryDetailsSchemaContent = useDictionaryDetailsSchemaContent;
176
+ //# sourceMappingURL=useDictionaryDetailsSchema.content.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDictionaryDetailsSchema.content.cjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const useDictionaryDetailsSchemaContent = {\n key: 'dictionary-detail-schema',\n content: {\n titleRequiredError: t({\n en: 'Please enter a name for your organization.',\n 'en-GB': 'Please enter a name for your organization.',\n fr: 'Veuillez saisir un nom pour votre organisation.',\n es: 'Por favor, ingrese un nombre para su organización.',\n de: 'Bitte geben Sie einen Namen für Ihre Organisation ein.',\n ja: 'あなたの組織の名前を入力してください。',\n ko: '조직 이름을 입력하세요.',\n zh: '请输入您组织的名称。',\n it: 'Si prega di inserire un nome per la propria organizzazione.',\n pt: 'Por favor, insira um nome para sua organização.',\n hi: 'कृपया अपने संगठन का नाम दर्ज करें।',\n ar: 'يرجى إدخال اسم منظمتك.',\n ru: 'Пожалуйста, введите название вашей организации.',\n }),\n\n titleInvalidTypeError: t({\n en: 'The organization name must be a valid string.',\n 'en-GB': 'The organization name must be a valid string.',\n fr: 'Le nom de votre organisation doit être une chaîne valide.',\n es: 'El nombre de su organización debe ser una cadena válida.',\n de: 'Der Name der Organisation muss eine gültige Zeichenfolge sein.',\n ja: '組織名は有効な文字列である必要があります。',\n ko: '조직 이름은 유효한 문자열이어야 합니다.',\n zh: '组织名称必须是有效的字符串。',\n it: \"Il nome dell'organizzazione deve essere una stringa valida.\",\n pt: 'O nome da organização deve ser uma string válida.',\n hi: 'संगठन का नाम एक वैध स्ट्रिंग होना चाहिए।',\n ar: 'يجب أن يكون اسم المنظمة سلسلة صحيحة.',\n ru: 'Имя организации должно быть правильной строкой.',\n }),\n\n titleMinLengthError: t({\n en: 'The organization name must be at least 4 characters long.',\n 'en-GB': 'The organization name must be at least 4 characters long.',\n fr: 'Le nom de votre organisation doit comporter au moins 4 caractères.',\n es: 'El nombre de su organización debe tener al menos 4 caracteres.',\n de: 'Der Name der Organisation muss mindestens 4 Zeichen lang sein.',\n ja: '組織名は4文字以上でなければなりません。',\n ko: '조직 이름은 4자 이상이어야 합니다.',\n zh: '组织名称必须至少4个字符。',\n it: \"Il nome dell'organizzazione deve essere lungo almeno 4 caratteri.\",\n pt: 'O nome da organização deve ter pelo menos 4 caracteres.',\n hi: 'संगठन का नाम कम से कम 4 वर्ण का होना चाहिए।',\n ar: 'يجب أن يكون اسم المنظمة مكونًا من 4 أحرف على الأقل.',\n ru: 'Имя организации должно содержать не менее 4 символов.',\n }),\n\n keyRequiredError: t({\n en: 'Please enter a key for your organization.',\n 'en-GB': 'Please enter a key for your organization.',\n fr: 'Veuillez saisir une clé pour votre organisation.',\n es: 'Por favor, ingrese una clave para su organización.',\n de: 'Bitte geben Sie einen Schlüssel für Ihre Organisation ein.',\n ja: 'あなたの組織のためにキーを入力してください。',\n ko: '조직에 대한 키를 입력하세요.',\n zh: '请输入您组织的键。',\n it: 'Si prega di inserire una chiave per la propria organizzazione.',\n pt: 'Por favor, insira uma chave para sua organização.',\n hi: 'कृपया अपने संगठन के लिए एक कुंजी दर्ज करें।',\n ar: 'يرجى إدخال مفتاح لمنظمتك.',\n ru: 'Пожалуйста, введите ключ для вашей организации.',\n }),\n\n keyInvalidTypeError: t({\n en: 'The key must be a valid string.',\n 'en-GB': 'The key must be a valid string.',\n fr: 'La clé doit être une chaîne valide.',\n es: 'La clave debe ser una cadena válida.',\n de: 'Der Schlüssel muss eine gültige Zeichenfolge sein.',\n ja: 'キーは有効な文字列である必要があります。',\n ko: '키는 유효한 문자열이어야 합니다.',\n zh: '关键字必须是有效的字符串。',\n it: 'La chiave deve essere una stringa valida.',\n pt: 'A chave deve ser uma string válida.',\n hi: 'कुंजी एक वैध स्ट्रिंग होनी चाहिए।',\n ar: 'يجب أن يكون المفتاح سلسلة صحيحة.',\n ru: 'Ключ должен быть правильной строкой.',\n }),\n\n keySpaceError: t({\n en: 'The key cannot contain spaces or special characters.',\n 'en-GB': 'The key cannot contain spaces or special characters.',\n fr: \"La clé ne peut pas contenir d'espaces ou de caractères spéciaux.\",\n es: 'La clave no puede contener espacios o caracteres especiales.',\n de: 'Der Schlüssel darf keine Leerzeichen oder Sonderzeichen enthalten.',\n ja: 'キーにはスペースや特殊文字を含めることはできません。',\n ko: '키에는 공백이나 특수 문자가 포함될 수 없습니다.',\n zh: '关键字不能包含空格或特殊字符。',\n it: 'La chiave non può contenere spazi o caratteri speciali.',\n pt: 'A chave não pode conter espaços ou caracteres especiais.',\n hi: 'कुंजी में स्पेस या विशेष वर्ण नहीं हो सकते।',\n ar: 'لا يمكن أن يحتوي المفتاح على مسافات أو أحرف خاصة.',\n ru: 'Ключ не может содержать пробелы или специальные символы.',\n }),\n\n keyMinLengthError: t({\n en: 'The key must be at least 4 characters long.',\n 'en-GB': 'The key must be at least 4 characters long.',\n fr: 'La clé doit comporter au moins 4 caractères.',\n es: 'La clave debe tener al menos 4 caracteres.',\n de: 'Der Schlüssel muss mindestens 4 Zeichen lang sein.',\n ja: 'キーは4文字以上でなければなりません。',\n ko: '키는 4자 이상이어야 합니다.',\n zh: '键必须至少为4个字符。',\n it: 'La chiave deve essere lunga almeno 4 caratteri.',\n pt: 'A chave deve ter pelo menos 4 caracteres.',\n hi: 'कुंजी में कम से कम 4 वर्ण होने चाहिए।',\n ar: 'يجب أن يكون المفتاح مكونًا من 4 أحرف على الأقل.',\n ru: 'Ключ должен содержать не менее 4 символов.',\n }),\n\n // Description Field Error Messages\n descriptionRequiredError: t({\n en: 'Please enter a description for your organization.',\n 'en-GB': 'Please enter a description for your organization.',\n fr: 'Veuillez saisir une description pour votre organisation.',\n es: 'Por favor, ingrese una descripción para su organización.',\n de: 'Bitte geben Sie eine Beschreibung für Ihre Organisation ein.',\n ja: 'あなたの組織の説明を入力してください。',\n ko: '조직에 대한 설명을 입력하세요.',\n zh: '请输入您组织的描述。',\n it: 'Si prega di inserire una descrizione per la propria organizzazione.',\n pt: 'Por favor, insira uma descrição para sua organização.',\n hi: 'कृपया अपने संगठन का विवरण दर्ज करें।',\n ar: 'يرجى إدخال وصف لمنظمتك.',\n ru: 'Пожалуйста, введите описание вашей организации.',\n }),\n\n descriptionInvalidTypeError: t({\n en: 'The description must be a valid string.',\n 'en-GB': 'The description must be a valid string.',\n fr: 'La description doit être une chaîne valide.',\n es: 'La descripción debe ser una cadena válida.',\n de: 'Die Beschreibung muss eine gültige Zeichenfolge sein.',\n ja: '説明は有効な文字列である必要があります。',\n ko: '설명은 유효한 문자열이어야 합니다.',\n zh: '描述必须是有效的字符串。',\n it: 'La descrizione deve essere una stringa valida.',\n pt: 'A descrição deve ser uma string válida.',\n hi: 'विवरण एक वैध स्ट्रिंग होना चाहिए।',\n ar: 'يجب أن يكون الوصف سلسلة صحيحة.',\n ru: 'Описание должно быть правильной строкой.',\n }),\n\n requiredErrorProjectId: t({\n en: 'Please select a project',\n 'en-GB': 'Please select a project',\n fr: 'Veuillez sélectionner un projet',\n es: 'Por favor, seleccione un proyecto',\n de: 'Bitte wählen Sie ein Projekt aus',\n ja: 'プロジェクトを選択してください',\n ko: '프로젝트를 선택하세요',\n zh: '请选择一个项目',\n it: 'Si prega di selezionare un progetto',\n pt: 'Por favor, selecione um projeto',\n hi: 'कृपया एक प्रोजेक्ट चुनें',\n ar: 'يرجى اختيار مشروع',\n ru: 'Пожалуйста, выберите проект',\n }),\n\n invalidTypeErrorProjectId: t({\n en: 'Please select a valid project',\n 'en-GB': 'Please select a valid project',\n fr: 'Veuillez sélectionner un projet valide',\n es: 'Por favor, seleccione un proyecto válido',\n de: 'Bitte wählen Sie ein gültiges Projekt aus',\n ja: '有効なプロジェクトを選択してください',\n ko: '유효한 프로젝트를 선택하세요',\n zh: '请选择有效的项目',\n it: 'Si prega di selezionare un progetto valido',\n pt: 'Por favor, selecione um projeto válido',\n hi: 'कृपया एक वैध परियोजना चुनें',\n ar: 'يرجى اختيار مشروع صالح',\n ru: 'Пожалуйста, выберите действительный проект',\n }),\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ export declare const useDictionaryDetailsSchemaContent: {
2
+ key: string;
3
+ content: {
4
+ titleRequiredError: import('@intlayer/core').TranslationContent<string>;
5
+ titleInvalidTypeError: import('@intlayer/core').TranslationContent<string>;
6
+ titleMinLengthError: import('@intlayer/core').TranslationContent<string>;
7
+ keyRequiredError: import('@intlayer/core').TranslationContent<string>;
8
+ keyInvalidTypeError: import('@intlayer/core').TranslationContent<string>;
9
+ keySpaceError: import('@intlayer/core').TranslationContent<string>;
10
+ keyMinLengthError: import('@intlayer/core').TranslationContent<string>;
11
+ descriptionRequiredError: import('@intlayer/core').TranslationContent<string>;
12
+ descriptionInvalidTypeError: import('@intlayer/core').TranslationContent<string>;
13
+ requiredErrorProjectId: import('@intlayer/core').TranslationContent<string>;
14
+ invalidTypeErrorProjectId: import('@intlayer/core').TranslationContent<string>;
15
+ };
16
+ };
17
+ //# sourceMappingURL=useDictionaryDetailsSchema.content.d.ts.map