mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-10 11:02:16 +00:00
perf: Translate ticket cancel button
This commit is contained in:
parent
6a2578b339
commit
edbf477c1e
@ -1931,6 +1931,7 @@
|
|||||||
"CheckViewAcceptor": "View more acceptor",
|
"CheckViewAcceptor": "View more acceptor",
|
||||||
"Assignees": "Assignees",
|
"Assignees": "Assignees",
|
||||||
"Close": "Close",
|
"Close": "Close",
|
||||||
|
"CancelTicket": "Cancel Ticket",
|
||||||
"OpenStatus": "Open",
|
"OpenStatus": "Open",
|
||||||
"CloseStatus": "Close",
|
"CloseStatus": "Close",
|
||||||
"Comment": "Comment",
|
"Comment": "Comment",
|
||||||
|
@ -1927,6 +1927,7 @@
|
|||||||
"Assignee": "処理者",
|
"Assignee": "処理者",
|
||||||
"Assignees": "処理待ち",
|
"Assignees": "処理待ち",
|
||||||
"Close": "閉じる",
|
"Close": "閉じる",
|
||||||
|
"CancelTicket": "作業指示をキャンセルする",
|
||||||
"OpenStatus": "オン",
|
"OpenStatus": "オン",
|
||||||
"CloseStatus": "閉じる",
|
"CloseStatus": "閉じる",
|
||||||
"Comment": "備考",
|
"Comment": "備考",
|
||||||
|
@ -1913,6 +1913,7 @@
|
|||||||
"Assignee": "处理人",
|
"Assignee": "处理人",
|
||||||
"Assignees": "待处理人",
|
"Assignees": "待处理人",
|
||||||
"Close": "关闭",
|
"Close": "关闭",
|
||||||
|
"CancelTicket": "取消工单",
|
||||||
"OpenStatus": "审批中",
|
"OpenStatus": "审批中",
|
||||||
"CloseStatus": "已完成",
|
"CloseStatus": "已完成",
|
||||||
"Comment": "备注",
|
"Comment": "备注",
|
||||||
|
@ -1913,6 +1913,7 @@
|
|||||||
"Assignee": "處理人",
|
"Assignee": "處理人",
|
||||||
"Assignees": "待處理人",
|
"Assignees": "待處理人",
|
||||||
"Close": "關閉",
|
"Close": "關閉",
|
||||||
|
"CancelTicket": "取消工單",
|
||||||
"OpenStatus": "審批中",
|
"OpenStatus": "審批中",
|
||||||
"CloseStatus": "已完成",
|
"CloseStatus": "已完成",
|
||||||
"Comment": "備註",
|
"Comment": "備註",
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
type="danger"
|
type="danger"
|
||||||
@click="handleClose"
|
@click="handleClose"
|
||||||
>
|
>
|
||||||
<i class="fa fa-times" /> {{ $t('tickets.Close') }}
|
<i class="fa fa-times" /> {{ $t('tickets.CancelTicket') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="object.status.value === 'closed'"
|
:disabled="object.status.value === 'closed'"
|
||||||
|
Loading…
Reference in New Issue
Block a user