@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
|
|
1503
|
-
case CultureIDs.En_US: return
|
|
1504
|
-
case CultureIDs.Es_ES: return
|
|
1505
|
-
case CultureIDs.Fr_FR: return
|
|
1506
|
-
case CultureIDs.Pt_PT: return
|
|
1507
|
-
default: return
|
|
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() {
|