chore(多语言): 补充英文翻译

This commit is contained in:
2025-12-29 10:51:38 +08:00
parent 332350cfab
commit 1886616bb4
138 changed files with 906 additions and 70 deletions

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Notice Detail'
}

View File

@@ -0,0 +1,6 @@
export const lang = {
//title为每个页面的标题
title: 'Notice List',
emptyText:"No more information available",
contentTitle:'Upgrade Notice'
}