diff options
Diffstat (limited to 'lib')
| -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.", |