|
13 | 13 | "your_account_email_address": "Please enter your account/email address", |
14 | 14 | "the_correct_password": "Please enter the correct password", |
15 | 15 | "input_content": "Please Input Content", |
16 | | - "empty": " ", |
17 | 16 | "may_not_exist": "No results yet, the user may not exist", |
| 17 | + "empty": " ", |
18 | 18 | "back": "Back", |
19 | 19 | "confirm": "Confirm", |
20 | 20 | "cancel": "Cancel", |
|
25 | 25 | "next": "Next", |
26 | 26 | "save": "Save", |
27 | 27 | "logout": "Logout", |
| 28 | + "please_input": "Please enter {msg}", |
| 29 | + "switch_success": "Switch successfully", |
28 | 30 | "result_count": "result", |
29 | 31 | "clear_filter": "Clear conditions", |
30 | 32 | "reset": "Reset", |
|
35 | 37 | "re_upload": "Re-upload", |
36 | 38 | "not_exceed_50mb": "Supports XLS, XLSX, CSV formats, file size does not exceed 50MB", |
37 | 39 | "reset_password": "Reset password", |
38 | | - "password_reset_successful": "Password reset successful" |
| 40 | + "password_reset_successful": "Password reset successful", |
| 41 | + "or": "Or" |
39 | 42 | }, |
40 | 43 | "dashboard": { |
41 | 44 | "add_dashboard_name_tips": "Please Input Dashboard Name", |
|
70 | 73 | "name_asc": "Sort by Name (Ascending)", |
71 | 74 | "name_desc": "Sort by Name (Descending)", |
72 | 75 | "select_dashboard": "Please Select Dashboard", |
| 76 | + "name": "Name", |
73 | 77 | "view": "View", |
74 | 78 | "text": "Rich Text", |
75 | 79 | "preview": "Preview", |
|
275 | 279 | "advanced_settings": "Advanced settings", |
276 | 280 | "model_parameters": "Model parameters", |
277 | 281 | "add": "Add", |
278 | | - "parameters": "Parameters", |
| 282 | + "parameters": "Parameter", |
279 | 283 | "display_name": "Display name", |
280 | 284 | "parameter_value": "Parameter value", |
281 | 285 | "text": "Text", |
282 | 286 | "number": "Number", |
283 | 287 | "parameter_type": "Parameter type", |
284 | | - "verification_successful": "Verification successful" |
| 288 | + "verification_successful": "Verification successful", |
| 289 | + "del_default_tip": "Unable to delete the model: {msg}", |
| 290 | + "del_default_warn": "This model is the system default model. Please set another model as the system default before deleting this model.", |
| 291 | + "del_warn_tip": "Would you like to remove the model: {msg}?", |
| 292 | + "check_failed": "Model is invalid [{msg}]" |
285 | 293 | }, |
286 | 294 | "user": { |
287 | 295 | "workspace": "Workspace", |
|
300 | 308 | "add_users": "Add users", |
301 | 309 | "selected_2_users": "Do you want to delete the selected {msg} users?", |
302 | 310 | "filter_conditions": "Filter conditions", |
303 | | - "enable": "Enable", |
304 | | - "disable": "Disable", |
305 | | - "local_creation": "Local creation", |
| 311 | + "enable": "Enabled", |
| 312 | + "disable": "Disabled", |
| 313 | + "local_creation": "Local", |
306 | 314 | "feishu": "Feishu", |
307 | 315 | "dingtalk": "DingTalk", |
308 | 316 | "wechat_for_business": "WeChat for business", |
|
332 | 340 | "change_password": "Change password", |
333 | 341 | "new_password": "New password", |
334 | 342 | "confirm_password": "Confirm password", |
335 | | - "old_password": "Old password" |
| 343 | + "old_password": "Old password", |
| 344 | + "title": "User management", |
| 345 | + "upgrade_pwd": { |
| 346 | + "title": "Change password", |
| 347 | + "old_pwd": "Old password", |
| 348 | + "new_pwd": "New password", |
| 349 | + "confirm_pwd": "Confirm password", |
| 350 | + "two_pwd_not_match": "The two passwords do not match" |
| 351 | + } |
336 | 352 | }, |
337 | 353 | "workspace": { |
338 | 354 | "relevant_content_found": "No relevant content found", |
339 | 355 | "add_workspace": "Add workspace", |
340 | 356 | "administrator": "Administrator", |
341 | | - "ordinary_member": "Ordinary member", |
| 357 | + "ordinary_member": "Member", |
342 | 358 | "people": "People", |
343 | | - "name_username_email": "Search name, username, email", |
| 359 | + "name_username_email": "Search name, account, email", |
344 | 360 | "add_member": "Add member", |
345 | 361 | "member_type": "Member type", |
346 | 362 | "workspace_name": "Workspace name", |
|
472 | 488 | "duplicate_name": "Duplicate name", |
473 | 489 | "duplicate_name_": "Duplicate name", |
474 | 490 | "duplicate_account": "Duplicate account", |
475 | | - "repeating_parameters": "Repeating Parameters", |
476 | 491 | "duplicate_email": "Duplicate email", |
| 492 | + "repeating_parameters": "Duplicate Parameter", |
477 | 493 | "interface_credentials": "Interface credentials", |
478 | 494 | "no_credentials_yet": "No credentials yet", |
479 | 495 | "intelligent_customer_service": "SQLBot Intelligent Customer Service", |
| 496 | + "enter_a_question": "Please enter a question", |
| 497 | + "new_conversation": "New Conversation", |
| 498 | + "send": "Send", |
| 499 | + "stop_replying": "Stop replying", |
| 500 | + "i_am_sqlbot": "Hello, I am SQLBot", |
| 501 | + "predict_data_etc": "I can query data, generate charts, detect data anomalies, predict data, etc.", |
| 502 | + "intelligent_data_query": "Hurry up and start intelligent data query~", |
480 | 503 | "origin_format_error": "Format invalid, starts with http or https and cannot end with /" |
481 | 504 | }, |
482 | 505 | "chat": { |
|
0 commit comments