-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
51 lines (51 loc) · 1.12 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
51
{
"common": {
"buttons": {
"submit": "Submit",
"cancel": "Cancel",
"save": "Save",
"delete": "Delete"
},
"messages": {
"success": "Operation completed successfully",
"error": "An error occurred",
"confirmDelete": "Are you sure you want to delete this item?"
}
},
"auth": {
"login": {
"title": "Login",
"email": "Email Address",
"password": "Password",
"forgotPassword": "Forgot Password?",
"rememberMe": "Remember Me"
},
"register": {
"title": "Create Account",
"name": "Full Name",
"email": "Email Address",
"password": "Password",
"confirmPassword": "Confirm Password"
}
},
"dashboard": {
"welcome": "Welcome back",
"stats": {
"totalUsers": "Total Users",
"activeUsers": "Active Users",
"revenue": "Revenue"
}
},
"settings": {
"title": "Settings",
"theme": {
"light": "Light Mode",
"dark": "Dark Mode"
},
"notifications": {
"title": "Notifications",
"email": "Email Notifications",
"push": "Push Notifications"
}
}
}