fix: i18n (#71)

* fix: block_identifier text

* fix: i18n

* chore: auto-fix linting and formatting issues

* fix: block button

* fix: ConfirmBlock text

* fix: i18n

---------

Co-authored-by: hamster1963 <hamster1963@users.noreply.github.com>
This commit is contained in:
仓鼠
2024-12-23 00:38:40 +08:00
committed by GitHub
parent 4d12682cdf
commit 5e3db19ed6
8 changed files with 172 additions and 16 deletions
+11 -1
View File
@@ -164,5 +164,15 @@
"CommunityThemeDescription": "社区主题未经官方审计,需自行甄别风险",
"Cancel": "取消",
"EnableDDNS": "启用 DDNS",
"PushSuccessful": "推送成功的通知"
"PushSuccessful": "推送成功的通知",
"GrpcAuthFailed": "gRPC 认证失败",
"APITokenInvalid": "API 令牌无效",
"UserInvalid": "用户无效",
"BlockByUser": "被用户封禁",
"BlockIdentifier": "封禁标识",
"UserId": "用户 ID",
"ConnectedAt": "连接时间",
"OnlineUser": "在线用户",
"Total": "总数",
"ConfirmBlock": "确认封禁"
}