mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
194 lines
12 KiB
Plaintext
194 lines
12 KiB
Plaintext
"Wallet.Updated.JustNow" = "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.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" = "The 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 fee";
|
||
"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.";
|
||
"Wallet.Receive.AmountHeader" = "AMOUNT";
|
||
"Wallet.Receive.AmountText" = "Grams to receive";
|
||
"Wallet.Receive.AmountInfo" = "You can specify 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%2$@?";
|
||
"Wallet.Send.ConfirmationConfirm" = "Confirm";
|
||
"Wallet.Send.Send" = "Send";
|
||
"Wallet.Settings.Title" = "Wallet Settings";
|
||
"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\nWallets are located in the TON Blockchain, which is not controlled by Telegram. 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" = "The 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.Intro.TermsUrl" = "https://telegram.org/tos/wallet";
|
||
"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 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";
|
||
"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. [More info]()";
|
||
"Wallet.TransactionInfo.OtherFeeInfo" = "Blockchain validators collect a tiny fee for processing your decentralized transactions. [More info]()";
|
||
"Wallet.TransactionInfo.FeeInfoURL" = "https://telegram.org/wallet/fee";
|
||
"Wallet.WordCheck.Title" = "Test Time!";
|
||
"Wallet.WordCheck.Text" = "Let’s check that you wrote them down correctly. Please enter words\n**%1$@**, **%2$@** and **%3$@** below:";
|
||
"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 Telegram account.";
|
||
"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 amount and purpose of the payment to save the sender some time.";
|
||
"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";
|