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

Merged
merged 2 commits into from
Jul 11, 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
16 changes: 10 additions & 6 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,10 @@ public enum L10n {
public static let accountColorSubtitle = L10n.tr("Localizable", "accountSettings_accountColorSubtitle", fallback: "Select from a list of unique colors")
/// Account Hidden
public static let accountHidden = L10n.tr("Localizable", "accountSettings_accountHidden", fallback: "Account Hidden")
/// Account Label
public static let accountLabel = L10n.tr("Localizable", "accountSettings_accountLabel", fallback: "Account Label")
/// Account Name
public static let accountLabel = L10n.tr("Localizable", "accountSettings_accountLabel", fallback: "Account Name")
/// Name your account
public static let accountLabelSubtitle = L10n.tr("Localizable", "accountSettings_accountLabelSubtitle", fallback: "Name your account")
/// Set development preferences
public static let developmentHeading = L10n.tr("Localizable", "accountSettings_developmentHeading", fallback: "Set development preferences")
/// Dev Preferences
Expand Down Expand Up @@ -227,6 +229,8 @@ public enum L10n {
public static let specificAssetsDeposits = L10n.tr("Localizable", "accountSettings_specificAssetsDeposits", fallback: "Allow/Deny Specific Assets")
/// Third-party Deposits
public static let thirdPartyDeposits = L10n.tr("Localizable", "accountSettings_thirdPartyDeposits", fallback: "Third-party Deposits")
/// Choose who can deposit into your Account
public static let thirdPartyDepositsSubtitle = L10n.tr("Localizable", "accountSettings_thirdPartyDepositsSubtitle", fallback: "Choose who can deposit into your Account")
/// Account Settings
public static let title = L10n.tr("Localizable", "accountSettings_title", fallback: "Account Settings")
/// Updated
Expand Down Expand Up @@ -1324,13 +1328,13 @@ public enum L10n {
public static func lastLoginWasOn(_ p1: Any) -> String {
return L10n.tr("Localizable", "dAppRequest_login_lastLoginWasOn", String(describing: p1), fallback: "Your last login was on %@")
}
/// %@ is requesting that you login with a Persona.
/// **%@** is requesting that you login with a Persona.
public static func subtitleKnownDapp(_ p1: Any) -> String {
return L10n.tr("Localizable", "dAppRequest_login_subtitleKnownDapp", String(describing: p1), fallback: "%@ is requesting that you login with a Persona.")
return L10n.tr("Localizable", "dAppRequest_login_subtitleKnownDapp", String(describing: p1), fallback: "**%@** is requesting that you login with a Persona.")
}
/// %@ is requesting that you login for the **first time** with a Persona.
/// **%@** is requesting that you login for the first time with a Persona.
public static func subtitleNewDapp(_ p1: Any) -> String {
return L10n.tr("Localizable", "dAppRequest_login_subtitleNewDapp", String(describing: p1), fallback: "%@ is requesting that you login for the **first time** with a Persona.")
return L10n.tr("Localizable", "dAppRequest_login_subtitleNewDapp", String(describing: p1), fallback: "**%@** is requesting that you login for the first time with a Persona.")
}
/// Login Request
public static let titleKnownDapp = L10n.tr("Localizable", "dAppRequest_login_titleKnownDapp", fallback: "Login Request")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"assetDetails_behaviors_nftDataChangeableByAnyone" = "Anyone can change data that is set on these NFTs.";
"accountSettings_title" = "Account Settings";
"accountSettings_personalizeHeading" = "Personalize this Account";
"accountSettings_accountLabel" = "Account Label";
"accountSettings_accountLabel" = "Account Name";
"accountSettings_accountLabelSubtitle" = "Name your account";
"accountSettings_accountColor" = "Account Color";
"accountSettings_accountColorSubtitle" = "Select from a list of unique colors";
"accountSettings_showAssets" = "Show Assets with Tags";
Expand All @@ -108,6 +109,7 @@
"accountSettings_showAssetsSubtitle" = "Select which tags to show for assets in this Account";
"accountSettings_setBehaviorHeading" = "Set how you want this Account to work";
"accountSettings_thirdPartyDeposits" = "Third-party Deposits";
"accountSettings_thirdPartyDepositsSubtitle" = "Choose who can deposit into your Account";
"accountSettings_hideAccount" = "Hide Account";
"accountSettings_accountHidden" = "Account Hidden";
"accountSettings_getXrdTestTokens" = "Get XRD Test Tokens";
Expand Down Expand Up @@ -326,9 +328,9 @@
"createPersona_requiredField" = "Required field";
"createPersona_saveAndContinueButtonTitle" = "Save and Continue";
"dAppRequest_login_titleKnownDapp" = "Login Request";
"dAppRequest_login_subtitleKnownDapp" = "%@ is requesting that you login with a Persona.";
"dAppRequest_login_subtitleKnownDapp" = "**%@** is requesting that you login with a Persona.";
"dAppRequest_login_titleNewDapp" = "New Login Request";
"dAppRequest_login_subtitleNewDapp" = "%@ is requesting that you login for the **first time** with a Persona.";
"dAppRequest_login_subtitleNewDapp" = "**%@** is requesting that you login for the first time with a Persona.";
"dAppRequest_login_choosePersona" = "Choose a Persona";
"dAppRequest_login_lastLoginWasOn" = "Your last login was on %@";
"dAppRequest_login_continue" = "Continue";
Expand Down
Loading