🐛 Fix(custom): add missing i18n field

This commit is contained in:
Kuingsmile
2026-01-12 22:11:03 +08:00
parent 9793fb2bab
commit 71c62ffd27
4 changed files with 4 additions and 1 deletions

View File

@@ -478,6 +478,7 @@
"configChangeMsg": "Configuration changed", "configChangeMsg": "Configuration changed",
"configSaveMsg": "Configuration saved", "configSaveMsg": "Configuration saved",
"configTabTitle": "Existing configurations, click to copy", "configTabTitle": "Existing configurations, click to copy",
"configurationRefreshMsg": "Configuration refreshed",
"confirmDeleteConfig": "Are you sure you want to delete this configuration?", "confirmDeleteConfig": "Are you sure you want to delete this configuration?",
"copySuccess": "Copied: {text}", "copySuccess": "Copied: {text}",
"delete": "Delete", "delete": "Delete",

View File

@@ -478,6 +478,7 @@
"configChangeMsg": "配置已更改", "configChangeMsg": "配置已更改",
"configSaveMsg": "配置已保存", "configSaveMsg": "配置已保存",
"configTabTitle": "已有配置,单击复制", "configTabTitle": "已有配置,单击复制",
"configurationRefreshMsg": "配置已刷新",
"confirmDeleteConfig": "确认删除配置吗?", "confirmDeleteConfig": "确认删除配置吗?",
"copySuccess": "复制成功: {text}", "copySuccess": "复制成功: {text}",
"delete": "删除", "delete": "删除",

View File

@@ -478,6 +478,7 @@
"configChangeMsg": "設定已變更", "configChangeMsg": "設定已變更",
"configSaveMsg": "設定已儲存", "configSaveMsg": "設定已儲存",
"configTabTitle": "已有設定,點擊複製", "configTabTitle": "已有設定,點擊複製",
"configurationRefreshMsg": "設定已刷新",
"confirmDeleteConfig": "確認要刪除此設定嗎?", "confirmDeleteConfig": "確認要刪除此設定嗎?",
"copySuccess": "複製成功: {text}", "copySuccess": "複製成功: {text}",
"delete": "刪除", "delete": "刪除",

View File

@@ -668,7 +668,7 @@ const toggleImportDropdown = () => {
const refreshConfigs = () => { const refreshConfigs = () => {
getAllConfigAliasArray() getAllConfigAliasArray()
notifyUser('Configurations refreshed', 'success') notifyUser(t('pages.manage.login.configurationRefreshMsg'), 'success')
} }
onMounted(() => { onMounted(() => {