iguazio.dashboard-controls 1.0.13 → 1.1.1

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.
Files changed (24) hide show
  1. package/dist/i18n/en/common.json +95 -83
  2. package/dist/i18n/en/functions.json +110 -109
  3. package/dist/js/iguazio.dashboard-controls.js +6660 -5230
  4. package/dist/less/iguazio.dashboard-controls.less +1430 -881
  5. package/package.json +1 -1
  6. package/src/i18n/en/common.json +95 -83
  7. package/src/i18n/en/functions.json +110 -109
  8. package/src/igz_controls/components/date-time-picker/date-time-picker.component.js +689 -0
  9. package/src/igz_controls/components/date-time-picker/date-time-picker.component.spec.js +356 -0
  10. package/src/igz_controls/components/date-time-picker/date-time-picker.less +418 -0
  11. package/src/igz_controls/components/date-time-picker/date-time-picker.tpl.html +90 -0
  12. package/src/igz_controls/components/date-time-picker/prevent-parent-scroll.directive.js +27 -0
  13. package/src/igz_controls/components/log-table-row/log-table-row.component.js +57 -0
  14. package/src/igz_controls/components/log-table-row/log-table-row.component.spec.js +49 -0
  15. package/src/igz_controls/components/log-table-row/log-table-row.less +29 -0
  16. package/src/igz_controls/components/log-table-row/log-table-row.tpl.html +16 -0
  17. package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.component.js +39 -5
  18. package/src/igz_controls/services/control-panel-logs-data.service.js +203 -0
  19. package/src/nuclio/common/components/deploy-log/deploy-log.component.js +1 -1
  20. package/src/nuclio/common/services/export.service.js +28 -5
  21. package/src/nuclio/functions/version/version-execution-log/version-execution-log.component.js +463 -0
  22. package/src/nuclio/functions/version/version-execution-log/version-execution-log.less +99 -0
  23. package/src/nuclio/functions/version/version-execution-log/version-execution-log.tpl.html +177 -0
  24. package/src/nuclio/functions/version/version.component.js +29 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-controls",
3
- "version": "1.0.13",
3
+ "version": "1.1.1",
4
4
  "main": "dist/js/iguazio.dashboard-controls.js",
5
5
  "description": "Collection of resources (such as CSS styles, fonts and images) and AngularJs 1.x components and services to share among different Iguazio repos.",
