diff --git a/qortal-ui-core/language/de.json b/qortal-ui-core/language/de.json index 268038e9..9d7e2e2c 100644 --- a/qortal-ui-core/language/de.json +++ b/qortal-ui-core/language/de.json @@ -536,7 +536,9 @@ "nchange27": "Prägeknoten erfolgreich hinzugefügt!", "nchange28": "Prägeknoten konnte nicht hinzugefügt werden!", "nchange29": "Prägekonto erfolgreich entfernt!", - "nchange30": "Fehler beim Entfernen des Prägekontos!" + "nchange30": "Fehler beim Entfernen des Prägekontos!", + "nchange31": "Stop Node", + "nchange32": "Successfully Sent Stop Request!" }, "transpage": { "tchange1": "Transaktionsanfrage", diff --git a/qortal-ui-core/language/fr.json b/qortal-ui-core/language/fr.json index f92967ad..e35622a8 100644 --- a/qortal-ui-core/language/fr.json +++ b/qortal-ui-core/language/fr.json @@ -536,7 +536,9 @@ "nchange27": "Minting Node Added Successfully!", "nchange28": "Failed to Add Minting Node!", "nchange29": "Successfully Removed Minting Account!", - "nchange30": "Failed to Remove Minting Account!" + "nchange30": "Failed to Remove Minting Account!", + "nchange31": "Stop Node", + "nchange32": "Successfully Sent Stop Request!" }, "transpage": { "tchange1": "Transaction request", diff --git a/qortal-ui-core/language/pl.json b/qortal-ui-core/language/pl.json index f92967ad..e35622a8 100644 --- a/qortal-ui-core/language/pl.json +++ b/qortal-ui-core/language/pl.json @@ -536,7 +536,9 @@ "nchange27": "Minting Node Added Successfully!", "nchange28": "Failed to Add Minting Node!", "nchange29": "Successfully Removed Minting Account!", - "nchange30": "Failed to Remove Minting Account!" + "nchange30": "Failed to Remove Minting Account!", + "nchange31": "Stop Node", + "nchange32": "Successfully Sent Stop Request!" }, "transpage": { "tchange1": "Transaction request", diff --git a/qortal-ui-core/language/sp.json b/qortal-ui-core/language/sp.json index f92967ad..e35622a8 100644 --- a/qortal-ui-core/language/sp.json +++ b/qortal-ui-core/language/sp.json @@ -536,7 +536,9 @@ "nchange27": "Minting Node Added Successfully!", "nchange28": "Failed to Add Minting Node!", "nchange29": "Successfully Removed Minting Account!", - "nchange30": "Failed to Remove Minting Account!" + "nchange30": "Failed to Remove Minting Account!", + "nchange31": "Stop Node", + "nchange32": "Successfully Sent Stop Request!" }, "transpage": { "tchange1": "Transaction request", diff --git a/qortal-ui-core/language/us.json b/qortal-ui-core/language/us.json index f92967ad..e35622a8 100644 --- a/qortal-ui-core/language/us.json +++ b/qortal-ui-core/language/us.json @@ -536,7 +536,9 @@ "nchange27": "Minting Node Added Successfully!", "nchange28": "Failed to Add Minting Node!", "nchange29": "Successfully Removed Minting Account!", - "nchange30": "Failed to Remove Minting Account!" + "nchange30": "Failed to Remove Minting Account!", + "nchange31": "Stop Node", + "nchange32": "Successfully Sent Stop Request!" }, "transpage": { "tchange1": "Transaction request", diff --git a/qortal-ui-core/language/zhc.json b/qortal-ui-core/language/zhc.json index 2a27f954..5b93eb81 100644 --- a/qortal-ui-core/language/zhc.json +++ b/qortal-ui-core/language/zhc.json @@ -537,7 +537,9 @@ "nchange27": "铸币节点添加成功!", "nchange28": "添加铸币节点失败!", "nchange29": "成功从此节点中移除铸币账号!", - "nchange30": "未能从此节点中移除铸币账号!" + "nchange30": "未能从此节点中移除铸币账号!", + "nchange31": "Stop Node", + "nchange32": "Successfully Sent Stop Request!" }, "transpage": { "tchange1": "请求交易", diff --git a/qortal-ui-core/language/zht.json b/qortal-ui-core/language/zht.json index b396172e..bd11f563 100644 --- a/qortal-ui-core/language/zht.json +++ b/qortal-ui-core/language/zht.json @@ -537,7 +537,9 @@ "nchange27": "鑄幣節點添加成功!", "nchange28": "添加鑄幣節點失敗!", "nchange29": "成功從此節點中移除鑄幣賬號!", - "nchange30": "未能從此節點中移除鑄幣賬號!" + "nchange30": "未能從此節點中移除鑄幣賬號!", + "nchange31": "Stop Node", + "nchange32": "Successfully Sent Stop Request!" }, "transpage": { "tchange1": "請求交易", diff --git a/qortal-ui-plugins/plugins/core/node-management/node-management.src.js b/qortal-ui-plugins/plugins/core/node-management/node-management.src.js index 59a85b90..2a941457 100644 --- a/qortal-ui-plugins/plugins/core/node-management/node-management.src.js +++ b/qortal-ui-plugins/plugins/core/node-management/node-management.src.js @@ -152,6 +152,7 @@ class NodeManagement extends LitElement {