mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
i18n: 添加 updateAvailable 和 expiryOptions 翻译
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"hasNewVersion": "Доступна новая версия AstrBot!",
|
||||
"dashboardHasNewVersion": "Доступна новая версия WebUI!"
|
||||
},
|
||||
"updateAvailable": "Доступна новая версия",
|
||||
"buttons": {
|
||||
"update": "Обновить",
|
||||
"account": "Аккаунт",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"hasNewVersion": "AstrBot 有新版本!",
|
||||
"dashboardHasNewVersion": "WebUI 有新版本!"
|
||||
},
|
||||
"updateAvailable": "发现新版本",
|
||||
"buttons": {
|
||||
"update": "更新",
|
||||
"account": "账户",
|
||||
|
||||
@@ -223,6 +223,13 @@
|
||||
"365days": "365 天",
|
||||
"permanent": "永久"
|
||||
},
|
||||
"expiryOptions": {
|
||||
"day1": "1 天",
|
||||
"day7": "7 天",
|
||||
"day30": "30 天",
|
||||
"day90": "90 天",
|
||||
"permanent": "永久"
|
||||
},
|
||||
"permanentWarning": "永久有效的 API Key 风险较高,请妥善保存并建议仅在必要场景使用。",
|
||||
"scopes": "权限范围",
|
||||
"create": "创建 API Key",
|
||||
|
||||
Reference in New Issue
Block a user