diff options
| author | JustZvan <justzvan@justzvan.xyz> | 2026-04-08 19:48:30 +0200 |
|---|---|---|
| committer | JustZvan <justzvan@justzvan.xyz> | 2026-04-08 19:48:30 +0200 |
| commit | fef579b2b794be6f4b8e963fe4ed2c4c8f734aec (patch) | |
| tree | b87047d87107ca693e151984f7a8faffe07d6c5c /lib/locales.ts | |
| parent | 3273e7a0fbbce82f4ce6cacbcdb7b6d6848f6c1b (diff) | |
feat: 1.2main
Diffstat (limited to 'lib/locales.ts')
| -rw-r--r-- | lib/locales.ts | 11 |
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.", |