@topconsultnpm/sdkui-react-beta 6.8.62 → 6.8.63

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.
@@ -235,8 +235,10 @@ export declare class SDKUI_Localizator {
235
235
  static get UBLViewFormats_NSO_PDF(): "NSO Style Sheet (PDF)" | "Hoja de estilo NSO (PDF)" | "Feuille de style NSO (PDF)" | "Folha de estilo NSO (PDF)" | "Foglio di stile NSO (PDF)";
236
236
  static get Undo(): "Änderungen rückgängig machen" | "Undo" | "Anular modificaciones" | "Annule les modifications" | "Anular alterações" | "Annulla modifiche";
237
237
  static get Update(): "Bearbeiten" | "Update" | "Modificar" | "Modifie" | "Modificação" | "Modifica";
238
+ static get UpdateCompletedSuccessfully(): "Aktualisierung erfolgreich abgeschlossen" | "Update completed successfully" | "Actualización completada con éxito" | "Mise à jour terminée avec succès" | "Atualização concluída com sucesso" | "Aggiornamento completato con successo";
238
239
  static get UpdateIn(): "interrumpir" | "Aktualisierung in" | "Update in" | "Mettre à jour dans" | "Atualizar em" | "Aggiorna in";
239
240
  static get UpdateInProgress(): "Aktualisierung läuft" | "Update in progress" | "Mise à jour en cours" | "Atualização em andamento" | "Aggiornamento in corso";
241
+ static get UpdateOperationWasInterrupted(): "Der Updatevorgang wurde abgebrochen" | "The update operation was interrupted" | "La operación de actualización fue interrumpida" | "L'opération de mise à jour a été interrompue" | "A operação de atualização foi interrompida" | "L'operazione di aggiornamento è stata interrotta";
240
242
  static get Updating(): "Aktualisieren" | "Actualizar" | "updating" | "Mise à jour" | "Atualizar" | "aggiornamento";
241
243
  static get User_FirstName(): "Name" | "Nombre" | "Nome" | "First name" | "Prénom";
242
244
  static get User_LastName(): "Nom" | "Nachname" | "Last name" | "Apellido(s)" | "Apelido" | "Cognome";
@@ -2309,6 +2309,16 @@ export class SDKUI_Localizator {
2309
2309
  default: return "Modifica";
2310
2310
  }
2311
2311
  }
2312
+ static get UpdateCompletedSuccessfully() {
2313
+ switch (this._cultureID) {
2314
+ case CultureIDs.De_DE: return "Aktualisierung erfolgreich abgeschlossen";
2315
+ case CultureIDs.En_US: return "Update completed successfully";
2316
+ case CultureIDs.Es_ES: return "Actualización completada con éxito";
2317
+ case CultureIDs.Fr_FR: return "Mise à jour terminée avec succès";
2318
+ case CultureIDs.Pt_PT: return "Atualização concluída com sucesso";
2319
+ default: return "Aggiornamento completato con successo";
2320
+ }
2321
+ }
2312
2322
  static get UpdateIn() {
2313
2323
  switch (this._cultureID) {
2314
2324
  case CultureIDs.De_DE: return "Aktualisierung in";
@@ -2329,6 +2339,16 @@ export class SDKUI_Localizator {
2329
2339
  default: return "Aggiornamento in corso";
2330
2340
  }
2331
2341
  }
2342
+ static get UpdateOperationWasInterrupted() {
2343
+ switch (this._cultureID) {
2344
+ case CultureIDs.De_DE: return "Der Updatevorgang wurde abgebrochen";
2345
+ case CultureIDs.En_US: return "The update operation was interrupted";
2346
+ case CultureIDs.Es_ES: return "La operación de actualización fue interrumpida";
2347
+ case CultureIDs.Fr_FR: return "L'opération de mise à jour a été interrompue";
2348
+ case CultureIDs.Pt_PT: return "A operação de atualização foi interrompida";
2349
+ default: return "L'operazione di aggiornamento è stata interrotta";
2350
+ }
2351
+ }
2332
2352
  static get Updating() {
2333
2353
  switch (this._cultureID) {
2334
2354
  case CultureIDs.De_DE: return "Aktualisieren";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.8.62",
3
+ "version": "6.8.63",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",