Add new translation file for login page on musdb

This commit is contained in:
2020-04-20 02:08:55 +02:00
committed by Stefan Rohde-Enslin
parent 43b2170503
commit 294e45a2d8
16 changed files with 208 additions and 0 deletions

13
backend/ar/login.json Normal file
View File

@ -0,0 +1,13 @@
{
"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"
}
}