summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_zh-CN.ini
diff options
context:
space:
mode:
authorxkcdstickfigure <97917457+xkcdstickfigure@users.noreply.github.com>2022-06-12 00:10:13 +0000
committerxkcdstickfigure <97917457+xkcdstickfigure@users.noreply.github.com>2022-06-12 00:10:13 +0000
commit3898fc5bdafa33432d8ee9841e09b5c8b372df12 (patch)
tree1ed8cb77e4a8e9d23816fbf47f4973416ad8b4e6 /options/locale/locale_zh-CN.ini
parent47bb06236d664d7091a298e17c3dc5cc2cddf396 (diff)
downloadgitea-3898fc5bdafa33432d8ee9841e09b5c8b372df12.tar.gz
gitea-3898fc5bdafa33432d8ee9841e09b5c8b372df12.zip
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options/locale/locale_zh-CN.ini')
-rw-r--r--options/locale/locale_zh-CN.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini
index 2cc448282b..1b00a2bb47 100644
--- a/options/locale/locale_zh-CN.ini
+++ b/options/locale/locale_zh-CN.ini
@@ -717,6 +717,9 @@ generate_token_success=新令牌生成成功。请拷贝因为令牌将只会显
generate_token_name_duplicate=<strong>%s</strong> 已被用作应用程序名称。请使用一个新的名称。
delete_token=删除令牌
access_token_deletion=删除 Access Token
+access_token_deletion_cancel_action=取消
+access_token_deletion_confirm_action=刪除
+access_token_deletion_desc=删除令牌将撤销程序对您账户的访问权限。此操作无法撤消。是否继续?
delete_token_success=令牌已经被删除。使用该令牌的应用将不再能够访问你的账号。
manage_oauth2_applications=管理 OAuth2 应用程序
@@ -1808,6 +1811,9 @@ settings.tracker_url_format_error=外部工单链接无效
settings.tracker_issue_style=外部工单管理系统的编号格式
settings.tracker_issue_style.numeric=纯数字形式
settings.tracker_issue_style.alphanumeric=英文字母数字组合形式
+settings.tracker_issue_style.regexp=正则表达式
+settings.tracker_issue_style.regexp_pattern=正则表达式模式
+settings.tracker_issue_style.regexp_pattern_desc=第一个被捕获的组将取代 <code>{index}</code>。
settings.tracker_url_format_desc=使用占位符 <code>{user}</code>, <code>{repo}</code> 和 <code>{index}</code> 作为用户名、仓库名和工单索引。
settings.enable_timetracker=启用时间跟踪
settings.allow_only_contributors_to_track_time=仅允许成员跟踪时间
@@ -2283,6 +2289,8 @@ topic.done=保存
topic.count_prompt=您最多选择25个主题
topic.format_prompt=主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
+find_file.go_to_file=转到文件
+find_file.no_matching=没有找到匹配的文件
error.csv.too_large=无法渲染此文件,因为它太大了。
error.csv.unexpected=无法渲染此文件,因为它包含了意外字符,其位于第 %d 行和第 %d 列。