Skip to content

Commit

Permalink
fix: change fiat rate label for loading state
Browse files Browse the repository at this point in the history
  • Loading branch information
Syn-McJ committed Apr 20, 2024
1 parent d77a240 commit c84104c
Show file tree
Hide file tree
Showing 44 changed files with 131 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ extension CurrencyExchanger {
let amount = try convertDash(amount: dashAmount, to: currency)
return amount.formattedFiatAmount
} catch CurrencyExchanger.Error.ratesAreFetching {
return NSLocalizedString("Syncing...", comment: "Balance")
return NSLocalizedString("Fetching rates…", comment: "Balance")
} catch CurrencyExchanger.Error.ratesNotAvailable {
return NSLocalizedString("Syncing...", comment: "Balance")
return NSLocalizedString("Fetching rates…", comment: "Balance")
} catch {
return NSLocalizedString("Invalid amount", comment: "Balance")
}
Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/bg.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ca.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/cs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/da.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Informationen abrufen";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Konto";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/el.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Λήψη πληροφοριών";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Λογαριασμός χρημάτων";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/eo.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Obteniendo información";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Cuenta fiduciaria";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/et.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/fa.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/fi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/fil.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Kinukuha ang Impormasyon";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Récupération des infos";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Compte fiduciaire";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/hr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/hu.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/id.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Mengambil info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Akun Fiat";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Informazioni sul recupero";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Conto Fiat";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "情報の取得";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "フィアットアカウント";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "정보 가져오는 중";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "법정 화폐 계좌";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/mk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ms.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/nb.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Info ophalen";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat rekening";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Pobieranie informacji";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Konto Walutowe";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/pt.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Buscando informação";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Conta Fiat";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ro.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Получение данных";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Фиатный счёт";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Načítavanie informácií";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Hotovostný účet";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sl_SI.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sq.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sv.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Fetching Info";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Account";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/th.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "การดึงข้อมูล";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "บัญชีเงินสด";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/tr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Bilgi Alınıyor";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Fiat Hesabı";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/uk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,9 @@
/* Explore Dash */
"Fetching Info" = "Отримання інформації";

/* Balance */
"Fetching rates…" = "Fetching rates…";

/* Coinbase/Payment Methods */
"Fiat Account" = "Фіатний рахунок";

Expand Down
Loading

0 comments on commit c84104c

Please sign in to comment.