Skip to content
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
36 changes: 36 additions & 0 deletions Mixin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,15 @@
9459693628B28F18006F5421 /* TIPNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9459693528B28F18006F5421 /* TIPNavigationController.swift */; };
9459693928B28FF8006F5421 /* TIPActionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9459693728B28FF8006F5421 /* TIPActionViewController.swift */; };
9459693A28B28FF8006F5421 /* TIPActionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9459693828B28FF8006F5421 /* TIPActionView.xib */; };
945A72782E59BC48006A11E9 /* TIPQuizView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 945A72772E59BC48006A11E9 /* TIPQuizView.xib */; };
945A72792E59BC48006A11E9 /* TIPQuizViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945A72762E59BC48006A11E9 /* TIPQuizViewController.swift */; };
945A72882E59BE1F006A11E9 /* TIPQuizQuestionCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 945A72872E59BE1F006A11E9 /* TIPQuizQuestionCell.xib */; };
945A72892E59BE1F006A11E9 /* TIPQuizQuestionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945A72862E59BE1F006A11E9 /* TIPQuizQuestionCell.swift */; };
945A72922E59BE2E006A11E9 /* TIPQuizAnswerCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 945A72912E59BE2E006A11E9 /* TIPQuizAnswerCell.xib */; };
945A72932E59BE2E006A11E9 /* TIPQuizAnswerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945A72902E59BE2E006A11E9 /* TIPQuizAnswerCell.swift */; };
945A72C02E59C8BF006A11E9 /* TIPQuizAnswer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945A72BF2E59C8BB006A11E9 /* TIPQuizAnswer.swift */; };
945A72E12E59EE38006A11E9 /* TIPQuizAnswerView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 945A72E02E59EE38006A11E9 /* TIPQuizAnswerView.xib */; };
945A72E22E59EE38006A11E9 /* TIPQuizAnswerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945A72DF2E59EE38006A11E9 /* TIPQuizAnswerViewController.swift */; };
945AA6582567B18200B39415 /* Country.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945AA6572567B18200B39415 /* Country.swift */; };
945C59102DC215A90024F6DE /* MembershipViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945C590F2DC215A50024F6DE /* MembershipViewController.swift */; };
945C59192DC215F60024F6DE /* MembershipCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 945C59172DC215F60024F6DE /* MembershipCell.swift */; };
Expand Down Expand Up @@ -2627,6 +2636,15 @@
9459693528B28F18006F5421 /* TIPNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TIPNavigationController.swift; sourceTree = "<group>"; };
9459693728B28FF8006F5421 /* TIPActionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TIPActionViewController.swift; sourceTree = "<group>"; };
9459693828B28FF8006F5421 /* TIPActionView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TIPActionView.xib; sourceTree = "<group>"; };
945A72762E59BC48006A11E9 /* TIPQuizViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TIPQuizViewController.swift; sourceTree = "<group>"; };
945A72772E59BC48006A11E9 /* TIPQuizView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TIPQuizView.xib; sourceTree = "<group>"; };
945A72862E59BE1F006A11E9 /* TIPQuizQuestionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TIPQuizQuestionCell.swift; sourceTree = "<group>"; };
945A72872E59BE1F006A11E9 /* TIPQuizQuestionCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TIPQuizQuestionCell.xib; sourceTree = "<group>"; };
945A72902E59BE2E006A11E9 /* TIPQuizAnswerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TIPQuizAnswerCell.swift; sourceTree = "<group>"; };
945A72912E59BE2E006A11E9 /* TIPQuizAnswerCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TIPQuizAnswerCell.xib; sourceTree = "<group>"; };
945A72BF2E59C8BB006A11E9 /* TIPQuizAnswer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TIPQuizAnswer.swift; sourceTree = "<group>"; };
945A72DF2E59EE38006A11E9 /* TIPQuizAnswerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TIPQuizAnswerViewController.swift; sourceTree = "<group>"; };
945A72E02E59EE38006A11E9 /* TIPQuizAnswerView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TIPQuizAnswerView.xib; sourceTree = "<group>"; };
945AA6572567B18200B39415 /* Country.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Country.swift; sourceTree = "<group>"; };
945C590F2DC215A50024F6DE /* MembershipViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MembershipViewController.swift; sourceTree = "<group>"; };
945C59172DC215F60024F6DE /* MembershipCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MembershipCell.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4709,6 +4727,15 @@
94C359F428B506D40010F53C /* TIPFullscreenInputViewController.swift */,
9459693728B28FF8006F5421 /* TIPActionViewController.swift */,
943A63E228BDEC27008E0F78 /* TIPPopupInputViewController.swift */,
945A72BF2E59C8BB006A11E9 /* TIPQuizAnswer.swift */,
945A72872E59BE1F006A11E9 /* TIPQuizQuestionCell.xib */,
945A72862E59BE1F006A11E9 /* TIPQuizQuestionCell.swift */,
945A72912E59BE2E006A11E9 /* TIPQuizAnswerCell.xib */,
945A72902E59BE2E006A11E9 /* TIPQuizAnswerCell.swift */,
945A72772E59BC48006A11E9 /* TIPQuizView.xib */,
945A72762E59BC48006A11E9 /* TIPQuizViewController.swift */,
945A72E02E59EE38006A11E9 /* TIPQuizAnswerView.xib */,
945A72DF2E59EE38006A11E9 /* TIPQuizAnswerViewController.swift */,
);
path = PIN;
sourceTree = "<group>";
Expand Down Expand Up @@ -6219,6 +6246,7 @@
94CD471D2BECAE9D00A3DE10 /* InscriptionHashCell.xib in Resources */,
7B833E9D22C4AED20063929D /* [email protected] in Resources */,
946983B529D2A0DE00E73428 /* NetworkFeeOptionCell.xib in Resources */,
945A72782E59BC48006A11E9 /* TIPQuizView.xib in Resources */,
274264A920011C79000A8808 /* mixin.caf in Resources */,
94317D082AFBE57200FDC9C9 /* MemoCell.xib in Resources */,
94095BB725BE8BC100F44832 /* TextPreviewView.xib in Resources */,
Expand Down Expand Up @@ -6338,6 +6366,7 @@
9417EF352DC3549C005079CB /* MembershipBenefitCell.xib in Resources */,
941979552BA47782002BA19F /* Web3MessageCell.xib in Resources */,
7B595359226749A100D59DB4 /* PeerCell.xib in Resources */,
945A72E12E59EE38006A11E9 /* TIPQuizAnswerView.xib in Resources */,
948723392C9DF6380034BCB0 /* AddMarketAlertView.xib in Resources */,
940EF8B12C8AE573000AD1C6 /* ShareMarketAsPictureView.xib in Resources */,
94DC24392D08051C006501B3 /* DesktopSessionValidationView.xib in Resources */,
Expand Down Expand Up @@ -6421,6 +6450,7 @@
94DD0D882DC327ED00C70CA2 /* MembershipPlanSelectorCell.xib in Resources */,
7BEC4DF121A7D054003336F2 /* AssetCell.xib in Resources */,
949A3686261D9C5C004251B2 /* post.css in Resources */,
945A72922E59BE2E006A11E9 /* TIPQuizAnswerCell.xib in Resources */,
7C0E15E1270053AC002FC718 /* UnknownURLWindow.xib in Resources */,
94E978B32D09818B00FFCC12 /* ClockSkewView.xib in Resources */,
94CA5C572CE5F5F80086C484 /* PaymentCollectibleCell.xib in Resources */,
Expand Down Expand Up @@ -6486,6 +6516,7 @@
7C952D0027E036240083F92B /* ExpiredMessageTableHeaderView.xib in Resources */,
94CB85DA2C6B4EC600135641 /* TokenInfoCell.xib in Resources */,
94902E462DA6CD6D00E52FC6 /* SimpleWeb3TransactionTableHeaderView.xib in Resources */,
945A72882E59BE1F006A11E9 /* TIPQuizQuestionCell.xib in Resources */,
944C61082B6AB6B400C7DF06 /* AuthenticationPreviewCompactInfoCell.xib in Resources */,
DFE356B51FB4990100E0E3A8 /* Setting.storyboard in Resources */,
9489247F2D572EA200D9BCCB /* TokenReceiverTrayView.xib in Resources */,
Expand Down Expand Up @@ -7528,6 +7559,7 @@
9414A7832BE78C2F00FA35EB /* Web3TransferInputAmountViewController.swift in Sources */,
94D3CEA22C3EFD4B00E1E542 /* AppCardV1MessageCell.swift in Sources */,
DF2A245E1FCC5D15003A8C1E /* GroupAddMemberCell.swift in Sources */,
945A72E22E59EE38006A11E9 /* TIPQuizAnswerViewController.swift in Sources */,
DFB6CE1E23C4805B00FB6615 /* KeychainExtension.swift in Sources */,
7B2E3E5A1FA0816D00DDDDEB /* LoginContinueButton.swift in Sources */,
944C60FC2B6A896400C7DF06 /* AuthenticationPreviewHeaderView.swift in Sources */,
Expand Down Expand Up @@ -7861,6 +7893,7 @@
7CEB736229DBC894006FB5B2 /* DeviceTransferAsset.swift in Sources */,
947BE3EF2DBA95B100A98677 /* ReviewPendingWeb3TransactionJob.swift in Sources */,
E08F4DDC2395345500C0D021 /* SharedAppCell.swift in Sources */,
945A72792E59BC48006A11E9 /* TIPQuizViewController.swift in Sources */,
7B9F810E222EA3EC0012BFDD /* PopupPresentationAnimator.swift in Sources */,
94D63DD62646C29100FD7EE8 /* MessageViewModelFactory.swift in Sources */,
94BF6D5B2B67EA99002CD556 /* DepositNetworkSelectorViewController.swift in Sources */,
Expand Down Expand Up @@ -7902,9 +7935,11 @@
94F268032E1586EF00A8A1E0 /* AddressAssets.swift in Sources */,
7B5E9B4C2437434D000AE24E /* CircleEditingButton.swift in Sources */,
7B4CBDC22528533600BA66D0 /* ClipSwitcher.swift in Sources */,
945A72892E59BE1F006A11E9 /* TIPQuizQuestionCell.swift in Sources */,
941995022CCE79E700F5425C /* IntroductionViewController.swift in Sources */,
942FD6762D38CF46004DCC4C /* SwapOrderTableViewController.swift in Sources */,
94CB85CF2C6B43A900135641 /* TokenMyBalanceCell.swift in Sources */,
945A72932E59BE2E006A11E9 /* TIPQuizAnswerCell.swift in Sources */,
948FBC882D6EF5CE000795E4 /* CommonWalletViewController.swift in Sources */,
9458A0942CC9450C00A51154 /* MnemonicsViewController.swift in Sources */,
7CB17B642771602A00CF4C94 /* DeleteAccountConfirmWindow.swift in Sources */,
Expand Down Expand Up @@ -7999,6 +8034,7 @@
7B9F8110222EA40F0012BFDD /* BackgroundDismissablePopupPresentationController.swift in Sources */,
7B36920C233B36D4007321A7 /* MediaTypeOverlayView.swift in Sources */,
7BC2D27F21992FA9002FAC1D /* SnapshotCell.swift in Sources */,
945A72C02E59C8BF006A11E9 /* TIPQuizAnswer.swift in Sources */,
94D9DF6125F89D6E00FC2F28 /* PopupTip.swift in Sources */,
7B3CDA6824FFF2D8003A3E80 /* AnimatedStickerView.swift in Sources */,
7C8FA8F62768926D00855AFD /* SecuritySettingViewController.swift in Sources */,
Expand Down
22 changes: 22 additions & 0 deletions Mixin/Assets.xcassets/radio_button.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions Mixin/Assets.xcassets/radio_button_selected.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions Mixin/Assets.xcassets/tip_quiz_correct.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions Mixin/Assets.xcassets/tip_quiz_wrong.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Mixin/Extension/URLExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extension URL {
static let recallMessage = URL(string: R.string.localizable.url_recall_message())!
static let support = URL(string: R.string.localizable.url_support())!
static let watchWallet = URL(string: R.string.localizable.url_watch_wallet())!
static let whatIsPIN = URL(string: R.string.localizable.url_what_is_pin())!

func getKeyVals() -> [String: String] {
return URLComponents(url: self, resolvingAgainstBaseURL: true)?.getKeyVals() ?? [:]
Expand Down
8 changes: 8 additions & 0 deletions Mixin/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
"chat_text_size" = "Chat Text Size";
"chat_waiting" = "Waiting for %1$@ to get online and establish an encrypted session. %2$@.";
"chats" = "Chats";
"check_answer" = "Check answer";
"check_backup" = "Check Backup";
"check_mnemonic_phrase" = "Check your mnemonic phrase";
"check_mnemonic_phrase_desc" = "Input each word in the order it was presented to you.";
Expand Down Expand Up @@ -1388,6 +1389,12 @@
"tip_create_pin_title" = "Set a 6 digit PIN to create your first digital wallet";
"tip_creation_introduction" = "Set a 6 digit Wallet PIN to create your first digital wallet, the PIN is based on the Throttled Identity Protocol, which is the decentralized key derivation protocol, read the document to learn more.";
"tip_introduction" = "The 6-digit PIN is based on the Throttled Identity Protocol, which is the decentralized key derivation protocol, read the document to learn more.";
"tip_quiz_answer" = "The PIN is the key to your wallet, and it’s unrecoverable if lost.";
"tip_quiz_correct_answer" = "I’ll lose access to my account and funds.";
"tip_quiz_question" = "What happens if I lose my PIN?";
"tip_quiz_title_correct" = "Correct!";
"tip_quiz_title_wrong" = "Oops, wrong answer";
"tip_quiz_wrong_answer" = "I can recover my account later.";
"title_participants" = "%d Participant";
"title_participants_count" = "%d Participants";
"to" = "To";
Expand Down Expand Up @@ -1510,6 +1517,7 @@
"url_unrecognized_hint" = "%@ failed to recognize, please upgrade Mixin to the latest version or contact the developer to check the link";
"url_unsupported_message" = "https://support.mixin.one/en/article/how-to-do-when-you-receive-a-message-like-this-this-type-of-message-is-not-supported-please-upgrade-mixin-17j1t3p/";
"url_watch_wallet" = "https://support.mixin.one/en/article/how-to-add-a-watch-only-address-17ifo8w";
"url_what_is_pin" = "https://support.mixin.one/en/article/what-is-pin-1pjyhow/";
"use_another_address" = "Use Another Address";
"use_biometry" = "Use %@";
"use_system_text_size" = "Use System Text Size";
Expand Down
8 changes: 8 additions & 0 deletions Mixin/Resources/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
"chat_text_size" = "Tamaño del texto del chat";
"chat_waiting" = "Esperando a que %1$@ se conecte y establezca una sesión cifrada. %2$@.";
"chats" = "Chats";
"check_answer" = "Check answer";
"check_backup" = "Check Backup";
"check_mnemonic_phrase" = "Check your mnemonic phrase";
"check_mnemonic_phrase_desc" = "Input each word in the order it was presented to you.";
Expand Down Expand Up @@ -1388,6 +1389,12 @@
"tip_create_pin_title" = "Establece un PIN de 6 dígitos para crear tu primera cartera digital";
"tip_creation_introduction" = "Establece un PIN de cartera de 6 dígitos para crear tu primera cartera digital, el PIN se basa en el Protocolo de identidad limitado, que es el protocolo de derivación de clave descentralizado, lee el documento para obtener más información.";
"tip_introduction" = "El PIN de 6 dígitos se basa en el Throttled Identity Protocol, que es el protocolo de derivación de claves descentralizado, lee el documento para obtener más información.";
"tip_quiz_answer" = "The PIN is the key to your wallet, and it’s unrecoverable if lost.";
"tip_quiz_correct_answer" = "I’ll lose access to my account and funds.";
"tip_quiz_question" = "What happens if I lose my PIN?";
"tip_quiz_title_correct" = "Correct!";
"tip_quiz_title_wrong" = "Oops, wrong answer";
"tip_quiz_wrong_answer" = "I can recover my account later.";
"title_participants" = "%d Participante";
"title_participants_count" = "%d Participantes";
"to" = "A";
Expand Down Expand Up @@ -1510,6 +1517,7 @@
"url_unrecognized_hint" = "%@ no se ha podido reconocer, actualiza Mixin a la última versión o comunícate con el desarrollador para verificar el enlace";
"url_unsupported_message" = "https://support.mixin.one/en/article/how-to-do-when-you-receive-a-message-like-this-this-type-of-message-is-not-supported-please-upgrade-mixin-17j1t3p/";
"url_watch_wallet" = "https://support.mixin.one/en/article/how-to-add-a-watch-only-address-17ifo8w";
"url_what_is_pin" = "https://support.mixin.one/en/article/what-is-pin-1pjyhow/";
"use_another_address" = "Use Another Address";
"use_biometry" = "Usar %@";
"use_system_text_size" = "Usar tamaño de texto del sistema";
Expand Down
8 changes: 8 additions & 0 deletions Mixin/Resources/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
"chat_text_size" = "Chat Text Size";
"chat_waiting" = "オンラインで暗号化されたやりとりを開始するまであと%1$@。%2$@";
"chats" = "Chats";
"check_answer" = "Check answer";
"check_backup" = "Check Backup";
"check_mnemonic_phrase" = "Check your mnemonic phrase";
"check_mnemonic_phrase_desc" = "Input each word in the order it was presented to you.";
Expand Down Expand Up @@ -1388,6 +1389,12 @@
"tip_create_pin_title" = "6桁のPINコードを作成してください";
"tip_creation_introduction" = "Set a 6 digit Wallet PIN to create your first digital wallet, the PIN is based on the Throttled Identity Protocol, which is the decentralized key derivation protocol, read the document to learn more.";
"tip_introduction" = "The 6-digit PIN is based on the Throttled Identity Protocol, which is the decentralized key derivation protocol, read the document to learn more.";
"tip_quiz_answer" = "The PIN is the key to your wallet, and it’s unrecoverable if lost.";
"tip_quiz_correct_answer" = "I’ll lose access to my account and funds.";
"tip_quiz_question" = "What happens if I lose my PIN?";
"tip_quiz_title_correct" = "Correct!";
"tip_quiz_title_wrong" = "Oops, wrong answer";
"tip_quiz_wrong_answer" = "I can recover my account later.";
"title_participants" = "%d人の参加者";
"title_participants_count" = "%d人の参加者";
"to" = "宛先";
Expand Down Expand Up @@ -1510,6 +1517,7 @@
"url_unrecognized_hint" = "%@を認識できません、Mixinを最新版にアップデートするか、もしくは開発陣に連絡してリンクを確認してください。";
"url_unsupported_message" = "https://support.mixin.one/en/article/how-to-do-when-you-receive-a-message-like-this-this-type-of-message-is-not-supported-please-upgrade-mixin-17j1t3p/";
"url_watch_wallet" = "https://support.mixin.one/en/article/how-to-add-a-watch-only-address-17ifo8w";
"url_what_is_pin" = "https://support.mixin.one/en/article/what-is-pin-1pjyhow/";
"use_another_address" = "Use Another Address";
"use_biometry" = "%@を使用する";
"use_system_text_size" = "Use System Text Size";
Expand Down
Loading