@topconsultnpm/sdkui-react-beta 6.8.54 → 6.8.55
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.
|
@@ -144,6 +144,7 @@ export declare class SDKUI_Localizator {
|
|
|
144
144
|
static get Next(): "Weiter" | "Next" | "Siguiente" | "Suivant" | "Seguinte" | "Successivo";
|
|
145
145
|
static get No(): "Nein" | "No" | "Non" | "Não";
|
|
146
146
|
static get NoCredentialsSaved(): "Keine gespeicherten Anmeldedaten" | "No credentials saved" | "No se han guardado credenciales" | "Aucune information d'identification enregistrée" | "Nenhuma credencial salva" | "Nessuna credenziale salvata";
|
|
147
|
+
static get NoDcmtFound(): "Kein Dokument gefunden" | "No documents found" | "Ningún documento encontrado" | "Pas de documents trouvés" | "Nenhum documento encontrado" | "Nessun documento trovato";
|
|
147
148
|
static get NoneSelection(): "Keine Auswahl" | "No selection" | "Ninguna selección" | "Pas de sélections" | "Nenhuma seleção" | "Nessuna selezione";
|
|
148
149
|
static get OldPassword(): "Altes Kennwort" | "Old password" | "Contraseña anterior" | "Ancien mot de passe" | "Senha Antiga" | "Password vecchia";
|
|
149
150
|
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";
|
|
@@ -201,6 +202,7 @@ export declare class SDKUI_Localizator {
|
|
|
201
202
|
static get Search_EnterValue(): "Geben Sie einen Wert ein, nach dem gesucht werden soll" | "Enter a value to search" | "Introducir un valor para buscar" | "Entrez une valeur à rechercher" | "Digite um valor para pesquisar" | "Inserire un valore da ricercare";
|
|
202
203
|
static get Search_Free(): "Kostenlose Suche" | "Free search" | "Búsqueda libre" | "Recherche libre" | "Pesquisa livre" | "Ricerca libera";
|
|
203
204
|
static get Search_Special(): "Spezielle Suchanfragen" | "Special searches" | "Búsquedas especiales" | "Recherches spéciales" | "Pesquisas especiais" | "Ricerche speciali";
|
|
205
|
+
static get SearchResult(): "Suchergebnis" | "Search result" | "Resultado búsqueda" | "Résultat de la recherche" | "Resultados da pesquisa" | "Risultato ricerca";
|
|
204
206
|
static get Seconds(): "Sekunden" | "Seconds" | "Segundos" | "Secondes" | "Segundas" | "Secondi";
|
|
205
207
|
static get Select(): "Wählen Sie Ihre" | "Select" | "Seleccionar" | "Sélectionne" | "Selecione" | "Seleziona";
|
|
206
208
|
static get Selected(): "Ausgewählt" | "Selected" | "Seleccionados" | "Sélectionné" | "Selecionado" | "Selezionati";
|
|
@@ -1392,6 +1392,16 @@ export class SDKUI_Localizator {
|
|
|
1392
1392
|
default: return "Nessuna credenziale salvata";
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
|
+
static get NoDcmtFound() {
|
|
1396
|
+
switch (this._cultureID) {
|
|
1397
|
+
case CultureIDs.De_DE: return "Kein Dokument gefunden";
|
|
1398
|
+
case CultureIDs.En_US: return "No documents found";
|
|
1399
|
+
case CultureIDs.Es_ES: return "Ningún documento encontrado";
|
|
1400
|
+
case CultureIDs.Fr_FR: return "Pas de documents trouvés";
|
|
1401
|
+
case CultureIDs.Pt_PT: return "Nenhum documento encontrado";
|
|
1402
|
+
default: return "Nessun documento trovato";
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1395
1405
|
static get NoneSelection() {
|
|
1396
1406
|
switch (this._cultureID) {
|
|
1397
1407
|
case CultureIDs.De_DE: return "Keine Auswahl";
|
|
@@ -1969,6 +1979,16 @@ export class SDKUI_Localizator {
|
|
|
1969
1979
|
default: return "Ricerche speciali";
|
|
1970
1980
|
}
|
|
1971
1981
|
}
|
|
1982
|
+
static get SearchResult() {
|
|
1983
|
+
switch (this._cultureID) {
|
|
1984
|
+
case CultureIDs.De_DE: return "Suchergebnis";
|
|
1985
|
+
case CultureIDs.En_US: return "Search result";
|
|
1986
|
+
case CultureIDs.Es_ES: return "Resultado búsqueda";
|
|
1987
|
+
case CultureIDs.Fr_FR: return "Résultat de la recherche";
|
|
1988
|
+
case CultureIDs.Pt_PT: return "Resultados da pesquisa";
|
|
1989
|
+
default: return "Risultato ricerca";
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1972
1992
|
static get Seconds() {
|
|
1973
1993
|
switch (this._cultureID) {
|
|
1974
1994
|
case CultureIDs.De_DE: return "Sekunden";
|