Apply i18n

This commit is contained in:
Takeshi Kimata
2024-05-05 18:39:05 +09:00
parent b0f3852bb2
commit ce078bb132
9 changed files with 157 additions and 39 deletions

View File

@@ -31,12 +31,12 @@ const automationStatus = [
const templates = [{ uid: "text" }, { uid: "step" }];
const testRunStatus = [
{ name: "New", uid: "new" },
{ name: "In progress", uid: "in-progress" },
{ name: "Under review", uid: "under-review" },
{ name: "Rejected", uid: "rejected" },
{ name: "Done", uid: "done" },
{ name: "Closed", uid: "closed" },
{ uid: "new" },
{ uid: "inProgress" },
{ uid: "underReview" },
{ uid: "rejected" },
{ uid: "done" },
{ uid: "closed" },
];
const testRunCaseStatus = [