@topconsultnpm/sdkui-react-beta 6.15.13 → 6.15.14

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.
@@ -1499,12 +1499,12 @@ export class SDKUI_Localizator {
1499
1499
  }
1500
1500
  static get ExportSelectedColumnsAndFormatLabel() {
1501
1501
  switch (this._cultureID) {
1502
- case CultureIDs.De_DE: return "Ausgewählte Spalten und Format exportieren";
1503
- case CultureIDs.En_US: return "Export selected columns and format";
1504
- case CultureIDs.Es_ES: return "Exportar columnas seleccionadas y formato";
1505
- case CultureIDs.Fr_FR: return "Exporter les colonnes sélectionnées et le format";
1506
- case CultureIDs.Pt_PT: return "Exportar colunas selecionadas e formato";
1507
- default: return "Esporta le colonne selezione e formato";
1502
+ case CultureIDs.De_DE: return 'Exportiere die Spalten "Auswahl" und "Format"';
1503
+ case CultureIDs.En_US: return 'Export selected columns "Selection" and "Format"';
1504
+ case CultureIDs.Es_ES: return 'Exportar las columnas "Selección" y "Formato"';
1505
+ case CultureIDs.Fr_FR: return 'Exporter les colonnes "Sélection" et "Format"';
1506
+ case CultureIDs.Pt_PT: return 'Exportar as colunas "Seleção" e "Formato"';
1507
+ default: return 'Esporta le colonne "Selezione" e "Formato"';
1508
1508
  }
1509
1509
  }
1510
1510
  static get ExtractedBy() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.15.13",
3
+ "version": "6.15.14",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",