Skip to content

Commit

Permalink
New Crowdin updates (#1329)
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 authored Sep 9, 2024
1 parent c48fb18 commit 9efb25e
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 @@ -887,6 +887,12 @@ public enum L10n {
}
}
public enum Biometrics {
public enum AppLockAvailableAlert {
/// Your phone was updated and now supports Apple's built-in App Lock feature.
public static let message = L10n.tr("Localizable", "biometrics_appLockAvailableAlert_message", fallback: "Your phone was updated and now supports Apple's built-in App Lock feature.")
/// Advanced Lock Disabled
public static let title = L10n.tr("Localizable", "biometrics_appLockAvailableAlert_title", fallback: "Advanced Lock Disabled")
}
public enum DeviceNotSecureAlert {
/// Your device currently has no device access security set, such as biometrics or a PIN. The Radix Wallet requires this to be set for your security.
public static let message = L10n.tr("Localizable", "biometrics_deviceNotSecureAlert_message", fallback: "Your device currently has no device access security set, such as biometrics or a PIN. The Radix Wallet requires this to be set for your security.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@
"biometrics_deviceNotSecureAlert_message" = "Your device currently has no device access security set, such as biometrics or a PIN. The Radix Wallet requires this to be set for your security.";
"biometrics_deviceNotSecureAlert_openSettings" = "Open Settings";
"biometrics_deviceNotSecureAlert_quit" = "Quit";
"biometrics_appLockAvailableAlert_title" = "Advanced Lock Disabled";
"biometrics_appLockAvailableAlert_message" = "Your phone was updated and now supports Apple\'s built-in App Lock feature.";
"common_account" = "Account";
"common_cancel" = "Cancel";
"common_continue" = "Continue";
Expand Down

0 comments on commit 9efb25e

Please sign in to comment.