feat: add import words helper

This commit is contained in:
Gabe
2025-09-26 20:56:52 +08:00
parent 6bafcb0ec0
commit 6d95e7debc
2 changed files with 8 additions and 0 deletions

View File

@@ -1468,4 +1468,9 @@ export const I18N = {
en: `Export old version`,
zh_TW: `匯出舊版`,
},
favorite_words_helper: {
zh: `导入词汇请使用txt文件每一行一个单词。`,
en: `To import vocabulary, please use a txt file with one word per line.`,
zh_TW: `匯入詞彙請使用txt文件每一行一個單字。`,
},
};