diff --git a/src/i18n/locales/uk-UA.ts b/src/i18n/locales/uk-UA.ts index b275130..d84fb7a 100644 --- a/src/i18n/locales/uk-UA.ts +++ b/src/i18n/locales/uk-UA.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/vi-VN.ts b/src/i18n/locales/vi-VN.ts index 1c059da..08472d4 100644 --- a/src/i18n/locales/vi-VN.ts +++ b/src/i18n/locales/vi-VN.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Ghi chú gần đây", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Xem thêm ${remaining} ghi chú →`, }, }, };