6
6
  "repository": {
@@ -3,7 +3,7 @@
3
3
  "ACCEPT": "Accept",
4
4
  "ACTIVE": "Active",
5
5
  "ADD": "Add",
6
- "ADD_DESCRIPTION": "Add a description...",
6
+ "ADD_DESCRIPTION": "Add a description",
7
7
  "ADD_ENTRY": "Add an entry",
8
8
  "ADD_ENVIRONMENT_VARIABLE": "Add an environment variable",
9
9
  "ADDED": "Added",
@@ -29,7 +29,7 @@
29
29
  "BACKUP": "Backup",
30
30
  "BANDWIDTH": "Bandwidth",
31
31
  "BASIC_SETTINGS": "Basic Settings",
32
- "BEGIN_END_NOT_WITH": "Must not begin and end with",
32
+ "BEGIN_END_NOT_WITH": "Must not begin or end with",
33
33
  "BEGIN_END_WITH": "Must begin and end with",
34
34
  "BEGIN_NOT_WITH": "Must not begin with",
35
35
  "BEGIN_WITH": "Must begin with",
@@ -86,13 +86,14 @@
86
86
  "DATA": "Data",
87
87
  "DATA_ACCESS_POLICY": "Data-Access Policy",
88
88
  "DATA_LIFECYCLE": "Data Lifecycle",
89
+ "DAYS": "Days",
89
90
  "DEBUG": "Debug",
90
91
  "DEFAULT": "Default",
91
92
  "DEGRADED": "Degraded",
92
93
  "DELETE": "Delete",
93
94
  "DELETE_ITEM_CONFIRM": "Are you sure you want to delete this item?",
94
- "DELETE_SELECTED_ITEM_CONFIRM": "Are you sure you want to delete selected item?",
95
- "DELETE_SELECTED_ITEMS_CONFIRM": "Are you sure you want to delete selected items?",
95
+ "DELETE_SELECTED_ITEM_CONFIRM": "Are you sure you want to delete the selected item?",
96
+ "DELETE_SELECTED_ITEMS_CONFIRM": "Are you sure you want to delete the selected items?",
96
97
  "DELETED": "Deleted",
97
98
  "DENY": "Deny",
98
99
  "DESCRIPTION": "Description",
@@ -111,8 +112,8 @@
111
112
  "DONT_SAVE": "Don't save",
112
113
  "DOWN": "Down",
113
114
  "DOWNLOAD": "Download",
114
- "DOWNLOAD_CAPITALIZE_ELLIPSIS": "Download...",
115
- "DOWNLOAD_LOWERCASE_ELLIPSIS": "download...",
115
+ "DOWNLOAD_CAPITALIZE_ELLIPSIS": "Download",
116
+ "DOWNLOAD_LOWERCASE_ELLIPSIS": "download",
116
117
  "DUPLICATE": "Duplicate",
117
118
  "DURATION": "Duration",
118
119
  "EDIT": "Edit",
@@ -130,68 +131,68 @@
130
131
  "ERROR": "Error",
131
132
  "ERROR_COLON": "Error: ",
132
133
  "ERROR_MSG": {
133
- "ACCEPTING_EVENT": "Error while accepting Event {{id}}",
134
- "ADD_ESCALATION_POLICY_FILTER": "Error while adding escalation policy filter",
135
- "ADD_ESCALATION_POLICY_RULE": "Error while adding escalation policy rule",
136
- "AUTHENTICATION_FAILED": "Authentication failed.",
134
+ "ACCEPTING_EVENT": "Error while accepting the Event {{id}}",
135
+ "ADD_ESCALATION_POLICY_FILTER": "Error while adding an escalation policy filter",
136
+ "ADD_ESCALATION_POLICY_RULE": "Error while adding an escalation policy rule",
137
+ "AUTHENTICATION_FAILED": "Authentication failed",
137
138
  "AUTHENTICATION_SUCCESSFUL": "Authentication successful",
138
139
  "AUTHENTICATION_UNSUCCESSFUL": "Authentication unsuccessful",
139
- "CANCELLED": "Cancelled",
140
+ "CANCELLED": "Canceled",
140
141
  "DATE_TIME_PICKER": {
141
142
  "12_HOUR_TIME_ALLOWED": "Invalid time: 12-hour time allowed only",
142
143
  "FUTURE_DATES_NOT_ALLOWED": "Invalid date: future dates not allowed",
143
144
  "ONLY_DIGITS_ALLOWED": "Invalid time: only digits allowed",
144
145
  "TO_LATER_THAN_FROM": "Invalid range: “To” must be later than “From”"
145
146
  },
146
- "DELETE_ALERT": "Error while deleting alert",
147
- "DELETE_CLUSTER": "Error while deleting cluster",
148
- "DELETE_CONTAINER": "Error while deleting container",
149
- "DELETE_ESCALATION_POLICY": "Error while deleting escalation policy",
150
- "DELETE_NETWORK": "Error while deleting network",
151
- "DELETE_STORAGE_POOL": "Error while deleting storage pool",
147
+ "DELETE_ALERT": "Error while deleting an alert",
148
+ "DELETE_CLUSTER": "Error while deleting a cluster",
149
+ "DELETE_CONTAINER": "Error while deleting a container",
150
+ "DELETE_ESCALATION_POLICY": "Error while deleting an escalation policy",
151
+ "DELETE_NETWORK": "Error while deleting a network",
152
+ "DELETE_STORAGE_POOL": "Error while deleting a storage pool",
152
153
  "DELETE_TENANT": "Error while deleting tenant",
153
154
  "ELEMENT_LOADING_DEFAULT_1": "Something has gone wrong while loading this element.",
154
155
  "ELEMENT_LOADING_DEFAULT_2": "Please try",
155
- "ELEMENT_LOADING_DEFAULT_3": "refreshing this screen",
156
+ "ELEMENT_LOADING_DEFAULT_3": "refreshing this page",
156
157
  "ELEMENT_LOADING_SMALL_1": "Try to",
157
- "ELEMENT_LOADING_SMALL_2": "refresh this screen",
158
+ "ELEMENT_LOADING_SMALL_2": "refresh this page",
158
159
  "EMAIL_IN_USE": "Email address already in use",
159
- "ERROR_ON_SERVER_SIDE": "Some error occurred on the server side.",
160
+ "ERROR_ON_SERVER_SIDE": "An error occurred on the server side.",
160
161
  "GET_CAPABILITIES": "Could not retrieve capabilities.",
161
- "GET_EVENTS_DATA": "Error while getting Events data",
162
- "IMPORT_PROJECT": "Error occurred while creating a new project.",
163
- "IMPORT_YAML_FILE": "Corrupted or malformed YAML file selected",
164
- "INVALID_INPUT_ERROR": "Error: this input is invalid or incorrect, please try again.",
165
- "INVALID_INPUT_PLEASE_TRY_AGAIN": "The input you provided is invalid or incorrect, please try again.",
162
+ "GET_EVENTS_DATA": "An error occurred while getting the Events data",
163
+ "IMPORT_PROJECT": "An error occurred while creating a new project.",
164
+ "IMPORT_YAML_FILE": "The selected YAML file is corrupt or malformed",
165
+ "INVALID_INPUT_ERROR": "Error: this input is invalid or incorrect. Try again.",
166
+ "INVALID_INPUT_PLEASE_TRY_AGAIN": "The input you provided is invalid or incorrect. Try again.",
166
167
  "INVALID_INPUTS": "The inputs you provided are invalid or incorrect",
167
- "INVALID_INPUTS_PLEASE_TRY_AGAIN": "The inputs you provided are invalid or incorrect, please try again.",
168
+ "INVALID_INPUTS_PLEASE_TRY_AGAIN": "The inputs you provided are invalid or incorrect. Try again.",
168
169
  "INVALID_VALUE": "Invalid value",
169
170
  "LOGIN": {
170
- "COULD_NOT_FETCH_USER": "Server error: Could not fetch user pointed by session",
171
- "COULD_NOT_FETCH_USERNAME": "Could not fetch username of logged-in user",
172
- "DEFAULT": "Oops: Unknown error occurred",
173
- "DONT_HAVE_SCREEN_PERMISSIONS": "Oops: You do not have permissions to any screen",
174
- "GET_CAPABILITIES": "Oops: Could not fetch your permission list",
171
+ "COULD_NOT_FETCH_USER": "Server error: Could not fetch the user pointed by the session",
172
+ "COULD_NOT_FETCH_USERNAME": "Could not fetch the username of the logged-in user",
173
+ "DEFAULT": "An unknown error occurred",
174
+ "DONT_HAVE_SCREEN_PERMISSIONS": "You do not have permissions for any page",
175
+ "GET_CAPABILITIES": "Could not fetch your permission list",
175
176
  "GET_ERROR": {
176
177
  "400": {
177
- "MISMATCH": "Oops: Username field contains invalid tenant for this dashboard URL",
178
- "MISSING_PASSWORD": "Oops: Missing password",
179
- "MISSING_USERNAME": "Oops: Missing username"
178
+ "MISMATCH": "The username field contains an invalid tenant for this dashboard URL",
179
+ "MISSING_PASSWORD": "Missing password",
180
+ "MISSING_USERNAME": "Missing username"
180
181
  },
181
182
  "401": {
182
- "STATUS_IS_DOWN": "Oops: User is disabled and may not create sessions",
183
- "TENANT_NOT_FOUND": "Oops: Tenant was not found",
184
- "UNAUTHORIZED_ACCESS": "Oops: You need to log-in to continue",
185
- "UNAUTHORIZED_LOGIN": "Oops: That username / password combination is not valid"
183
+ "STATUS_IS_DOWN": "User is disabled and cannot create sessions",
184
+ "TENANT_NOT_FOUND": "Tenant was not found",
185
+ "UNAUTHORIZED_ACCESS": "You need to log in to continue",
186
+ "UNAUTHORIZED_LOGIN": "That username / password combination is not valid"
186
187
  },
187
- "403": "Oops: You do not have permission to do that",
188
- "404": "Oops: We couldn't find a user with that email",
188
+ "403": "You do not have permission to do that",
189
+ "404": "We couldn't find a user with that email",
189
190
  "500": "Internal server error"
190
191
  },
191
- "PERMISSION_LIST_IS_EMPTY": "Oops: Your permission list is empty",
192
- "SESSION_ID_NOT_FOUND": "No session id found in returned session",
193
- "TENANT_NOT_FOUND": "No tenant found in returned session",
194
- "USER_NOT_FOUND": "No user found in returned session"
192
+ "PERMISSION_LIST_IS_EMPTY": "Your permission list is empty",
193
+ "SESSION_ID_NOT_FOUND": "No session ID found in the returned session",
194
+ "TENANT_NOT_FOUND": "No tenant found in the returned session",
195
+ "USER_NOT_FOUND": "No user found in the returned session"
195
196
  },
196
197
  "MISSING_MANDATORY_FIELDS": "Missing mandatory fields",
197
198
  "NAME_EXISTS": "Name already exists",
@@ -202,20 +203,20 @@
202
203
  },
203
204
  "READ_ONLY_INPUT": "Read only input",
204
205
  "REGISTRATION_FAILED": "Registration failed.",
205
- "REGISTRATION_INAPPLICABLE": "Socket was not successfully created or authenticated. Registration inapplicable.",
206
+ "REGISTRATION_INAPPLICABLE": "Socket was not created or authenticated. Registration inapplicable.",
206
207
  "SERVER_ERROR": "Server error",
207
208
  "STATISTICS_UNAVAILABLE": "Statistics are currently not available due to system state",
208
209
  "UNKNOWN_ERROR": "Unknown error occurred.",
209
210
  "UNKNOWN_ERROR_RETRY_LATER": "Unknown error occurred. Retry later",
210
211
  "UPDATE_CLUSTER": "Error while updating the cluster",
211
- "UPDATE_CONTAINER": "Error while updating container",
212
+ "UPDATE_CONTAINER": "Error while updating the container",
212
213
  "UPDATE_ESCALATION_POLICY": "Error while updating escalation policy",
213
- "UPDATE_ESCALATION_POLICY_FILTER": "Error while updating escalation policy filter",
214
- "UPDATE_ESCALATION_POLICY_RULE": "Error while updating escalation policy rule",
215
- "UPDATE_INTERFACE": "Error while updating interface",
216
- "UPDATE_NETWORK": "Error updating network",
214
+ "UPDATE_ESCALATION_POLICY_FILTER": "Error while updating the escalation policy filter",
215
+ "UPDATE_ESCALATION_POLICY_RULE": "Error while updating the escalation policy rule",
216
+ "UPDATE_INTERFACE": "Error while updating the interface",
217
+ "UPDATE_NETWORK": "Error updating the network",
217
218
  "UPDATE_NODE": "Error while updating the node",
218
- "UPDATE_STORAGE_POOL": "Error while updating storage pool",
219
+ "UPDATE_STORAGE_POOL": "Error while updating the storage pool",
219
220
  "TRY_REFRESHING_THE_PAGE": "Try refreshing the page"
220
221
  },
