-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathtranslation.json
More file actions
161 lines (161 loc) · 6.3 KB
/
translation.json
File metadata and controls
161 lines (161 loc) · 6.3 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"widgets": {
"form": {
"loading": "Loading...",
"savingData": "Saving data...",
"retrievingData": "Retrieving data...",
"mediaWarning": "No storage folder is selected for {{fieldNames}} field(s).",
"warningLabel": "Warning",
"noDatasourceLinked": "No data source is linked.",
"noAddOrUpdateWarning": "Data will only be added or updated in the data source if the corresponding checkboxes <b>Add new submissions to a data source</b> and <b>Update existing entries in the data source</b> are checked in the settings.",
"noAddWarning": "New submissions will not be saved to a data source unless <b>Add new submissions to a data source</b> checkbox is checked in the settings.",
"noUpdateWarning": "Existing entries will not be updated in the data source unless <b>Update existing entries in the data source</b> checkbox is checked in the settings.",
"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.",
"imageSizeExceeded": "Image dimensions are too large. Please upload an image {{maxImageSize}}px or smaller."
},
"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"
}
},
"geolocation": {
"getLocation": "Get my location",
"updateLocation": "Update my location",
"locationSaved": "Location saved",
"loadingLocation": "Loading location ...",
"accept": "Ok",
"settings": "Settings",
"errors": {
"permissionDenied": "Location features are disabled. Please enable them in settings to submit this form.",
"positionUnavailable": "Location information is unavailable due to technical reasons. Please ensure that location features are enabled in your device settings and that your internet connection is stable.",
"timeout": "The connection couldn’t be established within the expected timeframe. Please check your internet connection and device location service before trying again.",
"unknownError": "An unknown error occurred. Please contact support if issue persists",
"inaccurateCoords": "Precise location is disabled. Please enable it in settings to submit this form.",
"locationRequired": "Please allow location services to use this feature"
}
},
"codeScanner": {
"scanCode": "Scan Code"
},
"customButton": {
"defaultError": "Error encountered with '{{label}}' button"
},
"typeahead": {
"maxItemsHelper": "Max {{maxItems}} item(s).",
"errors": {
"limitExceeded": "Only {{maxItems}} item(s) can be selected."
}
},
"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.",
"locationError": "Address processing failed. Check your connection and try again."
}
}
}
}