Apply i18n

This commit is contained in:
Takeshi Kimata
2024-05-05 21:20:56 +09:00
parent 03560f8d17
commit ac9af2d604
15 changed files with 79 additions and 134 deletions

View File

@@ -50,7 +50,7 @@ type AttachmentType = {
};
export type CasesMessages = {
testCases: string;
testCaseList: string;
id: string;
title: string;
priority: string;

View File

@@ -7,7 +7,7 @@ export type ProjectType = {
};
export type ProjectsMessages = {
project: string;
projectList: string;
projects: string;
newProject: string;
editProject: string;

View File

@@ -27,7 +27,7 @@ type RunStatusCountType = {
};
type RunsMessages = {
runs: string,
runList: string,
id: string;
name: string;
description: string;