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

Merged
merged 4 commits into from
Dec 16, 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
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ internal enum AssetResource {
internal static let shieldSetupOnboardingApply = ImageAsset(name: "shieldSetupOnboardingApply")
internal static let shieldSetupOnboardingBuild = ImageAsset(name: "shieldSetupOnboardingBuild")
internal static let shieldSetupOnboardingIntro = ImageAsset(name: "shieldSetupOnboardingIntro")
internal static let prepareFactorSourcesAdd = ImageAsset(name: "prepareFactorSourcesAdd")
internal static let prepareFactorSourcesCompletion = ImageAsset(name: "prepareFactorSourcesCompletion")
internal static let prepareFactorSourcesIntro = ImageAsset(name: "prepareFactorSourcesIntro")
internal static let splash = ImageAsset(name: "Splash")
internal static let splashItem1 = ImageAsset(name: "splash-item-1")
internal static let splashItem2 = ImageAsset(name: "splash-item-2")
Expand Down
56 changes: 56 additions & 0 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,30 @@ internal enum L10n {
/// 1 Persona
internal static let personaSingular = L10n.tr("Localizable", "factorSources_card_personaSingular", fallback: "1 Persona")
}
internal enum Detail {
/// Advanced
internal static let advanced = L10n.tr("Localizable", "factorSources_detail_advanced", fallback: "Advanced")
/// Change PIN
internal static let changePin = L10n.tr("Localizable", "factorSources_detail_changePin", fallback: "Change PIN")
/// **Last used:** %@
internal static func lastUsed(_ p1: Any) -> String {
return L10n.tr("Localizable", "factorSources_detail_lastUsed", String(describing: p1), fallback: "**Last used:** %@")
}
/// Rename this factor
internal static let rename = L10n.tr("Localizable", "factorSources_detail_rename", fallback: "Rename this factor")
/// Factor Settings
internal static let settings = L10n.tr("Localizable", "factorSources_detail_settings", fallback: "Factor Settings")
/// Spot Check
internal static let spotCheck = L10n.tr("Localizable", "factorSources_detail_spotCheck", fallback: "Spot Check")
/// Test
internal static let test = L10n.tr("Localizable", "factorSources_detail_test", fallback: "Test")
/// Test that you can use this factor
internal static let testCanUse = L10n.tr("Localizable", "factorSources_detail_testCanUse", fallback: "Test that you can use this factor")
/// View Seed Phrase
internal static let viewSeedPhrase = L10n.tr("Localizable", "factorSources_detail_viewSeedPhrase", fallback: "View Seed Phrase")
/// Write down the seed phrase for advanced recovery
internal static let writeSeedPhrase = L10n.tr("Localizable", "factorSources_detail_writeSeedPhrase", fallback: "Write down the seed phrase for advanced recovery")
}
internal enum Kind {
/// Phone
internal static let device = L10n.tr("Localizable", "factorSources_kind_device", fallback: "Phone")
Expand Down Expand Up @@ -3437,6 +3461,38 @@ internal enum L10n {
internal static let useNewWalletAlertTitle = L10n.tr("Localizable", "recoverWalletWithoutProfile_start_useNewWalletAlertTitle", fallback: "No Main Seed Phrase?")
}
}
internal enum RenameLabel {
/// Updated
internal static let success = L10n.tr("Localizable", "renameLabel_success", fallback: "Updated")
/// Update
internal static let update = L10n.tr("Localizable", "renameLabel_update", fallback: "Update")
internal enum Account {
/// Account label required
internal static let empty = L10n.tr("Localizable", "renameLabel_account_empty", fallback: "Account label required")
/// Enter a new label for this Account
internal static let subtitle = L10n.tr("Localizable", "renameLabel_account_subtitle", fallback: "Enter a new label for this Account")
/// Rename Account
internal static let title = L10n.tr("Localizable", "renameLabel_account_title", fallback: "Rename Account")
/// Account label too long
internal static let tooLong = L10n.tr("Localizable", "renameLabel_account_tooLong", fallback: "Account label too long")
}
internal enum Connector {
/// Linked Connector name required
internal static let empty = L10n.tr("Localizable", "renameLabel_connector_empty", fallback: "Linked Connector name required")
/// Enter a new name for this Linked Connector
internal static let subtitle = L10n.tr("Localizable", "renameLabel_connector_subtitle", fallback: "Enter a new name for this Linked Connector")
/// Rename Connector
internal static let title = L10n.tr("Localizable", "renameLabel_connector_title", fallback: "Rename Connector")
}
internal enum FactorSource {
/// Factor Source name required
internal static let empty = L10n.tr("Localizable", "renameLabel_factorSource_empty", fallback: "Factor Source name required")
/// Enter a new name for this Factor Source
internal static let subtitle = L10n.tr("Localizable", "renameLabel_factorSource_subtitle", fallback: "Enter a new name for this Factor Source")
/// Rename Factor Source
internal static let title = L10n.tr("Localizable", "renameLabel_factorSource_title", fallback: "Rename Factor Source")
}
}
internal enum RevealSeedPhrase {
/// Passphrase
internal static let passphrase = L10n.tr("Localizable", "revealSeedPhrase_passphrase", fallback: "Passphrase")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,16 @@ Code: %@";
"factorSources_list_seedPhraseNotRecoverable" = "Write down seed phrase to make this factor recoverable";
"factorSources_list_arculusCardNotWorking" = "Arculus not working. Try adding it again";
"factorSources_list_lostFactorSource" = "This factor has been lost";
"factorSources_detail_settings" = "Factor Settings";
"factorSources_detail_test" = "Test";
"factorSources_detail_advanced" = "Advanced";
"factorSources_detail_rename" = "Rename this factor";
"factorSources_detail_spotCheck" = "Spot Check";
"factorSources_detail_testCanUse" = "Test that you can use this factor";
"factorSources_detail_lastUsed" = "**Last used:** %@";
"factorSources_detail_viewSeedPhrase" = "View Seed Phrase";
"factorSources_detail_writeSeedPhrase" = "Write down the seed phrase for advanced recovery";
"factorSources_detail_changePin" = "Change PIN";
"customizeNetworkFees_normalMode_title" = "Customize Fees";
"customizeNetworkFees_feeBreakdownTitle" = "Estimated Transaction Fees";
"customizeNetworkFees_totalFee" = "Transaction Fee";
Expand Down Expand Up @@ -1430,4 +1440,16 @@ Code: %@";
"shieldSetupSelectFactors_subtitle" = "Choose the factors you’ll use to sign transactions. You’ll use **all** of these factors every time you send assets or log in to dApps.";
"shieldSetupSelectFactors_statusMessage_atLeastOneFactor" = "You need to select at least 1 factor for signing transactions";
"shieldSetupSelectFactors_statusMessage_recommendedFactors" = "Choosing 2 factors will make your Shield more secure and reliable";
"shieldSetupSelectFactors_buildButtonTitle" = "Build Shield";
"shieldSetupSelectFactors_buildButtonTitle" = "Build Shield";
"renameLabel_factorSource_title" = "Rename Factor Source";
"renameLabel_factorSource_subtitle" = "Enter a new name for this Factor Source";
"renameLabel_factorSource_empty" = "Factor Source name required";
"renameLabel_connector_title" = "Rename Connector";
"renameLabel_connector_subtitle" = "Enter a new name for this Linked Connector";
"renameLabel_connector_empty" = "Linked Connector name required";
"renameLabel_account_title" = "Rename Account";
"renameLabel_account_subtitle" = "Enter a new label for this Account";
"renameLabel_account_empty" = "Account label required";
"renameLabel_account_tooLong" = "Account label too long";
"renameLabel_update" = "Update";
"renameLabel_success" = "Updated";
Loading