221
222
  "ESC": "ESC",
@@ -250,12 +251,14 @@
250
251
  "GROUP": "Group",
251
252
  "GROUPS": "Groups",
252
253
  "GUIDE_SCREEN": "Guide Screen",
253
- "HAVE_NO_PERMISSIONS_TO_READ_FILE": "You have no permissions to read the file",
254
+ "HAVE_NO_PERMISSIONS_TO_READ_FILE": "You don't have permission to read the file",
254
255
  "HELP": "Help",
255
256
  "HIDE_CHART": "Hide chart",
256
257
  "HIGH": "High",
257
258
  "HOME": "Home",
258
259
  "HOST_PATH": "Host path",
260
+ "HOUR": "Hour",
261
+ "HOURS": "Hours",
259
262
  "ID": "ID",
260
263
  "IDENTITY": "Identity",
261
264
  "IDP": "IdP",
@@ -274,6 +277,7 @@
274
277
  "KEYS": "Keys",
275
278
  "KEYLOACK_ADMIN_CONSOLE": "Keycloak's console",
276
279
  "LABEL": "Label",
280
+ "LAST": "Last",
277
281
  "LAST_DAY": "Last day",
278
282
  "LABELS": "Labels",
279
283
  "LAST_MODIFIED": "Last modified",
