Русифицировать README и интерфейс HY2XS admin

This commit is contained in:
2026-04-25 23:51:21 +05:00
parent 84a4e94567
commit 2b4a45ad23
167 changed files with 632 additions and 699 deletions
+1
View File
@@ -48,3 +48,4 @@ func Execute() {
os.Exit(1)
}
}
+1
View File
@@ -49,3 +49,4 @@ func runReset(cmd *cobra.Command, args []string) {
fmt.Println(fmt.Sprintf("HY2XS admin Login Password: %s", password))
fmt.Println(fmt.Sprintf("HY2XS admin Connection Password: %s", fmt.Sprintf("%s.%s", username, password)))
}
+1
View File
@@ -83,3 +83,4 @@ func initFile() error {
}
return nil
}
+1
View File
@@ -20,3 +20,4 @@ func init() {
func runVersion(cmd *cobra.Command, args []string) {
fmt.Println("HY2XS admin version", constant.Version)
}