@@ -121,7 +121,7 @@ run_user_not_match=运行系统用户非当前用户:%s -> %s
121
121
smtp_host_missing_port =SMTP 地址缺少端口号。
122
122
invalid_smtp_from =SMTP From 字段不合法:%v
123
123
save_config_failed =应用配置保存失败:%v
124
- init_failed =Failed to initialize application: %v
124
+ init_failed =初始化应用程序失败: %v
125
125
invalid_admin_setting =管理员帐户设置不正确:%v
126
126
install_success =您好!我们很高兴您选择使用 Gogs,祝您使用愉快,代码从此无 BUG!
127
127
invalid_log_root_path =无效的日志路径:%v
@@ -374,7 +374,7 @@ delete_token=删除令牌
374
374
access_token_deletion =删除个人操作令牌操作
375
375
access_token_deletion_desc =删除该个人操作令牌将删除所有相关的应用程序的访问权限。是否继续?
376
376
delete_token_success =个人操作令牌删除成功!请更新与该令牌有关的所有应用。
377
- token_name_exists =Token with same name already exists.
377
+ token_name_exists =已存在具有相同名称的令牌。
378
378
379
379
orgs.none =您现在还不是任何组织的成员。
380
380
orgs.leave_title =离开组织
@@ -1001,12 +1001,13 @@ first_page=首页
1001
1001
last_page =末页
1002
1002
total =总计:%d
1003
1003
1004
- dashboard.build_info =Build Information
1005
- dashboard.app_ver =Application version
1006
- dashboard.git_version =Git version
1007
- dashboard.go_version =Go version
1008
- dashboard.build_time =Build time
1009
- dashboard.build_commit =Build commit
1004
+ dashboard.build_info =构建信息
1005
+ dashboard.app_ver =应用程序版本
1006
+ dashboard.git_version =Git 版本
1007
+ dashboard.go_version =Go 版本
1008
+ dashboard.build_time =编译时间
1009
+ dashboard.build_commit =构建提交
1010
+
1010
1011
dashboard.statistic =应用统计数据
1011
1012
dashboard.operations =管理员操作
1012
1013
dashboard.system_status =系统监视状态
@@ -1158,32 +1159,32 @@ auths.delete_auth_desc=该认证将被删除。是否继续?
1158
1159
auths.still_in_used =此认证仍旧与一些用户有关联,请先删除或者将这些用户转换为其它登录类型。
1159
1160
auths.deletion_success =授权源删除成功!
1160
1161
auths.login_source_exist =登录源 ' %s' 已存在。
1161
- auths.github_api_endpoint =API Endpoint
1162
+ auths.github_api_endpoint =API 终端
1162
1163
1163
1164
config.not_set =(未设置)
1164
1165
config.server_config =服务器配置
1165
- config.brand_name =Brand name
1166
+ config.brand_name =品牌名称
1166
1167
config.run_user =运行用户
1167
1168
config.run_mode =运行模式
1168
- config.server.external_url =External URL
1169
- config.server.domain =Domain
1170
- config.server.protocol =Protocol
1171
- config.server.http_addr =HTTP address
1172
- config.server.http_port =HTTP port
1173
- config.server.cert_file =Certificate file
1174
- config.server.key_file =Key file
1175
- config.server.tls_min_version =Minimum TLS version
1176
- config.server.unix_socket_permission =Unix socket permission
1177
- config.server.local_root_url =Local root URL
1178
- config.server.offline_mode =Offline mode
1179
- config.server.disable_router_log =Disable router log
1180
- config.server.enable_gzip =Enable Gzip
1181
- config.server.app_data_path =Application data path
1182
- config.server.load_assets_from_disk =Load assets from disk
1183
- config.server.landing_url =Landing URL
1169
+ config.server.external_url =外部网址
1170
+ config.server.domain =域名
1171
+ config.server.protocol =协议
1172
+ config.server.http_addr =HTTP 地址
1173
+ config.server.http_port =HTTP 端口
1174
+ config.server.cert_file =证书文件
1175
+ config.server.key_file =密钥文件
1176
+ config.server.tls_min_version =最低 TLS 版本
1177
+ config.server.unix_socket_permission =Unix 套接字权限
1178
+ config.server.local_root_url =本地根网址
1179
+ config.server.offline_mode =离线模式
1180
+ config.server.disable_router_log =禁用路由器日志
1181
+ config.server.enable_gzip =启用 Gzip
1182
+ config.server.app_data_path =应用程序数据路径
1183
+ config.server.load_assets_from_disk =从磁盘加载素材
1184
+ config.server.landing_url =登陆网址
1184
1185
1185
1186
config.ssh_config =SSH 配置
1186
- config.ssh.enabled =Enabled
1187
+ config.ssh.enabled =启用
1187
1188
config.ssh.domain =Exposed domain
1188
1189
config.ssh.port =Exposed port
1189
1190
config.ssh.root_path =Root path
@@ -1219,8 +1220,8 @@ config.repo.upload.max_files=Upload files limit
1219
1220
config.db_config =数据库配置
1220
1221
config.db.type =Type
1221
1222
config.db.host =Host
1222
- config.db.name =Name
1223
- config.db.user =User
1223
+ config.db.name =名称
1224
+ config.db.user =用户
1224
1225
config.db.ssl_mode =SSL mode
1225
1226
config.db.ssl_mode_helper =(for " postgres" only)
1226
1227
config.db.path =Path
0 commit comments