mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-14 12:09:43 +08:00
🔨 Refactor(custom): change i18n field
This commit is contained in:
@@ -171,7 +171,6 @@
|
||||
"skipProcessSettings": "Skip Process",
|
||||
"subtitle-Global": "Configure settings for all PicBeds",
|
||||
"subtitle-PerPicbed": "Configure settings for current PicBed",
|
||||
"title": "",
|
||||
"transform": {
|
||||
"description": "Adjust image size, rotation, flipping, etc.",
|
||||
"isFlip": "Vertical Flip",
|
||||
|
||||
@@ -171,7 +171,6 @@
|
||||
"skipProcessSettings": "文件跳过",
|
||||
"subtitle-Global": "为所有图床配置通用设置",
|
||||
"subtitle-PerPicbed": "为当前图床单独配置设置",
|
||||
"title": "",
|
||||
"transform": {
|
||||
"description": "调整图片大小、旋转、翻转等",
|
||||
"isFlip": "垂直翻转",
|
||||
|
||||
@@ -171,7 +171,6 @@
|
||||
"skipProcessSettings": "文件跳過",
|
||||
"subtitle-Global": "為所有圖床配置設置",
|
||||
"subtitle-PerPicbed": "為當前圖床單獨配置設置",
|
||||
"title": "",
|
||||
"transform": {
|
||||
"description": "調整圖片大小、旋轉、翻轉等",
|
||||
"isFlip": "垂直翻轉",
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<CustomModal
|
||||
v-if="imageProcessDialogVisible"
|
||||
v-model:visible="imageProcessDialogVisible"
|
||||
:title="t('pages.imageProcess.title')"
|
||||
title=" "
|
||||
:description="t('pages.imageProcess.subtitle-PerPicbed')"
|
||||
>
|
||||
<ImageProcessSetting :config-id="uuidValue" :current-picbed-name="currentPicbedType" />
|
||||
|
||||
@@ -1290,7 +1290,7 @@
|
||||
<CustomModal
|
||||
v-if="imageProcessDialogVisible"
|
||||
v-model:visible="imageProcessDialogVisible"
|
||||
:title="t('pages.imageProcess.title')"
|
||||
title=" "
|
||||
:description="t('pages.imageProcess.subtitle-Global')"
|
||||
>
|
||||
<ImageProcessSetting :config-id="''" :current-picbed-name="''" />
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
<CustomModal
|
||||
v-if="imageProcessDialogVisible"
|
||||
v-model:visible="imageProcessDialogVisible"
|
||||
:title="t('pages.imageProcess.title')"
|
||||
title=" "
|
||||
:description="
|
||||
PicBedId === '' ? t('pages.imageProcess.subtitle-Global') : t('pages.imageProcess.subtitle-PerPicbed')
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user