mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
CAKE-198 | fixed string resources (send_success)
This commit is contained in:
parent
d7cc595179
commit
44536a8231
15 changed files with 43 additions and 37 deletions
|
@ -222,7 +222,6 @@ class S implements WidgetsLocalizations {
|
|||
String get send_new => "New";
|
||||
String get send_payment_id => "Payment ID (optional)";
|
||||
String get send_sending => "Sending...";
|
||||
String get send_success => "Your Monero was successfully sent";
|
||||
String get send_templates => "Templates";
|
||||
String get send_title => "Send";
|
||||
String get send_xmr => "Send XMR";
|
||||
|
@ -362,6 +361,7 @@ class S implements WidgetsLocalizations {
|
|||
String router_no_route(String name) => "No route defined for ${name}";
|
||||
String send_address(String cryptoCurrency) => "${cryptoCurrency} address";
|
||||
String send_priority(String transactionPriority) => "Currently the fee is set at ${transactionPriority} priority.\nTransaction priority can be adjusted in the settings";
|
||||
String send_success(String crypto) => "Your ${crypto} was successfully sent";
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
String trade_details_copied(String title) => "${title} copied to Clipboard";
|
||||
String trade_for_not_created(String title) => "Trade for ${title} is not created.";
|
||||
|
@ -656,8 +656,6 @@ class $de extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "Hergestellt in";
|
||||
@override
|
||||
String get send_success => "Ihr Monero wurde erfolgreich gesendet";
|
||||
@override
|
||||
String get settings_wallets => "Brieftaschen";
|
||||
@override
|
||||
String get settings_only_transactions => "Nur Transaktionen";
|
||||
|
@ -1050,6 +1048,8 @@ class $de extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "Möchten Sie die aktuelle Brieftasche in ändern ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "Ihr ${crypto} wurde erfolgreich gesendet";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "Max: ${value} ${currency}";
|
||||
|
@ -1368,8 +1368,6 @@ class $hi extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "पर बनाया गया";
|
||||
@override
|
||||
String get send_success => "आपका Monero सफलतापूर्वक भेजा गया";
|
||||
@override
|
||||
String get settings_wallets => "पर्स";
|
||||
@override
|
||||
String get settings_only_transactions => "केवल लेन-देन";
|
||||
|
@ -1762,6 +1760,8 @@ class $hi extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "क्या आप करंट वॉलेट को बदलना चाहते हैं ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "आपका ${crypto} सफलतापूर्वक भेजा गया";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "मैक्स: ${value} ${currency}";
|
||||
|
@ -2080,8 +2080,6 @@ class $ru extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "Создано";
|
||||
@override
|
||||
String get send_success => "Ваш Monero был успешно отправлен";
|
||||
@override
|
||||
String get settings_wallets => "Кошельки";
|
||||
@override
|
||||
String get settings_only_transactions => "Транзакции";
|
||||
|
@ -2474,6 +2472,8 @@ class $ru extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "Вы хотите изменить текущий кошелек на ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "Ваш ${crypto} был успешно отправлен";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}мин ${seconds}сек";
|
||||
@override
|
||||
String max_value(String value, String currency) => "Макс: ${value} ${currency}";
|
||||
|
@ -2792,8 +2792,6 @@ class $ko extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "에 작성";
|
||||
@override
|
||||
String get send_success => "Monero가 성공적으로 전송되었습니다";
|
||||
@override
|
||||
String get settings_wallets => "지갑";
|
||||
@override
|
||||
String get settings_only_transactions => "거래 만";
|
||||
|
@ -3186,6 +3184,8 @@ class $ko extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "현재 지갑을 다음으로 변경 하시겠습니까 ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "${crypto}가 성공적으로 전송되었습니다";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "맥스: ${value} ${currency}";
|
||||
|
@ -3504,8 +3504,6 @@ class $pt extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "Criada em";
|
||||
@override
|
||||
String get send_success => "Seu Monero foi enviado com sucesso";
|
||||
@override
|
||||
String get settings_wallets => "Carteiras";
|
||||
@override
|
||||
String get settings_only_transactions => "Somente transações";
|
||||
|
@ -3898,6 +3896,8 @@ class $pt extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "Quer mudar a carteira atual para ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "Seu ${crypto} foi enviado com sucesso";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "Máx: ${value} ${currency}";
|
||||
|
@ -4216,8 +4216,6 @@ class $uk extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "Створено";
|
||||
@override
|
||||
String get send_success => "Ваш Monero успішно надісланий";
|
||||
@override
|
||||
String get settings_wallets => "Гаманці";
|
||||
@override
|
||||
String get settings_only_transactions => "Транзакції";
|
||||
|
@ -4610,6 +4608,8 @@ class $uk extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "Ви хочете змінити поточний гаманець на ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "Ваш ${crypto} успішно надісланий";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}хв ${seconds}сек";
|
||||
@override
|
||||
String max_value(String value, String currency) => "Макс: ${value} ${currency}";
|
||||
|
@ -4928,8 +4928,6 @@ class $ja extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "で作成";
|
||||
@override
|
||||
String get send_success => "Moneroが送信されました";
|
||||
@override
|
||||
String get settings_wallets => "財布";
|
||||
@override
|
||||
String get settings_only_transactions => "トランザクションのみ";
|
||||
|
@ -5322,6 +5320,8 @@ class $ja extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "現在のウォレットをに変更しますか ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "${crypto}が送信されました";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "マックス: ${value} ${currency}";
|
||||
|
@ -5644,8 +5644,6 @@ class $pl extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "Utworzono w";
|
||||
@override
|
||||
String get send_success => "Twoje Monero zostało pomyślnie wysłane";
|
||||
@override
|
||||
String get settings_wallets => "Portfele";
|
||||
@override
|
||||
String get settings_only_transactions => "Tylko transakcje";
|
||||
|
@ -6038,6 +6036,8 @@ class $pl extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "Czy chcesz zmienić obecny portfel na ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "Twoje ${crypto} zostało pomyślnie wysłane";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "Max: ${value} ${currency}";
|
||||
|
@ -6356,8 +6356,6 @@ class $es extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "Creado en";
|
||||
@override
|
||||
String get send_success => "Su Monero fue enviado con éxito";
|
||||
@override
|
||||
String get settings_wallets => "Carteras";
|
||||
@override
|
||||
String get settings_only_transactions => "Solo transacciones";
|
||||
|
@ -6750,6 +6748,8 @@ class $es extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "¿Quieres cambiar la billetera actual a ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "Su ${crypto} fue enviado con éxito";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "Max: ${value} ${currency}";
|
||||
|
@ -7068,8 +7068,6 @@ class $nl extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "Gemaakt bij";
|
||||
@override
|
||||
String get send_success => "Uw Monero is succesvol verzonden";
|
||||
@override
|
||||
String get settings_wallets => "Portemonnee";
|
||||
@override
|
||||
String get settings_only_transactions => "Alleen transacties";
|
||||
|
@ -7462,6 +7460,8 @@ class $nl extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "Wilt u de huidige portemonnee wijzigen in ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "Uw ${crypto} is succesvol verzonden";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "Max: ${value} ${currency}";
|
||||
|
@ -7780,8 +7780,6 @@ class $zh extends S {
|
|||
@override
|
||||
String get trade_details_created_at => "创建于";
|
||||
@override
|
||||
String get send_success => "你Monero已成功發送";
|
||||
@override
|
||||
String get settings_wallets => "皮夹";
|
||||
@override
|
||||
String get settings_only_transactions => "仅交易";
|
||||
|
@ -8174,6 +8172,8 @@ class $zh extends S {
|
|||
@override
|
||||
String change_wallet_alert_content(String wallet_name) => "您要將當前的錢包更改為 ${wallet_name}?";
|
||||
@override
|
||||
String send_success(String crypto) => "你${crypto}已成功發送";
|
||||
@override
|
||||
String time(String minutes, String seconds) => "${minutes}m ${seconds}s";
|
||||
@override
|
||||
String max_value(String value, String currency) => "最高: ${value} ${currency}";
|
||||
|
|
|
@ -305,7 +305,11 @@ class ExchangeTradeState extends State<ExchangeTradeForm> {
|
|||
padding: EdgeInsets.only(
|
||||
top: 220, left: 24, right: 24),
|
||||
child: Text(
|
||||
S.of(context).send_success,
|
||||
S.of(context).send_success(widget
|
||||
.exchangeTradeViewModel
|
||||
.wallet
|
||||
.currency
|
||||
.toString()),
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 22,
|
||||
|
|
|
@ -668,7 +668,9 @@ class SendPage extends BasePage {
|
|||
padding: EdgeInsets.only(
|
||||
top: 220, left: 24, right: 24),
|
||||
child: Text(
|
||||
S.of(context).send_success,
|
||||
S.of(context).send_success(
|
||||
sendViewModel.currency
|
||||
.toString()),
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 22,
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Name",
|
||||
"send_got_it" : "Ich habs",
|
||||
"send_sending" : "Senden...",
|
||||
"send_success" : "Ihr Monero wurde erfolgreich gesendet",
|
||||
"send_success" : "Ihr ${crypto} wurde erfolgreich gesendet",
|
||||
|
||||
|
||||
"settings_title" : "die Einstellungen",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Name",
|
||||
"send_got_it" : "Got it",
|
||||
"send_sending" : "Sending...",
|
||||
"send_success" : "Your Monero was successfully sent",
|
||||
"send_success" : "Your ${crypto} was successfully sent",
|
||||
|
||||
|
||||
"settings_title" : "Settings",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Nombre",
|
||||
"send_got_it" : "Entendido",
|
||||
"send_sending" : "Enviando...",
|
||||
"send_success" : "Su Monero fue enviado con éxito",
|
||||
"send_success" : "Su ${crypto} fue enviado con éxito",
|
||||
|
||||
|
||||
"settings_title" : "Configuraciones",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "नाम",
|
||||
"send_got_it" : "समझ गया",
|
||||
"send_sending" : "भेजना...",
|
||||
"send_success" : "आपका Monero सफलतापूर्वक भेजा गया",
|
||||
"send_success" : "आपका ${crypto} सफलतापूर्वक भेजा गया",
|
||||
|
||||
|
||||
"settings_title" : "सेटिंग्स",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "名前",
|
||||
"send_got_it" : "とった",
|
||||
"send_sending" : "送信...",
|
||||
"send_success" : "Moneroが送信されました",
|
||||
"send_success" : "${crypto}が送信されました",
|
||||
|
||||
|
||||
"settings_title" : "設定",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "이름",
|
||||
"send_got_it" : "알았다",
|
||||
"send_sending" : "배상...",
|
||||
"send_success" : "Monero가 성공적으로 전송되었습니다",
|
||||
"send_success" : "${crypto}가 성공적으로 전송되었습니다",
|
||||
|
||||
|
||||
"settings_title" : "설정",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Naam",
|
||||
"send_got_it" : "Ik snap het",
|
||||
"send_sending" : "Bezig met verzenden...",
|
||||
"send_success" : "Uw Monero is succesvol verzonden",
|
||||
"send_success" : "Uw ${crypto} is succesvol verzonden",
|
||||
|
||||
|
||||
"settings_title" : "Instellingen",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Imię",
|
||||
"send_got_it" : "Rozumiem",
|
||||
"send_sending" : "Wysyłanie...",
|
||||
"send_success" : "Twoje Monero zostało pomyślnie wysłane",
|
||||
"send_success" : "Twoje ${crypto} zostało pomyślnie wysłane",
|
||||
|
||||
|
||||
"settings_title" : "Ustawienia",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Nome",
|
||||
"send_got_it" : "Entendi",
|
||||
"send_sending" : "Enviando...",
|
||||
"send_success" : "Seu Monero foi enviado com sucesso",
|
||||
"send_success" : "Seu ${crypto} foi enviado com sucesso",
|
||||
|
||||
|
||||
"settings_title" : "Configurações",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Имя",
|
||||
"send_got_it" : "Понял",
|
||||
"send_sending" : "Отправка...",
|
||||
"send_success" : "Ваш Monero был успешно отправлен",
|
||||
"send_success" : "Ваш ${crypto} был успешно отправлен",
|
||||
|
||||
|
||||
"settings_title" : "Настройки",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "Ім'я",
|
||||
"send_got_it" : "Зрозумів",
|
||||
"send_sending" : "Відправлення...",
|
||||
"send_success" : "Ваш Monero успішно надісланий",
|
||||
"send_success" : "Ваш ${crypto} успішно надісланий",
|
||||
|
||||
|
||||
"settings_title" : "Налаштування",
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
"send_name" : "名稱",
|
||||
"send_got_it" : "得到它了",
|
||||
"send_sending" : "正在發送...",
|
||||
"send_success" : "你Monero已成功發送",
|
||||
"send_success" : "你${crypto}已成功發送",
|
||||
|
||||
|
||||
"settings_title" : "设定值",
|
||||
|
|
Loading…
Reference in a new issue