CAKE-185 | fixed string resources
Oleksandr Sobol committed
Nov 27, 2020 at 09:52 UTC
4f43e963bf055e8ebcd9b1a6c93845f6cbddf828
15 files changed
+110
-28
lib/generated/i18n.dart
+46
@@ -317,6 +317,8 @@ class S implements WidgetsLocalizations {
317
String get xmr_available_balance => "Available Balance";
318
String get xmr_full_balance => "Full Balance";
319
String get xmr_hidden => "Hidden";
320
+ String get xmr_to_error => "XMR.TO error";
321
+ String get xmr_to_error_description => "Invalid amount. Maximum limit 8 digits after the decimal point";
322
String get yesterday => "Yesterday";
323
String get you_will_get => "Convert to";
324
String get you_will_send => "Convert from";
@@ -750,6 +752,8 @@ class $de extends S {
752
@override
753
String get seed_language_dutch => "Niederländisch";
754
@override
755
+ String get xmr_to_error => "XMR.TO-Fehler";
756
+ @override
757
String get restore_description_from_seed_keys => "Holen Sie sich Ihr Wallet von Seed / Schlüsseln zurück, die Sie an einem sicheren Ort aufbewahrt haben";
758
@override
759
String get copy => "Kopieren";
@@ -852,6 +856,8 @@ class $de extends S {
856
@override
857
String get trade_details_id => "ID";
858
@override
859
+ String get xmr_to_error_description => "Ungültiger Betrag. Höchstgrenze 8 Stellen nach dem Dezimalpunkt";
860
+ @override
861
String get trade_state_confirming => "Bestätigung";
862
@override
863
String get send => "Senden";
@@ -1418,6 +1424,8 @@ class $hi extends S {
1424
@override
1425
String get seed_language_dutch => "डच";
1426
@override
1427
+ String get xmr_to_error => "XMR.TO त्रुटि";
1428
+ @override
1429
String get restore_description_from_seed_keys => "अपने बटुए को बीज से वापस लें/वे कुंजियाँ जिन्हें आपने सुरक्षित स्थान पर सहेजा है";
1430
@override
1431
String get copy => "प्रतिलिपि";
@@ -1520,6 +1528,8 @@ class $hi extends S {
1528
@override
1529
String get trade_details_id => "आईडी";
1530
@override
1531
+ String get xmr_to_error_description => "अवैध राशि। दशमलव बिंदु के बाद अधिकतम सीमा 8 अंक";
1532
+ @override
1533
String get trade_state_confirming => "पुष्टि";
1534
@override
1535
String get send => "संदेश";
@@ -2086,6 +2096,8 @@ class $ru extends S {
2096
@override
2097
String get seed_language_dutch => "Нидерландский";
2098
@override
2099
+ String get xmr_to_error => "Ошибка XMR.TO";
2100
+ @override
2101
String get restore_description_from_seed_keys => "Вы можете восстановить кошелёк из мнемонической фразы/ключей, которые вы сохранили ранее";
2102
@override
2103
String get copy => "Скопировать";
@@ -2188,6 +2200,8 @@ class $ru extends S {
2200
@override
2201
String get trade_details_id => "ID";
2202
@override
2203
+ String get xmr_to_error_description => "Недопустимая сумма. Максимум - 8 цифр после десятичной точки";
2204
+ @override
2205
String get trade_state_confirming => "Подтверждение";
2206
@override
2207
String get send => "Отправить";
@@ -2754,6 +2768,8 @@ class $ko extends S {
2768
@override
2769
String get seed_language_dutch => "네덜란드 사람";
2770
@override
2771
+ String get xmr_to_error => "XMR.TO 오류";
2772
+ @override
2773
String get restore_description_from_seed_keys => "안전한 장소에 저장 한 종자 / 키로 지갑을 되 찾으십시오.";
2774
@override
2775
String get copy => "부";
@@ -2856,6 +2872,8 @@ class $ko extends S {
2872
@override
2873
String get trade_details_id => "ID";
2874
@override
2875
+ String get xmr_to_error_description => "금액이 잘못되었습니다. 소수점 이하 최대 8 자리";
2876
+ @override
2877
String get trade_state_confirming => "확인 중";
2878
@override
2879
String get send => "보내다";
@@ -3422,6 +3440,8 @@ class $pt extends S {
3440
@override
3441
String get seed_language_dutch => "Holandesa";
3442
@override
3443
+ String get xmr_to_error => "Erro XMR.TO";
3444
+ @override
3445
String get restore_description_from_seed_keys => "Restaure a sua carteira a partir de sementes/chaves que você salvou em um local seguro";
3446
@override
3447
String get copy => "Copiar";
@@ -3524,6 +3544,8 @@ class $pt extends S {
3544
@override
3545
String get trade_details_id => "ID";
3546
@override
3547
+ String get xmr_to_error_description => "Montante inválido. Limite máximo de 8 dígitos após o ponto decimal";
3548
+ @override
3549
String get trade_state_confirming => "Confirmando";
3550
@override
3551
String get send => "Enviar";
@@ -4090,6 +4112,8 @@ class $uk extends S {
4112
@override
4113
String get seed_language_dutch => "Голландська";
4114
@override
4115
+ String get xmr_to_error => "Помилка XMR.TO";
4116
+ @override
4117
String get restore_description_from_seed_keys => "Ви можете відновити гаманець з мнемонічної фрази/ключів, які ви зберегли раніше";
4118
@override
4119
String get copy => "Скопіювати";
@@ -4192,6 +4216,8 @@ class $uk extends S {
4216
@override
4217
String get trade_details_id => "ID";
4218
@override
4219
+ String get xmr_to_error_description => "Неприпустима сума. Максимум - 8 цифр після десяткової коми";
4220
+ @override
4221
String get trade_state_confirming => "Підтвердження";
4222
@override
4223
String get send => "Відправити";
@@ -4758,6 +4784,8 @@ class $ja extends S {
4784
@override
4785
String get seed_language_dutch => "オランダの";
4786
@override
4787
+ String get xmr_to_error => "XMR.TOエラー";
4788
+ @override
4789
String get restore_description_from_seed_keys => "安全な場所に保存したシード/キーから財布を取り戻す";
4790
@override
4791
String get copy => "コピー";
@@ -4860,6 +4888,8 @@ class $ja extends S {
4888
@override
4889
String get trade_details_id => "ID";
4890
@override
4891
+ String get xmr_to_error_description => "金額が無効です。 小数点以下8桁の上限";
4892
+ @override
4893
String get trade_state_confirming => "確認中";
4894
@override
4895
String get send => "送る";
@@ -5430,6 +5460,8 @@ class $pl extends S {
5460
@override
5461
String get seed_language_dutch => "Holenderski";
5462
@override
5463
+ String get xmr_to_error => "Pomyłka XMR.TO";
5464
+ @override
5465
String get restore_description_from_seed_keys => "Odzyskaj swój portfel z nasion / kluczy, które zapisałeś w bezpiecznym miejscu";
5466
@override
5467
String get copy => "Kopiuj";
@@ -5532,6 +5564,8 @@ class $pl extends S {
5564
@override
5565
String get trade_details_id => "ID";
5566
@override
5567
+ String get xmr_to_error_description => "Nieprawidłowa kwota. Maksymalny limit 8 cyfr po przecinku";
5568
+ @override
5569
String get trade_state_confirming => "Potwierdzam";
5570
@override
5571
String get send => "Wysłać";
@@ -6098,6 +6132,8 @@ class $es extends S {
6132
@override
6133
String get seed_language_dutch => "Holandés";
6134
@override
6135
+ String get xmr_to_error => "Error de XMR.TO";
6136
+ @override
6137
String get restore_description_from_seed_keys => "Recupere su billetera de las semillas/claves que ha guardado en un lugar seguro";
6138
@override
6139
String get copy => "Dupdo";
@@ -6200,6 +6236,8 @@ class $es extends S {
6236
@override
6237
String get trade_details_id => "ID";
6238
@override
6239
+ String get xmr_to_error_description => "Monto invalido. Límite máximo de 8 dígitos después del punto decimal";
6240
+ @override
6241
String get trade_state_confirming => "Confirmando";
6242
@override
6243
String get send => "Enviar";
@@ -6766,6 +6804,8 @@ class $nl extends S {
6804
@override
6805
String get seed_language_dutch => "Nederlands";
6806
@override
6807
+ String get xmr_to_error => "XMR.TO-fout";
6808
+ @override
6809
String get restore_description_from_seed_keys => "Ontvang uw portemonnee terug uit seed / keys die u hebt opgeslagen op een veilige plaats";
6810
@override
6811
String get copy => "Kopiëren";
@@ -6868,6 +6908,8 @@ class $nl extends S {
6908
@override
6909
String get trade_details_id => "ID";
6910
@override
6911
+ String get xmr_to_error_description => "Ongeldige hoeveelheid. Maximaal 8 cijfers achter de komma";
6912
+ @override
6913
String get trade_state_confirming => "Bevestiging";
6914
@override
6915
String get send => "Sturen";
@@ -7434,6 +7476,8 @@ class $zh extends S {
7476
@override
7477
String get seed_language_dutch => "荷蘭人";
7478
@override
7479
+ String get xmr_to_error => "XMR.TO錯誤";
7480
+ @override
7481
String get restore_description_from_seed_keys => "从保存到安全地方的种子/钥匙取回钱包";
7482
@override
7483
String get copy => "复制";
@@ -7536,6 +7580,8 @@ class $zh extends S {
7580
@override
7581
String get trade_details_id => "ID";
7582
@override
7583
+ String get xmr_to_error_description => "無效的金額。 小數點後最多8位數字";
7584
+ @override
7585
String get trade_state_confirming => "确认中";
7586
@override
7587
String get send => "发送";
lib/src/screens/exchange/exchange_page.dart
+2
-2
@@ -417,8 +417,8 @@ class ExchangePage extends BasePage {
417
context: context,
418
builder: (BuildContext context) {
419
return AlertWithOneAction(
420
- alertTitle: 'XMR.TO error',
421
- alertContent: 'Invalid amount. Maximum limit 8 digits after the decimal point ',
420
+ alertTitle: S.of(context).xmr_to_error,
421
+ alertContent: S.of(context).xmr_to_error_description,
422
buttonText: S.of(context).ok,
423
buttonAction: () =>
424
Navigator.of(context).pop());
lib/view_model/exchange/exchange_view_model.dart
+2
-2
@@ -313,8 +313,8 @@ abstract class ExchangeViewModelBase with Store {
313
final amount = isReceiveAmountEntered
314
? receiveAmount
315
: depositAmount;
316
- isValid = RegExp('^([0-9]+([.\,][0-9]{0,8})?|[.\,][0-9]{1,8})\$')
317
- .hasMatch(amount);
316
+ final pattern = '^([0-9]+([.\,][0-9]{0,8})?|[.\,][0-9]{1,8})\$';
317
+ isValid = RegExp(pattern).hasMatch(amount);
318
}
319
320
return isValid;
res/values/strings_de.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Wechseln Sie den Exchange-Anbieter",
66
"you_will_send" : "Konvertieren von",
67
"you_will_get" : "Konvertieren zu",
68
- "amount_is_guaranteed" : "WICHTIG:\nWenn Sie einen garantierten BTC-Betrag erhalten möchten, geben Sie diesen Betrag in das Feld BTC ein. Wenn Sie stattdessen einen XMR-Betrag eingeben, handelt es sich bei dem erhaltenen BTC-Betrag um eine Schätzung, die je nach Kurs schwanken kann.",
68
+ "amount_is_guaranteed" : "Geben Sie in xmr.to den BTC-Betrag und nicht den oben genannten XMR-Betrag ein, um einen garantierten BTC-Betrag zu erhalten",
69
"amount_is_estimate" : "Der empfangene Betrag ist eine Schätzung",
70
"powered_by" : "Unterstützt von ${title}",
71
"error" : "Error",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Geh zurück",
408
"seed_alert_yes" : "Ja, habe ich",
409
410
- "exchange_sync_alert_content" : "Bitte warten Sie, bis Ihre Brieftasche synchronisiert ist"
410
+ "exchange_sync_alert_content" : "Bitte warten Sie, bis Ihre Brieftasche synchronisiert ist",
411
+
412
+ "xmr_to_error" : "XMR.TO-Fehler",
413
+ "xmr_to_error_description" : "Ungültiger Betrag. Höchstgrenze 8 Stellen nach dem Dezimalpunkt"
414
}
\ No newline at end of file
res/values/strings_en.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Change Exchange Provider",
66
"you_will_send" : "Convert from",
67
"you_will_get" : "Convert to",
68
- "amount_is_guaranteed" : "IMPORTANT:\nIf you want to receive a guaranteed amount of BTC, please enter that amount in the BTC field. If you enter an XMR amount instead, then the BTC amount received is an estimate and can fluctuate depending on the rates.",
68
+ "amount_is_guaranteed" : "In xmr.to, to receive a guaranteed BTC amount, enter the BTC amount and not the XMR amount above",
69
"amount_is_estimate" : "The receive amount is an estimate",
70
"powered_by" : "Powered by ${title}",
71
"error" : "Error",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Go back",
408
"seed_alert_yes" : "Yes, I have",
409
410
- "exchange_sync_alert_content" : "Please wait until your wallet is synchronized"
410
+ "exchange_sync_alert_content" : "Please wait until your wallet is synchronized",
411
+
412
+ "xmr_to_error" : "XMR.TO error",
413
+ "xmr_to_error_description" : "Invalid amount. Maximum limit 8 digits after the decimal point"
414
}
\ No newline at end of file
res/values/strings_es.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Cambiar proveedor de intercambio",
66
"you_will_send" : "Convertir de",
67
"you_will_get" : "Convertir a",
68
- "amount_is_guaranteed" : "IMPORTANTE:\nSi desea recibir una cantidad garantizada de BTC, ingrese esa cantidad en el campo BTC. Si ingresa una cantidad de XMR en su lugar, la cantidad de BTC recibida es una estimación y puede variar según las tarifas.",
68
+ "amount_is_guaranteed" : "En xmr.to, para recibir una cantidad BTC garantizada, ingrese la cantidad BTC y no la cantidad XMR arriba",
69
"amount_is_estimate" : "El monto recibido es un estimado",
70
"powered_by" : "Energizado por ${title}",
71
"error" : "Error",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Regresa",
408
"seed_alert_yes" : "Sí tengo",
409
410
- "exchange_sync_alert_content" : "Espere hasta que su billetera esté sincronizada"
410
+ "exchange_sync_alert_content" : "Espere hasta que su billetera esté sincronizada",
411
+
412
+ "xmr_to_error" : "Error de XMR.TO",
413
+ "xmr_to_error_description" : "Monto invalido. Límite máximo de 8 dígitos después del punto decimal"
414
}
\ No newline at end of file
res/values/strings_hi.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "एक्सचेंज प्रदाता बदलें",
66
"you_will_send" : "से रूपांतरित करें",
67
"you_will_get" : "में बदलें",
68
- "amount_is_guaranteed" : "महत्वपूर्ण:\nयदि आप BTC की गारंटीकृत राशि प्राप्त करना चाहते हैं, तो कृपया उस राशि को BTC फ़ील्ड में दर्ज करें। यदि आप इसके बजाय एक एक्सएमआर राशि दर्ज करते हैं, तो प्राप्त बीटीसी राशि एक अनुमान है और दरों के आधार पर इसमें उतार-चढ़ाव हो सकता है।",
68
+ "amount_is_guaranteed" : "Xmr.to में, गारंटीशुदा BTC राशि प्राप्त करने के लिए, BTC राशि दर्ज करें और ऊपर XMR राशि नहीं",
69
"amount_is_estimate" : "प्राप्त राशि एक अनुमान है",
70
"powered_by" : "द्वारा संचालित ${title}",
71
"error" : "त्रुटि",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "वापस जाओ",
408
"seed_alert_yes" : "हाँ मेरे पास है",
409
410
- "exchange_sync_alert_content" : "कृपया प्रतीक्षा करें जब तक आपका बटुआ सिंक्रनाइज़ नहीं किया जाता है"
410
+ "exchange_sync_alert_content" : "कृपया प्रतीक्षा करें जब तक आपका बटुआ सिंक्रनाइज़ नहीं किया जाता है",
411
+
412
+ "xmr_to_error" : "XMR.TO त्रुटि",
413
+ "xmr_to_error_description" : "अवैध राशि। दशमलव बिंदु के बाद अधिकतम सीमा 8 अंक"
414
}
\ No newline at end of file
res/values/strings_ja.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Exchangeプロバイダーの変更",
66
"you_will_send" : "から変換",
67
"you_will_get" : "に変換",
68
- "amount_is_guaranteed" : "重要:\n保証された金額のBTCを受け取りたい場合は、その金額を[BTC]フィールドに入力してください。 代わりにXMR金額を入力した場合、受け取ったBTC金額は見積もりであり、レートに応じて変動する可能性があります。",
68
+ "amount_is_guaranteed" : "xmr.toで、保証されたBTC金額を受け取るには、上記のXMR金額ではなく、BTC金額を入力します",
69
"amount_is_estimate" : "受け取り金額は見積もりです",
70
"powered_by" : "搭載 ${title}",
71
"error" : "エラー",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "戻る",
408
"seed_alert_yes" : "はい、あります",
409
410
- "exchange_sync_alert_content" : "ウォレットが同期されるまでお待ちください"
410
+ "exchange_sync_alert_content" : "ウォレットが同期されるまでお待ちください",
411
+
412
+ "xmr_to_error" : "XMR.TOエラー",
413
+ "xmr_to_error_description" : "金額が無効です。 小数点以下8桁の上限"
414
}
\ No newline at end of file
res/values/strings_ko.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "교환 공급자 변경",
66
"you_will_send" : "다음에서 변환",
67
"you_will_get" : "로 변환하다",
68
- "amount_is_guaranteed" : "중대한:\n보장 된 BTC 금액을 받으려면 BTC 필드에 해당 금액을 입력하십시오. 대신 XMR 금액을 입력하면 수령 한 BTC 금액이 추정치이며 요율에 따라 변동될 수 있습니다.",
68
+ "amount_is_guaranteed" : "xmr.to에서 보장 된 BTC 금액을 받으려면 위의 XMR 금액이 아닌 BTC 금액을 입력하십시오.",
69
"amount_is_estimate" : "수신 금액은 견적입니다",
70
"powered_by" : "에 의해 구동 ${title}",
71
"error" : "오류",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "돌아 가기",
408
"seed_alert_yes" : "네, 있어요",
409
410
- "exchange_sync_alert_content" : "지갑이 동기화 될 때까지 기다리십시오"
410
+ "exchange_sync_alert_content" : "지갑이 동기화 될 때까지 기다리십시오",
411
+
412
+ "xmr_to_error" : "XMR.TO 오류",
413
+ "xmr_to_error_description" : "금액이 잘못되었습니다. 소수점 이하 최대 8 자리"
414
}
\ No newline at end of file
res/values/strings_nl.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Wijzig Exchange Provider",
66
"you_will_send" : "Converteren van",
67
"you_will_get" : "Converteren naar",
68
- "amount_is_guaranteed" : "BELANGRIJK:\nAls u een gegarandeerd bedrag aan BTC wilt ontvangen, voert u dat bedrag in het BTC-veld in. Als u in plaats daarvan een XMR-bedrag invoert, is het ontvangen BTC-bedrag een schatting en kan het fluctueren afhankelijk van de tarieven.",
68
+ "amount_is_guaranteed" : "Om een gegarandeerd BTC-bedrag te ontvangen, voert u in xmr.to het BTC-bedrag in en niet het bovenstaande XMR-bedrag",
69
"amount_is_estimate" : "Het ontvangen bedrag is een schatting",
70
"powered_by" : "Aangedreven door ${title}",
71
"error" : "Fout",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Ga terug",
408
"seed_alert_yes" : "Ja ik heb",
409
410
- "exchange_sync_alert_content" : "Wacht tot uw portemonnee is gesynchroniseerd"
410
+ "exchange_sync_alert_content" : "Wacht tot uw portemonnee is gesynchroniseerd",
411
+
412
+ "xmr_to_error" : "XMR.TO-fout",
413
+ "xmr_to_error_description" : "Ongeldige hoeveelheid. Maximaal 8 cijfers achter de komma"
414
}
\ No newline at end of file
res/values/strings_pl.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Zmień dostawcę programu Exchange",
66
"you_will_send" : "Konwertuj z",
67
"you_will_get" : "Konwertuj na",
68
- "amount_is_guaranteed" : "WAŻNY:\nJeśli chcesz otrzymać gwarantowaną kwotę BTC, wprowadź tę kwotę w polu BTC. Jeśli zamiast tego wpiszesz kwotę XMR, otrzymana kwota BTC jest szacunkowa i może się zmieniać w zależności od stawek.",
68
+ "amount_is_guaranteed" : "W xmr.to, aby otrzymać gwarantowaną kwotę BTC, wprowadź kwotę BTC, a nie kwotę XMR powyżej",
69
"amount_is_estimate" : "Otrzymana kwota jest wartością szacunkową",
70
"powered_by" : "Zasilany przez ${title}",
71
"error" : "Błąd",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Wróć",
408
"seed_alert_yes" : "Tak",
409
410
- "exchange_sync_alert_content" : "Poczekaj, aż portfel zostanie zsynchronizowany"
410
+ "exchange_sync_alert_content" : "Poczekaj, aż portfel zostanie zsynchronizowany",
411
+
412
+ "xmr_to_error" : "Pomyłka XMR.TO",
413
+ "xmr_to_error_description" : "Nieprawidłowa kwota. Maksymalny limit 8 cyfr po przecinku"
414
}
\ No newline at end of file
res/values/strings_pt.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Alterar o provedor de troca",
66
"you_will_send" : "Converter de",
67
"you_will_get" : "Converter para",
68
- "amount_is_guaranteed" : "IMPORTANTE:\nSe você deseja receber um valor garantido de BTC, insira esse valor no campo BTC. Se, em vez disso, você inserir um valor XMR, o valor BTC recebido é uma estimativa e pode flutuar dependendo das taxas.",
68
+ "amount_is_guaranteed" : "Em xmr.to, para receber um valor BTC garantido, insira o valor BTC e não o valor XMR acima",
69
"amount_is_estimate" : "O valor a ser recebido informado acima é uma estimativa",
70
"powered_by" : "Troca realizada por ${title}",
71
"error" : "Erro",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Volte",
408
"seed_alert_yes" : "Sim, eu tenho",
409
410
- "exchange_sync_alert_content" : "Por favor, espere até que sua carteira seja sincronizada"
410
+ "exchange_sync_alert_content" : "Por favor, espere até que sua carteira seja sincronizada",
411
+
412
+ "xmr_to_error" : "Erro XMR.TO",
413
+ "xmr_to_error_description" : "Montante inválido. Limite máximo de 8 dígitos após o ponto decimal"
414
}
res/values/strings_ru.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Изменить провайдера обмена",
66
"you_will_send" : "Конвертировать из",
67
"you_will_get" : "Конвертировать в",
68
- "amount_is_guaranteed" : "ВАЖНО:\nЕсли вы хотите получить гарантированную сумму BTC, введите эту сумму в поле BTC. Если вместо этого вы вводите сумму XMR, полученная сумма BTC является приблизительной и может колебаться в зависимости от курса.",
68
+ "amount_is_guaranteed" : "В xmr.to, чтобы получить гарантированную сумму BTC, введите сумму BTC, а не сумму XMR выше",
69
"amount_is_estimate" : "Полученная сумма является приблизительной",
70
"powered_by" : "Используя ${title}",
71
"error" : "Ошибка",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Назад",
408
"seed_alert_yes" : "Да",
409
410
- "exchange_sync_alert_content" : "Подождите, пока ваш кошелек синхронизируется"
410
+ "exchange_sync_alert_content" : "Подождите, пока ваш кошелек синхронизируется",
411
+
412
+ "xmr_to_error" : "Ошибка XMR.TO",
413
+ "xmr_to_error_description" : "Недопустимая сумма. Максимум - 8 цифр после десятичной точки"
414
}
\ No newline at end of file
res/values/strings_uk.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "Змінити провайдера обміну",
66
"you_will_send" : "Конвертувати з",
67
"you_will_get" : "Конвертувати в",
68
- "amount_is_guaranteed" : "ВАЖЛИВО:\nЯкщо ви хочете отримати гарантовану суму BTC, введіть цю суму в поле BTC. Якщо замість цього ввести суму XMR, отримана сума BTC є приблизною і може коливатися залежно від курсу.",
68
+ "amount_is_guaranteed" : "У xmr.to, щоб отримати гарантовану суму BTC, введіть суму BTC, а не XMR вище",
69
"amount_is_estimate" : "Отримана сума є приблизною",
70
"powered_by" : "Використовуючи ${title}",
71
"error" : "Помилка",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "Назад",
408
"seed_alert_yes" : "Так",
409
410
- "exchange_sync_alert_content" : "Зачекайте, поки ваш гаманець не синхронізується"
410
+ "exchange_sync_alert_content" : "Зачекайте, поки ваш гаманець не синхронізується",
411
+
412
+ "xmr_to_error" : "Помилка XMR.TO",
413
+ "xmr_to_error_description" : "Неприпустима сума. Максимум - 8 цифр після десяткової коми"
414
}
\ No newline at end of file
res/values/strings_zh.arb
+5
-2
@@ -65,7 +65,7 @@
65
"change_exchange_provider" : "更改交易所提供商",
66
"you_will_send" : "從轉換",
67
"you_will_get" : "轉換成",
68
- "amount_is_guaranteed" : "重要:\n如果您想獲得保證的BTC金額,請在BTC字段中輸入該金額。 如果您輸入的是XMR金額,則收到的BTC金額只是估算值,可能會隨匯率而波動。",
68
+ "amount_is_guaranteed" : "在xmr.to中,要接收保证的BTC数量,请输入BTC数量,而不要输入上方的XMR数量",
69
"amount_is_estimate" : "收款金额为估算值",
70
"powered_by" : "供电 ${title}",
71
"error" : "错误",
@@ -407,5 +407,8 @@
407
"seed_alert_back" : "回去",
408
"seed_alert_yes" : "是的,我有",
409
410
- "exchange_sync_alert_content" : "請等待,直到您的錢包同步"
410
+ "exchange_sync_alert_content" : "請等待,直到您的錢包同步",
411
+
412
+ "xmr_to_error" : "XMR.TO錯誤",
413
+ "xmr_to_error_description" : "無效的金額。 小數點後最多8位數字"
414
}
\ No newline at end of file