mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
ADD: PLN fiat
This commit is contained in:
parent
f30338d461
commit
d62eed8517
@ -198,7 +198,9 @@ module.exports = {
|
||||
'第三者へ異なるパスワードを提供すれば、BlueWallet のダミーの' +
|
||||
'暗号化ウォレットを復号することとなり、メインのウォレットは隠匿され' +
|
||||
'コインは安全に保護されます。',
|
||||
help2: '新規のダミーのウォレットはメインと同様に機能します。少額のコインを入金しておくことで' + 'ダミーと疑われないようにすることが可能です。',
|
||||
help2:
|
||||
'新規のダミーのウォレットはメインと同様に機能します。少額のコインを入金しておくことで' +
|
||||
'ダミーと疑われないようにすることが可能です。',
|
||||
create_fake_storage: 'ダミーの暗号化ウォレットの作成',
|
||||
go_back: '戻る',
|
||||
create_password: 'パスワードの作成',
|
||||
|
@ -9,6 +9,7 @@ export const FiatUnit = Object.freeze({
|
||||
HRK: { endPointKey: 'HRK', symbol: 'HRK', locale: 'hr-HR' },
|
||||
INR: { endPointKey: 'INR', symbol: '₹', locale: 'hi-HN' },
|
||||
JPY: { endPointKey: 'JPY', symbol: '¥', locale: 'ja-JP' },
|
||||
PLN: { endPointKey: 'PLN', symbol: 'zł', locale: 'pl-PL' },
|
||||
RUB: { endPointKey: 'RUB', symbol: '₽', locale: 'ru-RU' },
|
||||
SGD: { endPointKey: 'SGD', symbol: 'S$', locale: 'zh-SG' },
|
||||
THB: { endPointKey: 'THB', symbol: '฿', locale: 'th-TH' },
|
||||
|
Loading…
Reference in New Issue
Block a user