mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
CAKE-278 | applied localization to checkbox text and fixed rate alert text (exchange_page.dart)
This commit is contained in:
parent
fc70852002
commit
a4c6d01c18
14 changed files with 121 additions and 40 deletions
|
@ -35,7 +35,7 @@ class S implements WidgetsLocalizations {
|
|||
String get all => "ALL";
|
||||
String get amount => "Amount: ";
|
||||
String get amount_is_estimate => "The receive amount is an estimate";
|
||||
String get amount_is_guaranteed => "In xmr.to, to receive a guaranteed BTC amount, enter the BTC amount and not the XMR amount above";
|
||||
String get amount_is_guaranteed => "The receive amount is guaranteed";
|
||||
String get auth_store_ban_timeout => "ban_timeout";
|
||||
String get auth_store_banned_for => "Banned for ";
|
||||
String get auth_store_banned_minutes => " minutes";
|
||||
|
@ -395,6 +395,8 @@ class S implements WidgetsLocalizations {
|
|||
String get confirmed => 'Confirmed';
|
||||
String get unconfirmed => 'Unconfirmed';
|
||||
String get displayable => 'Displayable';
|
||||
String get fixed_rate => 'Fixed rate';
|
||||
String get fixed_rate_alert => 'You will be able to enter receive amount when fixed rate mode is checked. Do you want to switch to fixed rate mode?';
|
||||
}
|
||||
|
||||
class $de extends S {
|
||||
|
@ -536,7 +538,7 @@ class $de extends S {
|
|||
@override
|
||||
String get receive => "Erhalten";
|
||||
@override
|
||||
String get 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";
|
||||
String get amount_is_guaranteed => "Der Empfangsbetrag ist garantiert";
|
||||
@override
|
||||
String get auth_store_banned_for => "Gebannt für ";
|
||||
@override
|
||||
|
@ -1151,6 +1153,10 @@ class $de extends S {
|
|||
String get unconfirmed => 'Unbestätigt';
|
||||
@override
|
||||
String get displayable => 'Anzeigebar';
|
||||
@override
|
||||
String get fixed_rate => 'Fester Zinssatz';
|
||||
@override
|
||||
String get fixed_rate_alert => 'Sie können den Empfangsbetrag eingeben, wenn der Festpreismodus aktiviert ist. Möchten Sie in den Festpreismodus wechseln?';
|
||||
}
|
||||
|
||||
class $hi extends S {
|
||||
|
@ -1292,7 +1298,7 @@ class $hi extends S {
|
|||
@override
|
||||
String get receive => "प्राप्त करना";
|
||||
@override
|
||||
String get amount_is_guaranteed => "Xmr.to में, गारंटीशुदा BTC राशि प्राप्त करने के लिए, BTC राशि दर्ज करें और ऊपर XMR राशि नहीं";
|
||||
String get amount_is_guaranteed => "प्राप्त राशि की गारंटी हैं";
|
||||
@override
|
||||
String get auth_store_banned_for => "के लिए प्रतिबंधित है ";
|
||||
@override
|
||||
|
@ -1907,6 +1913,10 @@ class $hi extends S {
|
|||
String get unconfirmed => 'अपुष्ट';
|
||||
@override
|
||||
String get displayable => 'प्रदर्शन योग्य';
|
||||
@override
|
||||
String get fixed_rate => 'निर्धारित दर';
|
||||
@override
|
||||
String get fixed_rate_alert => 'फिक्स्ड रेट मोड की जांच करने पर आप प्राप्त राशि दर्ज कर पाएंगे। क्या आप निश्चित दर मोड पर स्विच करना चाहते हैं?';
|
||||
}
|
||||
|
||||
class $ru extends S {
|
||||
|
@ -2048,7 +2058,7 @@ class $ru extends S {
|
|||
@override
|
||||
String get receive => "Получить";
|
||||
@override
|
||||
String get amount_is_guaranteed => "В xmr.to, чтобы получить гарантированную сумму BTC, введите сумму BTC, а не сумму XMR выше";
|
||||
String get amount_is_guaranteed => "Полученная сумма гарантирована";
|
||||
@override
|
||||
String get auth_store_banned_for => "Заблокировано на ";
|
||||
@override
|
||||
|
@ -2663,6 +2673,10 @@ class $ru extends S {
|
|||
String get unconfirmed => 'Неподтвержденный';
|
||||
@override
|
||||
String get displayable => 'Отображаемый';
|
||||
@override
|
||||
String get fixed_rate => 'Фиксированная ставка';
|
||||
@override
|
||||
String get fixed_rate_alert => 'Вы сможете ввести сумму получения тогда, когда будет установлен режим фиксированной ставки. Вы хотите перейти в режим фиксированной ставки?';
|
||||
}
|
||||
|
||||
class $ko extends S {
|
||||
|
@ -2804,7 +2818,7 @@ class $ko extends S {
|
|||
@override
|
||||
String get receive => "받다";
|
||||
@override
|
||||
String get amount_is_guaranteed => "xmr.to에서 보장 된 BTC 금액을 받으려면 위의 XMR 금액이 아닌 BTC 금액을 입력하십시오.";
|
||||
String get amount_is_guaranteed => "수령 금액이 보장됩니다.";
|
||||
@override
|
||||
String get auth_store_banned_for => "금지";
|
||||
@override
|
||||
|
@ -3419,6 +3433,10 @@ class $ko extends S {
|
|||
String get unconfirmed => '미확인';
|
||||
@override
|
||||
String get displayable => '표시 가능';
|
||||
@override
|
||||
String get fixed_rate => '고정 비율';
|
||||
@override
|
||||
String get fixed_rate_alert => '고정 금리 모드 체크시 수취 금액 입력이 가능합니다. 고정 속도 모드로 전환 하시겠습니까?';
|
||||
}
|
||||
|
||||
class $pt extends S {
|
||||
|
@ -3560,7 +3578,7 @@ class $pt extends S {
|
|||
@override
|
||||
String get receive => "Receber";
|
||||
@override
|
||||
String get amount_is_guaranteed => "Em xmr.to, para receber um valor BTC garantido, insira o valor BTC e não o valor XMR acima";
|
||||
String get amount_is_guaranteed => "O valor recebido é garantido";
|
||||
@override
|
||||
String get auth_store_banned_for => "Banido por";
|
||||
@override
|
||||
|
@ -4175,6 +4193,10 @@ class $pt extends S {
|
|||
String get unconfirmed => 'Não confirmado';
|
||||
@override
|
||||
String get displayable => 'Exibível';
|
||||
@override
|
||||
String get fixed_rate => 'Taxa fixa';
|
||||
@override
|
||||
String get fixed_rate_alert => 'Você poderá inserir a quantia recebida quando o modo de taxa fixa estiver marcado. Quer mudar para o modo de taxa fixa?';
|
||||
}
|
||||
|
||||
class $uk extends S {
|
||||
|
@ -4316,7 +4338,7 @@ class $uk extends S {
|
|||
@override
|
||||
String get receive => "Отримати";
|
||||
@override
|
||||
String get amount_is_guaranteed => "У xmr.to, щоб отримати гарантовану суму BTC, введіть суму BTC, а не XMR вище";
|
||||
String get amount_is_guaranteed => "Отримана сума є гарантованою";
|
||||
@override
|
||||
String get auth_store_banned_for => "Заблоковано на ";
|
||||
@override
|
||||
|
@ -4931,6 +4953,10 @@ class $uk extends S {
|
|||
String get unconfirmed => 'Непідтверджений';
|
||||
@override
|
||||
String get displayable => 'Відображуваний';
|
||||
@override
|
||||
String get fixed_rate => 'Фіксована ставка';
|
||||
@override
|
||||
String get fixed_rate_alert => 'Ви зможете ввести суму отримання тоді, коли буде встановлений режим фіксованої ставки. Ви хочете перейти в режим фіксованої ставки?';
|
||||
}
|
||||
|
||||
class $ja extends S {
|
||||
|
@ -5072,7 +5098,7 @@ class $ja extends S {
|
|||
@override
|
||||
String get receive => "受け取る";
|
||||
@override
|
||||
String get amount_is_guaranteed => "xmr.toで、保証されたBTC金額を受け取るには、上記のXMR金額ではなく、BTC金額を入力します";
|
||||
String get amount_is_guaranteed => "受け取り金額は保証されています";
|
||||
@override
|
||||
String get auth_store_banned_for => "禁止されています ";
|
||||
@override
|
||||
|
@ -5687,6 +5713,10 @@ class $ja extends S {
|
|||
String get unconfirmed => '未確認';
|
||||
@override
|
||||
String get displayable => '表示可能';
|
||||
@override
|
||||
String get fixed_rate => '固定金利';
|
||||
@override
|
||||
String get fixed_rate_alert => '固定金利モードにチェックを入れると、受取額を入力できるようになります。 固定金利モードに切り替えますか?';
|
||||
}
|
||||
|
||||
class $en extends S {
|
||||
|
@ -5832,7 +5862,7 @@ class $pl extends S {
|
|||
@override
|
||||
String get receive => "Otrzymać";
|
||||
@override
|
||||
String get amount_is_guaranteed => "W xmr.to, aby otrzymać gwarantowaną kwotę BTC, wprowadź kwotę BTC, a nie kwotę XMR powyżej";
|
||||
String get amount_is_guaranteed => "Otrzymana kwota jest gwarantowana";
|
||||
@override
|
||||
String get auth_store_banned_for => "Bzbanowany za ";
|
||||
@override
|
||||
|
@ -6447,6 +6477,10 @@ class $pl extends S {
|
|||
String get unconfirmed => 'niepotwierdzony';
|
||||
@override
|
||||
String get displayable => 'Wyświetlane';
|
||||
@override
|
||||
String get fixed_rate => 'Stała stawka';
|
||||
@override
|
||||
String get fixed_rate_alert => 'Będziesz mógł wprowadzić kwotę otrzymaną, gdy zaznaczony jest tryb stałej stawki. Czy chcesz przejść do trybu stałej stawki?';
|
||||
}
|
||||
|
||||
class $es extends S {
|
||||
|
@ -6588,7 +6622,7 @@ class $es extends S {
|
|||
@override
|
||||
String get receive => "Recibir";
|
||||
@override
|
||||
String get amount_is_guaranteed => "En xmr.to, para recibir una cantidad BTC garantizada, ingrese la cantidad BTC y no la cantidad XMR arriba";
|
||||
String get amount_is_guaranteed => "La cantidad recibida está garantizada";
|
||||
@override
|
||||
String get auth_store_banned_for => "Prohibido para ";
|
||||
@override
|
||||
|
@ -7203,6 +7237,10 @@ class $es extends S {
|
|||
String get unconfirmed => 'inconfirmado';
|
||||
@override
|
||||
String get displayable => 'Visualizable';
|
||||
@override
|
||||
String get fixed_rate => 'Tipo de interés fijo';
|
||||
@override
|
||||
String get fixed_rate_alert => 'Podrá ingresar la cantidad recibida cuando el modo de tarifa fija esté marcado. ¿Quieres cambiar al modo de tarifa fija?';
|
||||
}
|
||||
|
||||
class $nl extends S {
|
||||
|
@ -7344,7 +7382,7 @@ class $nl extends S {
|
|||
@override
|
||||
String get receive => "Krijgen";
|
||||
@override
|
||||
String get 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";
|
||||
String get amount_is_guaranteed => "Het ontvangen bedrag is gegarandeerd";
|
||||
@override
|
||||
String get auth_store_banned_for => "Verboden voor ";
|
||||
@override
|
||||
|
@ -7959,6 +7997,10 @@ class $nl extends S {
|
|||
String get unconfirmed => 'niet bevestigd';
|
||||
@override
|
||||
String get displayable => 'Weer te geven';
|
||||
@override
|
||||
String get fixed_rate => 'Vast tarief';
|
||||
@override
|
||||
String get fixed_rate_alert => 'U kunt het ontvangen bedrag invoeren wanneer de modus voor vaste tarieven is aangevinkt. Wilt u overschakelen naar de vaste-tariefmodus?';
|
||||
}
|
||||
|
||||
class $zh extends S {
|
||||
|
@ -8100,7 +8142,7 @@ class $zh extends S {
|
|||
@override
|
||||
String get receive => "接收";
|
||||
@override
|
||||
String get amount_is_guaranteed => "在xmr.to中,要接收保证的BTC数量,请输入BTC数量,而不要输入上方的XMR数量";
|
||||
String get amount_is_guaranteed => "接收金額有保證";
|
||||
@override
|
||||
String get auth_store_banned_for => "禁止 ";
|
||||
@override
|
||||
|
@ -8715,6 +8757,10 @@ class $zh extends S {
|
|||
String get unconfirmed => '未经证实';
|
||||
@override
|
||||
String get displayable => '可显示';
|
||||
@override
|
||||
String get fixed_rate => '固定利率';
|
||||
@override
|
||||
String get fixed_rate_alert => '選中固定費率模式後,您將可以輸入接收金額。 您要切換到固定速率模式嗎?';
|
||||
}
|
||||
|
||||
class GeneratedLocalizationsDelegate extends LocalizationsDelegate<S> {
|
||||
|
|
|
@ -280,7 +280,7 @@ class ExchangePage extends BasePage {
|
|||
StandardCheckbox(
|
||||
key: checkBoxKey,
|
||||
value: exchangeViewModel.isFixedRateMode,
|
||||
caption: 'Fixed rate', // FIXME
|
||||
caption: S.of(context).fixed_rate,
|
||||
onChanged: (value) =>
|
||||
exchangeViewModel.isFixedRateMode = value,
|
||||
),
|
||||
|
@ -418,8 +418,7 @@ class ExchangePage extends BasePage {
|
|||
Padding(
|
||||
padding: EdgeInsets.only(bottom: 15),
|
||||
child: Observer(builder: (_) {
|
||||
final description =
|
||||
exchangeViewModel.provider is XMRTOExchangeProvider
|
||||
final description = exchangeViewModel.isFixedRateMode
|
||||
? S.of(context).amount_is_guaranteed
|
||||
: S.of(context).amount_is_estimate;
|
||||
return Center(
|
||||
|
@ -663,7 +662,7 @@ class ExchangePage extends BasePage {
|
|||
builder: (BuildContext context) {
|
||||
return AlertWithTwoActions(
|
||||
alertTitle: S.of(context).exchange,
|
||||
alertContent: 'You will be able to enter receive amount when fixed rate mode is checked. Do you want to switch to fixed rate mode?', //FIXME
|
||||
alertContent: S.of(context).fixed_rate_alert,
|
||||
leftButtonText: S.of(context).cancel,
|
||||
rightButtonText: S.of(context).ok,
|
||||
actionLeftButton: () {
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Wechseln Sie den Exchange-Anbieter",
|
||||
"you_will_send" : "Konvertieren von",
|
||||
"you_will_get" : "Konvertieren zu",
|
||||
"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",
|
||||
"amount_is_guaranteed" : "Der Empfangsbetrag ist garantiert",
|
||||
"amount_is_estimate" : "Der empfangene Betrag ist eine Schätzung",
|
||||
"powered_by" : "Unterstützt von ${title}",
|
||||
"error" : "Error",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Geben Sie hier das Sicherungskennwort ein",
|
||||
"select_backup_file" : "Wählen Sie die Sicherungsdatei",
|
||||
"import" : "Importieren",
|
||||
"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.",
|
||||
|
||||
"fixed_rate" : "Fester Zinssatz",
|
||||
"fixed_rate_alert" : "Sie können den Empfangsbetrag eingeben, wenn der Festpreismodus aktiviert ist. Möchten Sie in den Festpreismodus wechseln?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Change Exchange Provider",
|
||||
"you_will_send" : "Convert from",
|
||||
"you_will_get" : "Convert to",
|
||||
"amount_is_guaranteed" : "In xmr.to, to receive a guaranteed BTC amount, enter the BTC amount and not the XMR amount above",
|
||||
"amount_is_guaranteed" : "The receive amount is guaranteed",
|
||||
"amount_is_estimate" : "The receive amount is an estimate",
|
||||
"powered_by" : "Powered by ${title}",
|
||||
"error" : "Error",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Enter backup password here",
|
||||
"select_backup_file" : "Select backup file",
|
||||
"import" : "Import",
|
||||
"please_select_backup_file" : "Please select backup file and enter backup password."
|
||||
"please_select_backup_file" : "Please select backup file and enter backup password.",
|
||||
|
||||
"fixed_rate" : "Fixed rate",
|
||||
"fixed_rate_alert" : "You will be able to enter receive amount when fixed rate mode is checked. Do you want to switch to fixed rate mode?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Cambiar proveedor de intercambio",
|
||||
"you_will_send" : "Convertir de",
|
||||
"you_will_get" : "Convertir a",
|
||||
"amount_is_guaranteed" : "En xmr.to, para recibir una cantidad BTC garantizada, ingrese la cantidad BTC y no la cantidad XMR arriba",
|
||||
"amount_is_guaranteed" : "La cantidad recibida está garantizada",
|
||||
"amount_is_estimate" : "El monto recibido es un estimado",
|
||||
"powered_by" : "Energizado por ${title}",
|
||||
"error" : "Error",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Ingrese la contraseña de respaldo aquí",
|
||||
"select_backup_file" : "Seleccionar archivo de respaldo",
|
||||
"import" : "Importar",
|
||||
"please_select_backup_file" : "Seleccione el archivo de respaldo e ingrese la contraseña de respaldo."
|
||||
"please_select_backup_file" : "Seleccione el archivo de respaldo e ingrese la contraseña de respaldo.",
|
||||
|
||||
"fixed_rate" : "Tipo de interés fijo",
|
||||
"fixed_rate_alert" : "Podrá ingresar la cantidad recibida cuando el modo de tarifa fija esté marcado. ¿Quieres cambiar al modo de tarifa fija?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "एक्सचेंज प्रदाता बदलें",
|
||||
"you_will_send" : "से रूपांतरित करें",
|
||||
"you_will_get" : "में बदलें",
|
||||
"amount_is_guaranteed" : "Xmr.to में, गारंटीशुदा BTC राशि प्राप्त करने के लिए, BTC राशि दर्ज करें और ऊपर XMR राशि नहीं",
|
||||
"amount_is_guaranteed" : "प्राप्त राशि की गारंटी है",
|
||||
"amount_is_estimate" : "प्राप्त राशि एक अनुमान है",
|
||||
"powered_by" : "द्वारा संचालित ${title}",
|
||||
"error" : "त्रुटि",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "यहां बैकअप पासवर्ड डालें",
|
||||
"select_backup_file" : "बैकअप फ़ाइल का चयन करें",
|
||||
"import" : "आयात",
|
||||
"please_select_backup_file" : "कृपया बैकअप फ़ाइल चुनें और बैकअप पासवर्ड डालें।"
|
||||
"please_select_backup_file" : "कृपया बैकअप फ़ाइल चुनें और बैकअप पासवर्ड डालें।",
|
||||
|
||||
"fixed_rate" : "निर्धारित दर",
|
||||
"fixed_rate_alert" : "फिक्स्ड रेट मोड की जांच करने पर आप प्राप्त राशि दर्ज कर पाएंगे। क्या आप निश्चित दर मोड पर स्विच करना चाहते हैं?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Exchangeプロバイダーの変更",
|
||||
"you_will_send" : "から変換",
|
||||
"you_will_get" : "に変換",
|
||||
"amount_is_guaranteed" : "xmr.toで、保証されたBTC金額を受け取るには、上記のXMR金額ではなく、BTC金額を入力します",
|
||||
"amount_is_guaranteed" : "受け取り金額は保証されています",
|
||||
"amount_is_estimate" : "受け取り金額は見積もりです",
|
||||
"powered_by" : "搭載 ${title}",
|
||||
"error" : "エラー",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "ここにバックアップパスワードを入力してください",
|
||||
"select_backup_file" : "バックアップファイルを選択",
|
||||
"import" : "インポート",
|
||||
"please_select_backup_file" : "バックアップファイルを選択し、バックアップパスワードを入力してください。"
|
||||
"please_select_backup_file" : "バックアップファイルを選択し、バックアップパスワードを入力してください。",
|
||||
|
||||
"fixed_rate" : "固定金利",
|
||||
"fixed_rate_alert" : "固定金利モードにチェックを入れると、受取額を入力できるようになります。 固定金利モードに切り替えますか?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "교환 공급자 변경",
|
||||
"you_will_send" : "다음에서 변환",
|
||||
"you_will_get" : "로 변환하다",
|
||||
"amount_is_guaranteed" : "xmr.to에서 보장 된 BTC 금액을 받으려면 위의 XMR 금액이 아닌 BTC 금액을 입력하십시오.",
|
||||
"amount_is_guaranteed" : "수령 금액이 보장됩니다.",
|
||||
"amount_is_estimate" : "수신 금액은 견적입니다",
|
||||
"powered_by" : "에 의해 구동 ${title}",
|
||||
"error" : "오류",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "여기에 백업 비밀번호를 입력하세요.",
|
||||
"select_backup_file" : "백업 파일 선택",
|
||||
"import" : "수입",
|
||||
"please_select_backup_file" : "백업 파일을 선택하고 백업 암호를 입력하십시오."
|
||||
"please_select_backup_file" : "백업 파일을 선택하고 백업 암호를 입력하십시오.",
|
||||
|
||||
"fixed_rate" : "고정 비율",
|
||||
"fixed_rate_alert" : "고정 금리 모드 체크시 수취 금액 입력이 가능합니다. 고정 속도 모드로 전환 하시겠습니까?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Wijzig Exchange Provider",
|
||||
"you_will_send" : "Converteren van",
|
||||
"you_will_get" : "Converteren naar",
|
||||
"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",
|
||||
"amount_is_guaranteed" : "Het ontvangen bedrag is gegarandeerd",
|
||||
"amount_is_estimate" : "Het ontvangen bedrag is een schatting",
|
||||
"powered_by" : "Aangedreven door ${title}",
|
||||
"error" : "Fout",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Voer hier een back-upwachtwoord in",
|
||||
"select_backup_file" : "Selecteer een back-upbestand",
|
||||
"import" : "Importeren",
|
||||
"please_select_backup_file" : "Selecteer een back-upbestand en voer een back-upwachtwoord in."
|
||||
"please_select_backup_file" : "Selecteer een back-upbestand en voer een back-upwachtwoord in.",
|
||||
|
||||
"fixed_rate" : "Vast tarief",
|
||||
"fixed_rate_alert" : "U kunt het ontvangen bedrag invoeren wanneer de modus voor vaste tarieven is aangevinkt. Wilt u overschakelen naar de vaste-tariefmodus?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Zmień dostawcę programu Exchange",
|
||||
"you_will_send" : "Konwertuj z",
|
||||
"you_will_get" : "Konwertuj na",
|
||||
"amount_is_guaranteed" : "W xmr.to, aby otrzymać gwarantowaną kwotę BTC, wprowadź kwotę BTC, a nie kwotę XMR powyżej",
|
||||
"amount_is_guaranteed" : "Otrzymana kwota jest gwarantowana",
|
||||
"amount_is_estimate" : "Otrzymana kwota jest wartością szacunkową",
|
||||
"powered_by" : "Zasilany przez ${title}",
|
||||
"error" : "Błąd",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Wprowadź tutaj hasło zapasowe",
|
||||
"select_backup_file" : "Wybierz plik kopii zapasowej",
|
||||
"import" : "Import",
|
||||
"please_select_backup_file" : "Wybierz plik kopii zapasowej i wprowadź hasło zapasowe."
|
||||
"please_select_backup_file" : "Wybierz plik kopii zapasowej i wprowadź hasło zapasowe.",
|
||||
|
||||
"fixed_rate" : "Stała stawka",
|
||||
"fixed_rate_alert" : "Będziesz mógł wprowadzić kwotę otrzymaną, gdy zaznaczony jest tryb stałej stawki. Czy chcesz przejść do trybu stałej stawki?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Alterar o provedor de troca",
|
||||
"you_will_send" : "Converter de",
|
||||
"you_will_get" : "Converter para",
|
||||
"amount_is_guaranteed" : "Em xmr.to, para receber um valor BTC garantido, insira o valor BTC e não o valor XMR acima",
|
||||
"amount_is_guaranteed" : "O valor recebido é garantido",
|
||||
"amount_is_estimate" : "O valor a ser recebido informado acima é uma estimativa",
|
||||
"powered_by" : "Troca realizada por ${title}",
|
||||
"error" : "Erro",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Digite a senha de backup aqui",
|
||||
"select_backup_file" : "Selecione o arquivo de backup",
|
||||
"import" : "Importar",
|
||||
"please_select_backup_file" : "Selecione o arquivo de backup e insira a senha de backup."
|
||||
"please_select_backup_file" : "Selecione o arquivo de backup e insira a senha de backup.",
|
||||
|
||||
"fixed_rate" : "Taxa fixa",
|
||||
"fixed_rate_alert" : "Você poderá inserir a quantia recebida quando o modo de taxa fixa estiver marcado. Quer mudar para o modo de taxa fixa?"
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Изменить провайдера обмена",
|
||||
"you_will_send" : "Конвертировать из",
|
||||
"you_will_get" : "Конвертировать в",
|
||||
"amount_is_guaranteed" : "В xmr.to, чтобы получить гарантированную сумму BTC, введите сумму BTC, а не сумму XMR выше",
|
||||
"amount_is_guaranteed" : "Полученная сумма гарантирована",
|
||||
"amount_is_estimate" : "Полученная сумма является приблизительной",
|
||||
"powered_by" : "Используя ${title}",
|
||||
"error" : "Ошибка",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Введите пароль резервной копии",
|
||||
"select_backup_file" : "Выберите файл резервной копии",
|
||||
"import" : "Импортировать",
|
||||
"please_select_backup_file" : "Выберите файл резервной копии и введите пароль резервной копии."
|
||||
"please_select_backup_file" : "Выберите файл резервной копии и введите пароль резервной копии.",
|
||||
|
||||
"fixed_rate" : "Фиксированная ставка",
|
||||
"fixed_rate_alert" : "Вы сможете ввести сумму получения тогда, когда будет установлен режим фиксированной ставки. Вы хотите перейти в режим фиксированной ставки?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "Змінити провайдера обміну",
|
||||
"you_will_send" : "Конвертувати з",
|
||||
"you_will_get" : "Конвертувати в",
|
||||
"amount_is_guaranteed" : "У xmr.to, щоб отримати гарантовану суму BTC, введіть суму BTC, а не XMR вище",
|
||||
"amount_is_guaranteed" : "Отримана сума є гарантованою",
|
||||
"amount_is_estimate" : "Отримана сума є приблизною",
|
||||
"powered_by" : "Використовуючи ${title}",
|
||||
"error" : "Помилка",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "Введіть пароль резервної копії",
|
||||
"select_backup_file" : "Виберіть файл резервної копії",
|
||||
"import" : "Імпортувати",
|
||||
"please_select_backup_file" : "Виберіть файл резервної копії та введіть пароль резервної копії."
|
||||
"please_select_backup_file" : "Виберіть файл резервної копії та введіть пароль резервної копії.",
|
||||
|
||||
"fixed_rate" : "Фіксована ставка",
|
||||
"fixed_rate_alert" : "Ви зможете ввести суму отримання тоді, коли буде встановлений режим фіксованої ставки. Ви хочете перейти в режим фіксованої ставки?"
|
||||
}
|
|
@ -65,7 +65,7 @@
|
|||
"change_exchange_provider" : "更改交易所提供商",
|
||||
"you_will_send" : "從轉換",
|
||||
"you_will_get" : "轉換成",
|
||||
"amount_is_guaranteed" : "在xmr.to中,要接收保证的BTC数量,请输入BTC数量,而不要输入上方的XMR数量",
|
||||
"amount_is_guaranteed" : "接收金額有保證",
|
||||
"amount_is_estimate" : "收款金额为估算值",
|
||||
"powered_by" : "供电 ${title}",
|
||||
"error" : "错误",
|
||||
|
@ -456,5 +456,8 @@
|
|||
"enter_backup_password" : "在此處輸入備用密碼",
|
||||
"select_backup_file" : "選擇備份文件",
|
||||
"import" : "進口",
|
||||
"please_select_backup_file" : "請選擇備份文件,然後輸入備份密碼。"
|
||||
"please_select_backup_file" : "請選擇備份文件,然後輸入備份密碼。",
|
||||
|
||||
"fixed_rate" : "固定利率",
|
||||
"fixed_rate_alert" : "選中固定費率模式後,您將可以輸入接收金額。 您要切換到固定速率模式嗎?"
|
||||
}
|
Loading…
Reference in a new issue