diff --git a/src/i18n/locales/pl-PL.ts b/src/i18n/locales/pl-PL.ts index 61470ff..ff67dfc 100644 --- a/src/i18n/locales/pl-PL.ts +++ b/src/i18n/locales/pl-PL.ts @@ -2,7 +2,8 @@ export default { components: { recentNotes: { title: "Najnowsze notatki", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => + `Zobacz ${remaining} nastepnych →`, }, }, }; diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts index 26d0eff..869d290 100644 --- a/src/i18n/locales/pt-BR.ts +++ b/src/i18n/locales/pt-BR.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Notas recentes", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Veja mais ${remaining} →`, }, }, };