Skip to content

Commit

Permalink
Translated using Weblate (Czech)
Browse files Browse the repository at this point in the history
Currently translated at 3.2% (11 of 342 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.8% (338 of 342 strings)

Co-authored-by: mondstern <mondstern@monocles.de>
Co-authored-by: yeziruo <yeziruo@users.noreply.translate.woodpecker-ci.org>
Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/cs/
Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hans/
Translation: Woodpecker CI/UI
  • Loading branch information
3 people committed Sep 7, 2023
1 parent 8a517a8 commit 632bd1f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
32 changes: 31 additions & 1 deletion web/src/assets/locales/cs.json
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
{}
{
"admin": {
"settings": {
"orgs": {
"delete_confirm": "Opravdu chcete tuto organizaci smazat? Tím se odstraní také všechna úložiště vlastněná touto organizací."
},
"users": {
"delete_confirm": "Opravdu chcete tohoto uživatele odstranit? Tím se odstraní také všechna úložiště, která tento uživatel vlastní."
}
}
},
"cancel": "Zrušit",
"docs": "Doky",
"login": "Přihlášení",
"logout": "Odhlášení",
"not_found": {
"not_found": "Páni 404, buď jsme něco rozbili, nebo jsi měl překlep :-/"
},
"repo": {
"settings": {
"actions": {
"delete": {
"confirm": "Po této akci budou všechna data ztracena!!!\n\nOpravdu chcete pokračovat?"
}
}
}
},
"repositories": "Repozitáře",
"search": "Hledání…",
"welcome": "Vítejte ve Woodpecker"
}
16 changes: 14 additions & 2 deletions web/src/assets/locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
"version": "版本"
},
"not_allowed": "你没有访问服务器设置的权限",
"orgs": {
"delete_confirm": "你真的想删除该组织吗?这也将删除该组织拥有的所有存储库。",
"delete_org": "删除组织",
"deleted": "组织已删除",
"desc": "在此服务器上拥有存储库的组织",
"none": "还没有任何组织。",
"org_settings": "组织设置",
"orgs": "组织",
"view": "查看组织"
},
"queue": {
"agent": "代理",
"desc": "正在等待代理执行的任务",
Expand Down Expand Up @@ -92,7 +102,7 @@
"avatar_url": "Avatar URL",
"cancel": "取消",
"created": "用户已创建",
"delete_confirm": "你真的想删除这个用户吗?",
"delete_confirm": "你真的想删除这个用户吗?这也将删除该用户拥有的所有存储库。",
"delete_user": "删除用户",
"deleted": "删除用户",
"desc": "注册此服务器的用户",
Expand Down Expand Up @@ -152,6 +162,7 @@
}
},
"password": "密码",
"pipeline_feed": "流水线视图",
"repo": {
"activity": "活动",
"add": "添加仓库",
Expand All @@ -169,6 +180,7 @@
}
},
"enable": {
"disabled": "已禁用",
"enable": "启用",
"enabled": "已经启用了",
"list_reloaded": "仓库列表已刷新",
Expand Down Expand Up @@ -232,7 +244,7 @@
},
"status": {
"blocked": "已屏蔽",
"declined": "拒绝",
"declined": "已拒绝",
"error": "错误",
"failure": "失败",
"killed": "已终止",
Expand Down

0 comments on commit 632bd1f

Please sign in to comment.