fix(stage-pages): fix the cancel text display problem in settings -> data (#924)
This commit is contained in:
@@ -71,7 +71,7 @@ pages:
|
||||
activate: 激活
|
||||
active: 已激活
|
||||
active_badge: 当前使用中
|
||||
cancel: Cancel action
|
||||
cancel: 取消操作
|
||||
card_not_found: 未找到角色卡
|
||||
character: 角色设定
|
||||
close: 关闭
|
||||
|
||||
@@ -115,7 +115,7 @@ async function handleImport(event: Event) {
|
||||
{{ t('settings.pages.data.confirmations.yes') }}
|
||||
</template>
|
||||
<template #cancel>
|
||||
{{ t('pages.card.cancel') }}
|
||||
{{ t('settings.pages.card.cancel') }}
|
||||
</template>
|
||||
</DoubleCheckButton>
|
||||
</div>
|
||||
@@ -147,7 +147,7 @@ async function handleImport(event: Event) {
|
||||
{{ t('settings.pages.data.confirmations.yes') }}
|
||||
</template>
|
||||
<template #cancel>
|
||||
{{ t('pages.card.cancel') }}
|
||||
{{ t('settings.pages.card.cancel') }}
|
||||
</template>
|
||||
</DoubleCheckButton>
|
||||
</div>
|
||||
@@ -172,7 +172,7 @@ async function handleImport(event: Event) {
|
||||
{{ t('settings.pages.data.confirmations.yes') }}
|
||||
</template>
|
||||
<template #cancel>
|
||||
{{ t('pages.card.cancel') }}
|
||||
{{ t('settings.pages.card.cancel') }}
|
||||
</template>
|
||||
</DoubleCheckButton>
|
||||
</div>
|
||||
@@ -213,7 +213,7 @@ async function handleImport(event: Event) {
|
||||
{{ t('settings.pages.data.confirmations.yes') }}
|
||||
</template>
|
||||
<template #cancel>
|
||||
{{ t('pages.card.cancel') }}
|
||||
{{ t('settings.pages.card.cancel') }}
|
||||
</template>
|
||||
</DoubleCheckButton>
|
||||
</div>
|
||||
@@ -240,7 +240,7 @@ async function handleImport(event: Event) {
|
||||
{{ t('settings.pages.data.confirmations.yes') }}
|
||||
</template>
|
||||
<template #cancel>
|
||||
{{ t('pages.card.cancel') }}
|
||||
{{ t('settings.pages.card.cancel') }}
|
||||
</template>
|
||||
</DoubleCheckButton>
|
||||
</div>
|
||||
@@ -274,7 +274,7 @@ async function handleImport(event: Event) {
|
||||
{{ t('settings.pages.data.confirmations.yes') }}
|
||||
</template>
|
||||
<template #cancel>
|
||||
{{ t('pages.card.cancel') }}
|
||||
{{ t('settings.pages.card.cancel') }}
|
||||
</template>
|
||||
</DoubleCheckButton>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user