You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/lib/i18n.json
+9
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,15 @@
223
223
"variable-group-create-cmd-err-org-missing": "Provide a value for {0}.",
224
224
"variable-group-create-cmd-err-file-missing": "Provide a file with the variable group manifest.",
225
225
226
+
"project-create-variable-group-cmd-failed": "Create variable group was not successfully executed.",
227
+
"project-create-variable-group-cmd-err-root-invalid": "Project root path is not valid. Provide a valid root path.",
228
+
"project-create-variable-group-cmd-err-variable-group-invalid": "Variable group name is not valid. Provide a valid variable group name.",
229
+
"project-create-variable-group-cmd-err-bedrock-file-missing": "Bedrock file does not exist. Check that the project directory has been initialized.",
230
+
"project-create-variable-group-cmd-err-file-missing": "The file '{0}' does not exist in project '{1}'.",
231
+
"project-create-variable-group-cmd-err-dependency": "Please run `spk project init` command before running this command to initialize the project.",
232
+
"project-create-variable-group-cmd-err-values-missing": "Required values were missing. Provide values for registry-name, hld-repo-url, service-principal-id, service-principal-password, tenant.",
233
+
"project-init-cmd-failed": "Project init was not successfully executed.",
234
+
226
235
"validation-err-missing-vals": "These mandatory options were missing:\n {0}. Provide them.",
227
236
"validation-err-org-name-missing": "Organization name was missing. Provide it.",
228
237
"validation-err-org-name": "Organization name must start with a letter or number, followed by letters, numbers or hyphens, and must end with a letter or number.",
0 commit comments