@@ -286,9 +290,10 @@
286
290
  "LEAVE": "Leave",
287
291
  "LEAVE_PAGE_CONFIRM": "Leaving this page will discard your changes.",
288
292
  "LENGTH": "Length",
293
+ "LEVEL": "Level",
289
294
  "LIMIT": "Limit",
290
- "LOADING_CAPITALIZE_ELLIPSIS": "Loading...",
291
- "LOADING_LOWERCASE_ELLIPSIS": "loading...",
295
+ "LOADING_CAPITALIZE_ELLIPSIS": "Loading",
296
+ "LOADING_LOWERCASE_ELLIPSIS": "loading",
292
297
  "LOCATION": "Location",
293
298
  "LOG": "Log",
294
299
  "LOGIN": "Login",
@@ -305,11 +310,15 @@
305
310
  "MAX_LENGTH_WHOLE_PART": "Max length of the whole part: {{length}} characters",
306
311
  "MEMBERS": "Members",
307
312
  "MEMORY": "Memory",
313
+ "MESSAGE": "Message",
308
314
  "MIN": "Min",
315
+ "MINUTE": "Minute",
316
+ "MINUTES": "Minutes",
309
317
  "MIGRATE": "Migrate",
318
+ "MODIFY_THE_FILTER": " Modify the filter to see other data.",
310
319
  "MONACO": "Monaco",
