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
2300fc3888
commit
ec3345aa27
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ export default {
|
|||
components: {
|
||||
recentNotes: {
|
||||
title: "Notas Recientes",
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `Vea ${remaining} más →`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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