mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
Verify seed phrase (#1700)
* add confirm passphrase field and show/hide passphrase feature * change error message allow force appending translation to overwrite * minor fix for showing frozen balance correctly [skip ci] * remove debug prints [skip ci]
This commit is contained in:
parent
e9b5b18428
commit
11584844d5
36 changed files with 155 additions and 55 deletions
|
@ -35,7 +35,7 @@ class ElectrumTransactionInfo extends TransactionInfo {
|
||||||
List<String>? outputAddresses,
|
List<String>? outputAddresses,
|
||||||
required TransactionDirection direction,
|
required TransactionDirection direction,
|
||||||
required bool isPending,
|
required bool isPending,
|
||||||
required bool isReplaced,
|
bool isReplaced = false,
|
||||||
required DateTime date,
|
required DateTime date,
|
||||||
required int confirmations,
|
required int confirmations,
|
||||||
String? to,
|
String? to,
|
||||||
|
|
|
@ -1902,6 +1902,18 @@ abstract class ElectrumWalletBase
|
||||||
var totalConfirmed = 0;
|
var totalConfirmed = 0;
|
||||||
var totalUnconfirmed = 0;
|
var totalUnconfirmed = 0;
|
||||||
|
|
||||||
|
unspentCoinsInfo.values.forEach((info) {
|
||||||
|
unspentCoins.forEach((element) {
|
||||||
|
if (element.hash == info.hash &&
|
||||||
|
element.vout == info.vout &&
|
||||||
|
info.isFrozen &&
|
||||||
|
element.bitcoinAddressRecord.address == info.address &&
|
||||||
|
element.value == info.value) {
|
||||||
|
totalFrozen += element.value;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
if (hasSilentPaymentsScanning) {
|
if (hasSilentPaymentsScanning) {
|
||||||
// Add values from unspent coins that are not fetched by the address list
|
// Add values from unspent coins that are not fetched by the address list
|
||||||
// i.e. scanned silent payments
|
// i.e. scanned silent payments
|
||||||
|
|
|
@ -29,10 +29,10 @@ packages:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: asn1lib
|
name: asn1lib
|
||||||
sha256: "58082b3f0dca697204dbab0ef9ff208bfaea7767ea771076af9a343488428dda"
|
sha256: "6b151826fcc95ff246cd219a0bf4c753ea14f4081ad71c61939becf3aba27f70"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.5.3"
|
version: "1.5.5"
|
||||||
async:
|
async:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -71,7 +71,7 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: cake-update-v7
|
ref: cake-update-v7
|
||||||
resolved-ref: bc49e3b1cba601828f8ddc3d016188d8c2499088
|
resolved-ref: f577e83fe78766b2655ea0602baa9299b953a31b
|
||||||
url: "https://github.com/cake-tech/bitcoin_base"
|
url: "https://github.com/cake-tech/bitcoin_base"
|
||||||
source: git
|
source: git
|
||||||
version: "4.7.0"
|
version: "4.7.0"
|
||||||
|
@ -296,10 +296,10 @@ packages:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: ffi
|
name: ffi
|
||||||
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
|
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.2"
|
version: "2.1.3"
|
||||||
ffigen:
|
ffigen:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -553,10 +553,10 @@ packages:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: mime
|
name: mime
|
||||||
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
|
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.5"
|
version: "1.0.6"
|
||||||
mobx:
|
mobx:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -713,10 +713,10 @@ packages:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: quiver
|
name: quiver
|
||||||
sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47
|
sha256: ea0b925899e64ecdfbf9c7becb60d5b50e706ade44a85b2363be2a22d88117d2
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.2.1"
|
version: "3.2.2"
|
||||||
reactive_ble_mobile:
|
reactive_ble_mobile:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -855,7 +855,7 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "sp_v4.0.0"
|
ref: "sp_v4.0.0"
|
||||||
resolved-ref: "9b04f4b0af80dd7dae9274b496a53c23dcc80ea5"
|
resolved-ref: ca1add293bd1e06920aa049b655832da50d0dab2
|
||||||
url: "https://github.com/cake-tech/sp_scanner"
|
url: "https://github.com/cake-tech/sp_scanner"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|
|
@ -85,7 +85,9 @@ class _AdvancedPrivacySettingsBody extends StatefulWidget {
|
||||||
|
|
||||||
class _AdvancedPrivacySettingsBodyState extends State<_AdvancedPrivacySettingsBody> {
|
class _AdvancedPrivacySettingsBodyState extends State<_AdvancedPrivacySettingsBody> {
|
||||||
final TextEditingController passphraseController = TextEditingController();
|
final TextEditingController passphraseController = TextEditingController();
|
||||||
|
final TextEditingController confirmPassphraseController = TextEditingController();
|
||||||
final _formKey = GlobalKey<FormState>();
|
final _formKey = GlobalKey<FormState>();
|
||||||
|
final _passphraseFormKey = GlobalKey<FormState>();
|
||||||
bool? testnetValue;
|
bool? testnetValue;
|
||||||
|
|
||||||
bool obscurePassphrase = true;
|
bool obscurePassphrase = true;
|
||||||
|
@ -93,9 +95,7 @@ class _AdvancedPrivacySettingsBodyState extends State<_AdvancedPrivacySettingsBo
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
passphraseController.text = widget.seedTypeViewModel.passphrase ?? '';
|
passphraseController.text = widget.seedTypeViewModel.passphrase ?? '';
|
||||||
|
confirmPassphraseController.text = widget.seedTypeViewModel.passphrase ?? '';
|
||||||
passphraseController
|
|
||||||
.addListener(() => widget.seedTypeViewModel.setPassphrase(passphraseController.text));
|
|
||||||
|
|
||||||
if (widget.isChildWallet) {
|
if (widget.isChildWallet) {
|
||||||
if (widget.privacySettingsViewModel.type == WalletType.bitcoin) {
|
if (widget.privacySettingsViewModel.type == WalletType.bitcoin) {
|
||||||
|
@ -205,18 +205,47 @@ class _AdvancedPrivacySettingsBodyState extends State<_AdvancedPrivacySettingsBo
|
||||||
if (widget.privacySettingsViewModel.hasPassphraseOption)
|
if (widget.privacySettingsViewModel.hasPassphraseOption)
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.all(24),
|
padding: EdgeInsets.all(24),
|
||||||
child: BaseTextFormField(
|
child: Form(
|
||||||
hintText: S.current.passphrase,
|
key: _passphraseFormKey,
|
||||||
controller: passphraseController,
|
child: Column(
|
||||||
obscureText: obscurePassphrase,
|
children: [
|
||||||
suffixIcon: GestureDetector(
|
BaseTextFormField(
|
||||||
onTap: () => setState(() {
|
hintText: S.of(context).passphrase,
|
||||||
obscurePassphrase = !obscurePassphrase;
|
controller: passphraseController,
|
||||||
}),
|
obscureText: obscurePassphrase,
|
||||||
child: Icon(
|
suffixIcon: GestureDetector(
|
||||||
Icons.remove_red_eye,
|
onTap: () => setState(() {
|
||||||
color: obscurePassphrase ? Colors.black54 : Colors.black26,
|
obscurePassphrase = !obscurePassphrase;
|
||||||
),
|
}),
|
||||||
|
child: Icon(
|
||||||
|
Icons.remove_red_eye,
|
||||||
|
color: obscurePassphrase ? Colors.black54 : Colors.black26,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 10),
|
||||||
|
BaseTextFormField(
|
||||||
|
hintText: S.of(context).confirm_passphrase,
|
||||||
|
controller: confirmPassphraseController,
|
||||||
|
obscureText: obscurePassphrase,
|
||||||
|
validator: (text) {
|
||||||
|
if (text == passphraseController.text) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return S.of(context).passphrases_doesnt_match;
|
||||||
|
},
|
||||||
|
suffixIcon: GestureDetector(
|
||||||
|
onTap: () => setState(() {
|
||||||
|
obscurePassphrase = !obscurePassphrase;
|
||||||
|
}),
|
||||||
|
child: Icon(
|
||||||
|
Icons.remove_red_eye,
|
||||||
|
color: obscurePassphrase ? Colors.black54 : Colors.black26,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -272,7 +301,8 @@ class _AdvancedPrivacySettingsBodyState extends State<_AdvancedPrivacySettingsBo
|
||||||
}
|
}
|
||||||
|
|
||||||
widget.nodeViewModel.save();
|
widget.nodeViewModel.save();
|
||||||
} else if (testnetValue == true) {
|
}
|
||||||
|
if (testnetValue == true) {
|
||||||
// TODO: add type (mainnet/testnet) to Node class so when switching wallets the node can be switched to a matching type
|
// TODO: add type (mainnet/testnet) to Node class so when switching wallets the node can be switched to a matching type
|
||||||
// Currently this is so you can create a working testnet wallet but you need to keep switching back the node if you use multiple wallets at once
|
// Currently this is so you can create a working testnet wallet but you need to keep switching back the node if you use multiple wallets at once
|
||||||
widget.nodeViewModel.address = publicBitcoinTestnetElectrumAddress;
|
widget.nodeViewModel.address = publicBitcoinTestnetElectrumAddress;
|
||||||
|
@ -280,6 +310,13 @@ class _AdvancedPrivacySettingsBodyState extends State<_AdvancedPrivacySettingsBo
|
||||||
|
|
||||||
widget.nodeViewModel.save();
|
widget.nodeViewModel.save();
|
||||||
}
|
}
|
||||||
|
if (passphraseController.text.isNotEmpty) {
|
||||||
|
if (_passphraseFormKey.currentState != null && !_passphraseFormKey.currentState!.validate()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
widget.seedTypeViewModel.setPassphrase(passphraseController.text);
|
||||||
|
}
|
||||||
|
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},
|
},
|
||||||
|
@ -318,11 +355,4 @@ class _AdvancedPrivacySettingsBodyState extends State<_AdvancedPrivacySettingsBo
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
|
||||||
void dispose() {
|
|
||||||
passphraseController
|
|
||||||
.removeListener(() => widget.seedTypeViewModel.setPassphrase(passphraseController.text));
|
|
||||||
super.dispose();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,6 +78,8 @@ class WalletRestoreFromSeedFormState extends State<WalletRestoreFromSeedForm> {
|
||||||
void Function()? repeatedPasswordListener;
|
void Function()? repeatedPasswordListener;
|
||||||
void Function()? passphraseListener;
|
void Function()? passphraseListener;
|
||||||
|
|
||||||
|
bool obscurePassphrase = true;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
_setSeedType(widget.seedSettingsViewModel.moneroSeedType);
|
_setSeedType(widget.seedSettingsViewModel.moneroSeedType);
|
||||||
|
@ -283,7 +285,16 @@ class WalletRestoreFromSeedFormState extends State<WalletRestoreFromSeedForm> {
|
||||||
BaseTextFormField(
|
BaseTextFormField(
|
||||||
hintText: S.current.passphrase,
|
hintText: S.current.passphrase,
|
||||||
controller: passphraseController,
|
controller: passphraseController,
|
||||||
obscureText: true,
|
obscureText: obscurePassphrase,
|
||||||
|
suffixIcon: GestureDetector(
|
||||||
|
onTap: () => setState(() {
|
||||||
|
obscurePassphrase = !obscurePassphrase;
|
||||||
|
}),
|
||||||
|
child: Icon(
|
||||||
|
Icons.remove_red_eye,
|
||||||
|
color: obscurePassphrase ? Colors.black54 : Colors.black26,
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
]));
|
]));
|
||||||
|
|
|
@ -151,34 +151,24 @@ abstract class HomeSettingsViewModelBase with Store {
|
||||||
|
|
||||||
bool isEthereum = _balanceViewModel.wallet.type == WalletType.ethereum;
|
bool isEthereum = _balanceViewModel.wallet.type == WalletType.ethereum;
|
||||||
|
|
||||||
print('An extra log for now');
|
|
||||||
|
|
||||||
bool isPotentialScamViaMoralis = await _isPotentialScamTokenViaMoralis(
|
bool isPotentialScamViaMoralis = await _isPotentialScamTokenViaMoralis(
|
||||||
contractAddress,
|
contractAddress,
|
||||||
isEthereum ? 'eth' : 'polygon',
|
isEthereum ? 'eth' : 'polygon',
|
||||||
);
|
);
|
||||||
|
|
||||||
print('Is Potential Scam from Moralis: $isPotentialScamViaMoralis');
|
|
||||||
|
|
||||||
bool isPotentialScamViaExplorers = await _isPotentialScamTokenViaExplorers(
|
bool isPotentialScamViaExplorers = await _isPotentialScamTokenViaExplorers(
|
||||||
contractAddress,
|
contractAddress,
|
||||||
isEthereum: isEthereum,
|
isEthereum: isEthereum,
|
||||||
);
|
);
|
||||||
|
|
||||||
print('Is Potential Scam from Explorers: $isPotentialScamViaExplorers');
|
|
||||||
|
|
||||||
bool isUnverifiedContract = await _isContractUnverified(
|
bool isUnverifiedContract = await _isContractUnverified(
|
||||||
contractAddress,
|
contractAddress,
|
||||||
isEthereum: isEthereum,
|
isEthereum: isEthereum,
|
||||||
);
|
);
|
||||||
|
|
||||||
print('Is Unverified Contract: $isUnverifiedContract');
|
|
||||||
|
|
||||||
final showWarningForContractAddress =
|
final showWarningForContractAddress =
|
||||||
isPotentialScamViaMoralis || isUnverifiedContract || isPotentialScamViaExplorers;
|
isPotentialScamViaMoralis || isUnverifiedContract || isPotentialScamViaExplorers;
|
||||||
|
|
||||||
print('Show Warning: $showWarningForContractAddress');
|
|
||||||
|
|
||||||
return showWarningForContractAddress;
|
return showWarningForContractAddress;
|
||||||
} finally {
|
} finally {
|
||||||
isValidatingContractAddress = false;
|
isValidatingContractAddress = false;
|
||||||
|
@ -272,8 +262,8 @@ abstract class HomeSettingsViewModelBase with Store {
|
||||||
final decodedResponse = jsonDecode(response.body) as Map<String, dynamic>;
|
final decodedResponse = jsonDecode(response.body) as Map<String, dynamic>;
|
||||||
|
|
||||||
if (decodedResponse['status'] != '1') {
|
if (decodedResponse['status'] != '1') {
|
||||||
print('${response.body}\n');
|
log('${response.body}\n');
|
||||||
print('${decodedResponse['result']}\n');
|
log('${decodedResponse['result']}\n');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "سيؤدي هذا الإجراء إلى حذف هذه المحفظة. هل ترغب في الاستمرار؟",
|
"confirm_delete_wallet": "سيؤدي هذا الإجراء إلى حذف هذه المحفظة. هل ترغب في الاستمرار؟",
|
||||||
"confirm_fee_deduction": "تأكيد خصم الرسوم",
|
"confirm_fee_deduction": "تأكيد خصم الرسوم",
|
||||||
"confirm_fee_deduction_content": "هل توافق على خصم الرسوم من الإخراج؟",
|
"confirm_fee_deduction_content": "هل توافق على خصم الرسوم من الإخراج؟",
|
||||||
|
"confirm_passphrase": "تأكيد عبارة المرور",
|
||||||
"confirm_sending": "تأكيد الإرسال",
|
"confirm_sending": "تأكيد الإرسال",
|
||||||
"confirm_silent_payments_switch_node": "العقدة الحالية لا تدعم المدفوعات الصامتة \\ ncake wallet سوف تتحول إلى عقدة متوافقة ، فقط للمسح الضوئي",
|
"confirm_silent_payments_switch_node": "العقدة الحالية لا تدعم المدفوعات الصامتة \\ ncake wallet سوف تتحول إلى عقدة متوافقة ، فقط للمسح الضوئي",
|
||||||
"confirmations": "التأكيدات",
|
"confirmations": "التأكيدات",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "تغير المبلغ",
|
"overwrite_amount": "تغير المبلغ",
|
||||||
"pairingInvalidEvent": "ﺢﻟﺎﺻ ﺮﻴﻏ ﺙﺪﺣ ﻥﺍﺮﻗﺇ",
|
"pairingInvalidEvent": "ﺢﻟﺎﺻ ﺮﻴﻏ ﺙﺪﺣ ﻥﺍﺮﻗﺇ",
|
||||||
"passphrase": "عبارة الممر (اختياري)",
|
"passphrase": "عبارة الممر (اختياري)",
|
||||||
|
"passphrases_doesnt_match": "لا تتطابق عبارات المرور ، يرجى المحاولة مرة أخرى",
|
||||||
"password": "كلمة المرور",
|
"password": "كلمة المرور",
|
||||||
"paste": "لصق",
|
"paste": "لصق",
|
||||||
"pause_wallet_creation": ".ﺎﻴًﻟﺎﺣ ﺎﺘًﻗﺆﻣ ﺔﻔﻗﻮﺘﻣ Haven Wallet ءﺎﺸﻧﺇ ﻰﻠﻋ ﺓﺭﺪﻘﻟﺍ",
|
"pause_wallet_creation": ".ﺎﻴًﻟﺎﺣ ﺎﺘًﻗﺆﻣ ﺔﻔﻗﻮﺘﻣ Haven Wallet ءﺎﺸﻧﺇ ﻰﻠﻋ ﺓﺭﺪﻘﻟﺍ",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Този портфейл ще бъде изтрит. Искате ли да продължите?",
|
"confirm_delete_wallet": "Този портфейл ще бъде изтрит. Искате ли да продължите?",
|
||||||
"confirm_fee_deduction": "Потвърдете приспадането на таксите",
|
"confirm_fee_deduction": "Потвърдете приспадането на таксите",
|
||||||
"confirm_fee_deduction_content": "Съгласни ли сте да приспадате таксата от продукцията?",
|
"confirm_fee_deduction_content": "Съгласни ли сте да приспадате таксата от продукцията?",
|
||||||
|
"confirm_passphrase": "Потвърдете парола",
|
||||||
"confirm_sending": "Потвърждаване на изпращането",
|
"confirm_sending": "Потвърждаване на изпращането",
|
||||||
"confirm_silent_payments_switch_node": "Текущият ви възел не поддържа Silent Payments \\ Ncake Wallet ще премине към съвместим възел, само за сканиране",
|
"confirm_silent_payments_switch_node": "Текущият ви възел не поддържа Silent Payments \\ Ncake Wallet ще премине към съвместим възел, само за сканиране",
|
||||||
"confirmations": "потвърждения",
|
"confirmations": "потвърждения",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Промени сума",
|
"overwrite_amount": "Промени сума",
|
||||||
"pairingInvalidEvent": "Невалидно събитие при сдвояване",
|
"pairingInvalidEvent": "Невалидно събитие при сдвояване",
|
||||||
"passphrase": "Passphrase (по избор)",
|
"passphrase": "Passphrase (по избор)",
|
||||||
|
"passphrases_doesnt_match": "Пасифрази не съвпадат, моля, опитайте отново",
|
||||||
"password": "Парола",
|
"password": "Парола",
|
||||||
"paste": "Поставяне",
|
"paste": "Поставяне",
|
||||||
"pause_wallet_creation": "Възможността за създаване на Haven Wallet в момента е на пауза.",
|
"pause_wallet_creation": "Възможността за създаване на Haven Wallet в момента е на пауза.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Tato akce smaže tuto peněženku. Přejete si pokračovat?",
|
"confirm_delete_wallet": "Tato akce smaže tuto peněženku. Přejete si pokračovat?",
|
||||||
"confirm_fee_deduction": "Potvrďte odpočet poplatků",
|
"confirm_fee_deduction": "Potvrďte odpočet poplatků",
|
||||||
"confirm_fee_deduction_content": "Souhlasíte s odečtením poplatku z výstupu?",
|
"confirm_fee_deduction_content": "Souhlasíte s odečtením poplatku z výstupu?",
|
||||||
|
"confirm_passphrase": "Potvrďte přístupovou frázi",
|
||||||
"confirm_sending": "Potvrdit odeslání",
|
"confirm_sending": "Potvrdit odeslání",
|
||||||
"confirm_silent_payments_switch_node": "Váš aktuální uzel nepodporuje tiché platby \\ Ncake peněženka se přepne na kompatibilní uzel, pouze pro skenování",
|
"confirm_silent_payments_switch_node": "Váš aktuální uzel nepodporuje tiché platby \\ Ncake peněženka se přepne na kompatibilní uzel, pouze pro skenování",
|
||||||
"confirmations": "Potvrzení",
|
"confirmations": "Potvrzení",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Přepsat částku",
|
"overwrite_amount": "Přepsat částku",
|
||||||
"pairingInvalidEvent": "Neplatná událost párování",
|
"pairingInvalidEvent": "Neplatná událost párování",
|
||||||
"passphrase": "Passphrase (volitelné)",
|
"passphrase": "Passphrase (volitelné)",
|
||||||
|
"passphrases_doesnt_match": "Passfrázy se neshodují, zkuste to znovu",
|
||||||
"password": "Heslo",
|
"password": "Heslo",
|
||||||
"paste": "Vložit",
|
"paste": "Vložit",
|
||||||
"pause_wallet_creation": "Možnost vytvářet Haven Wallet je momentálně pozastavena.",
|
"pause_wallet_creation": "Možnost vytvářet Haven Wallet je momentálně pozastavena.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Diese Aktion löscht diese Wallet. Möchten Sie fortfahren?",
|
"confirm_delete_wallet": "Diese Aktion löscht diese Wallet. Möchten Sie fortfahren?",
|
||||||
"confirm_fee_deduction": "Gebührenabzug bestätigen",
|
"confirm_fee_deduction": "Gebührenabzug bestätigen",
|
||||||
"confirm_fee_deduction_content": "Stimmen Sie zu, die Gebühr von der Ausgabe abzuziehen?",
|
"confirm_fee_deduction_content": "Stimmen Sie zu, die Gebühr von der Ausgabe abzuziehen?",
|
||||||
|
"confirm_passphrase": "Passphrase bestätigen",
|
||||||
"confirm_sending": "Senden bestätigen",
|
"confirm_sending": "Senden bestätigen",
|
||||||
"confirm_silent_payments_switch_node": "Ihr aktueller Knoten unterstützt keine stillen Zahlungen \\ NCAKE Wallet wechselt zu einem kompatiblen Knoten, nur zum Scannen",
|
"confirm_silent_payments_switch_node": "Ihr aktueller Knoten unterstützt keine stillen Zahlungen \\ NCAKE Wallet wechselt zu einem kompatiblen Knoten, nur zum Scannen",
|
||||||
"confirmations": "Bestätigungen",
|
"confirmations": "Bestätigungen",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Paarung ungültiges Ereignis",
|
"pairingInvalidEvent": "Paarung ungültiges Ereignis",
|
||||||
"passphrase": "Passphrase (optional)",
|
"passphrase": "Passphrase (optional)",
|
||||||
|
"passphrases_doesnt_match": "Passphrasen stimmen nicht überein, bitte versuchen Sie es erneut",
|
||||||
"password": "Passwort",
|
"password": "Passwort",
|
||||||
"paste": "Einfügen",
|
"paste": "Einfügen",
|
||||||
"pause_wallet_creation": "Die Möglichkeit, Haven Wallet zu erstellen, ist derzeit pausiert.",
|
"pause_wallet_creation": "Die Möglichkeit, Haven Wallet zu erstellen, ist derzeit pausiert.",
|
||||||
|
@ -465,8 +467,8 @@
|
||||||
"placeholder_transactions": "Ihre Transaktionen werden hier angezeigt",
|
"placeholder_transactions": "Ihre Transaktionen werden hier angezeigt",
|
||||||
"please_fill_totp": "Bitte geben Sie den 8-stelligen Code ein, der auf Ihrem anderen Gerät vorhanden ist",
|
"please_fill_totp": "Bitte geben Sie den 8-stelligen Code ein, der auf Ihrem anderen Gerät vorhanden ist",
|
||||||
"please_make_selection": "Bitte treffen Sie unten eine Auswahl zum Erstellen oder Wiederherstellen Ihrer Wallet.",
|
"please_make_selection": "Bitte treffen Sie unten eine Auswahl zum Erstellen oder Wiederherstellen Ihrer Wallet.",
|
||||||
"Please_reference_document": "Weitere Informationen finden Sie in den Dokumenten unten.",
|
|
||||||
"please_reference_document": "Bitte verweisen Sie auf die folgenden Dokumente, um weitere Informationen zu erhalten.",
|
"please_reference_document": "Bitte verweisen Sie auf die folgenden Dokumente, um weitere Informationen zu erhalten.",
|
||||||
|
"Please_reference_document": "Weitere Informationen finden Sie in den Dokumenten unten.",
|
||||||
"please_select": "Bitte auswählen:",
|
"please_select": "Bitte auswählen:",
|
||||||
"please_select_backup_file": "Bitte wählen Sie die Sicherungsdatei und geben Sie das Sicherungskennwort ein.",
|
"please_select_backup_file": "Bitte wählen Sie die Sicherungsdatei und geben Sie das Sicherungskennwort ein.",
|
||||||
"please_try_to_connect_to_another_node": "Bitte versuchen Sie, sich mit einem anderen Knoten zu verbinden",
|
"please_try_to_connect_to_another_node": "Bitte versuchen Sie, sich mit einem anderen Knoten zu verbinden",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "This action will delete this wallet. Do you wish to continue?",
|
"confirm_delete_wallet": "This action will delete this wallet. Do you wish to continue?",
|
||||||
"confirm_fee_deduction": "Confirm Fee Deduction",
|
"confirm_fee_deduction": "Confirm Fee Deduction",
|
||||||
"confirm_fee_deduction_content": "Do you agree to deduct the fee from the output?",
|
"confirm_fee_deduction_content": "Do you agree to deduct the fee from the output?",
|
||||||
|
"confirm_passphrase": "Confirm passphrase",
|
||||||
"confirm_sending": "Confirm sending",
|
"confirm_sending": "Confirm sending",
|
||||||
"confirm_silent_payments_switch_node": "Your current node does not support silent payments\\nCake Wallet will switch to a compatible node, just for scanning",
|
"confirm_silent_payments_switch_node": "Your current node does not support silent payments\\nCake Wallet will switch to a compatible node, just for scanning",
|
||||||
"confirmations": "Confirmations",
|
"confirmations": "Confirmations",
|
||||||
|
@ -297,8 +298,8 @@
|
||||||
"failed_authentication": "Failed authentication. ${state_error}",
|
"failed_authentication": "Failed authentication. ${state_error}",
|
||||||
"faq": "FAQ",
|
"faq": "FAQ",
|
||||||
"features": "Features",
|
"features": "Features",
|
||||||
"fee_rate": "Fee rate",
|
|
||||||
"fee_less_than_min": "Selected Fee is less than the minimum, please increase the fees to be able to send the transaction",
|
"fee_less_than_min": "Selected Fee is less than the minimum, please increase the fees to be able to send the transaction",
|
||||||
|
"fee_rate": "Fee rate",
|
||||||
"fetching": "Fetching",
|
"fetching": "Fetching",
|
||||||
"fiat_api": "Fiat API",
|
"fiat_api": "Fiat API",
|
||||||
"fiat_balance": "Fiat Balance",
|
"fiat_balance": "Fiat Balance",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Pairing Invalid Event",
|
"pairingInvalidEvent": "Pairing Invalid Event",
|
||||||
"passphrase": "Passphrase (Optional)",
|
"passphrase": "Passphrase (Optional)",
|
||||||
|
"passphrases_doesnt_match": "Passphrases do not match, please try again",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"paste": "Paste",
|
"paste": "Paste",
|
||||||
"pause_wallet_creation": "Ability to create Haven Wallet is currently paused.",
|
"pause_wallet_creation": "Ability to create Haven Wallet is currently paused.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Esta acción eliminará esta billetera. ¿Desea continuar?",
|
"confirm_delete_wallet": "Esta acción eliminará esta billetera. ¿Desea continuar?",
|
||||||
"confirm_fee_deduction": "Confirmar la deducción de la tarifa",
|
"confirm_fee_deduction": "Confirmar la deducción de la tarifa",
|
||||||
"confirm_fee_deduction_content": "¿Acepta deducir la tarifa de la producción?",
|
"confirm_fee_deduction_content": "¿Acepta deducir la tarifa de la producción?",
|
||||||
|
"confirm_passphrase": "Confirmar la frase de pases",
|
||||||
"confirm_sending": "Confirmar envío",
|
"confirm_sending": "Confirmar envío",
|
||||||
"confirm_silent_payments_switch_node": "Su nodo actual no admite pagos silenciosos \\ ncake billet cambiará a un nodo compatible, solo para escanear",
|
"confirm_silent_payments_switch_node": "Su nodo actual no admite pagos silenciosos \\ ncake billet cambiará a un nodo compatible, solo para escanear",
|
||||||
"confirmations": "Confirmaciones",
|
"confirmations": "Confirmaciones",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Evento de emparejamiento no válido",
|
"pairingInvalidEvent": "Evento de emparejamiento no válido",
|
||||||
"passphrase": "Passfrase (opcional)",
|
"passphrase": "Passfrase (opcional)",
|
||||||
|
"passphrases_doesnt_match": "Las frases de contrato no coinciden, intente nuevamente",
|
||||||
"password": "Contraseña",
|
"password": "Contraseña",
|
||||||
"paste": "Pegar",
|
"paste": "Pegar",
|
||||||
"pause_wallet_creation": "La capacidad para crear Haven Wallet está actualmente pausada.",
|
"pause_wallet_creation": "La capacidad para crear Haven Wallet está actualmente pausada.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Cette action va supprimer ce portefeuille (wallet). Souhaitez-vous contnuer ?",
|
"confirm_delete_wallet": "Cette action va supprimer ce portefeuille (wallet). Souhaitez-vous contnuer ?",
|
||||||
"confirm_fee_deduction": "Confirmer la déduction des frais",
|
"confirm_fee_deduction": "Confirmer la déduction des frais",
|
||||||
"confirm_fee_deduction_content": "Acceptez-vous de déduire les frais de la production?",
|
"confirm_fee_deduction_content": "Acceptez-vous de déduire les frais de la production?",
|
||||||
|
"confirm_passphrase": "Confirmer la phrase passante",
|
||||||
"confirm_sending": "Confirmer l'envoi",
|
"confirm_sending": "Confirmer l'envoi",
|
||||||
"confirm_silent_payments_switch_node": "Votre nœud actuel ne prend pas en charge les paiements silencieux \\ ncake qui passera à un nœud compatible, juste pour la numérisation",
|
"confirm_silent_payments_switch_node": "Votre nœud actuel ne prend pas en charge les paiements silencieux \\ ncake qui passera à un nœud compatible, juste pour la numérisation",
|
||||||
"confirmations": "Confirmations",
|
"confirmations": "Confirmations",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Remplacer le montant",
|
"overwrite_amount": "Remplacer le montant",
|
||||||
"pairingInvalidEvent": "Événement de couplage non valide",
|
"pairingInvalidEvent": "Événement de couplage non valide",
|
||||||
"passphrase": "Phrase de passe (facultative)",
|
"passphrase": "Phrase de passe (facultative)",
|
||||||
|
"passphrases_doesnt_match": "Les phrases de passe ne correspondent pas, veuillez réessayer",
|
||||||
"password": "Mot de passe",
|
"password": "Mot de passe",
|
||||||
"paste": "Coller",
|
"paste": "Coller",
|
||||||
"pause_wallet_creation": "La possibilité de créer Haven Wallet est actuellement suspendue.",
|
"pause_wallet_creation": "La possibilité de créer Haven Wallet est actuellement suspendue.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Wannan aikin zai share wannan walat. Kuna so ku ci gaba?",
|
"confirm_delete_wallet": "Wannan aikin zai share wannan walat. Kuna so ku ci gaba?",
|
||||||
"confirm_fee_deduction": "Tabbatar da cire kudade",
|
"confirm_fee_deduction": "Tabbatar da cire kudade",
|
||||||
"confirm_fee_deduction_content": "Shin kun yarda ku cire kuɗin daga fitarwa?",
|
"confirm_fee_deduction_content": "Shin kun yarda ku cire kuɗin daga fitarwa?",
|
||||||
|
"confirm_passphrase": "Tabbatar da kalmar wucewa",
|
||||||
"confirm_sending": "Tabbatar da aikawa",
|
"confirm_sending": "Tabbatar da aikawa",
|
||||||
"confirm_silent_payments_switch_node": "Kumburinku na yanzu ba ya goyan bayan biyan shiru da shiru \\ NCADA Wallet zai canza zuwa kumburi mai dacewa, don bincika",
|
"confirm_silent_payments_switch_node": "Kumburinku na yanzu ba ya goyan bayan biyan shiru da shiru \\ NCADA Wallet zai canza zuwa kumburi mai dacewa, don bincika",
|
||||||
"confirmations": "Tabbatar",
|
"confirmations": "Tabbatar",
|
||||||
|
@ -453,6 +454,7 @@
|
||||||
"overwrite_amount": "Rubuta adadin",
|
"overwrite_amount": "Rubuta adadin",
|
||||||
"pairingInvalidEvent": "Haɗa Lamarin mara inganci",
|
"pairingInvalidEvent": "Haɗa Lamarin mara inganci",
|
||||||
"passphrase": "Passphrase (Zabi)",
|
"passphrase": "Passphrase (Zabi)",
|
||||||
|
"passphrases_doesnt_match": "Passphrases bai dace ba, don Allah sake gwadawa",
|
||||||
"password": "Kalmar wucewa",
|
"password": "Kalmar wucewa",
|
||||||
"paste": "Manna",
|
"paste": "Manna",
|
||||||
"pause_wallet_creation": "A halin yanzu an dakatar da ikon ƙirƙirar Haven Wallet.",
|
"pause_wallet_creation": "A halin yanzu an dakatar da ikon ƙirƙirar Haven Wallet.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "यह क्रिया इस वॉलेट को हटा देगी। क्या आप जारी रखना चाहते हैं?",
|
"confirm_delete_wallet": "यह क्रिया इस वॉलेट को हटा देगी। क्या आप जारी रखना चाहते हैं?",
|
||||||
"confirm_fee_deduction": "शुल्क कटौती की पुष्टि करें",
|
"confirm_fee_deduction": "शुल्क कटौती की पुष्टि करें",
|
||||||
"confirm_fee_deduction_content": "क्या आप आउटपुट से शुल्क में कटौती करने के लिए सहमत हैं?",
|
"confirm_fee_deduction_content": "क्या आप आउटपुट से शुल्क में कटौती करने के लिए सहमत हैं?",
|
||||||
|
"confirm_passphrase": "पासफ़्रेज़ की पुष्टि करें",
|
||||||
"confirm_sending": "भेजने की पुष्टि करें",
|
"confirm_sending": "भेजने की पुष्टि करें",
|
||||||
"confirm_silent_payments_switch_node": "आपका वर्तमान नोड मूक भुगतान का समर्थन नहीं करता है \\ ncake वॉलेट एक संगत नोड पर स्विच करेगा, बस स्कैनिंग के लिए",
|
"confirm_silent_payments_switch_node": "आपका वर्तमान नोड मूक भुगतान का समर्थन नहीं करता है \\ ncake वॉलेट एक संगत नोड पर स्विच करेगा, बस स्कैनिंग के लिए",
|
||||||
"confirmations": "पुष्टिकरण",
|
"confirmations": "पुष्टिकरण",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "अमान्य ईवेंट युग्मित करना",
|
"pairingInvalidEvent": "अमान्य ईवेंट युग्मित करना",
|
||||||
"passphrase": "पासफ्रेज़ (वैकल्पिक)",
|
"passphrase": "पासफ्रेज़ (वैकल्पिक)",
|
||||||
|
"passphrases_doesnt_match": "PassPhrases मेल नहीं खाता, कृपया पुनः प्रयास करें",
|
||||||
"password": "पारण शब्द",
|
"password": "पारण शब्द",
|
||||||
"paste": "पेस्ट करें",
|
"paste": "पेस्ट करें",
|
||||||
"pause_wallet_creation": "हेवन वॉलेट बनाने की क्षमता फिलहाल रुकी हुई है।",
|
"pause_wallet_creation": "हेवन वॉलेट बनाने की क्षमता फिलहाल रुकी हुई है।",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Ovom ćete radnjom izbrisati ovaj novčanik. Želite li nastaviti?",
|
"confirm_delete_wallet": "Ovom ćete radnjom izbrisati ovaj novčanik. Želite li nastaviti?",
|
||||||
"confirm_fee_deduction": "Potvrdite odbitak naknade",
|
"confirm_fee_deduction": "Potvrdite odbitak naknade",
|
||||||
"confirm_fee_deduction_content": "Slažete li se da ćete odbiti naknadu od izlaza?",
|
"confirm_fee_deduction_content": "Slažete li se da ćete odbiti naknadu od izlaza?",
|
||||||
|
"confirm_passphrase": "Potvrdite prolaznu frazu",
|
||||||
"confirm_sending": "Potvrdi slanje",
|
"confirm_sending": "Potvrdi slanje",
|
||||||
"confirm_silent_payments_switch_node": "Vaš trenutni čvor ne podržava tiha plaćanja \\ ncake novčanik prebacit će se na kompatibilni čvor, samo za skeniranje",
|
"confirm_silent_payments_switch_node": "Vaš trenutni čvor ne podržava tiha plaćanja \\ ncake novčanik prebacit će se na kompatibilni čvor, samo za skeniranje",
|
||||||
"confirmations": "Potvrde",
|
"confirmations": "Potvrde",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Nevažeći događaj uparivanja",
|
"pairingInvalidEvent": "Nevažeći događaj uparivanja",
|
||||||
"passphrase": "Prolaznica (neobavezno)",
|
"passphrase": "Prolaznica (neobavezno)",
|
||||||
|
"passphrases_doesnt_match": "Prolazne fraze se ne podudaraju, pokušajte ponovo",
|
||||||
"password": "Lozinka",
|
"password": "Lozinka",
|
||||||
"paste": "Zalijepi",
|
"paste": "Zalijepi",
|
||||||
"pause_wallet_creation": "Mogućnost stvaranja novčanika Haven trenutno je pauzirana.",
|
"pause_wallet_creation": "Mogućnost stvaranja novčanika Haven trenutno je pauzirana.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Այս գործողությունը կջնջի այս դրամապանակը: Ցանկանու՞մ եք շարունակել։",
|
"confirm_delete_wallet": "Այս գործողությունը կջնջի այս դրամապանակը: Ցանկանու՞մ եք շարունակել։",
|
||||||
"confirm_fee_deduction": "Հաստատեք միջնորդավճար հանումը",
|
"confirm_fee_deduction": "Հաստատեք միջնորդավճար հանումը",
|
||||||
"confirm_fee_deduction_content": "Դուք համաձայն եք միջնորդավճար հանել արդյունքից?",
|
"confirm_fee_deduction_content": "Դուք համաձայն եք միջնորդավճար հանել արդյունքից?",
|
||||||
|
"confirm_passphrase": "Հաստատեք գաղտնաբառը",
|
||||||
"confirm_sending": "Հաստատեք ուղարկումը",
|
"confirm_sending": "Հաստատեք ուղարկումը",
|
||||||
"confirm_silent_payments_switch_node": "Ձեր ընթացիկ հանգույցը չի աջակցում Լուռ վճարումներին\nCake Wallet-ը կանցնի համատեղելի հանգույց, միայն սկանավորման համար",
|
"confirm_silent_payments_switch_node": "Ձեր ընթացիկ հանգույցը չի աջակցում Լուռ վճարումներին\nCake Wallet-ը կանցնի համատեղելի հանգույց, միայն սկանավորման համար",
|
||||||
"confirmations": "Հաստատումներ",
|
"confirmations": "Հաստատումներ",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Գրեք գումարը",
|
"overwrite_amount": "Գրեք գումարը",
|
||||||
"pairingInvalidEvent": "Սխալ միացում",
|
"pairingInvalidEvent": "Սխալ միացում",
|
||||||
"passphrase": "Պարող արտահայտություն (Ոչ պարտադիր)",
|
"passphrase": "Պարող արտահայտություն (Ոչ պարտադիր)",
|
||||||
|
"passphrases_doesnt_match": "Անհատները չեն համընկնում, խնդրում ենք կրկին փորձել",
|
||||||
"password": "Գաղտնաբառ",
|
"password": "Գաղտնաբառ",
|
||||||
"paste": "Տեղադրել",
|
"paste": "Տեղադրել",
|
||||||
"pause_wallet_creation": "Հնարավորություն ստեղծել Haven Դրամապանակ ընթացիկ դադարեցված է",
|
"pause_wallet_creation": "Հնարավորություն ստեղծել Haven Դրամապանակ ընթացիկ դադարեցված է",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Tindakan ini akan menghapus dompet ini. Apakah Anda ingin melanjutkan?",
|
"confirm_delete_wallet": "Tindakan ini akan menghapus dompet ini. Apakah Anda ingin melanjutkan?",
|
||||||
"confirm_fee_deduction": "Konfirmasi pengurangan biaya",
|
"confirm_fee_deduction": "Konfirmasi pengurangan biaya",
|
||||||
"confirm_fee_deduction_content": "Apakah Anda setuju untuk mengurangi biaya dari output?",
|
"confirm_fee_deduction_content": "Apakah Anda setuju untuk mengurangi biaya dari output?",
|
||||||
|
"confirm_passphrase": "Konfirmasi frasa sandi",
|
||||||
"confirm_sending": "Konfirmasi pengiriman",
|
"confirm_sending": "Konfirmasi pengiriman",
|
||||||
"confirm_silent_payments_switch_node": "Node Anda saat ini tidak mendukung pembayaran diam \\ ncake Wallet akan beralih ke simpul yang kompatibel, hanya untuk pemindaian",
|
"confirm_silent_payments_switch_node": "Node Anda saat ini tidak mendukung pembayaran diam \\ ncake Wallet akan beralih ke simpul yang kompatibel, hanya untuk pemindaian",
|
||||||
"confirmations": "Konfirmasi",
|
"confirmations": "Konfirmasi",
|
||||||
|
@ -453,6 +454,7 @@
|
||||||
"overwrite_amount": "Timpa jumlah",
|
"overwrite_amount": "Timpa jumlah",
|
||||||
"pairingInvalidEvent": "Menyandingkan Acara Tidak Valid",
|
"pairingInvalidEvent": "Menyandingkan Acara Tidak Valid",
|
||||||
"passphrase": "Frasa sandi (opsional)",
|
"passphrase": "Frasa sandi (opsional)",
|
||||||
|
"passphrases_doesnt_match": "Sandi tidak cocok, coba lagi",
|
||||||
"password": "Kata Sandi",
|
"password": "Kata Sandi",
|
||||||
"paste": "Tempel",
|
"paste": "Tempel",
|
||||||
"pause_wallet_creation": "Kemampuan untuk membuat Haven Wallet saat ini dijeda.",
|
"pause_wallet_creation": "Kemampuan untuk membuat Haven Wallet saat ini dijeda.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Questa azione cancellerà questo portafoglio. Desideri continuare?",
|
"confirm_delete_wallet": "Questa azione cancellerà questo portafoglio. Desideri continuare?",
|
||||||
"confirm_fee_deduction": "Conferma la detrazione delle commissioni",
|
"confirm_fee_deduction": "Conferma la detrazione delle commissioni",
|
||||||
"confirm_fee_deduction_content": "Accetti di detrarre la commissione dall'output?",
|
"confirm_fee_deduction_content": "Accetti di detrarre la commissione dall'output?",
|
||||||
|
"confirm_passphrase": "Conferma passphrase",
|
||||||
"confirm_sending": "Conferma l'invio",
|
"confirm_sending": "Conferma l'invio",
|
||||||
"confirm_silent_payments_switch_node": "Il tuo nodo corrente non supporta i pagamenti silenziosi \\ ncake Wallet passerà a un nodo compatibile, solo per la scansione",
|
"confirm_silent_payments_switch_node": "Il tuo nodo corrente non supporta i pagamenti silenziosi \\ ncake Wallet passerà a un nodo compatibile, solo per la scansione",
|
||||||
"confirmations": "Conferme",
|
"confirmations": "Conferme",
|
||||||
|
@ -453,6 +454,7 @@
|
||||||
"overwrite_amount": "Sovrascrivi quantità",
|
"overwrite_amount": "Sovrascrivi quantità",
|
||||||
"pairingInvalidEvent": "Associazione evento non valido",
|
"pairingInvalidEvent": "Associazione evento non valido",
|
||||||
"passphrase": "Passphrase (opzionale)",
|
"passphrase": "Passphrase (opzionale)",
|
||||||
|
"passphrases_doesnt_match": "Le passphrasi non corrispondono, riprova",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"paste": "Incolla",
|
"paste": "Incolla",
|
||||||
"pause_wallet_creation": "La possibilità di creare Haven Wallet è attualmente sospesa.",
|
"pause_wallet_creation": "La possibilità di creare Haven Wallet è attualmente sospesa.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "このアクションにより、このウォレットが削除されます。 続行しますか?",
|
"confirm_delete_wallet": "このアクションにより、このウォレットが削除されます。 続行しますか?",
|
||||||
"confirm_fee_deduction": "料金控除を確認します",
|
"confirm_fee_deduction": "料金控除を確認します",
|
||||||
"confirm_fee_deduction_content": "出力から料金を差し引くことに同意しますか?",
|
"confirm_fee_deduction_content": "出力から料金を差し引くことに同意しますか?",
|
||||||
|
"confirm_passphrase": "パスフレーズを確認します",
|
||||||
"confirm_sending": "送信を確認",
|
"confirm_sending": "送信を確認",
|
||||||
"confirm_silent_payments_switch_node": "現在のノードはサイレントペイメントをサポートしていません\\ ncakeウォレットは、スキャン用に互換性のあるノードに切り替えます",
|
"confirm_silent_payments_switch_node": "現在のノードはサイレントペイメントをサポートしていません\\ ncakeウォレットは、スキャン用に互換性のあるノードに切り替えます",
|
||||||
"confirmations": "確認",
|
"confirmations": "確認",
|
||||||
|
@ -452,6 +453,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "ペアリング無効イベント",
|
"pairingInvalidEvent": "ペアリング無効イベント",
|
||||||
"passphrase": "パスフレーズ(オプション)",
|
"passphrase": "パスフレーズ(オプション)",
|
||||||
|
"passphrases_doesnt_match": "パスフレーズは一致しません。もう一度やり直してください",
|
||||||
"password": "パスワード",
|
"password": "パスワード",
|
||||||
"paste": "ペースト",
|
"paste": "ペースト",
|
||||||
"pause_wallet_creation": "Haven Wallet を作成する機能は現在一時停止されています。",
|
"pause_wallet_creation": "Haven Wallet を作成する機能は現在一時停止されています。",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "이 작업은이 지갑을 삭제합니다. 계속 하시겠습니까?",
|
"confirm_delete_wallet": "이 작업은이 지갑을 삭제합니다. 계속 하시겠습니까?",
|
||||||
"confirm_fee_deduction": "수수료 공제를 확인하십시오",
|
"confirm_fee_deduction": "수수료 공제를 확인하십시오",
|
||||||
"confirm_fee_deduction_content": "출력에서 수수료를 공제하는 데 동의하십니까?",
|
"confirm_fee_deduction_content": "출력에서 수수료를 공제하는 데 동의하십니까?",
|
||||||
|
"confirm_passphrase": "암호를 확인하십시오",
|
||||||
"confirm_sending": "전송 확인",
|
"confirm_sending": "전송 확인",
|
||||||
"confirm_silent_payments_switch_node": "현재 노드는 무음 지불을 지원하지 않습니다 \\ ncake 지갑은 스캔을 위해 호환 가능한 노드로 전환됩니다.",
|
"confirm_silent_payments_switch_node": "현재 노드는 무음 지불을 지원하지 않습니다 \\ ncake 지갑은 스캔을 위해 호환 가능한 노드로 전환됩니다.",
|
||||||
"confirmations": "확인",
|
"confirmations": "확인",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "잘못된 이벤트 페어링",
|
"pairingInvalidEvent": "잘못된 이벤트 페어링",
|
||||||
"passphrase": "암호화 (선택 사항)",
|
"passphrase": "암호화 (선택 사항)",
|
||||||
|
"passphrases_doesnt_match": "패스 프레이즈가 일치하지 않습니다. 다시 시도하십시오",
|
||||||
"password": "암호",
|
"password": "암호",
|
||||||
"paste": "풀",
|
"paste": "풀",
|
||||||
"pause_wallet_creation": "Haven Wallet 생성 기능이 현재 일시 중지되었습니다.",
|
"pause_wallet_creation": "Haven Wallet 생성 기능이 현재 일시 중지되었습니다.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "ဤလုပ်ဆောင်ချက်သည် ဤပိုက်ဆံအိတ်ကို ဖျက်လိုက်ပါမည်။ ဆက်လုပ်လိုပါသလား။",
|
"confirm_delete_wallet": "ဤလုပ်ဆောင်ချက်သည် ဤပိုက်ဆံအိတ်ကို ဖျက်လိုက်ပါမည်။ ဆက်လုပ်လိုပါသလား။",
|
||||||
"confirm_fee_deduction": "အခကြေးငွေကိုနှုတ်ယူခြင်း",
|
"confirm_fee_deduction": "အခကြေးငွေကိုနှုတ်ယူခြင်း",
|
||||||
"confirm_fee_deduction_content": "output မှအခကြေးငွေကိုယူရန်သဘောတူပါသလား။",
|
"confirm_fee_deduction_content": "output မှအခကြေးငွေကိုယူရန်သဘောတူပါသလား။",
|
||||||
|
"confirm_passphrase": "passphrase အတည်ပြုပါ",
|
||||||
"confirm_sending": "ပေးပို့အတည်ပြုပါ။",
|
"confirm_sending": "ပေးပို့အတည်ပြုပါ။",
|
||||||
"confirm_silent_payments_switch_node": "သင်၏လက်ရှိ node သည်အသံတိတ်ငွေပေးချေမှုကိုမပံ့ပိုးပါဟု \\ t",
|
"confirm_silent_payments_switch_node": "သင်၏လက်ရှိ node သည်အသံတိတ်ငွေပေးချေမှုကိုမပံ့ပိုးပါဟု \\ t",
|
||||||
"confirmations": "အတည်ပြုချက်များ",
|
"confirmations": "အတည်ပြုချက်များ",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "ပမာဏကို ထပ်ရေးပါ။",
|
"overwrite_amount": "ပမာဏကို ထပ်ရေးပါ။",
|
||||||
"pairingInvalidEvent": "မမှန်ကန်သောဖြစ်ရပ်ကို တွဲချိတ်ခြင်း။",
|
"pairingInvalidEvent": "မမှန်ကန်သောဖြစ်ရပ်ကို တွဲချိတ်ခြင်း။",
|
||||||
"passphrase": "passphrase (optional)",
|
"passphrase": "passphrase (optional)",
|
||||||
|
"passphrases_doesnt_match": "passphrases မကိုက်ညီဘူး, ကျေးဇူးပြုပြီးထပ်ကြိုးစားပါ",
|
||||||
"password": "စကားဝှက်",
|
"password": "စကားဝှက်",
|
||||||
"paste": "ငါးပိ",
|
"paste": "ငါးပိ",
|
||||||
"pause_wallet_creation": "Haven Wallet ဖန်တီးနိုင်မှုကို လောလောဆယ် ခေတ္တရပ်ထားသည်။",
|
"pause_wallet_creation": "Haven Wallet ဖန်တီးနိုင်မှုကို လောလောဆယ် ခေတ္တရပ်ထားသည်။",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Met deze actie wordt deze portemonnee verwijderd. Wilt u doorgaan?",
|
"confirm_delete_wallet": "Met deze actie wordt deze portemonnee verwijderd. Wilt u doorgaan?",
|
||||||
"confirm_fee_deduction": "Bevestig de aftrek van de kosten",
|
"confirm_fee_deduction": "Bevestig de aftrek van de kosten",
|
||||||
"confirm_fee_deduction_content": "Stemt u ermee in om de vergoeding af te trekken van de output?",
|
"confirm_fee_deduction_content": "Stemt u ermee in om de vergoeding af te trekken van de output?",
|
||||||
|
"confirm_passphrase": "Bevestig Passaspherase",
|
||||||
"confirm_sending": "Bevestig verzending",
|
"confirm_sending": "Bevestig verzending",
|
||||||
"confirm_silent_payments_switch_node": "Uw huidige knooppunt ondersteunt geen stille betalingen \\ ncake -portemonnee schakelt over naar een compatibele knoop",
|
"confirm_silent_payments_switch_node": "Uw huidige knooppunt ondersteunt geen stille betalingen \\ ncake -portemonnee schakelt over naar een compatibele knoop",
|
||||||
"confirmations": "Bevestigingen",
|
"confirmations": "Bevestigingen",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Koppelen Ongeldige gebeurtenis",
|
"pairingInvalidEvent": "Koppelen Ongeldige gebeurtenis",
|
||||||
"passphrase": "PassaspHRASE (optioneel)",
|
"passphrase": "PassaspHRASE (optioneel)",
|
||||||
|
"passphrases_doesnt_match": "Passaspelfiaal komt niet overeen, probeer het opnieuw",
|
||||||
"password": "Wachtwoord",
|
"password": "Wachtwoord",
|
||||||
"paste": "Plakken",
|
"paste": "Plakken",
|
||||||
"pause_wallet_creation": "De mogelijkheid om Haven Wallet te maken is momenteel onderbroken.",
|
"pause_wallet_creation": "De mogelijkheid om Haven Wallet te maken is momenteel onderbroken.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Ta czynność usunie ten portfel. Czy chcesz kontynuować?",
|
"confirm_delete_wallet": "Ta czynność usunie ten portfel. Czy chcesz kontynuować?",
|
||||||
"confirm_fee_deduction": "Potwierdź odliczenie opłaty",
|
"confirm_fee_deduction": "Potwierdź odliczenie opłaty",
|
||||||
"confirm_fee_deduction_content": "Czy zgadzasz się odliczyć opłatę od wyników?",
|
"confirm_fee_deduction_content": "Czy zgadzasz się odliczyć opłatę od wyników?",
|
||||||
|
"confirm_passphrase": "Potwierdź hasło",
|
||||||
"confirm_sending": "Potwierdź wysłanie",
|
"confirm_sending": "Potwierdź wysłanie",
|
||||||
"confirm_silent_payments_switch_node": "Twój obecny węzeł nie obsługuje cichych płatności \\ NCAKE Portfel przełączy się na kompatybilny węzeł, tylko do skanowania",
|
"confirm_silent_payments_switch_node": "Twój obecny węzeł nie obsługuje cichych płatności \\ NCAKE Portfel przełączy się na kompatybilny węzeł, tylko do skanowania",
|
||||||
"confirmations": "Potwierdzenia",
|
"confirmations": "Potwierdzenia",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Nadpisz ilość",
|
"overwrite_amount": "Nadpisz ilość",
|
||||||
"pairingInvalidEvent": "Nieprawidłowe zdarzenie parowania",
|
"pairingInvalidEvent": "Nieprawidłowe zdarzenie parowania",
|
||||||
"passphrase": "PassPhraza (opcjonalnie)",
|
"passphrase": "PassPhraza (opcjonalnie)",
|
||||||
|
"passphrases_doesnt_match": "Passfrazy nie pasują, spróbuj ponownie",
|
||||||
"password": "Hasło",
|
"password": "Hasło",
|
||||||
"paste": "Wklej",
|
"paste": "Wklej",
|
||||||
"pause_wallet_creation": "Możliwość utworzenia Portfela Haven jest obecnie wstrzymana.",
|
"pause_wallet_creation": "Możliwość utworzenia Portfela Haven jest obecnie wstrzymana.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Esta ação excluirá esta carteira. Você deseja continuar?",
|
"confirm_delete_wallet": "Esta ação excluirá esta carteira. Você deseja continuar?",
|
||||||
"confirm_fee_deduction": "Confirme dedução da taxa",
|
"confirm_fee_deduction": "Confirme dedução da taxa",
|
||||||
"confirm_fee_deduction_content": "Você concorda em deduzir a taxa da saída?",
|
"confirm_fee_deduction_content": "Você concorda em deduzir a taxa da saída?",
|
||||||
|
"confirm_passphrase": "Confirme a senha",
|
||||||
"confirm_sending": "Confirmar o envio",
|
"confirm_sending": "Confirmar o envio",
|
||||||
"confirm_silent_payments_switch_node": "Seu nó atual não suporta pagamentos silenciosos \n A Cake Wallet mudará para um nó compatível, apenas para escanear",
|
"confirm_silent_payments_switch_node": "Seu nó atual não suporta pagamentos silenciosos \n A Cake Wallet mudará para um nó compatível, apenas para escanear",
|
||||||
"confirmations": "Confirmações",
|
"confirmations": "Confirmações",
|
||||||
|
@ -453,6 +454,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Emparelhamento de evento inválido",
|
"pairingInvalidEvent": "Emparelhamento de evento inválido",
|
||||||
"passphrase": "Senha (opcional)",
|
"passphrase": "Senha (opcional)",
|
||||||
|
"passphrases_doesnt_match": "Passagases não correspondem, por favor tente novamente",
|
||||||
"password": "Senha",
|
"password": "Senha",
|
||||||
"paste": "Colar",
|
"paste": "Colar",
|
||||||
"pause_wallet_creation": "A capacidade de criar a Haven Wallet está atualmente pausada.",
|
"pause_wallet_creation": "A capacidade de criar a Haven Wallet está atualmente pausada.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Это действие удалит кошелек. Вы хотите продолжить?",
|
"confirm_delete_wallet": "Это действие удалит кошелек. Вы хотите продолжить?",
|
||||||
"confirm_fee_deduction": "Подтвердите вычет платы",
|
"confirm_fee_deduction": "Подтвердите вычет платы",
|
||||||
"confirm_fee_deduction_content": "Согласны ли вы вычесть плату из вывода?",
|
"confirm_fee_deduction_content": "Согласны ли вы вычесть плату из вывода?",
|
||||||
|
"confirm_passphrase": "Подтвердите Passfrase",
|
||||||
"confirm_sending": "Подтвердить отправку",
|
"confirm_sending": "Подтвердить отправку",
|
||||||
"confirm_silent_payments_switch_node": "Ваш текущий узел не поддерживает Silent Payments \\ ncake Wallet переключится на совместимый узел, только для сканирования",
|
"confirm_silent_payments_switch_node": "Ваш текущий узел не поддерживает Silent Payments \\ ncake Wallet переключится на совместимый узел, только для сканирования",
|
||||||
"confirmations": "Подтверждения",
|
"confirmations": "Подтверждения",
|
||||||
|
@ -452,6 +453,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Недействительное событие сопряжения",
|
"pairingInvalidEvent": "Недействительное событие сопряжения",
|
||||||
"passphrase": "Passfrase (необязательно)",
|
"passphrase": "Passfrase (необязательно)",
|
||||||
|
"passphrases_doesnt_match": "Пасфразы не совпадают, попробуйте еще раз",
|
||||||
"password": "Пароль",
|
"password": "Пароль",
|
||||||
"paste": "Вставить",
|
"paste": "Вставить",
|
||||||
"pause_wallet_creation": "Возможность создания Haven Wallet в настоящее время приостановлена.",
|
"pause_wallet_creation": "Возможность создания Haven Wallet в настоящее время приостановлена.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "การดำเนินการนี้จะลบกระเป๋านี้ คุณต้องการดำเนินการต่อหรือไม่?",
|
"confirm_delete_wallet": "การดำเนินการนี้จะลบกระเป๋านี้ คุณต้องการดำเนินการต่อหรือไม่?",
|
||||||
"confirm_fee_deduction": "ยืนยันการหักค่าธรรมเนียม",
|
"confirm_fee_deduction": "ยืนยันการหักค่าธรรมเนียม",
|
||||||
"confirm_fee_deduction_content": "คุณตกลงที่จะหักค่าธรรมเนียมจากผลลัพธ์หรือไม่?",
|
"confirm_fee_deduction_content": "คุณตกลงที่จะหักค่าธรรมเนียมจากผลลัพธ์หรือไม่?",
|
||||||
|
"confirm_passphrase": "ยืนยันวลีรหัสผ่าน",
|
||||||
"confirm_sending": "ยืนยันการส่ง",
|
"confirm_sending": "ยืนยันการส่ง",
|
||||||
"confirm_silent_payments_switch_node": "โหนดปัจจุบันของคุณไม่รองรับการชำระเงินแบบเงียบ \\ ncake กระเป๋าเงินจะเปลี่ยนเป็นโหนดที่เข้ากันได้เพียงเพื่อการสแกน",
|
"confirm_silent_payments_switch_node": "โหนดปัจจุบันของคุณไม่รองรับการชำระเงินแบบเงียบ \\ ncake กระเป๋าเงินจะเปลี่ยนเป็นโหนดที่เข้ากันได้เพียงเพื่อการสแกน",
|
||||||
"confirmations": "การยืนยัน",
|
"confirmations": "การยืนยัน",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "เขียนทับจำนวน",
|
"overwrite_amount": "เขียนทับจำนวน",
|
||||||
"pairingInvalidEvent": "การจับคู่เหตุการณ์ที่ไม่ถูกต้อง",
|
"pairingInvalidEvent": "การจับคู่เหตุการณ์ที่ไม่ถูกต้อง",
|
||||||
"passphrase": "ข้อความรหัสผ่าน (ไม่บังคับ)",
|
"passphrase": "ข้อความรหัสผ่าน (ไม่บังคับ)",
|
||||||
|
"passphrases_doesnt_match": "Passphrases ไม่ตรงกันโปรดลองอีกครั้ง",
|
||||||
"password": "รหัสผ่าน",
|
"password": "รหัสผ่าน",
|
||||||
"paste": "วาง",
|
"paste": "วาง",
|
||||||
"pause_wallet_creation": "ขณะนี้ความสามารถในการสร้าง Haven Wallet ถูกหยุดชั่วคราว",
|
"pause_wallet_creation": "ขณะนี้ความสามารถในการสร้าง Haven Wallet ถูกหยุดชั่วคราว",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Tatanggalin ng pagkilos na ito ang wallet na ito. Gusto mo bang magpatuloy?",
|
"confirm_delete_wallet": "Tatanggalin ng pagkilos na ito ang wallet na ito. Gusto mo bang magpatuloy?",
|
||||||
"confirm_fee_deduction": "Kumpirmahin ang pagbabawas ng fee",
|
"confirm_fee_deduction": "Kumpirmahin ang pagbabawas ng fee",
|
||||||
"confirm_fee_deduction_content": "Sumasang-ayon ka bang bawasan ang fee mula sa output?",
|
"confirm_fee_deduction_content": "Sumasang-ayon ka bang bawasan ang fee mula sa output?",
|
||||||
|
"confirm_passphrase": "Kumpirma ang passphrase",
|
||||||
"confirm_sending": "Kumpirmahin ang pagpapadala",
|
"confirm_sending": "Kumpirmahin ang pagpapadala",
|
||||||
"confirm_silent_payments_switch_node": "Ang iyong kasalukuyang node ay hindi sumusuporta sa tahimik na pagbabayad \\ nCake Wallet ay lilipat sa isang katugmang node, para lamang sa pag-scan",
|
"confirm_silent_payments_switch_node": "Ang iyong kasalukuyang node ay hindi sumusuporta sa tahimik na pagbabayad \\ nCake Wallet ay lilipat sa isang katugmang node, para lamang sa pag-scan",
|
||||||
"confirmations": "Mga kumpirmasyon",
|
"confirmations": "Mga kumpirmasyon",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "I-overwrite ang halaga",
|
"overwrite_amount": "I-overwrite ang halaga",
|
||||||
"pairingInvalidEvent": "Pairing Invalid Event",
|
"pairingInvalidEvent": "Pairing Invalid Event",
|
||||||
"passphrase": "Passphrase (opsyonal)",
|
"passphrase": "Passphrase (opsyonal)",
|
||||||
|
"passphrases_doesnt_match": "Ang mga passphrases ay hindi tumutugma, mangyaring subukang muli",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"paste": "I-paste",
|
"paste": "I-paste",
|
||||||
"pause_wallet_creation": "Kasalukuyang naka-pause ang kakayahang gumawa ng Haven Wallet.",
|
"pause_wallet_creation": "Kasalukuyang naka-pause ang kakayahang gumawa ng Haven Wallet.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Bu eylem, bu cüzdanı silecek. Devam etmek istiyor musun?",
|
"confirm_delete_wallet": "Bu eylem, bu cüzdanı silecek. Devam etmek istiyor musun?",
|
||||||
"confirm_fee_deduction": "Ücret kesintisini onaylayın",
|
"confirm_fee_deduction": "Ücret kesintisini onaylayın",
|
||||||
"confirm_fee_deduction_content": "Ücreti çıktıdan düşürmeyi kabul ediyor musunuz?",
|
"confirm_fee_deduction_content": "Ücreti çıktıdan düşürmeyi kabul ediyor musunuz?",
|
||||||
|
"confirm_passphrase": "Parola onaylayın",
|
||||||
"confirm_sending": "Göndermeyi onayla",
|
"confirm_sending": "Göndermeyi onayla",
|
||||||
"confirm_silent_payments_switch_node": "Mevcut düğümünüz sessiz ödemeleri desteklemiyor \\ nCake cüzdanı, sadece tarama için uyumlu bir düğüme geçecektir",
|
"confirm_silent_payments_switch_node": "Mevcut düğümünüz sessiz ödemeleri desteklemiyor \\ nCake cüzdanı, sadece tarama için uyumlu bir düğüme geçecektir",
|
||||||
"confirmations": "Onay",
|
"confirmations": "Onay",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Miktarın üzerine yaz",
|
"overwrite_amount": "Miktarın üzerine yaz",
|
||||||
"pairingInvalidEvent": "Geçersiz Etkinliği Eşleştirme",
|
"pairingInvalidEvent": "Geçersiz Etkinliği Eşleştirme",
|
||||||
"passphrase": "Passfrase (isteğe bağlı)",
|
"passphrase": "Passfrase (isteğe bağlı)",
|
||||||
|
"passphrases_doesnt_match": "Passfrases eşleşmiyor, lütfen tekrar deneyin",
|
||||||
"password": "Parola",
|
"password": "Parola",
|
||||||
"paste": "Yapıştır",
|
"paste": "Yapıştır",
|
||||||
"pause_wallet_creation": "Haven Cüzdanı oluşturma yeteneği şu anda duraklatıldı.",
|
"pause_wallet_creation": "Haven Cüzdanı oluşturma yeteneği şu anda duraklatıldı.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Ця дія видалить гаманець. Ви хочете продовжити?",
|
"confirm_delete_wallet": "Ця дія видалить гаманець. Ви хочете продовжити?",
|
||||||
"confirm_fee_deduction": "Підтвердьте відрахування комісії",
|
"confirm_fee_deduction": "Підтвердьте відрахування комісії",
|
||||||
"confirm_fee_deduction_content": "Чи погоджуєтесь ви вирахувати комісію з сумми одержувача?",
|
"confirm_fee_deduction_content": "Чи погоджуєтесь ви вирахувати комісію з сумми одержувача?",
|
||||||
|
"confirm_passphrase": "Підтвердьте пасфрази",
|
||||||
"confirm_sending": "Підтвердити відправлення",
|
"confirm_sending": "Підтвердити відправлення",
|
||||||
"confirm_silent_payments_switch_node": "Ваш поточний вузол не підтримує мовчазні платежі \\ ncake Wallet перейде на сумісний вузол, лише для сканування",
|
"confirm_silent_payments_switch_node": "Ваш поточний вузол не підтримує мовчазні платежі \\ ncake Wallet перейде на сумісний вузол, лише для сканування",
|
||||||
"confirmations": "Підтвердження",
|
"confirmations": "Підтвердження",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "Недійсна подія сполучення",
|
"pairingInvalidEvent": "Недійсна подія сполучення",
|
||||||
"passphrase": "Пасофрази (необов’язково)",
|
"passphrase": "Пасофрази (необов’язково)",
|
||||||
|
"passphrases_doesnt_match": "Пасофрази не відповідають, спробуйте ще раз",
|
||||||
"password": "Пароль",
|
"password": "Пароль",
|
||||||
"paste": "Вставити",
|
"paste": "Вставити",
|
||||||
"pause_wallet_creation": "Можливість створення гаманця Haven зараз призупинено.",
|
"pause_wallet_creation": "Можливість створення гаманця Haven зараз призупинено.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "اس کارروائی سے یہ پرس حذف ہو جائے گا۔ کیا آپ جاری رکھنا چاہتے ہیں؟",
|
"confirm_delete_wallet": "اس کارروائی سے یہ پرس حذف ہو جائے گا۔ کیا آپ جاری رکھنا چاہتے ہیں؟",
|
||||||
"confirm_fee_deduction": "فیس میں کٹوتی کی تصدیق کریں",
|
"confirm_fee_deduction": "فیس میں کٹوتی کی تصدیق کریں",
|
||||||
"confirm_fee_deduction_content": "کیا آپ آؤٹ پٹ سے فیس کم کرنے پر راضی ہیں؟",
|
"confirm_fee_deduction_content": "کیا آپ آؤٹ پٹ سے فیس کم کرنے پر راضی ہیں؟",
|
||||||
|
"confirm_passphrase": "پاسفریز کی تصدیق کریں",
|
||||||
"confirm_sending": "بھیجنے کی تصدیق کریں۔",
|
"confirm_sending": "بھیجنے کی تصدیق کریں۔",
|
||||||
"confirm_silent_payments_switch_node": "آپ کا موجودہ نوڈ خاموش ادائیگیوں کی حمایت نہیں کرتا ہے۔",
|
"confirm_silent_payments_switch_node": "آپ کا موجودہ نوڈ خاموش ادائیگیوں کی حمایت نہیں کرتا ہے۔",
|
||||||
"confirmations": "تصدیقات",
|
"confirmations": "تصدیقات",
|
||||||
|
@ -453,6 +454,7 @@
|
||||||
"overwrite_amount": "رقم کو اوور رائٹ کریں۔",
|
"overwrite_amount": "رقم کو اوور رائٹ کریں۔",
|
||||||
"pairingInvalidEvent": "ﭧﻧﻮﯾﺍ ﻂﻠﻏ ﺎﻧﺎﻨﺑ ﺍﮌﻮﺟ",
|
"pairingInvalidEvent": "ﭧﻧﻮﯾﺍ ﻂﻠﻏ ﺎﻧﺎﻨﺑ ﺍﮌﻮﺟ",
|
||||||
"passphrase": "پاسفریز (اختیاری)",
|
"passphrase": "پاسفریز (اختیاری)",
|
||||||
|
"passphrases_doesnt_match": "پاسفریز مماثل نہیں ہیں ، براہ کرم دوبارہ کوشش کریں",
|
||||||
"password": "پاس ورڈ",
|
"password": "پاس ورڈ",
|
||||||
"paste": "چسپاں کریں۔",
|
"paste": "چسپاں کریں۔",
|
||||||
"pause_wallet_creation": "Haven Wallet ۔ﮯﮨ ﻑﻮﻗﻮﻣ ﻝﺎﺤﻟﺍ ﯽﻓ ﺖﯿﻠﮨﺍ ﯽﮐ ﮯﻧﺎﻨﺑ",
|
"pause_wallet_creation": "Haven Wallet ۔ﮯﮨ ﻑﻮﻗﻮﻣ ﻝﺎﺤﻟﺍ ﯽﻓ ﺖﯿﻠﮨﺍ ﯽﮐ ﮯﻧﺎﻨﺑ",
|
||||||
|
|
|
@ -144,6 +144,7 @@
|
||||||
"confirm_fee_dedction_content": "Bạn có đồng ý trừ phí từ đầu ra không?",
|
"confirm_fee_dedction_content": "Bạn có đồng ý trừ phí từ đầu ra không?",
|
||||||
"confirm_fee_deduction": "Xác nhận Khấu trừ Phí",
|
"confirm_fee_deduction": "Xác nhận Khấu trừ Phí",
|
||||||
"confirm_fee_deduction_content": "Bạn có đồng ý khấu trừ phí từ đầu ra không?",
|
"confirm_fee_deduction_content": "Bạn có đồng ý khấu trừ phí từ đầu ra không?",
|
||||||
|
"confirm_passphrase": "Xác nhận cụm mật khẩu",
|
||||||
"confirm_sending": "Xác nhận gửi",
|
"confirm_sending": "Xác nhận gửi",
|
||||||
"confirm_silent_payments_switch_node": "Nút hiện tại của bạn không hỗ trợ thanh toán im lặng\\nCake Wallet sẽ chuyển sang một nút tương thích chỉ để quét",
|
"confirm_silent_payments_switch_node": "Nút hiện tại của bạn không hỗ trợ thanh toán im lặng\\nCake Wallet sẽ chuyển sang một nút tương thích chỉ để quét",
|
||||||
"confirmations": "Xác nhận",
|
"confirmations": "Xác nhận",
|
||||||
|
@ -452,6 +453,7 @@
|
||||||
"overwrite_amount": "Ghi đè số tiền",
|
"overwrite_amount": "Ghi đè số tiền",
|
||||||
"pairingInvalidEvent": "Sự kiện ghép nối không hợp lệ",
|
"pairingInvalidEvent": "Sự kiện ghép nối không hợp lệ",
|
||||||
"passphrase": "Cụm từ bảo mật (Tùy chọn)",
|
"passphrase": "Cụm từ bảo mật (Tùy chọn)",
|
||||||
|
"passphrases_doesnt_match": "Vòng thông không khớp, vui lòng thử lại",
|
||||||
"password": "Mật khẩu",
|
"password": "Mật khẩu",
|
||||||
"paste": "Dán",
|
"paste": "Dán",
|
||||||
"pause_wallet_creation": "Khả năng tạo ví Haven hiện đang bị tạm dừng.",
|
"pause_wallet_creation": "Khả năng tạo ví Haven hiện đang bị tạm dừng.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "Ìṣe yìí máa yọ àpamọ́wọ́ yìí kúrò. Ṣé ẹ fẹ́ tẹ̀síwájú?",
|
"confirm_delete_wallet": "Ìṣe yìí máa yọ àpamọ́wọ́ yìí kúrò. Ṣé ẹ fẹ́ tẹ̀síwájú?",
|
||||||
"confirm_fee_deduction": "Jẹrisi iyọkuro owo",
|
"confirm_fee_deduction": "Jẹrisi iyọkuro owo",
|
||||||
"confirm_fee_deduction_content": "Ṣe o gba lati yọkuro idiyele naa kuro ni iṣejade?",
|
"confirm_fee_deduction_content": "Ṣe o gba lati yọkuro idiyele naa kuro ni iṣejade?",
|
||||||
|
"confirm_passphrase": "Jẹrisi kọwe",
|
||||||
"confirm_sending": "Jẹ́rìí sí ránṣẹ́",
|
"confirm_sending": "Jẹ́rìí sí ránṣẹ́",
|
||||||
"confirm_silent_payments_switch_node": "Ilode rẹ ti lọwọlọwọ ko ṣe atilẹyin awọn sisanwo ti o dakẹ \\ owet apamọwọ yoo yipada si oju-ọrọ ibaramu, o kan fun Scning",
|
"confirm_silent_payments_switch_node": "Ilode rẹ ti lọwọlọwọ ko ṣe atilẹyin awọn sisanwo ti o dakẹ \\ owet apamọwọ yoo yipada si oju-ọrọ ibaramu, o kan fun Scning",
|
||||||
"confirmations": "Àwọn ẹ̀rí",
|
"confirmations": "Àwọn ẹ̀rí",
|
||||||
|
@ -452,6 +453,7 @@
|
||||||
"overwrite_amount": "Pààrọ̀ iye owó",
|
"overwrite_amount": "Pààrọ̀ iye owó",
|
||||||
"pairingInvalidEvent": "Pipọpọ Iṣẹlẹ Ti ko tọ",
|
"pairingInvalidEvent": "Pipọpọ Iṣẹlẹ Ti ko tọ",
|
||||||
"passphrase": "Ọrọ kukuru (iyan)",
|
"passphrase": "Ọrọ kukuru (iyan)",
|
||||||
|
"passphrases_doesnt_match": "Awọn ọrọ kukuru ko baamu, jọwọ gbiyanju lẹẹkansi",
|
||||||
"password": "Ọ̀rọ̀ aṣínà",
|
"password": "Ọ̀rọ̀ aṣínà",
|
||||||
"paste": "Fikún ẹ̀dà yín",
|
"paste": "Fikún ẹ̀dà yín",
|
||||||
"pause_wallet_creation": "Agbara lati ṣẹda Haven Wallet ti wa ni idaduro lọwọlọwọ.",
|
"pause_wallet_creation": "Agbara lati ṣẹda Haven Wallet ti wa ni idaduro lọwọlọwọ.",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"confirm_delete_wallet": "此操作将刪除此钱包。确定吗?",
|
"confirm_delete_wallet": "此操作将刪除此钱包。确定吗?",
|
||||||
"confirm_fee_deduction": "确认费用扣除",
|
"confirm_fee_deduction": "确认费用扣除",
|
||||||
"confirm_fee_deduction_content": "您是否同意从产出中扣除费用?",
|
"confirm_fee_deduction_content": "您是否同意从产出中扣除费用?",
|
||||||
|
"confirm_passphrase": "确认密码",
|
||||||
"confirm_sending": "确认发送",
|
"confirm_sending": "确认发送",
|
||||||
"confirm_silent_payments_switch_node": "您当前的节点不支持无声付款\\ ncake钱包将切换到兼容节点,仅用于扫描",
|
"confirm_silent_payments_switch_node": "您当前的节点不支持无声付款\\ ncake钱包将切换到兼容节点,仅用于扫描",
|
||||||
"confirmations": "确认",
|
"confirmations": "确认",
|
||||||
|
@ -451,6 +452,7 @@
|
||||||
"overwrite_amount": "Overwrite amount",
|
"overwrite_amount": "Overwrite amount",
|
||||||
"pairingInvalidEvent": "配对无效事件",
|
"pairingInvalidEvent": "配对无效事件",
|
||||||
"passphrase": "密码(可选)",
|
"passphrase": "密码(可选)",
|
||||||
|
"passphrases_doesnt_match": "密码不匹配,请重试",
|
||||||
"password": "密码",
|
"password": "密码",
|
||||||
"paste": "粘贴",
|
"paste": "粘贴",
|
||||||
"pause_wallet_creation": "创建 Haven 钱包的功能当前已暂停。",
|
"pause_wallet_creation": "创建 Haven 钱包的功能当前已暂停。",
|
||||||
|
|
|
@ -5,13 +5,14 @@ import 'utils/translation/translation_utils.dart';
|
||||||
/// flutter packages pub run tool/append_translation.dart "hello_world" "Hello World!"
|
/// flutter packages pub run tool/append_translation.dart "hello_world" "Hello World!"
|
||||||
|
|
||||||
void main(List<String> args) async {
|
void main(List<String> args) async {
|
||||||
if (args.length != 2) {
|
if (args.length < 2) {
|
||||||
throw Exception(
|
throw Exception(
|
||||||
'Insufficient arguments!\n\nTry to run `./append_translation.dart greetings "Hello World!"`');
|
'Insufficient arguments!\n\nTry to run `./append_translation.dart "greetings" "Hello World!"`');
|
||||||
}
|
}
|
||||||
|
|
||||||
final name = args.first;
|
final name = args.first;
|
||||||
final text = args.last;
|
final text = args[1];
|
||||||
|
final force = args.last == "--force";
|
||||||
|
|
||||||
print('Appending "$name": "$text"');
|
print('Appending "$name": "$text"');
|
||||||
|
|
||||||
|
@ -20,7 +21,7 @@ void main(List<String> args) async {
|
||||||
final fileName = getArbFileName(lang);
|
final fileName = getArbFileName(lang);
|
||||||
final translation = await getTranslation(text, lang);
|
final translation = await getTranslation(text, lang);
|
||||||
|
|
||||||
appendStringToArbFile(fileName, name, translation);
|
appendStringToArbFile(fileName, name, translation, force: force);
|
||||||
}
|
}
|
||||||
|
|
||||||
print('Alphabetizing all files...');
|
print('Alphabetizing all files...');
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
void appendStringToArbFile(String fileName, String name, String text) {
|
void appendStringToArbFile(String fileName, String name, String text, {bool force = false}) {
|
||||||
final file = File(fileName);
|
final file = File(fileName);
|
||||||
final arbObj = readArbFile(file);
|
final arbObj = readArbFile(file);
|
||||||
|
|
||||||
if (arbObj.containsKey(name)) {
|
if (arbObj.containsKey(name) && !force) {
|
||||||
print("String $name already exists in $fileName!");
|
print("String $name already exists in $fileName!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue