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": "低"
},
"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",