diff options
-rw-r--r-- | options/locale/locale_fr-FR.ini | 1 | ||||
-rw-r--r-- | options/locale/locale_ga-IE.ini | 1 | ||||
-rw-r--r-- | options/locale/locale_pt-PT.ini | 1 | ||||
-rw-r--r-- | options/locale/locale_zh-CN.ini | 6 |
4 files changed, 9 insertions, 0 deletions
diff --git a/options/locale/locale_fr-FR.ini b/options/locale/locale_fr-FR.ini index 1a85e1806c..2cc0ca7202 100644 --- a/options/locale/locale_fr-FR.ini +++ b/options/locale/locale_fr-FR.ini @@ -1560,6 +1560,7 @@ issues.filter_user_placeholder=Rechercher des utilisateurs issues.filter_user_no_select=Tous les utilisateurs issues.filter_type=Type issues.filter_type.all_issues=Tous les tickets +issues.filter_type.all_pull_requests=Toutes les demandes d’ajout issues.filter_type.assigned_to_you=Qui vous sont assignés issues.filter_type.created_by_you=Créés par vous issues.filter_type.mentioning_you=Vous mentionnant diff --git a/options/locale/locale_ga-IE.ini b/options/locale/locale_ga-IE.ini index c3e0346a3a..79df1d26d0 100644 --- a/options/locale/locale_ga-IE.ini +++ b/options/locale/locale_ga-IE.ini @@ -1560,6 +1560,7 @@ issues.filter_user_placeholder=Cuardaigh úsáideoirí issues.filter_user_no_select=Gach úsáideoir issues.filter_type=Cineál issues.filter_type.all_issues=Gach saincheist +issues.filter_type.all_pull_requests=Gach iarratas tarraingt issues.filter_type.assigned_to_you=Sannta duit issues.filter_type.created_by_you=Cruthaithe agat issues.filter_type.mentioning_you=Ag tagairt duit diff --git a/options/locale/locale_pt-PT.ini b/options/locale/locale_pt-PT.ini index f232418cde..d932feacae 100644 --- a/options/locale/locale_pt-PT.ini +++ b/options/locale/locale_pt-PT.ini @@ -1559,6 +1559,7 @@ issues.filter_user_placeholder=Procurar utilizadores issues.filter_user_no_select=Todos os utilizadores issues.filter_type=Tipo issues.filter_type.all_issues=Todas as questões +issues.filter_type.all_pull_requests=Todos os pedidos de integração issues.filter_type.assigned_to_you=Atribuídas a si issues.filter_type.created_by_you=Criadas por si issues.filter_type.mentioning_you=Mencionando a si diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index d91a06d205..d35814d82a 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -1228,6 +1228,7 @@ migrate.migrating_issues=迁移工单 migrate.migrating_pulls=迁移合并请求 migrate.cancel_migrating_title=取消迁移 migrate.cancel_migrating_confirm=您想要取消此次迁移吗? +migrating_status=迁移状态 mirror_from=镜像自地址 forked_from=派生自 @@ -1559,6 +1560,7 @@ issues.filter_user_placeholder=搜索用户 issues.filter_user_no_select=所有用户 issues.filter_type=类型筛选 issues.filter_type.all_issues=所有工单 +issues.filter_type.all_pull_requests=所有合并请求 issues.filter_type.assigned_to_you=指派给您的 issues.filter_type.created_by_you=由您创建的 issues.filter_type.mentioning_you=提及您的 @@ -3810,6 +3812,10 @@ runs.no_workflows.documentation=关于Gitea Actions的更多信息,请参阅 < runs.no_runs=工作流尚未运行过。 runs.empty_commit_message=(空白的提交消息) runs.expire_log_message=旧的日志已被清除 +runs.delete=删除工作流运行 +runs.delete.description=您确定要永久删除此工作流运行吗?此操作无法撤消。 +runs.not_done=此工作流运行未完成。 +runs.view_workflow_file=查看工作流文件 workflow.disable=禁用工作流 workflow.disable_success=工作流 '%s' 已成功禁用。 |