diff --git a/qortal-ui-core/language/de.json b/qortal-ui-core/language/de.json index 319cca1e..3f089dfc 100644 --- a/qortal-ui-core/language/de.json +++ b/qortal-ui-core/language/de.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Menge", "to": "Zu", - "declined": "Der Benutzer hat die Transaktion abgelehnt!" + "declined": "Der Benutzer hat die Transaktion abgelehnt!", + "namedialog1": "Sie registrieren den folgenden Namen:", + "namedialog2": "Wenn Sie auf Bestätigen drücken, wird der Name registriert!" } } diff --git a/qortal-ui-core/language/es.json b/qortal-ui-core/language/es.json index 260a4fd2..b29be7ca 100644 --- a/qortal-ui-core/language/es.json +++ b/qortal-ui-core/language/es.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Cantidad", "to": "A", - "declined": "Usuario rechazó transacción!" + "declined": "Usuario rechazó transacción!", + "namedialog1": "Estás registrando el nombre a continuación:", + "namedialog2": "Al presionar confirmar, el nombre quedará registrado!" } } \ No newline at end of file diff --git a/qortal-ui-core/language/fr.json b/qortal-ui-core/language/fr.json index e7bcfd9f..f925dcfb 100644 --- a/qortal-ui-core/language/fr.json +++ b/qortal-ui-core/language/fr.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Montant", "to": "A", - "declined": "Transaction refusée par l’utilisateur!" + "declined": "Transaction refusée par l’utilisateur!", + "namedialog1": "Vous enregistrez le nom ci-dessous :", + "namedialog2": "En appuyant sur confirmer, le nom sera enregistré !" } } \ No newline at end of file diff --git a/qortal-ui-core/language/hindi.json b/qortal-ui-core/language/hindi.json index 9b592185..caaa0c62 100644 --- a/qortal-ui-core/language/hindi.json +++ b/qortal-ui-core/language/hindi.json @@ -573,6 +573,8 @@ "transactions": { "amount": "राशि", "to": "को", - "declined": "उपयोगकर्ता ने लेन-देन अस्वीकार कर दिया!" + "declined": "उपयोगकर्ता ने लेन-देन अस्वीकार कर दिया!", + "namedialog1": "आप नीचे नाम दर्ज कर रहे हैं:", + "namedialog2": "कन्फर्म दबाते ही नाम दर्ज हो जाएगा !" } } diff --git a/qortal-ui-core/language/hr.json b/qortal-ui-core/language/hr.json index 7a79a435..ef0c0db7 100644 --- a/qortal-ui-core/language/hr.json +++ b/qortal-ui-core/language/hr.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Iznos", "to": "Prema", - "declined": "Korisnik je odbio transakciju!" + "declined": "Korisnik je odbio transakciju!", + "namedialog1": "Registrirate ime ispod:", + "namedialog2": "Pritiskom na potvrdi ime će biti registrirano!" } } \ No newline at end of file diff --git a/qortal-ui-core/language/hu.json b/qortal-ui-core/language/hu.json index 3bdaec8f..b81a617c 100644 --- a/qortal-ui-core/language/hu.json +++ b/qortal-ui-core/language/hu.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Mennyiség", "to": "Hoz", - "declined": "Felhasználó elutasította a tranzakciót!" + "declined": "Felhasználó elutasította a tranzakciót!", + "namedialog1": "Ön az alábbi nevet regisztrálja:", + "namedialog2": "A megerősítés megnyomására a név regisztrálásra kerül!" } } \ No newline at end of file diff --git a/qortal-ui-core/language/pl.json b/qortal-ui-core/language/pl.json index ee1c030e..2eb38c9d 100644 --- a/qortal-ui-core/language/pl.json +++ b/qortal-ui-core/language/pl.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Amount", "to": "To", - "declined": "User declined transaction!" + "declined": "User declined transaction!", + "namedialog1": "You are registering the name below:", + "namedialog2": "On pressing confirm, the name will be registered!" } } \ No newline at end of file diff --git a/qortal-ui-core/language/pt.json b/qortal-ui-core/language/pt.json index 45bb4332..58e3c99f 100644 --- a/qortal-ui-core/language/pt.json +++ b/qortal-ui-core/language/pt.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Valor", "to": "Para", - "declined": "Usuário recusou transação!" + "declined": "Usuário recusou transação!", + "namedialog1": "Você está registrando o nome abaixo:", + "namedialog2": "Ao pressionar confirmar, o nome será registrado!" } } diff --git a/qortal-ui-core/language/rs.json b/qortal-ui-core/language/rs.json index f82d9bbf..c028b6a5 100644 --- a/qortal-ui-core/language/rs.json +++ b/qortal-ui-core/language/rs.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Iznos", "to": "Za", - "declined": "Korisnik je odbio transakciju!" + "declined": "Korisnik je odbio transakciju!", + "namedialog1": "Vi registrujete ime ispod:", + "namedialog2": "Pritiskom na potvrdi ime će biti registrovano!" } } \ No newline at end of file diff --git a/qortal-ui-core/language/us.json b/qortal-ui-core/language/us.json index 1dbca220..10c3afcd 100644 --- a/qortal-ui-core/language/us.json +++ b/qortal-ui-core/language/us.json @@ -566,6 +566,8 @@ "transactions": { "amount": "Amount", "to": "To", - "declined": "User declined transaction!" + "declined": "User declined transaction!", + "namedialog1": "You are registering the name below:", + "namedialog2": "On pressing confirm, the name will be registered!" } } \ No newline at end of file diff --git a/qortal-ui-core/language/zhc.json b/qortal-ui-core/language/zhc.json index 3202e5d3..2007451c 100644 --- a/qortal-ui-core/language/zhc.json +++ b/qortal-ui-core/language/zhc.json @@ -566,6 +566,8 @@ "transactions": { "amount": "数量", "to": "收款人", - "declined": "交易已被用戶拒绝!" + "declined": "交易已被用戶拒绝!", + "namedialog1": "You are registering the name below:", + "namedialog2": "On pressing confirm, the name will be registered!" } } diff --git a/qortal-ui-core/language/zht.json b/qortal-ui-core/language/zht.json index 71009641..fd59c039 100644 --- a/qortal-ui-core/language/zht.json +++ b/qortal-ui-core/language/zht.json @@ -566,6 +566,8 @@ "transactions": { "amount": "數量", "to": "收款人", - "declined": "交易被用戶拒絕!" + "declined": "交易被用戶拒絕!", + "namedialog1": "You are registering the name below:", + "namedialog2": "On pressing confirm, the name will be registered!" } } diff --git a/qortal-ui-crypto/api/transactions/names/RegisterNameTransaction.js b/qortal-ui-crypto/api/transactions/names/RegisterNameTransaction.js index f6597867..dac9f69e 100644 --- a/qortal-ui-crypto/api/transactions/names/RegisterNameTransaction.js +++ b/qortal-ui-crypto/api/transactions/names/RegisterNameTransaction.js @@ -10,14 +10,22 @@ export default class RegisterNameTransaction extends TransactionBase { render(html) { return html` - You are registering the name below: + ${this._dialogyou}