-
Set password
+
<%= t("set_password.heading") %>
<% if (error) { %>
@@ -18,24 +18,24 @@
<% } %>
-
Before you can start using Trilium from web, you need to set a password first. You will then use this password to login.
+
<%= t("set_password.description") %>
diff --git a/translations/en/server.json b/translations/en/server.json
index 15211f1d9..f29e06641 100644
--- a/translations/en/server.json
+++ b/translations/en/server.json
@@ -98,5 +98,12 @@
"password": "Password",
"remember-me": "Remember me",
"button": "Login"
+ },
+ "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",
+ "password-confirmation": "Password confirmation",
+ "button": "Set password"
}
}
diff --git a/translations/ro/server.json b/translations/ro/server.json
index ef9abe6a6..f99dfb7b6 100644
--- a/translations/ro/server.json
+++ b/translations/ro/server.json
@@ -101,5 +101,12 @@
"password": "Parolă",
"remember-me": "Ține-mă minte",
"title": "Autentificare"
+ },
+ "set_password": {
+ "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.",
+ "password": "Parolă",
+ "password-confirmation": "Confirmarea parolei"
}
}
From 94857d88022bca4b8a00b1c1431deed4cc2f9a04 Mon Sep 17 00:00:00 2001
From: Elian Doran
Date: Sun, 8 Sep 2024 18:55:11 +0300
Subject: [PATCH 21/47] server: Translate JavaScript required
---
src/views/desktop.ejs | 2 +-
src/views/mobile.ejs | 2 +-
src/views/setup.ejs | 2 +-
translations/en/server.json | 3 ++-
translations/ro/server.json | 3 ++-
5 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/desktop.ejs b/src/views/desktop.ejs
index 64135659a..59a4b2b4f 100644
--- a/src/views/desktop.ejs
+++ b/src/views/desktop.ejs
@@ -7,7 +7,7 @@
TriliumNext Notes
-
+