platform/plugins/test-management-assets/lang/en.json
Artyom Savchenko 79659c4c32
UBERF-8520: Test management (#7154)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2024-11-13 13:59:32 +07:00

67 lines
2.2 KiB
JSON

{
"string": {
"ConfigLabel": "Test Management",
"ConfigDescription": "Extension to manage test cases",
"TestCaseType": "Type",
"TestCasePriority": "Priority",
"TestCaseStatus": "Status",
"TestSuite": "Test Suite",
"SuiteName": "Name",
"SuiteDescription": "Description",
"Suite": "Suite",
"TestName": "Name",
"TestDescription": "Description",
"TestType": "Type",
"TestPriority": "Priority",
"TestStatus": "Status",
"TestEstimatedTime": "Estimated time",
"TestPreconditions": "Preconditions",
"TestSteps": "Steps",
"TestAssignee": "Assignee",
"TestCase": "Test case",
"TestProject": "Project",
"TestManagementApplication": "Test Management",
"AllTestCases": "All test cases",
"AllProjects": "All projects",
"Projects": "Projects",
"CreateProject": "Create project",
"EditProject": "Edit project",
"TestCases": "Test cases",
"TestManagementDescription": "Extension to manage test cases",
"CreateTestCase": "New test case",
"FullDescription": "Description",
"ProjectName": "Name",
"ProjectType": "Type",
"Members": "Members",
"RoleLabel": "Role",
"ProjectMembers": "Project members",
"TestSuites": "Test suites",
"CreateTestSuite": "Create test suite",
"NamePlaceholder": "Suite name",
"DescriptionPlaceholder": "Description (optional)",
"TestRuns": "Test runs",
"NewTestRun": "New test run",
"TestRun": "Test run",
"TestNamePlaceholder": "Test case title",
"ChooseIcon": "Choose icon",
"NoTestSuite": "No test suite",
"StatusDraft": "Draft",
"StatusReview": "Ready for review",
"StatusReviewComments": "Need to fix review comments",
"StatusApproved": "Approved",
"StatusRejected": "Rejected",
"SetStatus": "Set status",
"Assignee": "Assignee",
"Unassigned": "Unassigned",
"AssignTo": "Assign to",
"AssignedTo": "Assigneed to",
"PreviousAssigned": "Previously assigned",
"NoTestCases": "There are no test cases in this test suite",
"CreateTestRun": "Create test run",
"TestRunNamePlaceholder": "Test run name",
"SelectTestSuites": "Select test suites",
"SelectTestCases": "Select test cases",
"TestLibrary": "Test library"
}
}