@igo2/core 1.13.3 → 1.14.0

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/locale/fr.json CHANGED
@@ -975,7 +975,9 @@
975
975
  "drawing": "Dessins",
976
976
  "fill": "Remplissage",
977
977
  "finish": "Terminer le dessin en cours",
978
+ "freehandMode": "Dessiner à main levée",
978
979
  "icon": "Icônes",
980
+ "insertvalueRadius": "Utiliser un rayon prédéfini",
979
981
  "labels": "Étiquettes",
980
982
  "LineString": "Ligne",
981
983
  "move": "Centrer la vue sur le curseur",
@@ -993,12 +995,21 @@
993
995
  "fontStyle": "Style de police",
994
996
  "offsetX": "Décalage horizontal",
995
997
  "offsetY": "Décalage vertical",
996
- "changeLabel": "Double-cliquer sur l'étiquette pour la modifier",
997
998
  "layer": {
998
- "title": "Couche",
999
+ "title": "Titre",
999
1000
  "createNewLayer": "Créer une nouvelle couche de dessin",
1000
1001
  "layerDialogInstruction": "Veuillez entrer le titre de votre couche de dessin"
1001
- }
1002
+ },
1003
+ "builtInInstructions": "Sélectionnez une option",
1004
+ "labelType": {
1005
+ "Coordinates": "Coordonnées",
1006
+ "Length": "Longueur",
1007
+ "Area": "Superficie",
1008
+ "predefined": "Prédéfinie",
1009
+ "custom": "Personnalisée",
1010
+ "A": "S: "
1011
+ },
1012
+ "popupTitle": "Étiquette du dessin"
1002
1013
  },
1003
1014
  "network": {
1004
1015
  "online": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/core",
3
- "version": "1.13.3",
3
+ "version": "1.14.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -23,7 +23,7 @@
23
23
  "@angular/cdk": "^14.1.2",
24
24
  "@angular/common": "^14.1.2",
25
25
  "@angular/core": "^14.1.2",
26
- "@igo2/utils": "^1.13.3",
26
+ "@igo2/utils": "^1.14.0",
27
27
  "rxjs": "^7.5.6",
28
28
  "ngx-indexed-db": "^11.0.2",
29
29
  "ngx-toastr": "^15.0.0"