Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #1329

Merged
merged 5 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading