mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-31 22:55:01 +00:00
perf: Translate ticket cancel button
This commit is contained in:
parent
6a2578b339
commit
edbf477c1e
@ -1931,6 +1931,7 @@
|
||||
"CheckViewAcceptor": "View more acceptor",
|
||||
"Assignees": "Assignees",
|
||||
"Close": "Close",
|
||||
"CancelTicket": "Cancel Ticket",
|
||||
"OpenStatus": "Open",
|
||||
"CloseStatus": "Close",
|
||||
"Comment": "Comment",
|
||||
|
@ -1927,6 +1927,7 @@
|
||||
"Assignee": "処理者",
|
||||
"Assignees": "処理待ち",
|
||||
"Close": "閉じる",
|
||||
"CancelTicket": "作業指示をキャンセルする",
|
||||
"OpenStatus": "オン",
|
||||
"CloseStatus": "閉じる",
|
||||
"Comment": "備考",
|
||||
|
@ -1913,6 +1913,7 @@
|
||||
"Assignee": "处理人",
|
||||
"Assignees": "待处理人",
|
||||
"Close": "关闭",
|
||||
"CancelTicket": "取消工单",
|
||||
"OpenStatus": "审批中",
|
||||
"CloseStatus": "已完成",
|
||||
"Comment": "备注",
|
||||
|
@ -1913,6 +1913,7 @@
|
||||
"Assignee": "處理人",
|
||||
"Assignees": "待處理人",
|
||||
"Close": "關閉",
|
||||
"CancelTicket": "取消工單",
|
||||
"OpenStatus": "審批中",
|
||||
"CloseStatus": "已完成",
|
||||
"Comment": "備註",
|
||||
|
@ -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'"
|
||||
|
Loading…
Reference in New Issue
Block a user