2023-05-19 18:23:25 +00:00
|
|
|
export default {
|
|
|
|
header: {
|
|
|
|
name: 'KUNGalgame',
|
2023-05-26 12:34:01 +00:00
|
|
|
allTopic: 'All TOPIC',
|
|
|
|
createTopic: 'CREATE TOPIC',
|
|
|
|
technology: 'TECHNOLOGY',
|
|
|
|
aboutUs: 'ABOUT US',
|
2023-05-19 18:23:25 +00:00
|
|
|
},
|
2023-05-25 18:05:35 +00:00
|
|
|
mainPage: {
|
|
|
|
asideActive: {
|
|
|
|
hot: `Today's Hot Topic`,
|
|
|
|
new: `Today's New Topic`,
|
|
|
|
},
|
|
|
|
},
|
2023-05-19 18:23:25 +00:00
|
|
|
}
|