diff --git a/DashWallet.xcodeproj/project.pbxproj b/DashWallet.xcodeproj/project.pbxproj index 668ea55bb..79c6e4892 100644 --- a/DashWallet.xcodeproj/project.pbxproj +++ b/DashWallet.xcodeproj/project.pbxproj @@ -568,6 +568,7 @@ 754495DD2AE91B6300492817 /* GroupedRequestCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754495DC2AE91B6300492817 /* GroupedRequestCell.swift */; }; 754495DF2AE91D3500492817 /* UsernameRequestCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754495DE2AE91D3500492817 /* UsernameRequestCell.swift */; }; 755E6DFE2A99E7A000A42870 /* DWInvitationSetupState.m in Sources */ = {isa = PBXBuildFile; fileRef = 755E6DFC2A99E7A000A42870 /* DWInvitationSetupState.m */; }; + 7565D5952B08B35F0092C9BA /* RequestUsernameViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7565D5942B08B35F0092C9BA /* RequestUsernameViewModel.swift */; }; 7573C2DF2B00C05900F4C347 /* CastVoteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7573C2DE2B00C05900F4C347 /* CastVoteViewController.swift */; }; 7573C2E12B01103900F4C347 /* VotingFilterItemSelectableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7573C2E02B01103900F4C347 /* VotingFilterItemSelectableCell.swift */; }; 7573C2E32B01105F00F4C347 /* MasternodeIPCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7573C2E22B01105F00F4C347 /* MasternodeIPCell.swift */; }; @@ -577,6 +578,7 @@ 75889B792AD2A04900C17F5D /* CoinJoinInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75889B752AD296E700C17F5D /* CoinJoinInfoViewController.swift */; }; 75889B7F2AD2D7F800C17F5D /* CoinJoin.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 75889B812AD2D7F800C17F5D /* CoinJoin.storyboard */; }; 75889B892AD2DF0200C17F5D /* CoinJoin.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 75889B812AD2D7F800C17F5D /* CoinJoin.storyboard */; }; + 75A664D82B09F1EA007EFD16 /* VotingInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A664D72B09F1EA007EFD16 /* VotingInfoViewController.swift */; }; 75A8C1652AE5726B0042256E /* UsernameRequestsDAO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A8C1632AE5725C0042256E /* UsernameRequestsDAO.swift */; }; 75A8C1672AE5734A0042256E /* UsernameRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A8C1662AE5734A0042256E /* UsernameRequest.swift */; }; 75A8C1692AE6A1AC0042256E /* VotingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A8C1682AE6A1AC0042256E /* VotingViewModel.swift */; }; @@ -587,6 +589,8 @@ 75CED09E2ACFD0ED0095F10C /* CoinbaseDepositRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CED09D2ACFD0ED0095F10C /* CoinbaseDepositRequest.swift */; }; 75CED0A02ACFED200095F10C /* CoinbaseDepositResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CED09F2ACFED200095F10C /* CoinbaseDepositResponse.swift */; }; 75D5F3CE191EC270004AB296 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 75D5F3CD191EC270004AB296 /* main.m */; }; + 75D6561C2B07935000D1A902 /* WelcomeToDashpayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D6561B2B07935000D1A902 /* WelcomeToDashpayViewController.swift */; }; + 75D6561D2B07936100D1A902 /* UsernameRequests.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 75D656192B0792F500D1A902 /* UsernameRequests.storyboard */; }; 75D66D332B05E7AE00A8DDA6 /* QuickVoteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D66D322B05E7AE00A8DDA6 /* QuickVoteViewController.swift */; }; 75E2F3C82AA4CF1900C3B458 /* Topper-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 75E2F3C72AA4CF1900C3B458 /* Topper-Info.plist */; }; 75E2F3CA2AA4D1B900C3B458 /* Topper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75E2F3C92AA4D1B900C3B458 /* Topper.swift */; }; @@ -2408,6 +2412,7 @@ 754495DE2AE91D3500492817 /* UsernameRequestCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UsernameRequestCell.swift; sourceTree = ""; }; 755E6DFC2A99E7A000A42870 /* DWInvitationSetupState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DWInvitationSetupState.m; sourceTree = ""; }; 755E6DFD2A99E7A000A42870 /* DWInvitationSetupState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DWInvitationSetupState.h; sourceTree = ""; }; + 7565D5942B08B35F0092C9BA /* RequestUsernameViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestUsernameViewModel.swift; sourceTree = ""; }; 756A8F131CE566F6007893E2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Interface.strings; sourceTree = ""; }; 7573C2DE2B00C05900F4C347 /* CastVoteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CastVoteViewController.swift; sourceTree = ""; }; 7573C2E02B01103900F4C347 /* VotingFilterItemSelectableCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VotingFilterItemSelectableCell.swift; sourceTree = ""; }; @@ -2418,6 +2423,7 @@ 75889B802AD2D7F800C17F5D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/CoinJoin.storyboard; sourceTree = ""; }; 759816E519357D6F005060EA /* BRBubbleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BRBubbleView.h; sourceTree = ""; }; 759816E619357D6F005060EA /* BRBubbleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BRBubbleView.m; sourceTree = ""; }; + 75A664D72B09F1EA007EFD16 /* VotingInfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VotingInfoViewController.swift; sourceTree = ""; }; 75A8C1632AE5725C0042256E /* UsernameRequestsDAO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UsernameRequestsDAO.swift; sourceTree = ""; }; 75A8C1662AE5734A0042256E /* UsernameRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UsernameRequest.swift; sourceTree = ""; }; 75A8C1682AE6A1AC0042256E /* VotingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VotingViewModel.swift; sourceTree = ""; }; @@ -2432,6 +2438,8 @@ 75D5F3CD191EC270004AB296 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 75D5F3CF191EC270004AB296 /* DashWallet-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DashWallet-Prefix.pch"; sourceTree = ""; }; 75D5F3E5191EC270004AB296 /* DashWalletTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DashWalletTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 75D656192B0792F500D1A902 /* UsernameRequests.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = UsernameRequests.storyboard; sourceTree = ""; }; + 75D6561B2B07935000D1A902 /* WelcomeToDashpayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeToDashpayViewController.swift; sourceTree = ""; }; 75D66D322B05E7AE00A8DDA6 /* QuickVoteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickVoteViewController.swift; sourceTree = ""; }; 75DE02411B0EB79A0027FF08 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; 75DE02491B0EB7C80027FF08 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; @@ -3833,7 +3841,6 @@ 2A44313C22CF631E009BAF7F /* UI */ = { isa = PBXGroup; children = ( - 7502A4852AE401DA00ACDDD3 /* Voting */, 75889B742AD296D500C17F5D /* CoinJoin */, C943B34F2A40A54500AF23C5 /* DashPay */, 4751137228DAF27300223B77 /* Assembly */, @@ -6131,6 +6138,17 @@ path = DashWalletTests; sourceTree = ""; }; + 75D656182B0792AB00D1A902 /* Usernames */ = { + isa = PBXGroup; + children = ( + 75D6561B2B07935000D1A902 /* WelcomeToDashpayViewController.swift */, + 75A664D72B09F1EA007EFD16 /* VotingInfoViewController.swift */, + 7565D5942B08B35F0092C9BA /* RequestUsernameViewModel.swift */, + 75D656192B0792F500D1A902 /* UsernameRequests.storyboard */, + ); + path = Usernames; + sourceTree = ""; + }; BA913BDF1BD57E4D005A7C0E /* WatchApp */ = { isa = PBXGroup; children = ( @@ -6452,6 +6470,8 @@ C943B3E82A40A54600AF23C5 /* Profile */, C943B4032A40A54600AF23C5 /* Items */, C943B44B2A40A54600AF23C5 /* Invites */, + 7502A4852AE401DA00ACDDD3 /* Voting */, + 75D656182B0792AB00D1A902 /* Usernames */, C943B47F2A40A54600AF23C5 /* Views */, C943B48D2A40A54600AF23C5 /* DWDashPayConstants.m */, C943B48E2A40A54600AF23C5 /* Global */, @@ -7856,6 +7876,7 @@ C9D2C9212A320AA000D15901 /* UpholdOTPStoryboard.storyboard in Resources */, C9D2C9222A320AA000D15901 /* AppAssets.xcassets in Resources */, C9D2C9232A320AA000D15901 /* PayTableViewCell.xib in Resources */, + 75D6561D2B07936100D1A902 /* UsernameRequests.storyboard in Resources */, C9D2C9242A320AA000D15901 /* coinflip.aiff in Resources */, C9D2C9252A320AA000D15901 /* SharedAssets.xcassets in Resources */, C9D2C9262A320AA000D15901 /* BackupInfo.storyboard in Resources */, @@ -9329,6 +9350,7 @@ C9D2C8062A320AA000D15901 /* NSString+DWTextSize.m in Sources */, C9D2C8072A320AA000D15901 /* PointOfUseListFiltersCell.swift in Sources */, C9D2C8082A320AA000D15901 /* TransactionListDataSource.swift in Sources */, + 7565D5952B08B35F0092C9BA /* RequestUsernameViewModel.swift in Sources */, C9D2C80A2A320AA000D15901 /* DWMainMenuViewController.m in Sources */, C9D2C80B2A320AA000D15901 /* PointOfUseListFiltersViewController.swift in Sources */, C9D2C80C2A320AA000D15901 /* AllMerchantLocationsDataProvider.swift in Sources */, @@ -9411,6 +9433,7 @@ C9D2C8462A320AA000D15901 /* DWDPAmountContactView.m in Sources */, C9D2C8472A320AA000D15901 /* DWBaseTransactionListDataProvider.m in Sources */, C9D2C8482A320AA000D15901 /* CoinbaseTransactionsRequest.swift in Sources */, + 75A664D82B09F1EA007EFD16 /* VotingInfoViewController.swift in Sources */, C943B3372A408CED00AF23C5 /* DWEditProfileTextFieldCell.m in Sources */, C9D2C8492A320AA000D15901 /* DWAppRootViewController.m in Sources */, C9D2C84A2A320AA000D15901 /* (null) in Sources */, @@ -9561,6 +9584,7 @@ C9D2C8CD2A320AA000D15901 /* StakingInfoDialogController.swift in Sources */, C9D2C8CF2A320AA000D15901 /* TwoFactorAuthViewController.swift in Sources */, C9D2C8D02A320AA000D15901 /* Taxes.swift in Sources */, + 75D6561C2B07935000D1A902 /* WelcomeToDashpayViewController.swift in Sources */, C9D2C8D12A320AA000D15901 /* DWSeedWordModel+DWLayoutSupport.m in Sources */, C9D2C8D22A320AA000D15901 /* CoinbaseAPIClient.swift in Sources */, C943B4ED2A40A54600AF23C5 /* DWPendingContactInfoView.m in Sources */, @@ -10511,7 +10535,7 @@ CLIENT_ID = 0c38beb67db0c68191326be347d7ec0abd7d77adb02a79db1abeba343f16a0f7; CLIENT_SECRET = cc980185754f905e24250f877792817c03540b3d0e0959721df291c816797e59; CODE_SIGN_ENTITLEMENTS = dashwallet/dashwallet.entitlements; - CURRENT_PROJECT_VERSION = 153; + CURRENT_PROJECT_VERSION = 156; DEVELOPMENT_TEAM = 44RJ69WHFF; EXCLUDED_ARCHS = ""; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; @@ -10647,7 +10671,7 @@ CLIENT_ID = 0c38beb67db0c68191326be347d7ec0abd7d77adb02a79db1abeba343f16a0f7; CLIENT_SECRET = cc980185754f905e24250f877792817c03540b3d0e0959721df291c816797e59; CODE_SIGN_ENTITLEMENTS = dashwallet/dashwallet.entitlements; - CURRENT_PROJECT_VERSION = 153; + CURRENT_PROJECT_VERSION = 156; DEVELOPMENT_TEAM = 44RJ69WHFF; EXCLUDED_ARCHS = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -10782,7 +10806,7 @@ CLIENT_ID = 0c38beb67db0c68191326be347d7ec0abd7d77adb02a79db1abeba343f16a0f7; CLIENT_SECRET = cc980185754f905e24250f877792817c03540b3d0e0959721df291c816797e59; CODE_SIGN_ENTITLEMENTS = dashwallet/dashwallet.entitlements; - CURRENT_PROJECT_VERSION = 153; + CURRENT_PROJECT_VERSION = 156; DEVELOPMENT_TEAM = 44RJ69WHFF; EXCLUDED_ARCHS = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -10927,7 +10951,7 @@ CLIENT_ID = 0c38beb67db0c68191326be347d7ec0abd7d77adb02a79db1abeba343f16a0f7; CLIENT_SECRET = cc980185754f905e24250f877792817c03540b3d0e0959721df291c816797e59; CODE_SIGN_ENTITLEMENTS = dashwallet/dashwallet.entitlements; - CURRENT_PROJECT_VERSION = 153; + CURRENT_PROJECT_VERSION = 156; DEVELOPMENT_TEAM = 44RJ69WHFF; EXCLUDED_ARCHS = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -11277,7 +11301,11 @@ GCC_WARN_UNUSED_FUNCTION = YES; INFOPLIST_FILE = TodayExtension/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); MARKETING_VERSION = 7.1.1; PRODUCT_BUNDLE_IDENTIFIER = org.dashfoundation.dash.TodayExtension; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/Contents.json similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/Contents.json rename to DashWallet/Resources/AppAssets.xcassets/Usernames/Contents.json diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Contents.json new file mode 100644 index 000000000..a7e677576 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Icon.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Icon@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Icon@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon.png new file mode 100644 index 000000000..b6a5573bf Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon@2x.png new file mode 100644 index 000000000..dfd64f9c6 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon@3x.png new file mode 100644 index 000000000..0fce958bb Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/dashpay.welcome.imageset/Icon@3x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Contents.json new file mode 100644 index 000000000..a7e677576 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Icon.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Icon@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Icon@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon.png new file mode 100644 index 000000000..919ae6505 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon@2x.png new file mode 100644 index 000000000..cda6f8f72 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon@3x.png new file mode 100644 index 000000000..b6e30aa97 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/friends.add.imageset/Icon@3x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/Contents.json new file mode 100644 index 000000000..f1ae6d1f5 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "clock.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "clock@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "clock@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock.png new file mode 100644 index 000000000..ea78fc439 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock@2x.png new file mode 100644 index 000000000..f7898808a Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock@3x.png new file mode 100644 index 000000000..c55ee5f2a Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.clock.imageset/clock@3x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/Contents.json new file mode 100644 index 000000000..dbf1aa660 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "passphrase.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "passphrase@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "passphrase@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase.png new file mode 100644 index 000000000..2f658a546 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase@2x.png new file mode 100644 index 000000000..36148afc5 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase@3x.png new file mode 100644 index 000000000..afce2277c Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.passphrase.imageset/passphrase@3x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/Contents.json new file mode 100644 index 000000000..d2b361849 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "voting.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "voting@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "voting@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting.png new file mode 100644 index 000000000..922cac8f3 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting@2x.png new file mode 100644 index 000000000..b25d30c40 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting@3x.png new file mode 100644 index 000000000..02ebcc9d0 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/icon.voting.imageset/voting@3x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/Contents.json similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/Contents.json rename to DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/Contents.json diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/link.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/link.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/link.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/link.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/link@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/link@2x.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/link@2x.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/link@2x.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/link@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/link@3x.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/link.badge.imageset/link@3x.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/link.badge.imageset/link@3x.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/Contents.json new file mode 100644 index 000000000..1172deb87 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "not_approved.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "not_approved@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "not_approved@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved.png new file mode 100644 index 000000000..e5dda77db Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved@2x.png new file mode 100644 index 000000000..bd37a01ea Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved@3x.png new file mode 100644 index 000000000..7e5ed5c61 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/not.approved.imageset/not_approved@3x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/Contents.json new file mode 100644 index 000000000..a550affe0 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "profile.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "profile@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "profile@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile.png new file mode 100644 index 000000000..06b3ca805 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile@2x.png new file mode 100644 index 000000000..3d498b654 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile@3x.png new file mode 100644 index 000000000..59827b5a3 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/profile.personalized.imageset/profile@3x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Contents.json similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Contents.json rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Contents.json diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Option.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Option.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Option.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Option.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Option@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Option@2x.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Option@2x.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Option@2x.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Option@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Option@3x.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.checked.imageset/Option@3x.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.checked.imageset/Option@3x.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Contents.json similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Contents.json rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Contents.json diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Oval.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Oval.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Oval.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Oval.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Oval@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Oval@2x.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Oval@2x.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Oval@2x.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Oval@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Oval@3x.png similarity index 100% rename from DashWallet/Resources/AppAssets.xcassets/Voting/radio.button.unchecked.imageset/Oval@3x.png rename to DashWallet/Resources/AppAssets.xcassets/Usernames/radio.button.unchecked.imageset/Oval@3x.png diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/Contents.json b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/Contents.json new file mode 100644 index 000000000..a783511b4 --- /dev/null +++ b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "create.username.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "create.username@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "create.username@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username.png new file mode 100644 index 000000000..ffc34b83d Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username@2x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username@2x.png new file mode 100644 index 000000000..561b96580 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username@2x.png differ diff --git a/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username@3x.png b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username@3x.png new file mode 100644 index 000000000..ca46dcdb0 Binary files /dev/null and b/DashWallet/Resources/AppAssets.xcassets/Usernames/username.create.imageset/create.username@3x.png differ diff --git a/DashWallet/Sources/UI/DashPay/Usernames/RequestUsernameViewModel.swift b/DashWallet/Sources/UI/DashPay/Usernames/RequestUsernameViewModel.swift new file mode 100644 index 000000000..96b698109 --- /dev/null +++ b/DashWallet/Sources/UI/DashPay/Usernames/RequestUsernameViewModel.swift @@ -0,0 +1,44 @@ +// +// Created by Andrei Ashikhmin +// Copyright © 2023 Dash Core Group. All rights reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import Combine + +class RequestUsernameViewModel { + private var cancellableBag = Set() + @Published private(set) var hasEnoughBalance = false + var minimumRequiredBalance: String { + return DWDP_MIN_BALANCE_TO_CREATE_USERNAME.formattedDashAmount + } + + public static let shared: RequestUsernameViewModel = .init() + + init() { + observeBalance() + } + + private func observeBalance() { + checkBalance() + NotificationCenter.default.publisher(for: NSNotification.Name.DSWalletBalanceDidChange) + .sink { [weak self] _ in self?.checkBalance() } + .store(in: &cancellableBag) + } + + private func checkBalance() { + let balance = DWEnvironment.sharedInstance().currentAccount.balance + hasEnoughBalance = balance >= DWDP_MIN_BALANCE_TO_CREATE_USERNAME + } +} diff --git a/DashWallet/Sources/UI/DashPay/Usernames/UsernameRequests.storyboard b/DashWallet/Sources/UI/DashPay/Usernames/UsernameRequests.storyboard new file mode 100644 index 000000000..f55237a3b --- /dev/null +++ b/DashWallet/Sources/UI/DashPay/Usernames/UsernameRequests.storyboard @@ -0,0 +1,531 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DashWallet/Sources/UI/DashPay/Usernames/VotingInfoViewController.swift b/DashWallet/Sources/UI/DashPay/Usernames/VotingInfoViewController.swift new file mode 100644 index 000000000..9e1dfd446 --- /dev/null +++ b/DashWallet/Sources/UI/DashPay/Usernames/VotingInfoViewController.swift @@ -0,0 +1,59 @@ +// +// Created by Andrei Ashikhmin +// Copyright © 2023 Dash Core Group. All rights reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import Foundation + +class VotingInfoViewController: UIViewController { + @IBOutlet private var titleLabel: UILabel! + @IBOutlet private var subtitleLabel: UILabel! + @IBOutlet private var timelineTitle: UILabel! + @IBOutlet private var timelineSubtitle: UILabel! + @IBOutlet private var notApprovedTitle: UILabel! + @IBOutlet private var notApprovedSubtitle: UILabel! + @IBOutlet private var passphraseTitle: UILabel! + @IBOutlet private var passphraseSubtitle: UILabel! + @IBOutlet private var continueButton: UIButton! + + @objc + static func controller() -> VotingInfoViewController { + vc(VotingInfoViewController.self, from: sb("UsernameRequests")) + } + + override func viewDidLoad() { + super.viewDidLoad() + configureLayout() + } +} + +extension VotingInfoViewController { + private func configureLayout() { + titleLabel.text = NSLocalizedString("What is username voting?", comment: "Usernames") + subtitleLabel.text = NSLocalizedString("The Dash network must vote to approve your username before it is created.", comment: "Usernames") + + timelineTitle.text = NSLocalizedString("Voting will not be required forever", comment: "Usernames") + let endDate = Date(timeIntervalSince1970: 1700391858) + timelineSubtitle.text = String.localizedStringWithFormat(NSLocalizedString("After voting is completed on %@ you can create any username that has not already been created", comment: "Usernames"), DWDateFormatter.sharedInstance().shortString(from: endDate)) + + notApprovedTitle.text = NSLocalizedString("In case your request is not approved", comment: "Usernames") + notApprovedSubtitle.text = NSLocalizedString("Pay now and if not approved, you can create a different name without paying again", comment: "Usernames") + + passphraseTitle.text = NSLocalizedString("Keep your passphrase safe", comment: "Usernames") + passphraseSubtitle.text = NSLocalizedString("In case you lose your passphrase you will lose your right to your requested username.", comment: "Usernames") + + continueButton.setTitle(NSLocalizedString("OK", comment: ""), for: .normal) + } +} diff --git a/DashWallet/Sources/UI/DashPay/Usernames/WelcomeToDashpayViewController.swift b/DashWallet/Sources/UI/DashPay/Usernames/WelcomeToDashpayViewController.swift new file mode 100644 index 000000000..061d684fc --- /dev/null +++ b/DashWallet/Sources/UI/DashPay/Usernames/WelcomeToDashpayViewController.swift @@ -0,0 +1,79 @@ +// +// Created by Andrei Ashikhmin +// Copyright © 2023 Dash Core Group. All rights reserved. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://opensource.org/licenses/MIT +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import Combine + +class WelcomeToDashPayViewController: UIViewController { + private var cancellableBag = Set() + private let viewModel = RequestUsernameViewModel.shared + + @IBOutlet private var titleLabel: UILabel! + @IBOutlet private var createUsernameTitle: UILabel! + @IBOutlet private var createUsernameSubtitle: UILabel! + @IBOutlet private var addFriendsTitle: UILabel! + @IBOutlet private var addFriendsSubtitle: UILabel! + @IBOutlet private var profileTitle: UILabel! + @IBOutlet private var profileSubtitle: UILabel! + @IBOutlet private var minimumBalanceLabel: UILabel! + @IBOutlet private var continueButton: UIButton! + + @objc + static func controller() -> WelcomeToDashPayViewController { + vc(WelcomeToDashPayViewController.self, from: sb("UsernameRequests")) + } + + override func viewDidLoad() { + super.viewDidLoad() + configureLayout() + configureObservers() + } + + @IBAction + func continueAction() { + self.navigationController?.pushViewController(VotingInfoViewController.controller(), animated: true) + } +} + +extension WelcomeToDashPayViewController { + private func configureLayout() { + titleLabel.text = NSLocalizedString("Welcome to Dash Pay", comment: "Usernames") + createUsernameTitle.text = NSLocalizedString("Create a username", comment: "Usernames") + createUsernameSubtitle.text = NSLocalizedString("Pay to usernames. No more alphanumeric addresses.", comment: "Usernames") + addFriendsTitle.text = NSLocalizedString("Add your friends & family", comment: "Usernames") + addFriendsSubtitle.text = NSLocalizedString("Invite your family, find your friends by searching their usernames.", comment: "Usernames") + profileTitle.text = NSLocalizedString("Personalise profile", comment: "Usernames") + profileSubtitle.text = NSLocalizedString("Upload your picture, personalize your identity.", comment: "Usernames") + continueButton.setTitle(NSLocalizedString("Continue", comment: "Usernames"), for: .normal) + } + + func configureObservers() { + viewModel.$hasEnoughBalance + .removeDuplicates() + .receive(on: DispatchQueue.main) + .sink(receiveValue: { [weak self] hasEnough in + guard let self = self else { return } + self.refreshBalanceWarning(enoughBalance: hasEnough) + }) + .store(in: &cancellableBag) + } + + private func refreshBalanceWarning(enoughBalance: Bool) { + continueButton.isEnabled = enoughBalance + minimumBalanceLabel.isHidden = enoughBalance + minimumBalanceLabel.text = String.localizedStringWithFormat(NSLocalizedString("You should have more than %@ Dash to create a username", comment: "Usernames"), viewModel.minimumRequiredBalance) + } +} diff --git a/DashWallet/Sources/UI/Voting/CastVoteViewController.swift b/DashWallet/Sources/UI/DashPay/Voting/CastVoteViewController.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/CastVoteViewController.swift rename to DashWallet/Sources/UI/DashPay/Voting/CastVoteViewController.swift diff --git a/DashWallet/Sources/UI/Voting/Cells/GroupedRequestCell.swift b/DashWallet/Sources/UI/DashPay/Voting/Cells/GroupedRequestCell.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/Cells/GroupedRequestCell.swift rename to DashWallet/Sources/UI/DashPay/Voting/Cells/GroupedRequestCell.swift diff --git a/DashWallet/Sources/UI/Voting/Cells/MasternodeIPCell.swift b/DashWallet/Sources/UI/DashPay/Voting/Cells/MasternodeIPCell.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/Cells/MasternodeIPCell.swift rename to DashWallet/Sources/UI/DashPay/Voting/Cells/MasternodeIPCell.swift diff --git a/DashWallet/Sources/UI/Voting/Cells/UsernameRequestCell.swift b/DashWallet/Sources/UI/DashPay/Voting/Cells/UsernameRequestCell.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/Cells/UsernameRequestCell.swift rename to DashWallet/Sources/UI/DashPay/Voting/Cells/UsernameRequestCell.swift diff --git a/DashWallet/Sources/UI/Voting/Cells/VotingFilterItemSelectableCell.swift b/DashWallet/Sources/UI/DashPay/Voting/Cells/VotingFilterItemSelectableCell.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/Cells/VotingFilterItemSelectableCell.swift rename to DashWallet/Sources/UI/DashPay/Voting/Cells/VotingFilterItemSelectableCell.swift diff --git a/DashWallet/Sources/UI/Voting/EnterVotingKeyViewController.swift b/DashWallet/Sources/UI/DashPay/Voting/EnterVotingKeyViewController.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/EnterVotingKeyViewController.swift rename to DashWallet/Sources/UI/DashPay/Voting/EnterVotingKeyViewController.swift diff --git a/DashWallet/Sources/UI/Voting/QuickVoteViewController.swift b/DashWallet/Sources/UI/DashPay/Voting/QuickVoteViewController.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/QuickVoteViewController.swift rename to DashWallet/Sources/UI/DashPay/Voting/QuickVoteViewController.swift diff --git a/DashWallet/Sources/UI/Voting/UsernameRequestDetailsViewController.swift b/DashWallet/Sources/UI/DashPay/Voting/UsernameRequestDetailsViewController.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/UsernameRequestDetailsViewController.swift rename to DashWallet/Sources/UI/DashPay/Voting/UsernameRequestDetailsViewController.swift diff --git a/DashWallet/Sources/UI/Voting/UsernameVoting.storyboard b/DashWallet/Sources/UI/DashPay/Voting/UsernameVoting.storyboard similarity index 100% rename from DashWallet/Sources/UI/Voting/UsernameVoting.storyboard rename to DashWallet/Sources/UI/DashPay/Voting/UsernameVoting.storyboard diff --git a/DashWallet/Sources/UI/Voting/UsernameVotingViewController.swift b/DashWallet/Sources/UI/DashPay/Voting/UsernameVotingViewController.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/UsernameVotingViewController.swift rename to DashWallet/Sources/UI/DashPay/Voting/UsernameVotingViewController.swift diff --git a/DashWallet/Sources/UI/Voting/VotingFiltersViewController.swift b/DashWallet/Sources/UI/DashPay/Voting/VotingFiltersViewController.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/VotingFiltersViewController.swift rename to DashWallet/Sources/UI/DashPay/Voting/VotingFiltersViewController.swift diff --git a/DashWallet/Sources/UI/Voting/VotingHeaderView.swift b/DashWallet/Sources/UI/DashPay/Voting/VotingHeaderView.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/VotingHeaderView.swift rename to DashWallet/Sources/UI/DashPay/Voting/VotingHeaderView.swift diff --git a/DashWallet/Sources/UI/Voting/VotingHeaderView.xib b/DashWallet/Sources/UI/DashPay/Voting/VotingHeaderView.xib similarity index 100% rename from DashWallet/Sources/UI/Voting/VotingHeaderView.xib rename to DashWallet/Sources/UI/DashPay/Voting/VotingHeaderView.xib diff --git a/DashWallet/Sources/UI/Voting/VotingViewModel.swift b/DashWallet/Sources/UI/DashPay/Voting/VotingViewModel.swift similarity index 100% rename from DashWallet/Sources/UI/Voting/VotingViewModel.swift rename to DashWallet/Sources/UI/DashPay/Voting/VotingViewModel.swift diff --git a/DashWallet/Sources/UI/Menu/Main/DWMainMenuViewController.m b/DashWallet/Sources/UI/Menu/Main/DWMainMenuViewController.m index 109884ff7..789ed198e 100644 --- a/DashWallet/Sources/UI/Menu/Main/DWMainMenuViewController.m +++ b/DashWallet/Sources/UI/Menu/Main/DWMainMenuViewController.m @@ -213,13 +213,15 @@ - (void)mainMenuContentView:(DWMainMenuContentView *)view editProfileAction:(UIB } - (void)mainMenuContentView:(DWMainMenuContentView *)view joinDashPayAction:(UIButton *)sender { - DWDashPaySetupFlowController *controller = - [[DWDashPaySetupFlowController alloc] - initWithDashPayModel:self.dashPayModel - invitation:nil - definedUsername:nil]; - controller.modalPresentationStyle = UIModalPresentationFullScreen; - [self presentViewController:controller animated:YES completion:nil]; + WelcomeToDashPayViewController *controller = [WelcomeToDashPayViewController controller]; + // TODO: voting switch ? +// DWDashPaySetupFlowController *controller = +// [[DWDashPaySetupFlowController alloc] +// initWithDashPayModel:self.dashPayModel +// invitation:nil +// definedUsername:nil]; + controller.hidesBottomBarWhenPushed = YES; + [self.navigationController pushViewController:controller animated:YES]; } #endif diff --git a/DashWallet/Sources/UI/Menu/Main/Views/DWMainMenuContentView.m b/DashWallet/Sources/UI/Menu/Main/Views/DWMainMenuContentView.m index de1c56bfd..0f2e0a351 100644 --- a/DashWallet/Sources/UI/Menu/Main/Views/DWMainMenuContentView.m +++ b/DashWallet/Sources/UI/Menu/Main/Views/DWMainMenuContentView.m @@ -146,11 +146,9 @@ - (void)updateUserHeader { } - (void)updateHeader { - UIView *header = nil; - if ([self.dashPayReady shouldShowCreateUserNameButton]) { - header = self.joinHeaderView; - } - else if (self.userModel.blockchainIdentity != nil) { + UIView *header = self.joinHeaderView; + + if (self.userModel.blockchainIdentity != nil) { [self.headerView update]; header = self.headerView; } diff --git a/DashWallet/ar.lproj/Localizable.strings b/DashWallet/ar.lproj/Localizable.strings index 0e349e9b7..0b2506bff 100644 --- a/DashWallet/ar.lproj/Localizable.strings +++ b/DashWallet/ar.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "عنوان"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "نظرًا لأن معظم الأشخاص ليس لديهم 1000 داش بالضبط في متناول اليد ، فقد قدم CrowdNode خدمة حيث يمكنهم من خلال تجميع الودائع من الأعضاء تحقيق فوائد امتلاك Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "شراء/بيع"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "إلغاء "; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "انشاء محفظة جديدة"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "خطأ"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "كتبتها"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "إذا فقدت عبارة مرورك في أي وقت ، فيمكنك إثبات هويتك بوسائل أخرى لاستعادة الوصول إلى أموال CrowdNode الخاصة بك."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "تحت المعالجة…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "الانضمام إلى المجموعة"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "معرف المفتاح"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "ربط حساب Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "مفاتيح ماسترنود"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "ماسترنود"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "الحد الأقصى"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "ادفع من خلال"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "لكل معاملة"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "إستقبال سريع"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "إعادة تفحص"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "الرمز غير صحيح. يرجى مراجعة وحاول مرة أخرى!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "يتم تشغيل شبكة داش بواسطة عدد من Masternodes والتي تعد جزءًا أساسيًا من تسهيل المدفوعات."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "عرض عبارة الاسترداد"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "مفاتيح التصويت"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "انتظر حتى تتم مزامنة السلسلة بالكامل ، حتى نتمكن من مراجعة سجل معاملاتك. قم بزيارة موقع CrowdNode لتسجيل الدخول أو التسجيل."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "مرحباً"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "عندما يتم تأكيد المعاملة ، ستكون المحفظة الأخرى عديمة القيمة ويجب عدم إعادة استخدامها لأسباب تتعلق بالسلامة."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "يمكنك تغيير كيفية / وقت دفع أرباح المكافآت لك."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "ستحتاج أيضًا إلى تسجيل الخروج من موقع Uphold باستخدام متصفحك"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "محفظتك مؤمنة الآن. يمكنك استخدام عبارة الاسترداد في أي وقت لاسترداد حسابك على جهاز آخر."; diff --git a/DashWallet/bg.lproj/Localizable.strings b/DashWallet/bg.lproj/Localizable.strings index 0ba585df4..2923253b9 100644 --- a/DashWallet/bg.lproj/Localizable.strings +++ b/DashWallet/bg.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Адрес"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Чрез изтриването на това устройство вече няма да имате достъп до средства на това устройство. Това трябва да се направи само, ако вече нямате достъп до фразата за възстановяване си и сте забравили своя ПИН код."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Отказ"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Създай нов портфейл"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Грешка"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Написах го долу"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode обновяване"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Максимум"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Бързо получаване"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Кворумите са утвърдени: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Докладвай проблем"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Повторно сканиране"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Ревю & Оценка на приложението"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Възнаграждение"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Виж фразата за възстановяване"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Ключове за гласуване"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Добре дошли"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Когато транзакцията бъде потвърдена, другият портфейл ще бъде безполезен и не бива да се използва повторно от съображения за безопасност."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Необходимо е също да излезете от уебсайта на Uphold, чрез вашият браузър"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Вашият портфейл сега е защитен. Можете да използвате вашата фраза за възстановяване по всяко време, за да възстановите акаунта си на друго устройство."; diff --git a/DashWallet/ca.lproj/Localizable.strings b/DashWallet/ca.lproj/Localizable.strings index 986742077..1f4adfd18 100644 --- a/DashWallet/ca.lproj/Localizable.strings +++ b/DashWallet/ca.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adreça"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancel·la"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/cs.lproj/Localizable.strings b/DashWallet/cs.lproj/Localizable.strings index 4a405fdd7..d34685b46 100644 --- a/DashWallet/cs.lproj/Localizable.strings +++ b/DashWallet/cs.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresa"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Nákup/Prodej"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Vymazáním přijdete o prostředky na tomto zařízení. Mělo by být provedeno, pouze pokud nemáte frázi pro obnovení a zapomněli jste také PIN kód."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Zrušit"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Vytvořit novou peněženku"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Chyba"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Mám poznamenáno"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Mapa"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Aktualizace masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Plaťte na uživatelské jméno"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Přijmout"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Validovaných kvór: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Nahlásit problém"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Znovu skenovat"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Ohodnotit aplikaci"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Odměna"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Zobrazit frázi pro obnovení"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Klíče pro hlasování"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Vítej"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Po potvrzení transakce bude druhá peněženka bezcenná, z bezpečnostních důvodů by neměla být znovu používána."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Je také nutné se odhlásit z webové stránky Uphold pomocí vašeho prohlížeče."; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Vytváření tvého uživatelské jména %@ na Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Peněženka je teď zabezpečena. Frázi pro obnovení můžete kdykoliv použít pro obnovení na jiném zařízení."; diff --git a/DashWallet/da.lproj/Localizable.strings b/DashWallet/da.lproj/Localizable.strings index 31f20b6cf..7faf6de7c 100644 --- a/DashWallet/da.lproj/Localizable.strings +++ b/DashWallet/da.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresse"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Annullér"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Fejl"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Jeg skrev den ned"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/de.lproj/Localizable.strings b/DashWallet/de.lproj/Localizable.strings index 01c350861..5438cb8b2 100644 --- a/DashWallet/de.lproj/Localizable.strings +++ b/DashWallet/de.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresse"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Da die meisten Menschen nicht über 1000 Dash verfügen, hat CrowdNode einen Service erstellt der die Einzahlungen von Teilnehmer zusammenfügt um einen ganzen Masternode zu betreiben."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Die Suche nach Automaten funktioniert besser, wenn der Standortdienst angeschaltet ist."; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Kaufen/Verkaufen"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Durch das Zurücksetzen des Gerätes, geht das gespeicherte Guthaben verloren. Dies sollte nur geschehen, wenn kein Zugang mehr zur Passphrase besteht und der PIN-Code vergessen wurde."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Abbrechen"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Die Stornierung dieser Transaktion führt nicht zur Stornierung des Handelsauftrags. Du wirst deine DASH in Kürze auf deinem Coinbase Konto erhalten."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Neue Wallet erstellen"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Fehler"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Ich habe es aufgeschrieben"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Solltest du deine Passphrase verlieren, kannst du dich auf andere Weise verifizieren um den Zugriff auf dein CrowdNode-Guthaben wieder zu erlangen."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In Bearbeitung"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Eintritt in den Pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Schlüssel als Zeichenkette"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Coinbase Konto verknüpfen"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Karte"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode-Schlüssel"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode-Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Direkt an Benutzernamen senden"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Bezahle mit"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "pro Transaktion"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Schnell Empfangen"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quoren validiert: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Problem melden"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Erneut scannen"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "App rezensieren & bewerten"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Belohnung"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Diese Code ist falsch. Bitte kontrollieren und erneut versuchen!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Das Dash Netzwerk wird von einer Vielzahl von Masternodes betrieben, welche einen großen Anteil an der Zahlungsabwicklung besitzen."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Die Dash wurden deinem Coinbase Konto erfolgreich gutgeschrieben. Aber es entstand ein Problem bei dem Transfer auf die Dash Wallet dieses Gerätes."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Wiederherstellungsphrase ansehen"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Abstimmungs-Schlüssel"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Warte bis die Chain voll synchronisiert ist, damit du eine Transaktionshistorie begutachten kannst. Besuche die Crowdnode Webseite um dich anzumelden oder zu registrieren."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Willkommen"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Sobald die Transaktion bestätigt ist, ist die andere Wallet wertlos und sollte aus Sicherheitsgründen nicht wieder verwendet werden."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Du kannst ändern, wann und wie die Auszahlungen deiner Rewards vorgenommen werden."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Du hast nicht genügend Guthaben, um fortzufahren."; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Du solltest mindestens %@ Dash besitzen um mit der CrowdNode Verifizierung fortzufahren."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Du musst dich mit deinem Browser von der Uphold-Webseite abmelden"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Dein Benutzername %@ wird gerade im Dash-Netzwerk erstellt"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Deine Wallet ist jetzt gesichert. Du kannst die Phrase jederzeit nutzen, um die Wallet auf einem anderen Gerät wiederherzustellen."; diff --git a/DashWallet/el.lproj/Localizable.strings b/DashWallet/el.lproj/Localizable.strings index 5d10e1f6b..1282f5f8b 100644 --- a/DashWallet/el.lproj/Localizable.strings +++ b/DashWallet/el.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Διεύθυνση"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Καθώς οι περισσότεροι άνθρωποι δεν έχουν ακριβώς 1000 Dash στη διάθεσή τους, η CrowdNode έχει δημιουργήσει μια υπηρεσία όπου με τη συγκέντρωση καταθέσεων από τα μέλη μπορούν να επιτύχουν τα οφέλη της κατοχής ενός Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Η αναζήτηση ΑΤΜ λειτουργεί καλύτερα με ενεργοποιημένες τις Υπηρεσίες τοποθεσίας."; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Αγορά/Πώληση"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Με την εκκαθάριση αυτής της συσκευής δεν θα έχετε πλέον πρόσβαση στα χρήματα αυτής της συσκευής. Αυτό θα πρέπει να γίνει μόνο εάν δεν έχετε πλέον πρόσβαση στη φράση πρόσβασης και έχετε ξεχάσει και τον κωδικό PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Ακύρωση"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Η ακύρωση αυτής της συναλλαγής δεν ακυρώνει την εντολή ανταλλαγής. Θα λάβετε DASH στο λογαριασμό σας Coinbase σύντομα."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Δημιουργία Νέου Πορτοφολιού"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Σφάλμα"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Το έγραψα"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Εάν ποτέ χάσετε τη φράση πρόσβασης σας, μπορείτε να επαληθεύσετε τον εαυτό σας με άλλα μέσα για να ανακτήσετε την πρόσβαση στα κεφάλαια του CrowdNode σας."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "Σε εξέλιξη..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Συμμετοχή στην δεξαμενή"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Id κλειδιού"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Συνδέστε το λογαριασμό στην Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Χάρτης"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = " Κλειδιά Masternode"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Ανανέωση Masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Μέγιστο"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Πληρώστε απευθείας στο όνομα χρήστη"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Πληρώστε με"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "ανά συναλλαγή"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Γρήγορη Λήψη"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums που επικυρώθηκαν: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Αναφέρετε το πρόβλημα"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Επανάληψη της σάρωσης"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Κρίνετε και βαθμολογήστε την εφαρμογή"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Ανταμοιβή"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Ο κωδικός είναι λανθασμένος. Παρακαλώ ελέγξτε και δοκιμάστε ξανά!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Το δίκτυο Dash καθοδηγείται από έναν αριθμό Masternodes, ο οποίος αποτελεί ενα βασικό μέρος της διεκπεραίωσης των πληρωμών."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Τα Dash κατατέθηκαν επιτυχώς στο λογαριασμό σας στην Coinbase. Υπήρξε όμως πρόβλημα στη μεταφορά τους στο Dash Wallet σε αυτή τη συσκευή."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Προβολή Φράσης Ανάκτησης"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Κλειδιά ψήφου"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Περιμένετε μέχρι να συγχρονιστεί πλήρως το blockchain, ώστε να μπορέσουμε να επανεξετάσουμε το ιστορικό των συναλλαγών σας. Επισκεφθείτε τον ιστότοπο του CrowdNode για να συνδεθείτε ή να εγγραφείτε."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Καλώς ορίσατε"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Όταν επιβεβαιωθεί η συναλλαγή, το άλλο πορτοφόλι θα είναι άχρηστο και δεν θα πρέπει να επαναχρησιμοποιηθεί για λόγους ασφαλείας."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Μπορείτε να αλλάξετε τον τρόπο και τον χρόνο καταβολής των κερδών της ανταμοιβής σας."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Δεν έχετε επαρκή χρήματα για να προχωρήσετε."; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Θα πρέπει να έχετε τουλάχιστον %@ για να προχωρήσετε στην επαλήθευση του CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Θα πρέπει επίσης να αποσυνδεθείτε από την ιστοσελίδα Uphold χρησιμοποιώντας το πρόγραμμα περιήγησης σας"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Το όνομα χρήστη %@ δημιουργείται στο Dash Δίκτυο"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Το πορτοφόλι σας είναι ασφαλές τώρα. Μπορείτε να χρησιμοποιήσετε τη φράση ανάκτησης ανά πάσα στιγμή για να ανακτήσετε το λογαριασμό σας σε άλλη συσκευή."; diff --git a/DashWallet/en.lproj/Localizable.strings b/DashWallet/en.lproj/Localizable.strings index 7417d595a..871b54524 100644 --- a/DashWallet/en.lproj/Localizable.strings +++ b/DashWallet/en.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Address"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancel"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1983,6 +2043,9 @@ /* CrowdNode */ "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; + /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/eo.lproj/Localizable.strings b/DashWallet/eo.lproj/Localizable.strings index 8b2a4c6b9..ef713cbe9 100644 --- a/DashWallet/eo.lproj/Localizable.strings +++ b/DashWallet/eo.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adreso"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Nuligi"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Eraro"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/es.lproj/Localizable.strings b/DashWallet/es.lproj/Localizable.strings index 45d3450e1..355b8682b 100644 --- a/DashWallet/es.lproj/Localizable.strings +++ b/DashWallet/es.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Agrega a tus amigos y familiares"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Dirección"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Aceptar"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Comprar/Vender"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Al limpiar este dispositivo, ya no tendrás acceso a los fondos en este dispositivo. Esto solo debe hacerse si ya no tiense acceso a tu contraseña y también has olvidado tu código PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancelar"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "La cancelación de esta transacción no cancela la orden comercial. Recibirás DASH en tu cuenta de Coinbase en breve."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Crear una Nueva Billetera"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Crea un nombre de usuario, agrega a tus amigos."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Ingresa tu identificación de correo electrónico de Gravatar"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Ya la escribí"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Si alguna vez pierdes tu contraseña, puedes verificarte por otros medios para recuperar el acceso a tus fondos de CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "En caso de retiros mayores, CrowdNode pagará los retiros dentro de dos semanas. Esto se debe a sus protocolos de seguridad y en la mayoría de los casos, se solucionará mucho más rápido."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "En proceso..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invita a tu familia, encuentra a tus amigos buscando sus nombres de usuario"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invita a tus amigos y familiares"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Entrar al grupo"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Identificación de llave"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Empecemos"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Vincular cuenta de Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Mapa"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Llave de Masternodo"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Actualizar Masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Máximo"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pagar directamente al nombre de usuario"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pagar a los nombres de usuario. No más direcciones alfanuméricas"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pagar con"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "por transacción"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalizar"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Recibir Rápidamente "; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validados: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Reportar un problema"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Escanear nuevamente"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Evaluar la app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Recompensa"; @@ -1983,6 +2043,9 @@ /* CrowdNode */ "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "Dash Network está impulsada por una serie de Masternodes que son una parte esencial para facilitar los pagos."; +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; + /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Los Dash se depositaron con éxito en tu cuenta de Coinbase. Pero hubo un problema al transferirlos a la billetera de Dash en este dispositivo."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Sube tu foto, personaliza tu identidad"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Subiendo tu foto a la red"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "Usuario (obteniendo información)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Nombre de usuario ya encontrado"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Ver frase de recuperación"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Llaves para votar"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Espera hasta que la cadena esté completamente sincronizada, para que podamos revisar tu historial de transacciones. Visita el sitio web de CrowdNode para iniciar sesión o registrarte."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Bienvenido"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Bienvenido a DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Al confirmarse la transacción, la billetera de papel quedará inutilizada y no deberá ser reutilizada por razones de seguridad."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Puedes cambiar cómo / cuándo se te pagan las ganancias de tus recompensas."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "Tu has elegido \"%@\" como tu nombre de usuario. El nombre de usuario no se puede cambiar una vez registrado."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "No tienes fondos suficientes para continuar"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Deberías tener al menos %@ para continuar con la verificación de CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "También deberás cerrar sesión en el sitio web de Uphold utilizando tu navegador"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Tu nombre de usuario %@ se está creando en la red Dash "; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Tu billetera está segura ahora. Podrás utilizar tu frase de recuperación en cualquier momento para recuperar tu cuenta en otro dispositivo."; diff --git a/DashWallet/et.lproj/Localizable.strings b/DashWallet/et.lproj/Localizable.strings index 9cfd3be5f..447518903 100644 --- a/DashWallet/et.lproj/Localizable.strings +++ b/DashWallet/et.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Address"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Katkesta"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Ma kirjutasin endale välja"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/fa.lproj/Localizable.strings b/DashWallet/fa.lproj/Localizable.strings index f8a2f55c7..a6fbcf397 100644 --- a/DashWallet/fa.lproj/Localizable.strings +++ b/DashWallet/fa.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "نشانی"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "از آنجا که بیشتر کاربران هزار دش در اختیار ندارند، کراودنود این خدمت را فراهم کرده تا با در کنار هم قرار گرفتن موجودی‌ کاربران مختلف، همه آنها بنوانند از مزایای در اختیار داشتن یک مسترنود بهره‌مند شوند. "; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "خرید/فروش"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "لغو"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "ایجاد یک کیف پول جدید"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "خطا"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "عبارت بازیابی را نوشتم"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "اگر عبارت ورودی‌تان را گم کنید، می‌توانید با استفاده از روش‌های دیگر احراز هویت شوید تا بتوانید به موجودی کراودنود دسترسی یابید. "; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "اجرای فرآیند..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "پیوستن به مجموعه"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "کلید شناسه"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "حساب کوین‌بیس‌ را متصل کنید"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "کلید مسترنود"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "به‌روزرسانی مسترند"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "حداکثر"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "پرداخت با"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "به ازای هر تراکنش"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "دریافت سریع"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "اسکن دوباره"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "کد وارد شده درست نیست. لطفا دوباره آن را بررسی کرده و وارد کنید! "; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "شبکه دش توسط تعدادی مسترنود اداره می‌شود که بخشی اساسی در تسهیل پرداخت‌ها هستند. "; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "مشاهده عبارت بازیابی"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "کلیدهای رای‌دهی"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "منتظر بمانید تا بلاکچین کاملا به‌روزرسانی شود تا بتوانید سابقه تراکنش‌هایتان را ببینید. برای ورود به حساب یا ثبت‌نام به وب‌سایت کراودنود بروید. "; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "خوش آمدید"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "وقتی که تراکنش تائید شد، کیف پول کاغذی مذکور دیگر بی‌ارزش خواهد شد و به دلایل امنیتی، بهتر است دیگر از آن استفاده نکنید. "; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "می‌توانید نحوه برداشت/زمان برداشت پاداشی که به شما داده می‌شود را تغییر دهید. "; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "باید با استفاده از مرورگرتان، از وب‌سایت آپهولد خارج شوید"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "کیف پول‌تان اکنون امن است. هر گاه خواستید می‌توانید از این عبارت بازیابی برای بازگرداندن حساب‌تان روی دستگاهی دیگر استفاده کنید. "; diff --git a/DashWallet/fi.lproj/Localizable.strings b/DashWallet/fi.lproj/Localizable.strings index 0cfa1ed8f..0ce4db2f5 100644 --- a/DashWallet/fi.lproj/Localizable.strings +++ b/DashWallet/fi.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Osoite"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Peruuta"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Virhe"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/fil.lproj/Localizable.strings b/DashWallet/fil.lproj/Localizable.strings index 36772f73a..9e1711f5a 100644 --- a/DashWallet/fil.lproj/Localizable.strings +++ b/DashWallet/fil.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Address"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Dahil karamihan sa mga tao ay walang eksaktong 1000 Dash sa kamay, ang CrowdNode ay gumawa ng isang serbisyo kung saan sa pamamagitan ng pagsasama-sama ng mga deposito mula sa mga miyembro ay makakamit ang mga benepisyo ng pagmamay-ari ng Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Mas gumagana ang paghahanap sa ATM kapag naka-on ang Mga Serbisyo sa Lokasyon."; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Bili/Benta"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Sa pag-wipe nitong device hindi mo na maaaring ma-access ang iyong pondo sa device na ito. Ito ay maaari mo lamang gawin kung wala ka na talagang access sa iyong passphrase at nakalimutan mo na rin ang iyong PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "I-cancel"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Ang pagkansela sa transaksyong ito ay hindi makakansela sa trade order. Makakatanggap ka ng DASH sa iyong Coinbase account sa ilang sandali."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Gumawa ng bagong pitaka"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Mali"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Naisulat ko na ito"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Kung sakaling mawala mo ang iyong passphrase, maaari mong i-verify ang iyong sarili sa ibang paraan upang mabawi ang access sa iyong mga pondo ng CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "Pinoproseso…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Sumasali sa pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "I-link ang Coinbase account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Mapa"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Mga Masternode Key"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Pag-update ng Masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Magbayad ng Direkta sa Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Magbayad gamit ang"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "bawat transaksyon"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Tanggapin ng mabilis"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Napatunayan sa korums : %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "I-report ang Isyu"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "I-scan muli"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "I-rebyu at bigyang marka ang app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Gantimpala"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Mali ang code. Pakisuri at subukang muli!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Ang Dash Network ay hinihimok ng isang bilang ng mga Masternode na isang mahalagang bahagi ng pagpapadali sa mga pagbabayad."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Ang Dash ay matagumpay na nadeposito sa iyong Coinbase account. Ngunit nagkaroon ng problema sa paglilipat nito sa Dash Wallet sa device na ito."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Ipakita ang recovery phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Mga susi ng pagboto"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Maghintay hanggang sa ganap na ma-sync ang chain, para masuri namin ang iyong history ng transaksyon. Bisitahin ang website ng CrowdNode upang mag-log in o mag-sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Maligayang pagdating"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Kapag ang transaksyon ay nakumpirma, ang ibang wallet ay mawawalan ng bisa at hindi na pwedeng gamitin ulit para sa panseguridad. "; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Maaari mong baguhin kung paano / kailan binabayaran sa iyo ang iyong mga kita sa reward."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Wala kang sapat na pondo para magpatuloy."; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Dapat ay mayroon kang hindi bababa sa %@ upang magpatuloy sa pag-verify ng CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Kailangan mo ring mag-log out mula sa Uphold website gamit ang iyong browser."; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Ang iyong username %@ ay nilikha sa Network ng Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Ang iyong pitaka ay ligtas na. Maari mong magamit ang recovery phrase kahit kailan upanh marekober ang account sa ibang device."; diff --git a/DashWallet/fr.lproj/Localizable.strings b/DashWallet/fr.lproj/Localizable.strings index ed5e9c893..13b833249 100644 --- a/DashWallet/fr.lproj/Localizable.strings +++ b/DashWallet/fr.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Ajouter vos amis & votre famille"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresse"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Accepter"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Acheter/Vendre"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "En effaçant ce portefeuille, vous n'aurez plus accès aux fonds sur cet appareil. Ne le faites que si vous n'avez plus accès ni à votre phrase de passe, ni à votre code PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Annuler"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Annuler cette transaction n'annule pas l'ordre de trading. Vous recevrez sous peu des dashs sur votre compte Coinbase."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Créer un nouveau portefeuille"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Créer un nom d'utilisateur, ajouter vos amis."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Tapez votre identifiant Gravatar Email"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Erreur"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Je l'ai écrite sur papier"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Si vous égarez votre phrase de passe, vous pouvez vous authentifier par d'autres moyens pour regagner l'accès à vos fonds CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "Dans le cas de retraits plus importants, CrowdNode les effectuera sous deux semaines. Cela est dû à leur protocole de sécurité, et ce sera souvent traité bien plus rapidement."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "En cours..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Inviter votre famille, trouver vos amis en recherchant leurs noms d'utilisateur"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Inviter vos amis & votre famille"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Rejoindre une équipe"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Identifiant de clé"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Allons-y"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Lier au compte Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Carte"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Clés de masternode"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Mettre à jour un masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Maximum"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "payer directement à ce nom d'utilisateur"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Payer à des noms d'utilisateur. Il n'y a plus d'adresses alphanumériques"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Payer avec"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "par transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personnaliser"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Réception rapide"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validés : %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Signaler un problème"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Réanalyser"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Évaluer & noter cette appli"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Récompense"; @@ -1983,6 +2043,9 @@ /* CrowdNode */ "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "Le réseau Dash est opéré par un certain nombre de masternodes, qui sont un facteur essentiel pour faciliter les paiements."; +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; + /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Les dashs ont été déposés avec succès sur votre compte Coinbase. Mais il y a eu un problème lors de leur transfert sur Dash Wallet sur cet appareil."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Transmettre votre image, personnaliser votre identité"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Transmission de votre image au réseau"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "Utilisateur (infos de récupération)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Nom d'utilisateur déjà trouvé"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Voir la phrase de récupération"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Clés de vote"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Patientez jusqu'à ce que la chaîne soit entièrement synchronisée, pour que nous puissions voir votre historique de transactions. Consultez le site CrowdNode pour vous connecter ou vous inscrire."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Bienvenue"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Bienvenue sur DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Quand la transaction sera confirmée, l'autre portefeuille ne contiendra plus de fonds, et il ne devra pas être réutilisé pour des raisons de sécurité."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Vous pouvez modifier comment et quand vos gains de récompense vous sont payés."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "Vous avez choisi \"%@\" comme nom d'utilisateur. Un nom d'utilisateur ne peut pas être changé une fois enregistré."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Vous n'avez pas assez de fonds pour continuer"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Vous devez avoir au moins %@ pour suivre la vérification CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Vous devrez également vous déconnecter du site Uphold dans votre navigateur web."; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Votre nom d'utilisateur %@ est en cours de création sur le réseau Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Votre portefeuille est désormais sécurisé. Vous pouvez utiliser cette phrase de récupération à tout moment pour récupérer votre compte sur un autre appareil."; diff --git a/DashWallet/hr.lproj/Localizable.strings b/DashWallet/hr.lproj/Localizable.strings index 19055314e..2b991b007 100644 --- a/DashWallet/hr.lproj/Localizable.strings +++ b/DashWallet/hr.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresa"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Otkaži"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/hu.lproj/Localizable.strings b/DashWallet/hu.lproj/Localizable.strings index aba3d7c1d..7f5279cd7 100644 --- a/DashWallet/hu.lproj/Localizable.strings +++ b/DashWallet/hu.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Cím"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Mégse"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Hiba"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Szavazati Kulcsok"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/id.lproj/Localizable.strings b/DashWallet/id.lproj/Localizable.strings index ee70de07e..7d4453502 100644 --- a/DashWallet/id.lproj/Localizable.strings +++ b/DashWallet/id.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Alamat"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Karena kebanyakan orang tidak memiliki 1000 Dash, CrowdNode telah membuat layanan di mana mereka dengan mengumpulkan deposit dari anggota sehingga dapat mencapai manfaat memiliki Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Pencarian ATM berfungsi lebih baik dengan Layanan Lokasi diaktifkan"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Beli/Jual"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Dengan menghapus perangkat ini, Anda tidak lagi memiliki akses ke dana di perangkat ini. Ini hanya boleh dilakukan jika Anda tidak lagi memiliki akses ke kata sandi Anda dan lupa kode PIN Anda."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Batalkan"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Membatalkan transaksi ini tidak membatalkan pesanan perdagangan. Anda akan segera menerima DASH di akun Coinbase Anda."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Buat Dompet Baru"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Kesalahan"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Saya telah mencatat"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Jika Anda kehilangan frasa sandi, Anda dapat memverifikasi diri dengan cara lain untuk mendapatkan kembali akses ke dana CrowdNode Anda."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "Dalam proses…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Bergabung ke pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Tautkan akun Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Peta"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Pembaruan Masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Bayar Langsung ke Nama Pengguna"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Bayar dengan"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaksi"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Terima Cepat"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Kuorum divalidasi: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Laporkan masalah"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Pindai ulang"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Ulas & beri nilai aplikasi"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Hadiah"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Kode tidak benar. Silakan periksa dan coba lagi!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Dash Network digerakkan oleh sejumlah Masternode yang merupakan bagian penting dalam memfasilitasi pembayaran."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash berhasil disimpan ke akun Coinbase Anda. Namun terjadi masalah saat mentransfernya ke Dash Wallet di perangkat ini."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Lihat frasa pemulihan"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Kunci pemungutan suara"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Tunggu hingga rantai disinkronkan sepenuhnya, sehingga kami dapat meninjau riwayat transaksi Anda. Kunjungi situs web CrowdNode untuk masuk atau mendaftar."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Selamat Datang"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Ketika transaksi dikonfirmasi, dompet lainnya tidak akan berharga dan tidak boleh digunakan kembali untuk alasan keamanan."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Anda dapat mengubah bagaimana / kapan penghasilan hadiah Anda dibayarkan kepada Anda."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Anda tidak memiliki cukup dana untuk melanjutkan"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Anda setidaknya harus %@ untuk melanjutkan verifikasi CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Anda juga harus keluar dari situs web Uphold menggunakan browser Anda"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Nama pengguna anda %@ sedang dibuat di Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Dompet Anda aman sekarang. Anda dapat menggunakan frasa pemulihan kapan saja untuk memulihkan akun di perangkat lain."; diff --git a/DashWallet/it.lproj/Localizable.strings b/DashWallet/it.lproj/Localizable.strings index 4f65e0e38..2ee40cd0f 100644 --- a/DashWallet/it.lproj/Localizable.strings +++ b/DashWallet/it.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Aggiungi i tuoi Amici e Familiari"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Indirizzo"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Acconsento"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Compra/Vendi"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Cancellando questo dispositivo non avrai più accesso ai fondi su questo dispositivo. Questo dovrebbe essere fatto solo se non hai più accesso alla tua \"passphrase\" e hai anche dimenticato il tuo codice PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancella"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "L'annullamento di questa transazione non annulla l'ordine commerciale. A breve riceverai DASH sul tuo account Coinbase."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Crea un nuovo portafoglio"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Crea un nome utente, aggiungi i tuoi amici."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Inserisci il tuo ID Email Gravatar"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Errore"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "L'ho scritto"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Se dovessi perdere la passphrase, puoi verificarti con altri mezzi per riottenere l'accesso ai tuoi fondi CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In caso di prelievi maggiori CrowdNode pagherà i prelievi entro due settimane. Ciò è dovuto ai loro protocolli di sicurezza e molto spesso verrà gestito molto più velocemente."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "Processo in corso..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invita la tua famiglia, trova i tuoi amici cercando i loro Usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invita i tuoi amici e la tua famiglia"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Unisciti alla pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "ID chiave"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Iniziamo"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Collega l'account Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Mappa"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Chiavi Masternode"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Aggiornamento Masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Massimo"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Paga direttamente all'username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Paga allo Username. Niente più indirizzi alfanumerici"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Paga con"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transazione"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalizza"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Rapido Ricevi"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorum validati: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Segnala un problema"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Riscansiona"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Recensisci & Valuta l'app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Ricompensa"; @@ -1983,6 +2043,9 @@ /* CrowdNode */ "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "La rete Dash è guidata da una serie di Masternode che sono una parte essenziale per facilitare i pagamenti."; +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; + /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Il Dash è stato depositato con successo sul tuo conto Coinbase. Ma si è verificato un problema durante il trasferimento a Dash Wallet su questo dispositivo."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Carica la tua foto, personalizza la tua identità"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Caricamento della tua foto sulla rete"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "Utente (recupero delle informazioni)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username già trovato"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Visualizza la frase di recupero"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Chiavi di Voto"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Attendi fino a quando la catena non è completamente sincronizzata, così possiamo rivedere la cronologia delle transazioni. Visita il sito Web CrowdNode per accedere o registrarti."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Benvenuto"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Benvenuto su DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "A transazione confermata, il portafoglio di origine sarà privo di valore e non dovrebbe essere riutilizzato per motivi di sicurezza."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Puoi modificare come/quando ti vengono pagati i guadagni del premio."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "Hai scelto \"%@\" come Username. Lo Username non può essere modificato una volta registrato."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Non hai fondi sufficienti per procedere"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Dovresti avere almeno %@ per procedere con la verifica in CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Sarà inoltre necessario disconnettersi dal sito Web di Uphold utilizzando il browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Il tuo nome utente %@ è in fase di creazione sulla Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Il tuo wallet ora è protetto. Puoi utilizzare la frase di recupero in qualsiasi momento per ripristinare il tuo account su un altro dispositivo."; diff --git a/DashWallet/ja.lproj/Localizable.strings b/DashWallet/ja.lproj/Localizable.strings index 5ddbda52c..556d7eb5e 100644 --- a/DashWallet/ja.lproj/Localizable.strings +++ b/DashWallet/ja.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "アドレス"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "手元に1000Dashもない人がほとんどなため、CrowdNodeはサービスを作り、会員からの預金をプールすることで、そのような人々がマスターノードを所有する特典を得られるようにしました。"; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "位置情報サービスをオンにすると、ATM検索がより円滑に行えます"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "購入/売却"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "この端末を初期化すると、この端末の資金にアクセスできなくなります。 端末の初期化は復元パスフレーズへのアクセス権がなくなり、PINコードも忘れてしまった場合にのみ実施して下さい。"; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "キャンセルする"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "この取引をキャンセルしても、トレードの注文はキャンセルされません。CoinbaseのアカウントにまもなくDASHが入金されます。"; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "新しいウォレットを作成する"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "エラー"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "紙に書き留めました"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "パスフレーズを紛失した場合、他の方法で本人確認を行うことで、再びCrowdNodeの資金にアクセスできるようになります。"; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "処理中"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "プールの参加"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "キーID"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Coinbaseアカウントをリンク"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "マップ"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "マスターノードキー"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "マスターノードのアップデート"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "最大"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "ユーザー名に直接支払う"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "支払う"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "1取引あたり"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "クイック入金"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "検証済みのクォーラム: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "問題を報告する"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "再スキャン"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "アプリのレビューと評価"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "報酬"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "コードが正しくありません。ご確認の上、再度ご入力ください。"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Dashネットワークは多くのマスターノードによって稼働しており、決済を円滑に行うために不可欠な要素となっています。"; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "このDashはお客様のCoinbaseアカウントに正常に入金されました。しかし、この端末でDashウォレットに送金する際に問題が発生しました。"; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "復元フレーズを表示する"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "投票の諸々のキー"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "チェーンが完全に同期されるまで待ち、お客様の取引履歴を確認できるようにします。CrowdNodeのウェブサイトにアクセスし、ログインまたはサインアップしてください。"; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "ようこそ"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "この取引が確定したら、他のウォレットは無価値となり、安全上の理由から再び使用しないようにしてください。"; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "お客様は、報酬の支払い方法や支払い時期を変更できます。"; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "手続きするのに資金が不足しています"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "CrowdNodeの認証を進めるには、%@以上必要です。 "; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "またブラウザーを使ってUpholdのウェブサイトからログアウトする必要もあります"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "あなたのユーザー名%@はDashネットワークに作成中です。"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "現在あなたのウォレットは安全です。復元フレーズを使えばいつでも\n他の端末であなたのアカウントを復元できます。"; diff --git a/DashWallet/ko.lproj/Localizable.strings b/DashWallet/ko.lproj/Localizable.strings index ca0dd9d17..8a45a25e2 100644 --- a/DashWallet/ko.lproj/Localizable.strings +++ b/DashWallet/ko.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "주소"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "대부분의 사람들이 당장 손에 1000대시를 쥐고 있지 않은 만큼, 크라우드노드는 멤버들의 보증금을 풀로 모아 마스터노드 소유의 이점을 누릴 수 있도록 하는 서비스를 개설하였습니다."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM 검색은 위치 서비스를 사용할 때 더욱 효과적입니다"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "매수/매도"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "이 기기를 삭제하면 더 이상 이 기기의 금액에 액세스할 수 없습니다. 이 작업은 더 이상 암호 문장에 접근할 수 없고 PIN 코드도 분실한 경우에만 실행하십시오."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "취소"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "이 거래를 취소하더라도 거래 주문은 취소되지 않습니다. 곧 귀하의 코인베이스 계좌로 DASH를 받게 됩니다."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "새로운 지갑 생성하기"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "오류"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "옮겨 적었습니다"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "암호 문구를 잃어버리게 되면 크라우드노드 자금에 다시 액세스하기 위해 다른 방법으로 본인 인증을 해야 합니다."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "처리중..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "풀 가입하기"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "키 Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "코인베이스 계정 연결하기"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "지도"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "마스터노드 키"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "마스터노드 업데이트"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "최대"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "사용자 이름에 직접 지불하기"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "다음으로 지불합니다"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "거래당"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "빠른 송금 수령"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "유효한 쿼럼: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "오류 보고하기"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "재스캔"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "어플 리뷰 & 별점 매기기"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "리워드"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "잘못된 코드입니다. 확인 후 다시 시도해주십시오!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "대시 네트워크는 지불이 이루어지도록 도와주는 중요 부분인 마스터노드에 의해 운영됩니다."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "대시가 당신의 코인베이스 계정에 성공적으로 입금되었습니다. 그러나 이 기기의 대시 지갑으로 옮기는 데에 문제가 발생했습니다."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "복구 문구 확인"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "투표 키"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "우리가 당신의 거래 내역을 리뷰할 수 있도록 체인이 완전히 동기화될 때까지 기다려 주세요. 크라우드노드 웹사이트에 방문하셔서 로그인하거나 가입하세요."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "환영합니다"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "거래가 확인되면 다른 지갑은 가치를 가지지 않게 되며, 보안 관련 사유를 위해서는 이를 다시 사용해서는 안됩니다."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "당신의 리워드 수익을 어떻게 / 언제 받을 것인지 변경할 수 있습니다."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "계속하기 위한 자금이 부족합니다"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "크라우드노드 인증을 계속하기 위해서는 최소 %@가 필요합니다."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "또한 당신의 브라우저를 이용하여 업홀드 웹사이트에서 로그아웃 하십시오."; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "당신의 사용자 이름인 %@가 대시 네트워크에 생성되는 중입니다"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "이제 당신의 지갑은 안전합니다. 언제든 당신의 복원 문구를 사용하셔서 당신의 계정을 다른 기기에서 복원하실 수 있습니다."; diff --git a/DashWallet/mk.lproj/Localizable.strings b/DashWallet/mk.lproj/Localizable.strings index 4c1fa120d..2b444d239 100644 --- a/DashWallet/mk.lproj/Localizable.strings +++ b/DashWallet/mk.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Адреса"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Откажи"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Грешка"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/ms.lproj/Localizable.strings b/DashWallet/ms.lproj/Localizable.strings index 433aab0f2..d7d123d12 100644 --- a/DashWallet/ms.lproj/Localizable.strings +++ b/DashWallet/ms.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Address"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancel"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Saya telah menulisnya"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/nb.lproj/Localizable.strings b/DashWallet/nb.lproj/Localizable.strings index c0fc4a443..59462629c 100644 --- a/DashWallet/nb.lproj/Localizable.strings +++ b/DashWallet/nb.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresse"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Avbryt"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Feil"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Jeg har skrevet ned frasen"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/nl.lproj/Localizable.strings b/DashWallet/nl.lproj/Localizable.strings index 4c62882fc..665ace58d 100644 --- a/DashWallet/nl.lproj/Localizable.strings +++ b/DashWallet/nl.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adres"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Omdat de meeste mensen geen 1000 Dash bij de hand hebben, heeft CrowdNode een service gemaakt waarbij ze door stortingen van leden te bundelen de voordelen van het bezitten van een Masternode kunnen bereiken."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Zoeken naar geldautomaten werkt beter met locatiediensten ingeschakeld."; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Koop/Verkoop"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Door dit apparaat schoon te vegen heb je geen toegang meer tot het geld op dit apparaat. Dit zou alleen gedaan moeten worden als je de herstelzin hebt verloren en ook de pincode kwijt bent."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Annuleer"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Het annuleren van deze transactie annuleert de handelsorder niet. Je ontvangt binnenkort DASH op je Coinbase account."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Maak een nieuwe portemonnee aan"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Fout"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "ik heb het opgeschreven"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Als je ooit de wachtwoordzin kwijtraakt, kan je op andere manieren verifiëren om weer toegang te krijgen tot CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "Bezig...."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Deelnemen aan de pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Sleutel ID"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Koppel Coinbase account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Kaart"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode sleutels"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Updaten masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Betaal rechtstreeks aan gebruikersnaam"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Betaal met"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transactie"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Snel Ontvangen"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums gevalideerd: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Meld een probleem"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Scan opnieuw"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Schrijf een recensie & beoordeel de app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Beloning"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "De code is onjuist. Controleer en probeer het opnieuw."; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Het Dash Netwerk wordt aangedreven door 'Masternodes', wat een essentieel onderdeel is voor het faciliteren van betalingen."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "De Dash is succesvol gestort op je Coinbase account. Maar er was een probleem bij het overzetten hiervan naar de Dash portemonnee op dit apparaat."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Toon herstelzin"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Stem sleutels"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wacht tot de blockchain volledig is gesynchroniseerd, zodat we de transactiegeschiedenis kunnen bekijken. Bezoek de CrowdNode website om in te loggen of aan te melden."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welkom"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Wanneer de transactie is bevestigd, is de andere portemonnee waardeloos en mag deze om veiligheidsredenen niet opnieuw worden gebruikt."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Je kunt wijzigen hoe en wanneer inkomsten aan worden uitbetaald."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Je hebt onvoldoende saldo om door te gaan"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "je hebt minimaal %@ nodig om door te gaan met de CrowdNode verificatie."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Je dient ook nog uit te loggen bij Uphold website in je webbrowser."; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Uw gebruikersnaam %@ wordt aangemaakt op het Dash netwerk"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Uw portemonnee is nu beveiligd. U kunt uw herstelzin op elk gewenst moment gebruiken om uw account op een ander apparaat te herstellen."; diff --git a/DashWallet/pl.lproj/Localizable.strings b/DashWallet/pl.lproj/Localizable.strings index 7405fb919..749a34422 100644 --- a/DashWallet/pl.lproj/Localizable.strings +++ b/DashWallet/pl.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Dodaj Przyjaciół i Rodzinę"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adres"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Zgadzam się"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Kupuj/Sprzedawaj"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Jeśli wyczyścisz to urządzenie, stracisz dostęp do funduszy na tym urządzeniu. Tę czynność możesz rozważyć jedynie, gdy nie masz dostępu do frazy odzyskiwania portfela oraz pinu. "; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Anuluj"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Anulowanie tej transakcji nie anuluje zlecenia. Wkrótce otrzymasz DASH na swoje konto na Coinbase."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Stwórz Nowy Portfel"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Stwórz nazwę użytkownika, oraz dodaj przyjaciół."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Wprowadź swój Gravatar email"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Błąd"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Zapisałem to"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "W przypadku utraty hasła, możesz zweryfikować się za pomocą innych metod aby odzyskać dostęp do funduszy na CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "W przypadku zlecenia większych wypłat, CrowdNode dokona wypłaty w ciągu dwóch tygodni. Wynika to z ich protokołów bezpieczeństwa, ale prawdpodobnie środki będą wypłacone znacznie szybciej."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "W trakcie..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Zaproś rodzię i znajdź przyjaciół zapomocą wyszukiwarki nazw użytkowników"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Zaproś przyjaciół i rodzię"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Dołączanie do Puli CrowdNode"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Identyfikator Klucza"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Zacznijmy"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Połącz Konto Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Mapa"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Klucze do Masternoda"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Aktualizacji Masternoda"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Płać Użytkownikowi "; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Użwaj normalnych nazw do wysyłania funduszy. Nie musisz się męczyć z długimi losowymi adresami. "; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Zapłać za pomocą"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "w jednej transakcji"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Spersonalizuj"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Szybki Odbierz"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Zweryfikowane przez Kworum %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Zgłoś problem"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Ponownie zeskanuj"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Oceń i zostaw recenzje o aplikacji"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Nagroda"; @@ -1983,6 +2043,9 @@ /* CrowdNode */ "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "Sieć Dash jest kierowana przez Masternody które są niezbędną częscią infrastruktury przeznaczonej do dokonywania transakcji. "; +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; + /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash został pomyślnie przelany na twoje konto Coinbase, ale wystąpił błąd podczas transferu monet do twojego portfela Dash."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Wrzuć swoją fotkę aby spersonolizwać swój profil. "; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Trwa wysyłanie twojego zdjęcia do sieci"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "Użytkownik (pobierz informacje)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Użytkownik został już znaleziony"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Pokaż Frazę Odzyskiwania Portfela"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Klucze głosujące"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Poczekaj aż łańcuch będzie w pełni zsynchronizowany abyśmy mogli przejrzeć Twoją historię transakcji. Odwiedź stronę CrowdNode aby się zalogować lub zarejestrować."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Witaj"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Witaj w DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Po potwierdzeniu transakcji, drugi portfel będzie bezwartościowy i nie powinien być ponownie wykorzystywany ze względów bezpieczeństwa."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Możesz zmienić sposób, w jaki lub kiedy twoje zarobki są wypłacane."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "Wybrałeś \"%@\" jako swoją nazwę użytkownika. Jeśli zostanie ona zarejerstrowana, to nie może zostać zmieniona później. "; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Nie masz wystarczających środków aby kontynować"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Musisz mieć co najmniej %@ aby kontynuować weryfikację z CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Potrzebujesz także wylogować się z przeglądarki na swoim koncie Uphold "; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Twoja nazwa użytkownika %@ jest tworzona na Sieci Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Twój portfel jest teraz zabezpieczony. Możesz użyć swojej frazy odzyskiwania w dowolnym momencie, aby odzyskać konto na innym urządzeniu."; diff --git a/DashWallet/pt.lproj/Localizable.strings b/DashWallet/pt.lproj/Localizable.strings index 853fafcf9..b75bb4fa2 100644 --- a/DashWallet/pt.lproj/Localizable.strings +++ b/DashWallet/pt.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Endereço"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Como a maioria das pessoas não tem exatamente 1000 Dash em mãos, o CrowdNode criou um serviço em que, ao reunir depósitos de membros, podem obter os benefícios de possuir um Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "A pesquisa de Caixas Eletrônicos funciona melhor com os Serviços de Localização ativados"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Comprar/Vender"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Ao limpar este dispositivo, você não terá mais acesso a fundos neste dispositivo. Isso só deve ser feito se você não tiver mais acesso à sua frase secreta e também tiver esquecido o código PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancelar"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Cancelar esta transação não cancela a ordem de negociação. Você receberá DASH em sua conta Coinbase em breve."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Criar uma Nova Carteira"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Erro"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Eu anotei"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Se você perder sua frase de recuperação, poderá ser verificado por outros meios para recuperar o acesso aos seus fundos do CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "Processando..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Entrando no \"pool\""; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Identificador de Chave"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Conectar Conta Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Mapa"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Chaves do Masternode"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Atualização de Masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Máximo"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pagar Diretamente ao Nome de Usuário"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pagar com"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "por transação"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Receber Rapidamente"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quórums validados: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Reportar um Problema"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Reescanear"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Avaliar o App"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Recompensa"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Código incorreto. Por favor, verifique e tente novamente!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "A Rede Dash é impulsionada por vários Masternodes, o que é uma parte essencial para facilitar os pagamentos."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "O Dash foi depositado com sucesso na sua conta Coinbase. Mas houve um problema ao transferi-lo para a Carteira Dash neste dispositivo."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Ver Frase de Recuperação"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Chaves de Votação"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Aguarde até que a cadeia esteja totalmente sincronizada para que possamos revisar seu histórico de transações. Visite o site do CrowdNode para fazer login ou se inscrever."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Bem-vindo"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Quando a transação esteja confirmada, a outra carteira será inutilizada e não deve ser utilizada por razões de segurança."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Você pode alterar como / quando seus ganhos de recompensa serão pagos."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Você não tem fundos suficientes para prosseguir."; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Você deve ter pelo menos %@ Dash para prosseguir com a verificação do CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Também será necessário sair do site da Uphold utilizando seu navegador"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Seu nome de usuário %@ está sendo criado na Rede Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = " Sua carteira está segura agora. Você pode usar sua frase de recuperação em qualquer momento para recuperar sua conta em outro dispositivo."; diff --git a/DashWallet/ro.lproj/Localizable.strings b/DashWallet/ro.lproj/Localizable.strings index 4e7b15e99..2852458d8 100644 --- a/DashWallet/ro.lproj/Localizable.strings +++ b/DashWallet/ro.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresă"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Dacă ștergi acest dispozitiv nu vei mai avea acces la fondurile de pe el. Acest lucru trebuie făcut numai dacă nu mai ai fraza de acces și ai uitat codul PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Anulează"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Eroare"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Am scris-o"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Scanează din nou"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Chei de Vot"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "De asemenea, va trebui să te deconectezi de pe site-ul Uphold folosind browserul tău."; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/ru.lproj/Localizable.strings b/DashWallet/ru.lproj/Localizable.strings index 713793123..dcef7dd50 100644 --- a/DashWallet/ru.lproj/Localizable.strings +++ b/DashWallet/ru.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Добавить друзей и членов семьи"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Адрес"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Согласиться"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Куп/Прод"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Удалив кошелёк, у Вас больше не будет доступа к средствам на этом устройстве. Данное действие следует совершать только в том случае, если у Вас больше нет доступа к вашей кодовой фразе и Вы также забыли свой PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Отмена"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Отмена транзакции не повлияет на торговый ордер. Вскоре DASH поступит на ваш счёт в Coinbase."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Создать новый кошелек"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Создайте имя пользователя, добавьте друзей."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Введите Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Ошибка"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Я записал"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "В случае, если вы потеряете кодовую фразу, для восстановления доступа к средствам на CrowdNode можно воспользоваться другими методами."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "В случае вывода крупных сумм, CrowdNode выплатит эти суммы в течение двух недель. Это зависит от их протоколов безопасности, но часто платежи проводятся намного быстрее."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "В процессе..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Пригласите членов семьи, найдите друзей по имени пользователя"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Пригласить членов семьи и друзей"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Как присоединиться к пулу"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Ключ Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Давайте начнём"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Привязать аккаунт Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Карта"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode ключи"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Обновление masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Макс"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Оплатить напрямую по Имени пользователя"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Оплата по имени пользователя. Больше никаких цифробуквенных адресов"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Оплатить с помощью"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "за транзакцию"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Персонализировать"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Получить быстро"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Утверждённые кворумы: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Сообщить о проблеме"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Синхронизировать снова"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Оценить приложение"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Вознаграждение"; @@ -1983,6 +2043,9 @@ /* CrowdNode */ "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "Сеть Dash работает на основе мастернод, которые играют важную роль в проведении платежей"; +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; + /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash был успешно зачислен на ваш аккаунт Coinbase. Но при переводе его на Dash Wallet на этом устройстве произошла проблема."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Загрузите своё изображение, персонализируйте свой ID"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Изображение загружается в сеть"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "Пользователь (Получение информации)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Имя пользователя уже найдено"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Посмотреть фразу восстановления"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Ключи голосования"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Дождитесь, пока блокчейн полностью синхронизируется, чтобы посмотреть историю транзакций. Для входа или регистрации посетите сайт CrowdNode."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Добро пожаловать"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Добро пожаловать в DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = " Когда эта транзакция будет подтверждена, другой кошелёк будет бесполезен и не должен быть повторно использован в целях безопасности."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Вы можете настроить, когда и каким образом получите своё вознаграждение."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "Вы выбрали \"%@\" в качестве имени пользователя. После регистрации смена имени пользователя будет невозможна."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Недостаточно средств для продолжения."; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Для продолжения процесса верификации на CrowdNode у вас на счету должно быть не менее %@Dash."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Вам также необходимо будет выйти из своей учётной записи Uphold используя браузер"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Ваше имя пользователя %@ создаётся в сети Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Ваш кошелёк защищён. Вы можете использовать фразу восстановления в любое время, чтобы получить доступ к Вашему кошельку на другом устройстве."; diff --git a/DashWallet/sk.lproj/Localizable.strings b/DashWallet/sk.lproj/Localizable.strings index 35135125d..038430889 100644 --- a/DashWallet/sk.lproj/Localizable.strings +++ b/DashWallet/sk.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresa"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Keďže väčšina ľudí nemá po ruke presne 1000 Dash, CrowdNode vytvoril službu, kde môžete združovaním vkladov od členov dosiahnuť výhody vlastníctva Masternódu."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Vyhľadávanie bankomatov funguje lepšie so zapnutými službami určovania polohy"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Kúpiť/Predať"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Vyčistením tohto zariadenia už nebudete mať prístup k prostriedkom na tomto zariadení. Toto by sa malo robiť len vtedy, ak už nemáte prístup k vašej prístupovej fráze a zabudli ste aj váš PIN kód."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Zrušiť"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Zrušenie tejto transakcie nezruší obchodný príkaz. Čoskoro dostanete DASH na svoj Coinbase účet."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Vytvoriť novú peňaženku"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Chyba"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Zapísal som si ju"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Ak niekedy stratíte svoju prístupovú frázu, môžete sa overiť inými spôsobmi, aby ste znova získali prístup k svojim prostriedkom na CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "V procese…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Pripojenie k členstvu"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Id kľúča"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Prepojiť účet na Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Mapa"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Kľúče Masternode"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Aktualizácia masternódu"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Platiť priamo na meno používateľa"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Platiť s"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "za transakciu"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Rýchlo prijať"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Overené kvórami: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Nahlásiť problém"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Pre-skenovať"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Ohodnotiť aplikáciu"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Odmena"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Kód je nesprávny. Skontrolujte a skúste to znova!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Sieť Dash je riadená množstvom Masternódov, čo je nevyhnutná súčasť pre uskutočnenie platieb."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash bol úspešne vložený na váš Coinbase účet. Pri prenose do Dash peňaženky na tomto zariadení sa však vyskytol problém."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Zobraziť frázu pre obnovenie"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Hlasovacie kľúče"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Počkajte, kým sa reťazec úplne zosynchronizuje, aby sme mohli skontrolovať vašu históriu transakcií. Pre prihlásenie alebo registráciu navštívte webovú stránku CrowdNode."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Vitajte"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Po potvrdení transakcie bude druhá peňaženka bezcenná a z bezpečnostných dôvodov by sa nemala znovu používať."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Môžete zmeniť spôsob alebo kedy sa vám budú vyplácať vaše zárobky."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Na pokračovanie nemáte dostatok finančných prostriedkov"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Pre pokračovanie s overením na CrowdNode, by ste mali mať aspoň %@."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Budete sa tiež musieť odhlásiť z webovej stránky Upholdu pomocou svojho prehliadača"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Vaše používateľské meno %@ sa vytvára v sieti Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Vaša peňaženka je zabezpečená. Frázu pre obnovenie môžete kedykoľvek použiť na obnovenie svojho účtu na inom zariadení."; diff --git a/DashWallet/sl.lproj/Localizable.strings b/DashWallet/sl.lproj/Localizable.strings index 6a5d41457..3e48cad1d 100644 --- a/DashWallet/sl.lproj/Localizable.strings +++ b/DashWallet/sl.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Naslov"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Prekliči"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Napaka"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/sl_SI.lproj/Localizable.strings b/DashWallet/sl_SI.lproj/Localizable.strings index 8aa82ce64..34a26d7f3 100644 --- a/DashWallet/sl_SI.lproj/Localizable.strings +++ b/DashWallet/sl_SI.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Address"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancel"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Preveri seznam skrivnih besed za obnovo denarnice"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/sq.lproj/Localizable.strings b/DashWallet/sq.lproj/Localizable.strings index 97a59ff37..c1ff1f2b0 100644 --- a/DashWallet/sq.lproj/Localizable.strings +++ b/DashWallet/sq.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresa"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "anullo"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Gabim"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/sr.lproj/Localizable.strings b/DashWallet/sr.lproj/Localizable.strings index f0f71d976..c8ed5fde6 100644 --- a/DashWallet/sr.lproj/Localizable.strings +++ b/DashWallet/sr.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adresa"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Otkaži"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Greška"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Zapisao sam"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/sv.lproj/Localizable.strings b/DashWallet/sv.lproj/Localizable.strings index 4e12157d9..8ffcb6bec 100644 --- a/DashWallet/sv.lproj/Localizable.strings +++ b/DashWallet/sv.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adress"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Ångra"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Skapa en ny Plånbok"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Fel"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Jag har skrivit ned den"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/th.lproj/Localizable.strings b/DashWallet/th.lproj/Localizable.strings index f1c6f9051..bbf20b31e 100644 --- a/DashWallet/th.lproj/Localizable.strings +++ b/DashWallet/th.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "ที่อยู่"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "เนื่องจากคนส่วนใหญ่ไม่ได้มี 1000 Dash ในมือ CrowdNode ได้ให้บริการที่พวกเขามีการรวมเงินฝากจากสมาชิกสามารถได้รับประโยชน์จากการเป็นเจ้าของมาสเตอร์โหนด"; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "การค้นหา ATM ทำงานได้ดีขึ้นเมื่อเปิดใช้บริการสถานที่"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "ซื้อ/ขาย"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "การกำจัดอุปกรณ์นี้คุณจะไม่สามารถเข้าถึงเงินทุนในอุปกรณ์นี้ได้อีกต่อไป สิ่งนี้ควรจะทำเฉพาะในกรณีที่คุณไม่จำเป็นต้องเข้าถึงข้อความรหัสผ่านของคุณและยังลืมรหัส PIN ของคุณอีกด้วย"; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "ยกเลิก"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "การยกเลิกธุรกรรมนี้ไม่ได้ยกเลิกคำสั่งซื้อขาย คุณจะได้รับ Dash ในบัญชี Coinbase ของคุณในไม่ช้า"; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "สร้างกระเป๋าสตางค์ใหม่"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "ผิดพลาด"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "ฉันได้เขียนลงไปแล้ว"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "หากคุณสูญเสียวลีรหัสผ่านคุณสามารถยืยยันตัวตนด้วยวิธีอื่นเพื่อให้สามารถเข้าถึงเงินทุน CrowdNode ของคุณได้"; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "อยู่ในระหว่างการดำเนินงาน…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "เข้าร่วม pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "เชื่อมต่อบัญชี Coinbase ของคุณ "; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "แผนที่"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "มาสเตอร์โหนดคีย์"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "อัพเดตมาสเตอร์โหนด"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "สูงสุด"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "ชำระเงินโดยตรงกับชื่อผู้ใช้"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "จ่ายเงินด้วย"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "ต่อธุรกรรม"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "ได้รับอย่างรวดเร็ว"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "องค์ประชุมที่ได้รับการรับรอง%1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "รายงานปัญหา"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "สแกนอีกครั้ง"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "วิจารณ์และให้คะแนนแอพพลิเคชั่นนี้"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "รางวัล"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "รหัสไม่ถูกต้อง กรุณาตรวจสอบและลองอีกครั้ง!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "เครือข่าย Dash นั้นขับเคลื่อนด้วยมาสเตอร์โหนดจำนวนมากซึ่งเป็นส่วนสำคัญของการชำระเงินที่อำนวยความสะดวก"; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash ถูกฝากเข้าบัญชี Coinbase ของคุณเรียบร้อยแล้ว แต่มีปัญหาในการโอนไปยังกระเป๋าเงิน Dash ของคุณบนอุปกรณ์นี้"; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "ดูวลีกู้คืน"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "รอจนกว่าบล็อกเชนจะถูกซิงค์อย่างเต็มที่ดังนั้นเราสามารถตรวจสอบประวัติการทำธุรกรรมของคุณ เยี่ยมชมเว็บไซต์ CrowdNode เพื่อเข้าสู่ระบบหรือลงทะเบียน"; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "ยินดีต้อนรับ"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "เมื่อธุรกรรมถูกยืนยัน วอลเล็ทอื่นๆจะไม่มีจราคาและไม่ควรนำมาใช้อีกครั้งเพื่อความปลอดภัย"; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "คุณสามารถเปลี่ยนวิธีการที่คุณได้รับจากรายได้จากรางวัลของคุณ"; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "คุณมีเงินไม่เพียงพอที่จะดำเนินการต่อ"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "คุณต้องมีอย่างน้อย %@ เพื่อดำเนินการตรวจสอบ CrowdNode"; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "คุณจะต้องออกจากระบบของเว็บไซต์ Uphold โดยใช้เบราว์เซอร์ของคุณ"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "ชื่อผู้ใช้ของคุณ %@ กำลังถูกสร้างขึ้นบนเครือข่าย Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "กระเป๋าเงินของคุณปลอดภัยแล้ว คุณสามารถใช้วลีกู้คืนได้ทุกเวลาเพื่อกู้คืนบัญชีของคุณบนอุปกรณ์อื่น"; diff --git a/DashWallet/tr.lproj/Localizable.strings b/DashWallet/tr.lproj/Localizable.strings index 11942c026..aa2aefe7b 100644 --- a/DashWallet/tr.lproj/Localizable.strings +++ b/DashWallet/tr.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Adres"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Çoğu insanın elinde tam olarak 1000 Dash bulunmadığından, CrowdNode, üyelerden gelen mevduatları bir araya getirerek bir Ana Düğüm sahibi olmanın avantajlarını elde edebilecekleri bir hizmet yaptı."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Konum Servisleri açıkken ATM araması daha iyi çalışır"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Al/Sat"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Bu cihazı silerseniz bu cihazdaki paraya artık ulaşamazsınız. Bunu sadece parola cümlenize ulaşamıyorsanız ve PİN kodunuzu unuttuysanız yapmalısınız."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "İptal"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Bu işlemin iptal edilmesi işlem emrini iptal etmez. Kısa bir süre sonra Coinbase hesabınızda DASH alacaksınız."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Yeni Cüzdan Oluştur"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Hata"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Not aldım"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Parolanızı kaybederseniz, CrowdNode fonlarınıza yeniden erişim kazanmak için kimliğinizi çeşitli yollarla doğrulayabilirsiniz."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "İşlemde…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Havuza katılmak"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Anahtar Kimliği"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Coinbase Hesabını Bağla"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Harita"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Ana düğüm Anahtarları"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Anadüğüm Güncellemesi"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Maksimum"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Kullanıcı Adına Doğrudan Ödeme Yap"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "İle öde"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "işlem başına"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Hızlı Al"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Doğrulanan nisaplar: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Sorun rapor et"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Yeniden tara"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Uygulamamızı değerlendirip puanlayın"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Ödül"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Kod yanlış. Lütfen kontrol edip tekrar deneyin!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Dash Ağı, ödemeleri kolaylaştırmanın önemli bir parçası olan bir dizi Ana Düğüm tarafından yönetilir."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash başarıyla Coinbase hesabınıza yatırıldı. Fakat bu cihazdaki Dash Cüzdan'a aktarılırken bir sorun oluştu."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Kurtarma Sözcük Grubunu Göster"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Oy Verme Anahtarları"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Zincir tamamen senkronize olana kadar bekleyin, böylece işlem geçmişinizi gözden geçirebiliriz. Giriş yapmak veya kaydolmak için CrowdNode web sitesini ziyaret edin."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Hoşgeldiniz"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "İşlem onaylandığında, diğer cüzdan değersiz olacaktır ve güvenlik nedeniyle yeniden kullanılmamalıdır."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Ödüllerinizin nasıl ve ne zaman ödeneceğini değiştirebilirsiniz."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Devam etmek için yeterli bakiyeniz yok"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "CrowdNode doğrulamasına devam etmek için en az %@'a sahip olmalısınız."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Aynı zamanda tarayıcınızda Uphold internet sitesinden çıkış yapmanız gerekecek"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Kullanıcı adınız %@ Dash Ağında oluşturuluyor"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Cüzdanınız artık güvende. Hesabınızı başka bir cihaza aktarmak için kurtarma sözcük grubunuzu istediğiniz zaman kullanabilirsiniz."; diff --git a/DashWallet/uk.lproj/Localizable.strings b/DashWallet/uk.lproj/Localizable.strings index 3bfca12e0..41f1ce926 100644 --- a/DashWallet/uk.lproj/Localizable.strings +++ b/DashWallet/uk.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Адреса"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "Оскільки більшість людей не мають під рукою точно 1000 Dash, CrowdNode створив послугу, за допомогою якої вони, об’єднуючи депозити від учасників, можуть отримати переваги володіння Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "Пошук банкоматів працює краще, якщо ввімкнено служби визначення місцезнаходження."; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Купити/Продати"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Видаливши гаманець, у вас більше не буде доступу до коштів на цьому пристрої. Цю дію слід здійснювати лише в тому випадку, якщо у вас більше немає доступу до вашої кодової фрази і ви забули свій PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Відміна"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Скасування цієї операції не скасовує трейд. Незабаром ви отримаєте DASH на свій обліковий запис Coinbase."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Створитит нови"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Помилка"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Я записав її"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "Якщо ви втратите свою кодову фразу, ви можете підтвердити себе іншими способами, щоб відновити доступ до своїх коштів CrowdNode."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "В процесі..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Приєднання до пула"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Ідентифікатор ключа"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Прив’яжіть обліковий запис Coinbase"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Карта"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Ключі Мастернод"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Оновлення Мастерноди"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Максимум"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Платіть безпосередньо на ім'я користувача"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Платіть з"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "за транзакцію"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Швидке отримання"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Затверджені кворуми: %1$d/%2$d."; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Повідомити про проблему"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Повторне сканування"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Оцінити додаток"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Нагорода"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "Код не правильний. Перевірте та повторіть спробу!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Dash Network Мастернодами, що є важливою частиною полегшення платежів."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash успішно внесено на ваш обліковий запис Coinbase. Але виникла проблема під час перенесення його в Dash Wallet на цьому пристрої."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Переглянути фразу відновлення"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Ключі голосування"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Дочекайтеся, поки блокчейн повністю синхронізується, щоб переглянути історію транзакцій. Відвідайте веб-сайт CrowdNode для входу або реєстрації."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Ласкаво просимо"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Коли ця транзакція буде підтверджена, гаманець буде непотрібним і не зможе бути повторно використаний з метою безпеки."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "Ви можете налаштувати, коли та яким чином отримаєте свою винагороду."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "Недостатньо коштів для продовження"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "Ви повинні мати принаймні %@ Dash, щоб продовжити верифікацію CrowdNode."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Вам також потрібно буде вийти з веб-сайту Uphold за допомогою браузера"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Ваше ім’я користувача %@ створюється в Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Тепер ваш гаманець у безпеці. Ви можете будь-коли використати свою фразу відновлення, щоб відновити обліковий запис на іншому пристрої."; diff --git a/DashWallet/vi.lproj/Localizable.strings b/DashWallet/vi.lproj/Localizable.strings index cf2ba5423..0bf801802 100644 --- a/DashWallet/vi.lproj/Localizable.strings +++ b/DashWallet/vi.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Địa chỉ"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "Bằng việc xoá thiết bị này bạn sẽ không còn có thể truy cập vào số tiền trong thiết bị này nữa. Điều này chỉ nên thực hiện nếu bạn không còn nhớ mật khẩu hoặc quên mất mã PIN."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Huỷ bỏ"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Tạo một ví mới"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Lỗi"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "Tôi đã viết xuống"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Cập nhật Masternode"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Tối đa"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Trả trực tiếp cho Tên Người dùng"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Nhận nhanh"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums xác nhận: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Báo cáo về lỗi"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Quét lại"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Viết nhận xét & đánh giá cho ứng dụng này"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Phần thưởng"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "Xem cụm từ phục hồi"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Khoá bỏ phiếu"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Chào mừng"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "Khi các giao dịch được xác thực, ví kia sẽ trở nên vô giá trị và không nên được tiếp tục sử dụng vì những lý do an toàn."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "Bạn sẽ cần phải đăng xuất khỏi tài khoản từ trang web Uphold với trình duyệt của mình"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Tên người dùng của bạn %@ đang được tạo trên mạng lưới Dash"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Bây giờ ví của bạn đã được an toàn. Bạn có thể sử dụng dòng chữ phục hồi bất kỳ khi nào để khôi phục số tiền của mình trên một thiết bị khác."; diff --git a/DashWallet/zh-Hans.lproj/Localizable.strings b/DashWallet/zh-Hans.lproj/Localizable.strings index 6fcdca759..e9b47cbe4 100644 --- a/DashWallet/zh-Hans.lproj/Localizable.strings +++ b/DashWallet/zh-Hans.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Address"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on."; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancel"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/zh-Hant-TW.lproj/Localizable.strings b/DashWallet/zh-Hant-TW.lproj/Localizable.strings index 2f0aaf2e0..7c56b085b 100644 --- a/DashWallet/zh-Hant-TW.lproj/Localizable.strings +++ b/DashWallet/zh-Hant-TW.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "Address"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM search works better with Location Services turned on."; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "Buy/Sell"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "Cancel"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "Create a New Wallet"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "Error"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "I wrote it down"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "In process…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "Joining the pool"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "Key Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "Link Coinbase Account"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "Map"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "Masternode Keys"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "Masternode Update"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "Max"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "Pay Directly to Username"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "Pay with"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "per transaction"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "Quick Receive"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "Quorums validated: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "Report an Issue"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "Rescan"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "Review & Rate the app"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "Reward"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "The code is incorrect. Please check and try again!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "View Recovery Phrase"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "Voting Keys"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "Welcome"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "You can change how / when your reward earnings are paid to you."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "You have insufficient funds to proceed"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "You should have at least %@ to proceed with the CrowdNode verification."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "You will also need to log out from the Uphold website using your browser"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "Your username %@ is being created on the Dash Network"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device."; diff --git a/DashWallet/zh.lproj/Localizable.strings b/DashWallet/zh.lproj/Localizable.strings index 6eee8233c..fe96f02c9 100644 --- a/DashWallet/zh.lproj/Localizable.strings +++ b/DashWallet/zh.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "地址"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "由于大多数人手中没有 1000个 Dash, CrowdNode提供了一项服务, 他们通过汇集成员的存款来帮助成员获得主节点的收益."; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "开启位置服务能获得更好的ATM搜索效果"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "购买/出售"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "通过清除此设备, 您将无法在此设备上使用您的资金. 只有当您无法访问密码并忘记PIN时才应当这样做."; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "取消"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "取消此交易无法撤销这笔交易订单. 您的Coinbase账户不久会将收到Dash."; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "创建新钱包"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "错误"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "我已将它写下来"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "如果您丢失了密码, 您可以通过其他方式验证自己以重新获得对您CrowdNode资金的访问权限."; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "正在进行..."; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "加入资金池"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "密钥 Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "关联Coinbase账户"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "地图"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "主节点密钥"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "主节点升级"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "最大"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "直接付款给用户名"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "使用...来支付"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "每笔交易"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "快速接收"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "经仲裁链验证: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "报告问题"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "重新扫描"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "对app进行评论和评分"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "奖励"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "验证码不正确. 请检查并重试!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "Dash网络由众多主节点驱动, 这是令支付更便捷的重要组成部分."; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash已成功存入您的 Coinbase账户. 但是把 Dash转账到此设备上的 Dash钱包时出错."; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "查看助记词"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "投票者密钥"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "等待区块链完全同步后, 我们才能查看您的交易记录. 访问CrowdNode网站登录或注册."; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "欢迎"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "当交易被确认后, 另一个钱包将会分文不值, 并且出于安全原因不应当再被使用."; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "您可以更改向您支付奖励收入的方式 / 时间."; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "您没有足够的资金来继续操作"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "您至少需要有%@才能进行CrowdNode验证."; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "您同样需要使用浏览器从Uphold网站退出"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "您的用户名 %@ 正在Dash网络上创建中"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "您的钱包现已安全. 您可以随时在其他设备通过您的助记词找回您的账户."; diff --git a/DashWallet/zh_TW.lproj/Localizable.strings b/DashWallet/zh_TW.lproj/Localizable.strings index 4df7390b5..2d230ae0a 100644 --- a/DashWallet/zh_TW.lproj/Localizable.strings +++ b/DashWallet/zh_TW.lproj/Localizable.strings @@ -136,6 +136,9 @@ /* No comment provided by engineer. */ "Add your Friends & Family" = "Add your Friends & Family"; +/* Usernames */ +"Add your friends & family" = "Add your friends & family"; + /* No comment provided by engineer. */ "Address" = "位址"; @@ -148,6 +151,9 @@ /* Coinbase */ "Advanced users who have a very high level of technical expertise can determine your transaction history" = "Advanced users who have a very high level of technical expertise can determine your transaction history"; +/* Usernames */ +"After voting is completed on %@ you can create any username that has not already been created" = "After voting is completed on %@ you can create any username that has not already been created"; + /* No comment provided by engineer. */ "Agree" = "Agree"; @@ -218,7 +224,7 @@ "As a masternode owner you can vote to approve requested usernames before users will be able to create it." = "As a masternode owner you can vote to approve requested usernames before users will be able to create it."; /* CrowdNode */ -"As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode." = "由於大多數人手頭上沒有 1000 達世幣,CrowdNode 提供了一項服務,他們通過匯集成員的存款來獲得擁有主節點的好處。"; +"As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode." = "As most people do not have exactly 1000 Dash at hand, Crowdnode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode."; /* No comment provided by engineer. */ "ATM search works better with Location Services turned on." = "ATM 搜索在打開定位服務的情況下效果更好"; @@ -326,6 +332,9 @@ /* Buy/Sell */ "Buy/Sell" = "購買/出售"; +/* Voting */ +"By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first" = "By tapping the \"Vote for All\" button, you will automatically vote for all of the filtered usernames (%ld) that were submitted first"; + /* No comment provided by engineer. */ "By wiping this device you will no longer have access to funds on this device. This should only be done if you no longer have access to your passphrase and have also forgotten your PIN code." = "通過擦洗此設備,您將無法再使用此設備上的資金。 只有在您無法再訪問密碼詞組並忘記密碼時,才應該這樣做。"; @@ -335,6 +344,9 @@ /* No comment provided by engineer. */ "Cancel" = "取消"; +/* Voting */ +"Cancel Approval" = "Cancel Approval"; + /* Coinbase/Buy Dash/Cancel Order */ "Canceling this transaction does not cancel the trade order. You will receive DASH on your Coinbase account shortly." = "取消此交易不會取消交易訂單。您很快就會在您的 Coinbase 帳戶中收到 DASH。"; @@ -484,6 +496,9 @@ /* No comment provided by engineer. */ "Create a New Wallet" = "創建一個新錢包"; +/* Usernames */ +"Create a username" = "Create a username"; + /* No comment provided by engineer. */ "Create a username, add your friends." = "Create a username, add your friends."; @@ -694,6 +709,9 @@ /* No comment provided by engineer. */ "Enter your Gravatar Email ID" = "Enter your Gravatar Email ID"; +/* Voting */ +"Enter your voting key" = "Enter your voting key"; + /* No comment provided by engineer. */ "Error" = "錯誤"; @@ -925,6 +943,9 @@ /* No comment provided by engineer. */ "I wrote it down" = "我寫下來"; +/* Voting */ +"Identity" = "Identity"; + /* CrowdNode */ "If you ever lose your passphrase, you can verify yourself by other means to regain access to your CrowdNode funds." = "如果您丟失了密碼,您可以通過其他方式驗證自己以重新獲得對您的 CrowdNode 資金的訪問權限。"; @@ -964,6 +985,12 @@ /* CrowdNode */ "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster." = "In case of larger withdrawals CrowdNode will pay withdrawals within two weeks. This is due to their security protocols and will most often be handled much faster."; +/* Usernames */ +"In case you lose your passphrase you will lose your right to your requested username." = "In case you lose your passphrase you will lose your right to your requested username."; + +/* Usernames */ +"In case your request is not approved" = "In case your request is not approved"; + /* CrowdNode Portal */ "In process…" = "進行中…"; @@ -1051,6 +1078,9 @@ /* No comment provided by engineer. */ "Invite your family, find your friends by searching their usernames" = "Invite your family, find your friends by searching their usernames"; +/* Usernames */ +"Invite your family, find your friends by searching their usernames." = "Invite your family, find your friends by searching their usernames."; + /* No comment provided by engineer. */ "Invite your friends & family" = "Invite your friends & family"; @@ -1096,6 +1126,9 @@ /* CrowdNode */ "Joining the pool" = "加入資金池"; +/* Usernames */ +"Keep your passphrase safe" = "Keep your passphrase safe"; + /* No comment provided by engineer. */ "Key Id" = "密鑰 Id"; @@ -1136,6 +1169,9 @@ /* No comment provided by engineer. */ "Let’s Get Started" = "Let’s Get Started"; +/* Voting */ +"Link" = "Link"; + /* Dash Service Overview */ "Link Coinbase Account" = "鏈接 Coinbase 帳戶"; @@ -1208,6 +1244,9 @@ /* Map */ "Map" = "地圖"; +/* Voting */ +"Masternode IP address" = "Masternode IP address"; + /* No comment provided by engineer. */ "Masternode Keys" = "主節點密鑰"; @@ -1223,6 +1262,9 @@ /* No comment provided by engineer. */ "Masternode Update" = "主節點更新"; +/* Voting */ +"Masternode Voting Key" = "Masternode Voting Key"; + /* Contracted variant of 'Maximum' word */ "Max" = "最大值"; @@ -1415,9 +1457,15 @@ /* emphasized text in: Add as your contact to Pay Directly to Username and Retain Mutual Transaction History */ "Pay Directly to Username" = "直接支付給用戶名"; +/* Usernames */ +"Pay now and if not approved, you can create a different name without paying again" = "Pay now and if not approved, you can create a different name without paying again"; + /* No comment provided by engineer. */ "Pay to usernames. No more alphanumeric addresses" = "Pay to usernames. No more alphanumeric addresses"; +/* Usernames */ +"Pay to usernames. No more alphanumeric addresses." = "Pay to usernames. No more alphanumeric addresses."; + /* Coinbase/Buy Dash */ "Pay with" = "使用。。。來支付"; @@ -1469,6 +1517,9 @@ /* CrowdNode */ "per transaction" = "每筆交易"; +/* Usernames */ +"Personalise profile" = "Personalise profile"; + /* No comment provided by engineer. */ "Personalize" = "Personalize"; @@ -1559,6 +1610,9 @@ /* No comment provided by engineer. */ "Quick Receive" = "快速接收"; +/* Voting */ +"Quick Voting" = "Quick Voting"; + /* No comment provided by engineer. */ "Quorums validated: %d/%d" = "驗證的仲裁人數: %1$d/%2$d"; @@ -1634,6 +1688,9 @@ /* Translate it as short as possible! (24 symbols max) */ "Report an Issue" = "報告問題"; +/* Voting */ +"Request details" = "Request details"; + /* An action */ "Rescan" = "重新掃瞄"; @@ -1664,6 +1721,9 @@ /* No comment provided by engineer. */ "Review & Rate the app" = "對應用程序進行評論並評分"; +/* Voting */ +"Review the posting below to verify the ownership of this username" = "Review the posting below to verify the ownership of this username"; + /* No comment provided by engineer. */ "Reward" = "報酬"; @@ -1981,7 +2041,10 @@ "The code is incorrect. Please check and try again!" = "代碼不正確。請檢查並重試!"; /* CrowdNode */ -"The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments." = "達世幣網絡由許多主節點驅動,這是令支付更便捷的重要組成部分。"; +"The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments." = "The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments."; + +/* Usernames */ +"The Dash network must vote to approve your username before it is created." = "The Dash network must vote to approve your username before it is created."; /* Coinbase/Buy Dash/Confirm Order */ "The Dash was successfully deposited to your Coinbase account. But there was a problem transfering it to Dash Wallet on this device." = "Dash 已成功存入您的 Coinbase 帳戶。但是將它轉移到此設備上的達世幣錢包時出現問題。"; @@ -2177,6 +2240,9 @@ /* No comment provided by engineer. */ "Upload your picture, personalize your identity" = "Upload your picture, personalize your identity"; +/* Usernames */ +"Upload your picture, personalize your identity." = "Upload your picture, personalize your identity."; + /* No comment provided by engineer. */ "Uploading your picture to the network" = "Uploading your picture to the network"; @@ -2192,6 +2258,9 @@ /* No comment provided by engineer. */ "User (Fetching Info)" = "User (Fetching Info)"; +/* Voting */ +"Username" = "Username"; + /* No comment provided by engineer. */ "Username already found" = "Username already found"; @@ -2249,9 +2318,15 @@ /* No comment provided by engineer. */ "View Recovery Phrase" = "查看恢復詞組"; +/* Voting */ +"Vote for All" = "Vote for All"; + /* Voting */ "Vote only on duplicates" = "Vote only on duplicates"; +/* Voting */ +"Vote to Approve" = "Vote to Approve"; + /* Voting */ "Votes: High to low" = "Votes: High to low"; @@ -2264,6 +2339,9 @@ /* No comment provided by engineer. */ "Voting Keys" = "投票公鑰"; +/* Usernames */ +"Voting will not be required forever" = "Voting will not be required forever"; + /* No comment provided by engineer. */ "Wait until the chain is fully synced, so we can review your transaction history. Visit CrowdNode website to log in or sign up." = "等到區塊鏈完全同步後,我們才能查看您的交易歷史。訪問 CrowdNode 網站登錄或註冊。"; @@ -2309,9 +2387,15 @@ /* No comment provided by engineer. */ "Welcome" = "歡迎"; +/* Usernames */ +"Welcome to Dash Pay" = "Welcome to Dash Pay"; + /* No comment provided by engineer. */ "Welcome to DashPay" = "Welcome to DashPay"; +/* Usernames */ +"What is username voting?" = "What is username voting?"; + /* No comment provided by engineer. */ "When the transaction is confirmed, the other wallet will be worthless and should not be re-used for safety reasons." = "當交易確認後,另一個錢包的結餘將會消失,並且出於安全原因不應重複使用該錢包。"; @@ -2385,6 +2469,9 @@ /* CrowdNode */ "You can change how / when your reward earnings are paid to you." = "您可以更改向您支付獎勵收入的方式/時間。"; +/* Voting */ +"You can enter your key in any of the following formats: WIF/base58/base64/hex" = "You can enter your key in any of the following formats: WIF/base58/base64/hex"; + /* Voting */ "You can review all requests but you only need to vote on duplicates" = "You can review all requests but you only need to vote on duplicates"; @@ -2412,6 +2499,9 @@ /* No comment provided by engineer. */ "You have chose \"%@\" as your username. Username cannot be changed once it is registered." = "You have chose \"%@\" as your username. Username cannot be changed once it is registered."; +/* Voting */ +"You have entered an invalid key" = "You have entered an invalid key"; + /* No comment provided by engineer. */ "You have insufficient funds to proceed" = "您沒有足夠的資金來繼續進行"; @@ -2445,6 +2535,9 @@ /* No comment provided by engineer. */ "You should have at least %@ to proceed with the CrowdNode verification." = "您應該至少有 %@ 才能繼續進行 CrowdNode 的驗證。"; +/* Usernames */ +"You should have more than %@ Dash to create a username" = "You should have more than %@ Dash to create a username"; + /* No comment provided by engineer. */ "You will also need to log out from the Uphold website using your browser" = "您還需要從瀏覽器中登出Uphold網站"; @@ -2511,5 +2604,11 @@ /* No comment provided by engineer. */ "Your username %@ is being created on the Dash Network" = "您的用戶名 %@ 已經在達世幣綱絡中創建了"; +/* No comment provided by engineer. */ +"Your vote was cancelled" = "Your vote was cancelled"; + +/* Voting */ +"Your vote was submitted" = "Your vote was submitted"; + /* No comment provided by engineer. */ "Your wallet is secured now. You can use your recovery phrase anytime to recover your account on another device." = "您的錢包現在已經安全了。 您可以隨時使用恢復詞組在另一台設備上恢復帳戶。";