Apply i18n

This commit is contained in:
Takeshi Kimata
2024-05-05 17:51:28 +09:00
parent 520f6a98dd
commit b04ff770f8
8 changed files with 219 additions and 54 deletions

View File

@@ -53,10 +53,51 @@
"low": "Low"
},
"Case": {
"back_to_cases": "Back to test cases",
"updating": "Updating...",
"update": "Update",
"basic": "Basic",
"title": "Title",
"please_enter_title": "Please enter title",
"description": "Description",
"test_case_description": "Test case description",
"priority": "Priority",
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low"
"low": "Low",
"type": "Type",
"other": "Other",
"security": "Security",
"performance": "Performance",
"accessibility": "Accessibility",
"functional": "Functional",
"acceptance": "Acceptance",
"usability": "Usability",
"smoke_sanity": "Smoke&Sanity",
"compatibility": "Compatibility",
"destructive": "Destructive",
"regression": "Regression",
"automated": "Automated",
"manual": "Manual",
"template": "Template",
"test_detail": "Test detail",
"preconditions": "Preconditions",
"step": "Step",
"text": "Text",
"steps": "Steps",
"new_step": "New Step",
"details_of_the_step": "Details of the step",
"expected_result": "Expected result",
"delete_this_step": "Delete this step",
"insert_step": "Insert step",
"attachments": "Attachments",
"delete": "Delete",
"download": "Download",
"delete_file": "Delete file",
"click_to_upload": "Click to upload",
"or_drag_and_drop": "or drag and drop",
"max_file_size": "Max. file size"
},
"Runs": {
"id": "ID",

View File

@@ -53,10 +53,51 @@
"low": "低"
},
"Case": {
"back_to_cases": "テストケース一覧に戻る",
"updating": "更新中...",
"update": "更新",
"basic": "基本データ",
"title": "タイトル",
"please_enter_title": "タイトルを入力してください",
"description": "詳細",
"test_case_description": "テストケース詳細",
"priority": "優先度",
"critical": "致",
"high": "高",
"medium": "中",
"low": "低"
"low": "低",
"type": "タイプ",
"other": "その他",
"security": "セキュリティ",
"performance": "パフォーマンス",
"accessibility": "アクセシビリティ",
"functional": "機能",
"acceptance": "受け入れ",
"usability": "ユーザビリティ",
"smoke_sanity": "スモーク/サニティ",
"compatibility": "互換性",
"destructive": "破壊",
"regression": "回帰",
"automated": "自動",
"manual": "手動",
"template": "テンプレート",
"test_detail": "テスト詳細",
"preconditions": "前提条件",
"step": "ステップ",
"text": "テキスト",
"steps": "ステップ",
"new_step": "新規ステップ",
"details_of_the_step": "ステップ詳細",
"expected_result": "期待結果",
"delete_this_step": "このステップを削除",
"insert_step": "ステップを挿入",
"attachments": "添付ファイル",
"delete": "削除",
"download": "ダウンロード",
"delete_file": "ファイルを削除",
"click_to_upload": "クリックしてアップロード",
"or_drag_and_drop": "またはドラッグアンドドロップ",
"max_file_size": "最大ファイルサイズ"
},
"Runs": {
"id": "ID",