Skip to content

Commit

Permalink
Merge pull request #2303 from TeddyJi/yes
Browse files Browse the repository at this point in the history
zh-CN 7.12
  • Loading branch information
HTGAzureX1212 authored Jul 12, 2024
2 parents 1487a73 + 2308713 commit 780bfb8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
botinfo-embed-title=运行时信息
botinfo-embed-botstarted-field-name=机器人已启动
botinfo-embed-latency-field-name=延迟(毫秒)
emojiinfo-embed-generalinfo-field-name=常规信息
emojiinfo-embed-generalinfo-guild-id-subfield-name=服务器ID:
emojiinfo-embed-generalinfo-id-subfield-name=ID:
emojiinfo-embed-generalinfo-animated-subfield-name=动态:
emojiinfo-embed-generalinfo-managed-subfield-name=受管理:
emojiinfo-embed-generalinfo-name-subfield-name=名称:
emojiinfo-error-only-custom-emojis=抱歉!现阶段仅支持自定义表情符号。
emojiinfo-error-only-one-emoji=不支持查询多个表情符号。
emojiinfo-error-unknown-emoji=未知表情符号,也许机器人没有在所选表情符号的服务器中?
roleinfo-embed-description={$roleMention} 的信息
roleinfo-embed-generalinfo-field-name=常规信息
roleinfo-embed-generalinfo-id-subfield-name=ID:
Expand Down Expand Up @@ -64,5 +73,9 @@ userinfo-embed-generalinfo-field-name=常规信息
userinfo-embed-generalinfo-id-subfield-name=ID:
userinfo-embed-generalinfo-name-subfield-name=全局名称:
userinfo-embed-generalinfo-created-subfield-name=创建:
userinfo-embed-serverpresence-field-name=服务器个人资料:
userinfo-embed-serverpresence-nickname-subfield-name=服务器昵称:
userinfo-embed-serverpresence-roles-subfield-name=身份组(最多显示10条):
userinfo-embed-serverpresence-roles-subfield-name=身份组(最多显示10条):
userinfo-embed-serverpresence-joinedat-subfield-name=已加入:
userinfo-embed-serverpresence-roles-subfield-name=身份组(最多显示10条):
userinfo-embed-serverpresence-flags-subfield-name=标记:
30 changes: 30 additions & 0 deletions localization/locales/zh-CN/discord-frontend/error.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# SPDX-License-Identifier: AGPL-3.0-only
#
# This file is part of HarTex.
#
# HarTex
# Copyright (c) 2021-2024 HarTex Project Developers
#
# HarTex is free software; you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# HarTex is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License along
# with HarTex. If not, see <https://www.gnu.org/licenses/>.
#

error-line-one=:x: 次命令遇到了{ $errorKind ->
[critical]一个关键性
[unexpected]一个意外的
*[other]一个
}错误,请提供以下错误代码以获得支持。
error-line-two=错误代码:
error-plugin-disabled=`{$plugin}`插件未启用。请在服务器配置中启用。
error-insufficient-permissions=使用命令的用户权限不足。

0 comments on commit 780bfb8

Please sign in to comment.