chainlit 1.0.401__py3-none-any.whl → 2.0.4__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 (113) 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 +123 -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 +191 -102
  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 +614 -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 +81 -29
  33. chainlit/frontend/dist/assets/DailyMotion-Ce9dQoqZ.js +1 -0
  34. chainlit/frontend/dist/assets/Dataframe-C1XonMcV.js +22 -0
  35. chainlit/frontend/dist/assets/Facebook-DVVt6lrr.js +1 -0
  36. chainlit/frontend/dist/assets/FilePlayer-c7stW4vz.js +1 -0
  37. chainlit/frontend/dist/assets/Kaltura-BmMmgorA.js +1 -0
  38. chainlit/frontend/dist/assets/Mixcloud-Cw8hDmiO.js +1 -0
  39. chainlit/frontend/dist/assets/Mux-DiRZfeUf.js +1 -0
  40. chainlit/frontend/dist/assets/Preview-6Jt2mRHx.js +1 -0
  41. chainlit/frontend/dist/assets/SoundCloud-DKwcT58_.js +1 -0
  42. chainlit/frontend/dist/assets/Streamable-BVdxrEeX.js +1 -0
  43. chainlit/frontend/dist/assets/Twitch-DFqZR7Gu.js +1 -0
  44. chainlit/frontend/dist/assets/Vidyard-0BQAAtVk.js +1 -0
  45. chainlit/frontend/dist/assets/Vimeo-CRFSH0Vu.js +1 -0
  46. chainlit/frontend/dist/assets/Wistia-CKrmdQaG.js +1 -0
  47. chainlit/frontend/dist/assets/YouTube-CQpL-rvU.js +1 -0
  48. chainlit/frontend/dist/assets/index-DQmLRKyv.css +1 -0
  49. chainlit/frontend/dist/assets/index-QdmxtIMQ.js +8665 -0
  50. chainlit/frontend/dist/assets/react-plotly-B9hvVpUG.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 +244 -0
  73. chainlit/translations/en-US.json +122 -8
  74. chainlit/translations/gu.json +244 -0
  75. chainlit/translations/he-IL.json +244 -0
  76. chainlit/translations/hi.json +244 -0
  77. chainlit/translations/ja.json +242 -0
  78. chainlit/translations/kn.json +244 -0
  79. chainlit/translations/ml.json +244 -0
  80. chainlit/translations/mr.json +244 -0
  81. chainlit/translations/nl-NL.json +242 -0
  82. chainlit/translations/ta.json +244 -0
  83. chainlit/translations/te.json +244 -0
  84. chainlit/translations/zh-CN.json +243 -0
  85. chainlit/translations.py +60 -0
  86. chainlit/types.py +133 -28
  87. chainlit/user.py +14 -3
  88. chainlit/user_session.py +6 -3
  89. chainlit/utils.py +52 -5
  90. chainlit/version.py +3 -2
  91. {chainlit-1.0.401.dist-info → chainlit-2.0.4.dist-info}/METADATA +48 -50
  92. chainlit-2.0.4.dist-info/RECORD +107 -0
  93. chainlit/cli/utils.py +0 -24
  94. chainlit/frontend/dist/assets/index-9711593e.js +0 -723
  95. chainlit/frontend/dist/assets/index-d088547c.css +0 -1
  96. chainlit/frontend/dist/assets/react-plotly-d8762cc2.js +0 -3602
  97. chainlit/playground/__init__.py +0 -2
  98. chainlit/playground/config.py +0 -40
  99. chainlit/playground/provider.py +0 -108
  100. chainlit/playground/providers/__init__.py +0 -13
  101. chainlit/playground/providers/anthropic.py +0 -118
  102. chainlit/playground/providers/huggingface.py +0 -75
  103. chainlit/playground/providers/langchain.py +0 -89
  104. chainlit/playground/providers/openai.py +0 -408
  105. chainlit/playground/providers/vertexai.py +0 -171
  106. chainlit/translations/pt-BR.json +0 -155
  107. chainlit-1.0.401.dist-info/RECORD +0 -66
  108. /chainlit/copilot/dist/assets/{logo_dark-2a3cf740.svg → logo_dark-IkGJ_IwC.svg} +0 -0
  109. /chainlit/copilot/dist/assets/{logo_light-b078e7bc.svg → logo_light-Bb_IPh6r.svg} +0 -0
  110. /chainlit/frontend/dist/assets/{logo_dark-2a3cf740.svg → logo_dark-IkGJ_IwC.svg} +0 -0
  111. /chainlit/frontend/dist/assets/{logo_light-b078e7bc.svg → logo_light-Bb_IPh6r.svg} +0 -0
  112. {chainlit-1.0.401.dist-info → chainlit-2.0.4.dist-info}/WHEEL +0 -0
  113. {chainlit-1.0.401.dist-info → chainlit-2.0.4.dist-info}/entry_points.txt +0 -0
