Skip to content

Commit

Permalink
New Crowdin updates (#1279)
Browse files Browse the repository at this point in the history
Co-authored-by: Matias Bzurovski <matias.bzurovski@rdx.works>
  • Loading branch information
radixbot and matiasbzurovski authored Aug 9, 2024
1 parent a4c860e commit 260dcb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,12 @@ public enum L10n {
/// Scan Account QR Code
public static let scanQRNavigationTitle = L10n.tr("Localizable", "assetTransfer_chooseReceivingAccount_scanQRNavigationTitle", fallback: "Scan Account QR Code")
}
public enum DepositStatus {
/// Recipient does not accept these tokens
public static let denied = L10n.tr("Localizable", "assetTransfer_depositStatus_denied", fallback: "Recipient does not accept these tokens")
/// Additional signature required to deposit
public static let signatureRequired = L10n.tr("Localizable", "assetTransfer_depositStatus_signatureRequired", fallback: "Additional signature required to deposit")
}
public enum Error {
/// Total amount exceeds your current balance
public static let insufficientBalance = L10n.tr("Localizable", "assetTransfer_error_insufficientBalance", fallback: "Total amount exceeds your current balance")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@ Code: %@";
"assetTransfer_maxAmountDialog_sendAllButton" = "%@ (send all XRD)";
"assetTransfer_maxAmountDialog_saveXrdForFeeButton" = "%@ (save 1 XRD for fee)";
"assetTransfer_extraSignature_label" = "You will be asked for an extra signature";
"assetTransfer_depositStatus_signatureRequired" = "Additional signature required to deposit";
"assetTransfer_depositStatus_denied" = "Recipient does not accept these tokens";
"importOlympiaLedgerAccounts_title" = "Verify With Ledger Device";
"importOlympiaLedgerAccounts_subtitle" = "You are attempting to import one or more Olympia accounts that must be verified with a Ledger hardware wallet device.";
"importOlympiaLedgerAccounts_listHeading" = "Already verified Ledger devices:";
Expand Down

0 comments on commit 260dcb5

Please sign in to comment.