UNPKG

9.35 kBJSONView Raw
1{
2 "SELECT_AUTH_TYPE": {
3 "message": "Select auth type"
4 },
5 "NO_CONNECTORS": {
6 "message": "No connectors created"
7 },
8 "SELECT_OAUTH_TYPE": {
9 "message": "Select one of the oauth provider"
10 },
11 "INVALID_COMMAND_EXECUTION": {
12 "message": "Invalid input, please provide a valid input eg: flow create action create_user"
13 },
14 "ILLEGAL_CHARS": {
15 "message": "Invalid {{type}} name {{name}}, special characters are not allowed in the name"
16 },
17 "CREATED_SUCCESS": {
18 "message": "{{action}} {{name}} created successfully"
19 },
20 "UNAUTHORIZED": {
21 "message": "User not logged in. Try `flow login`"
22 },
23 "DEPLOY_SUCCESS": {
24 "message": "Connector deployed successfully on Built.io Flow."
25 },
26 "UNDEPLOYED_CONNECTOR": {
27 "message": "No Connector deployed yet. Try `flow deploy`"
28 },
29 "DEPRECATE_SUCCESS": {
30 "message": "Connector deprecated successfully"
31 },
32 "INVALID_COMMAND": {
33 "message": "Sorry, the command {{command}} doesn't exist! Try running ‘flow help’ for list of commands."
34 },
35 "HISTORY_EMPTY": {
36 "message": "No history available."
37 },
38 "SWAGGER_IMPORT_STATUS": {
39 "message": "Importing all actions from swagger file..."
40 },
41 "SWAGGER_IMPORT_FAILURE": {
42 "message": "Your Swagger version is not supported."
43 },
44 "SWAGGER_IMPORT_SUCCESS": {
45 "message": "Swagger imported successfully, please goto to /action dir to check all actions"
46 },
47 "WELCOME_MESSAGE": {
48 "message": "Welcome to Built.io Flow connector builder version {{version}}"
49 },
50 "INIT_CONNECTOR": {
51 "message": "Initializing connector..."
52 },
53 "DOWNLOAD_TEMPLATE": {
54 "message": "Downloading connector template {{template}}..."
55 },
56 "INVALID_CONNECTOR_NAME": {
57 "message": "Special characters are not allowed in the connector name"
58 },
59 "INIT_SUCCESS": {
60 "message": "Connector initialized successfully"
61 },
62 "POST_INIT_SUCCESS": {
63 "message": "Go to your connector's directory using the following command: cd {{name}}"
64 },
65 "USER_LOGGED_IN_ERROR": {
66 "message": "You are already logged in, please run 'flow logout' to login from a different account."
67 },
68 "INVALID_EMAIL": {
69 "message": "Please enter a valid email address."
70 },
71 "INVALID_PASSWORD": {
72 "message": "Please enter a valid password."
73 },
74 "LOGIN_SUCCESS": {
75 "message": "Successfully logged in."
76 },
77 "LOGOUT_SUCCESS": {
78 "message": "Logout Successful."
79 },
80 "LOGOUT_FAILURE": {
81 "message": "User not logged in. Try `flow login`"
82 },
83 "INVALID_SET_PARAMS": {
84 "message": "Invalid command, use `flow set lookup`"
85 },
86 "EMPTY_LOOKUP_LINK_FIELDS": {
87 "message": "No fields to link lookup."
88 },
89 "LOOKUP_NOT_FOUND": {
90 "message": "No Lookup found in your current connector"
91 },
92 "SHARE_PROMPT_MESSAGE": {
93 "message": "Enter the email of the user with whom you want to share your connector"
94 },
95 "COLLABORATE_PROMPT_MESSAGE": {
96 "message": "Enter the email of the user with whom you want to collaborate your connector"
97 },
98 "COLLABORATE_INFO": {
99 "message": "Users cannot collaborate unless you deploy"
100 },
101 "COLLABORATE_SUCCESS": {
102 "message": "User {{email}} added as collaborator successfully"
103 },
104 "SHARE_SUCCESS": {
105 "message": "Connector shared successfully."
106 },
107 "INIT_TEST": {
108 "message": "Running tests on connector..."
109 },
110 "UNSHARE_PROMPT_MESSAGE": {
111 "message": "Enter the email of the user with whom you want to unshare your connector:"
112 },
113 "UNSHARE_SUCCESS": {
114 "message": "Connector unshared successfully."
115 },
116 "VERSION_FAILURE": {
117 "message": "Connector not registered yet. Run `flow deploy` for your first deployment."
118 },
119 "INVALID_AUTH": {
120 "message": "Error validating authentication"
121 },
122 "NO_AUTH_FILE": {
123 "message": "Authentication file missing."
124 },
125 "UPLOADING_CONNECTOR": {
126 "message": "Uploading connector version {{version}} ..."
127 },
128 "DEPLOY_PACKAGING_CONNECTOR": {
129 "message": "Packaging connector..."
130 },
131 "DEPENDENCY_CHECK": {
132 "message": "Checking connector dependencies..."
133 },
134 "CONNECTOR_FILES_COPY": {
135 "message": "Creating copy of connector files..."
136 },
137 "CONNECTOR_VERSION_NOT_FOUND": {
138 "message": "Current connector does not have versions"
139 },
140 "CONNECTOR_VERSION_ERROR": {
141 "message": "Connector version cannot be smaller then current deployed connector"
142 },
143 "CONNECTOR_REGISTER": {
144 "message": "Registering Connector.."
145 },
146 "CONNECTOR_REGISTER_SUCCESS": {
147 "message": "Connector Registered Successfully"
148 },
149 "NPM_INSTALL": {
150 "message": "Installing dependencies..."
151 },
152 "PACKAGING_CONNECTOR_FILES": {
153 "message": "Packing connector files..."
154 },
155 "BUILD_SUCCESS": {
156 "message": "Build completed successfully"
157 },
158 "DEPLOY_IN_PROGRESS": {
159 "message": "Deploying connector on Built.io Flow..."
160 },
161 "LOOKUP_EXIST_ERROR": {
162 "message": "Lookup already exist"
163 },
164 "INVALID_TRIGGER": {
165 "message": "Invalid trigger entry found in index"
166 },
167 "INVALID_TRIGGER_FILE": {
168 "message": "Invalid polling key structure found in trigger file"
169 },
170 "INVALID_OAUTH_PARAM": {
171 "message": "Invalid command parameter. Use `flow oauth deploy`"
172 },
173 "OAUTH_CUSTOM_SUCCESS": {
174 "message": "OAuth configuration file created successfully. Kindly populate the oauth.json file "
175 },
176 "OAUTH_MANDATORY_FIELD": {
177 "message": "Missing mandatory field {{property}} in oauth.json"
178 },
179 "OAUTH_EMPTY_FIELD": {
180 "message": "{{property}} should have atleast one property"
181 },
182 "OAUTH_DEPLOY": {
183 "message": "Deploying oauth to flow.built.io server"
184 },
185 "OAUTH_FILE_ERROR": {
186 "message": "Unable to find oauth.json in your connector dir"
187 },
188 "OAUTH_PARSE_ERROR": {
189 "message": "Failed to parse oauth.json"
190 },
191 "OAUTH_TYPE": {
192 "message": "Select type of Oauth"
193 },
194 "OAUTH_NAME_PROMPT": {
195 "message": "Please provide name for your oauth"
196 },
197 "OAUTH_SCOPE_FAIL": {
198 "message": "scope property should be object"
199 },
200 "OAUTH_DEPLOY_SUCCESS": {
201 "message": "OAuth {{name}} registered successfully."
202 },
203 "OAUTH_REDIRECT_URL": {
204 "message": "Kindly set redirect url as {{redirect_url}} in your Oauth Application"
205 },
206 "SELECT_LOOKUP_PROMPT": {
207 "message": "Select the lookup you want to attach"
208 },
209 "LOOKUP_ACTION_PROMPT": {
210 "message": "Do you want to setup lookup for an action field"
211 },
212 "LOOKUP_TRIGGER_PROMPT": {
213 "message": "Do you want to setup lookup for an trigger field"
214 },
215 "INVALID_ATTACH_PARAMS": {
216 "message": "Invalid command, use `flow attach lookup`"
217 },
218 "LOOKUP_ATTACH_ERROR": {
219 "message": "Select atleast one component to attach lookup"
220 },
221 "LOOKUP_ACTION_LIST": {
222 "message": "Select the action you want to enable lookup for"
223 },
224 "ACTION_FIELDS": {
225 "message": "Select the field you want to attach the lookup to"
226 },
227 "LOOKUP_ENTRY_EXIST": {
228 "message": "Lookup entry already exist for field {{name}}. Do you want to continue"
229 },
230 "LOOKUP_DEPENDENCY": {
231 "message": "Lookup needs dependencies of other input fields"
232 },
233 "NO_DEPENDENCY_FIELDS": {
234 "message": "No fields to list for dependencies skipping"
235 },
236 "NO_FIELDS": {
237 "message": "No fields found in {{type}} input skipping"
238 },
239 "LOOKUP_ATTACH_SUCCESS": {
240 "message": "Lookup attached to field {{field}} of {{name}}"
241 },
242 "LOOKUP_TRIGGER_LIST": {
243 "message": "Select the trigger you want to enable lookup for"
244 },
245 "TRIGGER_FIELDS": {
246 "message": "Select the field you want to attach the lookup to"
247 },
248 "NO_ATTACHMENTS": {
249 "message": "No lookup attachments found"
250 },
251 "DETACH_ERROR": {
252 "message": "No Lookup found to detach"
253 },
254 "DETACH_ACTION": {
255 "message": "Want to detach a lookup from an action"
256 },
257 "DETACH_TRIGGER": {
258 "message": "Want to detach a lookup from an trigger"
259 },
260 "DETACH_ACTION_LIST": {
261 "message": "Select the action you want to disable lookup for"
262 },
263 "DETACH_ACTION_FIELD": {
264 "message": "Select the field you want to detach lookup for"
265 },
266 "DETACH_SUCCESS": {
267 "message": "Lookup detached successfully for field {{field}} of {{name}}"
268 },
269 "DETACH_ACTION_FAIL": {
270 "message": "No actions to detach skipping"
271 },
272 "DETACH_TRIGGER_LIST": {
273 "message": "Select the trigger you want to detach lookup for"
274 },
275 "DETACH_TRIGGER_FIELD": {
276 "message": "Select the field you want to detach lookup for"
277 },
278 "DETACH_TRIGGER_FAIL": {
279 "message": "No triggers to detach skipping"
280 },
281 "LOOKUP_ENTRY_NOT_EXIST": {
282 "message": "No entry exist for selected {{type}} {{name}}"
283 },
284 "NAME_TOO_SHORT": {
285 "message": "Name for {{type}} {{name}} is too short."
286 },
287 "POSTMAN_FILE_ERROR": {
288 "message": "File {{file}} not found"
289 },
290 "INVALID_EXPORT": {
291 "message": "Invalid Postman collection export file."
292 },
293 "POSTMAN_PARSE_ERROR": {
294 "message": "Failed to parse JSON"
295 },
296 "POSTMAN_SCHEMA_ERROR": {
297 "message": "No schema definition found in exported json"
298 },
299 "POSTMAN_SUCCESS": {
300 "message": "Imported {{total}} actions successfully"
301 },
302 "POLLING_PROMPT": {
303 "message": "Is your trigger polling"
304 },
305 "VERSION_PROMPT": {
306 "message": "Provide version for your {{type}} {{name}}"
307 },
308 "VERSION_ERROR": {
309 "message": "version should begin with prefix `v` eg: v1 got {{version}}"
310 }
311}
\No newline at end of file