Skip to content

Commit

Permalink
easynode-manage-texts (#1317)
Browse files Browse the repository at this point in the history
Co-authored-by: j-bitmaker <[email protected]>
  • Loading branch information
j-bitmaker and j-bitmaker authored Nov 7, 2024
1 parent 1d935dd commit 7e5c31c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions components/nodecontrol/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
#nodecontrol .stacking .canstacking .gray {
color: rgb(var(--neutral-grad-3));
}
#nodecontrol .stacking .canstacking .warning {
margin-top: 0.5em;
text-transform: uppercase;
}
#nodecontrol .stacking .copyaddress {
cursor: pointer;
}
Expand Down
5 changes: 5 additions & 0 deletions components/nodecontrol/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
.gray{
color : rgb(var(--neutral-grad-3));
}

.warning{
margin-top: @rhythm;
text-transform: uppercase;
}
}

.copyaddress{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<i class="far fa-times-circle bad"></i> <span class="bad"><%-e('easyNode_e10024')%></span>

<% } %>

<div class="warning">
<span class="bad"><%-e('easyNode_e10065')%></span>
</div>

</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<button elementsid="nodebalancedeposit" class="nodebalancedeposit button small"><i class="fas fa-plus"></i> <%-e('easyNode_e10027')%></button>
<button elementsid="nodebalancewithdraw" class="nodebalancewithdraw button yellow small"><i class="fas fa-sign-in-alt"></i> <%-e('easyNode_e10028')%></button>
<button elementsid="nodedumpwallet" sys="dumpWallet" class="nodedumpwallet button orange small"><i class="fas fa-save"></i> <%-e('easyNode_e10029')%></button>
<button elementsid="nodeimportwallet" sys="importWallet" class="nodeimportwallet button orange small"><i class="fas fa-file-upload"></i> <%-e('easyNode_e10030')%></button>
<button elementsid="nodeimportwallet" sys="importWallet" class="nodeimportwallet button gray small"><i class="fas fa-file-upload"></i> <%-e('easyNode_e10030')%></button>
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions localization/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -2125,6 +2125,8 @@ _l.easyNode_e10061 = "Your node is running. Close the app anyway?"
_l.easyNode_e10062 = "Node update is available. Download a new version?"
_l.easyNode_e10063 = "Node has been successfully updated"
_l.easyNode_e10064 = "Support"
_l.easyNode_e10065 = "Export your wallet and save it in a safe place before topping up your balance!"


_l.IHave = "I have";
_l.downloadNode = "Download Windows Desktop Node";
Expand Down
2 changes: 2 additions & 0 deletions localization/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,8 @@ _l.easyNode_e10061 = "Ваша Нода запущена. Все равно за
_l.easyNode_e10062 = "Доступно обновление Ноды. Загрузить новую версию?"
_l.easyNode_e10063 = "Нода успешно обновлена"
_l.easyNode_e10064 = "Поддержка"
_l.easyNode_e10065 = "Экспортируйте кошелек и сохраните в надежном месте перед пополнением баланса!"


_l.IHave = "У меня";
_l.downloadNode = "Скачать Ноду для Windows";
Expand Down

0 comments on commit 7e5c31c

Please sign in to comment.