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

Merged
merged 2 commits into from
Jul 25, 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
2 changes: 2 additions & 0 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,8 @@ public enum L10n {
}
/// Here are the dApps you have logged into with this Persona.
public static let authorizedDappsHeading = L10n.tr("Localizable", "authorizedDapps_personaDetails_authorizedDappsHeading", fallback: "Here are the dApps you have logged into with this Persona.")
/// Edit
public static let edit = L10n.tr("Localizable", "authorizedDapps_personaDetails_edit", fallback: "Edit")
/// Edit Account Sharing
public static let editAccountSharing = L10n.tr("Localizable", "authorizedDapps_personaDetails_editAccountSharing", fallback: "Edit Account Sharing")
/// Edit Avatar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"homePage_radixBanner_subtitle" = "Complete setting up your wallet and start staking, using dApps and more!";
"homePage_radixBanner_action" = "Get Started Now";
"homePage_secureFolder_warning" = "Your wallet has encountered a problem that should be resolved before you continue use. If you have a Samsung phone, this may be caused by putting the Radix Wallet in the \"Secure Folder\". Please contact support at hello@radixdlt.com for assistance.";
"homePage_example_placeholder" = "This is a placeholder";
"account_transfer" = "Transfer";
"account_tokens" = "Tokens";
"account_nfts" = "NFTs";
Expand Down Expand Up @@ -277,6 +276,7 @@
"authorizedDapps_personaDetails_nameVariantWestern" = "Western style (given name(s) first)";
"authorizedDapps_personaDetails_hideThisPersona" = "Hide This Persona";
"authorizedDapps_personaDetails_hidePersonaConfirmation" = "Are you sure you want to hide this persona?";
"authorizedDapps_personaDetails_edit" = "Edit";
"editPersona_requiredByDapp" = "Required by dApp";
"editPersona_sharedInformationHeading" = "The following information can be seen if requested by the dApp";
"editPersona_error_blank" = "Label cannot be blank";
Expand Down
Loading