aboutsummaryrefslogtreecommitdiffstats
path: root/res/langs
diff options
context:
space:
mode:
authorRemi <6680627+riseremi@users.noreply.github.com>2025-04-07 19:58:46 +0500
committerGitHub <noreply@github.com>2025-04-07 17:58:46 +0300
commitf61717fcc48fe7039cab5e183da29653e445f691 (patch)
treeb1c03132d9e76554f898b82c02a5987e40388917 /res/langs
parentf874dcd3de368e7e512ab1c0defdd17bc3026ce5 (diff)
Ask to create admin user on fresh install (#62)
* Ask to create admin user on fresh install * Implement client form submitting * minimize diff, simplify impl * Check json typing and clean stuff --------- Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'res/langs')
-rw-r--r--res/langs/en.json6
-rw-r--r--res/langs/ru.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/res/langs/en.json b/res/langs/en.json
index b7f8246..1cda8aa 100644
--- a/res/langs/en.json
+++ b/res/langs/en.json
@@ -17,6 +17,8 @@
"openInApp": "Open in App",
"hideThisMessage": "Hide this message",
"usernameError": "Username length must be from 1 to $MAX characters and don't repeat another's. Characters &^<>'\" are not allowed.",
+ "passwordError": "Password length must be from $MIN to $MAX characters.",
+ "passwordsMismatchError": "Passwords do not match.",
"passwordMatchError": "Wrong password.",
"accessError": "Access error",
"noPermission": "No '$PERMISSION' permission.",
@@ -111,5 +113,7 @@
"off": "Off",
"areYouSure": "Are you sure?",
- "dataWillBeLost": "The data will be lost."
+ "dataWillBeLost": "The data will be lost.",
+
+ "setupTitle": "Welcome to SyncTube!"
}
diff --git a/res/langs/ru.json b/res/langs/ru.json
index b98237d..f9c5303 100644
--- a/res/langs/ru.json
+++ b/res/langs/ru.json
@@ -17,6 +17,8 @@
"openInApp": "Открыть в приложении",
"hideThisMessage": "Скрыть это сообщение",
"usernameError": "Ник должен быть от 1 до $MAX символов и не повторять чужие. Символы &^<>'\" запрещены.",
+ "passwordError": "Длина пароля должна быть от $MIN до $MAX символов.",
+ "passwordsMismatchError": "Пароли не совпадают.",
"passwordMatchError": "Неправильный пароль.",
"accessError": "Ошибка доступа",
"noPermission": "Нет '$PERMISSION' разрешения.",
@@ -111,5 +113,7 @@
"off": "Откл.",
"areYouSure": "Вы уверены?",
- "dataWillBeLost": "Данные будут потеряны."
+ "dataWillBeLost": "Данные будут потеряны.",
+
+ "setupTitle": "Добро пожаловать в SyncTube!"
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage