client side i18n

This commit is contained in:
peintnermax
2024-10-09 10:31:10 +02:00
parent f2262666fb
commit 9633853bf0
32 changed files with 46 additions and 37 deletions

View File

@@ -1,6 +1,14 @@
{
"loginname": {
"title": "Welcome back!",
"description": "Enter your login data."
"description": "Enter your login data.",
"registerButton": "Register new user"
},
"idp": {
"signInWithApple": "Sign in with Apple",
"signInWithGoogle": "Sign in with Google",
"signInWithAzureAD": "Sign in with AzureAD",
"signInWithGithub": "Sign in with GitHub",
"signInWithGitlab": "Sign in with GitLab"
}
}