forked from Fliplet/fliplet-widget-form-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
translation.json
125 lines (125 loc) · 3.93 KB
/
translation.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"widgets": {
"form": {
"loading": "Loading...",
"savingData": "Saving data...",
"retrievingData": "Retrieving data...",
"sending": {
"requiredFields": "* Required fields"
},
"email": {
"invalid": "The input is not a valid email address."
},
"file": {
"uploaded": "Uploaded",
"uploadMessage": "To be uploaded",
"instruction": "Choose file"
},
"image": {
"instruction": "Choose image",
"invalid": "The uploaded file is not a valid image. Please try again.",
"actionLabels": {
"takePhoto": "Take Photo",
"choosePhoto": "Choose Existing Photo",
"cancel": "Cancel"
},
"confirmMessage": "How do you want to choose your image?",
"confirmLabel": "Choose Image",
"required": "Please fill in required fields."
},
"interface": {
"hidden": "Hidden"
},
"number": {
"invalidLength": "This field only accept up to 15 digits.",
"onlyPositiveDigitsAllowed": "Only positive digits are allowed.",
"onlyIntegerDigitsAllowed": "Only integer digits are allowed.",
"invalidDecimal": "Only digits or {{decimals}} digits after point are allowed."
},
"paragraph": {
"defaultValue": "Paragraph"
},
"password": {
"confirmPassword": "Confirm password",
"mismatch": "Password confirmation does not match password.",
"placeholder": "A password will be automatically generated",
"requirements": {
"title": "Password requirements",
"confirmTitle": "Password confirmation",
"length": "Password must be at least 8 characters.",
"uppercase": "Password must contain at least 1 uppercase character.",
"lowercase": "Password must contain at least 1 lowercase character.",
"number": "Password must contain at least 1 number.",
"symbol": "Password must contain at least 1 symbol.",
"confirmation": "Password confirmation must match."
}
},
"checkbox": {
"defaultOptions": {
"option1": "Option 1",
"option2": "Option 2"
},
"selectAll": "Select All"
},
"matrix": {
"defaultOptions": {
"row1": "Row 1",
"row2": "Row 2",
"column1": "Column 1",
"column2": "Column 2"
}
},
"radio": {
"defaultOptions": {
"option1": "Option 1",
"option2": "Option 2"
}
},
"select": {
"name": "Dropdown (single-select)",
"placeholder": "Select one",
"defaultOptions": {
"option1": "Option 1",
"option2": "Option 2"
}
},
"dateRange": {
"rangePlaceholder": "Select range",
"predefinedRanges": {
"today": "Today",
"yesterday": "Yesterday",
"tomorrow": "Tomorrow",
"nextWeek": "Next week",
"lastWeek": "Last week",
"nextMonth": "Next month",
"lastMonth": "Last month"
}
},
"timer": {
"required": "Please start the timer before submitting the form"
},
"signature": {
"actions": {
"clear": "Clear",
"edit": "Edit"
}
},
"telephone": {
"instruction": "Phone number can only contain <b>; , . ( ) - + SPACE * #</b> and numbers."
},
"title": {
"defaultValue": "Title"
},
"url": {
"invalid": "The input is not a valid URL."
},
"errors": {
"required": "Field is required.",
"fieldsNotFilled": "Please complete all required fields.",
"unableToLoadEntry": "Unable to load entry",
"offlineDataError": "The data can only be updated when connected to the internet.",
"offlineFormError": "This form can only be submitted when connected to the internet."
}
}
}
}