mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
16 lines
300 B
TypeScript
16 lines
300 B
TypeScript
|
|
export default {
|
||
|
|
nav: {
|
||
|
|
home: "Home",
|
||
|
|
posts: "Posts",
|
||
|
|
tags: "Tags",
|
||
|
|
about: "About",
|
||
|
|
},
|
||
|
|
post: {
|
||
|
|
writtenBy: "Written by",
|
||
|
|
comments: "Comments",
|
||
|
|
publishedOn: "Published on",
|
||
|
|
},
|
||
|
|
theme: {
|
||
|
|
toggle: "Toggle theme",
|
||
|
|
},
|
||
|
|
};
|