@onecx/angular-accelerator 5.52.0 → 5.52.2

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.
@@ -50,6 +50,8 @@
50
50
  "SORTING_BUTTON_ARIA_LABEL": "{{direction}} sortieren"
51
51
  },
52
52
  "OCX_DATA_TABLE": {
53
+ "SEARCH_RESULTS_FOUND": "{{results}} Ergebnisse gefunden",
54
+ "NO_SEARCH_RESULTS_FOUND": "Keine Ergebnisse gefunden",
53
55
  "EMPTY_RESULT": "Keine Daten gefunden.",
54
56
  "EMPTY_FILTER_MESSAGE": "Keine Filter gefunden.",
55
57
  "ACTIONS_COLUMN_NAME": "Aktionen",
@@ -79,6 +81,8 @@
79
81
  "FILTER_NO": "Nein"
80
82
  },
81
83
  "OCX_DATA_LIST_GRID": {
84
+ "SEARCH_RESULTS_FOUND": "{{results}} Ergebnisse gefunden",
85
+ "NO_SEARCH_RESULTS_FOUND": "Keine Ergebnisse gefunden",
82
86
  "EMPTY_RESULT": "Keine Daten gefunden.",
83
87
  "MENU": {
84
88
  "VIEW": "Anzeigen",
@@ -183,4 +187,4 @@
183
187
  "TITLE": "Die Daten konnten nicht geladen werden.",
184
188
  "MESSAGE": "Dies kann folgende Gründe haben: \n -Die Daten existieren nicht oder nicht mehr.\n - Die Daten konnten aufgrund eines Fehlers im System nicht geladen werden.\n - Ihnen fehlt die nötige Berechtigung um die Daten zu laden.\n Bitte kontaktieren Sie den Support, wenn Sie glauben, dass es sich hierbei um einen Fehler des Systems handelt."
185
189
  }
186
- }
190
+ }
@@ -50,6 +50,8 @@
50
50
  "SORTING_BUTTON_ARIA_LABEL": "Toggle sorting direction to {{direction}}"
51
51
  },
52
52
  "OCX_DATA_TABLE": {
53
+ "SEARCH_RESULTS_FOUND": "{{results}} Results Found",
54
+ "NO_SEARCH_RESULTS_FOUND": "No Results Found",
53
55
  "EMPTY_RESULT": "No data found.",
54
56
  "EMPTY_FILTER_MESSAGE": "No filters found.",
55
57
  "ACTIONS_COLUMN_NAME": "Actions",
@@ -79,6 +81,8 @@
79
81
  "FILTER_NO": "No"
80
82
  },
81
83
  "OCX_DATA_LIST_GRID": {
84
+ "SEARCH_RESULTS_FOUND": "{{results}} Results Found",
85
+ "NO_SEARCH_RESULTS_FOUND": "No Results Found",
82
86
  "EMPTY_RESULT": "No data found.",
83
87
  "MENU": {
84
88
  "VIEW": "View",
@@ -183,4 +187,4 @@
183
187
  "TITLE": "The data could not be loaded.",
184
188
  "MESSAGE": "This may have the following reasons:\n The data does not exist or no longer exists.\n The data could not be loaded due to an error in the system.\n You do not have the necessary permission to load the data.\n Please contact the support if you think this happened due to a system error."
185
189
  }
186
- }
190
+ }