diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json index cf820b81..a6ea61fc 100644 --- a/web/src/i18n/locales/en.json +++ b/web/src/i18n/locales/en.json @@ -1346,5 +1346,26 @@ "提示缓存倍率": "Prompt cache ratio", "缓存:${{price}} * {{ratio}} = ${{total}} / 1M tokens (缓存倍率: {{cacheRatio}})": "Cache: ${{price}} * {{ratio}} = ${{total}} / 1M tokens (cache ratio: {{cacheRatio}})", "提示 {{nonCacheInput}} tokens + 缓存 {{cacheInput}} tokens * {{cacheRatio}} / 1M tokens * ${{price}} + 补全 {{completion}} tokens / 1M tokens * ${{compPrice}} * 分组 {{ratio}} = ${{total}}": "Prompt {{nonCacheInput}} tokens + cache {{cacheInput}} tokens * {{cacheRatio}} / 1M tokens * ${{price}} + completion {{completion}} tokens / 1M tokens * ${{compPrice}} * group {{ratio}} = ${{total}}", - "缓存 Tokens": "Cache Tokens" + "缓存 Tokens": "Cache Tokens", + "系统初始化": "System initialization", + "管理员账号已经初始化过,请继续设置系统参数": "The admin account has already been initialized, please continue to set the system parameters", + "管理员账号": "Admin account", + "请输入管理员用户名": "Please enter the admin username", + "请输入管理员密码": "Please enter the admin password", + "请确认管理员密码": "Please confirm the admin password", + "请选择使用模式": "Please select the usage mode", + "数据库警告": "Database warning", + "您正在使用 SQLite 数据库。如果您在容器环境中运行,请确保已正确设置数据库文件的持久化映射,否则容器重启后所有数据将丢失!": "You are using the SQLite database. If you are running in a container environment, please ensure that the database file persistence mapping is correctly set, otherwise all data will be lost after container restart!", + "建议在生产环境中使用 MySQL 或 PostgreSQL 数据库,或确保 SQLite 数据库文件已映射到宿主机的持久化存储。": "It is recommended to use MySQL or PostgreSQL databases in production environments, or ensure that the SQLite database file is mapped to the persistent storage of the host machine.", + "使用模式": "Usage mode", + "对外运营模式": "Default mode", + "密码长度至少为8个字符": "Password must be at least 8 characters long", + "表单引用错误,请刷新页面重试": "Form reference error, please refresh the page and try again", + "默认模式,适用于为多个用户提供服务的场景。": "Default mode, suitable for scenarios where multiple users are provided.", + "此模式下,系统将计算每次调用的用量,您需要对每个模型都设置价格,如果没有设置价格,用户将无法使用该模型。": "In this mode, the system will calculate the usage of each call, you need to set the price for each model, if the price is not set, the user will not be able to use the model.", + "适用于个人使用的场景。": "Suitable for personal use.", + "不需要设置模型价格,系统将弱化用量计算,您可专注于使用模型。": "No need to set the model price, the system will weaken the usage calculation, you can focus on using the model.", + "适用于展示系统功能的场景。": "Suitable for scenarios where the system functions are displayed.", + "可在初始化后修改": "Can be modified after initialization", + "初始化系统": "Initialize system" }