更新 'repository.yaml'
This commit is contained in:
30
xiaozhi-esp32-server-java/translations/en.yaml
Normal file
30
xiaozhi-esp32-server-java/translations/en.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
configuration:
|
||||
mysql_host:
|
||||
name: MySQL Host
|
||||
description: MySQL database host address
|
||||
mysql_port:
|
||||
name: MySQL Port
|
||||
description: MySQL database port
|
||||
mysql_database:
|
||||
name: Database Name
|
||||
description: Database name, default is xiaozhi
|
||||
mysql_user:
|
||||
name: Database Username
|
||||
description: Username for database connection
|
||||
mysql_password:
|
||||
name: Database Password
|
||||
description: Password for database connection
|
||||
java_memory:
|
||||
name: Java Memory Size
|
||||
description: Memory allocation for Java application in format like XmXg, e.g. 512m, 1g
|
||||
|
||||
addon:
|
||||
start: Starting Xiaozhi ESP32 Voice Assistant...
|
||||
stop: Stopping Xiaozhi ESP32 Voice Assistant...
|
||||
configure: After configuration, click Save and restart the add-on to apply changes
|
||||
logs:
|
||||
starting: Starting service...
|
||||
started: Service started
|
||||
stopping: Stopping service...
|
||||
stopped: Service stopped
|
||||
error: Service failed to start, please check logs
|
||||
30
xiaozhi-esp32-server-java/translations/zh-Hans.yaml
Normal file
30
xiaozhi-esp32-server-java/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
configuration:
|
||||
mysql_host:
|
||||
name: MySQL主机
|
||||
description: MySQL数据库主机地址
|
||||
mysql_port:
|
||||
name: MySQL端口
|
||||
description: MySQL数据库端口
|
||||
mysql_database:
|
||||
name: 数据库名称
|
||||
description: 数据库名称,默认为xiaozhi
|
||||
mysql_user:
|
||||
name: 数据库用户名
|
||||
description: 用于连接数据库的用户名
|
||||
mysql_password:
|
||||
name: 数据库密码
|
||||
description: 用于连接数据库的密码
|
||||
java_memory:
|
||||
name: Java内存大小
|
||||
description: 分配给Java应用的内存大小,格式为 XmXg 等,例如:512m, 1g
|
||||
|
||||
addon:
|
||||
start: 正在启动小智ESP32语音助手...
|
||||
stop: 正在停止小智ESP32语音助手...
|
||||
configure: 完成配置后,点击保存并重启加载项使配置生效
|
||||
logs:
|
||||
starting: 正在启动服务...
|
||||
started: 服务已启动
|
||||
stopping: 正在停止服务...
|
||||
stopped: 服务已停止
|
||||
error: 服务启动失败,请检查日志
|
||||
Reference in New Issue
Block a user