Files
pp-tcms/frontend/messages/en.json
2024-05-25 23:34:38 +09:00

235 lines
7.3 KiB
JSON

{
"Index": {
"get_started": "Get Started",
"demo": "Demo",
"oss_tcmt": "Open Source Test Case Management",
"web_application": "Web Application",
"integrate_and_manage": "Integrate and manage all your software testing.",
"oss_title": "Open Source",
"oss_detail": "TestPlat is free and open source. The application can be self-hosted. It can be deployed in environments with strict security requirements.",
"organize_title": "Organize Test Cases",
"organize_detail": "Test cases can be organized by projects and folders. Modern UI framework makes them fast.",
"usability_title": "Usability",
"usability_detail": "The defined test cases can be used over and over again in test runs. The status of test runs and projects can be viewed graphically.",
"universal_title": "Universal",
"universal_detail": "Multi language support and dark theme allow anyone to use the system without any inconvenience.",
"organize_test_cases": "Organize test cases and manage tests graphically",
"case_edit": "Test Cases",
"case_home": "Dashboard",
"case_run": "Test Runs"
},
"Header": {
"title": "Open Source Test Case Management Tool",
"description": "Integrate and manage all your software testing",
"docs": "Docs",
"projects": "Projects",
"account": "Account",
"signup": "Sign up",
"signin": "Sign in",
"signout": "Sign out"
},
"Auth": {
"account": "Account",
"signup": "Sign up",
"signin": "Sign in",
"or_signup": "You need sign up?",
"or_signin": "You need sign in?",
"signin_as_guest": "Or sign in as Guest",
"email": "Email",
"username": "User name",
"password": "Password",
"confirm_password": "Password (confirm)",
"invalid_email": "Invalid email",
"invalid_password": "Password must be at least 8 characters",
"username_empty": "username is empty",
"password_empty": "password is empty",
"password_not_match": "Pasword does not match",
"email_already_exist": "Already registered email",
"email_not_exist": "Email address not found",
"signup_error": "Sign up failed",
"signin_error": "Sign in failed",
"your_projects": "Your Projects"
},
"Projects": {
"projectList": "Project List",
"project": "Project",
"new_project": "New Project",
"edit_project": "Edit Project",
"delete_project": "Delete Project",
"id": "ID",
"publicity": "Publicity",
"name": "Name",
"detail": "Detail",
"last_update": "Last update",
"actions": "Actions",
"project_name": "Project Name",
"project_detail": "Project Detail",
"public": "Public",
"private": "Private",
"if_you_make_public": "If you make project public, everyone who has access to this site will be able to view it.",
"close": "Close",
"create": "Create",
"update": "Update",
"please_enter": "Please enter project name",
"no_projects_found": "No projects found",
"you_need_signed_in": "You need signed in",
"sign_in": "Sign in"
},
"Project": {
"home": "Home",
"test_cases": "Test Cases",
"test_runs": "Test Runs"
},
"Home": {
"Folders": "Folders",
"test_cases": "Test Cases",
"test_runs": "Test Runs",
"progress": "Progress",
"untested": "Untested",
"passed": "Passed",
"failed": "Failed",
"retest": "Retest",
"skipped": "Skipped",
"test_classification": "Test Classification",
"by_type": "By test type",
"by_priority": "By test priority",
"other": "Other",
"security": "Security",
"performance": "Performance",
"accessibility": "Accessibility",
"functional": "Functional",
"acceptance": "Acceptance",
"usability": "Usability",
"smoke_sanity": "Smoke&Sanity",
"compatibility": "Compatibility",
"destructive": "Destructive",
"regression": "Regression",
"automated": "Automated",
"manual": "Manual",
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low"
},
"Folders": {
"folder": "Folder",
"new_folder": "New Folder",
"edit_folder": "Edit Folder",
"delete_folder": "Delete Folder",
"folder_name": "Folder Name",
"folder_detail": "Folder Detail",
"close": "Close",
"create": "Create",
"update": "Update",
"please_enter": "Please enter folder name"
},
"Cases": {
"test_case_list": "Test Case List",
"id": "ID",
"title": "Title",
"priority": "Priority",
"actions": "Actions",
"delete_case": "Delete test case",
"delete": "Delete",
"new_test_case": "New Test Case",
"status": "Status",
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low",
"no_cases_found": "No test cases found"
},
"Case": {
"back_to_cases": "Back to test cases",
"updating": "Updating...",
"update": "Update",
"basic": "Basic",
"title": "Title",
"please_enter_title": "Please enter title",
"description": "Description",
"test_case_description": "Test case description",
"priority": "Priority",
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low",
"type": "Type",
"other": "Other",
"security": "Security",
"performance": "Performance",
"accessibility": "Accessibility",
"functional": "Functional",
"acceptance": "Acceptance",
"usability": "Usability",
"smoke_sanity": "Smoke&Sanity",
"compatibility": "Compatibility",
"destructive": "Destructive",
"regression": "Regression",
"automated": "Automated",
"manual": "Manual",
"template": "Template",
"test_detail": "Test detail",
"preconditions": "Preconditions",
"step": "Step",
"text": "Text",
"steps": "Steps",
"new_step": "New Step",
"details_of_the_step": "Details of the step",
"expected_result": "Expected result",
"delete_this_step": "Delete this step",
"insert_step": "Insert step",
"attachments": "Attachments",
"delete": "Delete",
"download": "Download",
"delete_file": "Delete file",
"click_to_upload": "Click to upload",
"or_drag_and_drop": "or drag and drop",
"max_file_size": "Max. file size"
},
"Runs": {
"run_list": "Test Run List",
"id": "ID",
"name": "Name",
"description": "Description",
"last_update": "Last update",
"actions": "Actions",
"new_run": "New Run",
"delete_run": "Delete Run",
"no_runs_found": "No runs found"
},
"Run": {
"back_to_runs": "Back to test runs",
"updating": "Updating...",
"update": "Update",
"progress": "Progress",
"refresh": "Refresh",
"id": "ID",
"title": "Title",
"please_enter": "Please enter run name",
"description": "Description",
"new": "New",
"inProgress": "In progress",
"underReview": "Under review",
"rejected": "Rejected",
"done": "Done",
"closed": "Closed",
"priority": "Priority",
"status": "Status",
"actions": "Actions",
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low",
"untested": "Untested",
"passed": "Passed",
"failed": "Failed",
"retest": "Retest",
"skipped": "Skipped",
"select_test_case": "Select test cases",
"test_case_selection": "Test case selection",
"include_in_run": "Include in run",
"exclude_from_run": "Exclude from run",
"no_cases_found": "No cases found"
}
}