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.
- package/dist/i18n/en/common.json +95 -83
- package/dist/i18n/en/functions.json +110 -109
- package/dist/js/iguazio.dashboard-controls.js +6660 -5230
- package/dist/less/iguazio.dashboard-controls.less +1430 -881
- package/package.json +1 -1
- package/src/i18n/en/common.json +95 -83
- package/src/i18n/en/functions.json +110 -109
- package/src/igz_controls/components/date-time-picker/date-time-picker.component.js +689 -0
- package/src/igz_controls/components/date-time-picker/date-time-picker.component.spec.js +356 -0
- package/src/igz_controls/components/date-time-picker/date-time-picker.less +418 -0
- package/src/igz_controls/components/date-time-picker/date-time-picker.tpl.html +90 -0
- package/src/igz_controls/components/date-time-picker/prevent-parent-scroll.directive.js +27 -0
- package/src/igz_controls/components/log-table-row/log-table-row.component.js +57 -0
- package/src/igz_controls/components/log-table-row/log-table-row.component.spec.js +49 -0
- package/src/igz_controls/components/log-table-row/log-table-row.less +29 -0
- package/src/igz_controls/components/log-table-row/log-table-row.tpl.html +16 -0
- package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.component.js +39 -5
- package/src/igz_controls/services/control-panel-logs-data.service.js +203 -0
- package/src/nuclio/common/components/deploy-log/deploy-log.component.js +1 -1
- package/src/nuclio/common/services/export.service.js +28 -5
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.component.js +463 -0
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.less +99 -0
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.tpl.html +177 -0
- package/src/nuclio/functions/version/version.component.js +29 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"ACCESS_KEY": "Access key",
|
|
3
3
|
"ACCESS_KEY_DESCRIPTION": "A platform data-access key",
|
|
4
4
|
"ACCESS_KEY_ID": "Access key ID",
|
|
5
|
-
"ACCESS_KEY_V3IO_ONLY": "Access key (required for an Iguazio
|
|
5
|
+
"ACCESS_KEY_V3IO_ONLY": "Access key (required for an Iguazio AI Platform download)",
|
|
6
6
|
"ADD_BROKER": "Add broker",
|
|
7
7
|
"ADD_ANNOTATION": "Add an annotation",
|
|
8
8
|
"ADD_EVENT_HEADER": "Add an event header",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"ADD_SUBSCRIPTION": "Add a subscription",
|
|
11
11
|
"ADD_TRIGGER": "Add a trigger",
|
|
12
12
|
"ADD_VOLUME": "Add a volume",
|
|
13
|
-
"ADD_TOPIC": "Add topic",
|
|
14
|
-
"ALWAYS_WAIT_FOR_READINESS_TIMEOUT_EXPIRATION": "Always wait for readiness-timeout expiration",
|
|
13
|
+
"ADD_TOPIC": "Add a topic",
|
|
14
|
+
"ALWAYS_WAIT_FOR_READINESS_TIMEOUT_EXPIRATION": "Always wait for the readiness-timeout expiration",
|
|
15
15
|
"ANNOTATIONS": "Annotations",
|
|
16
16
|
"API_GATEWAY_IN_TRANSIENT_STATE": "API gateway update is in progress",
|
|
17
17
|
"API_GATEWAYS": "API Gateways",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"BUILD_LOG": "Build log",
|
|
34
34
|
"BYTES_TO_FETCH_DEFAULT": "Bytes to fetch (default)",
|
|
35
35
|
"CANARY": "Canary",
|
|
36
|
-
"CANNOT_CREATE_TRIGGER": "
|
|
36
|
+
"CANNOT_CREATE_TRIGGER": "Cannot create more than one trigger of this kind",
|
|
37
37
|
"CHOOSE_TEMPLATE": "Choose a template",
|
|
38
38
|
"CLICK_TO_DISABLE": "Click to disable",
|
|
39
39
|
"CLICK_TO_ENABLE": "Click to enable",
|
|
@@ -54,31 +54,31 @@
|
|
|
54
54
|
"CONTAINER_NAME_DESCRIPTION": "The name of the data container that contains the data",
|
|
55
55
|
"CONTENT_TYPE": "Content type",
|
|
56
56
|
"CREATE_CANARY_FUNCTION": "Create a canary function",
|
|
57
|
-
"CREATE_FUNCTION_DESCRIPTION": "Choose a preconfigured template as starting point for your
|
|
58
|
-
"CREATE_FUNCTION_EVENT": "Create function event",
|
|
59
|
-
"CREATE_NEW_API_GATEWAY": "Create
|
|
60
|
-
"CREATE_NEW_BINDING": "Create a
|
|
61
|
-
"CREATE_NEW_HEADER": "Create a
|
|
62
|
-
"CREATE_NEW_HOST": "Create a
|
|
63
|
-
"CREATE_NEW_RUNTIME_ATTRIBUTE": "Create a
|
|
57
|
+
"CREATE_FUNCTION_DESCRIPTION": "Choose a preconfigured template as a starting point for your Nuclio function",
|
|
58
|
+
"CREATE_FUNCTION_EVENT": "Create a function event",
|
|
59
|
+
"CREATE_NEW_API_GATEWAY": "Create an API Gateway",
|
|
60
|
+
"CREATE_NEW_BINDING": "Create a binding",
|
|
61
|
+
"CREATE_NEW_HEADER": "Create a header",
|
|
62
|
+
"CREATE_NEW_HOST": "Create a host",
|
|
63
|
+
"CREATE_NEW_RUNTIME_ATTRIBUTE": "Create a runtime attribute",
|
|
64
64
|
"CREATED_DATE": "Created date",
|
|
65
65
|
"DATA_BINDINGS": "Data Bindings",
|
|
66
|
-
"DELETE_API_GATEWAY_CONFIRM": "Are you sure you want to delete selected API Gateway?",
|
|
67
|
-
"DELETE_API_GATEWAYS_CONFIRM": "Are you sure you want to delete selected API Gateways?",
|
|
68
|
-
"DELETE_DESCRIPTION": "
|
|
66
|
+
"DELETE_API_GATEWAY_CONFIRM": "Are you sure you want to delete the selected API Gateway?",
|
|
67
|
+
"DELETE_API_GATEWAYS_CONFIRM": "Are you sure you want to delete the selected API Gateways?",
|
|
68
|
+
"DELETE_DESCRIPTION": "A deleted item cannot be restored.",
|
|
69
69
|
"DELETE_EVENT": "Delete event",
|
|
70
|
-
"DELETE_EVENT_DESCRIPTION": "Deleted
|
|
70
|
+
"DELETE_EVENT_DESCRIPTION": "Deleted events cannot be restored.",
|
|
71
71
|
"DELETE_FUNCTION": "Delete function",
|
|
72
72
|
"DELETE_FUNCTION_FORCIBLY_CONFIRM": "The function is in the middle of being deployed. Delete anyway?",
|
|
73
|
-
"DELETE_FUNCTION_DESCRIPTION": "
|
|
74
|
-
"DELETE_FUNCTIONS_CONFIRM": "Are you sure you want to delete selected functions?",
|
|
73
|
+
"DELETE_FUNCTION_DESCRIPTION": "A deleted function cannot be restored.",
|
|
74
|
+
"DELETE_FUNCTIONS_CONFIRM": "Are you sure you want to delete the selected functions?",
|
|
75
75
|
"DELETE_ITEM": "Delete item?",
|
|
76
76
|
"DELETE_OLDER_FUNCTION_CONFIRM": "The deployed version of this function is newer than the deleted version. To see the latest version before deleting the function, cancel the delete operation and refresh the UI.",
|
|
77
77
|
"DELETE_PROJECT": "Delete project",
|
|
78
|
-
"DELETE_PROJECT_DESCRIPTION": "Deleted
|
|
78
|
+
"DELETE_PROJECT_DESCRIPTION": "Deleted projects cannot be restored.",
|
|
79
79
|
"DELETE_PROJECTS_CONFIRM": "Delete selected projects?",
|
|
80
80
|
"DELETE_VERSION": "Delete version",
|
|
81
|
-
"DELETE_VERSIONS_CONFIRM": "Are you sure you want to delete selected versions?",
|
|
81
|
+
"DELETE_VERSIONS_CONFIRM": "Are you sure you want to delete the selected versions?",
|
|
82
82
|
"DELETED_FUNCTION_WHILE_DEPLOYING_MSG": "The function was deleted by someone else before it completed its deployment. You can deploy it again to recreate it, or go to the functions list.",
|
|
83
83
|
"DEPENDENCIES": "Dependencies",
|
|
84
84
|
"DEPRECATED_SOON_LABEL": "- deprecated soon",
|
|
@@ -89,58 +89,59 @@
|
|
|
89
89
|
"DROP_FILE_HERE_OR": "Drop a file here or ",
|
|
90
90
|
"DUPLICATE_FUNCTION": "Duplicate function",
|
|
91
91
|
"DUPLICATE_FUNCTION_SUBTITLE": "Specify the following missing data for the function configuration.",
|
|
92
|
-
"EDIT_API_GATEWAY": "Edit API Gateway",
|
|
93
|
-
"EDIT_FUNCTION_EVENT": "Edit function event",
|
|
94
|
-
"EDIT_PROJECT": "Edit
|
|
92
|
+
"EDIT_API_GATEWAY": "Edit the API Gateway",
|
|
93
|
+
"EDIT_FUNCTION_EVENT": "Edit the function event",
|
|
94
|
+
"EDIT_PROJECT": "Edit the project",
|
|
95
95
|
"ENDPOINT": "Endpoint",
|
|
96
96
|
"ENTER_HOST_TO_SEE_ENDPOINT": "Enter host to see endpoint",
|
|
97
97
|
"ERROR_MSG": {
|
|
98
|
-
"COULD_NOT_READ_FILE": "Could not read file
|
|
99
|
-
"CREATE_FUNCTION_EVENT": "
|
|
100
|
-
"CREATE_UPDATE_FUNCTION_EVENT": "
|
|
98
|
+
"COULD_NOT_READ_FILE": "Could not read file",
|
|
99
|
+
"CREATE_FUNCTION_EVENT": "An error occurred while creating the new function event.",
|
|
100
|
+
"CREATE_UPDATE_FUNCTION_EVENT": "An error occurred while creating/updating the new function event.",
|
|
101
101
|
"DELETE_API_GW_FUNCTION": "Cannot delete the function while it is being used by an API gateway (\"{{apiGatewayName}}\").",
|
|
102
102
|
"DELETE_API_GW_FUNCTIONS": "Cannot delete the functions because some of them are being used by an API gateway.",
|
|
103
|
-
"DELETE_EVENTS": "
|
|
104
|
-
"DELETE_FUNCTION": "
|
|
103
|
+
"DELETE_EVENTS": "An error occurred while deleting the events",
|
|
104
|
+
"DELETE_FUNCTION": "An error occurred while deleting the function.",
|
|
105
105
|
"DELETE_NOT_EMPTY_PROJECT": "The project is not empty. Deleting it will also delete all of its resources, such as functions and API gateways.",
|
|
106
|
-
"DELETE_PROJECT": "
|
|
107
|
-
"DELETE_API_GATEWAYS": "
|
|
106
|
+
"DELETE_PROJECT": "An error occurred while deleting the the project (try deleting its functions first).",
|
|
107
|
+
"DELETE_API_GATEWAYS": "An error occurred while deleting the API Gateways",
|
|
108
108
|
"DISABLE_API_GW_FUNCTION": "Cannot disable the function while it is being used by an API gateway (\"{{apiGatewayName}}\").",
|
|
109
|
-
"EXPORT_PROJECT": "
|
|
110
|
-
"EXPORT_PROJECTS": "
|
|
111
|
-
"FETCH_FUNCTION_LIST": "Couldn't fetch project's function list. Auto-complete suggestions will not be available. Any function name will be accepted, but the API gateway might not work properly in case such function does not exist or is not in an appropriate status.",
|
|
112
|
-
"FUNCTION_DEPLOYMENT_FAILURE": "Failed to deploy function. Status: {{status}}",
|
|
113
|
-
"FUNCTION_NAME_ALREADY_IN_USE": "Function name already in use. Rename and try again.",
|
|
109
|
+
"EXPORT_PROJECT": "An error occurred while exporting the project",
|
|
110
|
+
"EXPORT_PROJECTS": "An error occurred while exporting the projects",
|
|
111
|
+
"FETCH_FUNCTION_LIST": "Couldn't fetch the project's function list. Auto-complete suggestions will not be available. Any function name will be accepted, but the API gateway might not work properly in case such a function does not exist or is not in an appropriate status.",
|
|
112
|
+
"FUNCTION_DEPLOYMENT_FAILURE": "Failed to deploy the function. Status: {{status}}",
|
|
113
|
+
"FUNCTION_NAME_ALREADY_IN_USE": "Function name is already in use. Rename and try again.",
|
|
114
114
|
"FUNCTIONALITY_IS_NOT_IMPLEMENTED": "This functionality is not implemented yet.",
|
|
115
|
-
"GET_API_GATEWAYS": "
|
|
116
|
-
"GET_EVENTS": "
|
|
117
|
-
"GET_FUNCTION": "
|
|
118
|
-
"GET_FUNCTIONS": "
|
|
119
|
-
"GET_FUNCTIONS_TEMPLATE": "
|
|
120
|
-
"GET_NAMESPACES": "
|
|
121
|
-
"GET_PROJECT": "
|
|
122
|
-
"GET_PROJECTS": "
|
|
115
|
+
"GET_API_GATEWAYS": "An error occurred while retrieving the API Gateways",
|
|
116
|
+
"GET_EVENTS": "An error occurred while retrieving the events",
|
|
117
|
+
"GET_FUNCTION": "An error occurred while retrieving the function.",
|
|
118
|
+
"GET_FUNCTIONS": "An error occurred while retrieving the functions",
|
|
119
|
+
"GET_FUNCTIONS_TEMPLATE": "An error occurred while getting the function's templates",
|
|
120
|
+
"GET_NAMESPACES": "An error occurred while retrieving the namespaces",
|
|
121
|
+
"GET_PROJECT": "An error occurred while retrieving the project",
|
|
122
|
+
"GET_PROJECTS": "An error occurred while retrieving the projects",
|
|
123
123
|
"INVALID_FILE_TYPE_EXTENSION": "Invalid file type/extension",
|
|
124
|
-
"INVOKE_FUNCTION": "
|
|
125
|
-
"UNKNOWN_ERROR_WITH_STATUS": "
|
|
126
|
-
"UPDATE_FUNCTION": "
|
|
127
|
-
"UPDATE_FUNCTION_EVENT": "
|
|
128
|
-
"UPDATE_PROJECT": "
|
|
124
|
+
"INVOKE_FUNCTION": "An error occurred while invoking. Status: ",
|
|
125
|
+
"UNKNOWN_ERROR_WITH_STATUS": "An error occurred. Status: {{status}}",
|
|
126
|
+
"UPDATE_FUNCTION": "An error occurred while updating the function.",
|
|
127
|
+
"UPDATE_FUNCTION_EVENT": "An error occurred while updating the function event.",
|
|
128
|
+
"UPDATE_PROJECT": "An error occurred while updating the project",
|
|
129
129
|
"UPLOAD_FILE": {
|
|
130
|
-
"DEFAULT": "
|
|
131
|
-
"UNKNOWN": "
|
|
130
|
+
"DEFAULT": "An error occurred while uploading a file. ",
|
|
131
|
+
"UNKNOWN": "An error occurred while uploading a file"
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
134
|
"EVENT_BODY": "Event Body",
|
|
135
135
|
"EVENT_HEADERS": "Event headers",
|
|
136
|
-
"EVENT_RESPONSE_MSG": "Response will be shown here
|
|
136
|
+
"EVENT_RESPONSE_MSG": "Response will be shown here after you press `Test`.",
|
|
137
137
|
"EXPAND_ALL": "Expand all",
|
|
138
138
|
"EXPORT_ALL_PROJECTS": "Export all projects",
|
|
139
139
|
"EXPORT_FUNCTION": "Export function",
|
|
140
140
|
"EXTERNAL_INVOCATION_URLS": "External invocation URLs",
|
|
141
|
+
"EXECUTION_LOG": "Execution log",
|
|
141
142
|
"FAILED_TO_DEPLOY": "Failed to deploy",
|
|
142
143
|
"FUNCTION_NAME_IS_USED_WARNING": "The specified function name is already used by a function in another project. To use it for a new function you must first delete the existing function.",
|
|
143
|
-
"FUNCTIONS_NOT_FOUND": "There are currently no functions, you can create a function by
|
|
144
|
+
"FUNCTIONS_NOT_FOUND": "There are currently no functions, you can create a function by pressing ‘New Function’",
|
|
144
145
|
"GET_STARTED_WITH_YOUR_PROJECT": "Get started with your project.",
|
|
145
146
|
"GO_TO_EXISTING_FUNCTION": "Go to existing function",
|
|
146
147
|
"GO_TO_FUNCTIONS": "Go to functions",
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
"IMAGE_NAME": "Image name",
|
|
155
156
|
"IMAGE_NAME_DESCRIPTION": "The name of the built container image (default for this function: <b>{{defaultImageName}}</b>)",
|
|
156
157
|
"IMPORT": "Import",
|
|
157
|
-
"IMPORT_FUNCTION_DESCRIPTION": "Upload a YAML file as a starting point for your
|
|
158
|
+
"IMPORT_FUNCTION_DESCRIPTION": "Upload a YAML file as a starting point for your Nuclio function",
|
|
158
159
|
"IMPORT_PROJECTS": "Import project(s)",
|
|
159
160
|
"INITIAL_OFFSET": "Initial offset",
|
|
160
161
|
"INGRESSES_HOSTS": "Ingress hosts",
|
|
@@ -200,54 +201,54 @@
|
|
|
200
201
|
"PLACEHOLDER": {
|
|
201
202
|
"ACTIONS": "ACTIONS",
|
|
202
203
|
"DEFAULT_PROVIDED_WHEN_EMPTY": "If empty, a default one will be provided",
|
|
203
|
-
"DESCRIPTION": "Description
|
|
204
|
-
"ENTER_ACCESS_KEY": "Enter access key
|
|
205
|
-
"ENTER_ACCESS_KEY_ID": "Enter access key ID
|
|
204
|
+
"DESCRIPTION": "Description",
|
|
205
|
+
"ENTER_ACCESS_KEY": "Enter access key",
|
|
206
|
+
"ENTER_ACCESS_KEY_ID": "Enter access key ID",
|
|
206
207
|
"ENTER_API_GATEWAY_NAME": "Enter API Gateway name",
|
|
207
|
-
"ENTER_ARGUMENTS": "Enter arguments
|
|
208
|
-
"ENTER_BASE_IMAGE": "Enter base image
|
|
209
|
-
"ENTER_BODY_OF_EVENT": "Enter body of event
|
|
208
|
+
"ENTER_ARGUMENTS": "Enter arguments",
|
|
209
|
+
"ENTER_BASE_IMAGE": "Enter base image",
|
|
210
|
+
"ENTER_BODY_OF_EVENT": "Enter body of event",
|
|
210
211
|
"ENTER_CANARY_FUNCTION_NAME": "Enter canary function name",
|
|
211
|
-
"ENTER_COMMAND_ON_EACH_LINE": "Enter a command on each line
|
|
212
|
-
"ENTER_CONFIG_MAP_NAME": "Enter config map name
|
|
213
|
-
"ENTER_CONSUMER_GROUP_NAME": "Enter consumer group name
|
|
214
|
-
"ENTER_CONTAINER_NAME": "Enter container name
|
|
215
|
-
"ENTER_DEPENDENCY_ON_EACH_LINE": "Enter a dependency on each line
|
|
216
|
-
"ENTER_DESCRIPTION": "Enter description
|
|
217
|
-
"ENTER_DESTINATION": "Enter destination
|
|
212
|
+
"ENTER_COMMAND_ON_EACH_LINE": "Enter a command on each line",
|
|
213
|
+
"ENTER_CONFIG_MAP_NAME": "Enter config map name",
|
|
214
|
+
"ENTER_CONSUMER_GROUP_NAME": "Enter consumer group name",
|
|
215
|
+
"ENTER_CONTAINER_NAME": "Enter container name",
|
|
216
|
+
"ENTER_DEPENDENCY_ON_EACH_LINE": "Enter a dependency on each line",
|
|
217
|
+
"ENTER_DESCRIPTION": "Enter description",
|
|
218
|
+
"ENTER_DESTINATION": "Enter destination",
|
|
218
219
|
"ENTER_DURATION": "E.g. 1h, 30m, 10s",
|
|
219
220
|
"ENTER_ENDPOINT": "Enter endpoint",
|
|
220
|
-
"ENTER_EVENT_BODY": "Enter event body
|
|
221
|
-
"ENTER_FUNCTION_NAME": "Enter function name
|
|
222
|
-
"ENTER_IMAGE": "Enter image
|
|
223
|
-
"ENTER_IMAGE_NAME": "Enter image name
|
|
224
|
-
"ENTER_KEY": "Enter key
|
|
225
|
-
"ENTER_MOUNT_PATH": "Enter mount path
|
|
226
|
-
"ENTER_NAME": "Enter name
|
|
227
|
-
"ENTER_NAME_OF_EVENT": "Enter name of event
|
|
228
|
-
"ENTER_ONBUILD_IMAGE": "Enter onbuild image
|
|
229
|
-
"ENTER_OPTION_ON_EACH_LINE": "Enter an option on each line
|
|
230
|
-
"ENTER_PATH_IN_CONTAINER": "Enter path in container
|
|
231
|
-
"ENTER_PERSISTENT_VOLUME_CLAIM_NAME": "Enter persistent volume claim name
|
|
221
|
+
"ENTER_EVENT_BODY": "Enter event body",
|
|
222
|
+
"ENTER_FUNCTION_NAME": "Enter function name",
|
|
223
|
+
"ENTER_IMAGE": "Enter image",
|
|
224
|
+
"ENTER_IMAGE_NAME": "Enter image name",
|
|
225
|
+
"ENTER_KEY": "Enter key",
|
|
226
|
+
"ENTER_MOUNT_PATH": "Enter mount path",
|
|
227
|
+
"ENTER_NAME": "Enter name",
|
|
228
|
+
"ENTER_NAME_OF_EVENT": "Enter name of event",
|
|
229
|
+
"ENTER_ONBUILD_IMAGE": "Enter onbuild image",
|
|
230
|
+
"ENTER_OPTION_ON_EACH_LINE": "Enter an option on each line",
|
|
231
|
+
"ENTER_PATH_IN_CONTAINER": "Enter path in container",
|
|
232
|
+
"ENTER_PERSISTENT_VOLUME_CLAIM_NAME": "Enter persistent volume claim name",
|
|
232
233
|
"ENTER_PRIMARY_FUNCTION_NAME": "Enter primary function name",
|
|
233
|
-
"ENTER_REFERENCE": "Enter reference
|
|
234
|
-
"ENTER_REPOSITORY_ON_EACH_LINE": "Enter a repository on each line
|
|
235
|
-
"ENTER_SASL_PASSWORD": "Enter SASL password
|
|
236
|
-
"ENTER_SASL_USERNAME": "Enter SASL username
|
|
237
|
-
"ENTER_SECRET_ACCESS_KEY": "Enter secret access key
|
|
238
|
-
"ENTER_SECRET_NAME": "Enter secret name
|
|
239
|
-
"ENTER_SESSION_TOKEN": "Enter session token
|
|
240
|
-
"ENTER_TAG": "Enter tag
|
|
241
|
-
"ENTER_TOKEN": "Enter token
|
|
242
|
-
"ENTER_VALUE": "Enter value
|
|
243
|
-
"EVENT_NAME": "Event name
|
|
234
|
+
"ENTER_REFERENCE": "Enter reference",
|
|
235
|
+
"ENTER_REPOSITORY_ON_EACH_LINE": "Enter a repository on each line",
|
|
236
|
+
"ENTER_SASL_PASSWORD": "Enter SASL password",
|
|
237
|
+
"ENTER_SASL_USERNAME": "Enter SASL username",
|
|
238
|
+
"ENTER_SECRET_ACCESS_KEY": "Enter secret access key",
|
|
239
|
+
"ENTER_SECRET_NAME": "Enter secret name",
|
|
240
|
+
"ENTER_SESSION_TOKEN": "Enter session token",
|
|
241
|
+
"ENTER_TAG": "Enter tag",
|
|
242
|
+
"ENTER_TOKEN": "Enter token",
|
|
243
|
+
"ENTER_VALUE": "Enter value",
|
|
244
|
+
"EVENT_NAME": "Event name",
|
|
244
245
|
"MAX_REQUIRED": "Required when min=0",
|
|
245
246
|
"MY_SERVICE_ACCOUNT": "myserviceaccount",
|
|
246
247
|
"REQUIRED_IF_QUEUE_NAME_IS_EMPTY": "Required if Queue Name is empty",
|
|
247
|
-
"SEARCH_FUNCTIONS": "Search functions
|
|
248
|
-
"SEARCH_PROJECTS": "Search projects
|
|
249
|
-
"SEARCH_TEMPLATE": "Search by text, tags and keywords
|
|
250
|
-
"SEC": "Sec
|
|
248
|
+
"SEARCH_FUNCTIONS": "Search functions",
|
|
249
|
+
"SEARCH_PROJECTS": "Search projects",
|
|
250
|
+
"SEARCH_TEMPLATE": "Search by text, tags and keywords",
|
|
251
|
+
"SEC": "Sec",
|
|
251
252
|
"SELECT_CLASS": "Select class",
|
|
252
253
|
"SELECT_TYPE": "Select type"
|
|
253
254
|
},
|
|
@@ -255,7 +256,7 @@
|
|
|
255
256
|
"POLLING_INTERVAL": "Polling interval",
|
|
256
257
|
"PREFIX": "Prefix",
|
|
257
258
|
"PROJECT": "Project",
|
|
258
|
-
"PROJECTS_NOT_FOUND": "There are currently no projects
|
|
259
|
+
"PROJECTS_NOT_FOUND": "There are currently no projects. To create a project, press the ‘Create Project’ button",
|
|
259
260
|
"PROMOTE": "Promote",
|
|
260
261
|
"PROMOTE_CANARY_CONFIRM": "Are you sure you want to promote canary to primary?",
|
|
261
262
|
"PVC": "PVC",
|
|
@@ -273,11 +274,11 @@
|
|
|
273
274
|
"RESPONSE": "Response",
|
|
274
275
|
"RESPONSE_HEADERS": "Response headers",
|
|
275
276
|
"RESPONSE_IMAGE": "Response image",
|
|
276
|
-
"REVERT_NODE_SELECTORS_TO_DEFAULTS_CONFIRM": "Are you sure you want revert the node selectors to
|
|
277
|
+
"REVERT_NODE_SELECTORS_TO_DEFAULTS_CONFIRM": "Are you sure you want to revert the node selectors to their defaults?",
|
|
277
278
|
"REVERT_TO_DEFAULTS": "Revert to defaults",
|
|
278
279
|
"RUN_ON_SPOT_NODES": "Run on Spot nodes",
|
|
279
280
|
"RUNTIME": "Runtime",
|
|
280
|
-
"RUNTIME_ATTRIBUTES": "Runtime
|
|
281
|
+
"RUNTIME_ATTRIBUTES": "Runtime attributes",
|
|
281
282
|
"SASL_PASSWORD": "SASL password",
|
|
282
283
|
"SASL_USERNAME": "SASL username",
|
|
283
284
|
"SAVED": "Saved",
|
|
@@ -287,7 +288,7 @@
|
|
|
287
288
|
"SECRET_ACCESS_KEY": "Secret access key",
|
|
288
289
|
"SECRET_KEY": "Secret key",
|
|
289
290
|
"SECRET_NAME": "Secret name",
|
|
290
|
-
"SELECT_FUNCTION_CONFIRM": "The function you selected is currently not running
|
|
291
|
+
"SELECT_FUNCTION_CONFIRM": "The function you selected is currently not running. Are you sure you want to use it?",
|
|
291
292
|
"SERVICE_ACCOUNT": "Service Account",
|
|
292
293
|
"SESSION_TOKEN": "Session token",
|
|
293
294
|
"SKIP": "Skip",
|
|
@@ -308,7 +309,7 @@
|
|
|
308
309
|
"TIMEOUT": "Timeout",
|
|
309
310
|
"TOKEN": "Token",
|
|
310
311
|
"TOOLTIP": {
|
|
311
|
-
"ADD_LABELS": "Labels
|
|
312
|
+
"ADD_LABELS": "Labels can be set on function creation only.",
|
|
312
313
|
"ANNOTATION": "Annotation",
|
|
313
314
|
"ANNOTATIONS": {
|
|
314
315
|
"HEAD": "Kubernetes annotations",
|
|
@@ -320,15 +321,15 @@
|
|
|
320
321
|
"HEAD": "Kubernetes ConfigMap",
|
|
321
322
|
"REST": "for storing configuration artifacts separately from the container image content"
|
|
322
323
|
},
|
|
323
|
-
"DEPLOY_INVALID_CONFIG": "Invalid config, cannot deploy (review the tabs and fix invalid fields)",
|
|
324
|
-
"DEPLOY_IN_PROGRESS": "Deploy is already in-progress",
|
|
325
|
-
"DISABLE_CACHE": "Build the function's Docker image from scratch without reusing any previously built Docker image layers",
|
|
326
|
-
"DISABLED_FUNCTION": "Only running and scaled-to-zero functions can be tested",
|
|
324
|
+
"DEPLOY_INVALID_CONFIG": "Invalid config, cannot deploy (review the tabs and fix invalid fields).",
|
|
325
|
+
"DEPLOY_IN_PROGRESS": "Deploy is already in-progress.",
|
|
326
|
+
"DISABLE_CACHE": "Build the function's Docker image from scratch without reusing any previously built Docker image layers.",
|
|
327
|
+
"DISABLED_FUNCTION": "Only running and scaled-to-zero functions can be tested.",
|
|
327
328
|
"GIT": {
|
|
328
|
-
"BRANCH": "The Git repository branch from which to download the function code",
|
|
329
|
+
"BRANCH": "The Git repository branch from which to download the function code.",
|
|
329
330
|
"BRANCH_TAG_REFERENCE_DISABLED": "Exactly one of Branch, Tag, and Reference fields must be filled. When one is filled, the others are disabled.",
|
|
330
|
-
"URL": "The URL of the Git repository that contains the function code",
|
|
331
|
-
"USERNAME": "Not required if you enter a PAT (Personal Access Token) in the Password field"
|
|
331
|
+
"URL": "The URL of the Git repository that contains the function code.",
|
|
332
|
+
"USERNAME": "Not required if you enter a PAT (Personal Access Token) in the Password field."
|
|
332
333
|
},
|
|
333
334
|
"GITHUB": {
|
|
334
335
|
"BRANCH": "The GitHub repository branch from which to download the function code",
|
|
@@ -348,7 +349,7 @@
|
|
|
348
349
|
"NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
|
|
349
350
|
"ENRICHED_NODE_SELECTOR": "The node selector of the function, enriched with the project’s and the service’s default node selectors",
|
|
350
351
|
"POD_TOLERATIONS": {
|
|
351
|
-
"ALLOW": "Allow function pods to run on spot nodes. Spot nodes might be tainted, using this option will make sure function pods
|
|
352
|
+
"ALLOW": "Allow function pods to run on spot nodes. Spot nodes might be tainted, using this option will make sure function pods tolerate these taints.",
|
|
352
353
|
"CONSTRAIN": "Constrain function pods to spot nodes using label selectors.",
|
|
353
354
|
"PREVENT": "Disallow function pods from running on Spot nodes"
|
|
354
355
|
},
|
|
@@ -373,8 +374,8 @@
|
|
|
373
374
|
"TO_MAKE_FUNCTION_ACCESSIBLE": "To make the function accessible outside of the cluster, go to the <a class=\"link\" data-ui-sref=\"app.project.function.edit.triggers({functionId:'{{functionId}}'})\">Triggers</a> tab and configure an HTTP trigger with an ingress",
|
|
374
375
|
"URL": "A URL for downloading the archive file",
|
|
375
376
|
"USED_BY_API_GATEWAY": "Used by API gateway: \"{{apiGatewayName}}\"",
|
|
376
|
-
"V3IO": "A directory in an Iguazio
|
|
377
|
-
"V3IO_ACCESS_KEY": "An Iguazio
|
|
377
|
+
"V3IO": "A directory in an Iguazio AI Platform data container",
|
|
378
|
+
"V3IO_ACCESS_KEY": "An Iguazio AI Platform access key",
|
|
378
379
|
"V3IO_STREAM_CONTAINER": "Select a container name of the local platform from the dropdown menu, and the URL will be auto-filled for you.<br><b>Advanced:</b> you can manually enter a container name and a URL for remote configuration.",
|
|
379
380
|
"V3IO_STREAM_URL": "In case you selected a container name of the local platform from the dropdown menu — do not edit this field.<br><b>Advanced:</b> you can manually enter a container name and a URL for remote configuration.",
|
|
380
381
|
"VOLUMES": "Volumes that define data paths and the required information for accessing the data from the function",
|
|
@@ -387,7 +388,7 @@
|
|
|
387
388
|
"TRIGGER_ACCESS_KEY_ID": "\"{{triggerName}}\" trigger access key ID",
|
|
388
389
|
"TRIGGER_CRON_INTERVAL_NO_SCHEDULE": "Applicable only when \"Schedule\" is empty",
|
|
389
390
|
"TRIGGER_SECRET_ACCESS_KEY": "\"{{triggerName}}\" trigger secret access key",
|
|
390
|
-
"TRIGGERS_NOT_FOUND": "There are currently no triggers, you can create a trigger by
|
|
391
|
+
"TRIGGERS_NOT_FOUND": "There are currently no triggers, you can create a trigger by pressing ‘Create a new trigger’",
|
|
391
392
|
"UNSPECIFIED_FIELD_NAME": "Unspecified field name",
|
|
392
393
|
"URL_NOT_EXPOSED": "URL not exposed",
|
|
393
394
|
"V3IO": "V3IO",
|
|
@@ -395,7 +396,7 @@
|
|
|
395
396
|
"VIEW_YAML": "View YAML",
|
|
396
397
|
"VOLUME_ACCESS_KEY": "\"{{volumeName}}\" volume access key",
|
|
397
398
|
"VOLUMES": "Volumes",
|
|
398
|
-
"WELCOME_DESCRIPTION": "Write from scratch or use an example repository to build an event
|
|
399
|
+
"WELCOME_DESCRIPTION": "Write from scratch or use an example repository to build an event-driven application project.",
|
|
399
400
|
"WORK_DIRECTORY": "Work directory",
|
|
400
401
|
"WORKER_ALLOCATOR_NAME": "Worker allocator name",
|
|
401
402
|
"WORKER_AVAILABILITY_TIMEOUT": "Worker availability timeout",
|