Project member management

This commit is contained in:
Takeshi Kimata
2024-05-29 23:12:38 +09:00
parent 4b46944440
commit abf2d48bee
20 changed files with 588 additions and 9 deletions

View File

@@ -82,7 +82,7 @@
"project_detail": "Project Detail",
"public": "Public",
"private": "Private",
"if_you_make_public": "If you make project public, everyone who has access to this site will be able to view it.",
"if_you_make_public": "Making a project public makes it visible to users who are not project members.",
"close": "Close",
"create": "Create",
"update": "Update",
@@ -94,7 +94,8 @@
"Project": {
"home": "Home",
"test_cases": "Test Cases",
"test_runs": "Test Runs"
"test_runs": "Test Runs",
"settings": "Settings"
},
"Home": {
"Folders": "Folders",
@@ -256,5 +257,16 @@
"include_in_run": "Include in run",
"exclude_from_run": "Exclude from run",
"no_cases_found": "No cases found"
},
"Settings": {
"member_management": "Member Management",
"avatar": "Avatar",
"email": "Email",
"username": "User name",
"role": "Role",
"manager": "Manager",
"developer": "Developer",
"reporter": "Reporter",
"no_members_found": "No members found"
}
}

View File

@@ -81,7 +81,7 @@
"project_detail": "プロジェクト詳細",
"public": "パブリック",
"private": "プライベート",
"if_you_make_public": "プロジェクトをパブリックにすると、このサイトにアクセスできるすべてのユーザーがプロジェクトを見ることができます。",
"if_you_make_public": "プロジェクトをパブリックにすると、プロジェクトメンバーではないユーザーからも見えるようになります。",
"close": "閉じる",
"create": "作成",
"update": "更新",
@@ -93,7 +93,8 @@
"Project": {
"home": "ホーム",
"test_cases": "テストケース",
"test_runs": "テストラン"
"test_runs": "テストラン",
"settings": "設定"
},
"Home": {
"Folders": "フォルダー",
@@ -255,5 +256,16 @@
"include_in_run": "テストランに含める",
"exclude_from_run": "テストランから除外する",
"no_cases_found": "テストケースが見つかりません"
},
"Settings": {
"member_management": "メンバー管理",
"avatar": "アバター",
"email": "メールアドレス",
"username": "ユーザー名",
"role": "ロール",
"manager": "管理者",
"developer": "開発者",
"reporter": "報告者",
"no_members_found": "メンバーがいません"
}
}