mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
23 lines
365 B
JavaScript
23 lines
365 B
JavaScript
export default {
|
|
LOCALE: '中文(繁体香港)',
|
|
NAV: {
|
|
INDEX: '網誌',
|
|
RSS: '訂閱',
|
|
SEARCH: '搜尋',
|
|
ABOUT: '關於',
|
|
MAIL: '電郵'
|
|
},
|
|
PAGINATION: {
|
|
PREV: '上一頁',
|
|
NEXT: '下一頁'
|
|
},
|
|
SEARCH: {
|
|
ARTICLES: '搜尋文章',
|
|
TAGS: '搜尋標簽'
|
|
},
|
|
POST: {
|
|
BACK: '返回',
|
|
TOP: '回到頂端'
|
|
}
|
|
}
|