locale: add link to authentication page in i18n

This commit is contained in:
Levi Borodenko
2023-08-01 16:17:26 +02:00
parent 6137d551fe
commit d975daf3f0
10 changed files with 12 additions and 10 deletions

View File

@@ -4,7 +4,8 @@ import type { PartialLocaleType } from "./index";
const no: PartialLocaleType = {
WIP: "Arbeid pågår ...",
Error: {
Unauthorized: "Du har ikke tilgang. Vennlig oppgi tildelt adgangskode.",
Unauthorized:
"Du har ikke tilgang. [Vennlig oppgi tildelt adgangskode](/#/auth).",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} meldinger`,