Newer
Older
bugtrail / packages / web / src / i18n / en.json
{
  "app": {
    "name": "Live Testing Tool",
    "tagline": "Bug reports that developers actually understand"
  },
  "nav": {
    "projects": "Projects",
    "settings": "Settings",
    "logout": "Sign out",
    "login": "Sign in",
    "register": "Create account"
  },
  "auth": {
    "loginTitle": "Sign in",
    "registerTitle": "Create account",
    "nickname": "Nickname",
    "email": "Email",
    "password": "Password",
    "submit": "Sign in",
    "registerSubmit": "Create account",
    "needAccount": "No account yet?",
    "haveAccount": "Already have an account?",
    "welcome": "Welcome, {name}",
    "emailTaken": "This email is already registered",
    "passwordHint": "At least 8 characters",
    "error": "Authentication failed. Check your credentials."
  },
  "projects": {
    "title": "Projects",
    "count": "{count} projects",
    "empty": "No projects yet",
    "emptyHint": "Create a project to start collecting bug reports",
    "create": "New project",
    "createTitle": "Create project",
    "name": "Project name",
    "description": "Description",
    "cancel": "Cancel",
    "confirm": "Create",
    "reports": "{count} reports, {open} open",
    "open": "Open project page",
    "share": "Copy share link",
    "delete": "Delete",
    "deleteConfirm": "Delete project with all its reports?",
    "renamed": "Project updated",
    "search": "Search projects"
  },
  "reports": {
    "title": "Reports",
    "empty": "No reports yet",
    "emptyHint": "Install the browser extension and capture your first bug",
    "type": {
      "element_note": "Element note",
      "recording": "Recording"
    },
    "status": {
      "open": "Open",
      "fixed": "Fixed",
      "wont_fix": "Won't fix"
    },
    "columns": {
      "title": "Title",
      "type": "Type",
      "status": "Status",
      "author": "Author",
      "created": "Created",
      "page": "Page"
    },
    "filterType": "Type",
    "filterStatus": "Status",
    "allTypes": "All types",
    "allStatuses": "All statuses",
    "notFound": "Report not found",
    "notFoundHint": "The share link is invalid or the report was deleted"
  },
  "report": {
    "copyLink": "Copy report link",
    "rotateLink": "Rotate share link",
    "status": "Status",
    "details": "Details",
    "steps": "Steps",
    "attachments": "Attachments",
    "description": "Description",
    "noDescription": "No description provided",
    "elementContext": "Element context",
    "environment": "Environment",
    "screenshot": "Screenshot",
    "editAnnotations": "Edit annotations",
    "savingAnnotations": "Saving…",
    "saveAnnotations": "Save annotations",
    "deleteReport": "Delete report",
    "deleteConfirm": "Delete this report permanently?",
    "backToProject": "Back to project",
    "page": "Page",
    "created": "Created",
    "author": "Author",
    "attachment": "Attachment",
    "download": "Download",
    "noSteps": "No recorded steps",
    "stepTypes": {
      "click": "Click",
      "input": "Input",
      "url_change": "URL change",
      "navigation": "Navigation",
      "note": "Note",
      "screenshot": "Screenshot"
    }
  },
  "settings": {
    "title": "Settings",
    "profile": "Profile",
    "language": "Interface language",
    "languageHint": "Applies immediately; stored in this browser",
    "profileHint": "Profile editing comes from the extension and account APIs"
  },
  "common": {
    "loading": "Loading…",
    "error": "Something went wrong",
    "cancel": "Cancel",
    "close": "Close",
    "save": "Save",
    "edit": "Edit"
  }
}