Apply i18n
This commit is contained in:
@@ -66,10 +66,51 @@ export type CasesMessages = {
|
||||
};
|
||||
|
||||
export type CaseMessages = {
|
||||
backToCases: string;
|
||||
updating: string;
|
||||
update: string;
|
||||
basic: string;
|
||||
title: string;
|
||||
pleaseEnterTitle: string;
|
||||
description: string;
|
||||
testCaseDescription: string;
|
||||
priority: string;
|
||||
critical: string;
|
||||
high: string;
|
||||
medium: string;
|
||||
low: string;
|
||||
type: string;
|
||||
other: string;
|
||||
security: string;
|
||||
performance: string;
|
||||
accessibility: string;
|
||||
functional: string;
|
||||
acceptance: string;
|
||||
usability: string;
|
||||
smokeSanity: string;
|
||||
compatibility: string;
|
||||
destructive: string;
|
||||
regression: string;
|
||||
automated: string;
|
||||
manual: string;
|
||||
template: string;
|
||||
testDetail: string;
|
||||
preconditions: string;
|
||||
step: string;
|
||||
text: string;
|
||||
steps: string;
|
||||
newStep: string;
|
||||
detailsOfTheStep: string;
|
||||
expectedResult: string;
|
||||
deleteThisStep: string;
|
||||
insertStep: string;
|
||||
attachments: string;
|
||||
delete: string;
|
||||
download: string;
|
||||
deleteFile: string;
|
||||
clickToUpload: string;
|
||||
orDragAndDrop: string;
|
||||
maxFileSize: string;
|
||||
};
|
||||
|
||||
export { CaseType, StepType, AttachmentType, CasesMessages, CaseMessages };
|
||||
|
||||
Reference in New Issue
Block a user