-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathen.json
50 lines (50 loc) · 1.71 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"title": "App Template",
"login": {
"title": "Access System",
"login": "Login",
"admin": "Admin login",
"password": "Password",
"failed": "Invalid credentials",
"submit": "Login",
"safetyReminder": "Don't forget to logout if you don't trust this computer",
"otp": {
"message": "Your one-time password is {otp}"
},
"logout": "Log out"
},
"pages": {
"home": {
"title": "Welcome to the app",
"lead": "This is an app template"
}
},
"footer": {
"title": "Footer info is here"
},
"user": {
"welcome": {
"menu": "Overview",
"title": "Welcome!",
"description": "Description"
}
},
"admin": {
"dashboard": {
"title": "Dashboard"
}
},
"notfound": {
"message": "Page Not Found",
"back": "Back to previous page"
},
"errors": {
"alreadyExists": "Already exists",
"technical": "Technical error, please try again",
"networkUnavailable": "Cannot connect to the server, please try again later",
"notJson": "Communication with server is blocked, please check your network connection",
"apiVersionMismatch": "Server has been updated, will reload the page to ensure compatibility",
"upgradeLegacyEdgeBrowser": "You are using a legacy version of Microsoft Edge browser, which is not supported. For all features to work properly, please <a href='https://microsoft.com/edge'>upgrade to the new Edge</a>.",
"unsupportedIEBrowser": "You are using Internet Explorer, which was released in 2013 and doesn't support all the latest web standards that make this app work. Please upgrade to a modern web browser, like Chrome, Firefox or <a href='https://microsoft.com/edge'>the new Microsoft Edge</a>."
}
}