{
"app": {
"name": "BugTrail",
"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",
"screenRecording": "Screen recording",
"editAnnotations": "Edit annotations",
"savingAnnotations": "Saving…",
"openFullscreen": "Open fullscreen",
"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",
"console": "Console error"
},
"replay": "Start replay",
"replayNoExtension": "BugTrail extension not found in this browser — install it and reload the panel",
"replayNoResponse": "The extension did not respond — make sure you are signed in",
"replayDone": "Replay finished: {played}/{total} steps",
"replayPartialTitle": "Replay finished: {played}/{total} steps",
"replayPartialText": "{failed} steps failed — the page or its elements may have changed",
"replayFailed": "Could not start the replay"
},
"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"
}
}