Skip to content

Commit

Permalink
Update missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
lubej committed Oct 20, 2023
1 parent c02ba19 commit e357621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const DerivationFormatter = (props: DerivationFormatterProps) => {
const { t } = useTranslation()
const walletTypes: { [type in WalletType]: string } = {
[WalletType.Ledger]: t('toolbar.wallets.type.usbLedger', 'USB Ledger'),
[WalletType.BleLedger]: t('toolbar.wallets.type.bluetoothLedger', 'Bluetooth Ledger'),
[WalletType.BleLedger]: t('toolbar.wallets.type.bluetoothLedger', 'BLE Ledger'),
[WalletType.Mnemonic]: t('toolbar.wallets.type.mnemonic', 'Mnemonic'),
[WalletType.PrivateKey]: t('toolbar.wallets.type.privateKey', 'Private key'),
}
Expand Down
10 changes: 4 additions & 6 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
"send": "Send",
"success": "Transaction successfully sent. The transaction might take up to a minute to appear on your account."
},
"settings": {
"exportPrivateKey": {
"copied": "Private key copied."
}
},
"subnavigation": {
"activeDelegations": "Active delegations",
"debondingDelegations": "Debonding delegations",
Expand Down Expand Up @@ -142,6 +137,7 @@
"errors": {
"LedgerDerivedDifferentAccount": "This account does not belong to the currently connected Ledger.",
"LedgerOasisAppIsNotOpen": "Oasis App on Ledger is closed.",
"bluetoothTransportNotSupported": "Your device does not support Bluetooth.",
"cannotSendToSelf": "Cannot send to yourself",
"disconnectedError": "Lost connection.",
"duplicateTransaction": "Duplicate transaction",
Expand Down Expand Up @@ -223,6 +219,7 @@
"idle": "Idle",
"loadingAccounts": "Loading account details",
"loadingBalances": "Loading balance details",
"loadingBluetoothDevices": "Loading bluetooth devices",
"openingUsb": "Opening Ledger through USB"
}
},
Expand Down Expand Up @@ -435,6 +432,7 @@
"contacts": "Contacts",
"exportPrivateKey": {
"confirm": "I understand, reveal my private key",
"copied": "Private key copied.",
"hint1": "The private key consists of a string of characters. Anyone with access to your private key has direct access to the assets of that account.",
"hint2": "Once the private key is lost, it cannot be retrieved. Please make sure to Backup the private key and keep it in a safe place.",
"title": "Export Private Key"
Expand All @@ -447,7 +445,7 @@
"wallets": {
"select": "Select",
"type": {
"bluetoothLedger": "Bluetooth Ledger",
"bluetoothLedger": "BLE Ledger",
"mnemonic": "Mnemonic",
"privateKey": "Private key",
"usbLedger": "USB Ledger"
Expand Down

0 comments on commit e357621

Please sign in to comment.