Skip to content

Commit 1dde7c3

Browse files
authored
Merge pull request #209 from Acktarius/ack/language
refresh languages
2 parents 3939b10 + 06f774b commit 1dde7c3

File tree

7 files changed

+864
-692
lines changed

7 files changed

+864
-692
lines changed

src/gui/DepositModel.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,13 @@ QVariant DepositModel::getDisplayRole(const QModelIndex& _index) const {
202202
case COLUMN_TYPE: {
203203
quint32 term = _index.data(ROLE_DEPOSIT_TERM).value<quint32>();
204204
if (term % 64800 == 0) {
205-
return QString("Investment");
205+
return tr("Investment");
206206
}
207207
if (term % CurrencyAdapter::instance().getCurrency().depositMinTermV3() == 0) {
208-
return QString("Deposit");
208+
return tr("Deposit");
209209
}
210210
if (term % 5040 == 0) {
211-
return QString("Deposit");
211+
return tr("Deposit");
212212
}
213213
}
214214

src/gui/ui/mainpassworddialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ border-right: 0px;
295295
font-size: 14px;</string>
296296
</property>
297297
<property name="text">
298-
<string>Conceal Desktop 6.2.1</string>
298+
<string>Conceal Desktop 6.7.3</string>
299299
</property>
300300
<property name="alignment">
301301
<set>Qt::AlignCenter</set>

src/languages/cn.ts

Lines changed: 125 additions & 94 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)