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 #1184

Merged
merged 2 commits into from
Jun 21, 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 @@ -1860,8 +1860,14 @@ public enum L10n {
}
}
public enum IOSRecoverProfileBackup {
/// Could not load backups
public static let couldNotLoadBackups = L10n.tr("Localizable", "iOSRecoverProfileBackup_couldNotLoadBackups", fallback: "Could not load backups")
/// Network unavailable
public static let networkUnavailable = L10n.tr("Localizable", "iOSRecoverProfileBackup_networkUnavailable", fallback: "Network unavailable")
/// No wallet backups available on current iCloud account
public static let noBackupsAvailable = L10n.tr("Localizable", "iOSRecoverProfileBackup_noBackupsAvailable", fallback: "No wallet backups available on current iCloud account")
/// Not logged in to iCloud
public static let notLoggedInToICloud = L10n.tr("Localizable", "iOSRecoverProfileBackup_notLoggedInToICloud", fallback: "Not logged in to iCloud")
public enum Choose {
/// Choose a backup on iCloud
public static let title = L10n.tr("Localizable", "iOSRecoverProfileBackup_choose_title", fallback: "Choose a backup on iCloud")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,9 @@ Code: %@";
"androidRecoverProfileBackup_choose_title" = "Choose a backup";
"iOSRecoverProfileBackup_choose_title" = "Choose a backup on iCloud";
"iOSRecoverProfileBackup_noBackupsAvailable" = "No wallet backups available on current iCloud account";
"iOSRecoverProfileBackup_notLoggedInToICloud" = "Not logged in to iCloud";
"iOSRecoverProfileBackup_networkUnavailable" = "Network unavailable";
"iOSRecoverProfileBackup_couldNotLoadBackups" = "Could not load backups";
"androidRecoverProfileBackup_noBackupsAvailable" = "No wallet backups available";
"recoverProfileBackup_backupFrom" = "**Backup from:** %@";
"recoverProfileBackup_lastModified" = "**Last modified:** %@";
Expand Down
Loading