Built motion from commit 42b6453.|2.0.28
[motion2.git] / public / app / main / apps / jscripty / i18n / en.json
1 {
2     "JSCRIPTY": {
3         "NAME": "Name",
4         "SEARCH_FOR_ANYONE": "Search for anyone",
5         "BACK": "Back",
6         "SELECTED": "Selected",
7         "SELECT_ALL": "Select All",
8         "SELECT_NONE": "Select None",
9         "DESCRIPTION": "Description",
10         "ERRORS": {
11             "NAME_REQUIRED": "The Name is required",
12             "PROJECT_REQUIRED": "The Project is required",
13             "FIELD_REQUIRED": "The field is required",
14             "NAME_MUST_VALID_PATTERN": "The Name must be written in a valid format"
15         },
16         "SAVE": "Save",
17         "PROJECTS": "Projects",
18         "ADD_PROJECT": "Add Project",
19         "EDIT_PROJECT": "Edit Project",
20         "DELETE_PROJECT": "Delete Project",
21         "JSCRIPTY": "Jscripty",
22         "ID": "Id",
23         "PROJECT": "Project",
24         "CREATED_AT": "Created At",
25         "NEW_PROJECT": "New Project",
26         "EDIT": "Edit",
27         "SETTINGS": "Settings",
28         "GENERAL": "General",
29         "BUILDER": "Builder",
30         "PREVIEW": "Preview",
31         "OPEN_CONTACT": "Open Contact",
32         "HELP": {
33             "NAME": "Only numbers, letters and specific characters (._) are supported"
34         },
35         "PAGE": "Page",
36         "ROWSPERPAGE": "Rows per page",
37         "OF": "Of"
38     },
39     "mwForm": {
40         "form": {
41             "name": "Title",
42             "name.placeholder": "Form title",
43             "description": "Description"
44         },
45         "buttons": {
46             "addPage": "Add page",
47             "moveDown": "Move down",
48             "moveUp": "Move up",
49             "removePage": "Remove page",
50             "remove": "Remove",
51             "addElement": "Add element",
52             "questionReady": "Ready",
53             "next": "Next",
54             "back": "Back",
55             "submit": "Submit",
56             "begin": "Begin",
57             "fold": "Fold",
58             "unfold": "Unfold",
59             "edit": "Edit",
60             "clone": "Clone",
61             "view": "View"
62         },
63         "page": {
64             "tab": {
65                 "heading": "Page {{page}} of {{allPages}}"
66             },
67             "elements": {
68                 "empty": "Empty page"
69             },
70             "pageWithNameCheckbox": "named",
71             "name": "Page name"
72         },
73         "pageFlow": {
74             "afterPage": "After page {{page}}:",
75             "afterQuestionAnswer": "Go to page based on answer",
76             "goToPage": "Go to page {{page.number}}",
77             "goToNextPage": "Continue to next page",
78             "submitForm": "Submit form"
79         },
80         "elements": {
81             "question": "Question",
82             "image": "Image",
83             "paragraph": "Paragraph"
84         },
85         "question": {
86             "types": {
87                 "text": {
88                     "name": "Short text"
89                 },
90                 "textarea": {
91                     "name": "Long text"
92                 },
93                 "radio": {
94                     "name": "Radio"
95                 },
96                 "select": {
97                     "name": "Select"
98                 },
99                 "checkbox": {
100                     "name": "Checkboxes"
101                 },
102                 "grid": {
103                     "name": "Grid"
104                 },
105                 "priority": {
106                     "name": "Priority"
107                 },
108                 "division": {
109                     "name": "Division"
110                 },
111                 "number": {
112                     "name": "Number"
113                 },
114                 "date": {
115                     "name": "Date"
116                 },
117                 "datetime": {
118                     "name": "Datetime"
119                 },
120                 "time": {
121                     "name": "Time"
122                 },
123                 "email": {
124                     "name": "Email"
125                 },
126                 "range": {
127                     "name": "Range"
128                 },
129                 "url": {
130                     "name": "URL"
131                 }
132
133
134             },
135             "text": "Question text",
136             "type": "Question type",
137             "required": "Required",
138             "preview": {
139                 "text": "Short answer text",
140                 "textarea": "Long answer text",
141                 "otherAnswer": "Other"
142             },
143             "division": {
144                 "quantity": "Quantity",
145                 "unit": "Unit label",
146                 "assignedSumLabel": "Assigned",
147                 "fromRequiredLabel": "from required"
148
149             },
150             "priority": {
151                 "sorted": "Sorted",
152                 "available": "Available",
153                 "clickToAddItem": "Click to add item"
154             },
155             "grid": {
156                 "cellInputType": "Cell input type",
157                 "cellInputTypes": {
158                     "radio": "Radio",
159                     "checkbox": "Checkbox",
160                     "text": "Text",
161                     "number": "Number",
162                     "date": "Date",
163                     "time": "Time"
164                 },
165                 "rowLabel": "Row {{row}}",
166                 "clickToAddRow": "Click to add row",
167                 "columnLabel": "Column {{col}}",
168                 "clickToAddColumn": "Click to add column"
169             },
170             "range": {
171                 "from": "Range from",
172                 "to": "to"
173             },
174             "number": {
175                 "min": "Min",
176                 "max": "Max"
177             },
178             "orLabel": "or ",
179             "otherLabel": "Other: ",
180             "userAnswer": "User answer",
181             "buttons": {
182                 "addOption": "Click to add option",
183                 "addOther": "Add 'Other'"
184             }
185
186         },
187         "image": {
188             "selectImageButton": "Select image",
189             "caption": "Image caption"
190         },
191         "paragraph": {
192             "placeholder": "Enter paragraph text"
193         },
194         "confirmationPage": {
195             "title": "Confirmation page",
196             "customMessage": "Custom confirmation message",
197             "defaultMessage": "Your response has been saved",
198             "errorMessage": "Error! Your response has not been saved",
199             "pendingMessage": "Your response is being saved."
200         }
201     }
202 }