@bimdata/bcf-components 2.0.0-alpha.1 → 2.0.0-rc.11

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