1
1
app_desc =一款极易搭建的自助 Git 服务
2
2
3
3
home =首页
4
- dashboard =控制面板
4
+ dashboard =首页
5
5
explore =探索
6
6
help =帮助
7
7
sign_in =登录
@@ -47,11 +47,11 @@ u2f_reload=重新加载
47
47
repository =仓库
48
48
organization =组织
49
49
mirror =镜像
50
- new_repo =创建新的仓库
50
+ new_repo =创建仓库
51
51
new_migrate =迁移外部仓库
52
52
new_mirror =创建新的镜像
53
53
new_fork =新的仓库Fork
54
- new_org =创建新的组织
54
+ new_org =创建组织
55
55
manage_org =管理我的组织
56
56
admin_panel =管理后台
57
57
account_settings =帐户设置
@@ -693,6 +693,10 @@ issues.filter_sort.recentupdate=最近更新
693
693
issues.filter_sort.leastupdate=最少更新
694
694
issues.filter_sort.mostcomment=最多评论
695
695
issues.filter_sort.leastcomment=最少评论
696
+ issues.filter_sort.moststars=点赞由多到少
697
+ issues.filter_sort.feweststars=点赞由少到多
698
+ issues.filter_sort.mostforks=派生由多到少
699
+ issues.filter_sort.fewestforks=派生由少到多
696
700
issues.action_open=开启
697
701
issues.action_close=关闭
698
702
issues.action_label=标签
@@ -738,7 +742,7 @@ issues.label_deletion_desc=删除标签会将其从所有问题中删除。继
738
742
issues.label_deletion_success=该标签已被删除。
739
743
issues.label.filter_sort.alphabetically=按字母顺序排序
740
744
issues.label.filter_sort.reverse_alphabetically=按字母逆序排序
741
- issues.label.filter_sort.by_size=大小
745
+ issues.label.filter_sort.by_size=从小到大
742
746
issues.label.filter_sort.reverse_by_size=从大到小
743
747
issues.num_participants=%d 名参与者
744
748
issues.attachment.open_tab=`在新的标签页中查看 ' %s' `
@@ -1246,14 +1250,14 @@ teams.remove_repo=移除仓库
1246
1250
teams.add_nonexistent_repo=您尝试添加到团队的仓库不存在,请先创建仓库!
1247
1251
1248
1252
[admin]
1249
- dashboard=控制面板
1253
+ dashboard=管理面板
1250
1254
users=帐户管理
1251
1255
organizations=组织管理
1252
1256
repositories=仓库管理
1253
1257
authentication=认证源
1254
1258
config=应用配置
1255
1259
notices=系统提示
1256
- monitor=应用监控面板
1260
+ monitor=监控面板
1257
1261
first_page=首页
1258
1262
last_page=末页
1259
1263
total=总计:%d
@@ -1359,8 +1363,9 @@ repos.name=名称
1359
1363
repos.private=私有库
1360
1364
repos.watches=关注数
1361
1365
repos.stars=点赞数
1366
+ repos.forks=派生数
1362
1367
repos.issues=工单数
1363
- repos.size=从小到大
1368
+ repos.size=大小
1364
1369
1365
1370
auths.auth_manage_panel=认证源管理
1366
1371
auths.new=添加认证源
@@ -1385,6 +1390,7 @@ auths.attribute_username_placeholder=置空将使用Gitea的用户名。
1385
1390
auths.attribute_name=名字属性
1386
1391
auths.attribute_surname=姓氏属性
1387
1392
auths.attribute_mail=电子邮箱属性
1393
+ auths.attribute_ssh_public_key=SSH公钥属性
1388
1394
auths.attributes_in_bind=从 Bind DN 中拉取属性信息
1389
1395
auths.use_paged_search=使用分页搜索
1390
1396
auths.search_page_size=分页大小
@@ -1554,11 +1560,11 @@ monitor.name=任务名称
1554
1560
monitor.schedule=任务安排
1555
1561
monitor.next=下次执行时间
1556
1562
monitor.previous=上次执行时间
1557
- monitor.execute_times=执行时间
1563
+ monitor.execute_times=执行时长
1558
1564
monitor.process=运行中进程
1559
1565
monitor.desc=进程描述
1560
1566
monitor.start=开始时间
1561
- monitor.execute_time=执行时间
1567
+ monitor.execute_time=执行时长
1562
1568
1563
1569
notices.system_notice_list=系统提示管理
1564
1570
notices.view_detail_header=查看提示详情
@@ -1570,7 +1576,7 @@ notices.delete_selected=删除选中项
1570
1576
notices.delete_all=删除所有提示
1571
1577
notices.type=提示类型
1572
1578
notices.type_1=仓库
1573
- notices.desc=进程描述
1579
+ notices.desc=提示描述
1574
1580
notices.op=操作
1575
1581
notices.delete_success=系统通知已被删除。
1576
1582
0 commit comments