Skip to content

Commit

Permalink
perf: Translate ticket cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewall555 committed Aug 15, 2024
1 parent 6a2578b commit bb22399
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/i18n/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,7 @@
"CheckViewAcceptor": "View more acceptor",
"Assignees": "Assignees",
"Close": "Close",
"CancelTicket": "Cancel Ticket",
"OpenStatus": "Open",
"CloseStatus": "Close",
"Comment": "Comment",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/langs/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,7 @@
"Assignee": "処理者",
"Assignees": "処理待ち",
"Close": "閉じる",
"CancelTicket": "作業指示をキャンセルする",
"OpenStatus": "オン",
"CloseStatus": "閉じる",
"Comment": "備考",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/langs/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1913,6 +1913,7 @@
"Assignee": "处理人",
"Assignees": "待处理人",
"Close": "关闭",
"CancelTicket": "取消工单",
"OpenStatus": "审批中",
"CloseStatus": "已完成",
"Comment": "备注",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/langs/zh_Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -1913,6 +1913,7 @@
"Assignee": "處理人",
"Assignees": "待處理人",
"Close": "關閉",
"CancelTicket": "取消工單",
"OpenStatus": "審批中",
"CloseStatus": "已完成",
"Comment": "備註",
Expand Down
2 changes: 1 addition & 1 deletion src/views/tickets/components/Comments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
type="danger"
@click="handleClose"
>
<i class="fa fa-times" /> {{ $t('tickets.Close') }}
<i class="fa fa-times" /> {{ $t('tickets.CancelTicket') }}
</el-button>
<el-button
:disabled="object.status.value === 'closed'"
Expand Down

0 comments on commit bb22399

Please sign in to comment.