chore(多语言): 补充英文翻译
This commit is contained in:
4
lang/en-us/notice/detail.js
Normal file
4
lang/en-us/notice/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: 'Notice Detail'
|
||||
}
|
||||
6
lang/en-us/notice/list.js
Normal file
6
lang/en-us/notice/list.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: 'Notice List',
|
||||
emptyText:"No more information available",
|
||||
contentTitle:'Upgrade Notice'
|
||||
}
|
||||
Reference in New Issue
Block a user