langroid 0.32.1__py3-none-any.whl → 0.32.2__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.
- langroid/language_models/openai_gpt.py +16 -1
- {langroid-0.32.1.dist-info → langroid-0.32.2.dist-info}/METADATA +2 -2
- {langroid-0.32.1.dist-info → langroid-0.32.2.dist-info}/RECORD +6 -40
- pyproject.toml +1 -1
- langroid/agent/.chainlit/config.toml +0 -121
- langroid/agent/.chainlit/translations/bn.json +0 -231
- langroid/agent/.chainlit/translations/en-US.json +0 -229
- langroid/agent/.chainlit/translations/gu.json +0 -231
- langroid/agent/.chainlit/translations/he-IL.json +0 -231
- langroid/agent/.chainlit/translations/hi.json +0 -231
- langroid/agent/.chainlit/translations/kn.json +0 -231
- langroid/agent/.chainlit/translations/ml.json +0 -231
- langroid/agent/.chainlit/translations/mr.json +0 -231
- langroid/agent/.chainlit/translations/ta.json +0 -231
- langroid/agent/.chainlit/translations/te.json +0 -231
- langroid/agent/.chainlit/translations/zh-CN.json +0 -229
- langroid/agent/helpers.py +0 -0
- langroid/agent/junk +0 -13
- langroid/agent/structured_message.py +0 -9
- langroid/agent/typed_task.py +0 -19
- langroid/agent_config.py +0 -0
- langroid/embedding_models/clustering.py +0 -189
- langroid/experimental/team-save.py +0 -391
- langroid/language_models/.chainlit/config.toml +0 -121
- langroid/language_models/.chainlit/translations/en-US.json +0 -231
- langroid/parsing/code-parsing.md +0 -86
- langroid/parsing/config.py +0 -0
- langroid/parsing/image_text.py +0 -32
- langroid/parsing/url_loader_cookies.py +0 -73
- langroid/prompts/chat-gpt4-system-prompt.md +0 -68
- langroid/utils/.chainlit/config.toml +0 -121
- langroid/utils/.chainlit/translations/en-US.json +0 -231
- langroid/utils/docker.py +0 -37
- langroid/utils/llms/__init__.py +0 -0
- langroid/utils/llms/strings.py +0 -8
- langroid/utils/web/__init__.py +0 -0
- langroid/utils/web/login.py +0 -83
- langroid/vector_store/qdrant_cloud.py +0 -6
- {langroid-0.32.1.dist-info → langroid-0.32.2.dist-info}/LICENSE +0 -0
- {langroid-0.32.1.dist-info → langroid-0.32.2.dist-info}/WHEEL +0 -0
@@ -1,229 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"components": {
|
3
|
-
"atoms": {
|
4
|
-
"buttons": {
|
5
|
-
"userButton": {
|
6
|
-
"menu": {
|
7
|
-
"settings": "Settings",
|
8
|
-
"settingsKey": "S",
|
9
|
-
"APIKeys": "API Keys",
|
10
|
-
"logout": "Logout"
|
11
|
-
}
|
12
|
-
}
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"molecules": {
|
16
|
-
"newChatButton": {
|
17
|
-
"newChat": "New Chat"
|
18
|
-
},
|
19
|
-
"tasklist": {
|
20
|
-
"TaskList": {
|
21
|
-
"title": "\ud83d\uddd2\ufe0f Task List",
|
22
|
-
"loading": "Loading...",
|
23
|
-
"error": "An error occurred"
|
24
|
-
}
|
25
|
-
},
|
26
|
-
"attachments": {
|
27
|
-
"cancelUpload": "Cancel upload",
|
28
|
-
"removeAttachment": "Remove attachment"
|
29
|
-
},
|
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"
|
35
|
-
},
|
36
|
-
"settingsModal": {
|
37
|
-
"settings": "Settings",
|
38
|
-
"expandMessages": "Expand Messages",
|
39
|
-
"hideChainOfThought": "Hide Chain of Thought",
|
40
|
-
"darkMode": "Dark Mode"
|
41
|
-
},
|
42
|
-
"detailsButton": {
|
43
|
-
"using": "Using",
|
44
|
-
"used": "Used"
|
45
|
-
},
|
46
|
-
"auth": {
|
47
|
-
"authLogin": {
|
48
|
-
"title": "Login to access the app.",
|
49
|
-
"form": {
|
50
|
-
"email": "Email address",
|
51
|
-
"password": "Password",
|
52
|
-
"noAccount": "Don't have an account?",
|
53
|
-
"alreadyHaveAccount": "Already have an account?",
|
54
|
-
"signup": "Sign Up",
|
55
|
-
"signin": "Sign In",
|
56
|
-
"or": "OR",
|
57
|
-
"continue": "Continue",
|
58
|
-
"forgotPassword": "Forgot password?",
|
59
|
-
"passwordMustContain": "Your password must contain:",
|
60
|
-
"emailRequired": "email is a required field",
|
61
|
-
"passwordRequired": "password is a required field"
|
62
|
-
},
|
63
|
-
"error": {
|
64
|
-
"default": "Unable to sign in.",
|
65
|
-
"signin": "Try signing in with a different account.",
|
66
|
-
"oauthsignin": "Try signing in with a different account.",
|
67
|
-
"redirect_uri_mismatch": "The redirect URI is not matching the oauth app configuration.",
|
68
|
-
"oauthcallbackerror": "Try signing in with a different account.",
|
69
|
-
"oauthcreateaccount": "Try signing in with a different account.",
|
70
|
-
"emailcreateaccount": "Try signing in with a different account.",
|
71
|
-
"callback": "Try signing in with a different account.",
|
72
|
-
"oauthaccountnotlinked": "To confirm your identity, sign in with the same account you used originally.",
|
73
|
-
"emailsignin": "The e-mail could not be sent.",
|
74
|
-
"emailverify": "Please verify your email, a new email has been sent.",
|
75
|
-
"credentialssignin": "Sign in failed. Check the details you provided are correct.",
|
76
|
-
"sessionrequired": "Please sign in to access this page."
|
77
|
-
}
|
78
|
-
},
|
79
|
-
"authVerifyEmail": {
|
80
|
-
"almostThere": "You're almost there! We've sent an email to ",
|
81
|
-
"verifyEmailLink": "Please click on the link in that email to complete your signup.",
|
82
|
-
"didNotReceive": "Can't find the email?",
|
83
|
-
"resendEmail": "Resend email",
|
84
|
-
"goBack": "Go Back",
|
85
|
-
"emailSent": "Email sent successfully.",
|
86
|
-
"verifyEmail": "Verify your email address"
|
87
|
-
},
|
88
|
-
"providerButton": {
|
89
|
-
"continue": "Continue with {{provider}}",
|
90
|
-
"signup": "Sign up with {{provider}}"
|
91
|
-
},
|
92
|
-
"authResetPassword": {
|
93
|
-
"newPasswordRequired": "New password is a required field",
|
94
|
-
"passwordsMustMatch": "Passwords must match",
|
95
|
-
"confirmPasswordRequired": "Confirm password is a required field",
|
96
|
-
"newPassword": "New password",
|
97
|
-
"confirmPassword": "Confirm password",
|
98
|
-
"resetPassword": "Reset Password"
|
99
|
-
},
|
100
|
-
"authForgotPassword": {
|
101
|
-
"email": "Email address",
|
102
|
-
"emailRequired": "email is a required field",
|
103
|
-
"emailSent": "Please check the email address {{email}} for instructions to reset your password.",
|
104
|
-
"enterEmail": "Enter your email address and we will send you instructions to reset your password.",
|
105
|
-
"resendEmail": "Resend email",
|
106
|
-
"continue": "Continue",
|
107
|
-
"goBack": "Go Back"
|
108
|
-
}
|
109
|
-
}
|
110
|
-
},
|
111
|
-
"organisms": {
|
112
|
-
"chat": {
|
113
|
-
"history": {
|
114
|
-
"index": {
|
115
|
-
"showHistory": "Show history",
|
116
|
-
"lastInputs": "Last Inputs",
|
117
|
-
"noInputs": "Such empty...",
|
118
|
-
"loading": "Loading..."
|
119
|
-
}
|
120
|
-
},
|
121
|
-
"inputBox": {
|
122
|
-
"input": {
|
123
|
-
"placeholder": "Type your message here..."
|
124
|
-
},
|
125
|
-
"speechButton": {
|
126
|
-
"start": "Start recording",
|
127
|
-
"stop": "Stop recording"
|
128
|
-
},
|
129
|
-
"SubmitButton": {
|
130
|
-
"sendMessage": "Send message",
|
131
|
-
"stopTask": "Stop Task"
|
132
|
-
},
|
133
|
-
"UploadButton": {
|
134
|
-
"attachFiles": "Attach files"
|
135
|
-
},
|
136
|
-
"waterMark": {
|
137
|
-
"text": "Built with"
|
138
|
-
}
|
139
|
-
},
|
140
|
-
"Messages": {
|
141
|
-
"index": {
|
142
|
-
"running": "Running",
|
143
|
-
"executedSuccessfully": "executed successfully",
|
144
|
-
"failed": "failed",
|
145
|
-
"feedbackUpdated": "Feedback updated",
|
146
|
-
"updating": "Updating"
|
147
|
-
}
|
148
|
-
},
|
149
|
-
"dropScreen": {
|
150
|
-
"dropYourFilesHere": "Drop your files here"
|
151
|
-
},
|
152
|
-
"index": {
|
153
|
-
"failedToUpload": "Failed to upload",
|
154
|
-
"cancelledUploadOf": "Cancelled upload of",
|
155
|
-
"couldNotReachServer": "Could not reach the server",
|
156
|
-
"continuingChat": "Continuing previous chat"
|
157
|
-
},
|
158
|
-
"settings": {
|
159
|
-
"settingsPanel": "Settings panel",
|
160
|
-
"reset": "Reset",
|
161
|
-
"cancel": "Cancel",
|
162
|
-
"confirm": "Confirm"
|
163
|
-
}
|
164
|
-
},
|
165
|
-
"threadHistory": {
|
166
|
-
"sidebar": {
|
167
|
-
"filters": {
|
168
|
-
"FeedbackSelect": {
|
169
|
-
"feedbackAll": "Feedback: All",
|
170
|
-
"feedbackPositive": "Feedback: Positive",
|
171
|
-
"feedbackNegative": "Feedback: Negative"
|
172
|
-
},
|
173
|
-
"SearchBar": {
|
174
|
-
"search": "Search"
|
175
|
-
}
|
176
|
-
},
|
177
|
-
"DeleteThreadButton": {
|
178
|
-
"confirmMessage": "This will delete the thread as well as it's messages and elements.",
|
179
|
-
"cancel": "Cancel",
|
180
|
-
"confirm": "Confirm",
|
181
|
-
"deletingChat": "Deleting chat",
|
182
|
-
"chatDeleted": "Chat deleted"
|
183
|
-
},
|
184
|
-
"index": {
|
185
|
-
"pastChats": "Past Chats"
|
186
|
-
},
|
187
|
-
"ThreadList": {
|
188
|
-
"empty": "Empty...",
|
189
|
-
"today": "Today",
|
190
|
-
"yesterday": "Yesterday",
|
191
|
-
"previous7days": "Previous 7 days",
|
192
|
-
"previous30days": "Previous 30 days"
|
193
|
-
},
|
194
|
-
"TriggerButton": {
|
195
|
-
"closeSidebar": "Close sidebar",
|
196
|
-
"openSidebar": "Open sidebar"
|
197
|
-
}
|
198
|
-
},
|
199
|
-
"Thread": {
|
200
|
-
"backToChat": "Go back to chat",
|
201
|
-
"chatCreatedOn": "This chat was created on"
|
202
|
-
}
|
203
|
-
},
|
204
|
-
"header": {
|
205
|
-
"chat": "Chat",
|
206
|
-
"readme": "Readme"
|
207
|
-
}
|
208
|
-
}
|
209
|
-
},
|
210
|
-
"hooks": {
|
211
|
-
"useLLMProviders": {
|
212
|
-
"failedToFetchProviders": "Failed to fetch providers:"
|
213
|
-
}
|
214
|
-
},
|
215
|
-
"pages": {
|
216
|
-
"Design": {},
|
217
|
-
"Env": {
|
218
|
-
"savedSuccessfully": "Saved successfully",
|
219
|
-
"requiredApiKeys": "Required API Keys",
|
220
|
-
"requiredApiKeysInfo": "To use this app, the following API keys are required. The keys are stored on your device's local storage."
|
221
|
-
},
|
222
|
-
"Page": {
|
223
|
-
"notPartOfProject": "You are not part of this project."
|
224
|
-
},
|
225
|
-
"ResumeButton": {
|
226
|
-
"resumeChat": "Resume Chat"
|
227
|
-
}
|
228
|
-
}
|
229
|
-
}
|
@@ -1,231 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"components": {
|
3
|
-
"atoms": {
|
4
|
-
"buttons": {
|
5
|
-
"userButton": {
|
6
|
-
"menu": {
|
7
|
-
"settings": "\u0ab8\u0ac1\u0aaf\u0acb\u0a9c\u0aa8\u0acb",
|
8
|
-
"settingsKey": "S",
|
9
|
-
"APIKeys": "API \u0a95\u0ac0\u0a93",
|
10
|
-
"logout": "\u0aac\u0ab9\u0abe\u0ab0 \u0aa8\u0ac0\u0a95\u0ab3\u0acb"
|
11
|
-
}
|
12
|
-
}
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"molecules": {
|
16
|
-
"newChatButton": {
|
17
|
-
"newChat": "\u0aa8\u0ab5\u0acb \u0ab8\u0a82\u0ab5\u0abe\u0aa6"
|
18
|
-
},
|
19
|
-
"tasklist": {
|
20
|
-
"TaskList": {
|
21
|
-
"title": "\ud83d\uddd2\ufe0f \u0a95\u0abe\u0ab0\u0acd\u0aaf \u0aaf\u0abe\u0aa6\u0ac0",
|
22
|
-
"loading": "\u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0abe \u0a9b\u0ac7...",
|
23
|
-
"error": "\u0aad\u0ac2\u0ab2 \u0a89\u0aa6\u0acd\u0aad\u0ab5\u0ac0"
|
24
|
-
}
|
25
|
-
},
|
26
|
-
"attachments": {
|
27
|
-
"cancelUpload": "\u0a85\u0aaa\u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0ab0\u0aa6 \u0a95\u0ab0\u0acb",
|
28
|
-
"removeAttachment": "\u0a9c\u0acb\u0aa1\u0abe\u0aa3\u0aa8\u0ac7 \u0aa6\u0ac2\u0ab0 \u0a95\u0ab0\u0acb"
|
29
|
-
},
|
30
|
-
"newChatDialog": {
|
31
|
-
"createNewChat": "\u0ab6\u0ac1\u0a82 \u0aa8\u0ab5\u0ac1\u0a82 \u0ab8\u0a82\u0ab5\u0abe\u0aa6 \u0aac\u0aa8\u0abe\u0ab5\u0ab5\u0ac1\u0a82 \u0a9b\u0ac7?",
|
32
|
-
"clearChat": "\u0a86 \u0ab5\u0ab0\u0acd\u0aa4\u0aae\u0abe\u0aa8 \u0ab8\u0a82\u0aa6\u0ac7\u0ab6\u0abe\u0a93\u0aa8\u0ac7 \u0ab8\u0abe\u0aab \u0a95\u0ab0\u0ab6\u0ac7 \u0a85\u0aa8\u0ac7 \u0aa8\u0ab5\u0ac0 \u0ab5\u0abe\u0aa4\u0a9a\u0ac0\u0aa4 \u0ab6\u0ab0\u0ac2 \u0a95\u0ab0\u0ab6\u0ac7.",
|
33
|
-
"cancel": "\u0ab0\u0aa6\u0acd\u0aa6",
|
34
|
-
"confirm": "\u0a96\u0abe\u0aa4\u0ab0\u0ac0 \u0a95\u0ab0\u0acb"
|
35
|
-
},
|
36
|
-
"settingsModal": {
|
37
|
-
"settings": "\u0ab8\u0ac1\u0aaf\u0acb\u0a9c\u0aa8\u0acb",
|
38
|
-
"expandMessages": "\u0ab8\u0a82\u0aa6\u0ac7\u0ab6\u0abe\u0a93 \u0ab5\u0abf\u0ab8\u0acd\u0aa4\u0ac3\u0aa4 \u0a95\u0ab0\u0acb",
|
39
|
-
"hideChainOfThought": "\u0ab5\u0abf\u0a9a\u0abe\u0ab0\u0aa8\u0ac0 \u0ab8\u0abe\u0a82\u0a95\u0ab3 \u0a9b\u0ac1\u0aaa\u0abe\u0ab5\u0acb",
|
40
|
-
"darkMode": "\u0a98\u0abe\u0a9f\u0ac0 \u0ab8\u0acd\u0aa5\u0abf\u0aa4\u0abf"
|
41
|
-
},
|
42
|
-
"detailsButton": {
|
43
|
-
"using": "\u0ab5\u0abe\u0aaa\u0ab0\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0abe \u0a9b\u0ac0\u0a8f",
|
44
|
-
"running": "\u0a9a\u0abe\u0ab2\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0ac1 \u0a9b\u0ac7",
|
45
|
-
"took_one": "{{count}} \u0aaa\u0a97\u0ab2\u0ac1\u0a82 \u0aad\u0ab0\u0acd\u0aaf\u0ac1\u0a82",
|
46
|
-
"took_other": "{{count}} \u0aaa\u0a97\u0ab2\u0abe\u0a82\u0a93 \u0ab2\u0ac0\u0aa7\u0abe"
|
47
|
-
},
|
48
|
-
"auth": {
|
49
|
-
"authLogin": {
|
50
|
-
"title": "\u0a8f\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0ab6\u0aa8\u0aa8\u0ac7 \u0a8d\u0a95\u0acd\u0ab8\u0ac7\u0ab8 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0ab2\u0acb\u0a97\u0abf\u0aa8 \u0a95\u0ab0\u0acb.",
|
51
|
-
"form": {
|
52
|
-
"email": "\u0a88-\u0aae\u0ac7\u0a88\u0ab2 \u0ab8\u0ab0\u0aa8\u0abe\u0aae\u0ac1\u0a82",
|
53
|
-
"password": "\u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1",
|
54
|
-
"noAccount": "\u0a96\u0abe\u0aa4\u0ac1\u0a82 \u0aa8\u0aa5\u0ac0?",
|
55
|
-
"alreadyHaveAccount": "\u0aaa\u0ab9\u0ac7\u0ab2\u0ac7\u0aa5\u0ac0 \u0a9c \u0a96\u0abe\u0aa4\u0ac1\u0a82 \u0a9b\u0ac7?",
|
56
|
-
"signup": "\u0ab8\u0abe\u0a87\u0aa8 \u0a85\u0aaa \u0a95\u0ab0\u0acb",
|
57
|
-
"signin": "\u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0acb",
|
58
|
-
"or": "\u0a85\u0aa5\u0ab5\u0abe",
|
59
|
-
"continue": "\u0a9a\u0abe\u0ab2\u0ac1 \u0ab0\u0abe\u0a96\u0acb",
|
60
|
-
"forgotPassword": "\u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1 \u0aad\u0ac2\u0ab2\u0ac0 \u0a97\u0aaf\u0abe?",
|
61
|
-
"passwordMustContain": "\u0aa4\u0aae\u0abe\u0ab0\u0acb \u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1 \u0ab8\u0aae\u0abe\u0ab5\u0aa4\u0acb \u0a9c \u0ab9\u0acb\u0ab5\u0acb \u0a9c\u0acb\u0a87\u0a8f:",
|
62
|
-
"emailRequired": "\u0a88-\u0aae\u0ac7\u0a88\u0ab2 \u0a8f \u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0a95\u0acd\u0ab7\u0ac7\u0aa4\u0acd\u0ab0 \u0a9b\u0ac7",
|
63
|
-
"passwordRequired": "\u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1 \u0a8f \u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0a95\u0acd\u0ab7\u0ac7\u0aa4\u0acd\u0ab0 \u0a9b\u0ac7"
|
64
|
-
},
|
65
|
-
"error": {
|
66
|
-
"default": "\u0aaa\u0acd\u0ab0\u0ab5\u0ac7\u0ab6 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a85\u0ab8\u0aae\u0ab0\u0acd\u0aa5.",
|
67
|
-
"signin": "\u0a85\u0ab2\u0a97 \u0a96\u0abe\u0aa4\u0abe \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0acb \u0aaa\u0acd\u0ab0\u0aaf\u0aa4\u0acd\u0aa8 \u0a95\u0ab0\u0acb.",
|
68
|
-
"oauthsignin": "\u0a85\u0ab2\u0a97 \u0a96\u0abe\u0aa4\u0abe \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0acb \u0aaa\u0acd\u0ab0\u0aaf\u0aa4\u0acd\u0aa8 \u0a95\u0ab0\u0acb.",
|
69
|
-
"redirect_uri_mismatch": "\u0ab0\u0ac0\u0aa1\u0abe\u0aaf\u0ab0\u0ac7\u0a95\u0acd\u0a9f URI \u0a8f oauth \u0a8f\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0ab6\u0aa8 \u0ab0\u0ac2\u0aaa\u0ab0\u0ac7\u0a96\u0abe\u0a82\u0a95\u0aa8 \u0ab8\u0abe\u0aa5\u0ac7 \u0aac\u0a82\u0aa7\u0aac\u0ac7\u0ab8\u0aa4\u0ac0 \u0aa8\u0aa5\u0ac0.",
|
70
|
-
"oauthcallbackerror": "\u0a85\u0ab2\u0a97 \u0a96\u0abe\u0aa4\u0abe \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0acb \u0aaa\u0acd\u0ab0\u0aaf\u0aa4\u0acd\u0aa8 \u0a95\u0ab0\u0acb.",
|
71
|
-
"oauthcreateaccount": "\u0a85\u0ab2\u0a97 \u0a96\u0abe\u0aa4\u0abe \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0acb \u0aaa\u0acd\u0ab0\u0aaf\u0aa4\u0acd\u0aa8 \u0a95\u0ab0\u0acb.",
|
72
|
-
"emailcreateaccount": "\u0a85\u0ab2\u0a97 \u0a96\u0abe\u0aa4\u0abe \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0acb \u0aaa\u0acd\u0ab0\u0aaf\u0aa4\u0acd\u0aa8 \u0a95\u0ab0\u0acb.",
|
73
|
-
"callback": "\u0a85\u0ab2\u0a97 \u0a96\u0abe\u0aa4\u0abe \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0acb \u0aaa\u0acd\u0ab0\u0aaf\u0aa4\u0acd\u0aa8 \u0a95\u0ab0\u0acb.",
|
74
|
-
"oauthaccountnotlinked": "\u0aa4\u0aae\u0abe\u0ab0\u0ac0 \u0a93\u0ab3\u0a96\u0aa8\u0ac0 \u0aaa\u0ac1\u0ab7\u0acd\u0a9f\u0abf \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7, \u0aa4\u0aae\u0ac7 \u0a9c\u0ac7 \u0aae\u0ac2\u0ab3\u0aad\u0ac2\u0aa4 \u0ab0\u0ac0\u0aa4\u0ac7 \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0acd\u0aaf\u0acb \u0ab9\u0aa4\u0acb \u0aa4\u0ac7 \u0a9c \u0a8f\u0a95\u0abe\u0a89\u0aa8\u0acd\u0a9f \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0acb.",
|
75
|
-
"emailsignin": "\u0a88-\u0aae\u0ac7\u0a88\u0ab2 \u0aae\u0acb\u0a95\u0ab2\u0ac0 \u0ab6\u0a95\u0abe\u0aaf\u0acb \u0aa8\u0ab9\u0abf.",
|
76
|
-
"emailverify": "\u0a95\u0ac3\u0aaa\u0abe \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0abe \u0a87\u0aae\u0ac7\u0a87\u0ab2\u0aa8\u0ac0 \u0a96\u0abe\u0aa4\u0acd\u0ab0\u0ac0 \u0a95\u0ab0\u0acb, \u0a8f\u0a95 \u0aa8\u0ab5\u0ac1\u0a82 \u0a87\u0aae\u0ac7\u0a87\u0ab2 \u0aae\u0acb\u0a95\u0ab2\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0acd\u0aaf\u0ac1\u0a82 \u0a9b\u0ac7.",
|
77
|
-
"credentialssignin": "\u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0aa8\u0abf\u0ab7\u0acd\u0aab\u0ab3. \u0aa4\u0aae\u0ac7 \u0aaa\u0ac2\u0ab0\u0ac0 \u0aaa\u0abe\u0aa1\u0ac7\u0ab2\u0ac0 \u0ab5\u0abf\u0a97\u0aa4\u0acb \u0ab8\u0abe\u0a9a\u0ac0 \u0a9b\u0ac7 \u0aa4\u0ac7 \u0a9a\u0a95\u0abe\u0ab8\u0acb.",
|
78
|
-
"sessionrequired": "\u0a95\u0ac3\u0aaa\u0abe \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 \u0a86 \u0aaa\u0ac3\u0ab7\u0acd\u0aa0\u0aa8\u0ac7 \u0a8d\u0a95\u0acd\u0ab8\u0ac7\u0ab8 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a87\u0aa8 \u0a95\u0ab0\u0acb."
|
79
|
-
}
|
80
|
-
},
|
81
|
-
"authVerifyEmail": {
|
82
|
-
"almostThere": "\u0aa4\u0aae\u0ac7 \u0aa4\u0acb \u0ab2\u0a97\u0aad\u0a97 \u0aa4\u0acd\u0aaf\u0abe\u0a82 \u0a9c \u0a9b\u0acb! \u0a85\u0aae\u0ac7 \u0a86\u0aa8\u0abe \u0aaa\u0ab0 \u0a87\u0aae\u0ac7\u0a87\u0ab2 \u0aae\u0acb\u0a95\u0ab2\u0acd\u0aaf\u0acb \u0a9b\u0ac7 ",
|
83
|
-
"verifyEmailLink": "\u0aa4\u0aae\u0abe\u0ab0\u0ac1\u0a82 \u0ab8\u0abe\u0a87\u0aa8\u0a85\u0aaa \u0aaa\u0ac2\u0ab0\u0acd\u0aa3 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0a95\u0ac3\u0aaa\u0abe \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 \u0aa4\u0ac7 \u0a87\u0aae\u0ac7\u0a87\u0ab2\u0aa8\u0ac0 \u0ab2\u0abf\u0a82\u0a95 \u0aaa\u0ab0 \u0a95\u0acd\u0ab2\u0abf\u0a95 \u0a95\u0ab0\u0acb.",
|
84
|
-
"didNotReceive": "\u0a88-\u0aae\u0ac7\u0a88\u0ab2 \u0ab6\u0acb\u0aa7\u0ac0 \u0ab6\u0a95\u0aa4\u0abe \u0aa8\u0aa5\u0ac0?",
|
85
|
-
"resendEmail": "\u0a87\u0aae\u0ac7\u0a87\u0ab2 \u0aab\u0ab0\u0ac0 \u0aae\u0acb\u0a95\u0ab2\u0acb",
|
86
|
-
"goBack": "\u0aaa\u0abe\u0a9b\u0abe \u0a9c\u0abe\u0a93",
|
87
|
-
"emailSent": "\u0a88-\u0aae\u0ac7\u0a88\u0ab2 \u0ab8\u0aab\u0ab3\u0aa4\u0abe\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0a95 \u0aae\u0acb\u0a95\u0ab2\u0abe\u0a88 \u0a97\u0aaf\u0acb.",
|
88
|
-
"verifyEmail": "\u0aa4\u0aae\u0abe\u0ab0\u0abe \u0a87\u0aae\u0ac7\u0a87\u0ab2 \u0a8f\u0aa1\u0acd\u0ab0\u0ac7\u0ab8\u0aa8\u0ac0 \u0a96\u0abe\u0aa4\u0acd\u0ab0\u0ac0 \u0a95\u0ab0\u0acb"
|
89
|
-
},
|
90
|
-
"providerButton": {
|
91
|
-
"continue": "{{provider}} \u0ab8\u0abe\u0aa5\u0ac7 \u0a9a\u0abe\u0ab2\u0ac1 \u0ab0\u0abe\u0a96\u0acb",
|
92
|
-
"signup": "{{provider}} \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0a87\u0aa8 \u0a85\u0aaa \u0a95\u0ab0\u0acb"
|
93
|
-
},
|
94
|
-
"authResetPassword": {
|
95
|
-
"newPasswordRequired": "\u0aa8\u0ab5\u0acb \u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1 \u0a8f \u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0a95\u0acd\u0ab7\u0ac7\u0aa4\u0acd\u0ab0 \u0a9b\u0ac7",
|
96
|
-
"passwordsMustMatch": "\u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1\u0acb \u0aac\u0a82\u0aa7\u0aac\u0ac7\u0ab8\u0aa4\u0abe \u0a9c \u0ab9\u0acb\u0ab5\u0abe \u0a9c\u0acb\u0a88\u0a8f",
|
97
|
-
"confirmPasswordRequired": "\u0a96\u0abe\u0aa4\u0ab0\u0ac0 \u0a95\u0ab0\u0acb \u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1 \u0a8f \u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0a95\u0acd\u0ab7\u0ac7\u0aa4\u0acd\u0ab0 \u0a9b\u0ac7",
|
98
|
-
"newPassword": "\u0aa8\u0ab5\u0acb \u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1",
|
99
|
-
"confirmPassword": "\u0a96\u0abe\u0aa4\u0ab0\u0ac0 \u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1",
|
100
|
-
"resetPassword": "\u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1\u0aa8\u0ac7 \u0aaa\u0ac1\u0aa8:\u0ab8\u0ac1\u0aaf\u0acb\u0a9c\u0abf\u0aa4 \u0a95\u0ab0\u0acb"
|
101
|
-
},
|
102
|
-
"authForgotPassword": {
|
103
|
-
"email": "\u0a88-\u0aae\u0ac7\u0a88\u0ab2 \u0ab8\u0ab0\u0aa8\u0abe\u0aae\u0ac1\u0a82",
|
104
|
-
"emailRequired": "\u0a88-\u0aae\u0ac7\u0a88\u0ab2 \u0a8f \u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0a95\u0acd\u0ab7\u0ac7\u0aa4\u0acd\u0ab0 \u0a9b\u0ac7",
|
105
|
-
"emailSent": "\u0ab8\u0ac2\u0a9a\u0aa8\u0abe\u0a93 \u0aae\u0abe\u0a9f\u0ac7 \u0a95\u0ac3\u0aaa\u0abe \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0ac1\u0a82 \u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1 \u0ab0\u0abf\u0ab8\u0ac5\u0a9f \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0a87\u0aae\u0ac7\u0a87\u0ab2 \u0a8f\u0aa1\u0acd\u0ab0\u0ac7\u0ab8 {{email}} \u0a9a\u0a95\u0abe\u0ab8\u0acb.",
|
106
|
-
"enterEmail": "\u0aa4\u0aae\u0abe\u0ab0\u0ac1\u0a82 \u0a87\u0aae\u0ac7\u0a87\u0ab2 \u0a8f\u0aa1\u0acd\u0ab0\u0ac7\u0ab8 \u0aa6\u0abe\u0a96\u0ab2 \u0a95\u0ab0\u0acb \u0a85\u0aa8\u0ac7 \u0a85\u0aae\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0acb \u0aaa\u0abe\u0ab8\u0ab5\u0ab0\u0acd\u0aa1 \u0ab0\u0ac0\u0ab8\u0ac7\u0a9f \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0aa4\u0aae\u0aa8\u0ac7 \u0ab8\u0ac2\u0a9a\u0aa8\u0abe\u0a93 \u0aae\u0acb\u0a95\u0ab2\u0ac0\u0ab6\u0ac1\u0a82.",
|
107
|
-
"resendEmail": "\u0a87\u0aae\u0ac7\u0a87\u0ab2 \u0aab\u0ab0\u0ac0 \u0aae\u0acb\u0a95\u0ab2\u0acb",
|
108
|
-
"continue": "\u0a9a\u0abe\u0ab2\u0ac1 \u0ab0\u0abe\u0a96\u0acb",
|
109
|
-
"goBack": "\u0aaa\u0abe\u0a9b\u0abe \u0a9c\u0abe\u0a93"
|
110
|
-
}
|
111
|
-
}
|
112
|
-
},
|
113
|
-
"organisms": {
|
114
|
-
"chat": {
|
115
|
-
"history": {
|
116
|
-
"index": {
|
117
|
-
"showHistory": "\u0a87\u0aa4\u0abf\u0ab9\u0abe\u0ab8 \u0aac\u0aa4\u0abe\u0ab5\u0acb",
|
118
|
-
"lastInputs": "\u0a9b\u0ac7\u0ab2\u0acd\u0ab2\u0abe \u0a87\u0aa8\u0aaa\u0ac1\u0a9f\u0acd\u0ab8",
|
119
|
-
"noInputs": "\u0a86\u0ab5\u0abe \u0a96\u0abe\u0ab2\u0ac0...",
|
120
|
-
"loading": "\u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0abe \u0a9b\u0ac7..."
|
121
|
-
}
|
122
|
-
},
|
123
|
-
"inputBox": {
|
124
|
-
"input": {
|
125
|
-
"placeholder": "\u0aa4\u0aae\u0abe\u0ab0\u0acb \u0ab8\u0a82\u0aa6\u0ac7\u0ab6\u0acb \u0a85\u0ab9\u0ac0\u0a82 \u0a9f\u0abe\u0a87\u0aaa \u0a95\u0ab0\u0acb..."
|
126
|
-
},
|
127
|
-
"speechButton": {
|
128
|
-
"start": "\u0ab0\u0ac7\u0a95\u0acb\u0ab0\u0acd\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0ab6\u0ab0\u0ac2 \u0a95\u0ab0\u0acb",
|
129
|
-
"stop": "\u0ab0\u0ac7\u0a95\u0acb\u0ab0\u0acd\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0aac\u0a82\u0aa7 \u0a95\u0ab0\u0acb"
|
130
|
-
},
|
131
|
-
"SubmitButton": {
|
132
|
-
"sendMessage": "\u0ab8\u0a82\u0aa6\u0ac7\u0ab6\u0acb \u0aae\u0acb\u0a95\u0ab2\u0acb",
|
133
|
-
"stopTask": "\u0a95\u0abe\u0ab0\u0acd\u0aaf\u0aa8\u0ac7 \u0a85\u0a9f\u0a95\u0abe\u0ab5\u0acb"
|
134
|
-
},
|
135
|
-
"UploadButton": {
|
136
|
-
"attachFiles": "\u0aab\u0abe\u0a87\u0ab2\u0acb\u0aa8\u0ac7 \u0a9c\u0acb\u0aa1\u0acb"
|
137
|
-
},
|
138
|
-
"waterMark": {
|
139
|
-
"text": "\u0aa8\u0ac0 \u0ab8\u0abe\u0aa5\u0ac7 \u0aac\u0abf\u0ab2\u0acd\u0a9f \u0aa5\u0aaf\u0ac7\u0ab2"
|
140
|
-
}
|
141
|
-
},
|
142
|
-
"Messages": {
|
143
|
-
"index": {
|
144
|
-
"running": "\u0a9a\u0abe\u0ab2\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0ac1 \u0a9b\u0ac7",
|
145
|
-
"executedSuccessfully": "\u0ab8\u0aab\u0ab3\u0aa4\u0abe\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0a95 \u0a9a\u0ab2\u0abe\u0ab5\u0acd\u0aaf\u0ac7\u0ab2 \u0a9b\u0ac7",
|
146
|
-
"failed": "\u0aa8\u0abf\u0ab7\u0acd\u0aab\u0ab3",
|
147
|
-
"feedbackUpdated": "\u0aaa\u0acd\u0ab0\u0aa4\u0abf\u0ab8\u0abe\u0aa6 \u0ab8\u0ac1\u0aa7\u0abe\u0ab0\u0ac7\u0ab2 \u0a9b\u0ac7",
|
148
|
-
"updating": "\u0ab8\u0ac1\u0aa7\u0abe\u0ab0\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0abe \u0a9b\u0ac0\u0a8f"
|
149
|
-
}
|
150
|
-
},
|
151
|
-
"dropScreen": {
|
152
|
-
"dropYourFilesHere": "\u0aa4\u0aae\u0abe\u0ab0\u0ac0 \u0aab\u0abe\u0a87\u0ab2\u0acb\u0aa8\u0ac7 \u0a85\u0a82\u0ab9\u0abf \u0aae\u0ac2\u0a95\u0acb"
|
153
|
-
},
|
154
|
-
"index": {
|
155
|
-
"failedToUpload": "\u0a85\u0aaa\u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0aa8\u0abf\u0ab7\u0acd\u0aab\u0ab3",
|
156
|
-
"cancelledUploadOf": "\u0aa8\u0ac1\u0a82 \u0a85\u0aaa\u0ab2\u0acb\u0aa1 \u0ab0\u0aa6 \u0aa5\u0aaf\u0ac7\u0ab2 \u0a9b\u0ac7",
|
157
|
-
"couldNotReachServer": "\u0ab8\u0ab0\u0acd\u0ab5\u0ab0 \u0ab8\u0ac1\u0aa7\u0ac0 \u0aaa\u0ab9\u0acb\u0a82\u0a9a\u0ac0 \u0ab6\u0a95\u0acd\u0aaf\u0abe \u0aa8\u0ab9\u0abf\u0a82",
|
158
|
-
"continuingChat": "\u0aaa\u0ab9\u0ac7\u0ab2\u0abe\u0aa8\u0ac0 \u0ab5\u0abe\u0aa4\u0a9a\u0ac0\u0aa4\u0aa8\u0ac7 \u0a9a\u0abe\u0ab2\u0ac1 \u0ab0\u0abe\u0a96\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0abe \u0a9b\u0ac7"
|
159
|
-
},
|
160
|
-
"settings": {
|
161
|
-
"settingsPanel": "\u0aaa\u0ac7\u0aa8\u0ab2 \u0ab8\u0ac1\u0aaf\u0acb\u0a9c\u0aa8\u0acb",
|
162
|
-
"reset": "\u0aaa\u0ac1\u0aa8:\u0ab8\u0ac1\u0aaf\u0acb\u0a9c\u0abf\u0aa4 \u0a95\u0ab0\u0acb",
|
163
|
-
"cancel": "\u0ab0\u0aa6\u0acd\u0aa6",
|
164
|
-
"confirm": "\u0a96\u0abe\u0aa4\u0ab0\u0ac0 \u0a95\u0ab0\u0acb"
|
165
|
-
}
|
166
|
-
},
|
167
|
-
"threadHistory": {
|
168
|
-
"sidebar": {
|
169
|
-
"filters": {
|
170
|
-
"FeedbackSelect": {
|
171
|
-
"feedbackAll": "\u0aaa\u0acd\u0ab0\u0aa4\u0abf\u0ab8\u0abe\u0aa6: \u0aac\u0aa7\u0abe",
|
172
|
-
"feedbackPositive": "\u0aaa\u0acd\u0ab0\u0aa4\u0abf\u0ab8\u0abe\u0aa6: \u0ab9\u0a95\u0abe\u0ab0\u0abe\u0aa4\u0acd\u0aae\u0a95",
|
173
|
-
"feedbackNegative": "\u0aaa\u0acd\u0ab0\u0aa4\u0abf\u0ab8\u0abe\u0aa6: \u0aa8\u0a95\u0abe\u0ab0\u0abe\u0aa4\u0acd\u0aae\u0a95"
|
174
|
-
},
|
175
|
-
"SearchBar": {
|
176
|
-
"search": "\u0ab6\u0acb\u0aa7\u0ab5\u0ac1\u0a82"
|
177
|
-
}
|
178
|
-
},
|
179
|
-
"DeleteThreadButton": {
|
180
|
-
"confirmMessage": "\u0a86 \u0aa5\u0acd\u0ab0\u0ac7\u0aa1\u0aa8\u0ac0 \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0abe\u0aa5\u0ac7 \u0aa4\u0ac7\u0aa8\u0abe \u0ab8\u0a82\u0aa6\u0ac7\u0ab6\u0abe \u0a85\u0aa8\u0ac7 \u0aa4\u0aa4\u0acd\u0ab5\u0acb\u0aa8\u0ac7 \u0aaa\u0aa3 \u0a95\u0abe\u0aa2\u0ac0 \u0aa8\u0abe\u0a96\u0ab6\u0ac7.",
|
181
|
-
"cancel": "\u0ab0\u0aa6\u0acd\u0aa6",
|
182
|
-
"confirm": "\u0a96\u0abe\u0aa4\u0ab0\u0ac0 \u0a95\u0ab0\u0acb",
|
183
|
-
"deletingChat": "\u0a9a\u0ac5\u0a9f\u0aa8\u0ac7 \u0a95\u0abe\u0aa2\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0abe \u0a9b\u0ac0\u0a8f",
|
184
|
-
"chatDeleted": "\u0a9a\u0ac5\u0a9f \u0aa1\u0abf\u0ab2\u0ac0\u0a9f \u0aa5\u0a88 \u0a97\u0a88"
|
185
|
-
},
|
186
|
-
"index": {
|
187
|
-
"pastChats": "\u0aad\u0ac2\u0aa4\u0a95\u0abe\u0ab3\u0aa8\u0ac0 \u0ab5\u0abe\u0aa4\u0a9a\u0ac0\u0aa4\u0acb"
|
188
|
-
},
|
189
|
-
"ThreadList": {
|
190
|
-
"empty": "\u0a96\u0abe\u0ab2\u0ac0...",
|
191
|
-
"today": "\u0a86\u0a9c\u0ac7",
|
192
|
-
"yesterday": "\u0a97\u0a87\u0a95\u0abe\u0ab2\u0ac7",
|
193
|
-
"previous7days": "\u0aaa\u0ab9\u0ac7\u0ab2\u0abe\u0aa8\u0abe \u0aed \u0aa6\u0abf\u0ab5\u0ab8\u0acb",
|
194
|
-
"previous30days": "\u0aaa\u0ab9\u0ac7\u0ab2\u0abe\u0aa8\u0abe \u0ae9\u0ae6 \u0aa6\u0abf\u0ab5\u0ab8\u0acb"
|
195
|
-
},
|
196
|
-
"TriggerButton": {
|
197
|
-
"closeSidebar": "\u0aac\u0abe\u0a9c\u0ac1\u0aaa\u0a9f\u0acd\u0a9f\u0ac0\u0aa8\u0ac7 \u0aac\u0a82\u0aa7 \u0a95\u0ab0\u0acb",
|
198
|
-
"openSidebar": "\u0aac\u0abe\u0a9c\u0ac1\u0aaa\u0a9f\u0acd\u0a9f\u0ac0 \u0a96\u0acb\u0ab2\u0acb"
|
199
|
-
}
|
200
|
-
},
|
201
|
-
"Thread": {
|
202
|
-
"backToChat": "\u0ab8\u0a82\u0ab5\u0abe\u0aa6\u0aae\u0abe\u0a82 \u0aaa\u0abe\u0a9b\u0abe \u0a9c\u0abe\u0a93",
|
203
|
-
"chatCreatedOn": "\u0a86 \u0ab5\u0abe\u0aa4\u0a9a\u0ac0\u0aa4 \u0aa4\u0ac7\u0aa8\u0ac0 \u0aaa\u0ab0 \u0aac\u0aa8\u0abe\u0ab5\u0ac7\u0ab2 \u0ab9\u0aa4\u0ac0"
|
204
|
-
}
|
205
|
-
},
|
206
|
-
"header": {
|
207
|
-
"chat": "\u0ab8\u0a82\u0ab5\u0abe\u0aa6",
|
208
|
-
"readme": "\u0ab0\u0ac0\u0aa1\u0aae\u0ac7"
|
209
|
-
}
|
210
|
-
}
|
211
|
-
},
|
212
|
-
"hooks": {
|
213
|
-
"useLLMProviders": {
|
214
|
-
"failedToFetchProviders": "\u0aaa\u0acd\u0ab0\u0aa6\u0abe\u0aa4\u0abe\u0a93\u0aa8\u0ac7 \u0ab2\u0abe\u0ab5\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0aa8\u0abf\u0ab7\u0acd\u0aab\u0ab3\u0aa4\u0abe:"
|
215
|
-
}
|
216
|
-
},
|
217
|
-
"pages": {
|
218
|
-
"Design": {},
|
219
|
-
"Env": {
|
220
|
-
"savedSuccessfully": "\u0ab8\u0aab\u0ab3\u0aa4\u0abe\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0a95 \u0ab8\u0a82\u0a97\u0acd\u0ab0\u0ab9\u0abe\u0aaf\u0ac7\u0ab2",
|
221
|
-
"requiredApiKeys": "\u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 API \u0a95\u0ac0\u0a93",
|
222
|
-
"requiredApiKeysInfo": "\u0a86 \u0a8f\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0ab6\u0aa8\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7, \u0aa8\u0ac0\u0a9a\u0ac7\u0aa8\u0ac0 API \u0a95\u0ac0\u0a93 \u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0a9b\u0ac7. \u0a95\u0ac0\u0a93 \u0aa4\u0aae\u0abe\u0ab0\u0abe \u0aa1\u0abf\u0ab5\u0abe\u0a87\u0ab8\u0aa8\u0abe \u0ab8\u0acd\u0aa5\u0abe\u0aa8\u0abf\u0a95 \u0ab8\u0acd\u0a9f\u0acb\u0ab0\u0ac7\u0a9c \u0aaa\u0ab0 \u0ab8\u0a82\u0a97\u0acd\u0ab0\u0ab9\u0abf\u0aa4 \u0aa5\u0abe\u0aaf \u0a9b\u0ac7."
|
223
|
-
},
|
224
|
-
"Page": {
|
225
|
-
"notPartOfProject": "\u0aa4\u0aae\u0ac7 \u0a86 \u0aaa\u0acd\u0ab0\u0acb\u0a9c\u0ac7\u0a95\u0acd\u0a9f\u0aa8\u0acb \u0aad\u0abe\u0a97 \u0aa8\u0aa5\u0ac0."
|
226
|
-
},
|
227
|
-
"ResumeButton": {
|
228
|
-
"resumeChat": "\u0aab\u0ab0\u0ac0 \u0ab6\u0ab0\u0ac2 \u0a95\u0ab0\u0acb \u0ab8\u0a82\u0ab5\u0abe\u0aa6"
|
229
|
-
}
|
230
|
-
}
|
231
|
-
}
|