@intlayer/design-system 3.5.3 → 3.5.5
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.
- package/README.md +1 -1
- package/dist/.vite/manifest.json +274 -125
- package/dist/CopyButton-Cxu3goRg.cjs +59 -0
- package/dist/CopyButton-Cxu3goRg.cjs.map +1 -0
- package/dist/CopyButton-DlcDlf6U.js +60 -0
- package/dist/CopyButton-DlcDlf6U.js.map +1 -0
- package/dist/components/Auth/AuthModal/index.cjs +4 -0
- package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.mjs +4 -0
- package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +5 -4
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +5 -4
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs +170 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +26 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs +170 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.cjs +2 -2
- package/dist/components/Auth/ChangePasswordForm/index.d.ts +1 -1
- package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/index.mjs +2 -2
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +37 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs +131 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +15 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs +131 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/{ChangePasswordSchema.d.ts → useChangePasswordSchema.d.ts} +3 -3
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +37 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +11 -10
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +12 -11
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +86 -32
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +13 -9
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +85 -31
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +5 -4
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +5 -4
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.cjs +2 -2
- package/dist/components/Auth/ResetPasswordForm/index.d.ts +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.mjs +2 -2
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs +123 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +21 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs +123 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +16 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs +56 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +10 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs +56 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts +10 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +16 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.cjs +22 -15
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.mjs +22 -15
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/index.cjs +2 -2
- package/dist/components/Auth/SignInForm/index.d.ts +1 -1
- package/dist/components/Auth/SignInForm/index.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/index.mjs +2 -2
- package/dist/components/Auth/SignInForm/signIn.content.cjs +217 -0
- package/dist/components/Auth/SignInForm/signIn.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +31 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/signIn.content.mjs +217 -0
- package/dist/components/Auth/SignInForm/signIn.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs +25 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs +71 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +11 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs +71 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/{SignInSchema.d.ts → useSignInSchema.d.ts} +3 -3
- package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs +25 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +4 -4
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -3
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/index.cjs +2 -2
- package/dist/components/Auth/SignUpForm/index.d.ts +1 -1
- package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/index.mjs +2 -2
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +182 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +24 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +182 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +36 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs +116 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +14 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs +116 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/{SignUpSchema.d.ts → useSignUpSchema.d.ts} +3 -3
- package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +36 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -0
- package/dist/components/Auth/index.cjs +8 -8
- package/dist/components/Auth/index.mjs +8 -8
- package/dist/components/Auth/useAuth/useSession.cjs +1 -0
- package/dist/components/Auth/useAuth/useSession.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useSession.mjs +1 -0
- package/dist/components/Auth/useAuth/useSession.mjs.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.cjs +26 -0
- package/dist/components/Breadcrumb/breadcrumb.content.cjs.map +1 -0
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +8 -0
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -0
- package/dist/components/Breadcrumb/breadcrumb.content.mjs +26 -0
- package/dist/components/Breadcrumb/breadcrumb.content.mjs.map +1 -0
- package/dist/components/Breadcrumb/index.cjs +103 -34
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts +6 -2
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs +103 -34
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/Button/Button.cjs +7 -8
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.mjs +7 -8
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/Container/index.cjs +2 -2
- package/dist/components/Container/index.cjs.map +1 -1
- package/dist/components/Container/index.mjs +2 -2
- package/dist/components/Container/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryEditor/index.cjs +4 -0
- package/dist/components/DictionaryEditor/index.cjs.map +1 -1
- package/dist/components/DictionaryEditor/index.mjs +4 -0
- package/dist/components/DictionaryEditor/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs +3 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs.map +1 -1
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts +2 -2
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs +3 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs.map +1 -1
- package/dist/components/DictionaryEditor/useEditionPanelStore.cjs.map +1 -1
- package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts +1 -1
- package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/useEditionPanelStore.mjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs +60 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs +60 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +7 -5
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +7 -5
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +22 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +22 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +14 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +14 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +151 -21
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +151 -21
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +27 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +71 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +71 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/{dictionaryFormSchema.d.ts → useDictionaryFormSchema.d.ts} +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +27 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +24 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +24 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +176 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +176 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +44 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +176 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +176 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/{DictionaryDetailsSchema.d.ts → useDictionaryDetailsSchema.d.ts} +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +44 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +6 -3
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +6 -3
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +20 -18
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +20 -18
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +10 -2
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +2 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +10 -2
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +121 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +121 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +10 -14
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +10 -14
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +63 -20
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +66 -23
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +98 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +98 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +44 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +44 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +77 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +77 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +66 -6
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +66 -6
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/DropDown/index.cjs.map +1 -1
- package/dist/components/DropDown/index.d.ts +18 -1
- package/dist/components/DropDown/index.d.ts.map +1 -1
- package/dist/components/DropDown/index.mjs.map +1 -1
- package/dist/components/Headers/index.cjs +1 -1
- package/dist/components/Headers/index.cjs.map +1 -1
- package/dist/components/Headers/index.mjs +1 -1
- package/dist/components/Headers/index.mjs.map +1 -1
- package/dist/components/IDE/CodeRender copy.cjs +141 -0
- package/dist/components/IDE/CodeRender copy.cjs.map +1 -0
- package/dist/components/IDE/CodeRender copy.d.ts +14 -0
- package/dist/components/IDE/CodeRender copy.d.ts.map +1 -0
- package/dist/components/IDE/CodeRender copy.mjs +141 -0
- package/dist/components/IDE/CodeRender copy.mjs.map +1 -0
- package/dist/components/IDE/CodeRender.cjs +39 -625
- package/dist/components/IDE/CodeRender.cjs.map +1 -1
- package/dist/components/IDE/CodeRender.d.ts +4 -5
- package/dist/components/IDE/CodeRender.d.ts.map +1 -1
- package/dist/components/IDE/CodeRender.mjs +40 -604
- package/dist/components/IDE/CodeRender.mjs.map +1 -1
- package/dist/components/IDE/CopyButton.cjs +40 -0
- package/dist/components/IDE/CopyButton.cjs.map +1 -0
- package/dist/components/IDE/CopyButton.content.cjs +26 -0
- package/dist/components/IDE/CopyButton.content.cjs.map +1 -0
- package/dist/components/IDE/CopyButton.content.d.ts +8 -0
- package/dist/components/IDE/CopyButton.content.d.ts.map +1 -0
- package/dist/components/IDE/CopyButton.content.mjs +26 -0
- package/dist/components/IDE/CopyButton.content.mjs.map +1 -0
- package/dist/components/IDE/CopyButton.d.ts +7 -0
- package/dist/components/IDE/CopyButton.d.ts.map +1 -0
- package/dist/components/IDE/CopyButton.mjs +40 -0
- package/dist/components/IDE/CopyButton.mjs.map +1 -0
- package/dist/components/IDE/IDE.cjs +1 -1
- package/dist/components/IDE/IDE.cjs.map +1 -1
- package/dist/components/IDE/IDE.mjs +1 -1
- package/dist/components/IDE/IDE.mjs.map +1 -1
- package/dist/components/IDE/MarkDownRender.cjs +10 -2
- package/dist/components/IDE/MarkDownRender.cjs.map +1 -1
- package/dist/components/IDE/MarkDownRender.d.ts.map +1 -1
- package/dist/components/IDE/MarkDownRender.mjs +10 -2
- package/dist/components/IDE/MarkDownRender.mjs.map +1 -1
- package/dist/components/IDE/MonacoCode.cjs +129 -0
- package/dist/components/IDE/MonacoCode.cjs.map +1 -0
- package/dist/components/IDE/MonacoCode.d.ts +14 -0
- package/dist/components/IDE/MonacoCode.d.ts.map +1 -0
- package/dist/components/IDE/MonacoCode.mjs +129 -0
- package/dist/components/IDE/MonacoCode.mjs.map +1 -0
- package/dist/components/Link/Link.cjs +50 -31
- package/dist/components/Link/Link.cjs.map +1 -1
- package/dist/components/Link/Link.d.ts +3 -0
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/Link.mjs +51 -32
- package/dist/components/Link/Link.mjs.map +1 -1
- package/dist/components/Link/index.cjs +1 -0
- package/dist/components/Link/index.cjs.map +1 -1
- package/dist/components/Link/index.mjs +3 -2
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +122 -42
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +2 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +123 -43
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +86 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +14 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +87 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -0
- package/dist/components/MarkDownRender/index.cjs +4 -2
- package/dist/components/MarkDownRender/index.cjs.map +1 -1
- package/dist/components/MarkDownRender/index.d.ts +3 -1
- package/dist/components/MarkDownRender/index.d.ts.map +1 -1
- package/dist/components/MarkDownRender/index.mjs +4 -2
- package/dist/components/MarkDownRender/index.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +8 -10
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.mjs +8 -10
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.cjs +1 -1
- package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.mjs +1 -1
- package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -1
- package/dist/components/index.cjs +13 -8
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.mjs +14 -9
- package/dist/components/index.mjs.map +1 -1
- package/dist/design-system.css +235 -0
- package/dist/hooks/index.cjs +6 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.mjs +7 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.cjs +8 -2
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +4 -0
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +8 -2
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
- package/dist/hooks/useAsync/index.cjs +3 -0
- package/dist/hooks/useAsync/index.cjs.map +1 -1
- package/dist/hooks/useAsync/index.d.ts +1 -0
- package/dist/hooks/useAsync/index.d.ts.map +1 -1
- package/dist/hooks/useAsync/index.mjs +4 -1
- package/dist/hooks/useAsync/index.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +2 -9
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs +3 -10
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.cjs +123 -69
- package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts +35 -11
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.mjs +123 -69
- package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts +3 -0
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/hooks/useIsDarkMode.cjs +15 -0
- package/dist/hooks/useIsDarkMode.cjs.map +1 -0
- package/dist/hooks/useIsDarkMode.d.ts +2 -0
- package/dist/hooks/useIsDarkMode.d.ts.map +1 -0
- package/dist/hooks/useIsDarkMode.mjs +15 -0
- package/dist/hooks/useIsDarkMode.mjs.map +1 -0
- package/dist/libs/intlayer-api/ai.cjs +24 -0
- package/dist/libs/intlayer-api/ai.cjs.map +1 -0
- package/dist/libs/intlayer-api/ai.d.ts +10 -0
- package/dist/libs/intlayer-api/ai.d.ts.map +1 -0
- package/dist/libs/intlayer-api/ai.mjs +24 -0
- package/dist/libs/intlayer-api/ai.mjs.map +1 -0
- package/dist/libs/intlayer-api/index.cjs +3 -1
- package/dist/libs/intlayer-api/index.cjs.map +1 -1
- package/dist/libs/intlayer-api/index.d.ts +6 -0
- package/dist/libs/intlayer-api/index.d.ts.map +1 -1
- package/dist/libs/intlayer-api/index.mjs +3 -1
- package/dist/libs/intlayer-api/index.mjs.map +1 -1
- package/dist/tailwind.css +1 -1
- package/package.json +19 -16
- package/dist/__vite-browser-external-SDi5tJh6.cjs +0 -4
- package/dist/__vite-browser-external-SDi5tJh6.cjs.map +0 -1
- package/dist/__vite-browser-external-r74dyCO2.js +0 -5
- package/dist/__vite-browser-external-r74dyCO2.js.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +0 -66
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +0 -66
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs +0 -67
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +0 -23
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs +0 -67
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +0 -29
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +0 -10
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +0 -29
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs +0 -50
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +0 -18
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs +0 -50
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.cjs +0 -38
- package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.mjs +0 -38
- package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.cjs +0 -84
- package/dist/components/Auth/SignInForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.d.ts +0 -28
- package/dist/components/Auth/SignInForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.mjs +0 -84
- package/dist/components/Auth/SignInForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +0 -61
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +0 -61
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.cjs +0 -72
- package/dist/components/Auth/SignUpForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.d.ts +0 -24
- package/dist/components/Auth/SignUpForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.mjs +0 -72
- package/dist/components/Auth/SignUpForm/index.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +0 -40
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +0 -40
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +0 -85
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +0 -85
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +0 -1
- package/dist/tailwind.js +0 -1
package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs
CHANGED
|
@@ -4,29 +4,37 @@ import { useDictionary } from "react-intlayer";
|
|
|
4
4
|
import { useAddDictionary, useGetProjects } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
5
5
|
import "../../../libs/intlayer-api/index.mjs";
|
|
6
6
|
import "../../Button/Button.mjs";
|
|
7
|
+
import "../../Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs";
|
|
7
8
|
import { useForm } from "../../Form/FormBase.mjs";
|
|
8
9
|
import "../../Form/FormField.mjs";
|
|
9
10
|
import { F as Form } from "../../../Form-DhsgC7kB.js";
|
|
11
|
+
import "../../Auth/SignInForm/signIn.content.mjs";
|
|
10
12
|
import "zod";
|
|
13
|
+
import "../../Auth/SignInForm/useSignInSchema.content.mjs";
|
|
14
|
+
import "../../Auth/SignUpForm/useSignUpSchema.content.mjs";
|
|
11
15
|
import "react";
|
|
12
16
|
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
13
17
|
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
14
18
|
import "@intlayer/dictionaries-entry";
|
|
15
19
|
import "deepmerge";
|
|
16
20
|
import { useAuth } from "../../Auth/useAuth/index.mjs";
|
|
21
|
+
import "../../Auth/ChangePasswordForm/changePasswordForm.content.mjs";
|
|
22
|
+
import "../../Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs";
|
|
23
|
+
import "../../Auth/ResetPasswordForm/resetPasswordContent.content.mjs";
|
|
24
|
+
import "../../Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs";
|
|
17
25
|
import "../../Modal/Modal.mjs";
|
|
18
26
|
import "clsx";
|
|
19
27
|
import "tailwind-merge";
|
|
20
28
|
import { MultiSelect } from "../../Select/Multiselect.mjs";
|
|
21
29
|
import "../../Select/Select.mjs";
|
|
22
30
|
import { dictionaryFormContent } from "./dictionaryCreationForm.content.mjs";
|
|
23
|
-
import {
|
|
31
|
+
import { useDictionarySchema } from "./useDictionaryFormSchema.mjs";
|
|
24
32
|
const DictionaryCreationForm = () => {
|
|
25
33
|
const { session } = useAuth();
|
|
26
34
|
const { project } = session ?? {};
|
|
27
35
|
const { addDictionary } = useAddDictionary();
|
|
28
36
|
const { data: projects } = useGetProjects();
|
|
29
|
-
const DictionarySchema =
|
|
37
|
+
const DictionarySchema = useDictionarySchema(String(project?._id));
|
|
30
38
|
const { form, isSubmitting } = useForm(DictionarySchema);
|
|
31
39
|
const { keyInput, createDictionaryButton, projectInput } = useDictionary(
|
|
32
40
|
dictionaryFormContent
|
|
@@ -47,16 +55,16 @@ const DictionaryCreationForm = () => {
|
|
|
47
55
|
{
|
|
48
56
|
name: "key",
|
|
49
57
|
label: keyInput.label,
|
|
50
|
-
placeholder: keyInput.placeholder
|
|
58
|
+
placeholder: keyInput.placeholder,
|
|
51
59
|
isRequired: true
|
|
52
60
|
}
|
|
53
61
|
),
|
|
54
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs(Form.MultiSelect, { name: "projectIds", label: projectInput.label
|
|
62
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs(Form.MultiSelect, { name: "projectIds", label: projectInput.label, children: [
|
|
55
63
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
56
64
|
MultiSelect.Trigger,
|
|
57
65
|
{
|
|
58
66
|
getBadgeValue: (value) => projects?.data?.find((project2) => String(project2._id) === value)?.name ?? value,
|
|
59
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(MultiSelect.Input, { placeholder: projectInput.placeholder
|
|
67
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(MultiSelect.Input, { placeholder: projectInput.placeholder })
|
|
60
68
|
}
|
|
61
69
|
),
|
|
62
70
|
/* @__PURE__ */ jsxRuntimeExports.jsx(MultiSelect.Content, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(MultiSelect.List, { children: projects?.data?.map((project2) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -75,7 +83,7 @@ const DictionaryCreationForm = () => {
|
|
|
75
83
|
type: "submit",
|
|
76
84
|
color: "text",
|
|
77
85
|
isLoading: isSubmitting,
|
|
78
|
-
label: createDictionaryButton.ariaLabel
|
|
86
|
+
label: createDictionaryButton.ariaLabel,
|
|
79
87
|
children: createDictionaryButton.text
|
|
80
88
|
}
|
|
81
89
|
)
|
package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DictionaryCreationForm.mjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.tsx"],"sourcesContent":["'use client';\n\nimport { type FC } from 'react';\n// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport {\n useAddDictionary,\n useGetProjects,\n} from '../../../hooks/intlayerAPIHooks';\nimport { useAuth } from '../../Auth';\nimport { Form, useForm } from '../../Form';\nimport { MultiSelect } from '../../Select';\nimport { dictionaryFormContent } from './dictionaryCreationForm.content';\nimport {\n
|
|
1
|
+
{"version":3,"file":"DictionaryCreationForm.mjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.tsx"],"sourcesContent":["'use client';\n\nimport { type FC } from 'react';\n// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport {\n useAddDictionary,\n useGetProjects,\n} from '../../../hooks/intlayerAPIHooks';\nimport { useAuth } from '../../Auth';\nimport { Form, useForm } from '../../Form';\nimport { MultiSelect } from '../../Select';\nimport { dictionaryFormContent } from './dictionaryCreationForm.content';\nimport {\n useDictionarySchema,\n type DictionaryFormData,\n} from './useDictionaryFormSchema';\n\nexport const DictionaryCreationForm: FC = () => {\n const { session } = useAuth();\n const { project } = session ?? {};\n const { addDictionary } = useAddDictionary();\n const { data: projects } = useGetProjects();\n const DictionarySchema = useDictionarySchema(String(project?._id));\n const { form, isSubmitting } = useForm(DictionarySchema);\n const { keyInput, createDictionaryButton, projectInput } = useDictionary(\n dictionaryFormContent\n );\n\n const onSubmitSuccess = async (data: DictionaryFormData) => {\n await addDictionary(data);\n };\n\n return (\n <Form\n schema={DictionarySchema}\n onSubmitSuccess={onSubmitSuccess}\n className=\"w-full max-w-[400px]\"\n {...form}\n >\n <Form.Input\n name=\"key\"\n label={keyInput.label}\n placeholder={keyInput.placeholder}\n isRequired\n />\n\n <Form.MultiSelect name=\"projectIds\" label={projectInput.label}>\n <MultiSelect.Trigger\n getBadgeValue={(value) =>\n projects?.data?.find((project) => String(project._id) === value)\n ?.name ?? value\n }\n >\n <MultiSelect.Input placeholder={projectInput.placeholder} />\n </MultiSelect.Trigger>\n <MultiSelect.Content>\n <MultiSelect.List>\n {projects?.data?.map((project) => (\n <MultiSelect.Item\n key={String(project._id)}\n value={String(project._id)}\n >\n {project.name}\n </MultiSelect.Item>\n ))}\n </MultiSelect.List>\n </MultiSelect.Content>\n </Form.MultiSelect>\n\n <Form.Button\n className=\"ml-auto mt-12\"\n type=\"submit\"\n color=\"text\"\n isLoading={isSubmitting}\n label={createDictionaryButton.ariaLabel}\n >\n {createDictionaryButton.text}\n </Form.Button>\n </Form>\n );\n};\n"],"names":["jsxs","jsx","project"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkBO,MAAM,yBAA6B,MAAM;AACxC,QAAA,EAAE,QAAQ,IAAI,QAAQ;AAC5B,QAAM,EAAE,YAAY,WAAW,CAAC;AAC1B,QAAA,EAAE,cAAc,IAAI,iBAAiB;AAC3C,QAAM,EAAE,MAAM,SAAS,IAAI,eAAe;AAC1C,QAAM,mBAAmB,oBAAoB,OAAO,SAAS,GAAG,CAAC;AACjE,QAAM,EAAE,MAAM,iBAAiB,QAAQ,gBAAgB;AACvD,QAAM,EAAE,UAAU,wBAAwB,aAAiB,IAAA;AAAA,IACzD;AAAA,EACF;AAEM,QAAA,kBAAkB,OAAO,SAA6B;AAC1D,UAAM,cAAc,IAAI;AAAA,EAC1B;AAGE,SAAAA,kCAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR;AAAA,MACA,WAAU;AAAA,MACT,GAAG;AAAA,MAEJ,UAAA;AAAA,QAAAC,kCAAA;AAAA,UAAC,KAAK;AAAA,UAAL;AAAA,YACC,MAAK;AAAA,YACL,OAAO,SAAS;AAAA,YAChB,aAAa,SAAS;AAAA,YACtB,YAAU;AAAA,UAAA;AAAA,QACZ;AAAA,QAEAD,uCAAC,KAAK,aAAL,EAAiB,MAAK,cAAa,OAAO,aAAa,OACtD,UAAA;AAAA,UAAAC,kCAAA;AAAA,YAAC,YAAY;AAAA,YAAZ;AAAA,cACC,eAAe,CAAC,UACd,UAAU,MAAM,KAAK,CAACC,aAAY,OAAOA,SAAQ,GAAG,MAAM,KAAK,GAC3D,QAAQ;AAAA,cAGd,gDAAC,YAAY,OAAZ,EAAkB,aAAa,aAAa,YAAa,CAAA;AAAA,YAAA;AAAA,UAC5D;AAAA,UACCD,kCAAAA,IAAA,YAAY,SAAZ,EACC,UAACA,kCAAA,IAAA,YAAY,MAAZ,EACE,UAAU,UAAA,MAAM,IAAI,CAACC,aACpBD,kCAAA;AAAA,YAAC,YAAY;AAAA,YAAZ;AAAA,cAEC,OAAO,OAAOC,SAAQ,GAAG;AAAA,cAExB,UAAAA,SAAQ;AAAA,YAAA;AAAA,YAHJ,OAAOA,SAAQ,GAAG;AAAA,UAK1B,CAAA,EACH,CAAA,EACF,CAAA;AAAA,QAAA,GACF;AAAA,QAEAD,kCAAA;AAAA,UAAC,KAAK;AAAA,UAAL;AAAA,YACC,WAAU;AAAA,YACV,MAAK;AAAA,YACL,OAAM;AAAA,YACN,WAAW;AAAA,YACX,OAAO,uBAAuB;AAAA,YAE7B,UAAuB,uBAAA;AAAA,UAAA;AAAA,QAAA;AAAA,MAC1B;AAAA,IAAA;AAAA,EACF;AAEJ;"}
|
|
@@ -7,78 +7,208 @@ const dictionaryFormContent = {
|
|
|
7
7
|
keyInput: {
|
|
8
8
|
label: intlayer.t({
|
|
9
9
|
en: "Key",
|
|
10
|
+
"en-GB": "Key",
|
|
10
11
|
fr: "Clé",
|
|
11
|
-
es: "Clave"
|
|
12
|
+
es: "Clave",
|
|
13
|
+
de: "Schlüssel",
|
|
14
|
+
ja: "キー",
|
|
15
|
+
ko: "키",
|
|
16
|
+
zh: "键",
|
|
17
|
+
it: "Chiave",
|
|
18
|
+
pt: "Chave",
|
|
19
|
+
hi: "की",
|
|
20
|
+
ar: "مفتاح",
|
|
21
|
+
ru: "Ключ"
|
|
12
22
|
}),
|
|
13
23
|
placeholder: intlayer.t({
|
|
14
24
|
en: "Enter the key of your dictionary",
|
|
15
|
-
|
|
16
|
-
|
|
25
|
+
"en-GB": "Enter the key of your dictionary",
|
|
26
|
+
fr: "Entrez la clé de votre dictionnaire",
|
|
27
|
+
es: "Ingrese la clave de su diccionario",
|
|
28
|
+
de: "Geben Sie den Schlüssel Ihres Wörterbuchs ein",
|
|
29
|
+
ja: "辞書のキーを入力してください",
|
|
30
|
+
ko: "사전의 키를 입력하세요",
|
|
31
|
+
zh: "输入字典的键",
|
|
32
|
+
it: "Inserisci la chiave del tuo dizionario",
|
|
33
|
+
pt: "Insira a chave do seu dicionário",
|
|
34
|
+
hi: "अपने शब्दकोश की कुंजी दर्ज करें",
|
|
35
|
+
ar: "أدخل مفتاح القاموس الخاص بك",
|
|
36
|
+
ru: "Введите ключ вашего словаря"
|
|
17
37
|
})
|
|
18
38
|
},
|
|
19
39
|
projectInput: {
|
|
20
40
|
label: intlayer.t({
|
|
21
41
|
en: "Projects",
|
|
42
|
+
"en-GB": "Projects",
|
|
22
43
|
fr: "Projets",
|
|
23
|
-
es: "Proyectos"
|
|
44
|
+
es: "Proyectos",
|
|
45
|
+
de: "Projekte",
|
|
46
|
+
ja: "プロジェクト",
|
|
47
|
+
ko: "프로젝트",
|
|
48
|
+
zh: "项目",
|
|
49
|
+
it: "Progetti",
|
|
50
|
+
pt: "Projetos",
|
|
51
|
+
hi: "प्रोजेक्ट",
|
|
52
|
+
ar: "مشاريع",
|
|
53
|
+
ru: "Проекты"
|
|
24
54
|
}),
|
|
25
55
|
placeholder: intlayer.t({
|
|
26
56
|
en: "Select one or more projects to associate with your dictionary",
|
|
57
|
+
"en-GB": "Select one or more projects to associate with your dictionary",
|
|
27
58
|
fr: "Sélectionnez un ou plusieurs projets à associer à votre dictionnaire",
|
|
28
|
-
es: "Seleccione uno o más proyectos para asociar con su diccionario"
|
|
59
|
+
es: "Seleccione uno o más proyectos para asociar con su diccionario",
|
|
60
|
+
de: "Wählen Sie ein oder mehrere Projekte aus, um sie mit Ihrem Wörterbuch zu verknüpfen",
|
|
61
|
+
ja: "辞書に関連付けるプロジェクトを1つ以上選択してください",
|
|
62
|
+
ko: "사전과 연결할 프로젝트를 하나 이상 선택하세요",
|
|
63
|
+
zh: "选择一个或多个项目与您的字典关联",
|
|
64
|
+
it: "Seleziona uno o più progetti da associare al tuo dizionario",
|
|
65
|
+
pt: "Selecione um ou mais projetos para associar ao seu dicionário",
|
|
66
|
+
hi: "अपने शब्दकोश से जोड़ने के लिए एक या एक से अधिक प्रोजेक्ट चुनें",
|
|
67
|
+
ar: "حدد مشروعًا أو أكثر للربط مع قاموسك",
|
|
68
|
+
ru: "Выберите один или несколько проектов для связывания со словарем"
|
|
29
69
|
})
|
|
30
70
|
},
|
|
31
71
|
noDictionaryView: {
|
|
32
72
|
title: intlayer.t({
|
|
33
73
|
en: "No dictionary",
|
|
34
|
-
|
|
35
|
-
|
|
74
|
+
"en-GB": "No dictionary",
|
|
75
|
+
fr: "Aucun dictionnaire",
|
|
76
|
+
es: "Sin diccionario",
|
|
77
|
+
de: "Kein Wörterbuch",
|
|
78
|
+
ja: "辞書がありません",
|
|
79
|
+
ko: "사전이 없습니다",
|
|
80
|
+
zh: "没有字典",
|
|
81
|
+
it: "Nessun dizionario",
|
|
82
|
+
pt: "Nenhum dicionário",
|
|
83
|
+
hi: "कोई शब्दकोश नहीं",
|
|
84
|
+
ar: "لا يوجد قاموس",
|
|
85
|
+
ru: "Нет словаря"
|
|
36
86
|
}),
|
|
37
87
|
description: intlayer.t({
|
|
38
88
|
en: "Create your first dictionary to start using Intlayer",
|
|
39
|
-
|
|
40
|
-
|
|
89
|
+
"en-GB": "Create your first dictionary to start using Intlayer",
|
|
90
|
+
fr: "Créez votre premier dictionnaire pour commencer à utiliser Intlayer",
|
|
91
|
+
es: "Cree su primer diccionario para comenzar a usar Intlayer",
|
|
92
|
+
de: "Erstellen Sie Ihr erstes Wörterbuch, um Intlayer zu verwenden",
|
|
93
|
+
ja: "Intlayerを使用するために最初の辞書を作成してください",
|
|
94
|
+
ko: "Intlayer를 사용하려면 첫 번째 사전을 만들어주세요",
|
|
95
|
+
zh: "创建您的第一个字典以开始使用Intlayer",
|
|
96
|
+
it: "Crea il tuo primo dizionario per iniziare a usare Intlayer",
|
|
97
|
+
pt: "Crie seu primeiro dicionário para começar a usar o Intlayer",
|
|
98
|
+
hi: "Intlayer का उपयोग करने के लिए अपना पहला शब्दकोश बनाएं",
|
|
99
|
+
ar: "أنشئ قاموسك الأول لبدء استخدام Intlayer",
|
|
100
|
+
ru: "Создайте свой первый словарь, чтобы начать использовать Intlayer"
|
|
41
101
|
})
|
|
42
102
|
},
|
|
43
103
|
dictionaryList: {
|
|
44
104
|
title: intlayer.t({
|
|
45
105
|
en: "Dictionary list",
|
|
106
|
+
"en-GB": "Dictionary list",
|
|
46
107
|
fr: "Liste des dictionnaires",
|
|
47
|
-
es: "Lista de diccionarios"
|
|
108
|
+
es: "Lista de diccionarios",
|
|
109
|
+
de: "Wörterbuchliste",
|
|
110
|
+
ja: "辞書リスト",
|
|
111
|
+
ko: "사전 목록",
|
|
112
|
+
zh: "字典列表",
|
|
113
|
+
it: "Elenco dei dizionari",
|
|
114
|
+
pt: "Lista de dicionários",
|
|
115
|
+
hi: "शब्दकोश सूची",
|
|
116
|
+
ar: "قائمة القاموس",
|
|
117
|
+
ru: "Список словарей"
|
|
48
118
|
})
|
|
49
119
|
},
|
|
50
120
|
createDictionaryTitle: intlayer.t({
|
|
51
121
|
en: "No dictionary",
|
|
52
|
-
|
|
53
|
-
|
|
122
|
+
"en-GB": "No dictionary",
|
|
123
|
+
fr: "Aucun dictionnaire",
|
|
124
|
+
es: "Sin diccionario",
|
|
125
|
+
de: "Kein Wörterbuch",
|
|
126
|
+
ja: "辞書がありません",
|
|
127
|
+
ko: "사전이 없습니다",
|
|
128
|
+
zh: "没有字典",
|
|
129
|
+
it: "Nessun dizionario",
|
|
130
|
+
pt: "Nenhum dicionário",
|
|
131
|
+
hi: "कोई शब्दकोश नहीं",
|
|
132
|
+
ar: "لا يوجد قاموس",
|
|
133
|
+
ru: "Нет словаря"
|
|
54
134
|
}),
|
|
55
135
|
createDictionaryDescription: intlayer.t({
|
|
56
136
|
en: "Create your first dictionary to start using Intlayer",
|
|
57
|
-
|
|
58
|
-
|
|
137
|
+
"en-GB": "Create your first dictionary to start using Intlayer",
|
|
138
|
+
fr: "Créez votre premier dictionnaire pour commencer à utiliser Intlayer",
|
|
139
|
+
es: "Cree su primer diccionario para comenzar a usar Intlayer",
|
|
140
|
+
de: "Erstellen Sie Ihr erstes Wörterbuch, um Intlayer zu verwenden",
|
|
141
|
+
ja: "Intlayerを使用するために最初の辞書を作成してください",
|
|
142
|
+
ko: "Intlayer를 사용하려면 첫 번째 사전을 만들어주세요",
|
|
143
|
+
zh: "创建您的第一个字典以开始使用Intlayer",
|
|
144
|
+
it: "Crea il tuo primo dizionario per iniziare a usare Intlayer",
|
|
145
|
+
pt: "Crie seu primeiro dicionário para começar a usar o Intlayer",
|
|
146
|
+
hi: "Intlayer का उपयोग करने के लिए अपना पहला शब्दकोश बनाएं",
|
|
147
|
+
ar: "أنشئ قاموسك الأول لبدء استخدام Intlayer",
|
|
148
|
+
ru: "Создайте свой первый словарь, чтобы начать использовать Intlayer"
|
|
59
149
|
}),
|
|
60
150
|
createDictionaryButton: {
|
|
61
151
|
text: intlayer.t({
|
|
62
152
|
en: "Create dictionary",
|
|
63
|
-
|
|
64
|
-
|
|
153
|
+
"en-GB": "Create dictionary",
|
|
154
|
+
fr: "Créer un dictionnaire",
|
|
155
|
+
es: "Crear un diccionario",
|
|
156
|
+
de: "Wörterbuch erstellen",
|
|
157
|
+
ja: "辞書を作成",
|
|
158
|
+
ko: "사전 만들기",
|
|
159
|
+
zh: "创建字典",
|
|
160
|
+
it: "Crea dizionario",
|
|
161
|
+
pt: "Criar dicionário",
|
|
162
|
+
hi: "शब्दकोश बनाएँ",
|
|
163
|
+
ar: "إنشاء قاموس",
|
|
164
|
+
ru: "Создать словарь"
|
|
65
165
|
}),
|
|
66
166
|
ariaLabel: intlayer.t({
|
|
67
167
|
en: "Click to create dictionary",
|
|
68
|
-
|
|
69
|
-
|
|
168
|
+
"en-GB": "Click to create dictionary",
|
|
169
|
+
fr: "Cliquez pour créer un dictionnaire",
|
|
170
|
+
es: "Haga clic para crear un diccionario",
|
|
171
|
+
de: "Klicken Sie, um ein Wörterbuch zu erstellen",
|
|
172
|
+
ja: "辞書を作成するにはクリックしてください",
|
|
173
|
+
ko: "사전을 만들려면 클릭하세요",
|
|
174
|
+
zh: "点击创建字典",
|
|
175
|
+
it: "Clicca per creare un dizionario",
|
|
176
|
+
pt: "Clique para criar dicionário",
|
|
177
|
+
hi: "शब्दकोश बनाने के लिए क्लिक करें",
|
|
178
|
+
ar: "انقر لإنشاء قاموس",
|
|
179
|
+
ru: "Нажмите, чтобы создать словарь"
|
|
70
180
|
})
|
|
71
181
|
},
|
|
72
182
|
editButton: {
|
|
73
183
|
text: intlayer.t({
|
|
74
184
|
en: "Edit dictionary",
|
|
75
|
-
|
|
76
|
-
|
|
185
|
+
"en-GB": "Edit dictionary",
|
|
186
|
+
fr: "Modifier le dictionnaire",
|
|
187
|
+
es: "Editar el diccionario",
|
|
188
|
+
de: "Wörterbuch bearbeiten",
|
|
189
|
+
ja: "辞書を編集",
|
|
190
|
+
ko: "사전 편집",
|
|
191
|
+
zh: "编辑字典",
|
|
192
|
+
it: "Modifica dizionario",
|
|
193
|
+
pt: "Editar dicionário",
|
|
194
|
+
hi: "शब्दकोश संपादित करें",
|
|
195
|
+
ar: "تعديل القاموس",
|
|
196
|
+
ru: "Редактировать словарь"
|
|
77
197
|
}),
|
|
78
198
|
ariaLabel: intlayer.t({
|
|
79
199
|
en: "Click to edit",
|
|
200
|
+
"en-GB": "Click to edit",
|
|
80
201
|
fr: "Cliquez pour modifier",
|
|
81
|
-
es: "Haga clic para editar"
|
|
202
|
+
es: "Haga clic para editar",
|
|
203
|
+
de: "Klicken Sie, um zu bearbeiten",
|
|
204
|
+
ja: "編集するにはクリックしてください",
|
|
205
|
+
ko: "편집하려면 클릭하세요",
|
|
206
|
+
zh: "点击编辑",
|
|
207
|
+
it: "Clicca per modificare",
|
|
208
|
+
pt: "Clique para editar",
|
|
209
|
+
hi: "संपादित करने के लिए क्लिक करें",
|
|
210
|
+
ar: "انقر لتعديل",
|
|
211
|
+
ru: "Нажмите, чтобы отредактировать"
|
|
82
212
|
})
|
|
83
213
|
}
|
|
84
214
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryCreationForm.content.cjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const dictionaryFormContent = {\n key: 'dictionary-form',\n content: {\n keyInput: {\n label: t({\n en: 'Key',\n fr: 'Clé',\n es: 'Clave',\n }),\n placeholder: t({\n en: 'Enter the key of your dictionary',\n fr: 'Entrez la clée de votre dictionaire',\n es: 'Ingrese el clave de su diccionario',\n }),\n },\n\n projectInput: {\n label: t({\n en: 'Projects',\n fr: 'Projets',\n es: 'Proyectos',\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 noDictionaryView: {\n title: t({\n en: 'No dictionary',\n fr: 'Aucune dictionaire',\n es: 'Sin diccionario',\n }),\n description: t({\n en: 'Create your first dictionary to start using Intlayer',\n fr: 'Créez votre première dictionaire pour commencer à utiliser Intlayer',\n es: 'Cree su primera diccionario para comenzar a usar Intlayer',\n }),\n },\n\n dictionaryList: {\n title: t({\n en: 'Dictionary list',\n fr: 'Liste des dictionnaires',\n es: 'Lista de diccionarios',\n }),\n },\n\n createDictionaryTitle: t({\n en: 'No dictionary',\n fr: 'Aucune dictionaire',\n es: 'Sin diccionario',\n }),\n\n createDictionaryDescription: t({\n en: 'Create your first dictionary to start using Intlayer',\n fr: 'Créez votre première dictionaire pour commencer à utiliser Intlayer',\n es: 'Cree su primera diccionario para comenzar a usar Intlayer',\n }),\n\n createDictionaryButton: {\n text: t({\n en: 'Create dictionary',\n fr: 'Créer un dictionair',\n es: 'Crear un diccionario',\n }),\n ariaLabel: t({\n en: 'Click to create dictionary',\n fr: 'Cliquez pour créer un dictionair',\n es: 'Haga clic para crear un diccionario',\n }),\n },\n\n editButton: {\n text: t({\n en: 'Edit dictionary',\n fr: \"Modifier l'dictionaire\",\n es: 'Editar la diccionario',\n }),\n ariaLabel: t({\n en: 'Click to edit',\n fr: 'Cliquez pour modifier',\n es: 'Haga clic para editar',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":";;;AAEO,MAAM,wBAAwB;AAAA,EACnC,KAAK;AAAA,EACL,SAAS;AAAA,IACP,UAAU;AAAA,MACR,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAaA,SAAAA,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IAEA,cAAc;AAAA,MACZ,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAaA,SAAAA,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IAEA,kBAAkB;AAAA,MAChB,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAaA,SAAAA,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IAEA,gBAAgB;AAAA,MACd,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IAEA,uBAAuBA,SAAAA,EAAE;AAAA,MACvB,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,6BAA6BA,SAAAA,EAAE;AAAA,MAC7B,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,wBAAwB;AAAA,MACtB,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,WAAWA,SAAAA,EAAE;AAAA,QACX,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IAEA,YAAY;AAAA,MACV,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,WAAWA,SAAAA,EAAE;AAAA,QACX,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IAAA;AAAA,EACH;AAEJ;;"}
|
|
1
|
+
{"version":3,"file":"dictionaryCreationForm.content.cjs","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const dictionaryFormContent = {\n key: 'dictionary-form',\n content: {\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 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\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 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 noDictionaryView: {\n title: t({\n en: 'No dictionary',\n 'en-GB': 'No dictionary',\n fr: 'Aucun dictionnaire',\n es: 'Sin diccionario',\n de: 'Kein Wörterbuch',\n ja: '辞書がありません',\n ko: '사전이 없습니다',\n zh: '没有字典',\n it: 'Nessun dizionario',\n pt: 'Nenhum dicionário',\n hi: 'कोई शब्दकोश नहीं',\n ar: 'لا يوجد قاموس',\n ru: 'Нет словаря',\n }),\n description: t({\n en: 'Create your first dictionary to start using Intlayer',\n 'en-GB': 'Create your first dictionary to start using Intlayer',\n fr: 'Créez votre premier dictionnaire pour commencer à utiliser Intlayer',\n es: 'Cree su primer diccionario para comenzar a usar Intlayer',\n de: 'Erstellen Sie Ihr erstes Wörterbuch, um Intlayer zu verwenden',\n ja: 'Intlayerを使用するために最初の辞書を作成してください',\n ko: 'Intlayer를 사용하려면 첫 번째 사전을 만들어주세요',\n zh: '创建您的第一个字典以开始使用Intlayer',\n it: 'Crea il tuo primo dizionario per iniziare a usare Intlayer',\n pt: 'Crie seu primeiro dicionário para começar a usar o Intlayer',\n hi: 'Intlayer का उपयोग करने के लिए अपना पहला शब्दकोश बनाएं',\n ar: 'أنشئ قاموسك الأول لبدء استخدام Intlayer',\n ru: 'Создайте свой первый словарь, чтобы начать использовать Intlayer',\n }),\n },\n\n dictionaryList: {\n title: t({\n en: 'Dictionary list',\n 'en-GB': 'Dictionary list',\n fr: 'Liste des dictionnaires',\n es: 'Lista de diccionarios',\n de: 'Wörterbuchliste',\n ja: '辞書リスト',\n ko: '사전 목록',\n zh: '字典列表',\n it: 'Elenco dei dizionari',\n pt: 'Lista de dicionários',\n hi: 'शब्दकोश सूची',\n ar: 'قائمة القاموس',\n ru: 'Список словарей',\n }),\n },\n\n createDictionaryTitle: t({\n en: 'No dictionary',\n 'en-GB': 'No dictionary',\n fr: 'Aucun dictionnaire',\n es: 'Sin diccionario',\n de: 'Kein Wörterbuch',\n ja: '辞書がありません',\n ko: '사전이 없습니다',\n zh: '没有字典',\n it: 'Nessun dizionario',\n pt: 'Nenhum dicionário',\n hi: 'कोई शब्दकोश नहीं',\n ar: 'لا يوجد قاموس',\n ru: 'Нет словаря',\n }),\n\n createDictionaryDescription: t({\n en: 'Create your first dictionary to start using Intlayer',\n 'en-GB': 'Create your first dictionary to start using Intlayer',\n fr: 'Créez votre premier dictionnaire pour commencer à utiliser Intlayer',\n es: 'Cree su primer diccionario para comenzar a usar Intlayer',\n de: 'Erstellen Sie Ihr erstes Wörterbuch, um Intlayer zu verwenden',\n ja: 'Intlayerを使用するために最初の辞書を作成してください',\n ko: 'Intlayer를 사용하려면 첫 번째 사전을 만들어주세요',\n zh: '创建您的第一个字典以开始使用Intlayer',\n it: 'Crea il tuo primo dizionario per iniziare a usare Intlayer',\n pt: 'Crie seu primeiro dicionário para começar a usar o Intlayer',\n hi: 'Intlayer का उपयोग करने के लिए अपना पहला शब्दकोश बनाएं',\n ar: 'أنشئ قاموسك الأول لبدء استخدام Intlayer',\n ru: 'Создайте свой первый словарь, чтобы начать использовать Intlayer',\n }),\n\n createDictionaryButton: {\n text: t({\n en: 'Create dictionary',\n 'en-GB': 'Create dictionary',\n fr: 'Créer un dictionnaire',\n es: 'Crear un diccionario',\n de: 'Wörterbuch erstellen',\n ja: '辞書を作成',\n ko: '사전 만들기',\n zh: '创建字典',\n it: 'Crea dizionario',\n pt: 'Criar dicionário',\n hi: 'शब्दकोश बनाएँ',\n ar: 'إنشاء قاموس',\n ru: 'Создать словарь',\n }),\n ariaLabel: t({\n en: 'Click to create dictionary',\n 'en-GB': 'Click to create dictionary',\n fr: 'Cliquez pour créer un dictionnaire',\n es: 'Haga clic para crear un diccionario',\n de: 'Klicken Sie, um ein Wörterbuch zu erstellen',\n ja: '辞書を作成するにはクリックしてください',\n ko: '사전을 만들려면 클릭하세요',\n zh: '点击创建字典',\n it: 'Clicca per creare un dizionario',\n pt: 'Clique para criar dicionário',\n hi: 'शब्दकोश बनाने के लिए क्लिक करें',\n ar: 'انقر لإنشاء قاموس',\n ru: 'Нажмите, чтобы создать словарь',\n }),\n },\n\n editButton: {\n text: t({\n en: 'Edit dictionary',\n 'en-GB': 'Edit dictionary',\n fr: 'Modifier le dictionnaire',\n es: 'Editar el diccionario',\n de: 'Wörterbuch bearbeiten',\n ja: '辞書を編集',\n ko: '사전 편집',\n zh: '编辑字典',\n it: 'Modifica dizionario',\n pt: 'Editar dicionário',\n hi: 'शब्दकोश संपादित करें',\n ar: 'تعديل القاموس',\n ru: 'Редактировать словарь',\n }),\n ariaLabel: t({\n en: 'Click to edit',\n 'en-GB': 'Click to edit',\n fr: 'Cliquez pour modifier',\n es: 'Haga clic para editar',\n de: 'Klicken Sie, um zu bearbeiten',\n ja: '編集するにはクリックしてください',\n ko: '편집하려면 클릭하세요',\n zh: '点击编辑',\n it: 'Clicca per modificare',\n pt: 'Clique para editar',\n hi: 'संपादित करने के लिए क्लिक करें',\n ar: 'انقر لتعديل',\n ru: 'Нажмите, чтобы отредактировать',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryCreationForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"dictionaryCreationForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NJ,CAAC"}
|
|
@@ -5,78 +5,208 @@ const dictionaryFormContent = {
|
|
|
5
5
|
keyInput: {
|
|
6
6
|
label: t({
|
|
7
7
|
en: "Key",
|
|
8
|
+
"en-GB": "Key",
|
|
8
9
|
fr: "Clé",
|
|
9
|
-
es: "Clave"
|
|
10
|
+
es: "Clave",
|
|
11
|
+
de: "Schlüssel",
|
|
12
|
+
ja: "キー",
|
|
13
|
+
ko: "키",
|
|
14
|
+
zh: "键",
|
|
15
|
+
it: "Chiave",
|
|
16
|
+
pt: "Chave",
|
|
17
|
+
hi: "की",
|
|
18
|
+
ar: "مفتاح",
|
|
19
|
+
ru: "Ключ"
|
|
10
20
|
}),
|
|
11
21
|
placeholder: t({
|
|
12
22
|
en: "Enter the key of your dictionary",
|
|
13
|
-
|
|
14
|
-
|
|
23
|
+
"en-GB": "Enter the key of your dictionary",
|
|
24
|
+
fr: "Entrez la clé de votre dictionnaire",
|
|
25
|
+
es: "Ingrese la clave de su diccionario",
|
|
26
|
+
de: "Geben Sie den Schlüssel Ihres Wörterbuchs ein",
|
|
27
|
+
ja: "辞書のキーを入力してください",
|
|
28
|
+
ko: "사전의 키를 입력하세요",
|
|
29
|
+
zh: "输入字典的键",
|
|
30
|
+
it: "Inserisci la chiave del tuo dizionario",
|
|
31
|
+
pt: "Insira a chave do seu dicionário",
|
|
32
|
+
hi: "अपने शब्दकोश की कुंजी दर्ज करें",
|
|
33
|
+
ar: "أدخل مفتاح القاموس الخاص بك",
|
|
34
|
+
ru: "Введите ключ вашего словаря"
|
|
15
35
|
})
|
|
16
36
|
},
|
|
17
37
|
projectInput: {
|
|
18
38
|
label: t({
|
|
19
39
|
en: "Projects",
|
|
40
|
+
"en-GB": "Projects",
|
|
20
41
|
fr: "Projets",
|
|
21
|
-
es: "Proyectos"
|
|
42
|
+
es: "Proyectos",
|
|
43
|
+
de: "Projekte",
|
|
44
|
+
ja: "プロジェクト",
|
|
45
|
+
ko: "프로젝트",
|
|
46
|
+
zh: "项目",
|
|
47
|
+
it: "Progetti",
|
|
48
|
+
pt: "Projetos",
|
|
49
|
+
hi: "प्रोजेक्ट",
|
|
50
|
+
ar: "مشاريع",
|
|
51
|
+
ru: "Проекты"
|
|
22
52
|
}),
|
|
23
53
|
placeholder: t({
|
|
24
54
|
en: "Select one or more projects to associate with your dictionary",
|
|
55
|
+
"en-GB": "Select one or more projects to associate with your dictionary",
|
|
25
56
|
fr: "Sélectionnez un ou plusieurs projets à associer à votre dictionnaire",
|
|
26
|
-
es: "Seleccione uno o más proyectos para asociar con su diccionario"
|
|
57
|
+
es: "Seleccione uno o más proyectos para asociar con su diccionario",
|
|
58
|
+
de: "Wählen Sie ein oder mehrere Projekte aus, um sie mit Ihrem Wörterbuch zu verknüpfen",
|
|
59
|
+
ja: "辞書に関連付けるプロジェクトを1つ以上選択してください",
|
|
60
|
+
ko: "사전과 연결할 프로젝트를 하나 이상 선택하세요",
|
|
61
|
+
zh: "选择一个或多个项目与您的字典关联",
|
|
62
|
+
it: "Seleziona uno o più progetti da associare al tuo dizionario",
|
|
63
|
+
pt: "Selecione um ou mais projetos para associar ao seu dicionário",
|
|
64
|
+
hi: "अपने शब्दकोश से जोड़ने के लिए एक या एक से अधिक प्रोजेक्ट चुनें",
|
|
65
|
+
ar: "حدد مشروعًا أو أكثر للربط مع قاموسك",
|
|
66
|
+
ru: "Выберите один или несколько проектов для связывания со словарем"
|
|
27
67
|
})
|
|
28
68
|
},
|
|
29
69
|
noDictionaryView: {
|
|
30
70
|
title: t({
|
|
31
71
|
en: "No dictionary",
|
|
32
|
-
|
|
33
|
-
|
|
72
|
+
"en-GB": "No dictionary",
|
|
73
|
+
fr: "Aucun dictionnaire",
|
|
74
|
+
es: "Sin diccionario",
|
|
75
|
+
de: "Kein Wörterbuch",
|
|
76
|
+
ja: "辞書がありません",
|
|
77
|
+
ko: "사전이 없습니다",
|
|
78
|
+
zh: "没有字典",
|
|
79
|
+
it: "Nessun dizionario",
|
|
80
|
+
pt: "Nenhum dicionário",
|
|
81
|
+
hi: "कोई शब्दकोश नहीं",
|
|
82
|
+
ar: "لا يوجد قاموس",
|
|
83
|
+
ru: "Нет словаря"
|
|
34
84
|
}),
|
|
35
85
|
description: t({
|
|
36
86
|
en: "Create your first dictionary to start using Intlayer",
|
|
37
|
-
|
|
38
|
-
|
|
87
|
+
"en-GB": "Create your first dictionary to start using Intlayer",
|
|
88
|
+
fr: "Créez votre premier dictionnaire pour commencer à utiliser Intlayer",
|
|
89
|
+
es: "Cree su primer diccionario para comenzar a usar Intlayer",
|
|
90
|
+
de: "Erstellen Sie Ihr erstes Wörterbuch, um Intlayer zu verwenden",
|
|
91
|
+
ja: "Intlayerを使用するために最初の辞書を作成してください",
|
|
92
|
+
ko: "Intlayer를 사용하려면 첫 번째 사전을 만들어주세요",
|
|
93
|
+
zh: "创建您的第一个字典以开始使用Intlayer",
|
|
94
|
+
it: "Crea il tuo primo dizionario per iniziare a usare Intlayer",
|
|
95
|
+
pt: "Crie seu primeiro dicionário para começar a usar o Intlayer",
|
|
96
|
+
hi: "Intlayer का उपयोग करने के लिए अपना पहला शब्दकोश बनाएं",
|
|
97
|
+
ar: "أنشئ قاموسك الأول لبدء استخدام Intlayer",
|
|
98
|
+
ru: "Создайте свой первый словарь, чтобы начать использовать Intlayer"
|
|
39
99
|
})
|
|
40
100
|
},
|
|
41
101
|
dictionaryList: {
|
|
42
102
|
title: t({
|
|
43
103
|
en: "Dictionary list",
|
|
104
|
+
"en-GB": "Dictionary list",
|
|
44
105
|
fr: "Liste des dictionnaires",
|
|
45
|
-
es: "Lista de diccionarios"
|
|
106
|
+
es: "Lista de diccionarios",
|
|
107
|
+
de: "Wörterbuchliste",
|
|
108
|
+
ja: "辞書リスト",
|
|
109
|
+
ko: "사전 목록",
|
|
110
|
+
zh: "字典列表",
|
|
111
|
+
it: "Elenco dei dizionari",
|
|
112
|
+
pt: "Lista de dicionários",
|
|
113
|
+
hi: "शब्दकोश सूची",
|
|
114
|
+
ar: "قائمة القاموس",
|
|
115
|
+
ru: "Список словарей"
|
|
46
116
|
})
|
|
47
117
|
},
|
|
48
118
|
createDictionaryTitle: t({
|
|
49
119
|
en: "No dictionary",
|
|
50
|
-
|
|
51
|
-
|
|
120
|
+
"en-GB": "No dictionary",
|
|
121
|
+
fr: "Aucun dictionnaire",
|
|
122
|
+
es: "Sin diccionario",
|
|
123
|
+
de: "Kein Wörterbuch",
|
|
124
|
+
ja: "辞書がありません",
|
|
125
|
+
ko: "사전이 없습니다",
|
|
126
|
+
zh: "没有字典",
|
|
127
|
+
it: "Nessun dizionario",
|
|
128
|
+
pt: "Nenhum dicionário",
|
|
129
|
+
hi: "कोई शब्दकोश नहीं",
|
|
130
|
+
ar: "لا يوجد قاموس",
|
|
131
|
+
ru: "Нет словаря"
|
|
52
132
|
}),
|
|
53
133
|
createDictionaryDescription: t({
|
|
54
134
|
en: "Create your first dictionary to start using Intlayer",
|
|
55
|
-
|
|
56
|
-
|
|
135
|
+
"en-GB": "Create your first dictionary to start using Intlayer",
|
|
136
|
+
fr: "Créez votre premier dictionnaire pour commencer à utiliser Intlayer",
|
|
137
|
+
es: "Cree su primer diccionario para comenzar a usar Intlayer",
|
|
138
|
+
de: "Erstellen Sie Ihr erstes Wörterbuch, um Intlayer zu verwenden",
|
|
139
|
+
ja: "Intlayerを使用するために最初の辞書を作成してください",
|
|
140
|
+
ko: "Intlayer를 사용하려면 첫 번째 사전을 만들어주세요",
|
|
141
|
+
zh: "创建您的第一个字典以开始使用Intlayer",
|
|
142
|
+
it: "Crea il tuo primo dizionario per iniziare a usare Intlayer",
|
|
143
|
+
pt: "Crie seu primeiro dicionário para começar a usar o Intlayer",
|
|
144
|
+
hi: "Intlayer का उपयोग करने के लिए अपना पहला शब्दकोश बनाएं",
|
|
145
|
+
ar: "أنشئ قاموسك الأول لبدء استخدام Intlayer",
|
|
146
|
+
ru: "Создайте свой первый словарь, чтобы начать использовать Intlayer"
|
|
57
147
|
}),
|
|
58
148
|
createDictionaryButton: {
|
|
59
149
|
text: t({
|
|
60
150
|
en: "Create dictionary",
|
|
61
|
-
|
|
62
|
-
|
|
151
|
+
"en-GB": "Create dictionary",
|
|
152
|
+
fr: "Créer un dictionnaire",
|
|
153
|
+
es: "Crear un diccionario",
|
|
154
|
+
de: "Wörterbuch erstellen",
|
|
155
|
+
ja: "辞書を作成",
|
|
156
|
+
ko: "사전 만들기",
|
|
157
|
+
zh: "创建字典",
|
|
158
|
+
it: "Crea dizionario",
|
|
159
|
+
pt: "Criar dicionário",
|
|
160
|
+
hi: "शब्दकोश बनाएँ",
|
|
161
|
+
ar: "إنشاء قاموس",
|
|
162
|
+
ru: "Создать словарь"
|
|
63
163
|
}),
|
|
64
164
|
ariaLabel: t({
|
|
65
165
|
en: "Click to create dictionary",
|
|
66
|
-
|
|
67
|
-
|
|
166
|
+
"en-GB": "Click to create dictionary",
|
|
167
|
+
fr: "Cliquez pour créer un dictionnaire",
|
|
168
|
+
es: "Haga clic para crear un diccionario",
|
|
169
|
+
de: "Klicken Sie, um ein Wörterbuch zu erstellen",
|
|
170
|
+
ja: "辞書を作成するにはクリックしてください",
|
|
171
|
+
ko: "사전을 만들려면 클릭하세요",
|
|
172
|
+
zh: "点击创建字典",
|
|
173
|
+
it: "Clicca per creare un dizionario",
|
|
174
|
+
pt: "Clique para criar dicionário",
|
|
175
|
+
hi: "शब्दकोश बनाने के लिए क्लिक करें",
|
|
176
|
+
ar: "انقر لإنشاء قاموس",
|
|
177
|
+
ru: "Нажмите, чтобы создать словарь"
|
|
68
178
|
})
|
|
69
179
|
},
|
|
70
180
|
editButton: {
|
|
71
181
|
text: t({
|
|
72
182
|
en: "Edit dictionary",
|
|
73
|
-
|
|
74
|
-
|
|
183
|
+
"en-GB": "Edit dictionary",
|
|
184
|
+
fr: "Modifier le dictionnaire",
|
|
185
|
+
es: "Editar el diccionario",
|
|
186
|
+
de: "Wörterbuch bearbeiten",
|
|
187
|
+
ja: "辞書を編集",
|
|
188
|
+
ko: "사전 편집",
|
|
189
|
+
zh: "编辑字典",
|
|
190
|
+
it: "Modifica dizionario",
|
|
191
|
+
pt: "Editar dicionário",
|
|
192
|
+
hi: "शब्दकोश संपादित करें",
|
|
193
|
+
ar: "تعديل القاموس",
|
|
194
|
+
ru: "Редактировать словарь"
|
|
75
195
|
}),
|
|
76
196
|
ariaLabel: t({
|
|
77
197
|
en: "Click to edit",
|
|
198
|
+
"en-GB": "Click to edit",
|
|
78
199
|
fr: "Cliquez pour modifier",
|
|
79
|
-
es: "Haga clic para editar"
|
|
200
|
+
es: "Haga clic para editar",
|
|
201
|
+
de: "Klicken Sie, um zu bearbeiten",
|
|
202
|
+
ja: "編集するにはクリックしてください",
|
|
203
|
+
ko: "편집하려면 클릭하세요",
|
|
204
|
+
zh: "点击编辑",
|
|
205
|
+
it: "Clicca per modificare",
|
|
206
|
+
pt: "Clique para editar",
|
|
207
|
+
hi: "संपादित करने के लिए क्लिक करें",
|
|
208
|
+
ar: "انقر لتعديل",
|
|
209
|
+
ru: "Нажмите, чтобы отредактировать"
|
|
80
210
|
})
|
|
81
211
|
}
|
|
82
212
|
}
|