mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Reword project access permissions [SCI-8124] (#5146)
This commit is contained in:
parent
5cc06aedf5
commit
7c287b3993
1 changed files with 11 additions and 11 deletions
|
@ -87,8 +87,8 @@ en:
|
|||
uncomplete_task_html: "%{user} uncompleted task %{my_module}."
|
||||
assign_repository_record_html: "%{user} assigned inventory item(s) %{record_names} from inventory %{repository} to task %{my_module}."
|
||||
unassign_repository_record_html: "%{user} unassigned inventory item(s) %{record_names} from inventory %{repository} to task %{my_module}."
|
||||
assign_user_to_project_html: "%{user} assigned user %{user_target} with user role %{role} to project %{project}."
|
||||
unassign_user_from_project_html: "%{user} removed user %{user_target} with user role %{role} from project %{project}."
|
||||
assign_user_to_project_html: "%{user} granted with access %{user_target} with user role %{role} to project %{project}."
|
||||
unassign_user_from_project_html: "%{user} removed %{user_target} with user role %{role} from project %{project}."
|
||||
change_user_role_on_project_html: "%{user} changed %{user_target}'s role on project %{project} to %{role}."
|
||||
change_user_role_on_experiment_html: "%{user} changed %{user_target}'s role on experiment %{experiment} to %{role}."
|
||||
change_user_role_on_my_module_html: "%{user} changed %{user_target}'s role on task %{my_module} to %{role}."
|
||||
|
@ -254,14 +254,14 @@ en:
|
|||
label_template_edited_html: "%{user} edited %{type} label template %{label_template} in Label templates."
|
||||
label_template_deleted_html: "%{user} deleted %{type} label template %{label_template} in Label templates."
|
||||
label_template_copied_html: "%{user} copied %{type} label template %{label_template_new} from %{label_template_original} in Label templates."
|
||||
protocol_template_published_html: "%{user} published protocol template %{protocol} version %{version_number}"
|
||||
protocol_template_revision_notes_updated_html: "%{user} edited revision notes of %{protocol}"
|
||||
protocol_template_draft_deleted_html: "%{user} deleted draft of %{protocol}"
|
||||
protocol_template_draft_created_html: "%{user} created draft of %{protocol}"
|
||||
protocol_template_access_granted_html: "%{user} granted access to %{user_target} with user role %{role} to protocol template %{protocol}"
|
||||
protocol_template_access_changed_html: "%{user} changed %{user_target}’s role on protocol template %{protocol} to %{role}"
|
||||
protocol_template_access_revoked_html: "%{user} removed %{user_target} with user role %{role} from protocol template %{protocol}"
|
||||
task_protocol_save_to_template_html: "%{user} created a new protocol template %{protocol} from a task"
|
||||
protocol_template_published_html: "%{user} published protocol template %{protocol} version %{version_number}."
|
||||
protocol_template_revision_notes_updated_html: "%{user} edited revision notes of %{protocol}."
|
||||
protocol_template_draft_deleted_html: "%{user} deleted draft of %{protocol}."
|
||||
protocol_template_draft_created_html: "%{user} created draft of %{protocol}."
|
||||
protocol_template_access_granted_html: "%{user} granted with access %{user_target} with user role %{role} to protocol template %{protocol}."
|
||||
protocol_template_access_changed_html: "%{user} changed %{user_target}’s role on protocol template %{protocol} to %{role}."
|
||||
protocol_template_access_revoked_html: "%{user} removed %{user_target} with user role %{role} from protocol template %{protocol}."
|
||||
task_protocol_save_to_template_html: "%{user} created a new protocol template %{protocol} from a task."
|
||||
activity_name:
|
||||
create_project: "Project created"
|
||||
rename_project: "Project renamed"
|
||||
|
@ -487,7 +487,7 @@ en:
|
|||
experiment: "Experiment"
|
||||
reports: "Reports"
|
||||
inventories: "Inventories"
|
||||
protocol_repository: "Protocol repository"
|
||||
protocol_repository: "Protocol templates"
|
||||
team: "Team"
|
||||
exports: "Exports"
|
||||
label_repository: "Label repository"
|
||||
|
|
Loading…
Reference in a new issue