diff --git a/src/i18n/locales/he-IL.ts b/src/i18n/locales/he-IL.ts index 6804148..f5a298c 100644 --- a/src/i18n/locales/he-IL.ts +++ b/src/i18n/locales/he-IL.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "הערות אחרונות", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `עיין ב ${remaining} נוספים →`, }, }, }; diff --git a/src/i18n/locales/hu-HU.ts b/src/i18n/locales/hu-HU.ts index e71223f..ab9adb8 100644 --- a/src/i18n/locales/hu-HU.ts +++ b/src/i18n/locales/hu-HU.ts @@ -2,7 +2,8 @@ export default { components: { recentNotes: { title: "Legutóbbi jegyzetek", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => + `${remaining} további megtekintése →`, }, }, };