iguazio.dashboard-controls 1.0.15-3.6.2 → 1.0.16-1.13.x
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/dist/i18n/en/common.json +82 -82
- package/dist/i18n/en/functions.json +112 -110
- package/dist/js/iguazio.dashboard-controls.js +6813 -6831
- package/dist/less/iguazio.dashboard-controls.less +1265 -1261
- package/package.json +4 -4
- package/src/i18n/en/common.json +82 -82
- package/src/i18n/en/functions.json +112 -110
- package/src/igz_controls/services/validation.service.js +29 -26
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +0 -14
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +0 -14
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-annotations/version-configuration-annotations.component.js +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.component.js +3 -3
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-labels/version-configuration-labels.component.js +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +18 -22
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-volumes/version-configuration-volumes.component.js +1 -1
- package/src/nuclio/functions/version/version-monitoring/version-monitoring.component.js +11 -0
- package/src/nuclio/functions/version/version-triggers/version-triggers.component.js +11 -1
- package/src/nuclio/functions/version/version-triggers/version-triggers.less +4 -0
- package/src/nuclio/functions/version/version-triggers/version-triggers.tpl.html +16 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iguazio.dashboard-controls",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16-1.13.x",
|
|
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": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"bootstrap": "~3.4.1",
|
|
34
34
|
"del": "^6.1.1",
|
|
35
35
|
"eslint-plugin-angular": "^4.0.1",
|
|
36
|
-
"express": "4.
|
|
36
|
+
"express": "4.18.1",
|
|
37
37
|
"gulp": "^4.0.2",
|
|
38
38
|
"gulp-babel": "^8.0.0",
|
|
39
39
|
"gulp-concat": "^2.6.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"gulp-rev-collector": "^1.0.2",
|
|
52
52
|
"gulp-uglify": "^3.0.2",
|
|
53
53
|
"i18next": "^21.6.14",
|
|
54
|
-
"jquery": "
|
|
54
|
+
"jquery": ">=3.7.1",
|
|
55
55
|
"jquery-ui": "1.13.2",
|
|
56
56
|
"js-base64": "^2.4.8",
|
|
57
57
|
"lodash": "^4.17.21",
|
|
@@ -85,4 +85,4 @@
|
|
|
85
85
|
"dist/less/iguazio.dashboard-controls.less"
|
|
86
86
|
]
|
|
87
87
|
}
|
|
88
|
-
}
|
|
88
|
+
}
|
package/src/i18n/en/common.json
CHANGED
|
@@ -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
|
|
32
|
+
"BEGIN_END_NOT_WITH": "Must not begin and 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",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"DEGRADED": "Degraded",
|
|
92
92
|
"DELETE": "Delete",
|
|
93
93
|
"DELETE_ITEM_CONFIRM": "Are you sure you want to delete this item?",
|
|
94
|
-
"DELETE_SELECTED_ITEM_CONFIRM": "Are you sure you want to delete
|
|
95
|
-
"DELETE_SELECTED_ITEMS_CONFIRM": "Are you sure you want to delete
|
|
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?",
|
|
96
96
|
"DELETED": "Deleted",
|
|
97
97
|
"DENY": "Deny",
|
|
98
98
|
"DESCRIPTION": "Description",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"DISABLING": "Disabling",
|
|
104
104
|
"DISCARD": "Discard",
|
|
105
105
|
"DISCARD_ALL_PENDING_CHANGES_CONFIRM": "Discard all pending changes?",
|
|
106
|
+
"DO_NOT_CREATE_HTTP_TRIGGER_BY_DEFAULT": "Do not create http trigger by default",
|
|
106
107
|
"DO_NOT_SHOW_AGAIN": "Do not show again",
|
|
107
108
|
"DOCS": "Docs",
|
|
108
109
|
"DONE": "Done",
|
|
@@ -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
|
|
134
|
-
"ADD_ESCALATION_POLICY_FILTER": "Error while adding
|
|
135
|
-
"ADD_ESCALATION_POLICY_RULE": "Error while adding
|
|
136
|
-
"AUTHENTICATION_FAILED": "Authentication failed",
|
|
134
|
+
"ACCEPTING_EVENT": "Error while accepting Event {{id}}",
|
|
135
|
+
"ADD_ESCALATION_POLICY_FILTER": "Error while adding escalation policy filter",
|
|
136
|
+
"ADD_ESCALATION_POLICY_RULE": "Error while adding escalation policy rule",
|
|
137
|
+
"AUTHENTICATION_FAILED": "Authentication failed.",
|
|
137
138
|
"AUTHENTICATION_SUCCESSFUL": "Authentication successful",
|
|
138
139
|
"AUTHENTICATION_UNSUCCESSFUL": "Authentication unsuccessful",
|
|
139
|
-
"CANCELLED": "
|
|
140
|
+
"CANCELLED": "Cancelled",
|
|
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
|
|
147
|
-
"DELETE_CLUSTER": "Error while deleting
|
|
148
|
-
"DELETE_CONTAINER": "Error while deleting
|
|
149
|
-
"DELETE_ESCALATION_POLICY": "Error while deleting
|
|
150
|
-
"DELETE_NETWORK": "Error while deleting
|
|
151
|
-
"DELETE_STORAGE_POOL": "Error while deleting
|
|
147
|
+
"DELETE_ALERT": "Error while deleting alert",
|
|
148
|
+
"DELETE_CLUSTER": "Error while deleting cluster",
|
|
149
|
+
"DELETE_CONTAINER": "Error while deleting container",
|
|
150
|
+
"DELETE_ESCALATION_POLICY": "Error while deleting escalation policy",
|
|
151
|
+
"DELETE_NETWORK": "Error while deleting network",
|
|
152
|
+
"DELETE_STORAGE_POOL": "Error while deleting 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
|
|
156
|
+
"ELEMENT_LOADING_DEFAULT_3": "refreshing this screen",
|
|
156
157
|
"ELEMENT_LOADING_SMALL_1": "Try to",
|
|
157
|
-
"ELEMENT_LOADING_SMALL_2": "refresh this
|
|
158
|
+
"ELEMENT_LOADING_SMALL_2": "refresh this screen",
|
|
158
159
|
"EMAIL_IN_USE": "Email address already in use",
|
|
159
|
-
"ERROR_ON_SERVER_SIDE": "
|
|
160
|
+
"ERROR_ON_SERVER_SIDE": "Some error occurred on the server side.",
|
|
160
161
|
"GET_CAPABILITIES": "Could not retrieve capabilities.",
|
|
161
|
-
"GET_EVENTS_DATA": "
|
|
162
|
-
"IMPORT_PROJECT": "
|
|
163
|
-
"IMPORT_YAML_FILE": "
|
|
164
|
-
"INVALID_INPUT_ERROR": "Error: this input is invalid or incorrect
|
|
165
|
-
"INVALID_INPUT_PLEASE_TRY_AGAIN": "The input you provided is invalid or incorrect
|
|
162
|
+
"GET_EVENTS_DATA": "Error while getting Events data",
|
|
163
|
+
"IMPORT_PROJECT": "Error occurred while creating a new project.",
|
|
164
|
+
"IMPORT_YAML_FILE": "Corrupted or malformed YAML file selected",
|
|
165
|
+
"INVALID_INPUT_ERROR": "Error: this input is invalid or incorrect, please try again.",
|
|
166
|
+
"INVALID_INPUT_PLEASE_TRY_AGAIN": "The input you provided is invalid or incorrect, please 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
|
|
168
|
+
"INVALID_INPUTS_PLEASE_TRY_AGAIN": "The inputs you provided are invalid or incorrect, please try again.",
|
|
168
169
|
"INVALID_VALUE": "Invalid value",
|
|
169
170
|
"LOGIN": {
|
|
170
|
-
"COULD_NOT_FETCH_USER": "Server error: Could not fetch
|
|
171
|
-
"COULD_NOT_FETCH_USERNAME": "Could not fetch
|
|
172
|
-
"DEFAULT": "
|
|
173
|
-
"DONT_HAVE_SCREEN_PERMISSIONS": "You do not have permissions
|
|
174
|
-
"GET_CAPABILITIES": "Could not fetch your permission list",
|
|
171
|
+
"COULD_NOT_FETCH_USER": "Server error: Could not fetch user pointed by session",
|
|
172
|
+
"COULD_NOT_FETCH_USERNAME": "Could not fetch username of logged-in user",
|
|
173
|
+
"DEFAULT": "Oops: Unknown error occurred",
|
|
174
|
+
"DONT_HAVE_SCREEN_PERMISSIONS": "Oops: You do not have permissions to any screen",
|
|
175
|
+
"GET_CAPABILITIES": "Oops: Could not fetch your permission list",
|
|
175
176
|
"GET_ERROR": {
|
|
176
177
|
"400": {
|
|
177
|
-
"MISMATCH": "
|
|
178
|
-
"MISSING_PASSWORD": "Missing password",
|
|
179
|
-
"MISSING_USERNAME": "Missing username"
|
|
178
|
+
"MISMATCH": "Oops: Username field contains invalid tenant for this dashboard URL",
|
|
179
|
+
"MISSING_PASSWORD": "Oops: Missing password",
|
|
180
|
+
"MISSING_USERNAME": "Oops: Missing username"
|
|
180
181
|
},
|
|
181
182
|
"401": {
|
|
182
|
-
"STATUS_IS_DOWN": "User is disabled and
|
|
183
|
-
"TENANT_NOT_FOUND": "Tenant was not found",
|
|
184
|
-
"UNAUTHORIZED_ACCESS": "You need to log
|
|
185
|
-
"UNAUTHORIZED_LOGIN": "That username / password combination is not valid"
|
|
183
|
+
"STATUS_IS_DOWN": "Oops: User is disabled and may not create sessions",
|
|
184
|
+
"TENANT_NOT_FOUND": "Oops: Tenant was not found",
|
|
185
|
+
"UNAUTHORIZED_ACCESS": "Oops: You need to log-in to continue",
|
|
186
|
+
"UNAUTHORIZED_LOGIN": "Oops: That username / password combination is not valid"
|
|
186
187
|
},
|
|
187
|
-
"403": "You do not have permission to do that",
|
|
188
|
-
"404": "We couldn't find a user with that email",
|
|
188
|
+
"403": "Oops: You do not have permission to do that",
|
|
189
|
+
"404": "Oops: We couldn't find a user with that email",
|
|
189
190
|
"500": "Internal server error"
|
|
190
191
|
},
|
|
191
|
-
"PERMISSION_LIST_IS_EMPTY": "Your permission list is empty",
|
|
192
|
-
"SESSION_ID_NOT_FOUND": "No session
|
|
193
|
-
"TENANT_NOT_FOUND": "No tenant found in
|
|
194
|
-
"USER_NOT_FOUND": "No user found in
|
|
192
|
+
"PERMISSION_LIST_IS_EMPTY": "Oops: Your permission list is empty",
|
|
193
|
+
"SESSION_ID_NOT_FOUND": "No session id found in returned session",
|
|
194
|
+
"TENANT_NOT_FOUND": "No tenant found in returned session",
|
|
195
|
+
"USER_NOT_FOUND": "No user found in 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 created or authenticated. Registration inapplicable.",
|
|
206
|
+
"REGISTRATION_INAPPLICABLE": "Socket was not successfully 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
|
|
212
|
+
"UPDATE_CONTAINER": "Error while updating container",
|
|
212
213
|
"UPDATE_ESCALATION_POLICY": "Error while updating escalation policy",
|
|
213
|
-
"UPDATE_ESCALATION_POLICY_FILTER": "Error while updating
|
|
214
|
-
"UPDATE_ESCALATION_POLICY_RULE": "Error while updating
|
|
215
|
-
"UPDATE_INTERFACE": "Error while updating
|
|
216
|
-
"UPDATE_NETWORK": "Error updating
|
|
214
|
+
"UPDATE_ESCALATION_POLICY_FILTER": "Error while updating escalation policy filter",
|
|
215
|
+
"UPDATE_ESCALATION_POLICY_RULE": "Error while updating escalation policy rule",
|
|
216
|
+
"UPDATE_INTERFACE": "Error while updating interface",
|
|
217
|
+
"UPDATE_NETWORK": "Error updating network",
|
|
217
218
|
"UPDATE_NODE": "Error while updating the node",
|
|
218
|
-
"UPDATE_STORAGE_POOL": "Error while updating
|
|
219
|
+
"UPDATE_STORAGE_POOL": "Error while updating storage pool",
|
|
219
220
|
"TRY_REFRESHING_THE_PAGE": "Try refreshing the page"
|
|
220
221
|
},
|
|
221
222
|
"ESC": "ESC",
|
|
@@ -250,7 +251,7 @@
|
|
|
250
251
|
"GROUP": "Group",
|
|
251
252
|
"GROUPS": "Groups",
|
|
252
253
|
"GUIDE_SCREEN": "Guide Screen",
|
|
253
|
-
"HAVE_NO_PERMISSIONS_TO_READ_FILE": "You
|
|
254
|
+
"HAVE_NO_PERMISSIONS_TO_READ_FILE": "You have no permissions to read the file",
|
|
254
255
|
"HELP": "Help",
|
|
255
256
|
"HIDE_CHART": "Hide chart",
|
|
256
257
|
"HIGH": "High",
|
|
@@ -287,8 +288,8 @@
|
|
|
287
288
|
"LEAVE_PAGE_CONFIRM": "Leaving this page will discard your changes.",
|
|
288
289
|
"LENGTH": "Length",
|
|
289
290
|
"LIMIT": "Limit",
|
|
290
|
-
"LOADING_CAPITALIZE_ELLIPSIS": "Loading",
|
|
291
|
-
"LOADING_LOWERCASE_ELLIPSIS": "loading",
|
|
291
|
+
"LOADING_CAPITALIZE_ELLIPSIS": "Loading...",
|
|
292
|
+
"LOADING_LOWERCASE_ELLIPSIS": "loading...",
|
|
292
293
|
"LOCATION": "Location",
|
|
293
294
|
"LOG": "Log",
|
|
294
295
|
"LOGIN": "Login",
|
|
@@ -309,7 +310,7 @@
|
|
|
309
310
|
"MIGRATE": "Migrate",
|
|
310
311
|
"MONACO": "Monaco",
|
|
311
312
|
"MONITORING": "Monitoring",
|
|
312
|
-
"MORE_ELLIPSIS": "More",
|
|
313
|
+
"MORE_ELLIPSIS": "More...",
|
|
313
314
|
"MORE_OPTIONS": "More options",
|
|
314
315
|
"MOVE": "Move",
|
|
315
316
|
"MUST_CONTAIN_EXACTLY_ONE": "Must contain exactly one",
|
|
@@ -351,7 +352,7 @@
|
|
|
351
352
|
"OOPS": "Oops!",
|
|
352
353
|
"OR": "OR",
|
|
353
354
|
"OVERRIDE": "Override",
|
|
354
|
-
"OVERRIDE_FUNCTION_CONFIRM": "The function \"{{functionName}}\" already exists in project \"{{projectName}}\"
|
|
355
|
+
"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
356
|
"OVERVIEW": "Overview",
|
|
356
357
|
"OWNER": "Owner",
|
|
357
358
|
"PAGES_LOWERCASE": "pages",
|
|
@@ -368,29 +369,29 @@
|
|
|
368
369
|
"PHYSICAL_CAPACITY": "Physical capacity",
|
|
369
370
|
"PIPELINES": "Pipelines",
|
|
370
371
|
"PLACEHOLDER": {
|
|
371
|
-
"ADD_DESCRIPTION": "
|
|
372
|
-
"AUTO_COMPLETE_DEFAULT": "Start typing to get
|
|
373
|
-
"BY_NAME": "By name",
|
|
374
|
-
"CHIPS_INPUT_DEFAULT": "Start typing, or press space to select a value",
|
|
372
|
+
"ADD_DESCRIPTION": "Click to add a description…",
|
|
373
|
+
"AUTO_COMPLETE_DEFAULT": "Start typing to get suggestion list...",
|
|
374
|
+
"BY_NAME": "By name...",
|
|
375
|
+
"CHIPS_INPUT_DEFAULT": "Start typing, or press space to select a value…",
|
|
375
376
|
"COMMA_DELIMITED_LIST_OF_NUMBERS": "1,3-6,9-10,14,...",
|
|
376
377
|
"COMMA_DELIMITED_LIST_OF_STRINGS": "value1,value2,value3,...",
|
|
377
378
|
"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",
|
|
379
|
+
"DESCRIPTION": "Write your description...",
|
|
380
|
+
"ENTER_EMAIL_ADDRESS": "Enter email address...",
|
|
381
|
+
"ENTER_FIRST_NAME": "Enter first name...",
|
|
382
|
+
"ENTER_GENERIC": "Enter {{fieldName}}...",
|
|
383
|
+
"ENTER_HOST_PATH": "Enter host path...",
|
|
384
|
+
"ENTER_PASSWORD": "Enter password...",
|
|
385
|
+
"ENTER_PATH": "Enter path...",
|
|
386
|
+
"ENTER_PROJECT_NAME": "Enter project name...",
|
|
387
|
+
"ENTER_URL": "Enter URL...",
|
|
388
|
+
"ENTER_USERNAME": "Enter username...",
|
|
389
|
+
"NETWORK_NAME": "Network name...",
|
|
389
390
|
"PHONE_EXAMPLE": "+1-561-6532-233",
|
|
390
|
-
"SEARCH": "Search",
|
|
391
|
-
"SELECT": "Select",
|
|
392
|
-
"SELECT_CONTAINER": "Select a container",
|
|
393
|
-
"SELECT_OR_ENTER": "Select
|
|
391
|
+
"SEARCH": "Search...",
|
|
392
|
+
"SELECT": "Select...",
|
|
393
|
+
"SELECT_CONTAINER": "Select a container...",
|
|
394
|
+
"SELECT_OR_ENTER": "Select option or enter input...",
|
|
394
395
|
"SELECT_PROJECTION": "Select a projection",
|
|
395
396
|
"SELECT_TYPE": "Select type..."
|
|
396
397
|
},
|
|
@@ -446,7 +447,7 @@
|
|
|
446
447
|
"SCHEDULE": "Schedule",
|
|
447
448
|
"SELECT_RANGE": "Select range",
|
|
448
449
|
"SEND": "Send",
|
|
449
|
-
"SERVER_UNREACHABLE_ALERT": "Server unreachable.
|
|
450
|
+
"SERVER_UNREACHABLE_ALERT": "Server unreachable. You can try to refresh the page.",
|
|
450
451
|
"SERVICES": "Services",
|
|
451
452
|
"SESSIONS": "Sessions",
|
|
452
453
|
"SET_LEGEND": "Set legend",
|
|
@@ -480,8 +481,8 @@
|
|
|
480
481
|
"TAG": "Tag",
|
|
481
482
|
"TAG_LOWERCASE": "tag",
|
|
482
483
|
"TAGS": "Tags",
|
|
483
|
-
"TAGS_BEING_LOADED": "Tags are
|
|
484
|
-
"TAGS_NOT_FOUND": "No tag
|
|
484
|
+
"TAGS_BEING_LOADED": "Tags are being loaded...",
|
|
485
|
+
"TAGS_NOT_FOUND": "No tag has been found...",
|
|
485
486
|
"TAKE_OFFLINE": "Take offline",
|
|
486
487
|
"TARGET_CPU": "Target CPU",
|
|
487
488
|
"TARGET_CPU_DESCRIPTION": "Exceeding this threshold will increase the number of replicas",
|
|
@@ -523,7 +524,6 @@
|
|
|
523
524
|
"UNDO_EDIT": "Undo edit",
|
|
524
525
|
"UNDO_RESTART": "Undo restart",
|
|
525
526
|
"UNHEALTHY": "Unhealthy",
|
|
526
|
-
"UNIQUENESS": "Uniqueness",
|
|
527
527
|
"UNKNOWN": "Unknown",
|
|
528
528
|
"UNSTABLE": "Unstable",
|
|
529
529
|
"UPDATE": "Update",
|
|
@@ -547,6 +547,6 @@
|
|
|
547
547
|
"WRAP": "Wrap",
|
|
548
548
|
"WRITE_PROTECT": "Write-Protect",
|
|
549
549
|
"YES": "Yes",
|
|
550
|
-
"YES_CHANGE": "Yes,
|
|
551
|
-
"YES_DELETE": "Yes,
|
|
552
|
-
}
|
|
550
|
+
"YES_CHANGE": "Yes, Change",
|
|
551
|
+
"YES_DELETE": "Yes, Delete"
|
|
552
|
+
}
|