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

Merged
merged 2 commits into from
Mar 26, 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
4 changes: 2 additions & 2 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2652,8 +2652,8 @@ public enum L10n {
}
public enum TransactionStatus {
public enum AssertionFailure {
/// A guarantee on transaction results was not met. Consider reducing your preferred guarantee %
public static let text = L10n.tr("Localizable", "transactionStatus_assertionFailure_text", fallback: "A guarantee on transaction results was not met. Consider reducing your preferred guarantee %")
/// A guarantee on transaction results was not met. Consider reducing your preferred guarantee %%
public static let text = L10n.tr("Localizable", "transactionStatus_assertionFailure_text", fallback: "A guarantee on transaction results was not met. Consider reducing your preferred guarantee %%")
}
public enum Completing {
/// Completing Transaction…
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
"transactionStatus_dismissDialog_message" = "Stop waiting for transaction result? The transaction will not be canceled.";
"transactionStatus_dismissalDisabledDialog_title" = "Dismiss";
"transactionStatus_dismissalDisabledDialog_text" = "This transaction requires to be completed";
"transactionStatus_assertionFailure_text" = "A guarantee on transaction results was not met. Consider reducing your preferred guarantee %";
"transactionStatus_assertionFailure_text" = "A guarantee on transaction results was not met. Consider reducing your preferred guarantee %%";
"addressAction_copyAddress" = "Copy Address";
"addressAction_copiedToClipboard" = "Copied to Clipboard";
"addressAction_copyNftId" = "Copy NFT ID";
Expand Down
Loading