mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-20 04:01:06 +01:00
fix: 📝 Update Translation
This commit is contained in:
parent
8261916172
commit
33b018110c
@ -3,7 +3,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
:title="$t('device.actions.more.custom.name')"
|
:title="$t('device.actions.more.custom.name')"
|
||||||
class="w-11/12 el-dialog-flex el-dialog-beautify"
|
class="w-[98%] el-dialog-flex el-dialog-beautify"
|
||||||
append-to-body
|
append-to-body
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
@close="close(reject)"
|
@close="close(reject)"
|
||||||
@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<el-button @click="close(reject)">
|
<el-button @click="close(reject)">
|
||||||
取消
|
{{ $t('common.cancel') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="primary" @click="submit(resolve)">
|
<el-button type="primary" @click="submit(resolve)">
|
||||||
确定
|
{{ $t('common.confirm') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user