diff --git a/src/renderer/i18n/locales/en.json b/src/renderer/i18n/locales/en.json index 3f06c222..be9298ad 100644 --- a/src/renderer/i18n/locales/en.json +++ b/src/renderer/i18n/locales/en.json @@ -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", diff --git a/src/renderer/i18n/locales/zh-CN.json b/src/renderer/i18n/locales/zh-CN.json index 02958e88..11b8e431 100644 --- a/src/renderer/i18n/locales/zh-CN.json +++ b/src/renderer/i18n/locales/zh-CN.json @@ -478,6 +478,7 @@ "configChangeMsg": "配置已更改", "configSaveMsg": "配置已保存", "configTabTitle": "已有配置,单击复制", + "configurationRefreshMsg": "配置已刷新", "confirmDeleteConfig": "确认删除配置吗?", "copySuccess": "复制成功: {text}", "delete": "删除", diff --git a/src/renderer/i18n/locales/zh-TW.json b/src/renderer/i18n/locales/zh-TW.json index cf29f7c4..a3882973 100644 --- a/src/renderer/i18n/locales/zh-TW.json +++ b/src/renderer/i18n/locales/zh-TW.json @@ -478,6 +478,7 @@ "configChangeMsg": "設定已變更", "configSaveMsg": "設定已儲存", "configTabTitle": "已有設定,點擊複製", + "configurationRefreshMsg": "設定已刷新", "confirmDeleteConfig": "確認要刪除此設定嗎?", "copySuccess": "複製成功: {text}", "delete": "刪除", diff --git a/src/renderer/manage/pages/LogInPage.vue b/src/renderer/manage/pages/LogInPage.vue index bab816fe..24f6d49f 100644 --- a/src/renderer/manage/pages/LogInPage.vue +++ b/src/renderer/manage/pages/LogInPage.vue @@ -668,7 +668,7 @@ const toggleImportDropdown = () => { const refreshConfigs = () => { getAllConfigAliasArray() - notifyUser('Configurations refreshed', 'success') + notifyUser(t('pages.manage.login.configurationRefreshMsg'), 'success') } onMounted(() => {