Skip to content

Commit

Permalink
New Crowdin updates (#1349)
Browse files Browse the repository at this point in the history
Co-authored-by: Matias Bzurovski <[email protected]>
  • Loading branch information
radixbot and matiasbzurovski authored Sep 19, 2024
1 parent 20966b0 commit 81b8944
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
18 changes: 0 additions & 18 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1950,8 +1950,6 @@ public enum L10n {
}
/// Unable to find wallet backup in iCloud.
public static let profileNotFoundInCloud = L10n.tr("Localizable", "iOSProfileBackup_profileNotFoundInCloud", fallback: "Unable to find wallet backup in iCloud.")
/// This Device
public static let thisDevice = L10n.tr("Localizable", "iOSProfileBackup_thisDevice", fallback: "This Device")
/// Number of Accounts: %d
public static func totalAccountsNumberLabel(_ p1: Int) -> String {
return L10n.tr("Localizable", "iOSProfileBackup_totalAccountsNumberLabel", p1, fallback: "Number of Accounts: %d")
Expand Down Expand Up @@ -1995,20 +1993,6 @@ public enum L10n {
public static let title = L10n.tr("Localizable", "iOSProfileBackup_profileSync_title", fallback: "Sync Wallet Data to iCloud")
}
}
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")
}
}
public enum ImportMnemonic {
/// Advanced Mode
public static let advancedModeButton = L10n.tr("Localizable", "importMnemonic_advancedModeButton", fallback: "Advanced Mode")
Expand Down Expand Up @@ -2970,8 +2954,6 @@ public enum L10n {
public static let passwordWrong = L10n.tr("Localizable", "recoverProfileBackup_passwordWrong", fallback: "The password is wrong")
/// This Device
public static let thisDevice = L10n.tr("Localizable", "recoverProfileBackup_thisDevice", fallback: "This Device")
/// Update in System Settings
public static let updateSystemSetings = L10n.tr("Localizable", "recoverProfileBackup_updateSystemSetings", fallback: "Update in System Settings")
public enum Choose {
/// Choose a backup on iCloud
public static let ios = L10n.tr("Localizable", "recoverProfileBackup_choose_iOS", fallback: "Choose a backup on iCloud")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,6 @@ Code: %@";
"iOSProfileBackup_importBackupWallet" = "Import From Backup";
"iOSProfileBackup_cloudBackupWallet" = "Available backups:";
"iOSProfileBackup_useICloudBackup" = "Use iCloud Backup Data";
"iOSProfileBackup_thisDevice" = "This Device";
"iOSProfileBackup_creatingDevice" = "Backup created by: %@";
"iOSProfileBackup_creationDateLabel" = "Creation date: %@";
"iOSProfileBackup_lastUsedOnDeviceLabel" = "Last used on device: %@";
Expand All @@ -872,11 +871,6 @@ Code: %@";
"recoverProfileBackup_header_title" = "Restore Wallet From Backup";
"recoverProfileBackup_header_subtitle" = "Select a backup to restore your Radix Wallet. You will be asked to enter your seed phrase(s) to recover control of your Accounts and Personas.";
"androidRecoverProfileBackup_choose_title" = "Choose a backup from Google Drive";
"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 All @@ -892,7 +886,6 @@ Code: %@";
"recoverProfileBackup_notLoggedIn_iOS" = "Not logged in to iCloud";
"recoverProfileBackup_networkUnavailable" = "Network unavailable";
"recoverProfileBackup_couldNotLoadBackups" = "Could not load backups";
"recoverProfileBackup_updateSystemSetings" = "Update in System Settings";
"recoverProfileBackup_thisDevice" = "This Device";
"recoverSeedPhrase_header_titleMain" = "Main Seed Phrase Required";
"recoverSeedPhrase_header_titleNoMainSeedPhrase" = "No Main Seed Phrase?";
Expand Down

0 comments on commit 81b8944

Please sign in to comment.