scinote-web/config/locales/global_activities/en.yml

610 lines
54 KiB
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

en:
global_activities:
index:
teams: "Teams"
activity: "Activity created"
period_label: "Activity created: "
today: "Today"
yesterday: "Yesterday"
this_week: "This week"
last_week: "Last week"
this_month: "This month"
last_month: "Last month"
from_label: "Select end date"
to_label: "Select start date"
clear: "Clear"
activity_type: "Activity types"
user: "Users"
clear_filters: "Clear filters"
select_teams: "Select Teams"
select_activity_groups: "Select Activity groups"
select_activity_types: "Select Activity types"
select_users: "Select Users"
projects_experiments_tasks: "Projects, Experiments, Tasks"
select_projects: "Select Projects"
select_experiments: "Select Experiments"
disable_experiments: "Select Projects to enable Experiments"
select_tasks: "Select Tasks"
disable_tasks: "Select Experiments to enable Tasks"
inventories: "Inventories"
select_inventories: "Select Inventories"
select_inventory_items: "Select Inventory items"
disable_inventory_items: "Select Inventory to enable Inventory items"
protocols: Protocols
select_protocols: Select Protocols
reports: Reports
select_reports: Select Reports
no_name: "(unnamed)"
content_generation_error: "Failed to render activity content with id: %{activity_id}"
activity_filter_saved: "Filter successfully saved to the Webhooks page!"
save_filter: "Save filter"
save_filter_modal:
title: "Save filter"
description: "Saved filter will be located in the Webhooks section of the Settings. It can be used to trigger webhooks."
filter_name_label: "Filter name"
filter_name_placeholder: "Name your filter"
content:
create_project_html: "%{user} created project %{project}."
rename_project_html: "%{user} renamed project %{project}."
change_project_visibility_html: "%{user} changed project %{project}'s visibility to %{visibility}."
project_grant_access_to_all_team_members_html: "%{user} granted access to all team members of %{team} team with user role %{role} to project %{project}."
project_remove_access_from_all_team_members_html: "%{user} removed %{team} team members with user role %{role} from project %{project}."
archive_project_html: "%{user} archived project %{project}."
restore_project_html: "%{user} restored project %{project} from archive."
add_comment_to_project_html: "%{user} commented on project %{project}."
edit_project_comment_html: "%{user} edited comment on project %{project}."
delete_project_comment_html: "%{user} deleted comment on project %{project}."
create_report_html: "%{user} created report %{report}."
edit_report_html: "%{user} edited report %{report}."
delete_report_html: "%{user} deleted report %{report}."
add_result_old_html: "%{user} added %{type_of_result} result %{result}."
add_result_html: "%{user} added result %{result}."
edit_result_old_html: "%{user} edited %{type_of_result} result %{result}."
edit_result_html: "%{user} edited result %{result}."
add_comment_to_result_html: "%{user} commented on result %{result}."
edit_result_comment_html: "%{user} edited comment on result %{result}."
delete_result_comment_html: "%{user} deleted comment on result %{result}."
archive_result_old_html: "%{user} archived %{type_of_result} result %{result}."
archive_result_html: "%{user} archived result %{result}."
destroy_result_old_html: "%{user} deleted %{type_of_result} result %{result}."
destroy_result_html: "%{user} deleted result %{destroyed_result}."
result_restored_html: "%{user} restored result %{result} from archive."
result_file_added_html: "%{user} added file <strong>%{file}</strong> to result <strong>%{result}</strong>."
result_file_deleted_html: "%{user} deleted file <strong>%{file}</strong> in result <strong>%{result}</strong>."
sequence_on_result_added_html: "%{user} created sequence %{file} on result %{result}."
sequence_on_result_edited_html: "%{user} edited sequence %{file} on result %{result}."
sequence_on_result_deleted_html: "%{user} deleted sequence %{file} on result %{result}."
sequence_on_result_moved_html: "%{user} moved sequence %{file} from result %{result_original} to result %{result_destination}."
result_text_added_html: "%{user} created text <strong>%{text_name}</strong> in result <strong>%{result}</strong>."
result_text_edited_html: "%{user} edited text <strong>%{text_name}</strong> in result <strong>%{result}</strong>."
result_text_deleted_html: "%{user} deleted text <strong>%{text_name}</strong> in result <strong>%{result}</strong>."
result_table_added_html: "%{user} created table <strong>%{table_name}</strong> in result <strong>%{result}</strong>."
result_table_edited_html: "%{user} edited table <strong>%{table_name}</strong> in result <strong>%{result}</strong>."
result_table_deleted_html: "%{user} deleted table <strong>%{table_name}</strong> in result <strong>%{result}</strong>."
result_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in result <strong>%{result}</strong>."
result_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in result <strong>%{result}</strong>."
result_duplicated_html: "%{user} duplicated result <strong>%{result}</strong>."
create_module_html: "%{user} created task %{my_module}."
clone_module_html: "%{user} copied task %{my_module_new} from task %{my_module_original} as template."
restore_module_html: "%{user} restored task %{my_module} from archive."
add_comment_to_module_html: "%{user} commented on task %{my_module}."
edit_module_comment_html: "%{user} edited comment on task %{my_module}."
delete_module_comment_html: "%{user} deleted comment on task %{my_module}."
change_module_description_html: "%{user} edited task %{my_module}'s description."
create_step_html: "%{user} created protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}."
edit_step_html: "%{user} edited protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}."
destroy_step_html: "%{user} deleted protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}."
load_protocol_to_task_from_repository_html: "%{user} loaded protocol to task %{my_module} from Protocol repository %{protocol_repository}."
load_protocol_to_task_from_file_html: "%{user} loaded protocol to task %{my_module} from file."
update_protocol_in_task_from_repository_html: "%{user} updated protocol on task %{my_module} with version from Protocol repository %{protocol_repository}."
update_protocol_in_repository_from_task_html: "%{user} updated protocol %{protocol_repository} in Protocol repository with version from task %{my_module}."
check_step_checklist_item_html: "%{user} completed checklist item <strong>%{checkbox}</strong> (%{num_completed}/%{num_all} completed) in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}."
uncheck_step_checklist_item_html: "%{user} uncompleted checklist item <strong>%{checkbox}</strong> (%{num_completed}/%{num_all} completed) in protocol's step %{step_position} %{step} on task %{my_module}."
add_comment_to_step_html: "%{user} commented on protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}."
edit_step_comment_html: "%{user} edited comment on protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}."
delete_step_comment_html: "%{user} deleted comment on protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}."
complete_step_html: "%{user} completed protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module} (%{num_completed}/%{num_all} completed)."
uncomplete_step_html: "%{user} uncompleted protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module} (%{num_completed}/%{num_all} completed)."
complete_task_html: "%{user} completed task %{my_module}."
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} granted access to %{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}."
designate_user_to_my_module_html: "%{user} assigned user %{user_target} to task %{my_module}."
undesignate_user_from_my_module_html: "%{user} removed user %{user_target} from task %{my_module}."
create_experiment_html: "%{user} created experiment %{experiment}."
rename_experiment_html: "%{user} renamed experiment %{experiment}."
edit_experiment_html: "%{user} edited experiment %{experiment}."
move_experiment_html: "%{user} moved experiment %{experiment} from project %{project_original} to project %{project_new}."
clone_experiment_html: "%{user} copied experiment %{experiment_new} from experiment %{experiment_original} as template."
archive_experiment_html: "%{user} archived experiment %{experiment}."
edit_wopi_file_on_result_html: "%{user} edited Office online file %{asset_name} on result %{result}: %{action}."
export_protocol_from_task_html: "%{user} exported protocol from task %{my_module}"
copy_protocol_in_repository_html: "%{user} copied protocol %{protocol_new} from protocol %{protocol_original} as a template"
user_leave_team_html: "%{user} left team %{team}"
edit_wopi_file_on_step_html: "%{user} edited Office online file %{asset_name} on protocol's step %{step_position} %{step} on task %{my_module}: %{action}."
edit_wopi_file_on_step_in_repository_html: "%{user} edited Office online file %{asset_name} on protocol %{protocol}'s step %{step_position} %{step} in Protocol repository: %{action}."
restore_experiment_html: "%{user} restored experiment %{experiment}."
rename_task_html: "%{user} renamed task %{my_module}."
move_task_html: "%{user} moved task %{my_module} from experiment %{experiment_original} to experiment %{experiment_new}."
archive_module_html: "%{user} archived task %{my_module}."
set_task_start_date_html: "%{user} set start date %{my_module_started_on} on task %{my_module}."
change_task_start_date_html: "%{user} changed start date %{my_module_started_on} on task %{my_module}."
remove_task_start_date_html: "%{user} removed start date %{my_module_started_on} on task %{my_module}."
set_task_due_date_html: "%{user} set due date %{my_module_duedate} on task %{my_module}."
change_task_due_date_html: "%{user} changed due date %{my_module_duedate} on task %{my_module}."
remove_task_due_date_html: "%{user} removed due date %{my_module_duedate} on task %{my_module}."
add_task_tag_html: "%{user} added tag <strong>%{tag}</strong> to task %{my_module}."
remove_task_tag_html: "%{user} removed tag <strong>%{tag}</strong> from task %{my_module}."
create_inventory_html: "%{user} created inventory %{repository}."
rename_inventory_html: "%{user} renamed inventory %{repository}."
archive_inventory_html: "%{user} archived inventory %{repository}."
restore_inventory_html: "%{user} restored inventory %{repository}."
delete_inventory_html: "%{user} deleted inventory %{repository}."
share_inventory_html: "%{user} shared inventory %{repository} with team %{team} with %{permission_level} permission."
unshare_inventory_html: "%{user} stopped sharing inventory %{repository} with team %{team}."
update_share_inventory_html: "%{user} changed permission of shared inventory %{repository} with team %{team} to %{permission_level}."
share_inventory_with_all_html: "%{user} shared inventory %{repository} with all teams (current and future) with %{permission_level} permission."
unshare_inventory_with_all_html: "%{user} stopped sharing inventory %{repository} with all teams (current and future)."
update_share_with_all_permission_level_html: "%{user} changed permission of shared inventory %{repository} with all teams to %{permission_level}."
create_item_inventory_html: "%{user} created inventory item %{repository_row}."
edit_item_inventory_html: "%{user} edited inventory item %{repository_row}."
delete_item_inventory_html: "%{user} deleted inventory item %{repository_row}."
edit_item_field_inventory_html: "%{user} edited %{repository_column} on inventory item %{repository_row}."
inventory_item_relationships_linked_html: "%{user} link %{repository_row_linked} as a %{relationship_type} to %{repository_row}."
inventory_item_relationships_unlinked_html: "%{user} unlinked %{repository_row} and %{repository_row_unlinked}."
archive_inventory_item_html: "%{user} archived inventory item %{repository_row}."
restore_inventory_item_html: "%{user} restored inventory item %{repository_row}."
create_column_inventory_html: "%{user} created column %{repository_column} in inventory %{repository}."
edit_column_inventory_html: "%{user} edited column %{repository_column} in inventory %{repository}."
copy_inventory_html: "%{user} copied inventory %{repository_new} from inventory %{repository_original} as template"
copy_inventory_item_html: "%{user} copied inventory item %{repository_row_new} from inventory item %{repository_row_original}"
delete_column_inventory_html: "%{user} deleted column %{repository_column} in inventory %{repository}."
create_protocol_in_repository_html: "%{user} created protocol %{protocol} in Protocol repository."
edit_protocol_name_in_repository_html: "%{user} updated protocol name on Protocol repository "
add_step_to_protocol_repository_html: "%{user} created protocol %{protocol}'s step %{step_position} <strong>%{step}</strong> in Protocol repository."
edit_step_in_protocol_repository_html: "%{user} edited protocol %{protocol}'s step %{step_position} <strong>%{step}</strong> in Protocol repository."
delete_step_in_protocol_repository_html: "%{user} deleted protocol %{protocol}'s step %{step_position} <strong>%{step}</strong> in Protocol repository."
edit_description_in_protocol_repository_html: "%{user} edited protocol %{protocol}'s description in Protocol repository."
edit_keywords_in_protocol_repository_html: "%{user} edited protocol %{protocol}'s keywords in Protocol repository."
edit_authors_in_protocol_repository_html: "%{user} edited protocol %{protocol}'s authors in Protocol repository."
archive_protocol_in_repository_html: "%{user} archived protocol %{protocol} in Protocol repository."
restore_protocol_in_repository_html: "%{user} restored protocol %{protocol} from archive in Protocol repository."
move_protocol_in_repository_html: "%{user} moved protocol %{protocol} from %{storage} in Protocol repository."
import_protocol_in_repository_html: "%{user} imported protocol %{protocol} to Protocol repository from file."
export_protocol_in_repository_html: "%{user} exported protocol %{protocol} from Protocol repository."
invite_user_to_team_html: "%{user} invited user %{user_invited} to team %{team} with user role %{role}."
remove_user_from_team_html: "%{user} removed user %{user_removed} from team %{team}."
change_users_role_on_team_html: "%{user} changed user %{user_changed}'s role in team %{team} to %{role}."
export_projects_html: "%{user} exported project(s) %{projects} to .zip."
export_inventory_items_html: "%{user} exported inventory item(s) from %{repository}."
create_tag_html: "%{user} created tag <strong>%{tag}</strong> in project %{project}."
edit_tag_html: "%{user} edited tag <strong>%{tag}</strong> in project %{project}."
delete_tag_html: "%{user} deleted tag <strong>%{tag}</strong> in project %{project}."
import_inventory_items_html: "%{user} imported %{num_of_items} inventory item(s) to %{repository}."
edit_image_on_result_html: "%{user} edited image %{asset_name} on result %{result}: %{action}."
edit_image_on_step_html: "%{user} edited image %{asset_name} on protocol's step %{step_position} %{step} on task %{my_module}: %{action}."
edit_image_on_step_in_repository_html: "%{user} edited image %{asset_name} on protocol %{protocol}'s step %{step_position} %{step} in Protocol repository: %{action}."
edit_chemical_structure_on_step_html: "%{user} edited chemical structure %{asset_name} on protocol's step %{step_position} %{step} on task %{my_module}: %{action}."
edit_chemical_structure_on_result_html: "%{user} edited chemical structure %{asset_name} on result %{result}: %{action}."
edit_chemical_structure_on_step_in_repository_html: "%{user} edited chemical structure %{asset_name} on protocol %{protocol}'s step %{step_position} %{step}: %{action}."
edit_chemical_structure_on_task_protocol_html: "%{user} edited chemical structure %{asset_name} on task's protocol %{my_module}: %{action}."
edit_chemical_structure_on_protocol_html: "%{user} edited chemical structure %{asset_name} on protocol %{protocol}: %{action}."
edit_chemical_structure_on_task_html: "%{user} edited chemical structure %{asset_name} on task %{my_module}: %{action}."
create_chemical_structure_on_step_html: "%{user} created chemical structure %{asset_name} on protocol's step %{step_position} %{step} on task %{my_module}."
create_chemical_structure_on_result_html: "%{user} created chemical structure %{asset_name} on result %{result}."
create_chemical_structure_on_step_in_repository_html: "%{user} created chemical structure %{asset_name} on protocol %{protocol}'s step %{step_position} %{step}."
create_chemical_structure_on_task_protocol_html: "%{user} created chemical structure %{asset_name} on task's protocol %{my_module}."
create_chemical_structure_on_protocol_html: "%{user} created chemical structure %{asset_name} on protocol %{protocol}."
create_chemical_structure_on_task_html: "%{user} created chemical structure %{asset_name} on task %{my_module}."
delete_chemical_structure_on_step_html: "%{user} deleted chemical structure %{asset_name} on protocol's step %{step_position} %{step} on task %{my_module}."
delete_chemical_structure_on_result_html: "%{user} deleted chemical structure %{asset_name} on result %{result}."
delete_chemical_structure_on_step_in_repository_html: "%{user} deleted chemical structure %{asset_name} on protocol %{protocol}'s step %{step_position} %{step}."
delete_chemical_structure_on_task_protocol_html: "%{user} deleted chemical structure %{asset_name} on task's protocol %{my_module}."
delete_chemical_structure_on_protocol_html: "%{user} deleted chemical structure %{asset_name} on protocol %{protocol}."
delete_chemical_structure_on_task_html: "%{user} deleted chemical structure %{asset_name} on task %{my_module}."
protocol_description_in_task_edited_html: "%{user} edited protocol description on task %{my_module}."
protocol_name_in_task_edited_html: "%{user} updated protocol name on task %{my_module}."
export_inventory_items_assigned_to_task_html: "%{user} exported inventory item(s) assigned to task %{my_module} from inventory %{repository}: Live version."
export_inventory_snapshot_items_assigned_to_task_html: "%{user} exported inventory item(s) assigned to task %{my_module} from inventory %{repository_snapshot}: Snapshot of %{created_at}."
change_status_on_task_flow_html: "%{user} changed status from <strong>%{my_module_status_old}</strong> to <strong>%{my_module_status_new}</strong> for task %{my_module}."
move_project_html: "%{user} moved project %{project} from folder %{project_folder_from} to folder %{project_folder_to}."
create_project_folder_html: "%{user} created project folder %{project_folder}."
rename_project_folder_html: "%{user} renamed project folder %{project_folder}."
delete_project_folder_html: "%{user} deleted project folder %{project_folder}."
move_project_folder_html: "%{user} moved project folder %{project_folder} from folder %{project_folder_from}</strong> to folder %{project_folder_to}."
generate_pdf_report_html: "%{user} generated PDF report %{report}."
generate_docx_report_html: "%{user} generated DOCX report %{report}."
inventory_item_stock_set_html: "%{user} set total stock for inventory item %{repository_row} to %{new_amount} %{unit} in inventory %{repository} \n%{comment}"
inventory_item_stock_add_html: "%{user} added %{change_amount} %{unit} of stock to a total %{new_amount} %{unit} for inventory item %{repository_row} in inventory %{repository} \n%{comment}"
inventory_item_stock_remove_html: "%{user} removed %{change_amount} %{unit} of stock to a total %{new_amount} %{unit} for inventory item %{repository_row} in inventory %{repository} \n%{comment}"
task_inventory_item_stock_consumed_html: "%{user} changed consumption of inventory item %{repository_row} from %{stock_consumption_was} %{unit} to %{stock_consumption} %{unit} on task %{my_module} \n%{comment}"
task_steps_rearranged_html: "%{user} rearranged protocol's steps on task %{my_module}"
task_step_content_rearranged_html: "%{user} rearranged content of protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
result_content_rearranged_html: "%{user} rearranged result's content on task %{my_module}"
task_step_file_added_html: "%{user} added file <strong>%{file}</strong> to protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_file_deleted_html: "%{user} deleted file <strong>%{file}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
protocol_steps_rearranged_html: "%{user} rearranged protocol's steps in protocol %{protocol} in Protocol repository"
protocol_step_content_rearranged_html: "%{user} rearranged content of protocol's step %{step_position} <strong>%{step}</strong> in protocol %{protocol} in Protocol repository"
protocol_step_file_added_html: "%{user} added file <strong>%{file}</strong> to protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_file_deleted_html: "%{user} deleted file <strong>%{file}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
task_step_text_added_html: "%{user} created text <strong>%{text_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_text_edited_html: "%{user} edited text <strong>%{text_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_text_deleted_html: "%{user} deleted text <strong>%{text_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_table_added_html: "%{user} created table <strong>%{table_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_table_edited_html: "%{user} edited table <strong>%{table_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_table_deleted_html: "%{user} deleted table <strong>%{table_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_checklist_added_html: "%{user} created checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_checklist_edited_html: "%{user} edited checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_checklist_deleted_html: "%{user} deleted checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_checklist_item_added_html: "%{user} created checklist item <strong>%{checklist_item}</strong> in checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_checklist_item_edited_html: "%{user} edited checklist item <strong>%{checklist_item}</strong> in checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
task_step_checklist_item_deleted_html: "%{user} deleted checklist item <strong>%{checklist_item}</strong> in checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> on task %{my_module}"
protocol_step_text_added_html: "%{user} created text <strong>%{text_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_text_edited_html: "%{user} edited text <strong>%{text_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_text_deleted_html: "%{user} deleted text <strong>%{text_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_table_added_html: "%{user} created table <strong>%{table_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_table_edited_html: "%{user} edited table <strong>%{table_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_table_deleted_html: "%{user} deleted table <strong>%{table_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_checklist_added_html: "%{user} created checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_checklist_edited_html: "%{user} edited checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_checklist_deleted_html: "%{user} deleted checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_checklist_item_added_html: "%{user} created checklist item <strong>%{checklist_item}</strong> in checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_checklist_item_edited_html: "%{user} edited checklist item <strong>%{checklist_item}</strong> in checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
protocol_step_checklist_item_deleted_html: "%{user} deleted checklist item <strong>%{checklist_item}</strong> in checklist <strong>%{checklist_name}</strong> in protocol's step %{step_position} <strong>%{step}</strong> in Protocol repository"
task_step_duplicated_html: "%{user} duplicated step <strong>%{step}</strong> on task %{my_module}."
protocol_step_duplicated_html: "%{user} duplicated step <strong>%{step}</strong> in protocol %{protocol} in Protocol repository."
task_step_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> on task %{my_module}."
task_step_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> on task %{my_module}."
task_step_checklist_duplicated_html: "%{user} duplicated checklist <strong>%{checklist_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> on task %{my_module}."
protocol_step_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> in Protocol repository."
protocol_step_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> in Protocol repository."
protocol_step_checklist_duplicated_html: "%{user} duplicated checklist <strong>%{checklist_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> in Protocol repository."
label_template_created_html: "%{user} created %{type} label template %{label_template} in Label templates."
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}."
protocol_template_access_granted_all_team_members_html: "%{user} granted access to all team members of %{team} team with user role %{role} to protocol template %{protocol}."
protocol_template_access_changed_all_team_members_html: "%{user} changed %{team}s role on protocol template %{protocol} to %{role}."
protocol_template_access_revoked_all_team_members_html: "%{user} removed %{team} team members with user role %{role} from protocol template %{protocol}."
task_protocol_save_to_template_html: "%{user} created a new protocol template %{protocol} from a task."
project_access_changed_all_team_members_html: "%{user} changed %{team}s role on project %{project} to %{role}."
team_sharing_tasks_enabled_html: "%{user} enabled sharing tasks in team %{team}."
team_sharing_tasks_disabled_html: "%{user} disabled sharing tasks in team %{team}."
task_link_sharing_enabled_html: "%{user} enabled link sharing for task %{my_module}."
task_link_sharing_disabled_html: "%{user} disabled link sharing for task %{my_module}."
shared_task_message_edited_html: "%{user} edited message for shared task %{my_module}."
task_sequence_asset_added_html: "%{user} created sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> on task <strong>%{my_module}</strong>."
task_sequence_asset_edit_started_html: "%{user} edited sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> on task <strong>%{my_module}</strong>: editing started."
task_sequence_asset_edit_finished_html: "%{user} edited sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> on task <strong>%{my_module}</strong>: editing finished."
task_sequence_asset_deleted_html: "%{user} deleted sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> on task <strong>%{my_module}</strong>."
protocol_sequence_asset_added_html: "%{user} created sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> in Protocol repository."
protocol_sequence_asset_edit_started_html: "%{user} edited sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> in Protocol repository: editing started."
protocol_sequence_asset_edit_finished_html: "%{user} edited sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> in Protocol repository: editing finished."
protocol_sequence_asset_deleted_html: "%{user} deleted sequence <strong>%{asset_name}</strong> on protocols step <strong>%{step_position}</strong> <strong>%{step}</strong> in Protocol repository."
task_step_file_moved_html: "%{user} moved file <strong>%{file}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> on task %{my_module}."
task_step_text_moved_html: "%{user} moved text <strong>%{text_name}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> on task %{my_module}."
task_step_table_moved_html: "%{user} moved table <strong>%{table_name}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> on task %{my_module}."
task_step_checklist_moved_html: "%{user} moved checklist <strong>%{checklist_name}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> on task %{my_module}."
move_chemical_structure_on_step_html: "%{user} moved chemical structure <strong>%{file}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> on task %{my_module}."
protocol_step_file_moved_html: "%{user} moved file <strong>%{file}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> in Protocol repository."
protocol_step_text_moved_html: "%{user} moved text <strong>%{text_name}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> in Protocol repository."
protocol_step_table_moved_html: "%{user} moved table <strong>%{table_name}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> in Protocol repository."
protocol_step_checklist_moved_html: "%{user} moved checklist <strong>%{checklist_name}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> in Protocol repository."
move_chemical_structure_on_step_in_repository_html: "%{user} moved chemical structure <strong>%{file}</strong> from protocol's step %{step_position_original} <strong>%{step_original}</strong> to step %{step_position_destination} <strong>%{step_destination}</strong> in Protocol repository."
result_file_moved_html: "%{user} moved file <strong>%{file}</strong> from result %{result_original} to result %{result_destination}."
result_text_moved_html: "%{user} moved text <strong>%{text_name}</strong> from result %{result_original} to result %{result_destination}."
result_table_moved_html: "%{user} moved table <strong>%{table_name}</strong> from result %{result_original} to result %{result_destination}."
move_chemical_structure_on_result_html: "%{user} moved chemical structure <strong>%{file}</strong> from result %{result_original} to result %{result_destination}."
edit_task_step_file_locally_html: "%{user} locally edited file %{file} on protocol's step %{step_position_original} %{step} on task %{my_module}"
edit_protocol_template_file_locally_html: "%{user} locally edited file %{file} on protocol's step %{step_position_original} %{step} with SciNote Edit in Protocol repository"
edit_task_result_file_locally_html: "%{user} locally edited file %{file} on result %{result}"
export_inventories_html: "%{user} exported inventory %{inventories}"
edit_image_on_inventory_item_html: "%{user} edited image %{asset_name} on inventory item %{repository_row} in inventory %{repository}: %{action}."
edit_wopi_file_on_inventory_item_html: "%{user} edited Office online file %{asset_name} on inventory item %{repository_row} in inventory %{repository}: %{action}."
export_inventory_stock_consumption_html: "%{user} exported stock consumption for inventory item(s) %{inventory_items} in inventory %{repository}."
activity_name:
create_project: "Project created"
rename_project: "Project renamed"
change_project_visibility: "Project visibility changed (obsolete)"
project_grant_access_to_all_team_members: "Grant access to all team members"
project_remove_access_from_all_team_members: "Remove access from all team members"
archive_project: "Project archived"
restore_project: "Project restored"
add_comment_to_project: "Project comment added"
edit_project_comment: "Project comment edited"
delete_project_comment: "Project comment deleted"
create_report: "Report created"
edit_report: "Report edited"
delete_report: "Report deleted"
add_result_old: "Result added (obsolete)"
add_result: "Result added"
edit_result_old: "Result edited (obsolete)"
edit_result: "Result edited"
add_comment_to_result: "Result comment added"
edit_result_comment: "Result comment edited"
delete_result_comment: "Result comment deleted"
archive_result_old: "Result archived (obsolete)"
archive_result: "Result archived"
destroy_result_old: "Result deleted (obsolete)"
destroy_result: "Result deleted"
result_restored: "Result restored"
result_content_rearranged: "Result content rearranged"
result_file_added: "Result file added"
result_file_deleted: "Result file deleted"
result_text_added: "Result text added"
result_text_edited: "Result text edited"
result_text_deleted: "Result text deleted"
result_table_added: "Result table added"
result_table_edited: "Result table edited"
result_table_deleted: "Result table deleted"
result_duplicated: "Result duplicated"
result_text_duplicated: "Result text duplicated"
result_table_duplicated: "Result table duplicated"
create_module: "Task created"
clone_module: "Task copied"
archive_module: "Task archived"
restore_module: "Task restored"
add_comment_to_module: "Task comment added"
edit_module_comment: "Task comment edited"
delete_module_comment: "Task comment deleted"
change_module_description: "Task description edited"
create_step: "Task step added"
edit_step: "Task step edited"
destroy_step: "Task step deleted"
load_protocol_to_task_from_repository: "Task protocol loaded from repository"
load_protocol_to_task_from_file: "Task protocol loaded from file (obsolete)"
update_protocol_in_task_from_repository: "Task protocol updated from repository"
check_step_checklist_item: "Task step checklist completed"
uncheck_step_checklist_item: "Task step checklist uncompleted"
add_comment_to_step: "Task step comment added"
edit_step_comment: "Task step comment edited"
delete_step_comment: "Task step comment deleted"
complete_step: "Task step completed"
uncomplete_step: "Task step uncompleted"
uncomplete_task: "Task uncompleted (obsolete)"
complete_task: "Task completed (obsolete)"
assign_repository_record: "Task inventory assigned"
unassign_repository_record: "Task inventory unassigned"
assign_user_to_project: "User assigned to Project"
unassign_user_from_project: "User removed from Project"
change_user_role_on_project: "User role changed on Project"
change_user_role_on_experiment: "User role changed on Experiment"
change_user_role_on_my_module: "User role changed on Task"
designate_user_to_my_module: "User assigned to Task"
undesignate_user_from_my_module: "User removed from Task"
create_experiment: "Experiment created"
rename_experiment: "Experiment renamed"
edit_experiment: "Experiment edited"
move_experiment: "Experiment moved"
clone_experiment: "Experiment copied as template"
archive_experiment: "Experiment archived"
edit_wopi_file_on_result: "Office online file on result edited"
edit_wopi_file_on_step: "Office online file on task step edited"
edit_wopi_file_on_step_in_repository: "Office online file on step edited"
restore_experiment: "Experiment restored"
rename_task: "Task renamed"
move_task: "Task moved"
export_protocol_from_task: "Export protocol from task"
set_task_start_date: "Task start date set"
change_task_start_date: "Task start date changed"
remove_task_start_date: "Task start date removed"
set_task_due_date: "Task due date set"
change_task_due_date: "Task due date changed"
remove_task_due_date: "Task due date removed"
add_task_tag: "Task tag added"
remove_task_tag: "Task tag removed"
create_inventory: "Inventory created"
rename_inventory: "Inventory renamed"
archive_inventory: "Inventory archived"
restore_inventory: "Inventory restored"
delete_inventory: "Inventory deleted"
share_inventory: "Inventory shared"
unshare_inventory: "Inventory unshared"
update_share_inventory: "Inventory sharing permission updated"
share_inventory_with_all: "Inventory shared with all"
unshare_inventory_with_all: "Inventory unshared with all"
update_share_with_all_permission_level: "Inventory sharing with all permission updated"
create_item_inventory: "Inventory item created"
edit_item_inventory: "Inventory item edited"
edit_item_field_inventory: "Inventory item field edited"
inventory_item_relationships_linked: "Inventory item relationships linked"
inventory_item_relationships_unlinked: "Inventory item relationships unlinked"
delete_item_inventory: "Inventory item deleted"
archive_inventory_item: "Inventory item archived"
restore_inventory_item: "Inventory item restored"
create_column_inventory: "Inventory column created"
edit_column_inventory: "Inventory column edited"
copy_inventory: "Inventory copied"
copy_inventory_item: "Inventory item copied"
delete_column_inventory: "Inventory column deleted"
update_protocol_in_repository_from_task: "Protocol updated from task (obsolete)"
create_protocol_in_repository: "Protocol created"
add_step_to_protocol_repository: "Step added"
edit_step_in_protocol_repository: "Step edited"
delete_step_in_protocol_repository: "Step deleted"
edit_description_in_protocol_repository: "Description edited"
edit_keywords_in_protocol_repository: "Keywords edited"
edit_authors_in_protocol_repository: "Authors edited"
edit_protocol_name_in_repository: "Protocol name edited"
archive_protocol_in_repository: "Protocol archived"
restore_protocol_in_repository: "Protocol restored from archive"
move_protocol_in_repository: "Protocol moved (obsolete)"
copy_protocol_in_repository: "Protocol copied"
import_protocol_in_repository: "Protocol imported from file"
export_protocol_in_repository: "Protocol exported"
invite_user_to_team: "User invited to team"
remove_user_from_team: "User removed from team"
change_users_role_on_team: "Users role changed on team"
user_leave_team: "User left team"
export_projects: "Projects exported"
export_inventory_items: "Inventory items exported"
create_tag: "Tag created"
edit_tag: "Tag edited"
delete_tag: "Tag deleted"
import_inventory_items: "Inventory items imported"
edit_image_on_result: "Image on result edited"
edit_image_on_step: "Image on task step edited"
edit_image_on_step_in_repository: "Image on step edited"
edit_chemical_structure_on_step: "Chemical structure on task step edited"
edit_chemical_structure_on_result: "Chemical structure on result edited"
edit_chemical_structure_on_step_in_repository: "Chemical structure on step edited"
edit_chemical_structure_on_task_protocol: "Chemical structure on task protocol edited"
edit_chemical_structure_on_protocol: "Chemical structure on protocol edited"
edit_chemical_structure_on_task: "Chemical structure on task edited"
create_chemical_structure_on_step: "Chemical structure on task step created"
create_chemical_structure_on_result: "Chemical structure on result created"
create_chemical_structure_on_step_in_repository: "Chemical structure on step created"
create_chemical_structure_on_task_protocol: "Chemical structure on task protocol created"
create_chemical_structure_on_protocol: "Chemical structure on protocol created"
create_chemical_structure_on_task: "Chemical structure on task created"
delete_chemical_structure_on_step: "Chemical structure on task step deleted"
delete_chemical_structure_on_result: "Chemical structure on result deleted"
delete_chemical_structure_on_step_in_repository: "Chemical structure on step deleted"
delete_chemical_structure_on_task_protocol: "Chemical structure on task protocol deleted"
delete_chemical_structure_on_protocol: "Chemical structure on protocol deleted"
delete_chemical_structure_on_task: "Chemical structure on task deleted"
protocol_description_in_task_edited: "Protocol description in task edited"
protocol_name_in_task_edited: "Protocol name in task edited"
export_inventory_items_assigned_to_task: "Task-assigned inventory items exported (live version)"
export_inventory_snapshot_items_assigned_to_task: "Task-assigned inventory items exported (snapshot)"
change_status_on_task_flow: "Task status changed"
move_project: "Project moved"
create_project_folder: "Project folder created"
rename_project_folder: "Project folder renamed"
delete_project_folder: "Project folder deleted"
move_project_folder: "Project folder moved"
generate_pdf_report: "PDF Report generated"
generate_docx_report: "DOCX Report generated"
inventory_item_stock_set: "Inventory item stock set to"
inventory_item_stock_add: "Inventory item stock added"
inventory_item_stock_remove: "Inventory item stock removed"
task_inventory_item_stock_consumed: "Task-assigned inventory item consumed"
task_steps_rearranged: "Task steps rearranged"
task_step_content_rearranged: "Task step content rearranged"
task_step_file_added: "Task step files added"
task_step_file_deleted: "Task step file deleted"
protocol_steps_rearranged: "Protocol steps rearranged"
protocol_step_content_rearranged: "Protocol step content rearranged"
protocol_step_file_added: "Protocol step file added"
protocol_step_file_deleted: "Protocol step file deleted"
task_step_text_added: "Task step text added"
task_step_text_edited: "Task step text edited"
task_step_text_deleted: "Task step text deleted"
task_step_table_added: "Task step table added"
task_step_table_edited: "Task step table edited"
task_step_table_deleted: "Task step table deleted"
task_step_checklist_added: "Task step checklist added"
task_step_checklist_edited: "Task step checklist edited"
task_step_checklist_deleted: "Task step checklist deleted"
task_step_checklist_item_added: "Task step checklist item added"
task_step_checklist_item_edited: "Task step checklist item edited"
task_step_checklist_item_deleted: "Task step checklist item deleted"
protocol_step_text_added: "Protocol step text added"
protocol_step_text_edited: "Protocol step text edited"
protocol_step_text_deleted: "Protocol step text deleted"
protocol_step_table_added: "Protocol step table added"
protocol_step_table_edited: "Protocol step table edited"
protocol_step_table_deleted: "Protocol step table deleted"
protocol_step_checklist_added: "Protocol step checklist added"
protocol_step_checklist_edited: "Protocol step checklist edited"
protocol_step_checklist_deleted: "Protocol step checklist deleted"
protocol_step_checklist_item_added: "Protocol step checklist item added"
protocol_step_checklist_item_edited: "Protocol step checklist item edited"
protocol_step_checklist_item_deleted: "Protocol step checklist item deleted"
task_step_duplicated: "Task step duplicated"
protocol_step_duplicated: "Step duplicated"
task_step_text_duplicated: "Task step text duplicated"
task_step_table_duplicated: "Task step table duplicated"
task_step_checklist_duplicated: "Task step checklist duplicated"
protocol_step_text_duplicated: "Protocol step text duplicated"
protocol_step_table_duplicated: "Protocol step table duplicated"
protocol_step_checklist_duplicated: "Protocol step checklist duplicated"
label_template_created: "Label template created"
label_template_edited: "Label template edited"
label_template_deleted: "Label template deleted"
label_template_copied: "Label template copied"
protocol_template_published: "Protocol template published"
protocol_template_revision_notes_updated: "Revision notes edited"
protocol_template_draft_deleted: "Deleting draft"
protocol_template_draft_created: "Creating draft"
protocol_template_access_granted: "User granted access to protocol template"
protocol_template_access_changed: "User role changed on a protocol"
protocol_template_access_revoked: "User removed from a protocol"
task_protocol_save_to_template: "Save as new protocol template"
protocol_template_access_granted_all_team_members: "Grant access to all team members"
protocol_template_access_changed_all_team_members: "Change role of all team members"
protocol_template_access_revoked_all_team_members: "Remove access from all team members"
project_access_changed_all_team_members: "Change role of all team members"
team_sharing_tasks_enabled: "Sharing tasks enabled"
team_sharing_tasks_disabled: "Sharing tasks disabled"
task_link_sharing_enabled: "Task link sharing enabled"
task_link_sharing_disabled: "Task link sharing disabled"
shared_task_message_edited: "Shared task message edited"
task_sequence_asset_added: "Task sequence asset added"
task_sequence_asset_edit_started: "Task sequence asset editing started"
task_sequence_asset_edit_finished: "Task sequence asset editing finished"
task_sequence_asset_deleted: "Task sequence asset deleted"
protocol_sequence_asset_added: "Protocol sequence asset added"
protocol_sequence_asset_edit_started: "Protocol sequence asset editing started"
protocol_sequence_asset_edit_finished: "Protocol sequence asset editing finished"
protocol_sequence_asset_deleted: "Protocol sequence asset deleted"
sequence_on_result_added: "Sequence on result added"
sequence_on_result_edited: "Sequence on result edited"
sequence_on_result_moved: "Sequence on result moved"
sequence_on_result_deleted: "Sequence on result deleted"
task_step_file_moved: "Task step file moved"
task_step_text_moved: "Task step text moved"
task_step_table_moved: "Task step table moved"
task_step_checklist_moved: "Task step checklist moved"
move_chemical_structure_on_step: "Chemical structure on task step moved"
protocol_step_file_moved: "Protocol step file moved"
protocol_step_text_moved: "Protocol step text moved"
protocol_step_table_moved: "Protocol step table moved"
protocol_step_checklist_moved: "Protocol step checklist moved"
move_chemical_structure_on_step_in_repository: "Chemical structure on protocol template step moved"
result_file_moved: "Result file moved"
result_text_moved: "Result text moved"
result_table_moved: "Result table moved"
move_chemical_structure_on_result: "Chemical structure on result moved"
edit_task_step_file_locally: "File on task step edited locally"
edit_protocol_template_file_locally: "File on protocol templates edited locally"
edit_task_result_file_locally: "File on task result edited locally"
export_inventories: "Inventories exported"
edit_image_on_inventory_item: "Inventory item image edited"
edit_wopi_file_on_inventory_item: "Inventory item wopi file edited"
export_inventory_stock_consumption: "Inventory stock consumptions exported"
activity_group:
projects: "Projects"
task_results: "Task results"
task: "Task"
task_protocol: "Task protocol"
task_inventory: "Task inventory"
experiment: "Experiment"
reports: "Reports"
inventories: "Inventories"
protocol_repository: "Protocol templates"
team: "Team"
exports: "Exports"
label_templates: "Label templates"
subject_name:
repository: "Inventory"
project: "Project"
experiment: "Experiment"
mymodule: "Task"
result: "Result"
protocol: "Protocol"
step: "Step"
report: "Report"