mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-06-20 18:10:40 +00:00
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:
@@ -164,5 +164,15 @@
|
||||
"CommunityThemeDescription": "This theme is provided by the community, use at your own risk",
|
||||
"Cancel": "Cancel",
|
||||
"EnableDDNS": "Enable DDNS",
|
||||
"PushSuccessful": "Push if Successful"
|
||||
"PushSuccessful": "Push if Successful",
|
||||
"GrpcAuthFailed": "gRPC authentication failed",
|
||||
"APITokenInvalid": "API token is invalid",
|
||||
"UserInvalid": "User is invalid",
|
||||
"BlockByUser": "Blocked by user",
|
||||
"BlockIdentifier": "Block identifier",
|
||||
"UserId": "User ID",
|
||||
"ConnectedAt": "Connected at",
|
||||
"OnlineUser": "Online User",
|
||||
"Total": "Total",
|
||||
"ConfirmBlock": "Confirm Block"
|
||||
}
|
||||
|
||||
@@ -164,5 +164,15 @@
|
||||
"CommunityThemeDescription": "社区主题未经官方审计,需自行甄别风险",
|
||||
"Cancel": "取消",
|
||||
"EnableDDNS": "启用 DDNS",
|
||||
"PushSuccessful": "推送成功的通知"
|
||||
"PushSuccessful": "推送成功的通知",
|
||||
"GrpcAuthFailed": "gRPC 认证失败",
|
||||
"APITokenInvalid": "API 令牌无效",
|
||||
"UserInvalid": "用户无效",
|
||||
"BlockByUser": "被用户封禁",
|
||||
"BlockIdentifier": "封禁标识",
|
||||
"UserId": "用户 ID",
|
||||
"ConnectedAt": "连接时间",
|
||||
"OnlineUser": "在线用户",
|
||||
"Total": "总数",
|
||||
"ConfirmBlock": "确认封禁"
|
||||
}
|
||||
|
||||
@@ -164,5 +164,15 @@
|
||||
"CommunityThemeDescription": "社群主題未經官方審計,需自行甄別風險",
|
||||
"Cancel": "取消",
|
||||
"EnableDDNS": "啟用 DDNS",
|
||||
"PushSuccessful": "推送成功的通知"
|
||||
"PushSuccessful": "推送成功的通知",
|
||||
"GrpcAuthFailed": "gRPC 認證失敗",
|
||||
"APITokenInvalid": "API 令牌無效",
|
||||
"UserInvalid": "使用者無效",
|
||||
"BlockByUser": "被使用者封鎖",
|
||||
"BlockIdentifier": "封鎖標識符",
|
||||
"UserId": "使用者 ID",
|
||||
"ConnectedAt": "連接時間",
|
||||
"OnlineUser": "線上使用者",
|
||||
"Total": "總數",
|
||||
"ConfirmBlock": "確認封鎖"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user