i18n: add translations for 30 locales from Quartz v4

This commit is contained in:
saberzero1 2026-04-04 01:49:54 +02:00
parent cf00731652
commit f47b431c63
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
export default {
components: {
recentNotes: {
title: "Legutóbbi jegyzetek",
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
},
},
};

View file

@ -0,0 +1,8 @@
export default {
components: {
recentNotes: {
title: "Catatan Terbaru",
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
},
},
};