mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
225 lines
15 KiB
Plaintext
225 lines
15 KiB
Plaintext
"Wallet.Updated.JustNow" = "updated just now";
|
||
"Wallet.Updated.MinutesAgo_0" = "%@ minutes ago"; //three to ten
|
||
"Wallet.Updated.MinutesAgo_1" = "1 minute ago"; //one
|
||
"Wallet.Updated.MinutesAgo_2" = "2 minutes ago"; //two
|
||
"Wallet.Updated.MinutesAgo_3_10" = "%@ minutes ago"; //three to ten
|
||
"Wallet.Updated.MinutesAgo_many" = "%@ minutes ago"; // more than ten
|
||
"Wallet.Updated.MinutesAgo_any" = "%@ minutes ago"; // more than ten
|
||
"Wallet.Updated.HoursAgo_0" = "%@ hours ago";
|
||
"Wallet.Updated.HoursAgo_1" = "1 hour ago";
|
||
"Wallet.Updated.HoursAgo_2" = "2 hours ago";
|
||
"Wallet.Updated.HoursAgo_3_10" = "%@ hours ago";
|
||
"Wallet.Updated.HoursAgo_any" = "%@ hours ago";
|
||
"Wallet.Updated.HoursAgo_many" = "%@ hours ago";
|
||
"Wallet.Updated.HoursAgo_0" = "%@ hours ago";
|
||
"Wallet.Updated.YesterdayAt" = "yesterday at %@";
|
||
"Wallet.Updated.AtDate" = "%@";
|
||
"Wallet.Updated.TodayAt" = "today at %@";
|
||
"Wallet.Info.WalletCreated" = "Wallet Created";
|
||
"Wallet.Info.Address" = "Your wallet address";
|
||
"Wallet.Info.YourBalance" = "your balance";
|
||
"Wallet.Info.Receive" = "Receive";
|
||
"Wallet.Info.ReceiveGrams" = "Receive Grams";
|
||
"Wallet.Info.Send" = "Send";
|
||
"Wallet.Info.RefreshErrorTitle" = "No network";
|
||
"Wallet.Info.RefreshErrorText" = "Couldn't refresh balance. Please make sure your internet connection is working and try again.";
|
||
"Wallet.Info.RefreshErrorNetworkText" = "Wallet state can not be retrieved at this time. Please try again later.";
|
||
"Wallet.Info.UnknownTransaction" = "Empty Transaction";
|
||
"Wallet.Info.TransactionTo" = "to";
|
||
"Wallet.Info.TransactionFrom" = "from";
|
||
"Wallet.Info.Updating" = "updating";
|
||
"Wallet.Info.TransactionBlockchainFee" = "%@ blockchain fees";
|
||
"Wallet.Info.TransactionPendingHeader" = "Pending";
|
||
"Wallet.Qr.ScanCode" = "Scan QR Code";
|
||
"Wallet.Qr.Title" = "QR Code";
|
||
"Wallet.Receive.Title" = "Receive Grams";
|
||
"Wallet.Receive.AddressHeader" = "YOUR WALLET ADDRESS";
|
||
"Wallet.Receive.InvoiceUrlHeader" = "INVOICE URL";
|
||
"Wallet.Receive.CopyAddress" = "Copy Wallet Address";
|
||
"Wallet.Receive.CopyInvoiceUrl" = "Copy Invoice URL";
|
||
"Wallet.Receive.ShareAddress" = "Share Wallet Address";
|
||
"Wallet.Receive.ShareInvoiceUrl" = "Share Invoice URL";
|
||
"Wallet.Receive.ShareUrlInfo" = "Share this link with other Gram wallet owners to receive Grams from them. Note: this link won't work for real Grams.";
|
||
"Wallet.Receive.AmountHeader" = "AMOUNT";
|
||
"Wallet.Receive.AmountText" = "Grams to receive";
|
||
"Wallet.Receive.AmountInfo" = "You can specify the amount and purpose of the payment to save the sender some time.";
|
||
"Wallet.Receive.CommentHeader" = "COMMENT (OPTIONAL)";
|
||
"Wallet.Receive.CommentInfo" = "Description of the payment";
|
||
"Wallet.Receive.AddressCopied" = "Address copied to clipboard.";
|
||
"Wallet.Receive.InvoiceUrlCopied" = "Invoice URL copied to clipboard.";
|
||
"Wallet.Send.Title" = "Send Grams";
|
||
"Wallet.Send.AddressHeader" = "RECIPIENT WALLET ADDRESS";
|
||
"Wallet.Send.AddressText" = "Enter wallet address...";
|
||
"Wallet.Send.AddressInfo" = "Paste the 48-letter address of the recipient here or ask them to send you a ton:// link.";
|
||
"Wallet.Send.Balance" = "Balance: %@";
|
||
"Wallet.Send.AmountText" = "Grams to send";
|
||
"Wallet.Send.Confirmation" = "Confirmation";
|
||
"Wallet.Send.ConfirmationText" = "Do you want to send **%1$@** Grams to\n\n%2$@?\n\nBlockchain fees: ~%3$@ grams";
|
||
"Wallet.Send.ConfirmationConfirm" = "Confirm";
|
||
"Wallet.Send.Send" = "Send";
|
||
"Wallet.Send.OwnAddressAlertTitle" = "Warning";
|
||
"Wallet.Send.OwnAddressAlertText" = "Sending Grams from a wallet to the same wallet doesn't make sense, you will simply waste a portion of the value on blockchain fees.";
|
||
"Wallet.Send.OwnAddressAlertProceed" = "Proceed";
|
||
"Wallet.Send.TransactionInProgress" = "Please wait until the current transaction is completed.";
|
||
"Wallet.Send.SyncInProgress" = "Please wait while the wallet finishes syncing with the TON Blockchain.";
|
||
"Wallet.Send.EncryptComment" = "Encrypt Text";
|
||
"Wallet.Settings.Title" = "Settings";
|
||
"Wallet.Settings.Configuration" = "Server Settings";
|
||
"Wallet.Settings.ConfigurationInfo" = "Advanced Settings";
|
||
"Wallet.Settings.BackupWallet" = "Backup Wallet";
|
||
"Wallet.Settings.DeleteWallet" = "Delete Wallet";
|
||
"Wallet.Settings.DeleteWalletInfo" = "This will disconnect the wallet from this app. You will be able to restore your wallet using 24 secret words – or import another wallet.\n\nGram Wallets are located in the decentralized TON Blockchain. If you want a wallet to be deleted, simply transfer all the grams from it and leave it empty.";
|
||
"Wallet.Intro.NotNow" = "Not Now";
|
||
"Wallet.Intro.ImportExisting" = "Import existing wallet";
|
||
"Wallet.Intro.CreateErrorTitle" = "An Error Occurred";
|
||
"Wallet.Intro.CreateErrorText" = "Sorry. Please try again.";
|
||
"Wallet.Intro.Title" = "Gram Wallet";
|
||
"Wallet.Intro.Text" = "Gram wallet allows you to make fast and secure blockchain-based payments without intermediaries.";
|
||
"Wallet.Intro.CreateWallet" = "Create My Wallet";
|
||
"Wallet.Intro.Terms" = "By creating a wallet you accept the\n[Terms of Conditions]().";
|
||
"Wallet.Created.Title" = "Congratulations";
|
||
"Wallet.Created.Text" = "Your Gram wallet has just been created. Only you control it.\n\nTo be able to always have access to it, please write down your secret words and\nset up a secure passcode.";
|
||
"Wallet.Created.Proceed" = "Proceed";
|
||
"Wallet.Created.ExportErrorTitle" = "Error";
|
||
"Wallet.Created.ExportErrorText" = "Encryption error. Please make sure you have enabled a device passcode in iOS settings and try again.";
|
||
"Wallet.Completed.Title" = "Ready to go!";
|
||
"Wallet.Completed.Text" = "You’re all set. Now you have a wallet that only you control - directly, without middlemen or bankers.";
|
||
"Wallet.Completed.ViewWallet" = "View My Wallet";
|
||
"Wallet.RestoreFailed.Title" = "Too Bad";
|
||
"Wallet.RestoreFailed.Text" = "Without the secret words, you can't\nrestore access to your wallet.";
|
||
"Wallet.RestoreFailed.CreateWallet" = "Create a New Wallet";
|
||
"Wallet.RestoreFailed.EnterWords" = "Enter 24 words";
|
||
"Wallet.Sending.Title" = "Sending Grams";
|
||
"Wallet.Sending.Text" = "Please wait a few seconds for your transaction to be processed...";
|
||
"Wallet.Sending.Title" = "Sending Grams";
|
||
"Wallet.Sent.Title" = "Done!";
|
||
"Wallet.Sent.Text" = "**%@ Grams** have been sent.";
|
||
"Wallet.Sent.ViewWallet" = "View My Wallet";
|
||
"Wallet.SecureStorageNotAvailable.Title" = "Set a Passcode";
|
||
"Wallet.SecureStorageNotAvailable.Text" = "Please set up a Passcode on your device to enable secure payments with your Gram wallet.";
|
||
"Wallet.SecureStorageReset.Title" = "Security Settings Have Changed";
|
||
"Wallet.SecureStorageReset.BiometryTouchId" = "Touch ID";
|
||
"Wallet.SecureStorageReset.BiometryFaceId" = "Face ID";
|
||
"Wallet.SecureStorageReset.BiometryText" = "Unfortunately, your wallet is no longer available because your system Passcode or %@ has been turned off. Please enable them before proceeding.";
|
||
"Wallet.SecureStorageReset.PasscodeText" = "Unfortunately, your wallet is no longer available because your system Passcode has been turned off. Please enable it before proceeding.";
|
||
"Wallet.SecureStorageChanged.BiometryText" = "Unfortunately, your wallet is no longer available due to the change in your system security settings (Passcode/%@). To restore your wallet, tap \"Import existing wallet\".";
|
||
"Wallet.SecureStorageChanged.PasscodeText" = "Unfortunately, your wallet is no longer available due to the change in your system security settings (Passcode). To restore your wallet, tap \"Import existing wallet\".";
|
||
"Wallet.SecureStorageChanged.ImportWallet" = "Import Existing Wallet";
|
||
"Wallet.SecureStorageChanged.CreateWallet" = "Create New Wallet";
|
||
"Wallet.TransactionInfo.Title" = "Transaction";
|
||
"Wallet.TransactionInfo.NoAddress" = "No Address";
|
||
"Wallet.TransactionInfo.RecipientHeader" = "RECIPIENT";
|
||
"Wallet.TransactionInfo.SenderHeader" = "SENDER";
|
||
"Wallet.TransactionInfo.CopyAddress" = "Copy Wallet Address";
|
||
"Wallet.TransactionInfo.AddressCopied" = "Address copied to clipboard.";
|
||
"Wallet.TransactionInfo.SendGrams" = "Send Grams to This Address";
|
||
"Wallet.TransactionInfo.CommentHeader" = "COMMENT";
|
||
"Wallet.TransactionInfo.StorageFeeHeader" = "STORAGE FEE";
|
||
"Wallet.TransactionInfo.OtherFeeHeader" = "TRANSACTION FEE";
|
||
"Wallet.TransactionInfo.StorageFeeInfo" = "Blockchain validators collect a tiny fee for storing information about your decentralized wallet and processing your transactions.";
|
||
"Wallet.TransactionInfo.StorageFeeInfoUrl" = "Blockchain validators collect a tiny fee for storing information about your decentralized wallet and processing your transactions. [More info]()";
|
||
"Wallet.TransactionInfo.OtherFeeInfo" = "Blockchain validators collect a tiny fee for processing your decentralized transactions.";
|
||
"Wallet.TransactionInfo.OtherFeeInfoUrl" = "Blockchain validators collect a tiny fee for processing your decentralized transactions. [More info]()";
|
||
"Wallet.WordCheck.Title" = "Test Time!";
|
||
"Wallet.WordCheck.Text" = "Let’s check that you wrote them down correctly. Please enter the words\n**%1$@**, **%2$@** and **%3$@**";
|
||
"Wallet.WordCheck.Continue" = "Continue";
|
||
"Wallet.WordCheck.IncorrectHeader" = "Incorrect words!";
|
||
"Wallet.WordCheck.IncorrectText" = "The secret words you have entered do not match the ones in the list.";
|
||
"Wallet.WordCheck.TryAgain" = "Try Again";
|
||
"Wallet.WordCheck.ViewWords" = "View Words";
|
||
"Wallet.WordImport.Title" = "24 Secret Words";
|
||
"Wallet.WordImport.Text" = "Please restore access to your wallet by\nentering the 24 secret words you wrote down when creating the wallet.";
|
||
"Wallet.WordImport.Continue" = "Continue";
|
||
"Wallet.WordImport.CanNotRemember" = "I don't have them";
|
||
"Wallet.WordImport.IncorrectTitle" = "Incorrect words";
|
||
"Wallet.WordImport.IncorrectText" = "Sorry, you have entered incorrect secret words. Please double check and try again.";
|
||
"Wallet.Words.Title" = "24 Secret Words";
|
||
"Wallet.Words.Text" = "Write down these 24 words in the correct order and store them in a secret place.\n\nUse these secret words to restore access to your wallet if you lose your passcode or device.";
|
||
"Wallet.Words.Done" = "Done";
|
||
"Wallet.Words.NotDoneTitle" = "Sure Done?";
|
||
"Wallet.Words.NotDoneText" = "You didn't have enough time to write those words down.";
|
||
"Wallet.Words.NotDoneOk" = "OK, Sorry";
|
||
"Wallet.Words.NotDoneResponse" = "Apologies Accepted";
|
||
"Wallet.Send.NetworkErrorTitle" = "No network";
|
||
"Wallet.Send.NetworkErrorText" = "Couldn't send grams. Please make sure your internet connection is working and try again.";
|
||
"Wallet.Send.ErrorNotEnoughFundsTitle" = "Insufficient Grams";
|
||
"Wallet.Send.ErrorNotEnoughFundsText" = "Unfortunately, your transfer couldn't be completed. You don't have enough grams.";
|
||
"Wallet.Send.ErrorInvalidAddress" = "Invalid wallet address. Please correct and try again.";
|
||
"Wallet.Send.ErrorDecryptionFailed" = "Please make sure that your device has a passcode set in iOS Settings and try again.";
|
||
"Wallet.Send.UninitializedTitle" = "Warning";
|
||
"Wallet.Send.UninitializedText" = "This address belongs to an empty wallet. Are you sure you want to transfer grams to it?";
|
||
"Wallet.Send.SendAnyway" = "Send Anyway";
|
||
"Wallet.Receive.CreateInvoice" = "Create Invoice";
|
||
"Wallet.Receive.CreateInvoiceInfo" = "You can specify the amount and purpose of the payment to save the sender some time.";
|
||
"Wallet.Configuration.Title" = "Server Settings";
|
||
"Wallet.Configuration.Apply" = "Save";
|
||
"Wallet.Configuration.SourceHeader" = "SOURCE";
|
||
"Wallet.Configuration.SourceURL" = "URL";
|
||
"Wallet.Configuration.SourceJSON" = "JSON";
|
||
"Wallet.Configuration.SourceInfo" = "Using a different configuration allows you to change Lite Server addresses.";
|
||
"Wallet.Configuration.BlockchainIdHeader" = "BLOCKCHAIN ID";
|
||
"Wallet.Configuration.BlockchainIdPlaceholder" = "Blockchain ID";
|
||
"Wallet.Configuration.BlockchainIdInfo" = "This setting is for developers. Change it only if you are working on creating your own TON network.";
|
||
"Wallet.Configuration.ApplyErrorTitle" = "Error";
|
||
"Wallet.Configuration.ApplyErrorTextURLInvalid" = "The URL you have entered is invalid. Please try again.";
|
||
"Wallet.Configuration.ApplyErrorTextURLUnreachable" = "There was an error while downloading configuration from %@\nPlease try again.";
|
||
"Wallet.Configuration.ApplyErrorTextURLInvalidData" = "This blockchain configuration is invalid. Please try again.";
|
||
"Wallet.Configuration.ApplyErrorTextJSONInvalidData" = "This blockchain configuration is invalid. Please try again.";
|
||
"Wallet.Configuration.BlockchainNameChangedTitle" = "Warning";
|
||
"Wallet.Configuration.BlockchainNameChangedText" = "Are you sure you want to change the blockchain ID? You don't need this unless you're testing your own TON network.\n\nIf you proceed, you will need to reconnect your wallet using 24 secret words.";
|
||
"Wallet.Configuration.BlockchainNameChangedProceed" = "Proceed";
|
||
"Wallet.CreateInvoice.Title" = "Create Invoice";
|
||
"Wallet.Navigation.Close" = "Close";
|
||
"Wallet.Navigation.Back" = "Back";
|
||
"Wallet.Navigation.Done" = "Done";
|
||
"Wallet.Navigation.Cancel" = "Cancel";
|
||
"Wallet.Alert.OK" = "OK";
|
||
"Wallet.Alert.Cancel" = "Cancel";
|
||
"Wallet.Month.GenJanuary" = "January";
|
||
"Wallet.Month.GenFebruary" = "February";
|
||
"Wallet.Month.GenMarch" = "March";
|
||
"Wallet.Month.GenApril" = "April";
|
||
"Wallet.Month.GenMay" = "May";
|
||
"Wallet.Month.GenJune" = "June";
|
||
"Wallet.Month.GenJuly" = "July";
|
||
"Wallet.Month.GenAugust" = "August";
|
||
"Wallet.Month.GenSeptember" = "September";
|
||
"Wallet.Month.GenOctober" = "October";
|
||
"Wallet.Month.GenNovember" = "November";
|
||
"Wallet.Month.GenDecember" = "December";
|
||
"Wallet.Month.ShortJanuary" = "Jan";
|
||
"Wallet.Month.ShortFebruary" = "Feb";
|
||
"Wallet.Month.ShortMarch" = "Mar";
|
||
"Wallet.Month.ShortApril" = "Apr";
|
||
"Wallet.Month.ShortMay" = "May";
|
||
"Wallet.Month.ShortJune" = "Jun";
|
||
"Wallet.Month.ShortJuly" = "Jul";
|
||
"Wallet.Month.ShortAugust" = "Aug";
|
||
"Wallet.Month.ShortSeptember" = "Sep";
|
||
"Wallet.Month.ShortOctober" = "Oct";
|
||
"Wallet.Month.ShortNovember" = "Nov";
|
||
"Wallet.Month.ShortDecember" = "Dec";
|
||
"Wallet.Weekday.Today" = "Today";
|
||
"Wallet.Weekday.Yesterday" = "Yesterday";
|
||
"Wallet.Info.TransactionDateHeader" = "%1$@ %2$@";
|
||
"Wallet.Info.TransactionDateHeaderYear" = "%1$@ %2$@, %3$@";
|
||
"Wallet.UnknownError" = "An error occurred. Please try again later.";
|
||
"Wallet.ContextMenuCopy" = "Copy";
|
||
"Wallet.Time.PreciseDate_m1" = "Jan %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m2" = "Feb %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m3" = "Mar %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m4" = "Apr %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m5" = "May %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m6" = "Jun %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m7" = "Jul %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m8" = "Aug %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m9" = "Sep %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m10" = "Oct %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m11" = "Nov %1$@, %2$@ at %3$@";
|
||
"Wallet.Time.PreciseDate_m12" = "Dec %1$@, %2$@ at %3$@";
|
||
"Wallet.VoiceOver.Editing.ClearText" = "Clear text";
|
||
"Wallet.Receive.ShareInvoiceUrlInfo" = "Share this link with other Gram wallet owners to receive %@ Grams from them.";
|
||
"Wallet.AccessDenied.Title" = "Please Allow Access";
|
||
"Wallet.AccessDenied.Camera" = "TON Wallet needs access to your camera to take photos and videos.\n\nPlease go to Settings > Privacy > Camera and set TON Wallet to ON.";
|
||
"Wallet.AccessDenied.Settings" = "Settings";
|