@valtimo/shared 13.2.0 → 13.3.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 +99 -12
- package/assets/core/en.json +98 -3
- package/assets/core/nl.json +98 -3
- package/fesm2022/valtimo-shared.mjs +153 -45
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/constants/iko.token.d.ts +4 -0
- package/lib/constants/iko.token.d.ts.map +1 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/index.d.ts.map +1 -1
- package/lib/models/condition.model.d.ts +15 -0
- package/lib/models/condition.model.d.ts.map +1 -0
- package/lib/models/config.d.ts +1 -0
- package/lib/models/config.d.ts.map +1 -1
- package/lib/models/display-type.model.d.ts +13 -0
- package/lib/models/display-type.model.d.ts.map +1 -0
- package/lib/models/index.d.ts +3 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/modal.model.d.ts +4 -0
- package/lib/models/modal.model.d.ts.map +1 -0
- package/lib/services/edit-permissions.service.d.ts.map +1 -1
- package/lib/utils/display-type.utils.d.ts +4 -0
- package/lib/utils/display-type.utils.d.ts.map +1 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/de.json
CHANGED
|
@@ -159,15 +159,7 @@
|
|
|
159
159
|
"noFormSpecified": "Für diese Registerkarte wurde keine Formulardefinition angegeben.",
|
|
160
160
|
"formNotFound": "Die Formulardefinition '{{formDefinitionName}}' konnte nicht gefunden werden."
|
|
161
161
|
},
|
|
162
|
-
"rowLocked": "Kein Zugriff zu dieser Fall!"
|
|
163
|
-
"widgets": {
|
|
164
|
-
"noData": "Keine Data gefunden",
|
|
165
|
-
"emptyFields": "Niets hier",
|
|
166
|
-
"noWidgets": "Keine Widgets",
|
|
167
|
-
"noWidgetsDescription": "Für dieses Tab sind keine Widgets konfiguriert, oder Sie verfügen nicht über die entsprechenden Berechtigungen, um sie anzuzeigen.",
|
|
168
|
-
"noCustomComponent": "Widget nicht verfügbar",
|
|
169
|
-
"noCustomComponentDescription": "Die für dieses Widget konfigurierte Komponente konnte nicht gefunden werden."
|
|
170
|
-
}
|
|
162
|
+
"rowLocked": "Kein Zugriff zu dieser Fall!"
|
|
171
163
|
},
|
|
172
164
|
"document": {
|
|
173
165
|
"title": {"single": "Dokument", "plural": "Dokumente"},
|
|
@@ -834,7 +826,8 @@
|
|
|
834
826
|
"content": "Wählen Sie den Widget-Inhalt",
|
|
835
827
|
"style": "Wählen Sie den Widget-Stil",
|
|
836
828
|
"type": "Wählen Sie den Widget-Typ",
|
|
837
|
-
"width": "Wählen Sie die Widget-Breite"
|
|
829
|
+
"width": "Wählen Sie die Widget-Breite",
|
|
830
|
+
"displayConditions": "Anzeigebedingungen festlegen"
|
|
838
831
|
}
|
|
839
832
|
},
|
|
840
833
|
"notification": {
|
|
@@ -956,6 +949,14 @@
|
|
|
956
949
|
"valueTooltip": "Name der Eigenschaft, auf die Sie im zuvor ausgefüllten Tabellendatenpfad zugreifen möchten"
|
|
957
950
|
}
|
|
958
951
|
},
|
|
952
|
+
"displayConditions": {
|
|
953
|
+
"description": "Konfigurieren Sie Bedingungen, um zu steuern, wann dieses Widget angezeigt wird. Wenn Sie keine Bedingungen hinzufügen, wird das Widget immer angezeigt.",
|
|
954
|
+
"conditions": "Bedingungen (Optional)",
|
|
955
|
+
"addCondition": "Bedingung hinzufügen",
|
|
956
|
+
"operator": "Operator",
|
|
957
|
+
"path": "Pfad",
|
|
958
|
+
"value": "Wert"
|
|
959
|
+
},
|
|
959
960
|
"cancelModal": {
|
|
960
961
|
"title": "Verlassen des Editors",
|
|
961
962
|
"content": "Sind Sie sicher, dass Sie den Editor verlassen möchten? Möglicherweise gehen nicht gespeicherte Änderungen verloren. Beachten Sie beim Speichern, dass das Entfernen oder Ändern eines Attributs die Widget-Konfiguration zerstören kann."
|
|
@@ -1275,6 +1276,8 @@
|
|
|
1275
1276
|
"valtimo-backend-libraries": "Valtimo back-end",
|
|
1276
1277
|
"valtimo-frontend-libraries": "Valtimo front-end"
|
|
1277
1278
|
},
|
|
1279
|
+
"details": "Details",
|
|
1280
|
+
"results": "Ergebnisse",
|
|
1278
1281
|
"email": "Email",
|
|
1279
1282
|
"username": "Nutzername",
|
|
1280
1283
|
"name": "Name",
|
|
@@ -1495,6 +1498,7 @@
|
|
|
1495
1498
|
"collapseButtonText": "Ausblenden",
|
|
1496
1499
|
"searchButtonText": "Suche",
|
|
1497
1500
|
"clearButtonText": "Löschen",
|
|
1501
|
+
"saveButtonText": "Suche speichern",
|
|
1498
1502
|
"downloadButtonText": "Konfiguration herunterladen",
|
|
1499
1503
|
"to": "bis",
|
|
1500
1504
|
"text": "Text",
|
|
@@ -1622,7 +1626,8 @@
|
|
|
1622
1626
|
"enum": "Aufzählung",
|
|
1623
1627
|
"arrayCount": "Quantität",
|
|
1624
1628
|
"underscoresToSpaces": "Unterstriche zu Leerzeichen",
|
|
1625
|
-
"tags": "Tags"
|
|
1629
|
+
"tags": "Tags",
|
|
1630
|
+
"hidden": "Versteckt"
|
|
1626
1631
|
},
|
|
1627
1632
|
"object": {
|
|
1628
1633
|
"title": "Objekte",
|
|
@@ -1863,5 +1868,87 @@
|
|
|
1863
1868
|
"dueDateText": "Fälligkeitsdatum:",
|
|
1864
1869
|
"removeButtonText": "Fälligkeitsdatum entfernen"
|
|
1865
1870
|
},
|
|
1866
|
-
"processStartSuccessful": "{{processName}} wurde erfolgreich gestartet."
|
|
1871
|
+
"processStartSuccessful": "{{processName}} wurde erfolgreich gestartet.",
|
|
1872
|
+
"widgets": {
|
|
1873
|
+
"noData": "Keine Data gefunden",
|
|
1874
|
+
"emptyFields": "Niets hier",
|
|
1875
|
+
"noWidgets": "Keine Widgets",
|
|
1876
|
+
"noWidgetsDescription": "Für dieses Tab sind keine Widgets konfiguriert, oder Sie verfügen nicht über die entsprechenden Berechtigungen, um sie anzuzeigen.",
|
|
1877
|
+
"noCustomComponent": "Widget nicht verfügbar",
|
|
1878
|
+
"noCustomComponentDescription": "Die für dieses Widget konfigurierte Komponente konnte nicht gefunden werden."
|
|
1879
|
+
},
|
|
1880
|
+
"iko": {
|
|
1881
|
+
"searchFieldsNoResults": "Keine Suchfelder für diese Entität gefunden"
|
|
1882
|
+
},
|
|
1883
|
+
"ikoManagement": {
|
|
1884
|
+
"ikoServer": "IKO Server",
|
|
1885
|
+
"view": "Bild",
|
|
1886
|
+
"title": "Konfiguration",
|
|
1887
|
+
"list": "Liste",
|
|
1888
|
+
"tabs": {"title": "Tabs"},
|
|
1889
|
+
"widgets": {"title": "Widgets"},
|
|
1890
|
+
"searchActions": {
|
|
1891
|
+
"addActionTitle": "Suchaktion hinzufügen",
|
|
1892
|
+
"editActionTitle": "Suchaktion bearbeiten",
|
|
1893
|
+
"deleteModalTitle": "Suchaktion löschen",
|
|
1894
|
+
"deleteModalText": "Bist du sicher, dass du diese Suchaktion löschen möchtest?",
|
|
1895
|
+
"title": "Suchaktionen",
|
|
1896
|
+
"numberOfFields": "Anzahl der Suchfelder",
|
|
1897
|
+
"noResultsTitle": "Es gibt keine Suchaktionen.",
|
|
1898
|
+
"noResultsDescription": "Klicke hier, um eine Suchaktion zu konfigurieren."
|
|
1899
|
+
},
|
|
1900
|
+
"searchFields": {
|
|
1901
|
+
"pageTitle": "Suchaktion: {{searchActionTitle}}",
|
|
1902
|
+
"title": "Suchfelder",
|
|
1903
|
+
"deleteModalText": "Bist du sicher, dass du dieses Suchfeld löschen möchtest?",
|
|
1904
|
+
"noResultsTitle": "Es gibt keine Suchfelder.",
|
|
1905
|
+
"noResultsDescription": "Klicke hier, um ein Suchfeld zu konfigurieren."
|
|
1906
|
+
},
|
|
1907
|
+
"addApiConfig": "IKO Server konfigurieren",
|
|
1908
|
+
"titleTitle": "Titel",
|
|
1909
|
+
"titlePlaceholder": "Geben Sie einen Titel für die API-Konfiguration ein",
|
|
1910
|
+
"keyTitle": "Schlüssel",
|
|
1911
|
+
"keyPlaceholder": "Geben Sie einen Schlüssel für die API-Konfiguration ein",
|
|
1912
|
+
"pluginIdTitle": "Plugin-Konfiguration",
|
|
1913
|
+
"typeTitle": "Typ",
|
|
1914
|
+
"addColumn": "Spalte hinzufügen",
|
|
1915
|
+
"editColumn": "Spalte bearbeiten",
|
|
1916
|
+
"columnTitlePlaceholder": "Spaltentitel eingeben",
|
|
1917
|
+
"columnKeyPlaceholder": "Spaltenschlüssel eingeben",
|
|
1918
|
+
"pathTitle": "Pfad",
|
|
1919
|
+
"columnPathPlaceholder": "Spaltenpfad eingeben",
|
|
1920
|
+
"sortableTitle": "Sortierbar",
|
|
1921
|
+
"sortingDisabled": "Sortierung deaktiviert",
|
|
1922
|
+
"defaultSortTitle": "Standardsortierung",
|
|
1923
|
+
"displayType": "Anzeigetyp",
|
|
1924
|
+
"sortingEnabled": "Sortierung aktiviert",
|
|
1925
|
+
"tabKey": "Schlüssel",
|
|
1926
|
+
"tabTitle": "Tabtitel",
|
|
1927
|
+
"tabTitlePlaceholder": "Tabtitel eingeben",
|
|
1928
|
+
"tabType": "Tabtyp",
|
|
1929
|
+
"tabTypeTitle": "Tabtyp",
|
|
1930
|
+
"tabTypePlaceholder": "Tabtyp eingeben",
|
|
1931
|
+
"addTab": "Tab hinzufügen",
|
|
1932
|
+
"editTab": "Tab bearbeiten",
|
|
1933
|
+
"tabTypes": {
|
|
1934
|
+
"widgets": "Widgets"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"condition": {
|
|
1938
|
+
"operator" : {
|
|
1939
|
+
"!=" : "Nicht gleichzusetzen mit",
|
|
1940
|
+
"==" : "Gleich",
|
|
1941
|
+
">" : "Größer als",
|
|
1942
|
+
">=" : "Größer als oder gleich wie",
|
|
1943
|
+
"<" : "Weniger als",
|
|
1944
|
+
"<=" : "Gleich oder kleiner als"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"quickSearch": {
|
|
1948
|
+
"addItem": "Schnellsuche-Element hinzufügen",
|
|
1949
|
+
"deleteModalTitle": "Schnellsuche-Element löschen",
|
|
1950
|
+
"deleteModalContent": "Sind Sie sicher, dass Sie dieses Schnellsuche-Element löschen möchten? Diese Änderung kann nicht rückgängig gemacht werden.",
|
|
1951
|
+
"rightClickTooltip": "Rechtsklick für Optionen",
|
|
1952
|
+
"deleteHelperText": "Nachdem Sie ein Schnellsuchelement erstellt haben, können Sie es mit einem Rechtsklick darauf löschen"
|
|
1953
|
+
}
|
|
1867
1954
|
}
|
package/assets/core/en.json
CHANGED
|
@@ -820,7 +820,8 @@
|
|
|
820
820
|
"content": "Choose widget content",
|
|
821
821
|
"style": "Choose widget style",
|
|
822
822
|
"type": "Choose widget type",
|
|
823
|
-
"width": "Choose widget width"
|
|
823
|
+
"width": "Choose widget width",
|
|
824
|
+
"displayConditions": "Set display conditions"
|
|
824
825
|
}
|
|
825
826
|
},
|
|
826
827
|
"notification": {
|
|
@@ -933,6 +934,14 @@
|
|
|
933
934
|
"valueTooltip": "Name of the property you wish to access within the previously filled collection data path"
|
|
934
935
|
}
|
|
935
936
|
},
|
|
937
|
+
"displayConditions": {
|
|
938
|
+
"description": "Configure conditions to control when this widget is shown. If you do not add any conditions, the widget is always displayed.",
|
|
939
|
+
"conditions": "Conditions (Optional)",
|
|
940
|
+
"addCondition": "Add condition",
|
|
941
|
+
"operator": "Operator",
|
|
942
|
+
"path": "Path",
|
|
943
|
+
"value": "Value"
|
|
944
|
+
},
|
|
936
945
|
"cancelModal": {
|
|
937
946
|
"title": "Leaving the editor",
|
|
938
947
|
"content": "Are you sure you want to leave the editor? There can be unsaved changes that will be lost."
|
|
@@ -1252,6 +1261,8 @@
|
|
|
1252
1261
|
"valtimo-backend-libraries": "Valtimo back-end",
|
|
1253
1262
|
"valtimo-frontend-libraries": "Valtimo front-end"
|
|
1254
1263
|
},
|
|
1264
|
+
"results": "Results",
|
|
1265
|
+
"details": "Details",
|
|
1255
1266
|
"email": "E-mail",
|
|
1256
1267
|
"username": "Username",
|
|
1257
1268
|
"name": "Name",
|
|
@@ -1472,6 +1483,7 @@
|
|
|
1472
1483
|
"collapseButtonText": "Hide",
|
|
1473
1484
|
"searchButtonText": "Search",
|
|
1474
1485
|
"clearButtonText": "Clear",
|
|
1486
|
+
"saveButtonText": "Save search",
|
|
1475
1487
|
"downloadButtonText": "Download configuration",
|
|
1476
1488
|
"to": "to",
|
|
1477
1489
|
"text": "Text",
|
|
@@ -1599,7 +1611,8 @@
|
|
|
1599
1611
|
"enum": "Enumeration",
|
|
1600
1612
|
"arrayCount": "Count",
|
|
1601
1613
|
"underscoresToSpaces": "Underscores to spaces",
|
|
1602
|
-
"tags": "Tags"
|
|
1614
|
+
"tags": "Tags",
|
|
1615
|
+
"hidden": "hidden"
|
|
1603
1616
|
},
|
|
1604
1617
|
"object": {
|
|
1605
1618
|
"title": "Objects",
|
|
@@ -1837,5 +1850,87 @@
|
|
|
1837
1850
|
"dueDateText": "Due date:",
|
|
1838
1851
|
"removeButtonText": "Remove due date"
|
|
1839
1852
|
},
|
|
1840
|
-
"processStartSuccessful": "{{processName}} has successfully been started"
|
|
1853
|
+
"processStartSuccessful": "{{processName}} has successfully been started",
|
|
1854
|
+
"widgets": {
|
|
1855
|
+
"noData": "No data found",
|
|
1856
|
+
"emptyFields": "Nothing here",
|
|
1857
|
+
"noWidgets": "No widgets",
|
|
1858
|
+
"noWidgetsDescription": "There are no widgets configured for this tab, or you don't have the rights to view them.",
|
|
1859
|
+
"noWidget": "Widget not found",
|
|
1860
|
+
"noCustomComponentDescription": "The custom component configured for this widget is not available."
|
|
1861
|
+
},
|
|
1862
|
+
"iko": {
|
|
1863
|
+
"searchFieldsNoResults": "No search fields found for this entity"
|
|
1864
|
+
},
|
|
1865
|
+
"ikoManagement": {
|
|
1866
|
+
"ikoServer": "IKO Server",
|
|
1867
|
+
"view": "View",
|
|
1868
|
+
"title": "Configuration",
|
|
1869
|
+
"list": "List",
|
|
1870
|
+
"tabs": {"title": "Tabs"},
|
|
1871
|
+
"widgets": {"title": "Widgets"},
|
|
1872
|
+
"searchActions": {
|
|
1873
|
+
"addActionTitle": "Add search action",
|
|
1874
|
+
"editActionTitle": "Edit search action",
|
|
1875
|
+
"deleteModalTitle": "Delete search action",
|
|
1876
|
+
"deleteModalText": "Are you sure you want to delete this search action?",
|
|
1877
|
+
"title": "Search actions",
|
|
1878
|
+
"numberOfFields": "Number of search fields",
|
|
1879
|
+
"noResultsTitle": "There are no search actions.",
|
|
1880
|
+
"noResultsDescription": "Click here to configure a search action."
|
|
1881
|
+
},
|
|
1882
|
+
"searchFields": {
|
|
1883
|
+
"pageTitle": "Search action: {{searchActionTitle}}",
|
|
1884
|
+
"title": "Search fields",
|
|
1885
|
+
"deleteModalText": "Are you sure you want to delete this search field?",
|
|
1886
|
+
"noResultsTitle": "There are no search fields.",
|
|
1887
|
+
"noResultsDescription": "Click here to configure a search field."
|
|
1888
|
+
},
|
|
1889
|
+
"addApiConfig": "Configure IKO Server",
|
|
1890
|
+
"titleTitle": "Title",
|
|
1891
|
+
"titlePlaceholder": "Enter a title for the API configuration",
|
|
1892
|
+
"keyTitle": "Key",
|
|
1893
|
+
"keyPlaceholder": "Enter a key for the API configuration",
|
|
1894
|
+
"pluginIdTitle": "Plugin configuration",
|
|
1895
|
+
"typeTitle": "type",
|
|
1896
|
+
"addColumn": "Add Column",
|
|
1897
|
+
"editColumn": "Edit column",
|
|
1898
|
+
"columnTitlePlaceholder": "Enter column title",
|
|
1899
|
+
"columnKeyPlaceholder": "Enter column key",
|
|
1900
|
+
"pathTitle": "Path",
|
|
1901
|
+
"columnPathPlaceholder": "Enter column path",
|
|
1902
|
+
"sortableTitle": "Sortable",
|
|
1903
|
+
"sortingDisabled": "Sorting disabled",
|
|
1904
|
+
"defaultSortTitle": "Default Sort",
|
|
1905
|
+
"displayType": "Display Type",
|
|
1906
|
+
"sortingEnabled": "Sorting enabled",
|
|
1907
|
+
"tabKey": "Key",
|
|
1908
|
+
"tabTitle": "Tab title",
|
|
1909
|
+
"tabTitlePlaceholder": "Enter tab title",
|
|
1910
|
+
"tabType": "Tab type",
|
|
1911
|
+
"tabTypeTitle": "Tab type",
|
|
1912
|
+
"tabTypePlaceholder": "Enter tab type",
|
|
1913
|
+
"addTab": "Add tab",
|
|
1914
|
+
"editTab": "Edit tab",
|
|
1915
|
+
"tabTypes": {
|
|
1916
|
+
"widgets": "Widgets"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"condition": {
|
|
1920
|
+
"operator" : {
|
|
1921
|
+
"!=" : "Not equal to",
|
|
1922
|
+
"==" : "Equal to",
|
|
1923
|
+
">" : "Greater than",
|
|
1924
|
+
">=" : "Greater than or equal to",
|
|
1925
|
+
"<" : "Less than",
|
|
1926
|
+
"<=" : "Less than or equal to"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"quickSearch": {
|
|
1930
|
+
"addItem": "Add quick search item",
|
|
1931
|
+
"deleteModalTitle": "Delete quick search item",
|
|
1932
|
+
"deleteModalContent": "Are you sure you want to delete this quick search item? This change cannot be undone",
|
|
1933
|
+
"rightClickTooltip": "Right-click for options",
|
|
1934
|
+
"deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it"
|
|
1935
|
+
}
|
|
1841
1936
|
}
|
package/assets/core/nl.json
CHANGED
|
@@ -839,7 +839,8 @@
|
|
|
839
839
|
"content": "Kies widget-inhoud",
|
|
840
840
|
"style": "Kies widget-stijl",
|
|
841
841
|
"type": "Kies widget-type",
|
|
842
|
-
"width": "Kies widget-breedte"
|
|
842
|
+
"width": "Kies widget-breedte",
|
|
843
|
+
"displayConditions": "Weergavecondities instellen"
|
|
843
844
|
}
|
|
844
845
|
},
|
|
845
846
|
"notification": {
|
|
@@ -958,6 +959,14 @@
|
|
|
958
959
|
"valueTooltip": "Naam van de eigenschap waartoe u toegang wilt krijgen binnen het eerder ingevulde collectiegegevens-pad"
|
|
959
960
|
}
|
|
960
961
|
},
|
|
962
|
+
"displayConditions": {
|
|
963
|
+
"description": "Configureer condities om te bepalen wanneer deze widget wordt getoond. Als je geen condities toevoegt, wordt de widget altijd weergegeven.",
|
|
964
|
+
"conditions": "Condities (Optioneel)",
|
|
965
|
+
"addCondition": "Conditie toevoegen",
|
|
966
|
+
"operator": "Operator",
|
|
967
|
+
"path": "Pad",
|
|
968
|
+
"value": "Waarde"
|
|
969
|
+
},
|
|
961
970
|
"cancelModal": {
|
|
962
971
|
"title": "De editor verlaten",
|
|
963
972
|
"content": "Weet je zeker dat je de editor wilt verlaten? Er kunnen niet-opgeslagen wijzigingen zijn die verloren gaan."
|
|
@@ -1280,6 +1289,8 @@
|
|
|
1280
1289
|
"valtimo-backend-libraries": "Valtimo back-end",
|
|
1281
1290
|
"valtimo-frontend-libraries": "Valtimo front-end"
|
|
1282
1291
|
},
|
|
1292
|
+
"results": "Resultaten",
|
|
1293
|
+
"details": "Details",
|
|
1283
1294
|
"email": "E-mail",
|
|
1284
1295
|
"username": "Gebruikersnaam",
|
|
1285
1296
|
"name": "Naam",
|
|
@@ -1499,6 +1510,7 @@
|
|
|
1499
1510
|
"collapseButtonText": "Verbergen",
|
|
1500
1511
|
"searchButtonText": "Zoeken",
|
|
1501
1512
|
"clearButtonText": "Wissen",
|
|
1513
|
+
"saveButtonText": "Zoekopdracht opslaan",
|
|
1502
1514
|
"downloadButtonText": "Download configuratie",
|
|
1503
1515
|
"to": "tot",
|
|
1504
1516
|
"text": "Tekst",
|
|
@@ -1626,7 +1638,8 @@
|
|
|
1626
1638
|
"enum": "Opsomming",
|
|
1627
1639
|
"arrayCount": "Hoeveelheid",
|
|
1628
1640
|
"underscoresToSpaces": "Lage strepen naar spaties",
|
|
1629
|
-
"tags": "Tags"
|
|
1641
|
+
"tags": "Tags",
|
|
1642
|
+
"hidden": "Verborgen"
|
|
1630
1643
|
},
|
|
1631
1644
|
"object": {
|
|
1632
1645
|
"title": "Objects",
|
|
@@ -1870,5 +1883,87 @@
|
|
|
1870
1883
|
"dueDateText": "Einddatum:",
|
|
1871
1884
|
"removeButtonText": "Einddatum verwijderen"
|
|
1872
1885
|
},
|
|
1873
|
-
"processStartSuccessful": "{{processName}} is succesvol gestart"
|
|
1886
|
+
"processStartSuccessful": "{{processName}} is succesvol gestart",
|
|
1887
|
+
"widgets": {
|
|
1888
|
+
"noData": "Geen data gevonden",
|
|
1889
|
+
"emptyFields": "Nichts hier",
|
|
1890
|
+
"noWidgets": "Geen widgets",
|
|
1891
|
+
"noWidgetsDescription": "Er zijn geen widgets geconfigureerd voor dit tabblad, of je hebt niet de juiste rechten om deze te zien.",
|
|
1892
|
+
"noWidget": "Widget niet beschikbaar",
|
|
1893
|
+
"noCustomComponentDescription": "De component die geconfigureerd is voor deze widget kon niet gevonden worden."
|
|
1894
|
+
},
|
|
1895
|
+
"iko": {
|
|
1896
|
+
"searchFieldsNoResults": "Geen zoekvelden gevonden voor deze entiteit"
|
|
1897
|
+
},
|
|
1898
|
+
"ikoManagement": {
|
|
1899
|
+
"title": "Configuratie",
|
|
1900
|
+
"ikoServer": "IKO Server",
|
|
1901
|
+
"view": "Beeld",
|
|
1902
|
+
"list": "Lijst",
|
|
1903
|
+
"tabs": {"title": "Tabbladen"},
|
|
1904
|
+
"widgets": {"title": "Widgets"},
|
|
1905
|
+
"searchActions": {
|
|
1906
|
+
"addActionTitle": "Zoekactie toevoegen",
|
|
1907
|
+
"editActionTitle": "Zoekactie bewerken",
|
|
1908
|
+
"deleteModalTitle": "Zoekactie verwijderen",
|
|
1909
|
+
"deleteModalText": "Weet je zeker dat je deze zoekactie wilt verwijderen?",
|
|
1910
|
+
"title": "Zoekacties",
|
|
1911
|
+
"numberOfFields": "Aantal zoekvelden",
|
|
1912
|
+
"noResultsTitle": "Er zijn geen zoekacties.",
|
|
1913
|
+
"noResultsDescription": "Klik hier om een zoekactie te configureren."
|
|
1914
|
+
},
|
|
1915
|
+
"searchFields": {
|
|
1916
|
+
"pageTitle": "Zoekactie: {{searchActionTitle}}",
|
|
1917
|
+
"title": "Zoekvelden",
|
|
1918
|
+
"deleteModalText": "Weet je zeker dat je dit zoekveld wilt verwijderen?",
|
|
1919
|
+
"noResultsTitle": "Er zijn geen zoekvelden.",
|
|
1920
|
+
"noResultsDescription": "Klik hier om een zoekveld te configureren."
|
|
1921
|
+
},
|
|
1922
|
+
"addApiConfig": "IKO Server configureren",
|
|
1923
|
+
"titleTitle": "Titel",
|
|
1924
|
+
"titlePlaceholder": "Voer een titel in voor de API-configuratie",
|
|
1925
|
+
"keyTitle": "Sleutel",
|
|
1926
|
+
"keyPlaceholder": "Voer een sleutel in voor de API-configuratie",
|
|
1927
|
+
"pluginIdTitle": "Pluginconfiguratie",
|
|
1928
|
+
"typeTitle": "Type",
|
|
1929
|
+
"addColumn": "Kolom toevoegen",
|
|
1930
|
+
"editColumn": "Kolom bewerken",
|
|
1931
|
+
"columnTitlePlaceholder": "Voer kolomtitel in",
|
|
1932
|
+
"columnKeyPlaceholder": "Voer kolomsleutel in",
|
|
1933
|
+
"pathTitle": "Pad",
|
|
1934
|
+
"columnPathPlaceholder": "Voer kolompad in",
|
|
1935
|
+
"sortableTitle": "Sorteerbaar",
|
|
1936
|
+
"sortingDisabled": "Sorteren uitgeschakeld",
|
|
1937
|
+
"defaultSortTitle": "Standaard sortering",
|
|
1938
|
+
"displayType": "Weergavetype",
|
|
1939
|
+
"sortingEnabled": "Sorteren ingeschakeld",
|
|
1940
|
+
"tabKey": "Sleutel",
|
|
1941
|
+
"tabTitle": "Tabtitel",
|
|
1942
|
+
"tabTitlePlaceholder": "Voer tabtitel in",
|
|
1943
|
+
"tabType": "Tabtype",
|
|
1944
|
+
"tabTypeTitle": "Tabtype",
|
|
1945
|
+
"tabTypePlaceholder": "Voer tabtype in",
|
|
1946
|
+
"addTab": "Tab toevoegen",
|
|
1947
|
+
"editTab": "Tab bewerken",
|
|
1948
|
+
"tabTypes": {
|
|
1949
|
+
"widgets": "Widgets"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
"condition": {
|
|
1953
|
+
"operator" : {
|
|
1954
|
+
"!=" : "Niet gelijk aan",
|
|
1955
|
+
"==" : "Gelijk aan",
|
|
1956
|
+
">" : "Groter dan",
|
|
1957
|
+
">=" : "Groter dan of gelijk aan",
|
|
1958
|
+
"<" : "Minder dan",
|
|
1959
|
+
"<=" : "Minder dan of gelijk aan"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"quickSearch": {
|
|
1963
|
+
"addItem": "Snelzoekitem toevoegen",
|
|
1964
|
+
"deleteModalTitle": "Snelzoekitem verwijderen",
|
|
1965
|
+
"deleteModalContent": "Weet u zeker dat u dit snelzoekitem wilt verwijderen? Deze wijziging kan niet ongedaan worden gemaakt.",
|
|
1966
|
+
"rightClickTooltip": "Klik met de rechtermuisknop voor opties",
|
|
1967
|
+
"deleteHelperText": "Nadat je een snelzoekitem hebt gemaakt, kun je het verwijderen door er met de rechtermuisknop op te klikken"
|
|
1968
|
+
}
|
|
1874
1969
|
}
|