diff options
Diffstat (limited to 'options/locale/locale_zh-CN.ini')
-rw-r--r-- | options/locale/locale_zh-CN.ini | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 4ca2e70f21..c5a5aabb97 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -155,6 +155,8 @@ filter.not_template = 非模板 filter.public = 公开 filter.private = 私有 toggle_menu = 菜单 +invalid_data = 无效数据: %v +more_items = 显示更多 [aria] navbar=导航栏 @@ -2316,9 +2318,9 @@ settings.web_hook_name_dingtalk=钉钉 settings.web_hook_name_telegram=Telegram settings.web_hook_name_matrix=Matrix settings.web_hook_name_msteams=Microsoft Teams -settings.web_hook_name_feishu_or_larksuite=飞书 / Lark Suite -settings.web_hook_name_feishu=飞书 -settings.web_hook_name_larksuite=Lark Suite +settings.web_hook_name_feishu=飞书 / Lark Suite +settings.web_hook_name_feishu_only =飞书 +settings.web_hook_name_larksuite_only =Lark Suite settings.web_hook_name_wechatwork=企业微信 settings.web_hook_name_packagist=Packagist settings.packagist_username=Packagist 用户名 @@ -2688,6 +2690,11 @@ activity.navbar.code_frequency = 代码频率 activity.navbar.recent_commits = 近期提交 pulls.agit_explanation = 该合并请求是用 AGit 创建的。AGit 是一种可以让贡献者直接通过 “git push” 提出更改代码而不需要派生或建立新分支。 error.broken_git_hook = 该仓库的 Git 钩子似乎已经损坏,请按照 <a target="_blank" rel="noreferrer" href="%s">此文档</a>来修复这些问题,然后推送一些提交来刷新状态。 +pulls.merged_title_desc_one = 已将来自 <code>%[2]s</code> 的 %[1]d 提交合并入 <code>%[3]s</code> %[4]s +commits.search_branch = 此分支 +open_with_editor = 使用 %s 打开 +pulls.title_desc_one = 想要将来自 <code>%[2]s</code> 的 %[1]d 提交合并到 <code id="branch_target">%[3]s</code> +settings.rename_branch_failed_protected = 无法重命名受保护的分支 %s。 [graphs] component_loading=正在加载 %s... @@ -2958,7 +2965,7 @@ users.max_repo_creation_desc=(设置为 -1 表示使用全局默认值) users.is_activated=该用户已被激活 users.prohibit_login=禁用登录 users.is_admin=是管理员 -users.is_restricted=受限制的 +users.is_restricted=受限 users.allow_git_hook=允许创建 Git 钩子 users.allow_git_hook_tooltip=Git 钩子将会被以操作系统用户运行,将会拥有同样的主机访问权限。因此,拥有此特殊的Git 钩子权限将能够访问合修改所有的 Forgejo 仓库或者Forgejo的数据库。同时也能获得Forgejo的管理员权限。 users.allow_import_local=允许导入本地仓库 @@ -3370,6 +3377,8 @@ self_check.database_inconsistent_collation_columns=数据库正在使用%s的排 self_check.database_fix_mysql=对于MySQL/MariaDB用户,您可以使用“gitea doctor convert”命令来解决校验问题。 或者您也可以通过 "ALTER ... COLLATE ..." 这样的SQL 来手动解决这个问题。 self_check.database_fix_mssql=对于MSSQL用户,您现在只能通过"ALTER ... COLLATE ..."SQLs手动解决这个问题。 auths.tips.gmail_settings = Gmail 设置: +auths.tip.gitlab_new = 在 https://gitlab.com/-/profile/applications 上注册新应用 +config_settings = 设置 [action] create_repo=创建了仓库 <a href="%s">%s</a> @@ -3738,3 +3747,22 @@ executable_file=可执行文件 symbolic_link=符号链接 submodule=子模块 + + +[search] +keyword_search_unavailable = 关键词搜索目前不可用,请联系站点管理员。 +search = 搜索... +repo_kind = 搜索仓库... +user_kind = 搜索用户... +org_kind = 搜索组织... +team_kind = 搜索团队... +code_kind = 搜索代码... +code_search_unavailable = 代码搜索目前不可用,请联系站点管理员。 +package_kind = 搜索软件包... +project_kind = 搜索项目... +branch_kind = 搜索分支... +commit_kind = 搜索提交... +runner_kind = 搜索Runners... +no_results = 未找到匹配的结果。 +type_tooltip = 搜索类型 +fuzzy = 模糊
\ No newline at end of file |