fix: strings

This commit is contained in:
Takeshi Kimata
2024-07-14 19:23:26 +09:00
parent 39db493e4a
commit 569887c9cd
2 changed files with 5 additions and 4 deletions

View File

@@ -174,7 +174,7 @@
"case_title": "Test Case Title", "case_title": "Test Case Title",
"case_description": "Test Case Description", "case_description": "Test Case Description",
"create": "Create", "create": "Create",
"please_eEnter": "Please enter test case title" "please_enter": "Please enter test case title"
}, },
"Case": { "Case": {
"back_to_cases": "Back to test cases", "back_to_cases": "Back to test cases",

View File

@@ -53,6 +53,7 @@
"invalid_email": "無効なメールアドレスです", "invalid_email": "無効なメールアドレスです",
"invalid_password": "パスワードは8文字以上である必要があります", "invalid_password": "パスワードは8文字以上である必要があります",
"username_empty": "ユーザー名が入力されていません", "username_empty": "ユーザー名が入力されていません",
"password_empty": "パスワードが入力されていません",
"password_not_match": "パスワードが一致しません", "password_not_match": "パスワードが一致しません",
"email_already_exist": "登録済みのメールアドレスです", "email_already_exist": "登録済みのメールアドレスです",
"email_not_exist": "メールアドレスが見つかりません", "email_not_exist": "メールアドレスが見つかりません",
@@ -173,8 +174,7 @@
"case_title": "テストケースタイトル", "case_title": "テストケースタイトル",
"case_description": "テストケース詳細", "case_description": "テストケース詳細",
"create": "作成", "create": "作成",
"please_rnter": "テストケースタイトルを入力してください", "please_enter": "テストケースタイトルを入力してください"
"are_you_sure_leave": "ページを離れてもよろしいですか"
}, },
"Case": { "Case": {
"back_to_cases": "テストケース一覧に戻る", "back_to_cases": "テストケース一覧に戻る",
@@ -277,7 +277,8 @@
"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": "ページを離れてもよろしいですか"
}, },
"Members": { "Members": {
"member_management": "メンバー管理", "member_management": "メンバー管理",