Skip to content

Commit

Permalink
Release v3.79.14: Added Japanese translations to all extended features.
Browse files Browse the repository at this point in the history
  • Loading branch information
FromHDDtoSSD committed Jul 19, 2024
1 parent aa4443f commit b4e40a9
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 35 deletions.
4 changes: 2 additions & 2 deletions SorachanCoinQ-qt.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
VERSION = 3.78.14
VERSION = 3.79.14

INCLUDEPATH += src src/json src/qt
QT += core gui network
Expand All @@ -21,7 +21,7 @@ ONLYTESTNET=0
# 0: with debug console, DEBUG mode
# 1: no debug console, Release mode
#
RELEASE=0
RELEASE=1

#
# GUI_MODE
Expand Down
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ void BitcoinGUI::message(const QString &title, const QString &message, unsigned
void BitcoinGUI::ok(const QString &title, const QString &message, unsigned int style, const QString &detail) {
QString strTitle = tr(strCoinName) + " - ";
// Default to information icon
int nMBoxIcon = QMessageBox::Ok;
int nMBoxIcon = QMessageBox::Information;

// Check for usage of predefined title
switch (style)
Expand Down
7 changes: 1 addition & 6 deletions src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,7 @@ color: rgb(0, 170, 255);</string>
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Copyright © 2009-2018 The Bitcoin Developers
Copyright © 2011-2012 The PPCoin Developers
Copyright © 2014 The Peerunity Developers
Copyright © 2014 The EmerCoin Developers
Copyright © 2012-2016 The NovaCoin Developers
Copyright © 2017-2021 The SorachanCoin Developers</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Copyright © 2009-2018 The Bitcoin Developers&lt;/p&gt;&lt;p&gt;Copyright © 2011-2012 The PPCoin Developers&lt;/p&gt;&lt;p&gt;Copyright © 2014 The Peerunity Developers&lt;/p&gt;&lt;p&gt;Copyright © 2014 The EmerCoin Developers&lt;/p&gt;&lt;p&gt;Copyright © 2012-2016 The NovaCoin Developers&lt;/p&gt;&lt;p&gt;Copyright © 2017-2024 The SorachanCoin Developers&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand Down
39 changes: 37 additions & 2 deletions src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<message>
<location filename="../forms/aboutdialog.ui" line="14"/>
<source>About SorachanCoin</source>
<translation>About SorachanCoin</translation>
<translation>About SorachanCoin SORA-QAI</translation>
</message>
<message>
<location filename="../forms/aboutdialog.ui" line="56"/>
Expand All @@ -27,7 +27,7 @@ Copyright © 2011-2012 The PPCoin Developers
Copyright © 2014 The Peerunity Developers
Copyright © 2014 The EmerCoin Developers
Copyright © 2012-2016 The NovaCoin developers
Copyright © 2017-2019 The SorachanCoin Developers</translation>
Copyright © 2018-2024 The SorachanCoin Developers</translation>
</message>
<message>
<location filename="../forms/aboutdialog.ui" line="114"/>
Expand Down Expand Up @@ -341,6 +341,16 @@ Copyright © 2017-2019 The SorachanCoin Developers</translation>
<source>Show general overview of wallet</source>
<translation>Show general overview of wallet</translation>
</message>
<message>
<location line="+5"/>
<source>&amp;Minting</source>
<translation>Staking</translation>
</message>
<message>
<location line="+5"/>
<source>&amp;Checkpoints</source>
<translation>Checkpoints</translation>
</message>
<message>
<location filename="../bitcoingui.cpp" line="250"/>
<source>&amp;Send coins</source>
Expand Down Expand Up @@ -1219,6 +1229,11 @@ This label turns red, if the priority is smaller than &quot;medium&quot;.
<source>New receiving address</source>
<translation>New receiving address</translation>
</message>
<message>
<location filename="../editaddressdialog.cpp" line="+20"/>
<source>Quantum and AI resistance Address (bech32 sora ...)</source>
<translation>Quantum and AI resistance, Schnorr sig-5000keys Address (sora1 ...)</translation>
</message>
<message>
<location filename="../editaddressdialog.cpp" line="25"/>
<source>New sending address</source>
Expand Down Expand Up @@ -1591,6 +1606,26 @@ This label turns red, if the priority is smaller than &quot;medium&quot;.
<source>Balance</source>
<translation>Balance</translation>
</message>
<message>
<location line="+16"/>
<source>ECDSA Total:</source>
<translation>ECDSA Total:</translation>
</message>
<message>
<location line="+16"/>
<source>Quantum and AI resistance Total:</source>
<translation>ECDSA, Quantum and AI resistance, Schnorr sig-5000keys Total:</translation>
</message>
<message>
<location line="+16"/>
<source>Number of transactions:</source>
<translation>Number of transactions:</translation>
</message>
<message>
<location line="+16"/>
<source>[SORA Network] Proof of Benchmark Miner</source>
<translation>[SORA Network] HDD/SSD benchmark</translation>
</message>
<message>
<location filename="../mintingview.cpp" line="211"/>
<source>MintingProbability</source>
Expand Down
Loading

0 comments on commit b4e40a9

Please sign in to comment.