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

Merged
merged 3 commits into from
Feb 20, 2025
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
4 changes: 4 additions & 0 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3897,12 +3897,16 @@ internal enum L10n {
}
/// 1 Account
internal static let accountSingular = L10n.tr("Localizable", "securityShields_assigned_accountSingular", fallback: "1 Account")
/// Hidden Accounts or Personas
internal static let onlyHiddenEntities = L10n.tr("Localizable", "securityShields_assigned_onlyHiddenEntities", fallback: "Hidden Accounts or Personas")
/// %d Personas
internal static func personaPlural(_ p1: Int) -> String {
return L10n.tr("Localizable", "securityShields_assigned_personaPlural", p1, fallback: "%d Personas")
}
/// 1 Persona
internal static let personaSingular = L10n.tr("Localizable", "securityShields_assigned_personaSingular", fallback: "1 Persona")
/// (and some hidden)
internal static let someHiddenEntities = L10n.tr("Localizable", "securityShields_assigned_someHiddenEntities", fallback: "(and some hidden)")
/// Assigned to:
internal static let title = L10n.tr("Localizable", "securityShields_assigned_title", fallback: "Assigned to:")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1597,6 +1597,8 @@ Code: %@";
"securityShields_assigned_accountPlural" = "%d Accounts";
"securityShields_assigned_personaSingular" = "1 Persona";
"securityShields_assigned_personaPlural" = "%d Personas";
"securityShields_assigned_someHiddenEntities" = "(and some hidden)";
"securityShields_assigned_onlyHiddenEntities" = "Hidden Accounts or Personas";
"securityShields_changeMain_title" = "Change Default Shield";
"securityShields_changeMain_subtitle" = "Choose which Security Shield will be pre-selected when you want to use one for an Account or Persona.";
"securityShields_createShieldButton" = "Create New Security Shield";
Loading