@@ -20,7 +20,7 @@
20
20
  "TaskList": {
21
21
  "title": "🗒️ Task List",
22
22
  "loading": "Loading...",
23
- "error": "An error occured"
23
+ "error": "An error occurred"
24
24
  }
25
25
  },
26
26
  "attachments": {
@@ -28,21 +28,97 @@
28
28
  "removeAttachment": "Remove attachment"
29
29
  },
30
30
  "newChatDialog": {
31
- "createNewChat": "Create new chat?",
32
- "clearChat": "This will clear the current messages and start a new chat.",
33
- "cancel": "Cancel",
34
- "confirm": "Confirm"
31
+ "title": "Create New Chat",
32
+ "description": "This will clear your current chat history. Are you sure you want to continue?",
33
+ "cancelButton": "Cancel",
34
+ "confirmButton": "Confirm",
35
+ "tooltip": "New Chat"
35
36
  },
36
37
  "settingsModal": {
38
+ "settings": "Settings",
37
39
  "expandMessages": "Expand Messages",
38
40
  "hideChainOfThought": "Hide Chain of Thought",
39
41
  "darkMode": "Dark Mode"
42
+ },
43
+ "detailsButton": {
44
+ "using": "Using",
45
+ "used": "Used"
46
+ },
47
+ "auth": {
48
+ "authLogin": {
49
+ "title": "Login to access the app.",
50
+ "form": {
51
+ "email": "Email address",
52
+ "password": "Password",
53
+ "noAccount": "Don't have an account?",
54
+ "alreadyHaveAccount": "Already have an account?",
55
+ "signup": "Sign Up",
56
+ "signin": "Sign In",
57
+ "or": "OR",
58
+ "continue": "Continue",
59
+ "forgotPassword": "Forgot password?",
60
+ "passwordMustContain": "Your password must contain:",
61
+ "emailRequired": "email is a required field",
62
+ "passwordRequired": "password is a required field"
63
+ },
64
+ "error": {
65
+ "default": "Unable to sign in.",
66
+ "signin": "Try signing in with a different account.",
67
+ "oauthsignin": "Try signing in with a different account.",
68
+ "redirect_uri_mismatch": "The redirect URI is not matching the oauth app configuration.",
69
+ "oauthcallbackerror": "Try signing in with a different account.",
70
+ "oauthcreateaccount": "Try signing in with a different account.",
71
+ "emailcreateaccount": "Try signing in with a different account.",
72
+ "callback": "Try signing in with a different account.",
73
+ "oauthaccountnotlinked": "To confirm your identity, sign in with the same account you used originally.",
74
+ "emailsignin": "The e-mail could not be sent.",
75
+ "emailverify": "Please verify your email, a new email has been sent.",
76
+ "credentialssignin": "Sign in failed. Check the details you provided are correct.",
77
+ "sessionrequired": "Please sign in to access this page."
78
+ }
79
+ },
80
+ "authVerifyEmail": {
81
+ "almostThere": "You're almost there! We've sent an email to ",
82
+ "verifyEmailLink": "Please click on the link in that email to complete your signup.",
83
+ "didNotReceive": "Can't find the email?",
84
+ "resendEmail": "Resend email",
85
+ "goBack": "Go Back",
86
+ "emailSent": "Email sent successfully.",
87
+ "verifyEmail": "Verify your email address"
88
+ },
89
+ "providerButton": {
90
+ "continue": "Continue with {{provider}}",
91
+ "signup": "Sign up with {{provider}}"
92
+ },
93
+ "authResetPassword": {
94
+ "newPasswordRequired": "New password is a required field",
95
+ "passwordsMustMatch": "Passwords must match",
96
+ "confirmPasswordRequired": "Confirm password is a required field",
97
+ "newPassword": "New password",
98
+ "confirmPassword": "Confirm password",
99
+ "resetPassword": "Reset Password"
100
+ },
101
+ "authForgotPassword": {
102
+ "email": "Email address",
103
+ "emailRequired": "email is a required field",
104
+ "emailSent": "Please check the email address {{email}} for instructions to reset your password.",
105
+ "enterEmail": "Enter your email address and we will send you instructions to reset your password.",
106
+ "resendEmail": "Resend email",
107
+ "continue": "Continue",
108
+ "goBack": "Go Back"
109
+ }
40
110
  }
