Approval in backend

This commit is contained in:
2025-09-12 11:40:48 +00:00
committed by md translation bot
parent e87fb77f5a
commit 252ac4cc82
57 changed files with 3744 additions and 0 deletions

16
backend/cs/login.json Normal file
View File

@@ -0,0 +1,16 @@
{
"tlLogin": {
"username": "Username",
"password": "Password",
"login": "Login",
"remember_me": "Remember me",
"global_statistics": "Global statistics",
"recent_blog_posts": "Recent blog posts",
"public_db_contents": "Published database contents",
"log_in": "Log in",
"avg_text_len": "Average object description length",
"login_using_idp": "Login using your institution's identity provider",
"select_idp": "Select an identity provider",
"login_using_device": "Login using device"
}
}