@topconsultnpm/sdkui-react-beta 6.16.16 → 6.16.17

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.
@@ -440,7 +440,7 @@ export declare class SDKUI_Localizator {
440
440
  static get SelectAnOperationBetween(): "Wählen Sie eine Operation zwischen" | "Select an operation between" | "Selecciona una operación entre" | "Sélectionnez une opération entre" | "Selecione uma operação entre" | "Seleziona un'operazione tra";
441
441
  static get SelectArchiveToStart(): "Klicken Sie auf Archivieren, um zu beginnen." | "Click on Archive button to start." | "Haz clic en el botón Archivar para comenzar." | "Cliquez sur le bouton Archiver pour commencer." | "Clique no botão Arquivar para iniciar." | "Clicca sul pulsante Archivia per iniziare.";
442
442
  static get SelectAttachToStart(): "Sie können Dateien zu Ihrer E-Mail hinzufügen, klicken Sie auf Anhängen, um zu beginnen." | "You can attach files to your email, click on Attach button to start." | "Puedes adjuntar archivos a tu correo electrónico, haz clic en el botón Adjuntar para comenzar." | "Vous pouvez joindre des fichiers à votre e-mail, cliquez sur le bouton Joindre pour commencer." | "Você pode anexar arquivos ao seu e-mail, clique no botão Anexar para iniciar." | "Puoi allegare file alla tua email, clicca sul pulsante Allega per iniziare.";
443
- static get SelectedAttachmentFile(): "Ausgewählte Anhangsdatei" | "Selected attachment file" | "Archivo adjunto seleccionado" | "Fichier de pièce jointe sélectionné" | "Arquivo de anexo selecionado" | "File di allegato selezionato";
443
+ static get SelectFromAttachments(): "Aus Anhängen auswählen" | "Select from attachments" | "Seleccionar de archivos adjuntos" | "Sélectionner parmi les pièces jointes" | "Selecionar dos anexos" | "Seleziona dagli allegati";
444
444
  static get SelectSupportAreaMessage(): "Wählen Sie einen Ablagebereich aus" | "Select a support area" | "Seleccione un área de apoyo" | "Sélectionnez une zone de support" | "Selecione uma área de apoio" | "Selezionare un'area di appoggio";
445
445
  static get SelectedSingular(): string;
446
446
  static get Selected(): "Ausgewählt" | "Selected" | "Sélectionné" | "Selecionado" | "Seleccionados" | "Selezionati";
@@ -4364,14 +4364,14 @@ export class SDKUI_Localizator {
4364
4364
  default: return "Puoi allegare file alla tua email, clicca sul pulsante Allega per iniziare.";
4365
4365
  }
4366
4366
  }
4367
- static get SelectedAttachmentFile() {
4368
- switch (this._cultureID) {
4369
- case CultureIDs.De_DE: return "Ausgewählte Anhangsdatei";
4370
- case CultureIDs.En_US: return "Selected attachment file";
4371
- case CultureIDs.Es_ES: return "Archivo adjunto seleccionado";
4372
- case CultureIDs.Fr_FR: return "Fichier de pièce jointe sélectionné";
4373
- case CultureIDs.Pt_PT: return "Arquivo de anexo selecionado";
4374
- default: return "File di allegato selezionato";
4367
+ static get SelectFromAttachments() {
4368
+ switch (this._cultureID) {
4369
+ case CultureIDs.De_DE: return "Aus Anhängen auswählen";
4370
+ case CultureIDs.En_US: return "Select from attachments";
4371
+ case CultureIDs.Es_ES: return "Seleccionar de archivos adjuntos";
4372
+ case CultureIDs.Fr_FR: return "Sélectionner parmi les pièces jointes";
4373
+ case CultureIDs.Pt_PT: return "Selecionar dos anexos";
4374
+ default: return "Seleziona dagli allegati";
4375
4375
  }
4376
4376
  }
4377
4377
  static get SelectSupportAreaMessage() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.16.16",
3
+ "version": "6.16.17",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",