@bimdata/bcf-components 5.0.0 → 6.0.0-rc.10
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/bcf-components.mjs +9397 -15851
- package/dist/i18n/lang/fr.json +3 -1
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -65,7 +65,9 @@
|
|
|
65
65
|
"updateButton": "Modifier ce BCF",
|
|
66
66
|
"modalText": "Vous êtes sur le point de quitter l'édition de l'issue {name} mais il y'a des modifications non enregistrées.",
|
|
67
67
|
"cancelButton": "Annuler les modifications",
|
|
68
|
-
"continueButton": "Continuer les modifications"
|
|
68
|
+
"continueButton": "Continuer les modifications",
|
|
69
|
+
"takeSnapshot": "Prendre un snapshot",
|
|
70
|
+
"importFile": "Importer un fichier"
|
|
69
71
|
},
|
|
70
72
|
"BcfTopicOverview": {
|
|
71
73
|
"openViewer": "Ouvrir dans le viewer",
|