platform/plugins/tracker-assets/lang/zh.json
Xiaoyu ec655fd28a
Add Support for Chinese Language (#5859)
Signed-off-by: dingdayu <dingxiaoyu.ddy@gmail.com>
Co-authored-by: dingdayu <dingxiaoyu.ddy@gmail.com>
2024-06-19 18:01:49 +07:00

295 lines
11 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"string": {
"TrackerApplication": "追踪器",
"Projects": "您的项目",
"More": "更多",
"Default": "默认",
"MakeDefault": "设为默认",
"Delete": "删除",
"Open": "打开",
"Members": "成员",
"Inbox": "收件箱",
"MyIssues": "我的问题",
"ViewIssue": "查看问题",
"IssueCreated": "问题已创建",
"Issues": "问题",
"Views": "视图",
"Active": "活跃",
"AllIssues": "所有问题",
"ActiveIssues": "活跃问题",
"BacklogIssues": "积压",
"Backlog": "积压",
"Board": "看板",
"Components": "组件",
"AllComponents": "全部",
"BacklogComponents": "积压",
"ActiveComponents": "活跃",
"ClosedComponents": "已关闭",
"NewComponent": "新组件",
"CreateComponent": "创建组件",
"ComponentNamePlaceholder": "组件名称",
"ComponentDescriptionPlaceholder": "描述(可选)",
"ComponentLead": "负责人",
"ComponentMembers": "成员",
"StartDate": "开始日期",
"TargetDate": "目标日期",
"Planned": "已计划",
"InProgress": "进行中",
"Paused": "暂停",
"Completed": "已完成",
"Canceled": "已取消",
"CreateProject": "创建项目",
"NewProject": "新项目",
"ProjectTitle": "项目标题",
"ProjectTitlePlaceholder": "新项目",
"UsedInIssueIDs": "引用问题ID",
"Identifier": "标识符",
"Import": "导入",
"ProjectIdentifier": "项目标识符",
"IdentifierExists": "项目标识符已存在",
"ProjectIdentifierPlaceholder": "PRJCT",
"ChooseIcon": "选择图标",
"AddIssue": "添加问题",
"NewIssue": "新问题",
"NewIssuePlaceholder": "新问题",
"ResumeDraft": "恢复草稿",
"SaveIssue": "创建问题",
"SetPriority": "设置优先级…",
"SetStatus": "设置状态…",
"SelectIssue": "选择问题",
"Priority": "优先级",
"NoPriority": "无优先级",
"Urgent": "紧急",
"High": "高",
"Medium": "中",
"Low": "低",
"Unassigned": "未分配",
"Back": "返回",
"List": "列表",
"NumberLabels": "{count, plural, =0 {无标签} =1 {1 个标签} other {# 个标签}}",
"CategoryBacklog": "积压",
"CategoryUnstarted": "未开始",
"CategoryStarted": "已开始",
"CategoryCompleted": "已完成",
"CategoryCanceled": "已取消",
"Title": "标题",
"Name": "名称",
"Description": "描述",
"Status": "状态",
"Number": "编号",
"Assignee": "受理人",
"AssignTo": "分配给…",
"AssignedTo": "分配给 {value}",
"Parent": "父问题",
"SetParent": "设置父问题…",
"ChangeParent": "更改父问题…",
"RemoveParent": "移除父问题",
"OpenParent": "打开父问题",
"SubIssues": "子问题",
"SubIssuesList": "子问题 ({subIssues})",
"OpenSubIssues": "打开子问题",
"AddSubIssues": "添加子问题",
"BlockedBy": "被阻塞",
"RelatedTo": "相关",
"Comments": "评论",
"Attachments": "附件",
"Labels": "标签",
"Component": "组件",
"Space": "",
"SetDueDate": "设置截止日期…",
"ChangeDueDate": "更改截止日期…",
"ModificationDate": "更新于 {value}",
"Project": "项目",
"Issue": "问题",
"SubIssue": "子问题",
"Document": "",
"DocumentIcon": "",
"DocumentColor": "",
"Rank": "排名",
"TypeIssuePriority": "问题优先级",
"IssueTitlePlaceholder": "问题标题",
"SubIssueTitlePlaceholder": "子问题标题",
"IssueDescriptionPlaceholder": "添加描述…",
"SubIssueDescriptionPlaceholder": "添加子问题描述",
"AddIssueTooltip": "添加问题…",
"NewIssueDialogClose": "您想要关闭此对话框吗?",
"NewIssueDialogCloseNote": "所有更改将会丢失",
"RemoveComponentDialogClose": "删除组件?",
"RemoveComponentDialogCloseNote": "您确定要删除此组件吗?此操作无法撤销",
"Grouping": "分组",
"Ordering": "排序",
"CompletedIssues": "已完成问题",
"NoGrouping": "无分组",
"NoAssignee": "无受理人",
"LastUpdated": "最后更新",
"DueDate": "截止日期",
"Manual": "手动",
"All": "全部",
"PastWeek": "过去一周",
"PastMonth": "过去一个月",
"CopyIssueUrl": "复制问题 URL 到剪贴板",
"CopyIssueId": "复制问题 ID 到剪贴板",
"CopyIssueBranch": "复制 Git 分支名称到剪贴板",
"CopyIssueTitle": "复制问题标题到剪贴板",
"AssetLabel": "资产",
"AddToComponent": "添加到组件…",
"MoveToComponent": "移动到组件…",
"NoComponent": "无组件",
"ComponentLeadTitle": "组件负责人",
"ComponentMembersTitle": "组件成员",
"ComponentLeadSearchPlaceholder": "设置组件负责人…",
"ComponentMembersSearchPlaceholder": "更改组件成员…",
"MoveToProject": "移动到项目",
"Duplicate": "复制",
"GotoIssues": "前往问题",
"GotoActive": "前往活跃问题",
"GotoBacklog": "前往积压",
"GotoComponents": "前往组件",
"GotoMyIssues": "前往我的问题",
"GotoTrackerApplication": "切换到追踪器应用",
"CreatedOne": "已创建",
"MoveIssues": "移动问题",
"MoveIssuesDescription": "选择要移动问题的项目",
"ManageAttributes": "管理属性",
"KeepOriginalAttributes": "保留原始属性",
"KeepOriginalAttributesTooltip": "原始问题状态和组件将在新项目中保留",
"SelectReplacement": "以下项目在新项目中不可用。请选择替换项。",
"MissingItem": "缺失项目",
"Replacement": "替换项",
"Original": "原始",
"OriginalDescription": "此部分的项目将在新项目中创建",
"Relations": "关系",
"RemoveRelation": "移除关系…",
"AddBlockedBy": "标记为被阻塞…",
"AddIsBlocking": "标记为阻塞…",
"AddRelatedIssue": "引用其他问题…",
"RelatedIssue": "相关问题 {id} - {title}",
"BlockedIssue": "被阻塞的问题 {id} - {title}",
"BlockingIssue": "阻塞的问题 {id} - {title}",
"BlockedBySearchPlaceholder": "搜索要标记为被阻塞的问题…",
"IsBlockingSearchPlaceholder": "搜索要标记为阻塞的问题…",
"RelatedIssueSearchPlaceholder": "搜索要引用的问题…",
"Blocks": "阻塞",
"Related": "相关",
"RelatedIssues": "相关问题",
"EditIssue": "编辑 {title}",
"EditWorkflowStatuses": "编辑问题状态",
"EditProject": "编辑项目",
"DeleteProject": "删除项目",
"ArchiveProjectName": "归档项目 {name}",
"ArchiveProjectConfirm": "",
"DeleteProjectConfirm": "",
"ProjectHasIssues": "",
"ManageWorkflowStatuses": "",
"AddWorkflowStatus": "",
"EditWorkflowStatus": "",
"DeleteWorkflowStatus": "",
"DeleteWorkflowStatusConfirm": "{status}",
"DeleteWorkflowStatusErrorDescription": "{status} {count, plural, =1 {1 } other {# }} ",
"Save": "",
"IncludeItemsThatMatch": "",
"AnyFilter": "",
"AllFilters": "",
"NoDescription": "",
"SearchIssue": "",
"StatusHistory": "",
"NewSubIssue": "",
"AddLabel": "",
"DeleteIssue": " {issueCount, plural, =1 {} other {# }}",
"DeleteIssueConfirm": " {issueCount, plural, =1 {} other {}}{subIssueCount, plural, =0 {?} =1 { } other { }}",
"Milestone": "",
"NoMilestone": "",
"MoveToMilestone": "",
"Milestones": "",
"AllMilestones": "",
"PlannedMilestones": "",
"ActiveMilestones": "",
"ClosedMilestones": "",
"AddToMilestone": "",
"MilestoneNamePlaceholder": "",
"NewMilestone": "",
"CreateMilestone": "",
"MoveAndDeleteMilestone": " {newMilestone} {deleteMilestone}",
"MoveAndDeleteMilestoneConfirm": "",
"Estimation": "",
"ReportedTime": "",
"RemainingTime": "",
"TimeSpendReports": "",
"TimeSpendReport": "",
"TimeSpendReportAdd": "",
"TimeSpendReportDate": "",
"TimeSpendReportValue": "",
"TimeSpendReportValueTooltip": "",
"TimeSpendReportDescription": "",
"TimeSpendDays": "{value} ",
"TimeSpendHours": "{value} ",
"TimeSpendMinutes": "{value} ",
"ChildEstimation": "",
"ChildReportedTime": "",
"CapacityValue": " {value} ",
"NewRelatedIssue": "",
"RelatedIssuesNotFound": "",
"AddedReference": "",
"AddedAsBlocked": "",
"AddedAsBlocking": "",
"IssueTemplate": "",
"IssueTemplates": "",
"NewProcess": "",
"SaveProcess": "",
"NoIssueTemplate": "",
"TemplateReplace": "",
"TemplateReplaceConfirm": "",
"Apply": "",
"CurrentWorkDay": "",
"PreviousWorkDay": "",
"TimeReportDayTypeLabel": "",
"DefaultAssignee": "",
"SevenHoursLength": "",
"EightHoursLength": "",
"HourLabel": "",
"Saved": "...",
"CreatedIssue": "",
"CreatedSubIssue": "",
"ChangeStatus": "",
"ConfigLabel": "",
"ConfigDescription": "",
"NoStatusFound": "",
"CreateMissingStatus": "",
"UnsetParent": "",
"Unarchive": "",
"UnarchiveConfirm": "",
"AllProjects": "",
"IssueNotificationTitle": "{issueTitle}",
"IssueNotificationBody": " {senderName} ",
"IssueNotificationChanged": "{senderName} {property}",
"IssueNotificationChangedProperty": "{senderName} {property} \"{newValue}\"",
"IssueNotificationMessage": "{senderName}{message}",
"PreviousAssigned": "以前分配的",
"IssueAssigneedToYou": "分配给您",
"RelatedIssueTargetDescription": "相关问题项目目标用于类别或空间",
"MapRelatedIssues": "配置相关问题默认项目",
"DefaultIssueStatus": "默认问题状态",
"IssueStatus": "状态",
"Extensions": "扩展",
"RoleLabel": "角色:{role}"
},
"status": {}
}