@topconsultnpm/sdkui-react-beta 6.10.11 → 6.10.12

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.
@@ -179,6 +179,7 @@ export declare class SDKUI_Localizator {
179
179
  static get NoneSelection(): "Keine Auswahl" | "No selection" | "Ninguna selección" | "Pas de sélections" | "Nenhuma seleção" | "Nessuna selezione";
180
180
  static get OldPassword(): "Altes Kennwort" | "Old password" | "Contraseña anterior" | "Ancien mot de passe" | "Senha Antiga" | "Password vecchia";
181
181
  static get OpenInNewTab(): "In einem neuen Tab öffnen" | "Open in new tab" | "Abrir en una nueva pestaña" | "Ouvrir dans un nouvel onglet" | "Abrir em uma nova aba" | "Apri in un nuovo tab";
182
+ static get Operations(): "Operationen" | "Operations" | "Operaciones" | "Opérations" | "Operações" | "Operazioni";
182
183
  static get OnBehalfOf(): "im Auftrag von" | "on behalf of" | "a nombre de" | "de la part de" | "em nome de" | "per conto di";
183
184
  static get OneMore(): "andere" | "more" | "otro" | "autre" | "outro" | "altro";
184
185
  static get OperationResult(): "Operationsergebnis" | "Operation result" | "Resultado de la operación" | "Résultat de l'opération" | "Resultado da operação" | "Esito operazione";
@@ -1741,6 +1741,16 @@ export class SDKUI_Localizator {
1741
1741
  default: return "Apri in un nuovo tab";
1742
1742
  }
1743
1743
  }
1744
+ static get Operations() {
1745
+ switch (this._cultureID) {
1746
+ case CultureIDs.De_DE: return "Operationen";
1747
+ case CultureIDs.En_US: return "Operations";
1748
+ case CultureIDs.Es_ES: return "Operaciones";
1749
+ case CultureIDs.Fr_FR: return "Opérations";
1750
+ case CultureIDs.Pt_PT: return "Operações";
1751
+ default: return "Operazioni";
1752
+ }
1753
+ }
1744
1754
  static get OnBehalfOf() {
1745
1755
  switch (this._cultureID) {
1746
1756
  case CultureIDs.De_DE: return "im Auftrag von";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.10.11",
3
+ "version": "6.10.12",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",