mirror of
https://github.com/quartz-community/recent-notes.git
synced 2026-07-22 02:50:28 +00:00
i18n: add translations for 30 locales from Quartz v4
This commit is contained in:
parent
f3ef78fa62
commit
73fa0994a6
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ export default {
|
|||
components: {
|
||||
recentNotes: {
|
||||
title: "最近的笔记",
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `查看更多${remaining}篇笔记 →`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ export default {
|
|||
components: {
|
||||
recentNotes: {
|
||||
title: "最近的筆記",
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `查看更多 ${remaining} 篇筆記 →`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue