Skip to content

Commit

Permalink
New Crowdin updates (#1184)
Browse files Browse the repository at this point in the history
Co-authored-by: kugel3 <gustaf.kugelberg@rdx.works>
  • Loading branch information
radixbot and kugel3 authored Jun 21, 2024
1 parent ce236a4 commit 11e72e7
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -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

0 comments on commit 11e72e7

Please sign in to comment.