-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp_en.i18n.json
42 lines (42 loc) · 1.07 KB
/
app_en.i18n.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
{
"appName": "Flutter Bootstrap",
"errors": {
"email" : {
"empty": "We need your email address",
"invalid": "It looks like your email address is not valid"
},
"password": {
"empty": "We need your password",
"invalid": "Your password must be at least 6 characters long"
}
},
"subscriptions": {
"duration": {
"lifetime": "Lifetime",
"annual": "Every year",
"sixMonth": "Every 6 months",
"threeMonth": "Every 3 months",
"twoMonth": "Every 2 months",
"monthly": "Every month",
"weekly": "Every week"
},
"periodunit": {
"day": {
"one": "Day",
"other": "Days"
},
"week": {
"one": "Week",
"other": "Weeks"
},
"month": {
"one": "Month",
"other": "Months"
},
"year": {
"one": "Year",
"other": "Years"
}
}
}
}