Skip to content

Commit 062111d

Browse files
committed
[skip ci] Updated translations via Crowdin
1 parent e225b5c commit 062111d

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

options/locale/locale_uk-UA.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ settings.protect_whitelist_search_teams=Пошук команд…
854854
settings.add_protected_branch=Увімкнути захист
855855
settings.delete_protected_branch=Вимкнути захист
856856
settings.choose_branch=Оберіть гілку…
857+
settings.no_protected_branch=Немає захищених гілок.
857858

858859
diff.browse_source=Переглянути джерело
859860
diff.parent=джерело

options/locale/locale_zh-CN.ini

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app_desc=一款极易搭建的自助 Git 服务
22

33
home=首页
4-
dashboard=控制面板
4+
dashboard=首页
55
explore=探索
66
help=帮助
77
sign_in=登录
@@ -47,11 +47,11 @@ u2f_reload=重新加载
4747
repository=仓库
4848
organization=组织
4949
mirror=镜像
50-
new_repo=创建新的仓库
50+
new_repo=创建仓库
5151
new_migrate=迁移外部仓库
5252
new_mirror=创建新的镜像
5353
new_fork=新的仓库Fork
54-
new_org=创建新的组织
54+
new_org=创建组织
5555
manage_org=管理我的组织
5656
admin_panel=管理后台
5757
account_settings=帐户设置
@@ -693,6 +693,10 @@ issues.filter_sort.recentupdate=最近更新
693693
issues.filter_sort.leastupdate=最少更新
694694
issues.filter_sort.mostcomment=最多评论
695695
issues.filter_sort.leastcomment=最少评论
696+
issues.filter_sort.moststars=点赞由多到少
697+
issues.filter_sort.feweststars=点赞由少到多
698+
issues.filter_sort.mostforks=派生由多到少
699+
issues.filter_sort.fewestforks=派生由少到多
696700
issues.action_open=开启
697701
issues.action_close=关闭
698702
issues.action_label=标签
@@ -738,7 +742,7 @@ issues.label_deletion_desc=删除标签会将其从所有问题中删除。继
738742
issues.label_deletion_success=该标签已被删除。
739743
issues.label.filter_sort.alphabetically=按字母顺序排序
740744
issues.label.filter_sort.reverse_alphabetically=按字母逆序排序
741-
issues.label.filter_sort.by_size=大小
745+
issues.label.filter_sort.by_size=从小到大
742746
issues.label.filter_sort.reverse_by_size=从大到小
743747
issues.num_participants=%d 名参与者
744748
issues.attachment.open_tab=`在新的标签页中查看 '%s'`
@@ -1246,14 +1250,14 @@ teams.remove_repo=移除仓库
12461250
teams.add_nonexistent_repo=您尝试添加到团队的仓库不存在,请先创建仓库!
12471251
12481252
[admin]
1249-
dashboard=控制面板
1253+
dashboard=管理面板
12501254
users=帐户管理
12511255
organizations=组织管理
12521256
repositories=仓库管理
12531257
authentication=认证源
12541258
config=应用配置
12551259
notices=系统提示
1256-
monitor=应用监控面板
1260+
monitor=监控面板
12571261
first_page=首页
12581262
last_page=末页
12591263
total=总计:%d
@@ -1359,8 +1363,9 @@ repos.name=名称
13591363
repos.private=私有库
13601364
repos.watches=关注数
13611365
repos.stars=点赞数
1366+
repos.forks=派生数
13621367
repos.issues=工单数
1363-
repos.size=从小到大
1368+
repos.size=大小
13641369
13651370
auths.auth_manage_panel=认证源管理
13661371
auths.new=添加认证源
@@ -1385,6 +1390,7 @@ auths.attribute_username_placeholder=置空将使用Gitea的用户名。
13851390
auths.attribute_name=名字属性
13861391
auths.attribute_surname=姓氏属性
13871392
auths.attribute_mail=电子邮箱属性
1393+
auths.attribute_ssh_public_key=SSH公钥属性
13881394
auths.attributes_in_bind=从 Bind DN 中拉取属性信息
13891395
auths.use_paged_search=使用分页搜索
13901396
auths.search_page_size=分页大小
@@ -1554,11 +1560,11 @@ monitor.name=任务名称
15541560
monitor.schedule=任务安排
15551561
monitor.next=下次执行时间
15561562
monitor.previous=上次执行时间
1557-
monitor.execute_times=执行时间
1563+
monitor.execute_times=执行时长
15581564
monitor.process=运行中进程
15591565
monitor.desc=进程描述
15601566
monitor.start=开始时间
1561-
monitor.execute_time=执行时间
1567+
monitor.execute_time=执行时长
15621568
15631569
notices.system_notice_list=系统提示管理
15641570
notices.view_detail_header=查看提示详情
@@ -1570,7 +1576,7 @@ notices.delete_selected=删除选中项
15701576
notices.delete_all=删除所有提示
15711577
notices.type=提示类型
15721578
notices.type_1=仓库
1573-
notices.desc=进程描述
1579+
notices.desc=提示描述
15741580
notices.op=操作
15751581
notices.delete_success=系统通知已被删除。
15761582

0 commit comments

Comments
 (0)