mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
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:
parent
ee5a232d20
commit
5bfba405a1
@ -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">
|
||||
|
@ -101,6 +101,7 @@
|
||||
"button": "登录"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "设置密码",
|
||||
"heading": "设置密码",
|
||||
"description": "在您可以从Web开始使用Trilium之前,您需要先设置一个密码。然后您将使用此密码登录。",
|
||||
"password": "密码",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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.",
|
||||
|
@ -100,6 +100,7 @@
|
||||
"button":"登入"
|
||||
},
|
||||
"set_password":{
|
||||
"title":"設定密碼",
|
||||
"heading":"設定密碼",
|
||||
"description":"在您可以從Web開始使用Trilium之前,您需要先設定一個密碼。然後您將使用此密碼登錄。",
|
||||
"password":"密碼",
|
||||
|
Loading…
x
Reference in New Issue
Block a user