fix(login): use translation title key prop to set page title (#10537)

This PR sets the page title to the same title as the respective pages
and introduces a default title ("Login with Zitadel").
Closes #10282

# Which Problems Are Solved

Missing page title on pages.

# How the Problems Are Solved

Using the hosted translation service, we load and merge properties to
set the page title

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
(cherry picked from commit 772e9c5e3d)
This commit is contained in:
Max Peintner
2025-08-22 12:59:13 +02:00
committed by Livio Spring
parent 434f4f3bdd
commit 7fd1b063ed
27 changed files with 155 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
{
"common": {
"back": "Zurück"
"back": "Zurück",
"title": "Anmelden mit Zitadel"
},
"accounts": {
"title": "Konten",

View File

@@ -1,6 +1,7 @@
{
"common": {
"back": "Back"
"back": "Back",
"title": "Login with Zitadel"
},
"accounts": {
"title": "Accounts",

View File

@@ -1,6 +1,7 @@
{
"common": {
"back": "Atrás"
"back": "Atrás",
"title": "Iniciar sesión con Zitadel"
},
"accounts": {
"title": "Cuentas",

View File

@@ -1,6 +1,7 @@
{
"common": {
"back": "Indietro"
"back": "Indietro",
"title": "Accedi con Zitadel"
},
"accounts": {
"title": "Account",

View File

@@ -1,6 +1,7 @@
{
"common": {
"back": "Powrót"
"back": "Powrót",
"title": "Zaloguj się za pomocą Zitadel"
},
"accounts": {
"title": "Konta",

View File

@@ -1,6 +1,7 @@
{
"common": {
"back": "Назад"
"back": "Назад",
"title": "Войти с Zitadel"
},
"accounts": {
"title": "Аккаунты",

View File

@@ -1,6 +1,7 @@
{
"common": {
"back": "返回"
"back": "返回",
"title": "使用 Zitadel 登录"
},
"accounts": {
"title": "账户",