优化多个对话框组件的布局,添加图标以提升用户体验,调整部分文本提示,确保一致性和可读性。

This commit is contained in:
jxxghp
2025-05-27 17:40:20 +08:00
parent 3b5220af57
commit e6f537ca3a
13 changed files with 223 additions and 129 deletions

View File

@@ -853,8 +853,8 @@ export default {
browserSimulation: 'Use browser simulation for authentic site access',
},
actions: {
add: 'Add',
edit: 'Edit',
add: 'Add Site',
edit: 'Edit Site',
},
messages: {
addSuccess: 'Site added successfully',
@@ -1704,8 +1704,8 @@ export default {
previous: 'Previous',
confirm: 'Confirm',
manualTitle: 'Manual Organization',
multipleItemsTitle: 'Organize - {count} Items',
singleItemTitle: 'Organize - {path}',
multipleItemsTitle: '{count} Items',
singleItemTitle: '{path}',
targetStorage: 'Target Storage',
targetStorageHint: 'Organization target storage',
transferType: 'Organization Method',
@@ -1754,7 +1754,7 @@ export default {
},
subscribeEdit: {
titleDefault: 'Default Subscription Rules',
titleEditFormat: 'Edit Subscription - {name} {season}',
titleEdit: 'Edit Subscription',
seasonFormat: 'Season {number}',
tabs: {
basic: 'Basic',

View File

@@ -850,8 +850,8 @@ export default {
browserSimulation: '使用浏览器模拟真实访问该站点',
},
actions: {
add: '新增',
edit: '编辑',
add: '新增站点',
edit: '编辑站点',
},
messages: {
addSuccess: '新增站点成功',
@@ -1681,8 +1681,8 @@ export default {
previous: '上一步',
confirm: '确认',
manualTitle: '手动整理',
multipleItemsTitle: '整理 - 共 {count} 项',
singleItemTitle: '整理 - {path}',
multipleItemsTitle: '共 {count} 项',
singleItemTitle: '{path}',
targetStorage: '目的存储',
targetStorageHint: '整理目的存储',
transferType: '整理方式',
@@ -1731,7 +1731,7 @@ export default {
},
subscribeEdit: {
titleDefault: '默认订阅规则',
titleEditFormat: '编辑订阅 - {name} {season}',
titleEdit: '编辑订阅',
seasonFormat: '第 {number} 季',
tabs: {
basic: '基础',

View File

@@ -852,8 +852,8 @@ export default {
browserSimulation: '使用瀏覽器模擬真實訪問該站點',
},
actions: {
add: '新增',
edit: '編輯',
add: '新增站點',
edit: '編輯站點',
},
messages: {
addSuccess: '新增站點成功',
@@ -1682,8 +1682,8 @@ export default {
previous: '上一步',
confirm: '確認',
manualTitle: '手動整理',
multipleItemsTitle: '整理 - 共 {count} 項',
singleItemTitle: '整理 - {path}',
multipleItemsTitle: '共 {count} 項',
singleItemTitle: '{path}',
targetStorage: '目的存儲',
targetStorageHint: '整理目的存儲',
transferType: '整理方式',
@@ -1732,7 +1732,7 @@ export default {
},
subscribeEdit: {
titleDefault: '默認訂閱規則',
titleEditFormat: '編輯訂閱 - {name} {season}',
titleEdit: '編輯訂閱',
seasonFormat: '第 {number} 季',
tabs: {
basic: '基礎',