mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
🐛 Fix(custom): add missing i18n field
This commit is contained in:
@@ -478,6 +478,7 @@
|
||||
"configChangeMsg": "Configuration changed",
|
||||
"configSaveMsg": "Configuration saved",
|
||||
"configTabTitle": "Existing configurations, click to copy",
|
||||
"configurationRefreshMsg": "Configuration refreshed",
|
||||
"confirmDeleteConfig": "Are you sure you want to delete this configuration?",
|
||||
"copySuccess": "Copied: {text}",
|
||||
"delete": "Delete",
|
||||
|
||||
@@ -478,6 +478,7 @@
|
||||
"configChangeMsg": "配置已更改",
|
||||
"configSaveMsg": "配置已保存",
|
||||
"configTabTitle": "已有配置,单击复制",
|
||||
"configurationRefreshMsg": "配置已刷新",
|
||||
"confirmDeleteConfig": "确认删除配置吗?",
|
||||
"copySuccess": "复制成功: {text}",
|
||||
"delete": "删除",
|
||||
|
||||
@@ -478,6 +478,7 @@
|
||||
"configChangeMsg": "設定已變更",
|
||||
"configSaveMsg": "設定已儲存",
|
||||
"configTabTitle": "已有設定,點擊複製",
|
||||
"configurationRefreshMsg": "設定已刷新",
|
||||
"confirmDeleteConfig": "確認要刪除此設定嗎?",
|
||||
"copySuccess": "複製成功: {text}",
|
||||
"delete": "刪除",
|
||||
|
||||
@@ -668,7 +668,7 @@ const toggleImportDropdown = () => {
|
||||
|
||||
const refreshConfigs = () => {
|
||||
getAllConfigAliasArray()
|
||||
notifyUser('Configurations refreshed', 'success')
|
||||
notifyUser(t('pages.manage.login.configurationRefreshMsg'), 'success')
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user