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
+5
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@
16
16
"storageKeVaultName": "Enter key vault name (have the value as empty and hit enter key to skip)"
17
17
},
18
18
"errors": {
19
+
"init_cmd_failed": "Init command was not successfully executed.",
20
+
"init_cmd_unable_validate_pat": "Could not validate personal access token because organization, project or access token information were missing. Provide them in config.yaml.",
21
+
"init_cmd_missing_opts": "Could not execute this command because file that stores configuration was not provided and interactive mode was not set. Provide file name or enable interactive mode.",
22
+
"init_cmd_both_opts_err": "Could not execute this command because file that stores configuration was provided and interactive mode was set. Provide file name or enable interactive mode.",
23
+
19
24
"setup-cmd-failed": "Setup command was not successfully executed.",
20
25
"setup-cmd-prompt-err-no-subscriptions": "No subscriptions found.",
21
26
"setup-cmd-prompt-err-subscription-missing": "Subscription Identifier was missing.",
0 commit comments