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

320 lines
23 KiB
YAML

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}"
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}."
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 <strong>%{report}</strong>."
edit_report_html: "%{user} edited report <strong>%{report}</strong>."
delete_report_html: "%{user} deleted report <strong>%{report}</strong>."
add_result_html: "%{user} added %{type_of_result} result %{result}."
edit_result_html: "%{user} edited %{type_of_result} 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_html: "%{user} archived %{type_of_result} result %{result}."
destroy_result_html: "%{user} deleted %{type_of_result} result %{result}."
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} 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}."
change_user_role_on_project_html: "%{user} changed %{user_target}'s role on project %{project} to %{role}."
assign_user_to_module_html: "%{user} assigned user %{user_target} to task %{my_module}."
unassign_user_from_module_html: "%{user} removed user %{user_target} from task %{my_module}."
create_experiment_html: "%{user} created 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_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}."
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}."
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."
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}."
activity_name:
create_project: "Project created"
rename_project: "Project renamed"
change_project_visibility: "Project visibility changed"
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: "Result added"
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: "Result archived"
destroy_result: "Result deleted"
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"
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"
complete_task: "Task completed"
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"
assign_user_to_module: "User assigned to Task"
unassign_user_from_module: "User removed from Task"
create_experiment: "Experiment created"
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_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"
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"
delete_item_inventory: "Inventory item deleted"
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"
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"
archive_protocol_in_repository: "Protocol archived"
restore_protocol_in_repository: "Protocol restored from archive"
move_protocol_in_repository: "Protocol moved"
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"
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 repository"
team: "Team"
exports: "Exports"
subject_name:
repository: "Inventory"
project: "Project"
experiment: "Experiment"
mymodule: "Task"
result: "Result"
protocol: "Protocol"
step: "Step"
report: "Report"