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
+11
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,17 @@
19
19
"hld-init-cmd-failed": "Hld init command was not successfully executed.",
20
20
"hld-init-cmd-project-path-missing": "Value for project path was not provided. Provide it.",
21
21
22
+
"hld-reconcile-err-repo-create": "Error creating repository component '{0}' in path '{1}'.",
23
+
"hld-reconcile-err-helm-config": "Error configuring helm chart for service.",
24
+
"hld-reconcile-err-service-create": "Error creating service component '{0}' in path '{1}'.",
25
+
"hld-reconcile-err-ring-create": "`error creating ring component '{0}' in path '{1}'.",
26
+
"hld-reconcile-err-helm-add": "Error adding helm chart for service-config {0} to ring path '{1}'.",
27
+
"hld-reconcile-err-static-create": "Error creating static component in path '{0}'.",
28
+
"hld-reconcile-err-fab": "Fabrikate not installed. Please fetch and install the latest version: https://github.com/microsoft/fabrikate/releases",
29
+
"hld-reconcile-err-path": "Could not validate {0} path.",
"hld-reconcile-err-cmd-exe": "An error occurred while reconciling HLD.",
32
+
22
33
"infra-scaffold-cmd-failed": "Infra scaffold command was not successfully executed.",
23
34
"infra-scaffold-cmd-src-missing": "Value for source is required because it cannot be constructed with properties in spk-config.yaml. Provide value for source.",
24
35
"infra-scaffold-cmd-values-missing": "Values for name, version and/or 'template were missing. Provide value for values for them.",
0 commit comments