fix(views/set_password): fix page title

I've added set_password.title – currently this
looks like a duplicate string to set_password.heading,
but there will be a separate change to this soon
This commit is contained in:
Panagiotis Papadopoulos 2025-01-07 23:08:36 +01:00
parent ee5a232d20
commit 5bfba405a1
9 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title><%= t("login.title") %></title>
<title><%= t("set_password.title") %></title>
<link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css">

View File

@ -101,6 +101,7 @@
"button": "登录"
},
"set_password": {
"title": "设置密码",
"heading": "设置密码",
"description": "在您可以从Web开始使用Trilium之前您需要先设置一个密码。然后您将使用此密码登录。",
"password": "密码",

View File

@ -100,6 +100,7 @@
"button": "Anmelden"
},
"set_password": {
"title": "Passwort festlegen",
"heading": "Passwort festlegen",
"description": "Bevor du Trilium im Web verwenden kannst, musst du zuerst ein Passwort festlegen. Du wirst dieses Passwort dann zur Anmeldung verwenden.",
"password": "Passwort",

View File

@ -101,6 +101,7 @@
"button": "Login"
},
"set_password": {
"title": "Set Password",
"heading": "Set password",
"description": "Before you can start using Trilium from web, you need to set a password first. You will then use this password to login.",
"password": "Password",

View File

@ -101,6 +101,7 @@
"button": "Iniciar sesión"
},
"set_password": {
"title": "Establecer contraseña",
"heading": "Establecer contraseña",
"description": "Antes de poder comenzar a usar Trilium desde la web, primero debe establecer una contraseña. Luego utilizará esta contraseña para iniciar sesión.",
"password": "Contraseña",

View File

@ -100,6 +100,7 @@
"button": "Connexion"
},
"set_password": {
"title": "Définir un mot de passe",
"heading": "Définir un mot de passe",
"description": "Avant de pouvoir commencer à utiliser Trilium depuis le web, vous devez d'abord définir un mot de passe. Vous utiliserez ensuite ce mot de passe pour vous connecter.",
"password": "Mot de passe",

View File

@ -101,6 +101,7 @@
"button": "Login"
},
"set_password": {
"title": "Definir senha",
"heading": "Definir senha",
"description": "Antes de começar a usar o Trilium web, você precisa definir uma senha. Você usará essa senha para fazer login.",
"password": "Senha",

View File

@ -101,6 +101,7 @@
"title": "Autentificare"
},
"set_password": {
"title": "Setare parolă",
"heading": "Setare parolă",
"button": "Setează parola",
"description": "Înainte de a putea utiliza Trilium din navigator, trebuie mai întâi setată o parolă. Ulterior această parolă va fi folosită la autentificare.",

View File

@ -100,6 +100,7 @@
"button":"登入"
},
"set_password":{
"title":"設定密碼",
"heading":"設定密碼",
"description":"在您可以從Web開始使用Trilium之前您需要先設定一個密碼。然後您將使用此密碼登錄。",
"password":"密碼",