This commit is contained in:
jialin
2025-06-20 19:34:04 +08:00
parent ca7dc02d88
commit 6be7140a47
18 changed files with 156 additions and 46 deletions
+3 -1
View File
@@ -249,7 +249,8 @@ export default {
'common.page.refresh.tips':
'Oops! Something went wrong. Try refreshing the page.',
'common.tips.escape.disable':
'Click Cancel or the X at the top right to close.'
'Click Cancel or the X at the top right to close.',
'common.button.clearSelection': 'Clear Selection'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -266,4 +267,5 @@ export default {
// 11. 'common.page.wentwrong': 'Something went wrong.',
// 12. 'common.page.refresh.tips': 'Oops! Something went wrong. Try refreshing the page.'
// 13. 'common.tips.escape.disable': 'Click Cancel or the X at the top right to close.'
// 14. 'common.button.clearSelection': 'Clear Selection'
// ========== End of To-Do List ==========