@bimdata/bcf-components 1.1.0-rc.8 → 2.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/lang/de.json +155 -155
- package/dist/i18n/lang/en.json +155 -157
- package/dist/i18n/lang/es.json +155 -155
- package/dist/i18n/lang/fr.json +8 -9
- package/dist/i18n/lang/it.json +155 -155
- package/dist/vue2/bcf-components.es.js +1220 -953
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.es.js +2015 -1743
- package/dist/vue3/style.css +1 -1
- package/package.json +3 -4
- package/vue2-plugin.js +1 -1
package/dist/i18n/lang/it.json
CHANGED
|
@@ -1,158 +1,158 @@
|
|
|
1
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
|
-
|
|
2
|
+
"BcfComponents": {
|
|
3
|
+
"BcfFilters": {
|
|
4
|
+
"filtersButton": "Filtri",
|
|
5
|
+
"filtersTitle": "Filtri",
|
|
6
|
+
"priorityLabel": "Priorità",
|
|
7
|
+
"statusLabel": "Stato",
|
|
8
|
+
"startDatePlaceholder": "Data di inizio",
|
|
9
|
+
"startDateError": "",
|
|
10
|
+
"startDateExample": "(Ad es. 28/04/2022)",
|
|
11
|
+
"endDatePlaceholder": "Data di fine",
|
|
12
|
+
"endDateError": "",
|
|
13
|
+
"endDateExample": "(Ad es. 28/05/2022)",
|
|
14
|
+
"assignedToLabel": "Assegnato a",
|
|
15
|
+
"creatorsLabel": "Creato da",
|
|
16
|
+
"tagsLabel": "Etichette",
|
|
17
|
+
"resetButton": "Ripristina",
|
|
18
|
+
"searchButton": "Cerca",
|
|
19
|
+
"undefined": "Non definito"
|
|
20
|
+
},
|
|
21
|
+
"BcfSettings": {
|
|
22
|
+
"goBackButton": "Indietro",
|
|
23
|
+
"title": "Parametri BCF",
|
|
24
|
+
"text": "Creare, notificare e elencare i parametri BCF che si desidera avere su questo progetto",
|
|
25
|
+
"validateButton": "Conferma i parametri BCF"
|
|
26
|
+
},
|
|
27
|
+
"BcfStatistics": {
|
|
28
|
+
"emptyText": "Aggiungi delle domande per vedere le statistiche associate qui.",
|
|
29
|
+
"issues": "problemi",
|
|
30
|
+
"extension": {
|
|
31
|
+
"Priority": "Priorità",
|
|
32
|
+
"PriorityNotDefined": "Nessuna priorità",
|
|
33
|
+
"PriorityTitle": "Priorità",
|
|
34
|
+
"Status": "Stato",
|
|
35
|
+
"StatusNotDefined": "Nessuno stato",
|
|
36
|
+
"StatusTitle": "Stati"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"BcfTopicCard": {
|
|
40
|
+
"priority": "Priorità:",
|
|
41
|
+
"noPriority": "Nessuno",
|
|
42
|
+
"assignedTo": "Assegnato a:",
|
|
43
|
+
"elements": "Elementi",
|
|
44
|
+
"noElements": "0 elementi",
|
|
45
|
+
"notSpecified": "Non definito",
|
|
46
|
+
"see": "Visualizza"
|
|
47
|
+
},
|
|
48
|
+
"BcfTopicCreationCard": {
|
|
49
|
+
"text": "Crea un nuovo topic BCF",
|
|
50
|
+
"createBcfSideTitle": "Segnala un problema"
|
|
51
|
+
},
|
|
52
|
+
"BcfTopicForm": {
|
|
53
|
+
"dragDropImageText": "Selezionare un file",
|
|
54
|
+
"addObjectButton": "",
|
|
55
|
+
"addAnnotationButton": "",
|
|
56
|
+
"annotationButtonTooltip": "",
|
|
57
|
+
"addPictureButton": "Aggiungere un'immagine",
|
|
58
|
+
"titlePlaceholder": "Titolo *",
|
|
59
|
+
"titleErrorMessage": "Titolo mancante",
|
|
60
|
+
"typeLabel": "Tipo",
|
|
61
|
+
"priorityLabel": "Priorità",
|
|
62
|
+
"statusLabel": "Stato",
|
|
63
|
+
"stageLabel": "Fase",
|
|
64
|
+
"assignedToLabel": "Assegnato a",
|
|
65
|
+
"dueDateLabel": "Data di scadenza (GG/MM/AAAA)",
|
|
66
|
+
"dateErrorMessage": "Formato della data o data errati",
|
|
67
|
+
"dateExample": "(Ad es. 28/04/2022)",
|
|
68
|
+
"descriptionLabel": "Descrizione",
|
|
69
|
+
"labelsLabel": "",
|
|
70
|
+
"createButton": "Conferma",
|
|
71
|
+
"updateButton": "Modificare questo BCF",
|
|
72
|
+
"modalText": "State per abbandonare la modifica di {name} ma ci sono modifiche non salvate.",
|
|
73
|
+
"cancelButton": "Annullare le modifiche",
|
|
74
|
+
"continueButton": "Continuare le modifiche"
|
|
75
|
+
},
|
|
76
|
+
"BcfTopicOverview": {
|
|
77
|
+
"openViewer": "Apri nel visualizzatore",
|
|
78
|
+
"openViewerNoModels": "Non esistono modelli pronti per la visualizzazione",
|
|
79
|
+
"elements": "{count} Elementi",
|
|
80
|
+
"noElements": "Nessun elemento",
|
|
81
|
+
"type": "Tipo:",
|
|
82
|
+
"noTypeSpecified": "Nessun tipo specificato",
|
|
83
|
+
"description": "Descrizione:",
|
|
84
|
+
"noDescriptionProvided": "Nessuna descrizione inserita",
|
|
85
|
+
"assignedTo": "Assegnato a:",
|
|
86
|
+
"notAssigned": "Non assegnato",
|
|
87
|
+
"dueDate": "Scadenza:",
|
|
88
|
+
"noDueDate": "Nessuna data di scadenza",
|
|
89
|
+
"informations": "Informazioni",
|
|
90
|
+
"status": "Stato:",
|
|
91
|
+
"noStatusSpecified": "Nessuno stato specificato",
|
|
92
|
+
"stage": "Fase:",
|
|
93
|
+
"noStageProvided": "Nessuna fase inserita",
|
|
94
|
+
"priority": "Priorità:",
|
|
95
|
+
"priorityNotDefined": "Non definita",
|
|
96
|
+
"tags": "Etichette:",
|
|
97
|
+
"noTags": "Nessuna etichetta",
|
|
98
|
+
"commentButton": "Pubblica un commento",
|
|
99
|
+
"deleteText": "Stai per eliminare {name}",
|
|
100
|
+
"deleteBcfButton": "Elimina questo BCF",
|
|
101
|
+
"keepBcfButton": "Conserva questo BCF"
|
|
102
|
+
},
|
|
103
|
+
"BcfTopicsTable": {
|
|
104
|
+
"headers": {
|
|
105
|
+
"index": "#",
|
|
106
|
+
"priority": "Priorità",
|
|
107
|
+
"status": "Stato",
|
|
108
|
+
"title": "Titolo",
|
|
109
|
+
"creator": "Autore",
|
|
110
|
+
"date": "Data"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"BcfTopicActionsCell": {
|
|
114
|
+
"seeButton": "Visualizza"
|
|
115
|
+
},
|
|
116
|
+
"BcfTopicComments": {
|
|
117
|
+
"commentButton": "Pubblica un commento",
|
|
118
|
+
"commentLabel": "Pubblica un commento",
|
|
119
|
+
"commentText": "Commento",
|
|
120
|
+
"cancelButton": "Annulla",
|
|
121
|
+
"publishButton": "Pubblica",
|
|
122
|
+
"commentsText": "commenti",
|
|
123
|
+
"deleteCommentText": "Eliminare questo commento?",
|
|
124
|
+
"deleteButton": "Elimina"
|
|
125
|
+
},
|
|
126
|
+
"BcfTopicPriorityCell": {
|
|
127
|
+
"noPriority": "Nessuno"
|
|
128
|
+
},
|
|
129
|
+
"SettingCard": {
|
|
130
|
+
"addButton": "aggiungi un elemento",
|
|
131
|
+
"cancelButton": "Annulla",
|
|
132
|
+
"validateButton": "Conferma",
|
|
133
|
+
"deleteExtensionText": "Elimina questo parametro",
|
|
134
|
+
"deleteButton": "Elimina",
|
|
135
|
+
"title": {
|
|
136
|
+
"Priority": "Priorità",
|
|
137
|
+
"Label": "Etichette",
|
|
138
|
+
"Status": "Stati",
|
|
139
|
+
"Type": "Tipi",
|
|
140
|
+
"Stage": "Fasi"
|
|
141
|
+
},
|
|
142
|
+
"input": {
|
|
143
|
+
"Priority": "Aggiungi una nuova priorità",
|
|
144
|
+
"Label": "Aggiungi una nuova etichetta",
|
|
145
|
+
"Status": "Aggiungi un nuovo stato",
|
|
146
|
+
"Type": "Aggiungi un nuovo tipo",
|
|
147
|
+
"Stage": "Aggiungi una nuova fase"
|
|
148
|
+
},
|
|
149
|
+
"text": {
|
|
150
|
+
"Priority": "Elenco delle priorità",
|
|
151
|
+
"Label": "Elenco delle etichette",
|
|
152
|
+
"Status": "Elenco degli stati",
|
|
153
|
+
"Type": "Elenco dei tipi",
|
|
154
|
+
"Stage": "Elenco delle fasi"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
156
157
|
}
|
|
157
|
-
}
|
|
158
158
|
}
|