@allurereport/web-awesome
Version:
The static files for Allure Awesome Report
159 lines (158 loc) • 4.76 kB
JSON
{
"statuses": {
"passed": "成功",
"failed": "失敗",
"broken": "壊れた",
"skipped": "スキップ",
"unknown": "不明",
"total": "合計",
"flakyTests": "不安定",
"newTests": "新しい",
"retryTests": "再試行"
},
"testSummary": {
"total": "合計",
"flaky": "不安定なテスト",
"retries": "再実行テスト",
"new": "新しいテスト"
},
"tabs": {
"total": "すべて"
},
"search": {
"search": "検索",
"search-placeholder": "名前またはID"
},
"filters": {
"more-filters": "さらにフィルター",
"enable-filter": "\"{filter}\" フィルターを有効にする",
"flaky": "不安定",
"retry": "再試行",
"new": "新しい"
},
"sort-by": {
"sort-by-text": "並べ替え:",
"sort-by-category": "並べ替え",
"direction-category": "方向"
},
"sort-by.values": {
"order": "順序",
"alphabet": "アルファベット",
"duration": "期間",
"status": "ステータス"
},
"sort-by.directions": {
"order-desc": "最新 – 最古",
"order-asc": "最古 – 最新",
"order-asc-short": "最古",
"order-desc-short": "最新",
"alphabet-asc": "A – Z",
"alphabet-desc": "Z – A",
"alphabet-asc-short": "A – Z",
"alphabet-desc-short": "Z – A",
"duration-asc": "1 – 9",
"duration-desc": "9 – 1",
"duration-asc-short": "1 – 9",
"duration-desc-short": "9 – 1",
"status-asc": "フィルターリストの順序",
"status-desc": "逆順",
"status-asc-short": "通常",
"status-desc-short": "逆順"
},
"empty": {
"no-results": "結果がありません",
"no-tests-found": "結果が見つかりません",
"clear-filters": "フィルターをクリア",
"no-attachments-results": "添付ファイル情報が利用できません",
"no-history-results": "履歴情報が利用できません",
"no-retries-results": "再試行情報が利用できません",
"no-test-steps-results": "テスト手順の情報は利用できません",
"no-test-case-results": "テストケースの結果がありません",
"no-environments-results": "環境情報が利用できません"
},
"severity": {
"blocker": "ブロッカー",
"critical": "重大",
"normal": "通常",
"minor": "小規模",
"trivial": "些細"
},
"execution": {
"name": "実行",
"body": "テスト本体",
"setup": "セットアップ",
"teardown": "後処理"
},
"environments": {
"environment_one": "環境",
"environment_other": "環境",
"all": "すべて"
},
"ui": {
"labels": "ラベル",
"metadata": "メタデータ",
"parameters": "パラメータ",
"description": "説明",
"links": "リンク",
"overview": "概要",
"history": "履歴",
"attachments": "添付ファイル",
"retries": "再試行",
"environments": "環境",
"error": "エラー",
"goToStep": "ステップに移動",
"showLess": "表示を減らす",
"showMore": "もっと見る",
"copy": "コピー",
"at": "時",
"variables": "変数",
"openPwTrace": "Playwright Trace を開く"
},
"controls": {
"newTabAttachment": "新しいタブで開く",
"nextTR": "次のテスト結果",
"prevTR": "前のテスト結果",
"downloadAttachment": "添付ファイルをダウンロード",
"backto": "戻る",
"clipboard": "クリップボードにコピー",
"clipboardError": "エラー。この機能はお使いのブラウザでサポートされていない可能性があります",
"clipboardSuccess": "コピー成功",
"collapse": "折りたたむ",
"expand": "展開",
"fullscreen": "全画面",
"language": "言語を変更",
"openInNewTab": "新しいタブで開く",
"openPreview": "プレビューを開く",
"noSelectedTR": "選択されたテスト結果はありません",
"comparison": "比較",
"showDiff": "違いを表示",
"viewMode": "表示モード",
"unified": "統一",
"side-by-side": "並列",
"compareBy": "比較基準",
"chars": "文字",
"words": "単語",
"lines": "行",
"actual": "実際",
"expected": "予想"
},
"errors": {
"missedAttachment": "添付ファイルが見つかりません"
},
"sections": {
"report": "Report",
"charts": "グラフ"
},
"charts": {
"trend": {
"title": "トレンドチャート: {{type}}",
"type": {
"status": "ステータス",
"severity": "重要度"
}
},
"pie": {
"title": "テスト成功率"
}
}
}