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
ec3345aa27
commit
b8c379e9e8
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ export default {
|
|||
components: {
|
||||
recentNotes: {
|
||||
title: "Viimeisimmät muistiinpanot",
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `Näytä ${remaining} lisää →`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ export default {
|
|||
components: {
|
||||
recentNotes: {
|
||||
title: "Notes Récentes",
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `Voir ${remaining} de plus →`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue