66b1772154e8a0efdb9bf72109fb06df22dc6a7b
[motion2.git] / public / app / main / apps / jscripty / i18n / lt.json
1 {
2         "JSCRIPTY": {
3                 "CLONE_PROJECT": "Clone Project",
4                 "NAME": "Name",
5                 "SEARCH_FOR_ANYONE": "Search",
6                 "BACK": "Back",
7                 "SELECTED": "Selected",
8                 "SELECT_ALL": "Select All",
9                 "SELECT_NONE": "Select None",
10                 "DESCRIPTION": "Description",
11                 "ERRORS": {
12                         "NAME_REQUIRED": "Mandatory field",
13                         "PROJECT_REQUIRED": "Mandatory field",
14                         "FIELD_REQUIRED": "Mandatory field",
15                         "NAME_MUST_VALID_PATTERN": "Wrong format"
16                 },
17                 "SAVE": "Save",
18                 "PROJECTS": "Projects",
19                 "ADD_PROJECT": "Add Project",
20                 "EDIT_PROJECT": "Edit Project",
21                 "DELETE_PROJECT": "Delete Project",
22                 "JSCRIPTY": "Jscripty",
23                 "ID": "Id",
24                 "PROJECT": "Project",
25                 "CREATED_AT": "Created At",
26                 "NEW_PROJECT": "New Project",
27                 "EDIT": "Edit",
28                 "SETTINGS": "Settings",
29                 "GENERAL": "General",
30                 "BUILDER": "Builder",
31                 "PREVIEW": "Preview",
32                 "OPEN_CONTACT": "Open Contact",
33                 "SENDUNPAUSEONSUBMIT": "Unpause agent on Submit",
34                 "HELP": {
35                         "NAME": "Only numbers, letters and specific characters (._) are supported",
36                         "ENABLEUNCOMPLETESAVE": "Allow to save the agent session even if the survey is not complete",
37                         "SENDUNPAUSEONSUBMIT": "At the end of the survey, automatically stop the agent's pause"
38                 },
39                 "PAGE": "Page",
40                 "ROWSPERPAGE": "Rows per page",
41                 "OF": "of",
42                 "JSCRIPTYSESSIONS": "Project Sessions",
43                 "SESSIONS": "Sessions",
44                 "STARTTIME": "Start Time",
45                 "ENDTIME": "End Time",
46                 "MEMBERNAME": "Member Name",
47                 "CALLERIDNUM": "Caller Number",
48                 "NO_SESSION_AVAILABLE": "No Sessions available",
49                 "SESSION_RESULTS": "Session Results",
50                 "SHOW_QUESTIONS_SESSION": "Show Session Results",
51                 "ANSWERS": "Answers",
52                 "NO_RESULTS_AVAILABLE": "No results available",
53                 "TOTAL": "Total",
54                 "ANSWER": "Answer",
55                 "EXPORT_TO_CSV": "Export to CSV",
56                 "NO_ANSWERS_AVAILABLE": "No answers available",
57                 "DELETE_SESSION": "Delete Session",
58                 "RESET_SESSION": "Reset Session",
59                 "YES": "Yes",
60                 "NO": "No",
61                 "DO_YOU_WANT_TO_RESET_SESSION": "Do you want to reset the session?",
62                 "ALL_SURVEY_DATA_WILL_BE_LOST": "All survey answers will be lost!",
63                 "ENABLEUNCOMPLETESAVE": "Enable incomplete save",
64                 "SUBMIT": "Submit",
65                 "PROJECT_NOT_AVAILABLE": "Project is not available. Please contact the administrator",
66                 "COMPLETE": "Complete",
67                 "SESSIONS_PROJECT": "Go to Sessions"
68         },
69         "mwForm": {
70                 "form": {
71                         "name": "Title",
72                         "name.placeholder": "Form title",
73                         "description": "Description"
74                 },
75                 "buttons": {
76                         "addPage": "Add page",
77                         "moveDown": "Move down",
78                         "moveUp": "Move up",
79                         "removePage": "Remove page",
80                         "remove": "Remove",
81                         "addElement": "Add element",
82                         "questionReady": "Ready",
83                         "next": "Next",
84                         "back": "Back",
85                         "submit": "Submit",
86                         "begin": "Begin",
87                         "fold": "Fold",
88                         "unfold": "Unfold",
89                         "edit": "Edit",
90                         "clone": "Clone",
91                         "view": "View"
92                 },
93                 "page": {
94                         "tab": {
95                                 "heading": "Page {{page}} of {{allPages}}"
96                         },
97                         "elements": {
98                                 "empty": "Empty page"
99                         },
100                         "pageWithNameCheckbox": "named",
101                         "name": "Page name"
102                 },
103                 "pageFlow": {
104                         "afterPage": "After page {{page}}:",
105                         "afterQuestionAnswer": "Go to page based on answer",
106                         "goToPage": "Go to page {{page.number}}",
107                         "goToNextPage": "Continue to next page",
108                         "submitForm": "Submit form"
109                 },
110                 "elements": {
111                         "question": "Question",
112                         "image": "Image",
113                         "paragraph": "Paragraph"
114                 },
115                 "question": {
116                         "types": {
117                                 "text": {
118                                         "name": "Short text"
119                                 },
120                                 "textarea": {
121                                         "name": "Long text"
122                                 },
123                                 "radio": {
124                                         "name": "Radio"
125                                 },
126                                 "select": {
127                                         "name": "Select"
128                                 },
129                                 "checkbox": {
130                                         "name": "Checkboxes"
131                                 },
132                                 "grid": {
133                                         "name": "Grid"
134                                 },
135                                 "priority": {
136                                         "name": "Priority"
137                                 },
138                                 "division": {
139                                         "name": "Division"
140                                 },
141                                 "number": {
142                                         "name": "Number"
143                                 },
144                                 "date": {
145                                         "name": "Date"
146                                 },
147                                 "datetime": {
148                                         "name": "Datetime"
149                                 },
150                                 "time": {
151                                         "name": "Time"
152                                 },
153                                 "email": {
154                                         "name": "Email"
155                                 },
156                                 "range": {
157                                         "name": "Range"
158                                 },
159                                 "url": {
160                                         "name": "URL"
161                                 }
162                         },
163                         "text": "Question text",
164                         "type": "Question type",
165                         "required": "Required",
166                         "preview": {
167                                 "text": "Short answer text",
168                                 "textarea": "Long answer text",
169                                 "otherAnswer": "Other"
170                         },
171                         "division": {
172                                 "quantity": "Quantity",
173                                 "unit": "Unit label",
174                                 "assignedSumLabel": "Assigned",
175                                 "fromRequiredLabel": "from required"
176                         },
177                         "priority": {
178                                 "sorted": "Sorted",
179                                 "available": "Available",
180                                 "clickToAddItem": "Click to add item"
181                         },
182                         "grid": {
183                                 "cellInputType": "Cell input type",
184                                 "cellInputTypes": {
185                                         "radio": "Radio",
186                                         "checkbox": "Checkbox",
187                                         "text": "Text",
188                                         "number": "Number",
189                                         "date": "Date",
190                                         "time": "Time"
191                                 },
192                                 "rowLabel": "Row {{row}}",
193                                 "clickToAddRow": "Click to add row",
194                                 "columnLabel": "Column {{col}}",
195                                 "clickToAddColumn": "Click to add column"
196                         },
197                         "range": {
198                                 "from": "Range from",
199                                 "to": "to"
200                         },
201                         "number": {
202                                 "min": "Min",
203                                 "max": "Max"
204                         },
205                         "orLabel": "or ",
206                         "otherLabel": "Other: ",
207                         "userAnswer": "User answer",
208                         "buttons": {
209                                 "addOption": "Click to add option",
210                                 "addOther": "Add 'Other'"
211                         }
212                 },
213                 "image": {
214                         "selectImageButton": "Select image",
215                         "caption": "Image caption"
216                 },
217                 "paragraph": {
218                         "placeholder": "Enter paragraph text"
219                 },
220                 "confirmationPage": {
221                         "title": "Confirmation page",
222                         "customMessage": "Custom confirmation message",
223                         "defaultMessage": "Your response has been saved",
224                         "errorMessage": "Error! Your response has not been saved",
225                         "pendingMessage": "Your response is being saved"
226                 }
227         }
228 }