311
320
  "MONITORING": "Monitoring",
312
- "MORE_ELLIPSIS": "More...",
321
+ "MORE_ELLIPSIS": "More",
313
322
  "MORE_OPTIONS": "More options",
314
323
  "MOVE": "Move",
315
324
  "MUST_CONTAIN_EXACTLY_ONE": "Must contain exactly one",
@@ -328,7 +337,7 @@
328
337
  "NO_CONSECUTIVE_CHARACTER": "No consecutive characters",
329
338
  "NO_DATA_MATCHES_THE_FILTER": "No data matches the filter: ",
330
339
  "NO_DATA_TO_SHOW": "No data to show",
331
- "MODIFY_THE_FILTER": " Modify the filter to see other data.",
340
+ "NO_REFRESH": "No refresh",
332
341
  "NO_EVENTS": "No events",
333
342
  "NO_TASKS": "No {{- currentTab}} tasks",
334
343
  "NOT_CONTAIN": "Must not contain",
@@ -351,7 +360,7 @@
351
360
  "OOPS": "Oops!",
352
361
  "OR": "OR",
353
362
  "OVERRIDE": "Override",
354
- "OVERRIDE_FUNCTION_CONFIRM": "The function \"{{functionName}}\" already exists in project \"{{projectName}}\", you can either skip its import or override the existing one with the imported one.",
363
+ "OVERRIDE_FUNCTION_CONFIRM": "The function \"{{functionName}}\" already exists in project \"{{projectName}}\". You can either skip its import or override the existing one with the imported one.",
355
364
  "OVERVIEW": "Overview",
356
365
  "OWNER": "Owner",
357
366
  "PAGES_LOWERCASE": "pages",
@@ -368,31 +377,32 @@
368
377
  "PHYSICAL_CAPACITY": "Physical capacity",
369
378
  "PIPELINES": "Pipelines",
370
379
  "PLACEHOLDER": {
371
- "ADD_DESCRIPTION": "Click to add a description",
372
- "AUTO_COMPLETE_DEFAULT": "Start typing to get suggestion list...",
373
- "BY_NAME": "By name...",
374
- "CHIPS_INPUT_DEFAULT": "Start typing, or press space to select a value",
380
+ "ADD_DESCRIPTION": "Press to add a description",
381
+ "AUTO_COMPLETE_DEFAULT": "Start typing to get a suggestion list",
382
+ "BY_NAME": "By name",
383
+ "CHIPS_INPUT_DEFAULT": "Start typing, or press space to select a value",
375
384
  "COMMA_DELIMITED_LIST_OF_NUMBERS": "1,3-6,9-10,14,...",
376
385
  "COMMA_DELIMITED_LIST_OF_STRINGS": "value1,value2,value3,...",
377
386
  "DEFAULT_LANGUAGE": "EN",
378
- "DESCRIPTION": "Write your description...",
379
- "ENTER_EMAIL_ADDRESS": "Enter email address...",
380
- "ENTER_FIRST_NAME": "Enter first name...",
381
- "ENTER_GENERIC": "Enter {{fieldName}}...",
382
- "ENTER_HOST_PATH": "Enter host path...",
383
- "ENTER_PASSWORD": "Enter password...",
384
- "ENTER_PATH": "Enter path...",
385
- "ENTER_PROJECT_NAME": "Enter project name...",
386
- "ENTER_URL": "Enter URL...",
387
- "ENTER_USERNAME": "Enter username...",
388
- "NETWORK_NAME": "Network name...",
387
+ "DESCRIPTION": "Write your description",
388
+ "ENTER_EMAIL_ADDRESS": "Enter email address",
389
+ "ENTER_FIRST_NAME": "Enter first name",
390
+ "ENTER_GENERIC": "Enter {{fieldName}}",
391
+ "ENTER_HOST_PATH": "Enter host path",
392
+ "ENTER_PASSWORD": "Enter password",
393
+ "ENTER_PATH": "Enter path",
394
+ "ENTER_PROJECT_NAME": "Enter project name",
395
+ "ENTER_URL": "Enter URL",
396
+ "ENTER_USERNAME": "Enter username",
397
+ "NETWORK_NAME": "Network name",
389
398
  "PHONE_EXAMPLE": "+1-561-6532-233",
390
- "SEARCH": "Search...",
391
- "SELECT": "Select...",
392
- "SELECT_CONTAINER": "Select a container...",
393
- "SELECT_OR_ENTER": "Select option or enter input...",
399
+ "SEARCH": "Search",
400
+ "SELECT": "Select",
401
+ "SELECT_CONTAINER": "Select a container",
402
+ "SELECT_OR_ENTER": "Select an option or enter input",
394
403
  "SELECT_PROJECTION": "Select a projection",
395
- "SELECT_TYPE": "Select type..."
404
+ "SELECT_TYPE": "Select type...",
405
+ "SOME_LOG_MESSAGE": "Some log message"
396
406
  },
