feat: add next-international translations (#2)
* feat: add next-international translations * chore: fix formatting * chore: address pull request feedback
This commit is contained in:
29
packages/translation/src/lang/de.ts
Normal file
29
packages/translation/src/lang/de.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
user: {
|
||||
page: {
|
||||
login: {
|
||||
title: "Melde dich bei deinem Konto an",
|
||||
subtitle: "Willkommen zurück! Bitte gib deine Zugangsdaten ein",
|
||||
},
|
||||
init: {
|
||||
title: "Neue Alparr Installation",
|
||||
subtitle: "Bitte erstelle den initialen Administrator Benutzer",
|
||||
},
|
||||
},
|
||||
field: {
|
||||
username: {
|
||||
label: "Benutzername",
|
||||
},
|
||||
password: {
|
||||
label: "Passwort",
|
||||
},
|
||||
passwordConfirm: {
|
||||
label: "Passwort bestätigen",
|
||||
},
|
||||
},
|
||||
action: {
|
||||
login: "Anmelden",
|
||||
create: "Benutzer erstellen",
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
29
packages/translation/src/lang/en.ts
Normal file
29
packages/translation/src/lang/en.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
user: {
|
||||
page: {
|
||||
login: {
|
||||
title: "Log in to your account",
|
||||
subtitle: "Welcome back! Please enter your credentials",
|
||||
},
|
||||
init: {
|
||||
title: "New Alparr installation",
|
||||
subtitle: "Please create the initial administator user",
|
||||
},
|
||||
},
|
||||
field: {
|
||||
username: {
|
||||
label: "Username",
|
||||
},
|
||||
password: {
|
||||
label: "Password",
|
||||
},
|
||||
passwordConfirm: {
|
||||
label: "Confirm password",
|
||||
},
|
||||
},
|
||||
action: {
|
||||
login: "Login",
|
||||
create: "Create user",
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user