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
+7
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,13 @@
109
109
"ring-delete-cmd-failed": "Error occurred while deleting ring: {0}.",
110
110
"ring-set-default-cmd-failed": "Error occurred while setting default ring: {0}",
111
111
112
+
"variable-group-create-cmd-failed": "Error occurred while creating variable group.",
113
+
"variable-group-create-cmd-err-create": "Could not load variable group. The variable group type '{0}' is not supported. Only 'Vsts' and 'AzureKeyVault' are valid types and case sensitive.",
114
+
"variable-group-create-cmd-err-access-token": "Provide a value for {0}.",
115
+
"variable-group-create-cmd-err-project-missing": "Provide a value for {0}.",
116
+
"variable-group-create-cmd-err-org-missing": "Provide a value for {0}.",
117
+
"variable-group-create-cmd-err-file-missing": "Provide a file with the variable group manifest.",
118
+
112
119
"validation-err-org-name-missing": "Organization name was missing. Provide it.",
113
120
"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.",
114
121
"validation-err-password-missing": "Password was missing. Provide it.",
0 commit comments