Skip to content

Commit

Permalink
New Crowdin updates (#1180)
Browse files Browse the repository at this point in the history
Co-authored-by: danvleju-rdx <163979791+danvleju-rdx@users.noreply.github.com>
  • Loading branch information
radixbot and danvleju-rdx committed Jun 20, 2024
1 parent e2e5dad commit 8ec9a2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,13 @@ public enum L10n {
}
}
public enum Error {
/// Email Support
public static let emailSupportButtonTitle = L10n.tr("Localizable", "error_emailSupportButtonTitle", fallback: "Email Support")
/// Please email support to automatically provide debugging info, and get assistance.
/// Code: %@
public static func emailSupportMessage(_ p1: Any) -> String {
return L10n.tr("Localizable", "error_emailSupportMessage", String(describing: p1), fallback: "Please email support to automatically provide debugging info, and get assistance.\nCode: %@")
}
public enum AccountLabel {
/// Account label required
public static let missing = L10n.tr("Localizable", "error_accountLabel_missing", fallback: "Account label required")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@
"error_accountLabel_tooLong" = "Account label too long";
"error_accountLabel_missing" = "Account label required";
"error_transactionFailure_doesNotAllowThirdPartyDeposits" = "One of the receiving accounts does not allow Third-Party deposits";
"error_emailSupportButtonTitle" = "Email Support";
"error_emailSupportMessage" = "Please email support to automatically provide debugging info, and get assistance.
Code: %@";
"importOlympiaAccounts_scanQR_title" = "Import Legacy Olympia Accounts";
"importOlympiaAccounts_scanQR_instructions" = "Scan the QR code shown in the Export section of the Radix Desktop Wallet for Olympia.";
"importOlympiaAccounts_scanQR_scannedLabel" = "Scanned: %d/%d";
Expand Down

0 comments on commit 8ec9a2b

Please sign in to comment.