@topconsultnpm/sdkui-react-beta 6.14.95 → 6.14.96

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.
@@ -261,6 +261,7 @@ export declare class SDKUI_Localizator {
261
261
  static get Move(): string;
262
262
  static get Name(): "Name" | "Nombre" | "Nom" | "Nome";
263
263
  static get NameForAccess(): "Name für den Zugang" | "Access name" | "Nombre para el acceso" | "Nom pour l'accès" | "Nome para o acesso" | "Nome per l'accesso";
264
+ static get New(): "Neu" | "New" | "Nuevo" | "Nouveau" | "Novo" | "Nuovo";
264
265
  static get NewOTP(): "Neues OTP" | "New OTP" | "Nueva OTP" | "Nouveau l'OTP" | "Nova OTP" | "Nuova OTP";
265
266
  static get NewPassword(): "Neues Kennwort" | "New password" | "Nueva contraseña" | "Nouveau mot de passe" | "Nova Senha" | "Password nuova";
266
267
  static get Next(): "Weiter" | "Next" | "Siguiente" | "Suivant" | "Seguinte" | "Successivo";
@@ -2561,6 +2561,16 @@ export class SDKUI_Localizator {
2561
2561
  default: return "Nome per l'accesso";
2562
2562
  }
2563
2563
  }
2564
+ static get New() {
2565
+ switch (this._cultureID) {
2566
+ case CultureIDs.De_DE: return "Neu";
2567
+ case CultureIDs.En_US: return "New";
2568
+ case CultureIDs.Es_ES: return "Nuevo";
2569
+ case CultureIDs.Fr_FR: return "Nouveau";
2570
+ case CultureIDs.Pt_PT: return "Novo";
2571
+ default: return "Nuovo";
2572
+ }
2573
+ }
2564
2574
  static get NewOTP() {
2565
2575
  switch (this._cultureID) {
2566
2576
  case CultureIDs.De_DE: return "Neues OTP";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.95",
3
+ "version": "6.14.96",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",