@@ -96,8 +96,8 @@ edit=编辑
96
96
view =查看
97
97
test =测试
98
98
99
- enabled =启用
100
- disabled =禁用
99
+ enabled =已启用
100
+ disabled =已禁用
101
101
locked =已锁定
102
102
103
103
copy =复制
@@ -148,7 +148,7 @@ name=名称
148
148
value =值
149
149
readme =自述文档
150
150
151
- filter =过滤
151
+ filter =筛选
152
152
filter.clear =清除筛选器
153
153
filter.is_archived =已归档
154
154
filter.not_archived =非存档
@@ -159,7 +159,7 @@ filter.not_mirror=非镜像
159
159
filter.is_template =模板
160
160
filter.not_template =非模板
161
161
filter.public =公开
162
- filter.private =私有库
162
+ filter.private =私有
163
163
164
164
no_results_found =未找到结果
165
165
internal_error_skipped =发生内部错误,但已被跳过: %s
@@ -245,6 +245,7 @@ license_desc=所有的代码都开源在 <a target="_blank" rel="noopener norefe
245
245
246
246
[install]
247
247
install =安装页面
248
+ installing_desc =正在安装,请稍候...
248
249
title =初始配置
249
250
docker_helper =如果您正在使用 Docker 容器运行 Gitea,请务必先仔细阅读 <a target =" _blank" rel =" noopener noreferrer" href =" %s" >官方文档</a> 后再对本页面进行填写。
250
251
require_db_desc =Gitea 需要使用 MySQL、PostgreSQL、MSSQL、SQLite3 或 TiDB (MySQL协议) 等数据库
@@ -2870,7 +2871,7 @@ authentication=认证源
2870
2871
emails =用户邮件
2871
2872
config =应用配置
2872
2873
config_summary =摘要
2873
- config_settings =组织设置
2874
+ config_settings =设置
2874
2875
notices =系统提示
2875
2876
monitor =监控面板
2876
2877
first_page =首页
@@ -3349,6 +3350,7 @@ monitor.previous=上次执行时间
3349
3350
monitor.execute_times =执行次数
3350
3351
monitor.process =运行中进程
3351
3352
monitor.stacktrace =调用栈踪迹
3353
+ monitor.performance_logs =性能日志
3352
3354
monitor.processes_count =%d 个进程
3353
3355
monitor.download_diagnosis_report =下载诊断报告
3354
3356
monitor.desc =进程描述
@@ -3529,12 +3531,12 @@ alpine.registry.info=从下面的列表中选择 $branch 和 $repository。
3529
3531
alpine.install =要安装包,请运行以下命令:
3530
3532
alpine.repository =仓库信息
3531
3533
alpine.repository.branches =分支
3532
- alpine.repository.repositories =仓库管理
3534
+ alpine.repository.repositories =仓库
3533
3535
alpine.repository.architectures =架构
3534
3536
arch.registry =添加具有相关仓库和架构的服务器到 <code>/etc/pacman.conf</code> 中:
3535
3537
arch.install =使用 pacman 同步软件包:
3536
3538
arch.repository =仓库信息
3537
- arch.repository.repositories =仓库管理
3539
+ arch.repository.repositories =仓库
3538
3540
arch.repository.architectures =架构
3539
3541
cargo.registry =在 Cargo 配置文件中设置此注册中心(例如:<code>~/.cargo/config.toml</code>):
3540
3542
cargo.install =要使用 Cargo 安装软件包,请运行以下命令:
@@ -3552,6 +3554,7 @@ conda.install=要使用 Conda 安装软件包,请运行以下命令:
3552
3554
container.details.type =镜像类型
3553
3555
container.details.platform =平台
3554
3556
container.pull =从命令行拉取镜像:
3557
+ container.images =镜像
3555
3558
container.multi_arch =OS / Arch
3556
3559
container.layers =镜像层
3557
3560
container.labels =标签
0 commit comments