meface/docs/.vuepress/theme/locales/ko.js

12 lines
164 B
JavaScript
Raw Normal View History

2023-11-17 10:54:23 +08:00
export default {
homeBlog: {
article: '글',
tag: '태그',
category: '분류',
friendLink: '링크 참조'
},
tag: {
all: '전체'
}
}