Built motion from commit 42b6453.|2.0.28
[motion2.git] / public / app / main / apps / jscripty / i18n / it.json
1 {
2     "JSCRIPTY": {
3         "NAME": "Nome",
4         "SEARCH_FOR_ANYONE": "Cerca",
5         "BACK": "Indietro",
6         "SELECTED": "Selezionati",
7         "SELECT_ALL": "Seleziona tutto",
8         "SELECT_NONE": "Deseleziona tutto",
9         "DESCRIPTION": "Descrizione",
10         "ERRORS": {
11             "NAME_REQUIRED": "Il Nome è richiesto",
12             "PROJECT_REQUIRED": "Il Progetto è richiesto",
13             "FIELD_REQUIRED": "Il campo è richiesto",
14             "NAME_MUST_VALID_PATTERN": "Il nome deve essere in un formato valido"
15         },
16         "SAVE": "Salva",
17         "PROJECTS": "Progetti",
18         "ADD_PROJECT": "Aggiungi Progetto",
19         "EDIT_PROJECT": "Modifica Progetto",
20         "DELETE_PROJECT": "Delete Progetto",
21         "JSCRIPTY": "Jscripty",
22         "ID": "Id",
23         "PROJECT": "Progetto",
24         "CREATED_AT": "Creato il",
25         "NEW_PROJECT": "Nuovo Progetto",
26         "EDIT": "Modifica",
27         "SETTINGS": "Impostazioni",
28         "GENERAL": "Generale",
29         "BUILDER": "Builder",
30         "PREVIEW": "Preview",
31         "OPEN_CONTACT": "Apri il contatto",
32         "HELP": {
33             "NAME": "Sono supportati solo numeri, lettere e caratteri specifici (._)"
34         },
35         "PAGE": "Pagina",
36         "ROWSPERPAGE": "Righe per pagina",
37         "OF": "Di"
38     },
39     "mwForm": {
40         "form": {
41             "name": "Titolo",
42             "name.placeholder": "Titolo del form",
43             "description": "Descrizione"
44         },
45         "buttons": {
46             "addPage": "Aggiungi pagina",
47             "moveDown": "Sposta sotto",
48             "moveUp": "Sposta sopra",
49             "removePage": "Rimuovi pagina",
50             "remove": "Rimuovi",
51             "addElement": "Aggiungi elemento",
52             "questionReady": "Pronto",
53             "next": "Prossimo",
54             "back": "Indietro",
55             "submit": "Sottometti",
56             "begin": "Inizio",
57             "fold": "Fold",
58             "unfold": "Unfold",
59             "edit": "Modifica",
60             "clone": "Cloan",
61             "view": "View"
62         },
63         "page": {
64             "tab": {
65                 "heading": "Pagina {{page}} di {{allPages}}"
66             },
67             "elements": {
68                 "empty": "Pagina vuota"
69             },
70             "pageWithNameCheckbox": "nome",
71             "name": "Nome della pagina"
72         },
73         "pageFlow": {
74             "afterPage": "Pagina successiva {{page}}:",
75             "afterQuestionAnswer": "Vai alla bagina in base alla risposta",
76             "goToPage": "Vai alla pagina {{page.number}}",
77             "goToNextPage": "Continua nella prossima pagina",
78             "submitForm": "Submit form"
79         },
80         "elements": {
81             "question": "Domanda",
82             "image": "Immagine",
83             "paragraph": "Paragrafo"
84         },
85         "question": {
86             "types": {
87                 "text": {
88                     "name": "Testo corto"
89                 },
90                 "textarea": {
91                     "name": "Testo lungk"
92                 },
93                 "radio": {
94                     "name": "Radio"
95                 },
96                 "select": {
97                     "name": "Selezione"
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": "Numero"
113                 },
114                 "date": {
115                     "name": "Data"
116                 },
117                 "datetime": {
118                     "name": "Datetime"
119                 },
120                 "time": {
121                     "name": "Tempo"
122                 },
123                 "email": {
124                     "name": "Email"
125                 },
126                 "range": {
127                     "name": "Range"
128                 },
129                 "url": {
130                     "name": "URL"
131                 }
132             },
133             "text": "Testo Domanda",
134             "type": "Tipo Domanda",
135             "required": "Richiesta",
136             "preview": {
137                 "text": "Testo risposta breve",
138                 "textarea": "Testo risposta lunga",
139                 "otherAnswer": "Altro"
140             },
141             "division": {
142                 "quantity": "Quantity",
143                 "unit": "Unit label",
144                 "assignedSumLabel": "Assigned",
145                 "fromRequiredLabel": "from required"
146             },
147             "priority": {
148                 "sorted": "Sorted",
149                 "available": "Available",
150                 "clickToAddItem": "Click to add item"
151             },
152             "grid": {
153                 "cellInputType": "Cell input type",
154                 "cellInputTypes": {
155                     "radio": "Radio",
156                     "checkbox": "Checkbox",
157                     "text": "Text",
158                     "number": "Number",
159                     "date": "Date",
160                     "time": "Time"
161                 },
162                 "rowLabel": "Row {{row}}",
163                 "clickToAddRow": "Click to add row",
164                 "columnLabel": "Column {{col}}",
165                 "clickToAddColumn": "Click to add column"
166             },
167             "range": {
168                 "from": "Range da",
169                 "to": "a"
170             },
171             "number": {
172                 "min": "Min",
173                 "max": "Max"
174             },
175             "orLabel": "o ",
176             "otherLabel": "Altro: ",
177             "userAnswer": "Risposta utente",
178             "buttons": {
179                 "addOption": "Click per aggiungere un opzione",
180                 "addOther": "Aggiungi 'Altro'"
181             }
182         },
183         "image": {
184             "selectImageButton": "Selezione immagine",
185             "caption": "Immagine caption"
186         },
187         "paragraph": {
188             "placeholder": "Inserisci testo paragrafo"
189         },
190         "confirmationPage": {
191             "title": "Conferma pagina",
192             "customMessage": "Messaggio conferma custom",
193             "defaultMessage": "La tua risposta è stata salvata",
194             "errorMessage": "Errore! La tua risposta non è stata salvata",
195             "pendingMessage": "Stiamo salvando la tua risposta."
196         }
197     }
198 }