2024-02-18 18:13:43 +08:00
|
|
|
import Key from '../i18nKey'
|
|
|
|
import type { Translation } from '../translation'
|
2023-10-06 02:53:47 +08:00
|
|
|
|
|
|
|
export const zh_CN: Translation = {
|
2024-01-21 12:54:41 +08:00
|
|
|
[Key.home]: '主页',
|
|
|
|
[Key.about]: '关于',
|
|
|
|
[Key.archive]: '归档',
|
2024-06-21 19:39:13 +08:00
|
|
|
[Key.search]: '搜索',
|
2023-10-06 02:53:47 +08:00
|
|
|
|
2024-01-21 12:54:41 +08:00
|
|
|
[Key.tags]: '标签',
|
|
|
|
[Key.categories]: '分类',
|
|
|
|
[Key.recentPosts]: '最新文章',
|
2023-10-06 02:53:47 +08:00
|
|
|
|
2024-01-21 12:54:41 +08:00
|
|
|
[Key.comments]: '评论',
|
2023-10-06 02:53:47 +08:00
|
|
|
|
2024-01-21 12:54:41 +08:00
|
|
|
[Key.untitled]: '无标题',
|
|
|
|
[Key.uncategorized]: '未分类',
|
|
|
|
[Key.noTags]: '无标签',
|
2023-10-06 02:53:47 +08:00
|
|
|
|
2024-01-21 12:54:41 +08:00
|
|
|
[Key.wordCount]: '字',
|
|
|
|
[Key.wordsCount]: '字',
|
|
|
|
[Key.minuteCount]: '分钟',
|
|
|
|
[Key.minutesCount]: '分钟',
|
|
|
|
[Key.postCount]: '篇文章',
|
|
|
|
[Key.postsCount]: '篇文章',
|
2023-10-06 02:53:47 +08:00
|
|
|
|
2024-02-18 18:13:43 +08:00
|
|
|
[Key.themeColor]: '主题色',
|
2023-10-11 22:29:23 +08:00
|
|
|
|
2024-04-28 12:43:10 +08:00
|
|
|
[Key.lightMode]: '亮色',
|
|
|
|
[Key.darkMode]: '暗色',
|
|
|
|
[Key.systemMode]: '跟随系统',
|
|
|
|
|
2024-01-21 12:54:41 +08:00
|
|
|
[Key.more]: '更多',
|
2023-11-03 14:10:54 +08:00
|
|
|
|
2024-01-21 12:54:41 +08:00
|
|
|
[Key.author]: '作者',
|
|
|
|
[Key.publishedAt]: '发布于',
|
|
|
|
[Key.license]: '许可协议',
|
|
|
|
}
|