refactor: test types messages duplication
This commit is contained in:
@@ -6,6 +6,21 @@
|
||||
"medium": "中",
|
||||
"low": "低"
|
||||
},
|
||||
"Type": {
|
||||
"other": "その他",
|
||||
"security": "セキュリティ",
|
||||
"performance": "パフォーマンス",
|
||||
"accessibility": "アクセシビリティ",
|
||||
"functional": "機能",
|
||||
"acceptance": "受け入れ",
|
||||
"usability": "ユーザビリティ",
|
||||
"smoke_sanity": "スモーク/サニティ",
|
||||
"compatibility": "互換性",
|
||||
"destructive": "破壊",
|
||||
"regression": "回帰",
|
||||
"automated": "自動",
|
||||
"manual": "手動"
|
||||
},
|
||||
"Index": {
|
||||
"get_started": "テスト管理を始める",
|
||||
"demo": "デモ",
|
||||
@@ -121,20 +136,7 @@
|
||||
"skipped": "スキップ",
|
||||
"test_classification": "テスト分類",
|
||||
"by_type": "タイプ別",
|
||||
"by_priority": "優先度別",
|
||||
"other": "その他",
|
||||
"security": "セキュリティ",
|
||||
"performance": "パフォーマンス",
|
||||
"accessibility": "アクセシビリティ",
|
||||
"functional": "機能",
|
||||
"acceptance": "受け入れ",
|
||||
"usability": "ユーザビリティ",
|
||||
"smoke_sanity": "スモーク/サニティ",
|
||||
"compatibility": "互換性",
|
||||
"destructive": "破壊",
|
||||
"regression": "回帰",
|
||||
"automated": "自動",
|
||||
"manual": "手動"
|
||||
"by_priority": "優先度別"
|
||||
},
|
||||
"Folders": {
|
||||
"folder": "フォルダー",
|
||||
@@ -180,19 +182,6 @@
|
||||
"test_case_description": "テストケース詳細",
|
||||
"priority": "優先度",
|
||||
"type": "タイプ",
|
||||
"other": "その他",
|
||||
"security": "セキュリティ",
|
||||
"performance": "パフォーマンス",
|
||||
"accessibility": "アクセシビリティ",
|
||||
"functional": "機能",
|
||||
"acceptance": "受け入れ",
|
||||
"usability": "ユーザビリティ",
|
||||
"smoke_sanity": "スモーク/サニティ",
|
||||
"compatibility": "互換性",
|
||||
"destructive": "破壊",
|
||||
"regression": "回帰",
|
||||
"automated": "自動",
|
||||
"manual": "手動",
|
||||
"template": "テンプレート",
|
||||
"test_detail": "テスト詳細",
|
||||
"preconditions": "前提条件",
|
||||
@@ -265,19 +254,6 @@
|
||||
"no_cases_found": "テストケースが見つかりません",
|
||||
"are_you_sure_leave": "ページを離れてもよろしいですか",
|
||||
"type": "タイプ",
|
||||
"other": "その他",
|
||||
"security": "セキュリティ",
|
||||
"performance": "パフォーマンス",
|
||||
"accessibility": "アクセシビリティ",
|
||||
"functional": "機能",
|
||||
"acceptance": "受け入れ",
|
||||
"usability": "ユーザビリティ",
|
||||
"smoke_sanity": "スモーク/サニティ",
|
||||
"compatibility": "互換性",
|
||||
"destructive": "破壊",
|
||||
"regression": "回帰",
|
||||
"automated": "自動",
|
||||
"manual": "手動",
|
||||
"test_detail": "テスト詳細",
|
||||
"preconditions": "前提条件",
|
||||
"expected_result": "期待結果",
|
||||
|
||||
Reference in New Issue
Block a user