feat(admin): add route templates to editor

This commit is contained in:
RhenCloud 2026-08-03 08:16:34 +08:00
parent d6c15a32cd
commit a001efea5f
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
4 changed files with 178 additions and 1 deletions

View file

@ -46,6 +46,21 @@ const en: Dict = {
"routeEditor.editTitle": "Edit route",
"routeEditor.newTitle": "New route",
"routeEditor.close": "Close",
"routeEditor.templates": "Templates",
"routeEditor.templatesNote": "(click to prefill filters)",
"templates.push": "Push",
"templates.pullRequest": "Pull Request",
"templates.issues": "Issues",
"templates.release": "Release",
"templates.workflow": "Workflow",
"templates.checks": "Check Suite",
"templates.deployment": "Deployment",
"templates.comments": "Comments",
"templates.reviews": "Review",
"templates.starFork": "Star / Fork",
"templates.createDelete": "Create / Delete",
"templates.member": "Member",
"templates.commitComment": "Commit Comment",
"routeEditor.name": "Name",
"routeEditor.namePlaceholder": "My Route",
"routeEditor.id": "ID",
@ -186,6 +201,21 @@ const zh: Dict = {
"routeEditor.editTitle": "编辑路由",
"routeEditor.newTitle": "新建路由",
"routeEditor.close": "关闭",
"routeEditor.templates": "模板",
"routeEditor.templatesNote": "(点击可预填过滤器)",
"templates.push": "推送",
"templates.pullRequest": "拉取请求",
"templates.issues": "议题",
"templates.release": "发布",
"templates.workflow": "工作流",
"templates.checks": "检查套件",
"templates.deployment": "部署",
"templates.comments": "评论",
"templates.reviews": "评审",
"templates.starFork": "星标 / 复刻",
"templates.createDelete": "创建 / 删除",
"templates.member": "协作者",
"templates.commitComment": "提交评论",
"routeEditor.name": "名称",
"routeEditor.namePlaceholder": "我的路由",
"routeEditor.id": "ID",