summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJustZvan <justzvan@justzvan.xyz>2026-04-08 19:48:30 +0200
committerJustZvan <justzvan@justzvan.xyz>2026-04-08 19:48:30 +0200
commitfef579b2b794be6f4b8e963fe4ed2c4c8f734aec (patch)
treeb87047d87107ca693e151984f7a8faffe07d6c5c /lib
parent3273e7a0fbbce82f4ce6cacbcdb7b6d6848f6c1b (diff)
feat: 1.2main
Diffstat (limited to 'lib')
-rw-r--r--lib/locales.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/locales.ts b/lib/locales.ts
index 9ba29ba..9d05382 100644
--- a/lib/locales.ts
+++ b/lib/locales.ts
@@ -116,6 +116,11 @@ const en = {
account: "Account",
verifyEmail: "Verify E-Mail",
verifyYourEmailAddress: "Verify your email address.",
+ generateKidLinkCode: "Generate link code",
+ generateKidLinkCodeSubtitle: "Create a one-time code for the kid app.",
+ kidLinkCodeTitle: "Kid link code",
+ kidLinkCodeExpiresIn: "Expires in",
+ failedToGenerateKidLinkCode: "Failed to generate kid link code",
signOut: "Sign Out",
notWiredYet: "Not wired yet",
hookThisUpLater: "Hook this up later.",
@@ -263,6 +268,12 @@ const hr: typeof en = {
account: "Račun",
verifyEmail: "Potvrdi e-mail",
verifyYourEmailAddress: "Potvrdite svoju e-mail adresu.",
+ generateKidLinkCode: "Generiraj kod za povezivanje",
+ generateKidLinkCodeSubtitle:
+ "Izradi jednokratni kod za dječju aplikaciju.",
+ kidLinkCodeTitle: "Kod za povezivanje uređaja",
+ kidLinkCodeExpiresIn: "Istječe za",
+ failedToGenerateKidLinkCode: "Generiranje koda nije uspjelo",
signOut: "Odjava",
notWiredYet: "Još nije povezano",
hookThisUpLater: "Povežite ovo kasnije.",