add adaptive_scaffold

This commit is contained in:
shenlong-tanwen
2024-05-24 09:42:02 +05:30
parent fb6253d2d1
commit 1631df70e9
295 changed files with 2540 additions and 44480 deletions
+24
View File
@@ -4,5 +4,29 @@
"search": "Search",
"sharing": "Sharing",
"library": "Library"
},
"settings": {
"sections": {
"about": "About",
"general": "General",
"advance": "Advance"
}
},
"login": {
"error": {
"empty_server_url": "Kindly provide a server URL",
"invalid_server_url": "Invalid URL",
"server_not_reachable": "Server is not reachable"
},
"label": {
"email": "Email",
"password": "Password",
"endpoint": "Server Endpoint URL",
"login_button": "Login",
"back_button": "Back",
"next_button": "Next",
"oauth_button": "OAuth",
"login_disabled": "Login Disabled"
}
}
}