Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new dist version 0.35.0 #1234

Merged
merged 1 commit into from
Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dist/i18n/en/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"CREATE_NEW_HEADER": "Create a new header",
"CREATE_NEW_HOST": "Create a new host",
"CREATE_NEW_LABEL": "Create a new label",
"CREATE_NEW_NODE_SELECTOR": "Create a new node selector",
"CREATE_NEW_RUNTIME_ATTRIBUTE": "Create a new runtime attribute",
"CREATE_NEW_SUBSCRIPTION": "Create a new subscription",
"CREATE_NEW_TRIGGER": "Create a new trigger",
Expand Down Expand Up @@ -128,6 +129,7 @@
"EXPAND_ALL": "Expand all",
"EXPORT_ALL_PROJECTS": "Export all projects",
"EXPORT_FUNCTION": "Export function",
"EXTERNAL_INVOCATION_URLS": "External invocation URLs",
"FAILED_TO_DEPLOY": "Failed to deploy",
"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.",
"FUNCTIONS_NOT_FOUND": "There are currently no functions, you can create a function by clicking the ‘New Function’ button",
Expand All @@ -148,6 +150,7 @@
"IMPORT_PROJECTS": "Import project(s)",
"INITIAL_OFFSET": "Initial offset",
"INGRESSES_HOSTS": "Ingress hosts",
"INTERNAL_INVOCATION_URLS": "Internal invocation URLs",
"INVOCATION": "Invocation",
"INVOCATION_PER_SEC": "Invocation/s",
"INVOCATION_URL": "Invocation URL",
Expand Down Expand Up @@ -175,6 +178,7 @@
"NO_FUNCTIONS_AVAILABLE": "No functions available",
"NO_INTERNET_ACCESS": "No internet access",
"NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...",
"NODE_SELECTORS": "Node selectors",
"NORMAL": "Normal",
"NOT_START_WITH_FORBIDDEN_WORDS": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'",
"NOT_YET_DEPLOYED": "Not yet deployed",
Expand Down
Loading