41
111
  },
42
112
  "organisms": {
43
113
  "chat": {
114
+ "askFileButton": {
115
+ "dragAndDrop": "Drag and drop files here",
116
+ "sizeLimit": "Limit:",
117
+ "browseFiles": "Browse Files"
118
+ },
44
119
  "history": {
45
120
  "index": {
121
+ "showHistory": "Show history",
46
122
  "lastInputs": "Last Inputs",
47
123
  "noInputs": "Such empty...",
48
124
  "loading": "Loading..."
@@ -54,7 +130,8 @@
54
130
  },
55
131
  "speechButton": {
56
132
  "start": "Start recording",
57
- "stop": "Stop recording"
133
+ "stop": "Stop recording",
134
+ "loading": "Connecting"
58
135
  },
59
136
  "SubmitButton": {
60
137
  "sendMessage": "Send message",
@@ -74,6 +151,19 @@
74
151
  "failed": "failed",
75
152
  "feedbackUpdated": "Feedback updated",
76
153
  "updating": "Updating"
154
+ },
155
+ "copyButton": {
156
+ "copyToClipboard": "Copy to clipboard",
157
+ "copied": "Copied!"
158
+ },
159
+ "feedbackButton": {
160
+ "helpful": "Helpful",
161
+ "notHelpful": "Not helpful",
162
+ "editFeedback": "Edit feedback"
163
+ },
164
+ "feedbackDialog": {
165
+ "dialogTitle": "Add a comment",
166
+ "submitButton": "Submit feedback"
77
167
  }
78
168
  },
79
169
  "dropScreen": {
@@ -105,7 +195,7 @@
105
195
  }
106
196
  },
107
197
  "DeleteThreadButton": {
108
- "confirmMessage": "This will delete the thread as well as it's messages and elements.",
198
+ "confirmMessage": "This will delete the thread as well as its messages and elements.",
109
199
  "cancel": "Cancel",
110
200
  "confirm": "Confirm",
111
201
  "deletingChat": "Deleting chat",
@@ -115,7 +205,31 @@
115
205
  "pastChats": "Past Chats"
116
206
  },
117
207
  "ThreadList": {
118
- "empty": "Empty..."
208
+ "empty": "Empty...",
209
+ "today": "Today",
210
+ "yesterday": "Yesterday",
211
+ "previous7days": "Previous 7 days",
212
+ "previous30days": "Previous 30 days",
213
+ "noThreads": "No threads found",
214
+ "DeleteDialog": {
215
+ "title": "Confirm deletion",
216
+ "description": "This action cannot be undone",
217
+ "cancel": "Cancel",
218
+ "confirm": "Confirm"
219
+ },
220
+ "RenameDialog": {
221
+ "title": "Rename Thread",
222
+ "description": "Enter a new name for this thread",
223
+ "nameLabel": "Name",
224
+ "namePlaceholder": "Enter new name",
225
+ "cancel": "Cancel",
226
+ "confirm": "Rename"
227
+ },
228
+ "RenameThreadButton": {
229
+ "renamingThread": "Renaming thread",
230
+ "threadRenamed": "Thread renamed!"
231
+ },
232
+ "untitledConversation": "Untitled Conversation"
119
233
  },
120
234
  "TriggerButton": {
121
235
  "closeSidebar": "Close sidebar",
@@ -0,0 +1,244 @@
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": "પાસવર્ડ",
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": "રીડાયરેક્ટ URI એ oauth એપ્લિકેશન રૂપરેખાંકન સાથે બંધબેસતી નથી.",
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
+ "feedbackButton": {
155
+ "helpful": "Helpful",
156
+ "notHelpful": "Not helpful",
157
+ "editFeedback": "Edit feedback"
158
+ },
159
+ "feedbackDialog": {
160
+ "dialogTitle": "Add a comment",
161
+ "submitButton": "Submit feedback"
162
+ }
163
+ },
164
+ "dropScreen": {
165
+ "dropYourFilesHere": "તમારી ફાઇલોને અંહિ મૂકો"
166
+ },
167
+ "index": {
168
+ "failedToUpload": "અપલોડ કરવામાં નિષ્ફળ",
169
+ "cancelledUploadOf": "નું અપલોડ રદ થયેલ છે",
170
+ "couldNotReachServer": "સર્વર સુધી પહોંચી શક્યા નહિં",
171
+ "continuingChat": "પહેલાની વાતચીતને ચાલુ રાખી રહ્યા છે"
172
+ },
173
+ "settings": {
174
+ "settingsPanel": "પેનલ સુયોજનો",
175
+ "reset": "પુન:સુયોજિત કરો",
176
+ "cancel": "રદ્દ",
177
+ "confirm": "ખાતરી કરો"
178
+ }
179
+ },
180
+ "threadHistory": {
181
+ "sidebar": {
182
+ "filters": {
183
+ "FeedbackSelect": {
184
+ "feedbackAll": "પ્રતિસાદ: બધા",
185
+ "feedbackPositive": "પ્રતિસાદ: હકારાત્મક",
186
+ "feedbackNegative": "પ્રતિસાદ: નકારાત્મક"
187
+ },
188
+ "SearchBar": {
189
+ "search": "શોધવું"
190
+ }
191
+ },
192
+ "DeleteThreadButton": {
193
+ "confirmMessage": "આ થ્રેડની સાથે સાથે તેના સંદેશા અને તત્વોને પણ કાઢી નાખશે.",
194
+ "cancel": "રદ્દ",
195
+ "confirm": "ખાતરી કરો",
196
+ "deletingChat": "ચૅટને કાઢી રહ્યા છીએ",
197
+ "chatDeleted": "ચૅટ ડિલીટ થઈ ગઈ"
198
+ },
199
+ "index": {
200
+ "pastChats": "ભૂતકાળની વાતચીતો"
201
+ },
202
+ "ThreadList": {
203
+ "empty": "ખાલી...",
204
+ "today": "આજે",
205
+ "yesterday": "ગઇકાલે",
206
+ "previous7days": "પહેલાના ૭ દિવસો",
207
+ "previous30days": "પહેલાના ૩૦ દિવસો"
208
+ },
209
+ "TriggerButton": {
210
+ "closeSidebar": "બાજુપટ્ટીને બંધ કરો",
211
+ "openSidebar": "બાજુપટ્ટી ખોલો"
212
+ }
213
+ },
214
+ "Thread": {
215
+ "backToChat": "સંવાદમાં પાછા જાઓ",
216
+ "chatCreatedOn": "આ વાતચીત તેની પર બનાવેલ હતી"
217
+ }
218
+ },
219
+ "header": {
220
+ "chat": "સંવાદ",
221
+ "readme": "રીડમે"
222
+ }
223
+ }
224
+ },
225
+ "hooks": {
226
+ "useLLMProviders": {
227
+ "failedToFetchProviders": "પ્રદાતાઓને લાવવામાં નિષ્ફળતા:"
228
+ }
229
+ },
230
+ "pages": {
231
+ "Design": {},
232
+ "Env": {
233
+ "savedSuccessfully": "સફળતાપૂર્વક સંગ્રહાયેલ",
234
+ "requiredApiKeys": "જરૂરી API કીઓ",
235
+ "requiredApiKeysInfo": "આ એપ્લિકેશનનો ઉપયોગ કરવા માટે, નીચેની API કીઓ જરૂરી છે. કીઓ તમારા ડિવાઇસના સ્થાનિક સ્ટોરેજ પર સંગ્રહિત થાય છે."
236
+ },
237
+ "Page": {
238
+ "notPartOfProject": "તમે આ પ્રોજેક્ટનો ભાગ નથી."
239
+ },
240
+ "ResumeButton": {
241
+ "resumeChat": "ફરી શરૂ કરો સંવાદ"
242
+ }
243
+ }
244
+ }
@@ -0,0 +1,244 @@
1
+ {
2
+ "components": {
3
+ "atoms": {
4
+ "buttons": {
5
+ "userButton": {
6
+ "menu": {
7
+ "settings": "הגדרות",
8
+ "settingsKey": "S",
9
+ "APIKeys": "API Keys",
10
+ "logout": "התנתק"
11
+ }
12
+ }
13
+ }
14
+ },
15
+ "molecules": {
16
+ "newChatButton": {
17
+ "newChat": "צ'אט חדש"
18
+ },
19
+ "tasklist": {
20
+ "TaskList": {
21
+ "title": "\ud83d\uddd2\ufe0f Task List",
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": "כתובת ה-URI להפניה אינה תואמת לתצורת האפליקציה של oauth.",
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
+ "feedbackButton": {
155
+ "helpful": "Helpful",
156
+ "notHelpful": "Not helpful",
157
+ "editFeedback": "Edit feedback"
158
+ },
159
+ "feedbackDialog": {
160
+ "dialogTitle": "Add a comment",
161
+ "submitButton": "Submit feedback"
162
+ }
163
+ },
164
+ "dropScreen": {
165
+ "dropYourFilesHere": "שחרר את הקבצים שלך כאן"
166
+ },
167
+ "index": {
168
+ "failedToUpload": "העלאה נכשלה",
169
+ "cancelledUploadOf": "העלאה של בוטלה",
170
+ "couldNotReachServer": "לא ניתן היה להגיע לשרת",
171
+ "continuingChat": "ממשיך בצ'אט הקודם"
172
+ },
173
+ "settings": {
174
+ "settingsPanel": "לוח הגדרות",
175
+ "reset": "אפס",
176
+ "cancel": "בטל",
177
+ "confirm": "אשר"
178
+ }
179
+ },
180
+ "threadHistory": {
181
+ "sidebar": {
182
+ "filters": {
183
+ "FeedbackSelect": {
184
+ "feedbackAll": "משוב: הכל",
185
+ "feedbackPositive": "משוב: חיובי",
186
+ "feedbackNegative": "משוב: שלילי"
187
+ },
188
+ "SearchBar": {
189
+ "search": "חיפוש"
190
+ }
191
+ },
192
+ "DeleteThreadButton": {
193
+ "confirmMessage": "פעולה זו תמחק את השרשור וכן את ההודעות והרכיבים שלו.",
194
+ "cancel": "בטל",
195
+ "confirm": "אשר",
196
+ "deletingChat": "מוחק צ'אט",
197
+ "chatDeleted": "הצ'אט נמחק"
198
+ },
199
+ "index": {
200
+ "pastChats": "צ'אטים קודמים"
201
+ },
202
+ "ThreadList": {
203
+ "empty": "ריק...",
204
+ "today": "היום",
205
+ "yesterday": "אתמול",
206
+ "previous7days": "7 ימים קודמים",
207
+ "previous30days": "30 ימים קודמים"
208
+ },
209
+ "TriggerButton": {
210
+ "closeSidebar": "סגור סרגל צד",
211
+ "openSidebar": "פתח סרגל צד"
212
+ }
213
+ },
214
+ "Thread": {
215
+ "backToChat": "חזור לצ'אט",
216
+ "chatCreatedOn": "הצ'אט הזה נוצר בתאריך"
217
+ }
218
+ },
219
+ "header": {
220
+ "chat": "צ'אט",
221
+ "readme": "אודות"
222
+ }
223
+ }
224
+ },
225
+ "hooks": {
226
+ "useLLMProviders": {
227
+ "failedToFetchProviders": "נכשלה הבאת ספקים:"
228
+ }
229
+ },
230
+ "pages": {
231
+ "Design": {},
232
+ "Env": {
233
+ "savedSuccessfully": "נשמר בהצלחה",
234
+ "requiredApiKeys": "מפתחות API נדרשים",
235
+ "requiredApiKeysInfo": "כדי להשתמש באפליקציה זו, נדרשים מפתחות ה-API הבאים. המפתחות מאוחסנים באחסון המקומי של המכשיר שלך."
236
+ },
237
+ "Page": {
238
+ "notPartOfProject": "אתה לא חלק מהפרויקט הזה."
239
+ },
240
+ "ResumeButton": {
241
+ "resumeChat": "המשך צ'אט"
242
+ }
243
+ }
244
+ }