Apply i18n

This commit is contained in:
Takeshi Kimata
2024-05-05 21:20:56 +09:00
parent 03560f8d17
commit ac9af2d604
15 changed files with 79 additions and 134 deletions

View File

@@ -1,9 +1,15 @@
{
"Index": {
"title": "Hello world!"
"Home": {
"get_started": "Get Started",
"integrate_and_manage": "Integrate and manage all your software testing."
},
"Header": {
"title": "Open Source Test Case Management Tool",
"description": "Integrate and manage all your software testing",
"projects": "Projects"
},
"Projects": {
"projects": "Projects",
"projectList": "Project List",
"project": "Project",
"new_project": "New Project",
"edit_project": "Edit Project",
@@ -38,7 +44,7 @@
"please_enter": "Please enter folder name"
},
"Cases": {
"test_cases": "Test Cases",
"test_case_list": "Test Case List",
"id": "ID",
"title": "Title",
"priority": "Priority",
@@ -100,7 +106,7 @@
"max_file_size": "Max. file size"
},
"Runs": {
"runs": "Test Runs",
"run_list": "Test Run List",
"id": "ID",
"name": "Name",
"description": "Description",

View File

@@ -1,9 +1,15 @@
{
"Index": {
"title": "はろー"
"Home": {
"get_started": "テスト管理を始める",
"integrate_and_manage": "ソフトウェア開発にかかわるすべてのテストを統合管理"
},
"Header": {
"title": "オープンソーステストケース管理ツール",
"description": "ソフトウェア開発にかかわるすべてのテストを統合管理",
"projects": "プロジェクト"
},
"Projects": {
"projects": "プロジェクト",
"projectList": "プロジェクト一覧",
"project": "プロジェクト",
"new_project": "新規プロジェクト",
"edit_project": "プロジェクトの編集",
@@ -23,7 +29,7 @@
"Project": {
"home": "ホーム",
"test_cases": "テストケース",
"test_runs": "テストラン"
"test_runs": "テストの実行"
},
"Folders": {
"folder": "フォルダー",
@@ -38,7 +44,7 @@
"please_enter": "フォルダ名を入力してください"
},
"Cases": {
"test_cases": "テストケース",
"test_case_list": "テストケース一覧",
"id": "ID",
"title": "タイトル",
"priority": "優先度",
@@ -100,18 +106,18 @@
"max_file_size": "最大ファイルサイズ"
},
"Runs": {
"runs": "テストラン",
"run_list": "テストの実行一覧",
"id": "ID",
"name": "名前",
"description": "詳細",
"last_update": "最終更新",
"actions": "アクション",
"new_run": "新規テストラン",
"delete_run": "テストランを削除",
"no_runs_found": "テストランがありません"
"new_run": "新規テストの実行",
"delete_run": "テストの実行を削除",
"no_runs_found": "テストの実行がありません"
},
"Run": {
"back_to_runs": "テストラン一覧に戻る",
"back_to_runs": "テストの実行一覧に戻る",
"updating": "更新中...",
"update": "更新",
"progress": "進捗",
@@ -140,8 +146,8 @@
"skipped": "スキップ",
"select_test_case": "テストケースを選択",
"test_case_selection": "テストケース選択",
"include_in_run": "テストランに含める",
"exclude_from_run": "テストランから除外する",
"include_in_run": "テストの実行に含める",
"exclude_from_run": "テストの実行から除外する",
"no_cases_found": "テストケースが見つかりません"
}
}