chainlit 1.0.401__py3-none-any.whl → 2.0.3__py3-none-any.whl

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.

Potentially problematic release.


This version of chainlit might be problematic. Click here for more details.

Files changed (112) hide show
  1. chainlit/__init__.py +98 -279
  2. chainlit/_utils.py +8 -0
  3. chainlit/action.py +12 -10
  4. chainlit/{auth.py → auth/__init__.py} +28 -36
  5. chainlit/auth/cookie.py +122 -0
  6. chainlit/auth/jwt.py +39 -0
  7. chainlit/cache.py +4 -6
  8. chainlit/callbacks.py +362 -0
  9. chainlit/chat_context.py +64 -0
  10. chainlit/chat_settings.py +3 -1
  11. chainlit/cli/__init__.py +77 -8
  12. chainlit/config.py +181 -101
  13. chainlit/context.py +42 -13
  14. chainlit/copilot/dist/index.js +8750 -903
  15. chainlit/data/__init__.py +101 -416
  16. chainlit/data/acl.py +6 -2
  17. chainlit/data/base.py +107 -0
  18. chainlit/data/chainlit_data_layer.py +608 -0
  19. chainlit/data/dynamodb.py +590 -0
  20. chainlit/data/literalai.py +500 -0
  21. chainlit/data/sql_alchemy.py +721 -0
  22. chainlit/data/storage_clients/__init__.py +0 -0
  23. chainlit/data/storage_clients/azure.py +81 -0
  24. chainlit/data/storage_clients/azure_blob.py +89 -0
  25. chainlit/data/storage_clients/base.py +26 -0
  26. chainlit/data/storage_clients/gcs.py +88 -0
  27. chainlit/data/storage_clients/s3.py +75 -0
  28. chainlit/data/utils.py +29 -0
  29. chainlit/discord/__init__.py +6 -0
  30. chainlit/discord/app.py +354 -0
  31. chainlit/element.py +91 -33
  32. chainlit/emitter.py +80 -29
  33. chainlit/frontend/dist/assets/DailyMotion-C_XC7xJI.js +1 -0
  34. chainlit/frontend/dist/assets/Dataframe-Cs4l4hA1.js +22 -0
  35. chainlit/frontend/dist/assets/Facebook-CUeCH7hk.js +1 -0
  36. chainlit/frontend/dist/assets/FilePlayer-CB-fYkx8.js +1 -0
  37. chainlit/frontend/dist/assets/Kaltura-YX6qaq72.js +1 -0
  38. chainlit/frontend/dist/assets/Mixcloud-DGV0ldjP.js +1 -0
  39. chainlit/frontend/dist/assets/Mux-CmRss5oc.js +1 -0
  40. chainlit/frontend/dist/assets/Preview-DBVJn7-H.js +1 -0
  41. chainlit/frontend/dist/assets/SoundCloud-qLUb18oY.js +1 -0
  42. chainlit/frontend/dist/assets/Streamable-BvYP7bFp.js +1 -0
  43. chainlit/frontend/dist/assets/Twitch-CTHt-sGZ.js +1 -0
  44. chainlit/frontend/dist/assets/Vidyard-B-0mCJbm.js +1 -0
  45. chainlit/frontend/dist/assets/Vimeo-Dnp7ri8q.js +1 -0
  46. chainlit/frontend/dist/assets/Wistia-DW0x_UBn.js +1 -0
  47. chainlit/frontend/dist/assets/YouTube--98FipvA.js +1 -0
  48. chainlit/frontend/dist/assets/index-D71nZ46o.js +8665 -0
  49. chainlit/frontend/dist/assets/index-g8LTJwwr.css +1 -0
  50. chainlit/frontend/dist/assets/react-plotly-Cn_BQTQw.js +3484 -0
  51. chainlit/frontend/dist/index.html +2 -4
  52. chainlit/haystack/callbacks.py +4 -7
  53. chainlit/input_widget.py +8 -4
  54. chainlit/langchain/callbacks.py +103 -68
  55. chainlit/langflow/__init__.py +1 -0
  56. chainlit/llama_index/callbacks.py +65 -40
  57. chainlit/markdown.py +22 -6
  58. chainlit/message.py +54 -56
  59. chainlit/mistralai/__init__.py +50 -0
  60. chainlit/oauth_providers.py +266 -8
  61. chainlit/openai/__init__.py +10 -18
  62. chainlit/secret.py +1 -1
  63. chainlit/server.py +789 -228
  64. chainlit/session.py +108 -90
  65. chainlit/slack/__init__.py +6 -0
  66. chainlit/slack/app.py +397 -0
  67. chainlit/socket.py +199 -116
  68. chainlit/step.py +141 -89
  69. chainlit/sync.py +2 -1
  70. chainlit/teams/__init__.py +6 -0
  71. chainlit/teams/app.py +338 -0
  72. chainlit/translations/bn.json +235 -0
  73. chainlit/translations/en-US.json +83 -4
  74. chainlit/translations/gu.json +235 -0
  75. chainlit/translations/he-IL.json +235 -0
  76. chainlit/translations/hi.json +235 -0
  77. chainlit/translations/kn.json +235 -0
  78. chainlit/translations/ml.json +235 -0
  79. chainlit/translations/mr.json +235 -0
  80. chainlit/translations/nl-NL.json +233 -0
  81. chainlit/translations/ta.json +235 -0
  82. chainlit/translations/te.json +235 -0
  83. chainlit/translations/zh-CN.json +233 -0
  84. chainlit/translations.py +60 -0
  85. chainlit/types.py +133 -28
  86. chainlit/user.py +14 -3
  87. chainlit/user_session.py +6 -3
  88. chainlit/utils.py +52 -5
  89. chainlit/version.py +3 -2
  90. {chainlit-1.0.401.dist-info → chainlit-2.0.3.dist-info}/METADATA +48 -50
  91. chainlit-2.0.3.dist-info/RECORD +106 -0
  92. chainlit/cli/utils.py +0 -24
  93. chainlit/frontend/dist/assets/index-9711593e.js +0 -723
  94. chainlit/frontend/dist/assets/index-d088547c.css +0 -1
  95. chainlit/frontend/dist/assets/react-plotly-d8762cc2.js +0 -3602
  96. chainlit/playground/__init__.py +0 -2
  97. chainlit/playground/config.py +0 -40
  98. chainlit/playground/provider.py +0 -108
  99. chainlit/playground/providers/__init__.py +0 -13
  100. chainlit/playground/providers/anthropic.py +0 -118
  101. chainlit/playground/providers/huggingface.py +0 -75
  102. chainlit/playground/providers/langchain.py +0 -89
  103. chainlit/playground/providers/openai.py +0 -408
  104. chainlit/playground/providers/vertexai.py +0 -171
  105. chainlit/translations/pt-BR.json +0 -155
  106. chainlit-1.0.401.dist-info/RECORD +0 -66
  107. /chainlit/copilot/dist/assets/{logo_dark-2a3cf740.svg → logo_dark-IkGJ_IwC.svg} +0 -0
  108. /chainlit/copilot/dist/assets/{logo_light-b078e7bc.svg → logo_light-Bb_IPh6r.svg} +0 -0
  109. /chainlit/frontend/dist/assets/{logo_dark-2a3cf740.svg → logo_dark-IkGJ_IwC.svg} +0 -0
  110. /chainlit/frontend/dist/assets/{logo_light-b078e7bc.svg → logo_light-Bb_IPh6r.svg} +0 -0
  111. {chainlit-1.0.401.dist-info → chainlit-2.0.3.dist-info}/WHEEL +0 -0
  112. {chainlit-1.0.401.dist-info → chainlit-2.0.3.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,235 @@
1
+ {
2
+ "components": {
3
+ "atoms": {
4
+ "buttons": {
5
+ "userButton": {
6
+ "menu": {
7
+ "settings": "ക്രമീകരണങ്ങൾ",
8
+ "settingsKey": "S",
9
+ "APIKeys": "API കീകൾ",
10
+ "logout": "ലോഗോട്ട്"
11
+ }
12
+ }
13
+ }
14
+ },
15
+ "molecules": {
16
+ "newChatButton": {
17
+ "newChat": "പുതിയ ചാറ്റ്"
18
+ },
19
+ "tasklist": {
20
+ "TaskList": {
21
+ "title": "🗒️ ടാസ്ക് ലിസ്റ്റ്",
22
+ "loading": "ലോഡിംഗ്...",
23
+ "error": "ഒരു പിശക് സംഭവിച്ചു"
24
+ }
25
+ },
26
+ "attachments": {
27
+ "cancelUpload": "അപ്ലോഡ് റദ്ദാക്കുക",
28
+ "removeAttachment": "അറ്റാച്ച് മെന്റ് നീക്കംചെയ്യുക"
29
+ },
30
+ "newChatDialog": {
31
+ "createNewChat": "പുതിയ ചാറ്റ് ഉണ്ടാക്കണോ?",
32
+ "clearChat": "ഇത് നിലവിലെ സന്ദേശങ്ങൾ ക്ലിയർ ചെയ്യുകയും പുതിയ ചാറ്റ് ആരംഭിക്കുകയും ചെയ്യും.",
33
+ "cancel": "ക്യാൻസൽ ചെയ്യ്",
34
+ "confirm": "സ്ഥിരീകരിക്കുക"
35
+ },
36
+ "settingsModal": {
37
+ "settings": "ക്രമീകരണങ്ങൾ",
38
+ "expandMessages": "സന്ദേശങ്ങൾ വികസിപ്പിക്കുക",
39
+ "hideChainOfThought": "ചിന്തയുടെ ശൃംഖല മറയ്ക്കുക",
40
+ "darkMode": "ഡാർക്ക് മോഡ്"
41
+ },
42
+ "detailsButton": {
43
+ "using": "ഉപയോഗം",
44
+ "running": "ഓടുന്നു",
45
+ "took_one": "{{count}} സ്റ്റെപ്പ് എടുത്തു",
46
+ "took_other": "{{count}} സ്റ്റെപ്പുകൾ എടുത്തു"
47
+ },
48
+ "auth": {
49
+ "authLogin": {
50
+ "title": "അപ്ലിക്കേഷൻ ആക്സസ് ചെയ്യാൻ ലോഗിൻ ചെയ്യുക.",
51
+ "form": {
52
+ "email": "ഇമെയിൽ വിലാസം",
53
+ "password": "Password",
54
+ "noAccount": "അക്കൗണ്ട് ഇല്ലേ?",
55
+ "alreadyHaveAccount": "ഒരു അക്കൗണ്ട് ഉണ്ടോ?",
56
+ "signup": "സൈൻ അപ്പ് ചെയ്യുക",
57
+ "signin": "സൈൻ ഇൻ ചെയ്യുക",
58
+ "or": "അല്ലെങ്കിൽ",
59
+ "continue": "തുടരുക",
60
+ "forgotPassword": "പാസ് വേഡ് മറന്നോ?",
61
+ "passwordMustContain": "നിങ്ങളുടെ പാസ് വേഡിൽ ഇനിപ്പറയുന്നവ അടങ്ങിയിരിക്കണം:",
62
+ "emailRequired": "ഇമെയിൽ ആവശ്യമായ ഒരു ഫീൽഡാണ്",
63
+ "passwordRequired": "Password ആവശ്യമുള്ള ഒരു ഫീൽഡാണ്"
64
+ },
65
+ "error": {
66
+ "default": "സൈന് ഇന് ചെയ്യാന് കഴിയുന്നില്ല.",
67
+ "signin": "മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിച്ച് സൈനിൻ ചെയ്യാൻ ശ്രമിക്കുക.",
68
+ "oauthsignin": "മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിച്ച് സൈനിൻ ചെയ്യാൻ ശ്രമിക്കുക.",
69
+ "redirect_uri_mismatch": "റീഡയറക്ട് യുആർഐ ഓത്ത് ആപ്പ് കോൺഫിഗറേഷനുമായി പൊരുത്തപ്പെടുന്നില്ല.",
70
+ "oauthcallbackerror": "മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിച്ച് സൈനിൻ ചെയ്യാൻ ശ്രമിക്കുക.",
71
+ "oauthcreateaccount": "മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിച്ച് സൈനിൻ ചെയ്യാൻ ശ്രമിക്കുക.",
72
+ "emailcreateaccount": "മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിച്ച് സൈനിൻ ചെയ്യാൻ ശ്രമിക്കുക.",
73
+ "callback": "മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിച്ച് സൈനിൻ ചെയ്യാൻ ശ്രമിക്കുക.",
74
+ "oauthaccountnotlinked": "നിങ്ങളുടെ ഐഡന്റിറ്റി സ്ഥിരീകരിക്കുന്നതിന്, നിങ്ങൾ ആദ്യം ഉപയോഗിച്ച അതേ അക്കൗണ്ട് ഉപയോഗിച്ച് സൈനിൻ ചെയ്യുക.",
75
+ "emailsignin": "ഇ-മെയിൽ അയയ്ക്കാൻ കഴിഞ്ഞില്ല.",
76
+ "emailverify": "നിങ്ങളുടെ ഇമെയിൽ പരിശോധിക്കുക, ഒരു പുതിയ ഇമെയിൽ അയച്ചിട്ടുണ്ട്.",
77
+ "credentialssignin": "സൈൻ ഇൻ പരാജയപ്പെട്ടു. നിങ്ങൾ നൽകിയ വിശദാംശങ്ങൾ ശരിയാണോ എന്ന് പരിശോധിക്കുക.",
78
+ "sessionrequired": "ഈ പേജ് ആക്സസ് ചെയ്യുന്നതിന് ദയവായി സൈനിൻ ചെയ്യുക."
79
+ }
80
+ },
81
+ "authVerifyEmail": {
82
+ "almostThere": "നിങ്ങളിവിടെ എത്താറായി! ഞങ്ങൾ ഒരു ഇമെയിൽ അയച്ചിട്ടുണ്ട് ",
83
+ "verifyEmailLink": "നിങ്ങളുടെ സൈനപ്പ് പൂർത്തിയാക്കാൻ ആ ഇമെയിലിലെ ലിങ്കിൽ ക്ലിക്കുചെയ്യുക.",
84
+ "didNotReceive": "ഇമെയിൽ കണ്ടെത്താൻ കഴിയുന്നില്ലേ?",
85
+ "resendEmail": "Email വീണ്ടും അയയ്ക്കുക",
86
+ "goBack": "തിരിച്ച് പോകൂ",
87
+ "emailSent": "ഇമെയിൽ വിജയകരമായി അയച്ചു.",
88
+ "verifyEmail": "നിങ്ങളുടെ ഇമെയിൽ വിലാസം പരിശോധിക്കുക"
89
+ },
90
+ "providerButton": {
91
+ "continue": "{{provider}} ഉപയോഗിച്ച് തുടരുക",
92
+ "signup": "{{provider}} ഉപയോഗിച്ച് സൈൻ അപ്പ് ചെയ്യുക"
93
+ },
94
+ "authResetPassword": {
95
+ "newPasswordRequired": "പുതിയ പാസ് വേഡ് ആവശ്യമുള്ള ഫീൽഡാണ്",
96
+ "passwordsMustMatch": "പാസ് വേഡുകൾ പൊരുത്തപ്പെടണം",
97
+ "confirmPasswordRequired": "പാസ് വേഡ് സ്ഥിരീകരിക്കേണ്ടത് ആവശ്യമാണ്",
98
+ "newPassword": "പുതിയ പാസ് വേഡ്",
99
+ "confirmPassword": "പാസ് വേഡ് സ്ഥിരീകരിക്കുക",
100
+ "resetPassword": "പാസ് വേഡ് പുനഃക്രമീകരിക്കുക"
101
+ },
102
+ "authForgotPassword": {
103
+ "email": "ഇമെയിൽ വിലാസം",
104
+ "emailRequired": "ഇമെയിൽ ആവശ്യമായ ഒരു ഫീൽഡാണ്",
105
+ "emailSent": "നിങ്ങളുടെ പാസ് വേഡ് പുനഃക്രമീകരിക്കുന്നതിനുള്ള നിർദ്ദേശങ്ങൾക്കായി {{email}} ഇമെയിൽ വിലാസം പരിശോധിക്കുക.",
106
+ "enterEmail": "നിങ്ങളുടെ ഇമെയിൽ വിലാസം നൽകുക, നിങ്ങളുടെ പാസ് വേഡ് പുനഃക്രമീകരിക്കുന്നതിനുള്ള നിർദ്ദേശങ്ങൾ ഞങ്ങൾ നിങ്ങൾക്ക് അയയ്ക്കും.",
107
+ "resendEmail": "Email വീണ്ടും അയയ്ക്കുക",
108
+ "continue": "തുടരുക",
109
+ "goBack": "തിരിച്ച് പോകൂ"
110
+ }
111
+ }
112
+ },
113
+ "organisms": {
114
+ "chat": {
115
+ "history": {
116
+ "index": {
117
+ "showHistory": "ചരിത്രം കാണിക്കുക",
118
+ "lastInputs": "അവസാന ഇൻപുട്ടുകൾ",
119
+ "noInputs": "ശൂന്യമായ...",
120
+ "loading": "ലോഡിംഗ്..."
121
+ }
122
+ },
123
+ "inputBox": {
124
+ "input": {
125
+ "placeholder": "നിങ്ങളുടെ സന്ദേശം ഇവിടെ ടൈപ്പുചെയ്യുക..."
126
+ },
127
+ "speechButton": {
128
+ "start": "റെക്കോർഡിംഗ് ആരംഭിക്കുക",
129
+ "stop": "റെക്കോർഡിംഗ് നിർത്തുക"
130
+ },
131
+ "SubmitButton": {
132
+ "sendMessage": "സന്ദേശം അയയ്ക്കുക",
133
+ "stopTask": "ജോലി നിർത്തുക"
134
+ },
135
+ "UploadButton": {
136
+ "attachFiles": "ഫയലുകൾ അറ്റാച്ച് ചെയ്യുക"
137
+ },
138
+ "waterMark": {
139
+ "text": "നിർമ്മിച്ചത്"
140
+ }
141
+ },
142
+ "Messages": {
143
+ "index": {
144
+ "running": "ഓടുന്നു",
145
+ "executedSuccessfully": "വിജയകരമായി നടപ്പിലാക്കി",
146
+ "failed": "പരാജയപ്പെട്ടു",
147
+ "feedbackUpdated": "ഫീഡ്ബാക്ക് അപ് ഡേറ്റുചെയ് തു",
148
+ "updating": "അപ് ഡേറ്റ്"
149
+ },
150
+ "copyButton": {
151
+ "copyToClipboard": "Copy to clipboard",
152
+ "copied": "Copied!"
153
+ }
154
+ },
155
+ "dropScreen": {
156
+ "dropYourFilesHere": "നിങ്ങളുടെ ഫയലുകൾ ഇവിടെ ഇടുക"
157
+ },
158
+ "index": {
159
+ "failedToUpload": "അപ് ലോഡ് ചെയ്യുന്നതിൽ പരാജയപ്പെട്ടു",
160
+ "cancelledUploadOf": "അപ് ലോഡ് റദ്ദാക്കി",
161
+ "couldNotReachServer": "സെർവറിൽ എത്താൻ കഴിഞ്ഞില്ല",
162
+ "continuingChat": "മുമ്പത്തെ ചാറ്റ് തുടരുന്നു"
163
+ },
164
+ "settings": {
165
+ "settingsPanel": "ക്രമീകരണ പാനൽ",
166
+ "reset": "പുനഃക്രമീകരിക്കുക",
167
+ "cancel": "ക്യാൻസൽ ചെയ്യ്",
168
+ "confirm": "സ്ഥിരീകരിക്കുക"
169
+ }
170
+ },
171
+ "threadHistory": {
172
+ "sidebar": {
173
+ "filters": {
174
+ "FeedbackSelect": {
175
+ "feedbackAll": "Feedback: എല്ലാം",
176
+ "feedbackPositive": "Feedback: പോസിറ്റീവ്",
177
+ "feedbackNegative": "Feedback: നെഗറ്റീവ്"
178
+ },
179
+ "SearchBar": {
180
+ "search": "തിരയുക"
181
+ }
182
+ },
183
+ "DeleteThreadButton": {
184
+ "confirmMessage": "ഇത് ത്രെഡും അതിന്റെ സന്ദേശങ്ങളും ഘടകങ്ങളും ഇല്ലാതാക്കും.",
185
+ "cancel": "ക്യാൻസൽ ചെയ്യ്",
186
+ "confirm": "സ്ഥിരീകരിക്കുക",
187
+ "deletingChat": "ചാറ്റ് ഇല്ലാതാക്കൽ",
188
+ "chatDeleted": "ചാറ്റ് നീക്കം ചെയ്തു"
189
+ },
190
+ "index": {
191
+ "pastChats": "Past Chats"
192
+ },
193
+ "ThreadList": {
194
+ "empty": "ശൂന്യം...",
195
+ "today": "ഇന്ന്",
196
+ "yesterday": "ഇന്നലെ",
197
+ "previous7days": "Previous 7 ദിവസം",
198
+ "previous30days": "Previous 30 ദിവസം"
199
+ },
200
+ "TriggerButton": {
201
+ "closeSidebar": "സൈഡ് ബാർ അടയ്ക്കുക",
202
+ "openSidebar": "സൈഡ് ബാർ തുറക്കുക"
203
+ }
204
+ },
205
+ "Thread": {
206
+ "backToChat": "ചാറ്റിലേക്ക് മടങ്ങുക",
207
+ "chatCreatedOn": "ഈ ചാറ്റ് ഇവിടെ സൃഷ്ടിച്ചു"
208
+ }
209
+ },
210
+ "header": {
211
+ "chat": "സംഭാഷണം",
212
+ "readme": "Readme"
213
+ }
214
+ }
215
+ },
216
+ "hooks": {
217
+ "useLLMProviders": {
218
+ "failedToFetchProviders": "ദാതാക്കളെ കൊണ്ടുവരുന്നതിൽ പരാജയപ്പെട്ടു:"
219
+ }
220
+ },
221
+ "pages": {
222
+ "Design": {},
223
+ "Env": {
224
+ "savedSuccessfully": "വിജയകരമായി സംരക്ഷിച്ചു",
225
+ "requiredApiKeys": "ആവശ്യമുള്ള API കീകൾ",
226
+ "requiredApiKeysInfo": "ഈ അപ്ലിക്കേഷൻ ഉപയോഗിക്കുന്നതിന്, ഇനിപ്പറയുന്ന എപിഐ കീകൾ ആവശ്യമാണ്. നിങ്ങളുടെ ഉപകരണത്തിന്റെ പ്രാദേശിക സംഭരണത്തിലാണ് കീകൾ സംഭരിച്ചിരിക്കുന്നത്."
227
+ },
228
+ "Page": {
229
+ "notPartOfProject": "നിങ്ങൾ ഈ പദ്ധതിയുടെ ഭാഗമല്ല."
230
+ },
231
+ "ResumeButton": {
232
+ "resumeChat": "സംഭാഷണം പുനരാരംഭിക്കുക"
233
+ }
234
+ }
235
+ }
@@ -0,0 +1,235 @@
1
+ {
2
+ "components": {
3
+ "atoms": {
4
+ "buttons": {
5
+ "userButton": {
6
+ "menu": {
7
+ "settings": "सेटिंग्स",
8
+ "settingsKey": "S",
9
+ "APIKeys": "एपीआय कीज",
10
+ "logout": "Logout"
11
+ }
12
+ }
13
+ }
14
+ },
15
+ "molecules": {
16
+ "newChatButton": {
17
+ "newChat": "नवीन गप्पा"
18
+ },
19
+ "tasklist": {
20
+ "TaskList": {
21
+ "title": "🗒️ कार्य सूची",
22
+ "loading": "लोडिंग...",
23
+ "error": "एक त्रुटी झाली"
24
+ }
25
+ },
26
+ "attachments": {
27
+ "cancelUpload": "अपलोड रद्द करा",
28
+ "removeAttachment": "संलग्नता काढून टाका"
29
+ },
30
+ "newChatDialog": {
31
+ "createNewChat": "नवीन चॅट तयार करा?",
32
+ "clearChat": "यामुळे सध्याचे मेसेज क्लिअर होतील आणि नवीन चॅट सुरू होईल.",
33
+ "cancel": "रद्द करा",
34
+ "confirm": "पुष्टी करा"
35
+ },
36
+ "settingsModal": {
37
+ "settings": "सेटिंग्स",
38
+ "expandMessages": "संदेश ांचा विस्तार करा",
39
+ "hideChainOfThought": "विचारांची साखळी लपवा",
40
+ "darkMode": "डार्क मोड"
41
+ },
42
+ "detailsButton": {
43
+ "using": "वापरत",
44
+ "running": "धावत आहे.",
45
+ "took_one": "{{count}} पाऊल उचलले",
46
+ "took_other": "{{count}} पावले उचलली"
47
+ },
48
+ "auth": {
49
+ "authLogin": {
50
+ "title": "अ ॅपमध्ये प्रवेश करण्यासाठी लॉगिन करा.",
51
+ "form": {
52
+ "email": "ईमेल पत्ता",
53
+ "password": "पासवर्ड",
54
+ "noAccount": "खाते नाही का?",
55
+ "alreadyHaveAccount": "आधीच खाते आहे का?",
56
+ "signup": "साइन अप करा",
57
+ "signin": "साइन इन",
58
+ "or": "किंवा",
59
+ "continue": "चालू ठेवा",
60
+ "forgotPassword": "पासवर्ड विसरला?",
61
+ "passwordMustContain": "आपल्या पासवर्डमध्ये हे असणे आवश्यक आहे:",
62
+ "emailRequired": "ईमेल हे एक आवश्यक क्षेत्र आहे",
63
+ "passwordRequired": "पासवर्ड हे एक आवश्यक क्षेत्र आहे"
64
+ },
65
+ "error": {
66
+ "default": "साइन इन करण्यास अक्षम.",
67
+ "signin": "वेगळ्या खात्यासह साइन इन करण्याचा प्रयत्न करा.",
68
+ "oauthsignin": "वेगळ्या खात्यासह साइन इन करण्याचा प्रयत्न करा.",
69
+ "redirect_uri_mismatch": "रिडायरेक्ट यूआरआय ऑथ अॅप कॉन्फिगरेशनशी जुळत नाही.",
70
+ "oauthcallbackerror": "वेगळ्या खात्यासह साइन इन करण्याचा प्रयत्न करा.",
71
+ "oauthcreateaccount": "वेगळ्या खात्यासह साइन इन करण्याचा प्रयत्न करा.",
72
+ "emailcreateaccount": "वेगळ्या खात्यासह साइन इन करण्याचा प्रयत्न करा.",
73
+ "callback": "वेगळ्या खात्यासह साइन इन करण्याचा प्रयत्न करा.",
74
+ "oauthaccountnotlinked": "आपली ओळख निश्चित करण्यासाठी, आपण मूळवापरलेल्या खात्यासह साइन इन करा.",
75
+ "emailsignin": "ई-मेल पाठवता आला नाही.",
76
+ "emailverify": "कृपया आपल्या ईमेलची पडताळणी करा, एक नवीन ईमेल पाठविला गेला आहे.",
77
+ "credentialssignin": "साइन इन अयशस्वी झाले. आपण दिलेला तपशील योग्य आहे हे तपासा.",
78
+ "sessionrequired": "कृपया या पृष्ठावर प्रवेश करण्यासाठी साइन इन करा."
79
+ }
80
+ },
81
+ "authVerifyEmail": {
82
+ "almostThere": "तू जवळजवळ तिथेच आहेस! आम्ही एक ईमेल पाठवला आहे. ",
83
+ "verifyEmailLink": "आपले साइनअप पूर्ण करण्यासाठी कृपया त्या ईमेलमधील लिंकवर क्लिक करा.",
84
+ "didNotReceive": "ईमेल सापडत नाही का?",
85
+ "resendEmail": "ईमेल पुन्हा पाठवा",
86
+ "goBack": "परत जा",
87
+ "emailSent": "ईमेल यशस्वीरित्या पाठविला.",
88
+ "verifyEmail": "आपला ईमेल पत्ता पडताळून पहा"
89
+ },
90
+ "providerButton": {
91
+ "continue": "{{provider}} चालू ठेवा",
92
+ "signup": "{{provider}} सह साइन अप करा"
93
+ },
94
+ "authResetPassword": {
95
+ "newPasswordRequired": "नवीन पासवर्ड हे आवश्यक क्षेत्र आहे",
96
+ "passwordsMustMatch": "पासवर्ड जुळणे आवश्यक आहे",
97
+ "confirmPasswordRequired": "पासवर्ड आवश्यक क्षेत्र आहे याची पुष्टी करा",
98
+ "newPassword": "नवीन पासवर्ड",
99
+ "confirmPassword": "पासवर्ड ची पुष्टी करा",
100
+ "resetPassword": "पासवर्ड रीसेट करा"
101
+ },
102
+ "authForgotPassword": {
103
+ "email": "ईमेल पत्ता",
104
+ "emailRequired": "ईमेल हे एक आवश्यक क्षेत्र आहे",
105
+ "emailSent": "आपला पासवर्ड रीसेट करण्याच्या सूचनांसाठी कृपया ईमेल पत्ता {{email}} तपासा.",
106
+ "enterEmail": "आपला ईमेल पत्ता प्रविष्ट करा आणि आम्ही आपल्याला आपला पासवर्ड रीसेट करण्याच्या सूचना पाठवू.",
107
+ "resendEmail": "ईमेल पुन्हा पाठवा",
108
+ "continue": "चालू ठेवा",
109
+ "goBack": "परत जा"
110
+ }
111
+ }
112
+ },
113
+ "organisms": {
114
+ "chat": {
115
+ "history": {
116
+ "index": {
117
+ "showHistory": "इतिहास दाखवा",
118
+ "lastInputs": "शेवटची माहिती",
119
+ "noInputs": "इतकी रिकामी...",
120
+ "loading": "लोडिंग..."
121
+ }
122
+ },
123
+ "inputBox": {
124
+ "input": {
125
+ "placeholder": "तुमचा मेसेज इथे टाईप करा..."
126
+ },
127
+ "speechButton": {
128
+ "start": "रेकॉर्डिंग सुरू करा",
129
+ "stop": "रेकॉर्डिंग थांबवा"
130
+ },
131
+ "SubmitButton": {
132
+ "sendMessage": "संदेश पाठवा",
133
+ "stopTask": "कार्य थांबवा"
134
+ },
135
+ "UploadButton": {
136
+ "attachFiles": "फाईल्स संलग्न करा"
137
+ },
138
+ "waterMark": {
139
+ "text": "यासह बांधले आहे"
140
+ }
141
+ },
142
+ "Messages": {
143
+ "index": {
144
+ "running": "धावत आहे.",
145
+ "executedSuccessfully": "यशस्वीरित्या राबविली",
146
+ "failed": "अपयशी ठरले",
147
+ "feedbackUpdated": "अभिप्राय अद्ययावत",
148
+ "updating": "अद्ययावत करणे"
149
+ },
150
+ "copyButton": {
151
+ "copyToClipboard": "Copy to clipboard",
152
+ "copied": "Copied!"
153
+ }
154
+ },
155
+ "dropScreen": {
156
+ "dropYourFilesHere": "आपल्या फायली येथे टाका"
157
+ },
158
+ "index": {
159
+ "failedToUpload": "अपलोड करण्यात अपयश आले",
160
+ "cancelledUploadOf": "रद्द केलेले अपलोड",
161
+ "couldNotReachServer": "सर्व्हरपर्यंत पोहोचू शकले नाही",
162
+ "continuingChat": "मागील गप्पा चालू ठेवा"
163
+ },
164
+ "settings": {
165
+ "settingsPanel": "सेटिंग्स पॅनेल",
166
+ "reset": "रीसेट करा",
167
+ "cancel": "रद्द करा",
168
+ "confirm": "पुष्टी करा"
169
+ }
170
+ },
171
+ "threadHistory": {
172
+ "sidebar": {
173
+ "filters": {
174
+ "FeedbackSelect": {
175
+ "feedbackAll": "अभिप्राय: सर्व",
176
+ "feedbackPositive": "अभिप्राय: सकारात्मक",
177
+ "feedbackNegative": "अभिप्राय: नकारात्मक"
178
+ },
179
+ "SearchBar": {
180
+ "search": "शोधणे"
181
+ }
182
+ },
183
+ "DeleteThreadButton": {
184
+ "confirmMessage": "हे धागा तसेच त्यातील संदेश आणि घटक डिलीट करेल.",
185
+ "cancel": "रद्द करा",
186
+ "confirm": "पुष्टी करा",
187
+ "deletingChat": "चॅट डिलीट करणे",
188
+ "chatDeleted": "चॅट डिलीट"
189
+ },
190
+ "index": {
191
+ "pastChats": "मागील गप्पा"
192
+ },
193
+ "ThreadList": {
194
+ "empty": "रिक्त।।।",
195
+ "today": "आज",
196
+ "yesterday": "काल",
197
+ "previous7days": "मागील 7 दिवस",
198
+ "previous30days": "मागील ३० दिवस"
199
+ },
200
+ "TriggerButton": {
201
+ "closeSidebar": "साइडबार बंद करा",
202
+ "openSidebar": "ओपन साइडबार"
203
+ }
204
+ },
205
+ "Thread": {
206
+ "backToChat": "परत गप्पा मारायला जा",
207
+ "chatCreatedOn": "हे चॅट तयार करण्यात आले होते."
208
+ }
209
+ },
210
+ "header": {
211
+ "chat": "बकवाद करणें",
212
+ "readme": "वाचा"
213
+ }
214
+ }
215
+ },
216
+ "hooks": {
217
+ "useLLMProviders": {
218
+ "failedToFetchProviders": "प्रदात्यांना आणण्यात अपयशी:"
219
+ }
220
+ },
221
+ "pages": {
222
+ "Design": {},
223
+ "Env": {
224
+ "savedSuccessfully": "यशस्वीरित्या वाचवले",
225
+ "requiredApiKeys": "आवश्यक एपीआय चाव्या",
226
+ "requiredApiKeysInfo": "हे अॅप वापरण्यासाठी खालील एपीआय चाव्या आवश्यक आहेत. चाव्या आपल्या डिव्हाइसच्या स्थानिक स्टोरेजवर संग्रहित केल्या जातात."
227
+ },
228
+ "Page": {
229
+ "notPartOfProject": "तुम्ही या प्रकल्पाचा भाग नाही."
230
+ },
231
+ "ResumeButton": {
232
+ "resumeChat": "चॅट पुन्हा सुरू करा"
233
+ }
234
+ }
235
+ }