@valtimo/shared 13.6.0 → 13.8.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/assets/core/de.json +2077 -0
- package/assets/core/en.json +17 -2
- package/assets/core/nl.json +20 -2
- package/fesm2022/valtimo-shared.mjs +1 -1
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/package.json +1 -1
package/assets/core/en.json
CHANGED
|
@@ -799,7 +799,12 @@
|
|
|
799
799
|
"save": "Save",
|
|
800
800
|
"form": {"tabName": "Tab name"}
|
|
801
801
|
},
|
|
802
|
-
"columns": {
|
|
802
|
+
"columns": {
|
|
803
|
+
"highContrast": "High contrast",
|
|
804
|
+
"type": "Type",
|
|
805
|
+
"width": "Width",
|
|
806
|
+
"density": "Density"
|
|
807
|
+
},
|
|
803
808
|
"list": {
|
|
804
809
|
"dividerModal": {
|
|
805
810
|
"addDividerTitle": "Add new widget divider",
|
|
@@ -833,6 +838,7 @@
|
|
|
833
838
|
"style": "Choose widget style",
|
|
834
839
|
"type": "Choose widget type",
|
|
835
840
|
"width": "Choose widget width",
|
|
841
|
+
"density": "Choose widget density",
|
|
836
842
|
"displayConditions": "Set display conditions"
|
|
837
843
|
}
|
|
838
844
|
},
|
|
@@ -868,6 +874,11 @@
|
|
|
868
874
|
"default": {"title": "Default", "description": "For regular content"},
|
|
869
875
|
"highContrast": {"title": "High contrast", "description": "For higher priority content"}
|
|
870
876
|
},
|
|
877
|
+
"density": {
|
|
878
|
+
"description": "Select the desired density for the widget",
|
|
879
|
+
"default": {"title": "Default", "description": "For regular content"},
|
|
880
|
+
"compact": {"title": "Compact", "description": "For higher density data overview"}
|
|
881
|
+
},
|
|
871
882
|
"content": {
|
|
872
883
|
"description": "Enter the content for each column. Keep in mind that not all fields are the same height. For the best result make sure items are properly distributed.",
|
|
873
884
|
"widgetTitle": "Widget title",
|
|
@@ -928,7 +939,11 @@
|
|
|
928
939
|
"percent": "Percentage",
|
|
929
940
|
"link": "Link"
|
|
930
941
|
},
|
|
931
|
-
"custom": {
|
|
942
|
+
"custom": {
|
|
943
|
+
"selectComponent": "Angular component",
|
|
944
|
+
"placeholder": "Select a component",
|
|
945
|
+
"addCustomKeyValue": "Add custom key value pair"
|
|
946
|
+
},
|
|
932
947
|
"formio": {"selectForm": "Form definition", "placeholder": "Select a form definition"},
|
|
933
948
|
"table": {
|
|
934
949
|
"addColumn": "Add column",
|
package/assets/core/nl.json
CHANGED
|
@@ -818,7 +818,12 @@
|
|
|
818
818
|
"save": "Opslaan",
|
|
819
819
|
"form": {"tabName": "Tab naam"}
|
|
820
820
|
},
|
|
821
|
-
"columns": {
|
|
821
|
+
"columns": {
|
|
822
|
+
"highContrast": "Hoog contrast",
|
|
823
|
+
"type": "Type",
|
|
824
|
+
"width": "Breedte",
|
|
825
|
+
"density": "Dichtheid"
|
|
826
|
+
},
|
|
822
827
|
"list": {
|
|
823
828
|
"dividerModal": {
|
|
824
829
|
"addDividerTitle": "Nieuwe widget-scheiding toevoegen",
|
|
@@ -852,6 +857,7 @@
|
|
|
852
857
|
"style": "Kies widget-stijl",
|
|
853
858
|
"type": "Kies widget-type",
|
|
854
859
|
"width": "Kies widget-breedte",
|
|
860
|
+
"density": "Kies widgetdichtheid",
|
|
855
861
|
"displayConditions": "Weergavecondities instellen"
|
|
856
862
|
}
|
|
857
863
|
},
|
|
@@ -890,6 +896,14 @@
|
|
|
890
896
|
"description": "Voor inhoud met een hogere prioriteit"
|
|
891
897
|
}
|
|
892
898
|
},
|
|
899
|
+
"density": {
|
|
900
|
+
"description": "Selecteer de gewenste dichtheid voor de widget",
|
|
901
|
+
"default": {"title": "Standaard", "description": "Voor reguliere inhoud"},
|
|
902
|
+
"compact": {
|
|
903
|
+
"title": "Compact",
|
|
904
|
+
"description": "Voor een overzicht met hogere gegevensdichtheid"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
893
907
|
"content": {
|
|
894
908
|
"description": "Voer de inhoud voor elke kolom in. Houd er rekening mee dat niet alle velden even hoog zijn. Zorg ervoor dat de gegevens op een gelijke manier worden verdeeld voor het beste resultaat.",
|
|
895
909
|
"widgetTitle": "Widget titel",
|
|
@@ -950,7 +964,11 @@
|
|
|
950
964
|
"percent": "Percentage",
|
|
951
965
|
"link": "Link"
|
|
952
966
|
},
|
|
953
|
-
"custom": {
|
|
967
|
+
"custom": {
|
|
968
|
+
"selectComponent": "Angular-component",
|
|
969
|
+
"placeholder": "Selecteer een component",
|
|
970
|
+
"addCustomKeyValue": "Voeg een aangepast sleutel-waarde-paar toe"
|
|
971
|
+
},
|
|
954
972
|
"formio": {
|
|
955
973
|
"selectForm": "Formulierdefinitie",
|
|
956
974
|
"placeholder": "Selecteer een formulierdefinitie"
|