Files
pp-tcms/frontend/messages/en.json
2026-01-12 23:27:34 +09:00

410 lines
15 KiB
JSON

{
"RunStatus": {
"new": "New",
"inProgress": "In progress",
"underReview": "Under review",
"rejected": "Rejected",
"done": "Done",
"closed": "Closed"
},
"RunCaseStatus": {
"untested": "Untested",
"passed": "Passed",
"failed": "Failed",
"retest": "Retest",
"skipped": "Skipped"
},
"Priority": {
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low"
},
"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"
},
"ProjectDialog": {
"project": "Project",
"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"
},
"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": "Manage test cases and test runs on a project-by-project basis. Our dashboard provides an at-a-glance view of the types of test cases and their progress for each project. This allows you to monitor project status in real-time and manage efficiently.",
"case_management_title": "Test Case Management",
"case_management_subtitle": "Create folders within projects and define test cases with ease using our modern and intuitive UI. Attaching files enables detailed explanations of test cases, making it easy to share information across the entire team.",
"run_management_title": "Test Run Management",
"run_management_subtitle": "Defined test cases can be reused multiple times in test runs, enabling efficient test cycles. Additionally, you can visually monitor the status of test runs and projects.",
"member_management_title": "Member Management",
"member_management_subtitle": "Support team development by adding or removing members from projects. You can assign roles and set permissions for each member in detail. We provide three main roles: 'Manager' who manages the entire project, 'Developer' who designs the tests, and 'Reporter' who executes the tests. "
},
"Header": {
"title": "Open Source Test Case Management System",
"description": "Integrate and manage all your software testing",
"docs": "Docs",
"roadmap": "Roadmap",
"projects": "Projects",
"admin": "Administration",
"account": "Account",
"profile_settings": "Profile Settings",
"signup": "Sign up",
"signin": "Sign in",
"signout": "Sign out",
"links": "Links",
"languages": "Languages"
},
"Toast": {
"need_signed_in": "You need to sign 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",
"demo_page_warning": "This is a demo environment, any data you enter will be reset periodically.",
"your_projects": "Your Projects",
"public": "Public",
"private": "Private",
"not_own_any_projects": "You don't own any projects.",
"find_projects": "Find projects",
"profile_settings": "Profile Settings",
"change_username": "Change Username",
"new_username": "New Username",
"update_username": "Update Username",
"username_updated": "Username updated successfully",
"change_password": "Change Password",
"current_password": "Current Password",
"new_password": "New Password",
"confirm_new_password": "Confirm New Password",
"update_password": "Update Password",
"password_updated": "Password updated successfully",
"change_avatar": "Change Avatar",
"upload_avatar": "Upload Avatar",
"remove_avatar": "Remove Avatar",
"avatar_updated": "Avatar updated successfully",
"avatar_removed": "Avatar removed successfully",
"max_file_size_5mb": "Max. file size: 5MB",
"only_images_allowed": "Only image files are allowed",
"current_password_incorrect": "Current password is incorrect",
"update_error": "Update failed"
},
"Health": {
"health_check": "Health Check",
"status": "Status",
"ok": "OK",
"error": "Error",
"api_server": "API Server",
"unittcms_version": "UnitTCMS Version"
},
"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",
"quit_admin": "Quit Administrator",
"close": "Close",
"quit": "Quit",
"quit_confirm": "If you relinquish your administrator privileges, you will no longer be able to access the administration page.",
"role_changed": "Role changed",
"lost_admin_auth": "Lost admin authority",
"at_least": "At least one administrator is required",
"reset_password": "Reset password",
"reset": "Reset",
"invalid_password": "Password must be at least 8 characters",
"password_not_match": "Pasword does not match"
},
"Projects": {
"project_list": "Project List",
"new_project": "New Project",
"id": "ID",
"publicity": "Publicity",
"public": "Public",
"private": "Private",
"name": "Name",
"detail": "Detail",
"last_update": "Last update",
"no_projects_found": "No projects found"
},
"Project": {
"project": "Project",
"toggle_sidebar": "Toggle Sidebar",
"home": "Home",
"test_cases": "Test Cases",
"test_runs": "Test Runs",
"members": "Members",
"settings": "Settings"
},
"Home": {
"home": "Home",
"Folders": "Folders",
"test_cases": "Test Cases",
"test_runs": "Test Runs",
"progress": "Progress",
"test_classification": "Test Classification",
"by_type": "By test type",
"by_priority": "By test priority"
},
"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",
"export": "Export",
"status": "Status",
"no_cases_found": "No test cases found",
"case_title": "Test Case Title",
"case_description": "Test Case Description",
"case_title_or_description": "Test case title or description",
"create": "Create",
"please_enter": "Please enter test case title",
"filter": "Filter",
"clear_all": "Clear all",
"apply": "Apply",
"select_priorities": "Select priorities",
"selected": "Selected",
"type": "Type",
"select_types": "Select types",
"cases_selected": "cases selected",
"select_action": "Select action",
"move": "Move",
"clone": "Clone",
"cases_moved": "Test cases moved",
"cases_cloned": "Test cases cloned",
"tags": "Tags",
"select_tags": "Select tags",
"import": "Import",
"import_cases": "Import Test Cases",
"import_available": "You can import test cases from Excel file (xlsx, xls). The Excel file to be imported must follow the specified format.",
"download_template": "Download Template",
"click_to_upload": "Click to upload",
"or_drag_and_drop": " or drag and drop",
"max_file_size": "Max. file size",
"cases_imported": "Test cases imported",
"create_more": "Create more"
},
"Case": {
"back_to_cases": "Back to test cases",
"updating": "Updating...",
"update": "Update",
"updated_test_case": "Updated test case",
"basic": "Basic",
"title": "Title",
"please_enter_title": "Please enter title",
"description": "Description",
"test_case_description": "Test case description",
"priority": "Priority",
"type": "Type",
"template": "Template",
"test_detail": "Test detail",
"preconditions": "Preconditions",
"expected_result": "Expected result",
"step": "Step",
"text": "Text",
"steps": "Steps",
"new_step": "New Step",
"details_of_the_step": "Details of the step",
"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?",
"tags": "Tags",
"create_tag": "Create tag",
"max_tags_limit": "Max. tags limit",
"tag_already_exists": "Tag already exists",
"tag_created_and_added": "Tag created and added",
"error_creating_tag": "Error creating tag",
"error_updating_test_case": "Error updating test case",
"search_or_create_tag": "Search or create tag",
"no_tags_selected": "No tags selected"
},
"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",
"updated_test_run": "Updated test run",
"export": "Export",
"progress": "Progress",
"refresh": "Refresh",
"id": "ID",
"title": "Title",
"please_enter": "Please enter run name",
"description": "Description",
"priority": "Priority",
"status": "Status",
"actions": "Actions",
"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",
"are_you_sure_leave": "Are you sure you want to leave the page?",
"type": "Type",
"test_detail": "Test detail",
"steps": "Steps",
"preconditions": "Preconditions",
"expected_result": "Expected result",
"details_of_the_step": "Details of the step",
"close": "Close",
"filter": "Filter",
"clear_all": "Clear all",
"apply": "Apply",
"select_status": "Select status",
"please_save": "Please save changes",
"case_title_or_description": "Test case title or description",
"selected": "Selected",
"tags": "Tags",
"select_tags": "Select tags",
"no_case_selected": "No test case selected"
},
"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?",
"member_added": "Member added",
"role_changed": "Member role changed",
"member_deleted": "Member deleted"
},
"Settings": {
"project_management": "Project Management",
"project_name": "Project Name",
"project_detail": "Project Detail",
"project_owner": "Project Owner",
"edit_project": "Edit Project",
"publicity": "Publicity",
"public": "Public",
"private": "Private",
"delete_project": "Delete Project",
"delete": "Delete",
"close": "Close",
"are_you_sure": "Are you sure you want to delete the project?",
"tag_management": "Tag Management",
"tag_name": "Tag Name",
"add_tag": "Add Tag",
"no_tags_available": "No tags available",
"delete_tag": "Delete Tag",
"are_you_sure_delete_tag": "Are you sure you want to delete this tag?",
"tag_created": "Tag created successfully.",
"tag_updated": "Tag updated successfully.",
"tag_deleted": "Tag deleted successfully.",
"tag_error_empty": "Tag name cannot be empty.",
"tag_error_min_length": "Tag name must be at least 3 characters long.",
"tag_error_max_length": "Tag name cannot exceed 20 characters.",
"tag_error_create": "Failed to create tag. Please try again.",
"tag_error_update": "Failed to update tag. Please try again.",
"tag_error_delete": "Failed to delete tag. Please try again."
}
}