-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathen.json
383 lines (383 loc) · 12.1 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
{
"save": "Save",
"close": "Close",
"create": "Create",
"upload": "Upload",
"delete": "Delete",
"edit": "Edit",
"select": "Select",
"submit": "Submit",
"browse": "Browse",
"launch": "Launch",
"launchApp": "Launch {{appName}}",
"cancel": "Cancel",
"basic": "Basic",
"selectAnOption": "Select an option",
"name": "Name",
"value": "Value",
"private": "Private",
"inviteSent": "An email invite has been sent.",
"update": "Update",
"confirmed": "Confirmed",
"sendInvite": "Send Invite",
"pending": "Pending",
"id": "ID",
"email": "Email",
"phone": "Phone",
"displayName": "Display Name",
"firstName": "First Name",
"lastName": "Last Name",
"active": "Active",
"registration": "Registration",
"filter": "Filter",
"resetRowCounter": "Reset counter for row {{id}}",
"editRow": "Edit row {{id}}",
"deleteRow": "Delete row {{id}}",
"selectRow": "Select row {{id}}",
"selectAll": "Select All",
"deselectRow": "Deselect row {{id}}",
"deselectAll": "Deselect all",
"sortCleared": "Sorting cleared",
"sortedAsc": "Sorted ascending",
"sortedDesc": "Sorted descending",
"search": "Search",
"newEntry": "Create a new entry",
"clearLimitCounter": "Clear limit counter",
"clearLimitCounters": "Clear limit counters",
"exportList": "Export list",
"importList": "Import list",
"description": "Description",
"sortDescription": "Sort by {{header}}",
"selectPage": "Select Page",
"role": "Role",
"apiKey": "API Key",
"type": "Type",
"rate": "Rate",
"counter": "Counter",
"user": "User",
"service": "Service",
"time": "Time",
"serviceId": "Service ID",
"serviceName": "Service Name",
"userEmail": "User Email",
"action": "Action",
"request": "Request",
"files": "Files",
"logs": "Logs",
"data": "Data",
"packages": "Packages",
"launchpad": "LaunchPad",
"goBack": "Go back",
"verbs": {
"get": "GET (read)",
"post": "POST (create)",
"put": "PUT (replace)",
"patch": "PATCH (update)",
"delete": "DELETE (remove)"
},
"path": "Path",
"version": "Version",
"yes": "Yes",
"no": "No",
"confirm": "Confirm",
"label": "Label",
"confirmDelete": "Are you sure you want to delete this?",
"origins": "Origins",
"headers": "Headers",
"exposedHeaders": "Exposed Headers",
"maxAge": "Max Age",
"methods": "Methods",
"supportsCredentials": "Supports Credentials",
"enabled": "Enabled",
"component": "Component",
"method": "Method",
"frequency": "Frequency (defined in minutes)",
"payload": "Payload (JSON)",
"view": "View",
"viewRow": "View row {{id}}",
"noEnteries": "No enteries found, you can create one by clicking on the button above.",
"open": "Open",
"noFileSelected": "No file selected",
"toggleNav": "Toggle navigation",
"desktopFile": "Upload File",
"githubFile": "Github Import",
"searchFeatures": "Search Features",
"scriptType": "Script Type",
"scriptTypes": {
"javascript": "JavaScript",
"php": "PHP",
"python": "Python",
"nodejs": "Node.js"
},
"nav": {
"error": {
"header": "Error"
},
"home": {
"nav": "Home",
"header": "{{nav.home.nav}}"
},
"api-connections": {
"nav": "API Generation & Connections",
"api-types": {
"nav": "API Types",
"database": {
"nav": "Database",
"header": "{{nav.api-connections.api-types.database.nav}}",
"create": {
"nav": "Create Database API",
"header": "{{nav.api-connections.api-types.database.create.nav}}"
},
"edit": {
"nav": "{{edit}}",
"header": "{{nav.api-connections.api-types.database.edit.nav}}"
}
},
"scripting": {
"nav": "Scripting",
"header": "{{nav.api-connections.api-types.scripting.nav}}",
"create": {
"nav": "Create Scripting API",
"header": "{{nav.api-connections.api-types.scripting.create.nav}}"
},
"edit": {
"nav": "{{edit}}",
"header": "{{nav.api-connections.api-types.scripting.edit.nav}}"
}
},
"network": {
"nav": "Network",
"header": "{{nav.api-connections.api-types.network.nav}}",
"create": {
"nav": "Create Network API",
"header": "{{nav.api-connections.api-types.network.create.nav}}"
},
"edit": {
"nav": "{{edit}}",
"header": "{{nav.api-connections.api-types.network.edit.nav}}"
}
},
"file": {
"nav": "File",
"header": "{{nav.api-connections.api-types.file.nav}}",
"create": {
"nav": "Create File API",
"header": "{{nav.api-connections.api-types.file.create.nav}}"
}
},
"utility": {
"nav": "Utility",
"header": "{{nav.api-connections.api-types.utility.nav}}",
"create": {
"nav": "Create Utility API",
"header": "{{nav.api-connections.api-types.utility.create.nav}}"
}
}
},
"role-based-access": {
"nav": "Role Based Access",
"header": "{{nav.api-connections.role-based-access.nav}}",
"create": {
"nav": "Create a new role",
"header": "{{nav.api-connections.role-based-access.create.nav}}"
}
},
"api-keys": {
"nav": "API Keys",
"header": "{{nav.api-connections.api-keys.nav}}",
"create": {
"nav": "Create Application",
"header": "{{nav.api-connections.api-keys.create.nav}}"
},
"edit": {
"header": "Edit Application"
},
"import": {
"nav": "Import Application",
"header": "{{nav.api-connections.api-keys.import.nav}}"
}
},
"event-scripts": {
"nav": "Event Scripts",
"header": "{{nav.api-connections.event-scripts.nav}}",
"create": {
"header": "Create Event Script"
}
},
"api-docs": {
"nav": "API Docs",
"header": "{{nav.api-connections.api-docs.nav}}"
}
},
"api-security": {
"nav": "Security",
"rate-limiting": {
"nav": "Rate Limiting",
"header": "{{nav.api-security.rate-limiting.nav}}",
"create": {
"nav": "Create Limit",
"header": "{{nav.api-security.rate-limiting.create.nav}}"
},
"edit": {
"header": "Edit Limit"
}
},
"authentication": {
"nav": "Authentication",
"header": "{{nav.api-security.authentication.nav}}",
"create": {
"nav": "Create Authentication API",
"header": "{{nav.api-security.authentication.create.nav}}"
}
}
},
"system-settings": {
"nav": "System Settings",
"config": {
"nav": "Config",
"header": "Config",
"system-info": {
"nav": "System Info",
"header": "{{nav.system-settings.config.system-info.nav}}"
},
"cors": {
"header": "Cors Configuration",
"nav": "CORS",
"create": {
"header": "Create Cors Configuration"
},
"edit": {
"header": "Update Cors Configuration"
}
},
"cache": {
"nav": "Cache",
"header": "{{nav.system-settings.config.cache.nav}}"
},
"email-templates": {
"nav": "Email Templates",
"header": "{{nav.system-settings.config.email-templates.nav}}",
"create": {
"nav": "Create Email Template",
"header": "{{nav.system-settings.config.email-templates.create.nav}}"
},
"edit": {
"nav": "Edit Email Template",
"header": "{{nav.system-settings.config.email-templates.edit.nav}}"
}
},
"global-lookup-keys": {
"nav": "Global Lookup Keys",
"header": "{{nav.system-settings.config.global-lookup-keys.nav}}"
}
},
"scheduler": {
"nav": "Scheduler",
"header": "{{nav.system-settings.scheduler.nav}}",
"create": {
"header": "Create Scheduler"
},
"edit": {
"header": "Update Scheduler"
}
},
"logs": {
"nav": "Logstash",
"header": "{{nav.system-settings.logs.nav}}",
"create": {
"header": "Create Log"
}
},
"reporting": {
"nav": "Reporting",
"header": "{{nav.system-settings.reporting.nav}}"
},
"df-platform-apis": {
"nav": "DreamFactory Platform APIs",
"header": "{{nav.system-settings.df-platform-apis.nav}}"
}
},
"admin-settings": {
"nav": "Admin Settings",
"admins": {
"nav": "Admins",
"header": "Manage Admins",
"create": {
"nav": "Create a new admin",
"header": "{{nav.admin-settings.admins.create.nav}}"
},
"edit": { "header": "{{edit}}" }
},
"schema": {
"nav": "Schema",
"header": "{{nav.admin-settings.schema.nav}}",
"name": {
"create": {
"header": "Create a new table"
},
"id": {
"fields": {
"create": {
"header": "Create a new field"
}
},
"relationships": {
"create": {
"header": "Create a new relationship"
}
}
}
}
},
"users": {
"nav": "Users",
"header": "Manage Users",
"create": {
"nav": "Create a new user",
"header": "{{nav.admin-settings.users.create.nav}}"
},
"edit": { "header": "{{edit}}" }
},
"files": { "nav": "{{files}}", "header": "{{files}}" },
"logs": { "nav": "{{logs}}", "header": "{{logs}}" }
},
"profile": { "header": "Profile" },
"logout": { "header": "Logout" },
"data": { "nav": "{{data}}", "header": "{{data}}" },
"package-manager": { "nav": "{{packages}}", "header": "{{packages}}" },
"launchpad": { "nav": "{{launchpad}}", "header": "{{launchpad}}" }
},
"alerts": {
"duplicateEmail": "Email address already exists",
"close": "Close alert"
},
"lookupKeys": {
"label": "Lookup Keys",
"desc": "Lookup keys for service configuration and credentials must be made private.",
"noKeys": "No lookup keys.",
"fullDesc": "The DreamFactory administrator can create any number of 'key, value' pairs attached to a role. The key values are automatically substituted on the server. For example, key names can be used in the username and password fields required to hook up a SQL or NoSQL database. They can also be used in Email Templates or as parameters for external REST services. Any Lookup Key can be marked as private, and in this case the key value is securely ncrypted on the server and is no longer accessible through the platform interface. Lookup keys for service configuration and credentials must be made private.",
"alert": {
"createSuccess": "Lookup keys created successfully.",
"updateSuccess": "Lookup keys updated successfully."
}
},
"licenseExpired": {
"header": "Your DreamFactory subscription has expired.",
"subHeader": "Please contact dspsales@dreamfactory.com to renew your subscription."
},
"paywall": {
"header": "Access to this feature is available via our commercial product.",
"subheader": "Gain access to the features you want now. No credit card required.",
"hostedTrial": "Are you currently on a hosted trial?",
"bookTime": "Book some time with our team below and gain access to enterprise features including restricted administrators, request limiting, API scheduling, and lifecycle reporting.",
"ossVersion": "Using our OSS version?",
"signup": "Sign up for a ",
"trial": "free hosted trial",
"gain": " and gain access to additional connectors, or schedule time with our team below to install an on-premise enterprise instance and test all enterprise features.",
"speakToHuman": "Speak to a human"
},
"language": "Change language",
"languages": {
"en": "English"
}
}