@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/es.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": "Filtros",
|
|
5
|
+
"filtersTitle": "Filtros",
|
|
6
|
+
"priorityLabel": "Prioridad",
|
|
7
|
+
"statusLabel": "Estado",
|
|
8
|
+
"startDatePlaceholder": "Fecha de inicio",
|
|
9
|
+
"startDateError": "",
|
|
10
|
+
"startDateExample": "(Ej: 28/04/2022)",
|
|
11
|
+
"endDatePlaceholder": "Fecha de finalización",
|
|
12
|
+
"endDateError": "",
|
|
13
|
+
"endDateExample": "(Ej: 28/05/2022)",
|
|
14
|
+
"assignedToLabel": "Asignado a",
|
|
15
|
+
"creatorsLabel": "Creado por",
|
|
16
|
+
"tagsLabel": "Etiquetas:",
|
|
17
|
+
"resetButton": "Restablecer",
|
|
18
|
+
"searchButton": "Buscar en",
|
|
19
|
+
"undefined": "No definido"
|
|
20
|
+
},
|
|
21
|
+
"BcfSettings": {
|
|
22
|
+
"goBackButton": "Volver",
|
|
23
|
+
"title": "Parámetros del BCF",
|
|
24
|
+
"text": "Cree, rellene y enumere los parámetros del BCF que desea tener en este proyecto",
|
|
25
|
+
"validateButton": "Validar los parámetros del BCF"
|
|
26
|
+
},
|
|
27
|
+
"BcfStatistics": {
|
|
28
|
+
"emptyText": "Añada preguntas para ver las estadísticas asociadas aquí.",
|
|
29
|
+
"issues": "problemas",
|
|
30
|
+
"extension": {
|
|
31
|
+
"Priority": "Prioridad",
|
|
32
|
+
"PriorityNotDefined": "Sin prioridad",
|
|
33
|
+
"PriorityTitle": "Prioridades",
|
|
34
|
+
"Status": "Estado",
|
|
35
|
+
"StatusNotDefined": "Sin estado",
|
|
36
|
+
"StatusTitle": "Estatutos"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"BcfTopicCard": {
|
|
40
|
+
"priority": "Prioridad :",
|
|
41
|
+
"noPriority": "Sin",
|
|
42
|
+
"assignedTo": "Asignado a :",
|
|
43
|
+
"elements": "Elementos",
|
|
44
|
+
"noElements": "0 Elemento",
|
|
45
|
+
"notSpecified": "No definido",
|
|
46
|
+
"see": "Ver"
|
|
47
|
+
},
|
|
48
|
+
"BcfTopicCreationCard": {
|
|
49
|
+
"text": "Crear un nuevo tema BCF",
|
|
50
|
+
"createBcfSideTitle": "Informar de un problema"
|
|
51
|
+
},
|
|
52
|
+
"BcfTopicForm": {
|
|
53
|
+
"dragDropImageText": "Seleccione un archivo",
|
|
54
|
+
"addObjectButton": "",
|
|
55
|
+
"addAnnotationButton": "",
|
|
56
|
+
"annotationButtonTooltip": "",
|
|
57
|
+
"addPictureButton": "Añadir una imagen",
|
|
58
|
+
"titlePlaceholder": "Título *",
|
|
59
|
+
"titleErrorMessage": "Falta el título",
|
|
60
|
+
"typeLabel": "Tipo",
|
|
61
|
+
"priorityLabel": "Prioridad",
|
|
62
|
+
"statusLabel": "Estado",
|
|
63
|
+
"stageLabel": "Fase",
|
|
64
|
+
"assignedToLabel": "Asignado a",
|
|
65
|
+
"dueDateLabel": "Fecha de vencimiento (DD/MM/AAAA)",
|
|
66
|
+
"dateErrorMessage": "Formato de la fecha o fecha incorrecta",
|
|
67
|
+
"dateExample": "(Ej: 28/04/2022)",
|
|
68
|
+
"descriptionLabel": "Descripción",
|
|
69
|
+
"labelsLabel": "",
|
|
70
|
+
"createButton": "Validar",
|
|
71
|
+
"updateButton": "Modificar este BCF",
|
|
72
|
+
"modalText": "Está a punto de salir de la edición del problema de {name} pero hay cambios sin guardar.",
|
|
73
|
+
"cancelButton": "Cancelar los cambios",
|
|
74
|
+
"continueButton": "Continuar con los cambios"
|
|
75
|
+
},
|
|
76
|
+
"BcfTopicOverview": {
|
|
77
|
+
"openViewer": "Abrir en el visor",
|
|
78
|
+
"openViewerNoModels": "No hay ningún modelo listo para la visualización",
|
|
79
|
+
"elements": "{count} Elementos",
|
|
80
|
+
"noElements": "Ningún elemento",
|
|
81
|
+
"type": "Tipo:",
|
|
82
|
+
"noTypeSpecified": "No se especifica el tipo",
|
|
83
|
+
"description": "Descripción:",
|
|
84
|
+
"noDescriptionProvided": "No hay descripción",
|
|
85
|
+
"assignedTo": "Asignado a :",
|
|
86
|
+
"notAssigned": "No asignado",
|
|
87
|
+
"dueDate": "Plazo :",
|
|
88
|
+
"noDueDate": "Sin fecha de vencimiento",
|
|
89
|
+
"informations": "Información",
|
|
90
|
+
"status": "Estado:",
|
|
91
|
+
"noStatusSpecified": "No se especifica el estado",
|
|
92
|
+
"stage": "Fase:",
|
|
93
|
+
"noStageProvided": "No se indica ninguna fase",
|
|
94
|
+
"priority": "Prioridad:",
|
|
95
|
+
"priorityNotDefined": "No definido",
|
|
96
|
+
"tags": "Etiquetas :",
|
|
97
|
+
"noTags": "Sin etiquetas",
|
|
98
|
+
"commentButton": "Publicar un comentario",
|
|
99
|
+
"deleteText": "Estás a punto de borrar {name}",
|
|
100
|
+
"deleteBcfButton": "Borrar este BCF",
|
|
101
|
+
"keepBcfButton": "Mantenga este BCF"
|
|
102
|
+
},
|
|
103
|
+
"BcfTopicsTable": {
|
|
104
|
+
"headers": {
|
|
105
|
+
"index": "#",
|
|
106
|
+
"priority": "Prioridad",
|
|
107
|
+
"status": "Estado",
|
|
108
|
+
"title": "Título",
|
|
109
|
+
"creator": "Autor",
|
|
110
|
+
"date": "Fecha"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"BcfTopicActionsCell": {
|
|
114
|
+
"seeButton": "Ver"
|
|
115
|
+
},
|
|
116
|
+
"BcfTopicComments": {
|
|
117
|
+
"commentButton": "Publicar un comentario",
|
|
118
|
+
"commentLabel": "Publicar un comentario",
|
|
119
|
+
"commentText": "Comentario",
|
|
120
|
+
"cancelButton": "Cancelar",
|
|
121
|
+
"publishButton": "Publicar",
|
|
122
|
+
"commentsText": "comentarios",
|
|
123
|
+
"deleteCommentText": "¿Borrar este comentario?",
|
|
124
|
+
"deleteButton": "Borrar"
|
|
125
|
+
},
|
|
126
|
+
"BcfTopicPriorityCell": {
|
|
127
|
+
"noPriority": "Sin"
|
|
128
|
+
},
|
|
129
|
+
"SettingCard": {
|
|
130
|
+
"addButton": "añadir un elemento",
|
|
131
|
+
"cancelButton": "Cancelar",
|
|
132
|
+
"validateButton": "Validar",
|
|
133
|
+
"deleteExtensionText": "Borrar esta configuración",
|
|
134
|
+
"deleteButton": "Borrar",
|
|
135
|
+
"title": {
|
|
136
|
+
"Priority": "Prioridades",
|
|
137
|
+
"Label": "Etiquetas:",
|
|
138
|
+
"Status": "Estatutos",
|
|
139
|
+
"Type": "Tipos",
|
|
140
|
+
"Stage": "Fases"
|
|
141
|
+
},
|
|
142
|
+
"input": {
|
|
143
|
+
"Priority": "Añadir una nueva prioridad",
|
|
144
|
+
"Label": "Añadir una nueva etiqueta",
|
|
145
|
+
"Status": "Añadir un nuevo estado",
|
|
146
|
+
"Type": "Añadir un nuevo tipo",
|
|
147
|
+
"Stage": "Añadir una nueva fase"
|
|
148
|
+
},
|
|
149
|
+
"text": {
|
|
150
|
+
"Priority": "Lista de prioridades",
|
|
151
|
+
"Label": "Lista de etiquetas",
|
|
152
|
+
"Status": "Lista de estatutos",
|
|
153
|
+
"Type": "Lista de tipos",
|
|
154
|
+
"Stage": "Lista de fases"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
156
157
|
}
|
|
157
|
-
}
|
|
158
158
|
}
|
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -6,18 +6,17 @@
|
|
|
6
6
|
"priorityLabel": "Priorité",
|
|
7
7
|
"statusLabel": "Statut",
|
|
8
8
|
"startDatePlaceholder": "Date de début",
|
|
9
|
+
"startDateError": "Date invalide",
|
|
9
10
|
"startDateExample": "(Ex: 28/04/2022)",
|
|
10
11
|
"endDatePlaceholder": "Date de fin",
|
|
12
|
+
"endDateError": "Date invalide",
|
|
11
13
|
"endDateExample": "(Ex: 28/05/2022)",
|
|
12
14
|
"assignedToLabel": "Assigné à",
|
|
13
15
|
"creatorsLabel": "Créé par",
|
|
14
16
|
"tagsLabel": "Tags",
|
|
15
17
|
"resetButton": "Réinitialiser",
|
|
16
18
|
"searchButton": "Rechercher",
|
|
17
|
-
"
|
|
18
|
-
"undefinedStatus": "Non défini",
|
|
19
|
-
"undefinedUser": "Non défini",
|
|
20
|
-
"undefinedCreator": "Non défini"
|
|
19
|
+
"undefined": "Non défini"
|
|
21
20
|
},
|
|
22
21
|
"BcfSettings": {
|
|
23
22
|
"goBackButton": "Retour",
|
|
@@ -54,6 +53,7 @@
|
|
|
54
53
|
"dragDropImageText": "Veuillez sélectionner un fichier",
|
|
55
54
|
"addObjectButton": "Objet",
|
|
56
55
|
"addAnnotationButton": "Annotation",
|
|
56
|
+
"annotationButtonTooltip": "Ce topic ne possède actuellement aucun point de vue",
|
|
57
57
|
"addPictureButton": "Ajouter une image",
|
|
58
58
|
"titlePlaceholder": "Titre *",
|
|
59
59
|
"titleErrorMessage": "Titre manquant",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"BcfTopicOverview": {
|
|
77
77
|
"openViewer": "Ouvrir dans le viewer",
|
|
78
78
|
"openViewerNoModels": "Il n'y a aucun modèle prêt pour une visualisation",
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"noElements": "Aucun élément concerné",
|
|
80
|
+
"elements": "{count} Élements",
|
|
81
81
|
"type": "Type :",
|
|
82
82
|
"noTypeSpecified": "Pas de type spécifié",
|
|
83
83
|
"description": "Description :",
|
|
@@ -106,9 +106,8 @@
|
|
|
106
106
|
"priority": "Priorité",
|
|
107
107
|
"status": "Statut",
|
|
108
108
|
"title": "Titre",
|
|
109
|
-
"creator": "
|
|
110
|
-
"date": "Date"
|
|
111
|
-
"actions": "Actions"
|
|
109
|
+
"creator": "Auteur",
|
|
110
|
+
"date": "Date"
|
|
112
111
|
}
|
|
113
112
|
},
|
|
114
113
|
|