{ "app": { "name": "KristWeb" }, "nav": { "connection": { "online": "Online", "offline": "Offline", "connecting": "Connecting" }, "search": "Search the Krist network", "send": "Send", "request": "Request", "settings": "Settings" }, "sidebar": { "totalBalance": "Total Balance", "guestIndicator": "Browsing as guest", "dashboard": "Dashboard", "myWallets": "My Wallets", "addressBook": "Address Book", "transactions": "Transactions", "names": "Names", "mining": "Mining", "network": "Network", "blocks": "Blocks", "statistics": "Statistics", "madeBy": "Made by <1>{{authorName}}</1>", "hostedBy": "Hosted by <1>{{host}}</1>", "github": "GitHub", "credits": "Credits" }, "dialog": { "close": "Close", "yes": "Yes", "no": "No", "ok": "OK", "cancel": "Cancel" }, "pagination": { "justPage": "Page {{page}}", "pageWithTotal": "Page {{page}} of {{total}}" }, "error": "Error", "loading": "Loading...", "copy": "Copy to clipboard", "copied": "Copied!", "pageNotFound": { "resultTitle": "Page not found", "buttonGoBack": "Go back" }, "contextualAddressUnknown": "Unknown", "typeahead": { "emptyLabel": "No matches found.", "paginationText": "Display additional results..." }, "masterPassword": { "dialogTitle": "Master password", "passwordPlaceholder": "Master password", "passwordConfirmPlaceholder": "Confirm master password", "browseAsGuest": "Browse as guest", "createPassword": "Create password", "logIn": "Log in", "forgotPassword": "Forgot password?", "intro": "Enter a master password to encrypt your wallets, or browse KristWeb as a guest <1></1>.", "intro2": "Enter a <1>master password</1> to encrypt your wallet private keys. They will be saved in your browser's local storage, and you will be asked for the master password to decrypt them once per session.", "dontForgetPassword": "Never forget this password. If you forget it, you will have to create a new password and add your wallets all over again.", "loginIntro": "Enter a master password to access your wallets, or browse KristWeb as a guest.", "learnMore": "learn more", "errorPasswordRequired": "Password is required.", "errorPasswordLength": "Must be at least 1 character.", "errorPasswordUnset": "Master password has not been set up.", "errorPasswordIncorrect": "Incorrect password.", "errorPasswordInequal": "Passwords must match.", "errorStorageCorrupt": "Wallet storage is corrupted.", "errorNoPassword": "Master password is required.", "errorUnknown": "Unknown error.", "helpWalletStorageTitle": "Help: Wallet storage", "helpWalletStorage": "When you add a wallet to KristWeb, the private key for the wallet is saved to your browser's local storage and encrypted with your master password.\nEvery wallet you save is encrypted using the same master password, and you will need to enter it every time you open KristWeb. Your actual Krist wallet is not modified in any way.\nWhen browsing KristWeb as a guest, you do not need to enter a master password, but it also means that you will not be able to add or use any wallets. You will still be able to explore the Krist network.", "popoverTitle": "Decrypt wallets", "popoverTitleEncrypt": "Encrypt wallets", "popoverAuthoriseButton": "Authorise", "popoverDescription": "Enter your master password to decrypt your wallets.", "popoverDescriptionEncrypt": "Enter your master password to encrypt and decrypt your wallets.", "forcedAuthWarning": "You were automatically logged in by an insecure debug setting." }, "myWallets": { "title": "Wallets", "manageBackups": "Manage backups", "createWallet": "Create wallet", "addExistingWallet": "Add existing wallet", "searchPlaceholder": "Search wallets...", "categoryDropdownAll": "All categories", "columnLabel": "Label", "columnAddress": "Address", "columnBalance": "Balance", "columnNames": "Names", "columnCategory": "Category", "columnFirstSeen": "First Seen", "nameCount": "{{count}} name", "nameCount_plural": "{{count}} names", "firstSeen": "First seen {{date}}", "walletCount": "{{count}} wallet", "walletCount_plural": "{{count}} wallets", "actionsEditTooltip": "Edit wallet", "actionsDelete": "Delete wallet", "actionsDeleteConfirm": "Are you sure you want to delete this wallet?", "tagDontSave": "Temp", "tagDontSaveTooltip": "Temporary wallet" }, "myTransactions": { "title": "Transactions", "searchPlaceholder": "Search transactions...", "columnFrom": "From", "columnTo": "To", "columnValue": "Value", "columnTime": "Time" }, "status": "KristWeb 2 is still in development. If you are not a donor, then you should not be here. Do not host this website.", "addWallet": { "dialogTitle": "Add wallet", "dialogTitleCreate": "Create wallet", "dialogTitleEdit": "Edit wallet", "dialogOkAdd": "Add", "dialogOkCreate": "Create", "dialogOkEdit": "Save", "dialogAddExisting": "Add existing wallet", "walletLabel": "Wallet label", "walletLabelPlaceholder": "Wallet label (optional)", "walletLabelMaxLengthError": "No longer than 32 characters", "walletLabelWhitespaceError": "Must not be only spaces", "walletCategory": "Wallet category", "walletCategoryDropdownNone": "No category", "walletCategoryDropdownNew": "New", "walletCategoryDropdownNewPlaceholder": "Category name", "walletAddress": "Wallet address", "walletUsername": "Wallet username", "walletUsernamePlaceholder": "Wallet username", "walletPassword": "Wallet password", "walletPasswordPlaceholder": "Wallet password", "walletPasswordWarning": "Make sure to save this somewhere <1>secure</1>!", "walletPasswordRegenerate": "Regenerate", "walletPrivatekey": "Wallet private key", "walletPrivatekeyPlaceholder": "Wallet private key", "advancedOptions": "Advanced options", "walletFormat": "Wallet format", "walletFormatKristWallet": "KristWallet, KWallet (recommended)", "walletFormatKristWalletUsernameAppendhashes": "KW-Username (appendhashes)", "walletFormatKristWalletUsername": "KW-Username (pre-appendhashes)", "walletFormatJwalelset": "jwalelset", "walletFormatApi": "Raw/API (advanced users)", "walletSave": "Save this wallet in KristWeb", "messageSuccessAdd": "Added wallet successfully!", "messageSuccessCreate": "Created wallet successfully!", "messageSuccessEdit": "Saved wallet successfully!", "errorPasswordRequired": "Password is required.", "errorPrivatekeyRequired": "Private key is required.", "errorUnexpectedTitle": "Unexpected error", "errorUnexpectedDescription": "There was an error while adding the wallet. See console for details.", "errorUnexpectedEditDescription": "There was an error while editing the wallet. See console for details.", "errorDuplicateWalletTitle": "Wallet already exists", "errorDuplicateWalletDescription": "You already have a wallet for that address.", "errorMissingWalletTitle": "Wallet not found", "errorMissingWalletDescription": "The wallet you are trying to edit no longer exists.", "errorDecryptTitle": "Incorrect master password", "errorDecryptDescription": "Failed to decrypt the wallet password. Is the master password correct?", "errorWalletLimitTitle": "Wallet limit reached", "errorWalletLimitDescription": "You currently cannot add any more wallets." }, "dashboard": { "siteTitle": "Dashboard", "inDevBanner": "Welcome to the KristWeb v2 private beta! This site is still in development, so most features are currently missing. Please report all bugs on <1>GitHub</1>. Thanks!", "walletOverviewCardTitle": "Wallets", "walletOverviewTotalBalance": "Total balance", "walletOverviewNames": "Names", "walletOverviewNamesCount": "{{count}} name", "walletOverviewNamesCount_plural": "{{count}} names", "walletOverviewSeeMore": "See all {{count}}...", "walletOverviewAddWallets": "Add wallets...", "transactionsCardTitle": "Transactions", "transactionItemID": "Transaction ID: {{id}}", "transactionItemFrom": "<0>From:</0> <1 />", "transactionItemTo": "<0>To:</0> <1 />", "transactionItemName": "<0>Name:</0> <1 />", "transactionItemARecord": "<0>A record:</0> <1 />", "transactionItemARecordRemoved": "(removed)", "transactionTypes": { "transferred": "Transferred", "sent": "Sent", "received": "Received", "mined": "Mined", "name_a_record": "Updated name", "name_transferred": "Moved name", "name_sent": "Sent name", "name_received": "Received name", "name_purchased": "Purchased name", "unknown": "Unknown" }, "blockValueCardTitle": "Block Value", "blockValueBaseValue": "Base value (<1></1>)", "blockValueBaseValueNames": "{{count}} name", "blockValueBaseValueNames_plural": "{{count}} names", "blockValueNextDecrease": "Decreases by <1></1> in <3>{{count}} block</3>", "blockValueNextDecrease_plural": "Decreases by <1></1> in <3>{{count}} blocks</3>", "blockValueReset": "Resets in <1>{{count}} block</1>", "blockValueReset_plural": "Resets in <1>{{count}} blocks</1>", "blockDifficultyCardTitle": "Block Difficulty" }, "credits": { "title": "Credits", "madeBy": "Made by <1>{{authorName}}</1>", "supportersTitle": "Supporters", "supportersDescription": "This project was made possible by the following amazing supporters:", "supportButton": "Support KristWeb", "translatorsTitle": "Translators", "translatorsDescription": "This project was translated by the following amazing contributors:", "translateButton": "Translate KristWeb", "tmpim": "Created by tmpim" }, "settings": { "siteTitle": "Settings", "title": "Settings", "menuLanguage": "Language", "subMenuDebug": "Debug settings", "advancedWalletFormats": "Advanced wallet formats", "menuTranslations": "Translations", "subTitleTranslations": "Translations", "translations": { "errorMissingLanguages": "The languages.json file seems to be missing. Was KristWeb compiled correctly?", "errorNoKeys": "No translation keys", "columnLanguageCode": "Code", "columnLanguage": "Language", "columnKeys": "Keys", "columnMissingKeys": "Missing keys", "columnProgress": "Progress", "tableUntranslatedKeys": "Untranslated keys", "columnKey": "Key", "columnEnglishString": "English string", "exportCSV": "Export CSV" } }, "breadcrumb": { "dashboard": "Dashboard", "wallets": "Wallets", "settings": "Settings", "settingsDebug": "Debug", "settingsTranslations": "Translations" }, "ws": { "errorToken": "There was an error connecting to the Krist websocket server.", "errorWS": "There was an error connecting to the Krist websocket server (code <1>{{code}}</1>)." } }