@hexabot-ai/api 3.2.0-alpha.0 → 3.2.2-alpha.0
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/config/i18n/en/global_settings.json +7 -0
- package/dist/config/i18n/fr/global_settings.json +7 -0
- package/dist/helper/helper.controller.js +2 -3
- package/dist/helper/helper.controller.js.map +1 -1
- package/dist/helper/helper.service.d.ts +0 -1
- package/dist/helper/helper.service.js +2 -10
- package/dist/helper/helper.service.js.map +1 -1
- package/dist/helper/index.d.ts +0 -1
- package/dist/helper/index.js +0 -1
- package/dist/helper/index.js.map +1 -1
- package/dist/helper/types.d.ts +0 -26
- package/dist/helper/types.js +1 -14
- package/dist/helper/types.js.map +1 -1
- package/dist/license/services/license.service.js +2 -2
- package/dist/license/services/license.service.js.map +1 -1
- package/dist/setting/default.settings.d.ts +5 -20
- package/dist/setting/default.settings.js +10 -63
- package/dist/setting/default.settings.js.map +1 -1
- package/dist/static/assets/{cssMode-B4TecieE.js → cssMode-Cl7JZDYi.js} +1 -1
- package/dist/static/assets/{freemarker2-BVMU7I_j.js → freemarker2-Ddcsv82z.js} +1 -1
- package/dist/static/assets/{handlebars-BHhJ0REg.js → handlebars-BggcQSEE.js} +1 -1
- package/dist/static/assets/{html-C0xYW7UH.js → html-FN76dqvq.js} +1 -1
- package/dist/static/assets/{htmlMode-DKBoSSUf.js → htmlMode-BWRIcbsi.js} +1 -1
- package/dist/static/assets/{index-3E05C6mQ.css → index-DKozh3Um.css} +1 -1
- package/dist/static/assets/{index-Q16skETC.js → index-DOga3_TI.js} +2076 -2076
- package/dist/static/assets/{javascript-BmG42Qtz.js → javascript-1EusMo1M.js} +1 -1
- package/dist/static/assets/{jsonMode-COpdryGy.js → jsonMode-WNbHOGWa.js} +1 -1
- package/dist/static/assets/{liquid-t7wU_We6.js → liquid-D45yUZ7g.js} +1 -1
- package/dist/static/assets/{lspLanguageFeatures-nYoOHLBU.js → lspLanguageFeatures-uwS-CJEU.js} +1 -1
- package/dist/static/assets/{mdx-CXAOQEUW.js → mdx-PpOJ5pZ0.js} +1 -1
- package/dist/static/assets/{python-CnD9oLZg.js → python-B3PwxkAn.js} +1 -1
- package/dist/static/assets/{razor-D1-qfmFa.js → razor-D0t-tcQz.js} +1 -1
- package/dist/static/assets/{tsMode-Dm0heYbf.js → tsMode-DEMWhFCv.js} +1 -1
- package/dist/static/assets/{typescript-DSKhH6ZE.js → typescript-DUe9LVDn.js} +1 -1
- package/dist/static/assets/{xml-CzpJrCkR.js → xml-Dqap22Hx.js} +1 -1
- package/dist/static/assets/{yaml-Bby4uDCt.js → yaml-Suu2-EtH.js} +1 -1
- package/dist/static/index.html +2 -2
- package/dist/static/locales/en/translation.json +28 -336
- package/dist/static/locales/fr/translation.json +28 -334
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/test/fixtures/setting.js +1 -1
- package/dist/utils/test/fixtures/setting.js.map +1 -1
- package/dist/utils/test/providers/setting-service.provider.d.ts +0 -1
- package/dist/utils/test/providers/setting-service.provider.js +4 -15
- package/dist/utils/test/providers/setting-service.provider.js.map +1 -1
- package/dist/websocket/services/socket-event-dispatcher.service.js +6 -3
- package/dist/websocket/services/socket-event-dispatcher.service.js.map +1 -1
- package/package.json +5 -5
- package/src/config/i18n/en/global_settings.json +7 -0
- package/src/config/i18n/fr/global_settings.json +7 -0
- package/src/helper/helper.controller.ts +3 -4
- package/src/helper/helper.service.ts +3 -23
- package/src/helper/index.ts +0 -2
- package/src/helper/types.ts +0 -57
- package/src/license/services/license.service.spec.ts +13 -13
- package/src/license/services/license.service.ts +3 -3
- package/src/setting/default.settings.ts +10 -63
- package/src/utils/test/fixtures/setting.ts +1 -1
- package/src/utils/test/providers/setting-service.provider.ts +4 -19
- package/src/websocket/services/socket-event-dispatcher.service.ts +7 -5
- package/dist/config/i18n/en/chatbot_settings.json +0 -17
- package/dist/config/i18n/fr/chatbot_settings.json +0 -17
- package/dist/helper/lib/base-llm-helper.d.ts +0 -10
- package/dist/helper/lib/base-llm-helper.js +0 -16
- package/dist/helper/lib/base-llm-helper.js.map +0 -1
- package/src/config/i18n/en/chatbot_settings.json +0 -17
- package/src/config/i18n/fr/chatbot_settings.json +0 -17
- package/src/helper/lib/base-llm-helper.ts +0 -74
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"message": {
|
|
3
3
|
"duplicate_error": "Duplicate entry. Please choose a unique value.",
|
|
4
|
-
"bad_request": "400 BAD REQUEST",
|
|
5
4
|
"unable_to_process_request": "Unable to process request",
|
|
6
|
-
"not_found": "404 NOT FOUND",
|
|
7
|
-
"unable_to_locate_resource": "Unable to locate the requested resource on the server",
|
|
8
|
-
"connection_refused": "Connection refused",
|
|
9
|
-
"lost_connection": "Unable to reach the server. You may have lost your internet connection.",
|
|
10
|
-
"forbidden": "403 FORBIDDEN ACCESS",
|
|
11
|
-
"action_not_permitted": "You are not permitted to execute this action",
|
|
12
5
|
"unable_to_save": "Unable to perform save",
|
|
13
6
|
"server_error": "500 SERVER ERROR",
|
|
14
7
|
"internal_server_error": "Oops! Something went wrong ... the server may had encountered an internal error. Please contact our support team if needed.",
|
|
15
8
|
"loading": "Loading...",
|
|
16
9
|
"loading_runs": "Loading runs...",
|
|
17
|
-
"save_in_progress": "Save in progress",
|
|
18
|
-
"full_name_is_required": "First and last name are required",
|
|
19
10
|
"first_name_is_required": "First name is required",
|
|
20
11
|
"last_name_is_required": "Last name is required",
|
|
21
12
|
"username_is_required": "Username is required",
|
|
22
13
|
"email_is_invalid": "E-mail is invalid",
|
|
23
14
|
"email_is_required": "E-mail is required",
|
|
24
|
-
"thank_you": "Thank you!",
|
|
25
|
-
"get_back_asap": "We will get back to you as soon as possible.",
|
|
26
15
|
"password_is_required": "Password is required",
|
|
27
|
-
"password2_is_required": "Please retype your password",
|
|
28
16
|
"password_min_length": "Password must be at least 8 characters",
|
|
29
17
|
"password_match": "The two passwords do not match",
|
|
30
18
|
"password_strength": "Password strength",
|
|
@@ -32,20 +20,13 @@
|
|
|
32
20
|
"password_strength_fair": "Fair",
|
|
33
21
|
"password_strength_good": "Good",
|
|
34
22
|
"password_strength_strong": "Strong",
|
|
35
|
-
"at_least_one_role_is_required": "At least one role is required",
|
|
36
23
|
"login_success": "You can now sign in to your account",
|
|
37
|
-
"confirm_required": "A confirmation e-mail has been sent to you! You can sign in but your account must be confirmed later on.",
|
|
38
24
|
"login_failure": "Unable to login! Please check if your credentials are correct.",
|
|
39
25
|
"logout_success": "You have been logged out successfully!",
|
|
40
26
|
"reset_success": "Your reset request has been successful! You will receive an email containing a reset link. Please check your inbox.",
|
|
41
27
|
"reset_newpass_success": "Your new password has been updated! You can log now using your new password.",
|
|
42
28
|
"reset_confirm_success": "Thank you! Your account has been confirmed.",
|
|
43
29
|
"avatar_update": "Update your avatar by uploading your own photo. Avatar must be in JPG/PNG format.",
|
|
44
|
-
"avatar_failure_format": "Invalid format! The image must be in a JPEG(jpg) format",
|
|
45
|
-
"avatar_failure_size": "Invalid size! The image must have a size less than 2MB",
|
|
46
|
-
"account_update": "Update full name, email address and password by using the form below:",
|
|
47
|
-
"edit_account_email": "A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.",
|
|
48
|
-
"new_password": "To change the current password, enter the new password in both fields.",
|
|
49
30
|
"account_update_success": "Account has been updated successfully",
|
|
50
31
|
"account_disabled": "Your account has been either disabled or is pending confirmation.",
|
|
51
32
|
"item_delete_confirm": "Are you sure you want to delete this item?",
|
|
@@ -53,42 +34,22 @@
|
|
|
53
34
|
"items_selected_delete_confirm": "Are you sure you want to delete those {{0}} selected items?",
|
|
54
35
|
"item_delete_success": "Item has been deleted successfully",
|
|
55
36
|
"success_save": "Changes has been saved!",
|
|
56
|
-
"no_result_found": "No result found",
|
|
57
|
-
"successful_request": "The request was successful",
|
|
58
|
-
"patterns_is_invalid": "Please make sure that all patterns values are filled.",
|
|
59
|
-
"capture_vars_is_invalid": "Be sure to configure all capture variables.",
|
|
60
|
-
"fallback_is_invalid": "Fallback messages cannot be empty.",
|
|
61
|
-
"text_message_is_invalid": "Text messages cannot be empty.",
|
|
62
|
-
"element_buttons_is_invalid": "An element button title cannot be empty.",
|
|
63
|
-
"quick_replies_is_invalid": "Make sure to fill all quick replies titles/payloads!",
|
|
64
|
-
"buttons_is_invalid": "Make sure to fill all buttons titles/payloads!",
|
|
65
|
-
"attachment_failure_format": "Attachment has invalid format",
|
|
66
|
-
"drop_file_here": "Drop file here or click to upload",
|
|
67
37
|
"file_max_size": "The file exceeds the maximum allowed size. Please ensure your file is within the size limit and try again.",
|
|
68
|
-
"attachment_failure_size": "The file exceeds the maximum allowed size. Please ensure your file is within the size limit and try again.",
|
|
69
38
|
"upload_failed": "Unable to upload the file!",
|
|
70
|
-
"no_user": "There are no subscribers at the moment.",
|
|
71
|
-
"no_user_assigned": "No one is assigned to you.",
|
|
72
|
-
"no_user_handledby_chatbot": "No one is handled currently by the chatbot",
|
|
73
39
|
"no_message_to_display": "No messages to display",
|
|
74
40
|
"title_is_required": "Title is required",
|
|
75
41
|
"url_is_required": "Url is required",
|
|
76
42
|
"url_is_invalid": "The provided URL is invalid",
|
|
77
43
|
"command_is_required": "Command is required",
|
|
78
|
-
"payload_is_required": "Payload is required",
|
|
79
44
|
"no_data_to_display": "No data to display",
|
|
80
|
-
"no_runs": "No runs",
|
|
81
45
|
"no_runs_found": "No runs found",
|
|
82
|
-
"label_is_required": "Label is required",
|
|
83
46
|
"roles_is_required": "Roles are required",
|
|
84
47
|
"name_is_required": "Name is required",
|
|
85
48
|
"value_is_required": "Value is required",
|
|
86
|
-
"owner_is_required": "Owner is required",
|
|
87
49
|
"schedule_is_required": "Schedule is required for scheduled workflows",
|
|
88
50
|
"slug_is_required": "Slug is required",
|
|
89
51
|
"slug_is_invalid": "Slug must use lowercase letters, numbers, and underscores only",
|
|
90
52
|
"scope_is_required": "Scope is required",
|
|
91
|
-
"schema_is_required": "Schema is required",
|
|
92
53
|
"schema_is_invalid": "Schema must be valid JSON",
|
|
93
54
|
"property_name_is_required": "Property name is required",
|
|
94
55
|
"property_name_must_be_unique": "Property name must be unique",
|
|
@@ -96,21 +57,12 @@
|
|
|
96
57
|
"max_depth_reached": "Max depth reached.",
|
|
97
58
|
"ttl_seconds_min": "TTL must be at least 1 second",
|
|
98
59
|
"ttl_seconds_invalid": "TTL must be a positive integer",
|
|
99
|
-
"subtitle_is_required": "Subtitle is required",
|
|
100
|
-
"attachment_is_required": "Attachment is required",
|
|
101
60
|
"success_import": "Content has been successfully imported!",
|
|
102
61
|
"import_failed": "Import failed",
|
|
103
62
|
"import_duplicated_data": "Data already exists",
|
|
104
|
-
"attachment_not_synced": "- Pending Sync. -",
|
|
105
63
|
"success_translation_refresh": "Translations has been successfully refreshed!",
|
|
106
|
-
"message_tag_is_required": "You need to specify a message tag.",
|
|
107
|
-
"block_is_required": "You must select the message block that will be sent as a broadcast message.",
|
|
108
|
-
"notification_type_is_required": "Please choose a notification type",
|
|
109
|
-
"setting_success_update": "Settings has been successfully updated!",
|
|
110
|
-
"labels_are_required": "You need to add at least one Label",
|
|
111
64
|
"type_is_required": "Type is required",
|
|
112
65
|
"permission_already_exists": "Permission already exists",
|
|
113
|
-
"workflow_input_event_type_description": "Type of event that triggered this workflow run.",
|
|
114
66
|
"workflow_input_message_type_description": "Type of inbound message associated with the triggering event.",
|
|
115
67
|
"workflow_input_payload_description": "Raw event payload passed to the workflow.",
|
|
116
68
|
"workflow_input_message_description": "Full message object received from the channel.",
|
|
@@ -123,38 +75,15 @@
|
|
|
123
75
|
"workflow_scheduled_run_now_hint": "Scheduled workflows can be triggered immediately from the run action.",
|
|
124
76
|
"workflow_trigger_simulator_availability": "Trigger simulation is available for manual and scheduled workflows.",
|
|
125
77
|
"workflow_run_started": "Workflow run started.",
|
|
126
|
-
"button_block_message_label": "What would you like to know about us?",
|
|
127
78
|
"network_error": "Network error. Please try again later",
|
|
128
|
-
"content_is_required": "Content is required",
|
|
129
|
-
"message_is_required": "Message is required",
|
|
130
|
-
"invalid_list_limit": "List limit must be >=2 and <= 4",
|
|
131
|
-
"invalid_carousel_limit": "List limit must be >=1 and <= 10",
|
|
132
|
-
"no_content_type": "No content type available, please create one first",
|
|
133
|
-
"invalid_max_fallback_attempt_limit": "Max fallback attempt limit must have positive value",
|
|
134
|
-
"fallback_message_required": "Fallback message is required",
|
|
135
|
-
"regex_is_invalid": "Regex is invalid",
|
|
136
|
-
"regex_is_empty": "Regex cannot be empty",
|
|
137
79
|
"attachment_not_found": "Attachment is not found",
|
|
138
|
-
"title_length_exceeded": "You have reached the maximum length",
|
|
139
|
-
"no_label_found": "No label found",
|
|
140
80
|
"code_is_required": "Language code is required",
|
|
141
|
-
"text_is_required": "Text is required",
|
|
142
81
|
"invalid_file_type": "Invalid file type. Please select a file in the supported format.",
|
|
143
82
|
"logout_failed": "Something went wrong during logout",
|
|
144
|
-
"duplicate_labels_not_allowed": "Duplicate labels are not allowed",
|
|
145
|
-
"duplicate_block_error": "Something went wrong while duplicating block",
|
|
146
|
-
"move_block_error": "Something went wrong. Unable to move block",
|
|
147
83
|
"image_error": "Image not found",
|
|
148
84
|
"file_error": "File not found",
|
|
149
85
|
"audio_error": "Audio not found",
|
|
150
86
|
"video_error": "Video not found",
|
|
151
|
-
"missing_fields_error": "Please make sure that all required fields are filled",
|
|
152
|
-
"weight_required_error": "Weight is required or invalid",
|
|
153
|
-
"weight_positive_number_error": "Weight must be a strictly positive number",
|
|
154
|
-
"no_matching_results": "No matching results found. Try other keywords.",
|
|
155
|
-
"results": "results",
|
|
156
|
-
"item_selected": "{{0}} selected item",
|
|
157
|
-
"items_selected": "{{0}} selected items",
|
|
158
87
|
"start": "Start",
|
|
159
88
|
"stop": "Stop",
|
|
160
89
|
"wait_message": "Please wait",
|
|
@@ -190,31 +119,39 @@
|
|
|
190
119
|
"no_settings_schema": "No settings schema is available for this group.",
|
|
191
120
|
"no_channels_available_for_sources": "No channels available for source creation.",
|
|
192
121
|
"no_channel_selected_for_source": "A channel is required to create a source.",
|
|
193
|
-
"no_settings_schema_for_source_channel": "No settings schema is available for this channel."
|
|
122
|
+
"no_settings_schema_for_source_channel": "No settings schema is available for this channel.",
|
|
123
|
+
"unknown": "Unknown",
|
|
124
|
+
"workflow_type_conversational_trigger": "Triggered by chat messages and events.",
|
|
125
|
+
"workflow_type_conversational_schema_editability": "You can't edit input schema. Input is system-defined.",
|
|
126
|
+
"workflow_type_manual_trigger": "Triggered via API or manual calls.",
|
|
127
|
+
"workflow_type_manual_schema_editability": "You can edit input schema. You define the input schema.",
|
|
128
|
+
"workflow_type_scheduled_trigger": "Triggered on a schedule.",
|
|
129
|
+
"workflow_type_scheduled_schema_editability": "You can't edit input schema. Input is system-defined."
|
|
194
130
|
},
|
|
195
131
|
"menu": {
|
|
196
|
-
"terms": "Terms of Use",
|
|
197
|
-
"policy": "Privacy Policy",
|
|
198
|
-
"login": "Login",
|
|
199
|
-
"register": "Sign Up",
|
|
200
132
|
"logout": "Logout",
|
|
201
|
-
"account": "Account",
|
|
202
133
|
"edit_account": "Edit Account",
|
|
203
134
|
"dashboard": "Dashboard",
|
|
204
135
|
"visual_editor": "Visual Editor",
|
|
136
|
+
"workflows": "Workflows",
|
|
137
|
+
"workflow_builder": "Workflow Builder",
|
|
138
|
+
"runs": "Runs",
|
|
139
|
+
"memory": "Memory",
|
|
205
140
|
"memory_definitions": "Memory Definitions",
|
|
206
141
|
"workflow_runs": "Workflow Runs",
|
|
207
142
|
"mcp_servers": "MCP Servers",
|
|
208
143
|
"inbox": "Inbox",
|
|
209
144
|
"persistent_menu": "Persistent Menu",
|
|
145
|
+
"content": "Content",
|
|
146
|
+
"content_types": "Content Types",
|
|
210
147
|
"manage_content": "Manage Content",
|
|
211
148
|
"cms": "Knowledge Base",
|
|
212
|
-
"nodes": "Content",
|
|
213
|
-
"entities": "Content types",
|
|
214
149
|
"languages": "Languages",
|
|
150
|
+
"administration": "Administration",
|
|
151
|
+
"audience": "Audience",
|
|
152
|
+
"integrations": "Integrations",
|
|
215
153
|
"manage_localization": "Manage Localization",
|
|
216
154
|
"translations": "Translations",
|
|
217
|
-
"import": "Bulk Import",
|
|
218
155
|
"media_library": "Media Library",
|
|
219
156
|
"broadcast": "Broadcast",
|
|
220
157
|
"labels": "Labels",
|
|
@@ -224,50 +161,35 @@
|
|
|
224
161
|
"users": "Users",
|
|
225
162
|
"roles": "Roles",
|
|
226
163
|
"credentials": "Credentials",
|
|
227
|
-
"channel_sources": "
|
|
164
|
+
"channel_sources": "Channels",
|
|
165
|
+
"channels": "Channels",
|
|
228
166
|
"settings": "Settings",
|
|
229
|
-
"event_log": "Events Log",
|
|
230
167
|
"audit_trail": "Audit Trail",
|
|
231
168
|
"home": "Home",
|
|
232
169
|
"admin": "Admin"
|
|
233
170
|
},
|
|
234
171
|
"title": {
|
|
235
172
|
"login": "Sign In",
|
|
236
|
-
"confirm_account": "Confirm your account",
|
|
237
|
-
"registration_success": "Registration has been successful",
|
|
238
|
-
"register": "Register",
|
|
239
173
|
"reset_password": "Reset password",
|
|
240
174
|
"edit_my_account": "Edit my account",
|
|
241
|
-
"fields_map": "Fields Map",
|
|
242
175
|
"user_location": "Geolocation",
|
|
243
|
-
"user_infos": "User Infos",
|
|
244
|
-
"evaluation_report": "Evaluation Report",
|
|
245
176
|
"memory_definitions": "Memory Definitions",
|
|
246
177
|
"new_memory_definition": "New Memory Definition",
|
|
247
178
|
"edit_memory_definition": "Edit Memory Definition",
|
|
248
179
|
"manage_persistent_menu": "Manage Persistent Menu",
|
|
249
180
|
"add_menu_item": "Add Menu Item",
|
|
250
181
|
"edit_menu_item": "Edit Menu Item",
|
|
251
|
-
"content": "Content",
|
|
252
182
|
"new_content": "New Content",
|
|
253
|
-
"edit_content": "Edit Content",
|
|
254
183
|
"entities": "Content Types",
|
|
255
184
|
"new_content_type": "New Content Type",
|
|
256
185
|
"edit_content_type": "Edit Content Type",
|
|
257
|
-
"nodes": "Content",
|
|
258
|
-
"new_node": "New Content",
|
|
259
186
|
"edit_node": "Edit Content",
|
|
260
|
-
"import": "Bulk Import",
|
|
261
187
|
"media_library": "Media Library",
|
|
262
188
|
"languages": "Languages",
|
|
263
189
|
"new_language": "Add Language",
|
|
264
190
|
"edit_language": "Edit Language",
|
|
265
191
|
"translations": "Translations",
|
|
266
192
|
"update_translation": "Update Translation",
|
|
267
|
-
"broadcast": "Broadcast",
|
|
268
|
-
"supported_message_types": "Supported Message Types",
|
|
269
|
-
"new_broadcast_message": "New Broadcast Message",
|
|
270
|
-
"edit_broadcast_message": "Edit Broadcast Message",
|
|
271
193
|
"labels": "Labels",
|
|
272
194
|
"new_label": "New Label",
|
|
273
195
|
"edit_label": "Edit Label",
|
|
@@ -282,27 +204,21 @@
|
|
|
282
204
|
"new_role": "New Role",
|
|
283
205
|
"new_credential": "Add Credential",
|
|
284
206
|
"edit_credential": "Edit Credential",
|
|
285
|
-
"channel_sources": "
|
|
207
|
+
"channel_sources": "Channels",
|
|
286
208
|
"new_source": "Add Source",
|
|
287
209
|
"edit_source": "Edit Source",
|
|
288
210
|
"new_workflow": "New Workflow",
|
|
289
211
|
"edit_workflow": "Edit Workflow",
|
|
290
|
-
"requestlog": "Request Log",
|
|
291
212
|
"manage_permissions": "Manage permissions",
|
|
292
|
-
"active_users": "Active users",
|
|
293
|
-
"inbox": "Inbox",
|
|
294
213
|
"quick_actions": "Quick Actions",
|
|
295
214
|
"all_messages": "All Messages",
|
|
296
215
|
"handled_by_me": "Assigned to me",
|
|
297
216
|
"handled_by_chatbot": "Others",
|
|
298
217
|
"settings": "Settings",
|
|
299
|
-
"event_log": "Events Log",
|
|
300
218
|
"audit_trail": "Audit Trail",
|
|
301
219
|
"audit_log_details": "Audit Log Details",
|
|
302
|
-
"log_entry": "Log entry",
|
|
303
220
|
"dashboard": "Dashboard",
|
|
304
221
|
"warning": "Warning",
|
|
305
|
-
"console": "Admin Chat Console",
|
|
306
222
|
"group_label": "Group Label",
|
|
307
223
|
"default_group": "Default Group",
|
|
308
224
|
"workflow_runs": "Workflow Runs",
|
|
@@ -405,88 +321,36 @@
|
|
|
405
321
|
}
|
|
406
322
|
},
|
|
407
323
|
"label": {
|
|
408
|
-
"terms": "I have read and approve the terms and conditions.",
|
|
409
|
-
"starts_conversation": "Entrypoint",
|
|
410
|
-
"block_event_type": "Type of event",
|
|
411
|
-
"event_type": "Event type",
|
|
412
|
-
"patterns": "Patterns",
|
|
413
|
-
"no_patterns": "- No triggers -",
|
|
414
|
-
"no_quick_replies": "- No quick replies -",
|
|
415
|
-
"text_patterns": " Text Patterns",
|
|
416
|
-
"triggers": "Triggers",
|
|
417
324
|
"trigger_simulator": "Trigger Simulator",
|
|
418
325
|
"triggered_by": "Triggered By",
|
|
419
|
-
"payloads": "Payloads",
|
|
420
|
-
"general_payloads": "General Payloads",
|
|
421
|
-
"exact_match": "Exact Match",
|
|
422
|
-
"pattern_match": "Pattern Match",
|
|
423
|
-
"intent_match": "Intent Match",
|
|
424
|
-
"interaction": "Interaction",
|
|
425
|
-
"outcome_match": "Outcome Match",
|
|
426
|
-
"outcome": "Outcome",
|
|
427
|
-
"any_outcome": "Any Outcome",
|
|
428
|
-
"capture": "Capture?",
|
|
429
|
-
"text_message": "Text message",
|
|
430
|
-
"postback_payload": "Payload",
|
|
431
|
-
"get_started": "Get Started",
|
|
432
|
-
"view_more": "View More",
|
|
433
|
-
"user_location": "User location",
|
|
434
326
|
"messages": "Messages",
|
|
435
|
-
"is_regex": "Is Regex?",
|
|
436
327
|
"message": "Message",
|
|
437
328
|
"message_type": "Message type",
|
|
438
|
-
"no_message": "- No message -",
|
|
439
|
-
"plugin": "Plugin",
|
|
440
329
|
"postback": "Postback",
|
|
441
330
|
"quickReply": "Quick Reply",
|
|
442
|
-
"quick_reply": "Quick Reply",
|
|
443
331
|
"attachment": "Attachment",
|
|
444
332
|
"text": "Text",
|
|
445
333
|
"string": "Text Input",
|
|
446
334
|
"location": "Location",
|
|
447
|
-
"user_phone_number": "User phone number",
|
|
448
335
|
"user_email": "User email address",
|
|
449
336
|
"image": "Image",
|
|
450
337
|
"video": "Video",
|
|
451
338
|
"audio": "Audio",
|
|
452
339
|
"file": "File",
|
|
453
|
-
"upload_from_computer": "Upload From Computer",
|
|
454
|
-
"element_default_action": "Element Default Action",
|
|
455
|
-
"element_buttons": "Element Buttons",
|
|
456
|
-
"list_bottom_buttons": "List Bottom Buttons",
|
|
457
|
-
"webview": "Webview",
|
|
458
340
|
"large": "Large",
|
|
459
341
|
"compact": "Compact",
|
|
460
342
|
"full": "Full",
|
|
461
343
|
"tall": "Tall",
|
|
462
|
-
"top_element_style": "Top Element Style",
|
|
463
344
|
"content": "Content",
|
|
464
345
|
"content_limit": "Limit",
|
|
465
346
|
"load_more": "Enable `View More` Button?",
|
|
466
347
|
"options": "Options",
|
|
467
348
|
"seconds": "Seconds",
|
|
468
|
-
"typing_indicator": "Typing indicator",
|
|
469
|
-
"enable_fallback": "Enable Fallback?",
|
|
470
|
-
"max_fallback_attempts": "Max Fallback Attempts",
|
|
471
|
-
"fallback_message": "Fallback Message",
|
|
472
|
-
"labeled_with": "Target users with labels?",
|
|
473
349
|
"assign_labels": "Assign labels",
|
|
474
|
-
"replacement_tokens": "Replacement Tokens",
|
|
475
|
-
"built_in": "Built-in",
|
|
476
350
|
"permanent": "Permanent",
|
|
477
351
|
"assign_to": "Takeover By",
|
|
478
352
|
"assigned_to": "Assigned To",
|
|
479
353
|
"user_first_name": "First Name",
|
|
480
|
-
"user_last_name": "Last Name",
|
|
481
|
-
"user_location_lat": "Latitude",
|
|
482
|
-
"user_location_lon": "Longitude",
|
|
483
|
-
"user_location_country": "Country",
|
|
484
|
-
"user_location_state": "State",
|
|
485
|
-
"user_location_zipcode": "Zipcode",
|
|
486
|
-
"user_location_streetName": "Street Name",
|
|
487
|
-
"from_channels": "Target channels",
|
|
488
|
-
"simple_text": "Simple Text",
|
|
489
|
-
"quick_replies": "Quick Replies",
|
|
490
354
|
"button": "Button",
|
|
491
355
|
"buttons": "Buttons",
|
|
492
356
|
"web_url": "Web URL",
|
|
@@ -494,8 +358,6 @@
|
|
|
494
358
|
"menu_payloads": "Menu Payloads",
|
|
495
359
|
"button_payloads": "Button Payloads",
|
|
496
360
|
"content_payloads": "Content Payloads",
|
|
497
|
-
"quick_reply_payloads": "Quick Reply Payloads",
|
|
498
|
-
"display_mode": "Display Mode",
|
|
499
361
|
"list": "List",
|
|
500
362
|
"carousel": "Carousel",
|
|
501
363
|
"value": "Value",
|
|
@@ -550,8 +412,6 @@
|
|
|
550
412
|
"tool_count": "Tool Count",
|
|
551
413
|
"error": "Error",
|
|
552
414
|
"operations": "Operations",
|
|
553
|
-
"html_content": "HTML Content",
|
|
554
|
-
"external_url": "External URL",
|
|
555
415
|
"entity": "Type",
|
|
556
416
|
"url": "URL",
|
|
557
417
|
"command": "Command",
|
|
@@ -563,10 +423,8 @@
|
|
|
563
423
|
"scope": "Scope",
|
|
564
424
|
"schema": "Schema (JSON)",
|
|
565
425
|
"input_schema": "Input Schema",
|
|
566
|
-
"output_schema": "Output Schema",
|
|
567
426
|
"annotations": "Annotations",
|
|
568
427
|
"metadata": "Metadata",
|
|
569
|
-
"raw_payload": "Raw Payload",
|
|
570
428
|
"json_schema_object": "JSON Schema (Object)",
|
|
571
429
|
"properties": "Properties",
|
|
572
430
|
"property_name": "Property name",
|
|
@@ -574,26 +432,20 @@
|
|
|
574
432
|
"items": "Items",
|
|
575
433
|
"items_schema": "Items schema",
|
|
576
434
|
"required": "Required",
|
|
577
|
-
"allow_additional_properties": "Allow additional properties",
|
|
578
435
|
"unnamed": "unnamed",
|
|
579
436
|
"ttl_seconds": "TTL (seconds)",
|
|
580
437
|
"global": "Global",
|
|
581
438
|
"workflow": "Workflow",
|
|
582
439
|
"thread": "Thread",
|
|
583
440
|
"run": "Run",
|
|
584
|
-
"textarea": "Text Area",
|
|
585
441
|
"checkbox": "Checkbox",
|
|
586
442
|
"fields": "Fields",
|
|
587
443
|
"image_url": "Image URL",
|
|
588
444
|
"action_title": "Default Action",
|
|
589
|
-
"match_sound": "Equals/Like",
|
|
590
|
-
"regex": "Regex",
|
|
591
445
|
"pattern": "Pattern",
|
|
592
446
|
"preview": "Preview",
|
|
593
447
|
"size": "Size",
|
|
594
|
-
"attachment_channel_sync": "Channels Sync",
|
|
595
448
|
"str": "String",
|
|
596
|
-
"translated": "Translated (%)",
|
|
597
449
|
"translations": "Translations",
|
|
598
450
|
"avatar": "Avatar",
|
|
599
451
|
"first_name": "First name",
|
|
@@ -610,40 +462,12 @@
|
|
|
610
462
|
"credential": "Credential",
|
|
611
463
|
"user": "User",
|
|
612
464
|
"language": "Language",
|
|
613
|
-
"target_users_with_label": "Target subscribers with label",
|
|
614
465
|
"message_tag": "Message Tag",
|
|
615
|
-
"message_tag_shipping_update": "Shipping Update",
|
|
616
|
-
"message_tag_reservation_update": "Reservation Update",
|
|
617
|
-
"message_tag_issue_resolution": "Issue Resolution",
|
|
618
|
-
"message_tag_appointment_update": "Appointment Update",
|
|
619
|
-
"message_tag_game_event": "Game Event",
|
|
620
|
-
"message_tag_transportation_update": "Transportation Update",
|
|
621
|
-
"message_tag_feature_functionality_update": "Feature Functionality Update",
|
|
622
|
-
"message_tag_ticket_update": "Ticket Update",
|
|
623
|
-
"message_tag_account_update": "Account Update",
|
|
624
|
-
"message_tag_payment_update": "Payment Update",
|
|
625
|
-
"message_tag_personal_finance_update": "Personal Finance Update",
|
|
626
|
-
"message_tag_pairing_update": "Pairing Update",
|
|
627
|
-
"message_tag_application_update": "Application Update",
|
|
628
|
-
"message_tag_confirmed_event_reminder": "Confirmed Event Reminder",
|
|
629
|
-
"message_tag_community_alert": "Community Alert",
|
|
630
|
-
"message_tag_non_promotional_subscription": "Non Promotional Subscription",
|
|
631
|
-
"message_block": "Message Block",
|
|
632
|
-
"notification_type": "Notification Type",
|
|
633
|
-
"notification_type_regular": "Regular",
|
|
634
|
-
"notification_type_silent_push": "Silent Push",
|
|
635
|
-
"notification_type_no_push": "No Push",
|
|
636
466
|
"pending": "Pending",
|
|
637
|
-
"sent": "Sent",
|
|
638
467
|
"source": "Source",
|
|
639
|
-
"message_creative_id": "Creative ID",
|
|
640
|
-
"broadcast_id": "Broadcast ID",
|
|
641
468
|
"label_id": "Label ID",
|
|
642
|
-
"msg_read": "Read",
|
|
643
|
-
"msg_delivered": "Delivered",
|
|
644
469
|
"email": "E-mail",
|
|
645
470
|
"roles": "Roles",
|
|
646
|
-
"ipAddress": "IP",
|
|
647
471
|
"method": "HTTP",
|
|
648
472
|
"model": "DB Model",
|
|
649
473
|
"body": "Body",
|
|
@@ -681,7 +505,6 @@
|
|
|
681
505
|
"owner": "Owner",
|
|
682
506
|
"provider": "Provider",
|
|
683
507
|
"languages": "Available Languages",
|
|
684
|
-
"default_lang": "Default Language",
|
|
685
508
|
"channel": "Channel",
|
|
686
509
|
"entry": "Entry content",
|
|
687
510
|
"thumbnail": "Thumbnail",
|
|
@@ -691,10 +514,8 @@
|
|
|
691
514
|
"gb": "GB",
|
|
692
515
|
"or": "OR",
|
|
693
516
|
"click_or_dragndrop_to_upload": "Click or Drag & Drop to upload a file",
|
|
694
|
-
"button_block_message_label": "What would you like to know about us ?",
|
|
695
517
|
"menu": "Menu",
|
|
696
518
|
"total": "Total",
|
|
697
|
-
"general": "General",
|
|
698
519
|
"settings": "Settings",
|
|
699
520
|
"other": "Other",
|
|
700
521
|
"no_data": "No data",
|
|
@@ -707,7 +528,6 @@
|
|
|
707
528
|
"any": "Any",
|
|
708
529
|
"full_name": "First and last name",
|
|
709
530
|
"password": "Password",
|
|
710
|
-
"current_flow": "Current flow",
|
|
711
531
|
"all_flows": "All flows",
|
|
712
532
|
"types": "Types",
|
|
713
533
|
"triggered_at": "Triggered At",
|
|
@@ -760,63 +580,30 @@
|
|
|
760
580
|
"idle": "Idle",
|
|
761
581
|
"running": "Running",
|
|
762
582
|
"suspended": "Suspended"
|
|
763
|
-
}
|
|
583
|
+
},
|
|
584
|
+
"read_only": "Read only",
|
|
585
|
+
"view": "View",
|
|
586
|
+
"unknown": "Unknown"
|
|
764
587
|
},
|
|
765
588
|
"placeholder": {
|
|
766
|
-
"your_username": "Your username",
|
|
767
|
-
"your_email": "Your E-mail address",
|
|
768
|
-
"your_password": "Your password",
|
|
769
589
|
"username": "Username",
|
|
770
590
|
"email": "E-mail address",
|
|
771
|
-
"password": "Password",
|
|
772
591
|
"password2": "Confirm your password",
|
|
773
|
-
"timezone": "Timezone",
|
|
774
|
-
"language": "Language",
|
|
775
|
-
"date_format": "Date format",
|
|
776
592
|
"first_name": "First name",
|
|
777
593
|
"last_name": "Last name",
|
|
778
|
-
"search": "Search",
|
|
779
|
-
"type_message": "Type your message ...",
|
|
780
594
|
"keywords": "Keywords",
|
|
781
|
-
"label": "Label",
|
|
782
595
|
"type": "Type",
|
|
783
596
|
"name": "Name",
|
|
784
|
-
"entities": "Entities",
|
|
785
|
-
"select": "Select",
|
|
786
|
-
"unselect": "Unselect",
|
|
787
597
|
"title": "Title",
|
|
788
|
-
"url": "URL",
|
|
789
|
-
"payload": "Payload",
|
|
790
|
-
"user_says": "User says ...",
|
|
791
|
-
"select_or_create": "Select or Create new",
|
|
792
|
-
"filter_by_label": "Filter by labels",
|
|
793
|
-
"start_date": "Start Date",
|
|
794
|
-
"end_date": "End Date",
|
|
795
598
|
"type_message_here": "Type message here ....",
|
|
796
|
-
"mark_as_default": "By Default",
|
|
797
|
-
"pattern": "Pattern",
|
|
798
|
-
"full_name": "First and last name",
|
|
799
|
-
"step_trace": "Step Trace",
|
|
800
|
-
"inspector": "Inspector",
|
|
801
599
|
"latest_run": "Latest run",
|
|
802
|
-
"run_at": "Run {{0}}"
|
|
803
|
-
"unknown": "Unknown"
|
|
600
|
+
"run_at": "Run {{0}}"
|
|
804
601
|
},
|
|
805
602
|
"button": {
|
|
806
603
|
"login": "Sign In",
|
|
807
|
-
"register": "Sign Up",
|
|
808
|
-
"next": "Next",
|
|
809
|
-
"previous": "Previous",
|
|
810
|
-
"trash": "Trash",
|
|
811
|
-
"last_created": "Last created",
|
|
812
|
-
"last_modified": "Last modified",
|
|
813
604
|
"rename": "Rename",
|
|
814
605
|
"more": "More",
|
|
815
|
-
"duplicate": "Duplicate",
|
|
816
|
-
"remove": "Remove",
|
|
817
606
|
"remove_property": "Remove property",
|
|
818
|
-
"move": "Move",
|
|
819
|
-
"remove_permanently": "Remove",
|
|
820
607
|
"restore": "Restore",
|
|
821
608
|
"edit": "Edit",
|
|
822
609
|
"save": "Save",
|
|
@@ -833,55 +620,24 @@
|
|
|
833
620
|
"add": "Add",
|
|
834
621
|
"add_option": "Add option",
|
|
835
622
|
"add_property": "Add property",
|
|
836
|
-
"done": "Done",
|
|
837
|
-
"yes": "Yes",
|
|
838
|
-
"no": "No",
|
|
839
|
-
"ok": "OK",
|
|
840
|
-
"load_more": "Load more ...",
|
|
841
|
-
"details": "Details",
|
|
842
|
-
"reset": "Reset",
|
|
843
623
|
"append": "Append",
|
|
844
624
|
"delete": "Delete",
|
|
845
625
|
"download": "Download",
|
|
846
|
-
"send": "Send",
|
|
847
|
-
"fields": "Fields",
|
|
848
626
|
"upload": "Upload",
|
|
849
627
|
"import": "Import",
|
|
850
|
-
"export": "Export",
|
|
851
628
|
"manage": "Manage",
|
|
852
629
|
"view": "View",
|
|
853
630
|
"view_all": "View All",
|
|
854
631
|
"close": "Close",
|
|
855
|
-
"validate": "Validate",
|
|
856
632
|
"back": "Back",
|
|
857
|
-
"values": "Values",
|
|
858
|
-
"labels": "Manage Labels",
|
|
859
|
-
"load_previous_messages": "Load previous messages",
|
|
860
|
-
"roles": "Manage roles",
|
|
861
633
|
"permissions": "Permissions",
|
|
862
|
-
"requestlog": "Request Log",
|
|
863
|
-
"guess": "Guess",
|
|
864
634
|
"content": "Content",
|
|
865
635
|
"takeover": "Take over",
|
|
866
636
|
"handback": "Hand back",
|
|
867
|
-
"assign": "Assign",
|
|
868
|
-
"evaluate": "Evaluate",
|
|
869
637
|
"refresh": "Refresh",
|
|
870
|
-
"channel_sync": "Sync. Channels",
|
|
871
638
|
"select": "Select",
|
|
872
|
-
"unselect": "Unselect",
|
|
873
639
|
"media_library": "Media Library",
|
|
874
640
|
"manage_roles": "Manage Roles",
|
|
875
|
-
"connect_with_sso": "Connect with SSO",
|
|
876
|
-
"add_pattern": "New Trigger",
|
|
877
|
-
"postback": "Postback",
|
|
878
|
-
"url": "Url",
|
|
879
|
-
"add_button": "New Button",
|
|
880
|
-
"add_quick_reply": "New Quick Reply",
|
|
881
|
-
"text": "Text",
|
|
882
|
-
"location": "Location",
|
|
883
|
-
"mark_as_default": "Mark as Default",
|
|
884
|
-
"toggle": "Toggle",
|
|
885
641
|
"annotate": "Annotate Dataset",
|
|
886
642
|
"continue": "Continue",
|
|
887
643
|
"not_now": "Not now",
|
|
@@ -889,61 +645,18 @@
|
|
|
889
645
|
"enter_license_key": "Enter license key",
|
|
890
646
|
"manage_users": "Manage users"
|
|
891
647
|
},
|
|
892
|
-
"tooltip": {
|
|
893
|
-
"follow_live": "Follow live",
|
|
894
|
-
"export_trace": "Export trace (JSON)",
|
|
895
|
-
"copy_run_id": "Copy run ID",
|
|
896
|
-
"clear": "Clear"
|
|
897
|
-
},
|
|
898
648
|
"input": {
|
|
899
649
|
"search": "Search",
|
|
900
|
-
"jsonata_formula_mode": "JSONata mode (starts with '=')"
|
|
901
|
-
"plain_text_mode": "Plain text"
|
|
650
|
+
"jsonata_formula_mode": "JSONata mode (starts with '=')"
|
|
902
651
|
},
|
|
903
652
|
"link": {
|
|
904
653
|
"reset": "Forgot your password?"
|
|
905
654
|
},
|
|
906
|
-
"help": {
|
|
907
|
-
"fallback_message": "If no fallback block is selected, then one of these messages will be sent.",
|
|
908
|
-
"hit_enter_to_create": "Hit `enter` to create new",
|
|
909
|
-
"permanent": "When enabled, the variable value will be stored in the subscriber's profile and retained for future conversations."
|
|
910
|
-
},
|
|
911
|
-
"charts": {
|
|
912
|
-
"messages": "Messages",
|
|
913
|
-
"conversations": "Conversations",
|
|
914
|
-
"audience": "Audience",
|
|
915
|
-
"popular_blocks": "Popular Blocks",
|
|
916
|
-
"no_data": "There is not enough data for now",
|
|
917
|
-
"loading": "Loading",
|
|
918
|
-
"desc": {
|
|
919
|
-
"messages": "Shows the amount of incoming and outgoing messages handled by your chatbot. Please consider clicking on the legends to filter the results.",
|
|
920
|
-
"conversations": "Compares between new conversations and old ones. Please consider clicking on the legends to filter the results.",
|
|
921
|
-
"audience": "Describes user's engagement by highlighting returning users vs new users. Please consider clicking on the legends to filter the results.",
|
|
922
|
-
"popular_blocks": "Highlights the blocks that were tiggered the most. Please consider clicking on the legends to filter the results."
|
|
923
|
-
},
|
|
924
|
-
"legends": {
|
|
925
|
-
"all_messages": "All Messages",
|
|
926
|
-
"incoming": "Incoming",
|
|
927
|
-
"outgoing": "Outgoing",
|
|
928
|
-
"new_conversations": "New Conversations",
|
|
929
|
-
"existing_conversations": "Existing Conversations",
|
|
930
|
-
"new_users": "New Users",
|
|
931
|
-
"returning_users": "Returning Users",
|
|
932
|
-
"retention": "Retention"
|
|
933
|
-
},
|
|
934
|
-
"error": "Error"
|
|
935
|
-
},
|
|
936
655
|
"datetime": {
|
|
937
656
|
"created_at": "{{val, datetime, dateFormat}}",
|
|
938
657
|
"updated_at": "{{val, datetime, dateFormat}}"
|
|
939
658
|
},
|
|
940
659
|
"visual_editor": {
|
|
941
|
-
"zoom": {
|
|
942
|
-
"in": "Zoom In",
|
|
943
|
-
"out": "Zoom Out",
|
|
944
|
-
"reset": "Reset zoom to default",
|
|
945
|
-
"fitScreen": "Fit to screen"
|
|
946
|
-
},
|
|
947
660
|
"flows_drawer": {
|
|
948
661
|
"title": "Flows",
|
|
949
662
|
"search_placeholder": "Search name or description",
|
|
@@ -955,14 +668,8 @@
|
|
|
955
668
|
"published": "Published"
|
|
956
669
|
},
|
|
957
670
|
"errors": "Errors {{0}}",
|
|
958
|
-
"badge": {
|
|
959
|
-
"input_schema": "Input schema"
|
|
960
|
-
},
|
|
961
671
|
"meta": {
|
|
962
|
-
"cron": "Cron: {{0}}",
|
|
963
672
|
"no_schedule": "No schedule",
|
|
964
|
-
"requires_params": "Requires {{0}} params",
|
|
965
|
-
"no_params": "No params",
|
|
966
673
|
"no_details": "No details"
|
|
967
674
|
},
|
|
968
675
|
"empty": {
|
|
@@ -981,28 +688,20 @@
|
|
|
981
688
|
"form": {
|
|
982
689
|
"section": {
|
|
983
690
|
"input": "Input",
|
|
984
|
-
"settings": "Settings"
|
|
985
|
-
"execution_settings": "Overrides",
|
|
986
|
-
"output": "Output"
|
|
691
|
+
"settings": "Settings"
|
|
987
692
|
},
|
|
988
693
|
"empty_schema": {
|
|
989
694
|
"input": "No input schema available.",
|
|
990
|
-
"settings": "No settings schema available."
|
|
991
|
-
"output": "No output schema available."
|
|
695
|
+
"settings": "No settings schema available."
|
|
992
696
|
},
|
|
993
697
|
"empty_state": {
|
|
994
698
|
"no_action": "No action selected.",
|
|
995
699
|
"no_schema": "No action schema available."
|
|
996
700
|
},
|
|
997
|
-
"node_label": {
|
|
998
|
-
"agent": "Agent",
|
|
999
|
-
"task": "Task"
|
|
1000
|
-
},
|
|
1001
701
|
"action_label": {
|
|
1002
702
|
"none": "No action selected"
|
|
1003
703
|
},
|
|
1004
704
|
"step_id": {
|
|
1005
|
-
"label": "Step ID",
|
|
1006
705
|
"placeholder": "step_id",
|
|
1007
706
|
"errors": {
|
|
1008
707
|
"required": "Step ID is required.",
|
|
@@ -1021,12 +720,8 @@
|
|
|
1021
720
|
}
|
|
1022
721
|
},
|
|
1023
722
|
"tool_drawer": {
|
|
1024
|
-
"title": "Tool",
|
|
1025
|
-
"description": "Configure this tool binding.",
|
|
1026
723
|
"form": {
|
|
1027
|
-
"action_label": "Action",
|
|
1028
724
|
"tool_id": {
|
|
1029
|
-
"label": "Tool ID",
|
|
1030
725
|
"placeholder": "tool_name",
|
|
1031
726
|
"errors": {
|
|
1032
727
|
"required": "Tool ID is required.",
|
|
@@ -1035,7 +730,6 @@
|
|
|
1035
730
|
}
|
|
1036
731
|
},
|
|
1037
732
|
"description": {
|
|
1038
|
-
"label": "Description",
|
|
1039
733
|
"placeholder": "Optional tool description."
|
|
1040
734
|
},
|
|
1041
735
|
"empty_schema": {
|
|
@@ -1097,7 +791,6 @@
|
|
|
1097
791
|
"title": "Loop",
|
|
1098
792
|
"description": "Configure loop iteration, exit rule, and accumulator settings.",
|
|
1099
793
|
"form": {
|
|
1100
|
-
"empty_state": "No loop configuration available.",
|
|
1101
794
|
"name": {
|
|
1102
795
|
"label": "Name",
|
|
1103
796
|
"helper": "Optional key used to expose loop output."
|
|
@@ -1197,7 +890,6 @@
|
|
|
1197
890
|
"update": "Updated",
|
|
1198
891
|
"restore": "Restored",
|
|
1199
892
|
"import": "Imported",
|
|
1200
|
-
"publish": "Published",
|
|
1201
893
|
"unknown": "Updated"
|
|
1202
894
|
}
|
|
1203
895
|
},
|