Newer
Older
CrypticOreWallet / public / locales / en / translation.json
@Drew Lemmy Drew Lemmy on 14 Feb 2021 4 KB feat: authed actions
{
  "app": {
    "name": "KristWeb"
  },

  "nav": {
    "connection": {
      "online": "Online",
      "offline": "Offline",
      "connecting": "Connecting"
    },

    "search": "Search the Krist network",

    "send": "Send",
    "request": "Request"
  },

  "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"
  },

  "pagination": {
    "justPage": "Page {{page}}",
    "pageWithTotal": "Page {{page}} of {{total}}"
  },

  "loading": "Loading...",

  "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 privatekeys. 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.",
    "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",
    "popoverAuthoriseButton": "Authorise",
    "popoverDescription": "Enter your master password to decrypt your wallets."
  },

  "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}}"
  },

  "myTransactions": {
    "title": "Transactions",
    "searchPlaceholder": "Search transactions...",
    "columnFrom": "From",
    "columnTo": "To",
    "columnValue": "Value",
    "columnTime": "Time"
  },

  "addWallet": {
    "dialogTitle": "Add wallet",
    "dialogTitleCreate": "Create wallet",
    "walletLabel": "Wallet label",
    "walletLabelPlaceholder": "Wallet label (optional)",
    "walletCategory": "Wallet category",
    "walletCategoryDropdownNone": "No category"
  },

  "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"
  }
}