i18n: 添加 updateAvailable 和 expiryOptions 翻译

This commit is contained in:
LIghtJUNction
2026-03-27 19:08:55 +08:00
parent 2b5f10e3cf
commit 724e495ea9
5 changed files with 17 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"hasNewVersion": "AstrBot has a new version!",
"dashboardHasNewVersion": "WebUI has a new version!"
},
"updateAvailable": "New version available",
"buttons": {
"update": "Update",
"account": "Account",

View File

@@ -223,6 +223,13 @@
"365days": "365 days",
"permanent": "Permanent"
},
"expiryOptions": {
"day1": "1 day",
"day7": "7 days",
"day30": "30 days",
"day90": "90 days",
"permanent": "Permanent"
},
"permanentWarning": "Permanent API keys are high risk. Store them securely and use only when necessary.",
"scopes": "Scopes",
"create": "Create API Key",

View File

@@ -4,6 +4,7 @@
"hasNewVersion": "Доступна новая версия AstrBot!",
"dashboardHasNewVersion": "Доступна новая версия WebUI!"
},
"updateAvailable": "Доступна новая версия",
"buttons": {
"update": "Обновить",
"account": "Аккаунт",

View File

@@ -4,6 +4,7 @@
"hasNewVersion": "AstrBot 有新版本!",
"dashboardHasNewVersion": "WebUI 有新版本!"
},
"updateAvailable": "发现新版本",
"buttons": {
"update": "更新",
"account": "账户",

View File

@@ -223,6 +223,13 @@
"365days": "365 天",
"permanent": "永久"
},
"expiryOptions": {
"day1": "1 天",
"day7": "7 天",
"day30": "30 天",
"day90": "90 天",
"permanent": "永久"
},
"permanentWarning": "永久有效的 API Key 风险较高,请妥善保存并建议仅在必要场景使用。",
"scopes": "权限范围",
"create": "创建 API Key",