397
407
  "POLICIES": "Policies",
398
408
  "POLICY": "Policy",
@@ -444,9 +454,10 @@
444
454
  "SCAN_REQUESTS": "Scan Requests",
445
455
  "SCANNED_ITEMS": "Scanned Items",
446
456
  "SCHEDULE": "Schedule",
457
+ "SECONDS": "Seconds",
447
458
  "SELECT_RANGE": "Select range",
448
459
  "SEND": "Send",
449
- "SERVER_UNREACHABLE_ALERT": "Server unreachable. You can try to refresh the page.",
460
+ "SERVER_UNREACHABLE_ALERT": "Server unreachable. Try refreshing the page.",
450
461
  "SERVICES": "Services",
451
462
  "SESSIONS": "Sessions",
452
463
  "SET_LEGEND": "Set legend",
@@ -480,8 +491,8 @@
480
491
  "TAG": "Tag",
481
492
  "TAG_LOWERCASE": "tag",
482
493
  "TAGS": "Tags",
483
- "TAGS_BEING_LOADED": "Tags are being loaded...",
484
- "TAGS_NOT_FOUND": "No tag has been found...",
494
+ "TAGS_BEING_LOADED": "Tags are loading",
495
+ "TAGS_NOT_FOUND": "No tag was found",
485
496
  "TAKE_OFFLINE": "Take offline",
486
497
  "TARGET_CPU": "Target CPU",
487
498
  "TARGET_CPU_DESCRIPTION": "Exceeding this threshold will increase the number of replicas",
@@ -492,6 +503,7 @@
492
503
  "TENANTS": "Tenants",
493
504
  "TEST": "Test",
494
505
  "TIME": "Time",
506
+ "TIME_RANGE": "Time Range",
495
507
  "TIMES": "times",
496
508
  "TO": "To",
497
509
  "TOOLTIP": {
@@ -508,6 +520,7 @@
508
520
  "LAST_10_MINUTES": "last 10 minutes",
509
521
  "LAST_HOUR": "Last hour",
510
522
  "LAST_MONTH": "last month",
523
+ "LOGS_MESSAGE_DESCRIPTION": "Surround with double-quotes for space-delimited text (can't be used together with asterisk wildcard '*').<br>Angular brackets '&lt;' and '&gt;' characters will be automatically removed to prevent creation of range query (e.g. x < 123).",
511
524
  "OPEN_HEADER": "Open header",
512
525
  "SORT": "Sort",
513
526
  "STACKED": "Stacked"
@@ -547,6 +560,5 @@
547
560
  "WRAP": "Wrap",
548
561
  "WRITE_PROTECT": "Write-Protect",
549
562
  "YES": "Yes",
550
- "YES_CHANGE": "Yes, Change",
551
- "YES_DELETE": "Yes, Delete"
552
- }
563
+ "YES_CHANGE": "Yes, change",
564
+ "YES_DELETE": "Yes, delete"