Files
pp-tcms/frontend/messages/en.json
2024-06-26 22:19:33 +09:00

315 lines
10 KiB
JSON

{
"Index": {
"get_started": "Get Started",
"demo": "Demo",
"oss_tcms": "Open Source Test Case Management System",
"integrate_and_manage": "Integrate and manage all your software testing.",
"oss_title": "Open Source",
"oss_detail": "UnitTCMS 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.",
"project_title": "Project-based",
"project_subtitle": "Test cases and test runs are managed for each project. A dashboard allows you to check test case types and progress status.",
"case_management_title": "Test Case Management",
"case_management_subtitle": "Create a project or folder and define test cases.",
"run_management_title": "Test Run Management",
"run_management_subtitle": "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.",
"member_management_title": "Member Management",
"member_management_subtitle": "You can add/delete project members and set roles for each member."
},
"Header": {
"title": "Open Source Test Case Management System",
"description": "Integrate and manage all your software testing",
"docs": "Docs",
"projects": "Projects",
"admin": "Administration",
"account": "Account",
"signup": "Sign up",
"signin": "Sign in",
"signout": "Sign out",
"links": "Links",
"languages": "Languages"
},
"Toast": {
"need_signed_in": "You need signed in",
"session_expired": "Session expired"
},
"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",
"public": "Public",
"private": "Private",
"no_projects_found": "No projects found"
},
"Admin": {
"user_management": "User Management",
"avatar": "Avatar",
"id": "ID",
"email": "Email",
"username": "User name",
"role": "Role",
"administrator": "Administrator",
"user": "User",
"no_users_found": "No users found"
},
"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": "Making a project public makes it visible to users who are not project members.",
"close": "Close",
"create": "Create",
"update": "Update",
"please_enter": "Please enter project name",
"no_projects_found": "No projects found",
"are_you_sure": "Are you sure you want to delete the project?",
"delete": "Delete"
},
"Project": {
"home": "Home",
"test_cases": "Test Cases",
"test_runs": "Test Runs",
"members": "Members",
"settings": "Settings"
},
"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",
"delete": "Delete",
"are_you_sure": "Are you sure you want to delete the folder?",
"no_folders_found": "No folders found"
},
"Cases": {
"test_case_list": "Test Case List",
"id": "ID",
"title": "Title",
"priority": "Priority",
"actions": "Actions",
"delete_case": "Delete test case",
"delete": "Delete",
"close": "Close",
"are_you_sure": "Are you sure you want to delete test cases?",
"new_test_case": "New Test Case",
"status": "Status",
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low",
"no_cases_found": "No test cases found",
"case_title": "Test Case Title",
"case_description": "Test Case Description",
"create": "Create",
"please_eEnter": "Please enter test case title"
},
"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",
"are_you_sure_leave": "Are you sure you want to leave the page?"
},
"Runs": {
"run_list": "Test Run List",
"run": "Run",
"new_run": "New Run",
"edit_run": "Edit Run",
"delete_run": "Delete Run",
"id": "ID",
"name": "Name",
"description": "Description",
"last_update": "Last update",
"actions": "Actions",
"run_name": "Run name",
"run_description": "Run description",
"no_runs_found": "No runs found",
"close": "Close",
"create": "Create",
"update": "Update",
"please_enter": "Please enter run name",
"are_you_sure": "Are you sure you want to delete the run?",
"delete": "Delete"
},
"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"
},
"Members": {
"member_management": "Member Management",
"avatar": "Avatar",
"email": "Email",
"username": "User name",
"role": "Role",
"manager": "Manager",
"developer": "Developer",
"reporter": "Reporter",
"delete": "Delete",
"deleteMember": "Delete member",
"no_members_found": "No members found",
"add_member": "Add member",
"user_name_or_email": "User name or email",
"close": "Close",
"add": "Add",
"are_you_sure": "Are you sure you want to delete member?"
},
"Settings": {
"project_management": "Project Management",
"project_name": "Project Name",
"project_detail": "Project Detail",
"edit_project": "Edit Project",
"project": "Project",
"publicity": "Publicity",
"public": "Public",
"private": "Private",
"if_you_make_public": "Making a project public makes it visible to users who are not project members.",
"update": "Update",
"delete_project": "Delete Project",
"delete": "Delete",
"close": "Close",
"are_you_sure": "Are you sure you want to delete the project?"
}
}