scinote-web/config/locales/en.yml

2400 lines
103 KiB
YAML
Raw Normal View History

2016-02-12 23:52:43 +08:00
en:
devise:
confirmations:
new:
head_title: "Resend confirmation instructions"
title: "Resend confirmation instructions"
submit: "Resend confirmation instructions"
invitations:
edit:
header: "Set your full name and password"
2016-02-12 23:52:43 +08:00
passwords:
edit:
head_title: "Change password"
title: "Change your password"
password: "New password"
password_length: "(%{min_length} characters minimum)"
password_confirm: "Confirm new password"
submit: "Change my password"
new:
head_title: "Forgot password"
title: "Forgot your password?"
2020-03-27 16:43:49 +08:00
submit: "Reset password"
2016-02-12 23:52:43 +08:00
registrations:
password_changed: "Password successfully updated."
sessions:
new:
head_title: "Log in"
title: "Log in"
2020-03-27 16:43:49 +08:00
or: "OR"
email_field: "E-mail"
email_placeholder: "john.doe@email.com"
password_field: "Password"
password_placeholder: "Enter password"
remember_me: "Remember me"
2016-02-12 23:52:43 +08:00
submit: "Log in"
2020-06-30 20:16:00 +08:00
2fa:
2020-07-13 22:05:23 +08:00
title: "Two-factor authentication"
description: "Enter the one-time code found in your authenticator app to log in to SciNote."
field: "Authenticator code"
error_message: "One time code is not correct."
2020-06-30 20:16:00 +08:00
no_user_error: "Cannot find user!"
2020-07-13 22:05:23 +08:00
enter: "Enter"
bypass_code_link: "I have a bypass code"
2fa_recovery:
title: "2FA Bypass"
description: "Enter one of the bypass codes provided when you creted 2FA authentication. The code will no longer be valid after use."
bypass_code: "Bypass code"
enter: "Enter"
not_correct_code: "Not correct recovery code"
2016-02-12 23:52:43 +08:00
create:
2017-01-25 19:30:11 +08:00
team_name: "%{user}'s projects"
auth_token_create:
wrong_credentials: "Failed to automatically sign in (wrong credentials)."
2016-02-12 23:52:43 +08:00
unlocks:
new:
head_title: "Resend unlock instructions"
title: "Resend unlock instructions"
submit: "Resend unlock instructions"
links:
login: "Log in"
2018-02-26 18:05:05 +08:00
login_with_provider: "Log in with SciNote account"
2016-02-12 23:52:43 +08:00
signup: "Sign up"
forgot: "Forgot your password?"
not_receive_confirmation: "Didn't receive confirmation instructions?"
not_receive_unlock: "Didn't receive unlock instructions?"
sign_in_provider: "Sign in with %{provider}"
2018-02-26 18:05:05 +08:00
linkedin:
provider_name: "LinkedIn"
complete_sign_up: "You have to complete the sign up process"
email_already_taken: "SciNote account with email %{email} alreday exists"
failed_to_save: "Failed to create new user"
2019-12-11 00:24:53 +08:00
azure:
provider_name: "Azure Active Directory"
errors:
generic: "Failed to sign in user"
no_local_user_map: "No local user record found"
no_email: "Email is missing in auth token"
2019-12-11 00:24:53 +08:00
failed_to_save: "Failed to create new user"
2016-02-12 23:52:43 +08:00
doorkeeper:
authorizations:
buttons:
authorize: "Authorize"
new:
head_title: "OAuth authorization"
title: "Authorize %{client_name} to connect to your SciNote account"
scopes_title: " would like to:"
scope_1: "Use basic profile information associated with your SciNote account"
scope_2: "Create, read, update, and delete data within SciNote on behalf of your user account using SciNote API."
terms: "%{client_name} terms may apply."
activerecord:
errors:
models:
project:
attributes:
name:
taken: "This project name has to be unique inside a team (this includes the archive)."
project_folder:
team: "Project folder and project should belongs to the same team"
project_folder:
attributes:
parent_folder: "Parent folder and folder should belongs to the same team"
view_state:
attributes:
viewable_id:
not_unique: "State already exists for this user and parent object"
state:
wrong_state: "Wrong parameters"
team_repository:
attributes:
team_id:
same_team: "Inventory can't be shared to the same team as it belongs to"
my_module:
attributes:
my_module_status_id:
not_correct_order: "Status can be changed only on next or previous status."
position:
not_unique: "X and Y position has already been taken by another task in the experiment."
my_module_status:
attributes:
next_status:
different_flow: "Should belong to the same flow"
previous_status:
different_flow: "Should belong to the same flow"
2019-10-01 18:50:54 +08:00
asset:
attributes:
file:
too_big: "is too big"
2020-05-12 22:26:44 +08:00
repository_snapshot:
attributes:
selected:
already_taken: "Task already has selected snapshot"
repository_list_item:
attributes:
base:
per_column_limit: "Too many items in the column"
repository_checklist_item:
attributes:
base:
per_column_limit: "Too many items in the column"
2016-02-12 23:52:43 +08:00
helpers:
label:
2017-01-25 19:30:11 +08:00
team:
2016-07-21 19:11:15 +08:00
name: "Team name"
2016-02-12 23:52:43 +08:00
user:
full_name: "Full name"
initials: "Initials"
avatar: "Avatar"
2019-10-02 15:52:37 +08:00
2016-02-12 23:52:43 +08:00
head:
title: "SciNote | %{title}"
2016-02-12 23:52:43 +08:00
body:
notice: "You need to enable JavaScript to run this app."
2016-02-12 23:52:43 +08:00
nav:
team_switch_title: "Switch team"
2018-03-12 23:27:35 +08:00
search: "Search for something..."
search_button: 'Go!'
2016-02-12 23:52:43 +08:00
user_greeting: "Hi, %{full_name}"
advanced_search: "Advanced search"
title: "SciNote"
2019-07-12 17:15:34 +08:00
academy_tooltip: "SciNote Academy"
2016-02-12 23:52:43 +08:00
user:
settings: "Settings"
logout: "Log out"
activities:
none: "No activities!"
label:
scinote: "SciNote"
2020-02-13 21:54:58 +08:00
dashboard: "Overview"
projects: "Projects"
2016-07-21 19:11:15 +08:00
protocols: "Protocols"
2016-02-12 23:52:43 +08:00
calendar: "Calendar"
activities: "Activities"
repositories: "Inventories"
2017-06-27 19:46:49 +08:00
teams: "Teams"
search: "Search"
notifications: "Notifications"
info: "Info"
account: "Account"
2016-02-12 23:52:43 +08:00
about:
modal_title: "About SciNote"
core_version: "SciNote core version"
addon_versions: "Addon versions"
2018-03-14 21:33:34 +08:00
left_menu_bar:
2020-02-13 20:50:29 +08:00
dashboard: "Overview"
2018-03-14 21:33:34 +08:00
projects: "Projects"
repositories: "Inventories"
templates: "Protocols"
2018-03-14 21:33:34 +08:00
reports: "Reports"
settings: "Settings"
activities: "Activities"
2019-07-12 17:15:34 +08:00
academy: "Academy"
2018-03-23 22:56:38 +08:00
support: "Support"
support_links:
support: "Knowledge center"
2018-03-23 22:56:38 +08:00
tutorials: "Video tutorials"
core_version: "SciNote Core ver. %{version} |"
about: "about"
2018-03-14 21:33:34 +08:00
2016-02-12 23:52:43 +08:00
sidebar:
title: "Navigation"
2018-04-09 16:53:03 +08:00
branch_expand: "Expand this branch"
branch_collapse: "Collapse this branch"
2016-02-12 23:52:43 +08:00
no_module_group: "No workflow"
nav2:
all_projects:
index: "Active"
archive: "Archived"
all: "All"
2016-02-12 23:52:43 +08:00
projects:
show: "Experiments"
2016-02-12 23:52:43 +08:00
activities: "Activity"
reports: "Reports"
archive: "Archived experiments"
2016-07-29 22:20:35 +08:00
experiments:
canvas: "Tasks"
archive: "Archived tasks"
2016-02-12 23:52:43 +08:00
modules:
steps: "Protocols"
results: "Results"
activities: "Activity"
repositories: "Inventories"
archive: "Archived results"
2016-02-12 23:52:43 +08:00
search:
2017-05-05 22:41:23 +08:00
whole_word: "Match any whole word"
whole_phrase: "Match whole phrase"
2017-05-16 20:58:39 +08:00
match_case: "Match case sensitive"
2016-02-12 23:52:43 +08:00
index:
head_title: "Search"
page_title: "Search"
results_title_html: "Search Results for '<em>%{query}</em>'"
2016-07-21 19:11:15 +08:00
public: "Public"
private: "Private"
2016-02-12 23:52:43 +08:00
archived: "Archived"
created_by: "Created by: "
created_at: "Created at: "
last_modified_by: "Last modified by: "
last_modified_at: "Last modified at: "
2016-07-21 19:11:15 +08:00
keywords: "Keywords: "
authors: "Authors: "
2016-02-12 23:52:43 +08:00
description: "Description: "
no_description: "No description"
2017-01-25 19:30:11 +08:00
team: "Team: "
repository: "Inventory: "
repository_row: "Inventory item: "
2016-02-12 23:52:43 +08:00
project: "Project: "
experiment: "Experiment: "
2016-07-21 19:11:15 +08:00
protocol: "Protocol: "
modules: "Tasks: "
tag_no_modules: "not added to any tasks"
module: "Task: "
2016-02-12 23:52:43 +08:00
step: "Step: "
result: "Result: "
2016-07-21 19:11:15 +08:00
no_name: "(no name)"
2016-02-12 23:52:43 +08:00
error:
no_results: "No results for %{q}."
repositories:
repository_row: "Inventory item: "
added_on: "Added on: "
added_by: "Added by: "
custom_column: "%{column}: "
no_modules: "not assigned to any task"
2016-02-12 23:52:43 +08:00
comments:
project: "Project comment"
2016-07-21 19:11:15 +08:00
my_module: "Task comment"
2016-02-12 23:52:43 +08:00
step: "Step comment"
result: "Result comment"
comments:
2020-11-21 19:31:49 +08:00
save_changes: "Save changes"
empty_state:
title: "No comments here"
description: "Nobody has commented yet. Be the first by using the box below."
options_dropdown:
header: "Comment options"
edit: "Edit"
delete: "Delete"
delete_confirm: "Are you sure you wish to delete this comment?"
delete_error: "Error occured while deleting comment."
2016-02-12 23:52:43 +08:00
projects:
index:
2020-02-13 21:54:58 +08:00
head_title: "Projects"
breadcrumbs_root: "Projects"
2017-06-27 20:48:45 +08:00
archive: "Archive"
archived: "Archived"
active: "Active"
hidden: "Project members only"
visible: "All team members"
2018-06-06 23:23:22 +08:00
no_projects:
text: "You don't have any active projects."
title: "Please create your Project"
create_new_button: "New Project"
no_permission_title: "You don't have permission to create new project. Please contact your team administrator."
new: "New Project"
new_folder: "Create folder"
visibility_private: "Project is visible to project members only."
visibility_public: "Project is visible to all team members."
2016-02-12 23:52:43 +08:00
user_project: "%{user} joined on %{timestamp}."
no_activities: "No activities!"
no_comments: "No comments!"
no_users: "No users!"
manage_users: "Manage users"
no_notifications: "There are no overdue tasks at the moment"
2016-07-21 19:11:15 +08:00
module_overdue_html: "Task <em>%{module}</em> is overdue (%{days})."
2016-02-12 23:52:43 +08:00
module_overdue_days:
one: "1 day"
other: "%{count} days"
2016-07-21 19:11:15 +08:00
module_one_day_due_html: "Task <em>%{module}</em> is due in less than 1 day."
2016-02-12 23:52:43 +08:00
user_role: "Role: "
user_full_name: "User: "
edit_user: "Edit role"
delete_user: "Remove user from project"
delete_user_confirm: "Are you sure you wish to remove user %{user} from project %{project}?"
2017-01-25 19:30:11 +08:00
team_filter: "Show projects from"
2016-02-12 23:52:43 +08:00
all_filter: "All"
start_date: "Start date:"
2016-02-12 23:52:43 +08:00
activity_tab: "Activity"
users_tab: "Users"
notifications_tab: "Due dates"
2016-02-12 23:52:43 +08:00
comment_tab: "Comments"
new_comment: "New comment"
content_loading: "Loading..."
edit_button: "Edit"
move_button: "Move"
archive_button: "Archive"
restore_button: "Restore"
2016-02-12 23:52:43 +08:00
edit_option: "Edit"
archive_option: "Archive"
archive_confirm: "Are you sure you want to archive this project?"
2016-02-12 23:52:43 +08:00
restore_option: "Restore"
comments_option: "Show commments (%{comments_count})"
activities_option: "Open activities"
2016-02-12 23:52:43 +08:00
comment_placeholder: "Your Message"
more_comments: "More Comments"
2020-11-03 15:07:17 +08:00
card:
start_date: "Start date"
visibility: "Visibility"
users: "Users"
name: "Name"
folder:
description: "%{projects_count} projects | %{folders_count} folders"
modal_new_project_folder:
description: "Give your folder a distinct name to recognize it faster."
modal_title: "Create folder"
name: "New folder name"
name_placeholder: "Name your folder"
create: "Create folder"
success_flash: "Project folder <strong>%{name}</strong> successfully created."
2016-02-12 23:52:43 +08:00
modal_new_project:
modal_title: "Create new project"
create: "Create"
2016-02-12 23:52:43 +08:00
name: "Project name"
name_placeholder: "My project"
2017-01-25 19:30:11 +08:00
team: "Team"
visibility: "Visible to:"
visibility_hidden: "Project members only"
visibility_visible: "All team members"
2016-02-12 23:52:43 +08:00
modal_edit_project:
modal_title: "Edit project %{project}"
submit: "Save"
2016-02-12 23:52:43 +08:00
modal_manage_users:
modal_title_html: "Manage users for <span id='manage-users-modal-project'>%{name}</span>"
2016-02-12 23:52:43 +08:00
no_users: "No users!"
create: "Add"
select_user_role: "Select Role"
2016-07-21 19:11:15 +08:00
invite_users_link: "Invite users"
2017-01-25 19:30:11 +08:00
invite_users_details: "to team %{team}."
contact_admins: "To invite additional users to team %{team}, contact its administrator/s."
2020-10-28 15:50:10 +08:00
filters_modal:
title: "Filters"
text:
label: "Contains text"
placeholder: "Enter search terms..."
2020-10-28 15:50:10 +08:00
created_on:
label: "Created on"
from_placeholder: "From"
to_placeholder: "To"
members:
label: "Members"
placeholder: "Select members of a project"
2020-10-28 15:50:10 +08:00
folders:
label: "Look inside folders"
tooltip: "Hint should appear here"
recent_searches_label: "Recent searches"
2020-10-28 15:50:10 +08:00
show_btn:
many: "Show %{num} results"
none: "No results"
one: "Show result"
clear_btn: "Clear"
export_projects:
export_button: "Export"
error_title: "Export denied"
error_text_p1_html: "It looks like you have exceeded your daily export limit. The number of exports is <strong>limited to %{limit} requests per day </strong>- you currently have 0 export requests left."
error_text_p2_html: "Please repeat the desired action <strong>tomorrow</strong>, when your daily limit will reset back to %{limit} export requests."
modal_title: "Export projects"
modal_text_p1_html: "You are about to export <strong>%{num_projects} project/s in %{team}</strong> team. Projects will be exported in a .zip file format. It may take anywhere from 5 minutes up to several hours, depending on the file size. Please also note that any new data in the projects from this point will not be included in the exported file."
modal_text_p2_html: "When export is ready, you will receive a confirmation e-mail and the <strong> link </strong> to your .zip file will appear in your <strong>SciNote notifications</strong>. For security reasons, the link will <strong>expire in 7 days</strong>."
modal_text_p3_html: "Please note that the number of exports is limited to %{limit} requests per day. After you confirm this export you will have %{num} left."
modal_submit: "Export"
success_flash: "Export request received. Your export request is being processed."
table:
status: "Status"
name: "Project name"
start: "Start date"
visibility: "Visible to"
users: "Users"
experiments: "Experiments"
tasks: "Tasks"
2019-03-08 00:26:42 +08:00
activity:
visibility_hidden: "Project members only"
visibility_visible: "All team members"
2016-02-12 23:52:43 +08:00
create:
success_flash: "Project <strong>%{name}</strong> successfully created."
update:
success_flash: "Project <strong>%{name}</strong> successfully updated."
error_flash: "Project <strong>%{name}</strong> not updated."
move:
success_flash: "You have successfully moved the selected project(s)/folder(s) to another folder."
error_flash: "An error occurred. The selected project(s)/folder(s) have not been moved."
2016-02-12 23:52:43 +08:00
archive:
success_flash: "Project <strong>%{name}</strong> successfully archived."
error_flash: "Project <strong>%{name}</strong> not archived."
restore:
success_flash: "Project <strong>%{name}</strong> successfully restored."
error_flash: "Project <strong>%{name}</strong> not restored."
show:
head_title: "%{project}"
reports:
print_title: "%{project} | Report"
index:
head_title: " Reports"
new: "New report"
edit: "Edit"
delete: "Delete"
2020-05-20 20:14:47 +08:00
deleted: "(Deleted)"
thead_project_name: "Project name"
2016-02-12 23:52:43 +08:00
thead_name: "Report name"
thead_created_by: "Created by"
thead_last_modified_by: "Last modified by"
thead_created_at: "Created at"
thead_updated_at: "Last updated at"
no_reports: "No reports!"
modal_new:
projects: "Projects"
head_title: "Create new report"
no_projects: "No projects available."
message: "You are about to create a new report. Please select a project from which you would like to create a report."
create: "Create"
2016-02-12 23:52:43 +08:00
modal_delete:
head_title: "Delete report/s"
message: "Are you sure to delete selected report/s?"
delete: "Delete"
new:
head_title: "%{project} | New report"
nav_title: "Report for: "
nav_print: "Print"
nav_download: "Download"
nav_pdf: "PDF Report"
nav_docx: "DOCX Report"
save_PDF_to_inventory: "Save PDF to Inventory"
nav_save: "Save"
2018-05-15 23:10:31 +08:00
nav_close: "Cancel"
nav_sort_by: "Sort by"
2016-02-12 23:52:43 +08:00
nav_sort_asc: "Oldest on top"
nav_sort_desc: "Newest on top"
nav_sort: "Sort"
sidebar_title: "Navigation"
global_sort: "Sorting whole report will undo any custom sorting you might have done. Proceed?"
unsaved_work: "Are you sure you want to leave this page? All unsaved data will be lost."
no_content_for_PDF_html: "<h1>No content</h1>"
2018-05-28 15:38:24 +08:00
no_permissions: "You don't have permission to manage this column"
save_PDF_to_inventory_modal:
description_one: "Here you can save PDF report to an inventory item."
2018-05-17 17:21:34 +08:00
description_two: "First select an inventory, then a column and finally the item within the inventory to which you would like to save the PDF report to. Note that the column has to be of type \"file\"."
inventory: "Select inventory:"
inventory_column: "Select inventory column:"
inventory_item: "Select inventory item:"
no_inventories: "No inventories to save this PDF to."
success_flash: "Report successfully saved to Inventory item."
asset_present_warning_html: "The selected cell already contains a file. If you would like to replace the file click Save. Replacing the file will have the following consequences: <ul><li>previous file will be permanently deleted;</li><li>new file will be added to the Inventory item.</li></ul>"
no_items: "Selected Inventory does not contain any items yet. Add the first item"
here: "here"
no_columns: "You do not have File columns in selected Inventory. Add a File column to selected Inventory or select another Inventory containing File columns."
nothing_selected: "Nothing selected"
generate_PDF:
generated_on: "Report generated by SciNote on: %{timestamp}"
2020-10-13 14:37:32 +08:00
renderers:
lists:
appended_image: "Appended image - %{name}"
appended_table: "Appended table"
2016-02-12 23:52:43 +08:00
elements:
modals:
project_contents:
head_title: "Add contents to report"
tasks_tab: "Choose tasks"
content_tab: "Choose content"
2016-02-12 23:52:43 +08:00
project_contents_inner:
instructions: "To create a project report select one or multiple experiment. You can include an entire experiment or individual experimental tasks."
2016-07-21 19:11:15 +08:00
no_modules: "The project contains no tasks"
2016-02-12 23:52:43 +08:00
no_module_group: "No workflow"
module_contents:
2016-07-21 19:11:15 +08:00
head_title: "Add contents to task %{module}"
module_tab: "Task content"
2016-02-12 23:52:43 +08:00
steps_tab: "Protocols content"
results_tab: "Results content"
module_contents_inner:
instructions: "Select the information from your task that you would like to include to your report."
check_all: "All tasks content"
protocol: "Protocol"
steps: "Steps"
completed_steps: "Completed"
uncompleted_steps: "Uncompleted"
no_steps: "Task has no steps"
2016-02-12 23:52:43 +08:00
results: "Results"
result_assets: "Files"
result_tables: "Tables"
result_texts: "Texts"
2016-07-21 19:11:15 +08:00
no_results: "Task contains no results"
2016-02-12 23:52:43 +08:00
activity: "Activity"
experiment_contents:
head_title: "Add contents to experiment %{experiment}"
experiment_tab: "Experiment content"
module_tab: "Task content"
steps_tab: "Protocols content"
results_tab: "Results content"
experiment_contents_inner:
instructions: "Select tasks to include in the report"
no_modules: "The experiment contains no tasks"
2016-02-12 23:52:43 +08:00
step_contents:
head_title: "Add contents to step %{step}"
step_tab: "Step content"
results_tab: "Results content"
step_contents_inner:
instructions: "Select the information from task protocol step/s to include in the report"
check_all: "All protocols steps content"
2016-02-12 23:52:43 +08:00
tables: "Tables"
no_tables: "Step contains no tables"
assets: "Files"
no_assets: "Step contains no uploaded files"
checklists: "Checklists"
no_checklists: "Step contains no checklists"
comments: "Comments"
result_contents:
head_title: "Add contents to result %{result}"
result_contents_inner:
instructions: "Include result/s comments in the report?"
check_all: "All results content"
2016-02-12 23:52:43 +08:00
comments: "Comments"
add: "Add"
2016-02-12 23:52:43 +08:00
save_report:
head_title: "Save report"
name: "Report name"
name_placeholder: "My report"
description: "Report description"
description_placeholder: "My report description..."
save: "Save"
all:
2016-07-21 19:11:15 +08:00
sort_asc: "Sort report element contents by oldest on top"
sort_desc: "Sort report element contents by newest on top"
move_up: "Move report element up"
move_down: "Move report element down"
remove: "Remove report element from the report"
scinote_link: "SciNote link"
2016-02-12 23:52:43 +08:00
new_element:
2016-07-21 19:11:15 +08:00
title: "Add new report element/s here"
2016-02-12 23:52:43 +08:00
project_header:
user_time: "Project created on %{timestamp}."
title: "Report for project %{project}"
module:
2016-07-21 19:11:15 +08:00
user_time: "Task created on %{timestamp}."
2020-03-28 00:35:24 +08:00
started_on: "Start date: %{started_on}"
2020-07-23 20:24:30 +08:00
status: "Status:"
2020-03-28 00:35:24 +08:00
no_start_date: "No start date"
2016-02-12 23:52:43 +08:00
due_date: "Due date: %{due_date}"
no_due_date: "No due date"
no_description: "No description"
2016-07-21 19:11:15 +08:00
tags_header: "Task tags:"
2016-02-12 23:52:43 +08:00
no_tags: "No tags"
protocol:
user_time: "Protocol created on %{timestamp}."
experiment:
user_time: "Experiment created on %{timestamp}."
no_description: "No description"
no_tags: "No tags"
2016-02-12 23:52:43 +08:00
module_activity:
2016-07-21 19:11:15 +08:00
name: "Activity of task %{my_module}"
2016-02-12 23:52:43 +08:00
sidebar_name: "Activity"
no_activity: "No activities"
module_repository:
name: "%{repository} of task %{my_module}"
table_name: "[ %{name} ]"
no_items: "No items"
2016-02-12 23:52:43 +08:00
result_asset:
file_name: "[ %{file} ]"
user_time: "Uploaded by %{user} on %{timestamp}."
result_table:
table_name: "[ %{name} ]"
2016-02-12 23:52:43 +08:00
user_time: "Created by %{user} on %{timestamp}."
result_text:
user_time: "Created by %{user} on %{timestamp}."
step:
sidebar_name: "Step %{pos}: %{name}"
step_pos: "Step %{pos}:"
no_description: "No description"
completed:
user_time: "Completed by %{user} on %{timestamp}."
uncompleted:
user_time: "Created by %{user} on %{timestamp}."
2016-02-12 23:52:43 +08:00
step_table:
table_name: "[ %{name} ]"
2016-02-12 23:52:43 +08:00
user_time: "Table created on %{timestamp}."
step_asset:
sidebar_name: "File %{file}"
file_name: "[ %{file} ]"
user_time: "File uploaded on %{timestamp}."
step_checklist:
checklist_name: "[ %{name} ]"
user_time: "Checklist created on %{timestamp}."
checked: "checked"
2016-02-12 23:52:43 +08:00
result_comments:
sidebar_name: "Comments"
name: "Comments for result %{result}"
no_comments: "No comments"
comment_prefix: "%{user} on %{date} at %{time}:"
step_comments:
sidebar_name: "Comments"
name: "Comments for step %{step}"
no_comments: "No comments"
comment_prefix: "%{user} on %{date} at %{time}:"
2016-08-08 20:19:35 +08:00
experiment_archive:
head_title: "%{project} | Archived experiments"
no_archived_experiments: "No archived experiments!"
2016-02-12 23:52:43 +08:00
restore_option: "Restore"
archived_on: "Archived on"
created_on: "Created on"
last_modified_on: "Last modified on"
2016-08-08 20:19:35 +08:00
archived_on_title: "Experiment archived on %{date} at %{time}."
created_on_title: "Experiment created on %{date} at %{time}."
last_modified_on_title: "Experiment last modified on %{date} at %{time}."
2017-01-25 19:30:11 +08:00
user_teams:
2016-02-12 23:52:43 +08:00
enums:
role:
guest: "Guest"
normal_user: "Normal user"
admin: "Administrator"
user_projects:
enums:
role:
owner: "Owner"
normal_user: "User"
technician: "Technician"
viewer: "Viewer"
2016-11-23 20:19:10 +08:00
edit:
update_role: "Change Role"
2016-02-12 23:52:43 +08:00
create:
select_user_role: "Please select a user role."
add_user_generic_error: "An error occured. "
can_add_user_to_project: "Can not add user to the project."
2016-02-12 23:52:43 +08:00
my_modules:
details:
title: "Details"
info_popover:
project_label: "Project"
experiment_label: "Experiment"
creator_label: "Creator"
creator_same_user_label: "(you)"
created_label: "Created"
modified_label: "Modified"
modified_value: "%{date} by %{full_name}"
modified_value_without_user: "%{date}"
start_date: "Start date:"
no_start_date_placeholder: "+ Add starting date"
due_date: "Due date:"
no_due_date_placeholder: "+ Add due date"
assigned_users: "Assigned users:"
no_assigned_users: "+ Assign user to task"
tags: "Tags:"
no_tags: "+ Add tags"
manage_tags: "Manage tags"
create_new_tag: "create new"
recent_protocols_from_repository: "Recent protocols from the Repository"
notes:
title: "Notes"
no_description: "No task description"
empty_description_edit_label: "Click here to start writing notes"
2020-03-31 17:22:53 +08:00
assigned_items:
title: "Assigned items"
2020-04-09 21:20:17 +08:00
assign_from: "Assign from"
protocol:
title: "Protocol"
2020-04-21 16:03:53 +08:00
options_dropdown:
title: "Protocol options"
load_from_repo: "Load from repository"
import: "Import protocol"
export: "Export protocol"
save_to_repo: "Save to repository"
2016-02-12 23:52:43 +08:00
description:
2016-07-21 19:11:15 +08:00
title: "Edit task %{module} description"
2016-02-12 23:52:43 +08:00
label: "Description"
due_date:
2016-07-21 19:11:15 +08:00
title: "Edit task %{module} due date"
2016-02-12 23:52:43 +08:00
label: "Due date"
states:
state_label: "Status:"
in_progress: "In progress"
completed: "Completed on"
completed_on: "Task completed (%{date})"
due_soon: "due soon"
overdue: "overdue"
2016-02-12 23:52:43 +08:00
module_archive:
head_title: "%{project} | %{module} | Archive"
option_delete: "Delete"
confirm_delete: "Are you sure you want to permanently delete result?"
delete_flash: "Sucessfully removed result <strong>%{result}</strong> from task <strong>%{module}</strong>."
2016-02-12 23:52:43 +08:00
archived_on: "Archived on"
archived_on_title: "Result archived on %{date} at %{time}."
option_download: "Download"
no_archived_results: "No archived results!"
archive_timelabel: "archived on %{date}"
restored_flash: "Task %{module} restored successfully!"
2016-07-21 19:11:15 +08:00
protocols:
2016-02-12 23:52:43 +08:00
head_title: "%{project} | %{module} | Protocols"
2016-07-21 19:11:15 +08:00
protocol_status_bar:
2020-04-17 01:13:18 +08:00
private_parent: "private"
unlinked: "unlinked"
no_description: "No protocol description"
empty_description_edit_label: "Click here to enter Protocol Description (optional)"
2016-07-21 19:11:15 +08:00
keywords: "Keywords"
no_keywords: "no keywords"
2020-04-17 01:13:18 +08:00
protocol_created: "Protocol created:"
template_updated: "Template updated on:"
protocol_updated: "Protocol updated on:"
messages:
template_updated_html: "There is a new version of this protocol avaliable in the protocol repository.<br>Would you like to update it?"
protocol_updated: "The version of this protocol in the task is modified, do you wish to save it as a new protocol template?"
unlinked: "This protocol is not linked to the repository."
2016-07-21 19:11:15 +08:00
btns:
2020-05-06 18:20:20 +08:00
unlink: "Unlink template"
2016-07-21 19:11:15 +08:00
unlink_title: "Unlink this protocol from the parent in the repository"
revert: "Revert protocol"
revert_title: "Revert the protocol to the repository version. This will discard any local changes."
2020-05-06 18:20:20 +08:00
save_to_repository: "Save to repository"
2020-04-17 01:13:18 +08:00
save_to_repository_title: "Copy this protocol to repository"
2016-07-21 19:11:15 +08:00
update_self: "Update from repository"
update_self_title: "Update this protocol with the version stored in the repository"
confirm_link_update_modal:
2020-05-02 02:45:09 +08:00
unlink_title: "Unlink template"
2016-07-21 19:11:15 +08:00
unlink_message: "Are you sure you want to unlink the task protocol from the repository version? This will stop any tracking of changes."
unlink_btn_text: "Unlink"
revert_title: "Revert protocol"
revert_message: "Are you sure you want to revert the task protocol to the repository version? This will override any local changes you made."
revert_btn_text: "Revert"
update_parent_title: "Update repository version"
update_parent_message: "Are you sure you want to update the repository protocol with this version? This will override any other changes made in the repository version."
update_self_title: "Update from repository"
update_self_message: "Are you sure you want to update this protocol with the version from the repository? This will override any local changes you made."
unlink_flash: "Protocol was successfully unlinked."
unlink_error: "Failed to unlink protocol."
revert_flash: "Protocol was successfully reverted to protocol version."
revert_error: "Failed to revert protocol."
revert_error_locked: "Failed to revert protocol. One or more files in the protocol are currently being edited."
2016-07-21 19:11:15 +08:00
update_parent_flash: "Protocol in repository was successfully updated with the version from the task."
update_parent_error: "Failed to update repository version of the protocol."
update_parent_error_locked: "Failed to update repository version of the protocol. One or more files in the protocol are currently being edited."
2016-07-21 19:11:15 +08:00
update_from_parent_flash: "Version in the repository was successfully updated."
update_from_parent_error: "Failed to update the protocol with the version in the repository."
update_from_parent_error_locked: "Failed to update the protocol with the version in the repository. One or more files in the protocol are currently being edited."
2016-07-21 19:11:15 +08:00
load_from_repository_flash: "Successfully loaded the protocol from the repository."
load_from_repository_error: "Failed to load the protocol from the repository."
load_from_repository_error_locked: "Failed to load the protocol from the repository. One or more files in the protocol are currently being edited."
2016-07-21 19:11:15 +08:00
load_from_repository_modal:
title: "Load protocol from repository"
text: "Choose the protocol to be loaded to the task."
text2: "This action will overwrite the current protocol in the task and unlink it from repository. The current protocol will remain unchanged in repository."
tab_public: "Team protocols"
tab_private: "My protocols"
tab_recent: "Recent protocols"
tab_archive: "Archived protocols"
2016-07-21 19:11:15 +08:00
thead_name: "Name"
thead_keywords: "Keywords"
thead_nr_of_linked_children: "No. of linked tasks"
thead_published_by: "Published by"
thead_added_by: "Added by"
thead_published_on: "Published at"
thead_created_at: "Created at"
thead_updated_at: "Last modified at"
2017-05-16 22:07:44 +08:00
confirm_message: "Are you sure you wish to load protocol from repository? This action will overwrite the current protocol in the task and unlink it from repository. The current protocol will remain unchanged in repository."
import_to_linked_task_rep: "Are you sure you wish to load protocol from repository? This action will overwrite the current protocol in the task and unlink it from repository. The current protocol will remain unchanged in repository."
2016-07-21 19:11:15 +08:00
load: "Load"
copy_to_repository_modal:
2020-04-23 22:50:16 +08:00
title: "Save to protocol repository"
2016-07-21 19:11:15 +08:00
name_label: "Repository protocol name"
name_placeholder: "My protocol"
2020-04-23 22:50:16 +08:00
type_label: "Save to"
type_public: "Team protocols"
type_private: "My protocols"
type_text: "You can make a copy of a protocol and save it to Team protocols or My protocols. Team protocols are visible to all team members, My protocols are for personal usage only."
link_label: "Link task to this protocol repository"
2016-07-21 19:11:15 +08:00
link_text: "<strong>Warning!</strong>&nbsp;This will unlink the currently linked protocol."
error_400: "Due to unknown error, protocol could not be copied to repository."
2020-04-23 22:50:16 +08:00
confirm: "Save"
2016-07-21 19:11:15 +08:00
load_from_file_flash: "Successfully loaded the protocol from the file."
load_from_file_error: "Failed to load the protocol from file."
load_from_file_error_locked: "Failed to load the protocol from file. One or more files are currently being edited."
load_from_file_size_error: "Failed to load the protocol from file. Limit is %{size}Mb."
load_from_file_invalid_error: "The file you provided is invalid or has an invalid extension."
load_from_file_protocol_general_error: "Failed to load the protocol from file. It is likely that certain fields (protocol and individual step titles and names) contain too many or too few characters.(max is %{max} and min is %{min})"
2016-02-12 23:52:43 +08:00
results:
head_title: "%{project} | %{module} | Results"
2020-07-28 21:39:29 +08:00
add_label: "Add new result"
2016-02-12 23:52:43 +08:00
new_text_result: "Text"
new_table_result: "Table"
new_asset_result: "File"
published_on: "Published on <em>%{timestamp}</em> by <em>%{user}</em>"
published_table: "entered a table on %{timestamp}."
published_text: "entered a text on %{timestamp}."
published_asset: "uploaded a file on %{timestamp}."
expand_label: "Expand All"
collapse_label: "Collapse All"
2016-02-12 23:52:43 +08:00
empty_name: "Add title"
archive_confirm: "Are you sure to archive result?"
info_tab: "Info"
comments_tab: "Comments"
comment_title: "%{user} at %{time}:"
options:
comment_title: "Comments"
no_comments: "No comments"
new_comment: "New comment"
edit_title: "Edit result"
archive_title: "Archive result"
activities:
head_title: "%{project} | %{module} | Activity"
2016-07-21 19:11:15 +08:00
no_activities: "There are no activities for this task."
more_activities: "More activities"
repository:
2018-04-12 22:44:38 +08:00
head_title: "%{project} | %{module} | Inventory %{repository}"
2017-06-06 22:12:34 +08:00
export: 'Export'
2020-05-11 20:53:28 +08:00
full_view:
modal_live_header: ': Live version'
modal_snapshot_header: ': Snapshot of %{snaphot_date}'
2020-05-15 20:22:20 +08:00
assign_modal_header: 'Assign from %{repository_name} inventory'
snapshots:
2020-05-12 22:26:44 +08:00
simple_view:
live_bottom_label: 'Live version'
snapshot_bottom_label: 'Snapshot version %{date_time}'
snapshot_tag: 'Snapshot'
full_view:
header: 'Versions'
live: 'Live version'
live_description: 'Regularly updated from the inventory'
no_live_version: 'Inventory was deleted'
no_assigned_items: 'No items assigned'
no_snapshots_label: 'You have not created any snapshots yet. To do so click the button bellow.'
versions_sidebar_button: 'View versions'
2020-08-14 23:02:03 +08:00
export_button: "Export items"
create_button: 'Create snapshot'
2020-05-12 22:26:44 +08:00
set_default_button: 'Set as default view'
created_by: 'by %{full_name}'
provisioning: 'Provisioning'
flash:
assign_to_task_html: "Successfully assigned <strong>%{assigned_items}</strong> item(s) to the task."
assign_to_task_and_downstream_html: "Successfully assigned <strong>%{assigned_items}</strong> item(s) to the task and downstream tasks."
unassign_from_task_html: "Successfully unassigned <strong>%{unassigned_items}</strong> item(s) from the task."
unassign_from_task_and_downstream_html: "Successfully unassigned <strong>%{unassigned_items}</strong> item(s) from the task and downstream tasks."
assign_and_unassign_from_task_html: "Successfully assigned <strong>%{assigned_items}</strong> and unassigned <strong>%{unassigned_items}</strong> item(s) from the task."
assign_and_unassign_from_task_and_downstream_html: "Successfully assigned <strong>%{assigned_items}</strong> and unassigned <strong>%{unassigned_items}</strong> item(s) from the task and downstream tasks."
update_error: "There was an error in updating your item(s)."
modals:
2020-07-22 17:39:34 +08:00
status_flow_modal:
2020-09-02 21:41:07 +08:00
title: "Task status flow"
2020-07-22 17:39:34 +08:00
current_status: "Current status"
done: "Done"
update_repository_record:
title: "Update %{repository_name} items to %{my_module_name} task"
message: "Do you want to update %{size} items only from this task, or update them from this task & downstream tasks in the workflow also?"
task: 'Update task'
task_and_downstream: 'Update task & downstream'
2020-04-23 00:03:34 +08:00
newly_assigned_items: "Items newly assigned"
items_will_be_removed: "Items that will be removed"
assign_repository_record:
title: 'Assign %{repository_name} items to task %{my_module_name}'
message: Do you want to assign %{size} items only to this task, or assign them to this task & downstream tasks in the workflow as well?
task: 'Assign to task'
task_and_downstream: 'Assign to task & downstream'
modules_list_partial:
private_tasks_html: 'Assigned to <strong>%{nr}</strong> private task(s)'
2020-05-22 20:36:28 +08:00
no_results:
title: 'No results found'
description: 'Try another search request'
2019-09-05 20:03:08 +08:00
unshared_inventory:
title_html: The inventory <b>%{inventory_name}</b> is no longer shared with your team.
body_html: This inventory has been ushared with your team by the inventorys owner. To view the item/s that are assigned to your task/s contact the <b>%{team_name}</b> team administrator <b>%{admin_name}</b> (<b>%{admin_email}</b>).
2016-07-28 20:44:44 +08:00
experiments:
new:
create: 'New Experiment'
2016-07-28 20:44:44 +08:00
modal_title: 'Create new experiment'
modal_create: 'Create'
2016-07-28 20:44:44 +08:00
name: 'Experiment name'
name_placeholder: 'My experiment'
description: 'Description'
edit:
2016-08-22 21:18:02 +08:00
modal_title: 'Edit experiment details'
modal_create: 'Save'
2016-08-03 15:34:10 +08:00
label_title: "Edit details"
panel_label: 'Change details'
add-description: 'Add description...'
no-description: 'No description'
no_workflowimg: 'No workflow'
add_task: 'Add a task to experiment...'
create:
success_flash: "Successfully created experiment %{experiment}"
error_flash: 'Could not create a new experiment.'
update:
success_flash: "Successfully updated experiment %{experiment}"
error_flash: 'Could not update the experiment.'
archive:
success_flash: "Successfully archived experiment %{experiment}"
error_flash: 'Could not archive the experiment.'
2016-08-03 15:34:10 +08:00
label_title: 'Archive'
clone:
2017-04-13 23:52:32 +08:00
modal_title: 'Copy experiment %{experiment} as template'
2019-01-18 22:57:44 +08:00
label_title: 'Copy as template'
modal_submit: 'Copy'
2017-04-13 23:52:32 +08:00
success_flash: 'Successfully copied experiment %{experiment} as template.'
error_flash: 'Could not copy the experiment as template.'
current_project: '(current project)'
move:
modal_title: 'Move experiment %{experiment}'
2016-08-24 17:36:50 +08:00
notice: 'Moving is possible only to projects that contain same (or additional) users.'
label_title: 'Move'
modal_submit: 'Move'
success_flash: "Successfully moved experiment %{experiment}"
error_flash: ' Could not move the experiment. Experiment name is already in use. '
no_projects: 'No projects to move this experiment to.'
canvas:
2016-08-03 15:34:10 +08:00
archive_confirm: "Are you sure to archive this experiment?"
actions: 'Actions'
head_title: "%{project} | Overview"
canvas_edit: "Edit Experiment"
2016-08-24 23:00:27 +08:00
zoom: "Zoom: "
reload_on_submit: "Save action is running. Reloading this page may cause unexpected behavior."
modal_manage_tags:
head_title: "Manage tags for"
subtitle: "Showing tags of task %{module}"
no_tags: "No tags!"
edit_tag: "Edit tag."
remove_tag: "Remove tag from task %{module}."
delete_tag: "Permanently delete tag from all tasks."
save_tag: "Save tag."
cancel_tag: "Cancel changes to the tag."
create: "Add"
create_new: "New"
edit:
new_module: "New task"
new_module_hover: "Drag me onto canvas"
save: "Save workflow"
save_short: "Save"
cancel: "Cancel"
unsaved_work: "Are you sure you want to leave this page? All unsaved data will be lost."
drag_connections: "Drag connection/s from here"
options_header: "Options"
edit_module: "Rename task"
2017-04-13 23:52:32 +08:00
clone_module: "Copy task as template (only Protocols steps copied)"
clone_module_group: "Copy workflow as template (only Protocols steps copied)"
2016-08-17 19:48:02 +08:00
move_module: "Move task to another experiment"
move_module_group: "Move workflow to another experiment"
delete_module: "Archive task"
delete_module_group: "Archive workflow"
modal_new_module:
title: "Add new task"
name: "Task name"
name_placeholder: "My task"
confirm: "Add"
modal_edit_module:
title: "Rename task"
name: "Task name"
confirm: "Rename"
2016-08-17 19:48:02 +08:00
modal_move_module:
title: "Move task to experiment"
confirm: "Move"
no_experiments: "No experiments to move this task to."
modal_move_module_group:
title: "Move workflow to experiment"
confirm: "Move"
no_experiments: "No experiments to move this workflow to."
modal_delete_module:
title: "Archive task"
confirm: "Archive"
message: "Are you sure you wish to archive task %{module}? Task's position will be removed."
modal_delete_module_group:
title: "Archive workflow"
confirm: "Archive"
message: "Are you sure you wish to archive the workflow task %{module} belongs to? All workflow tasks' positions will be removed."
popups:
info_tab: "Task info"
no_description: "This task has no description."
full_info: "Edit description"
users_tab: "Assigned users"
no_users: "This task has no assigned users."
manage_users: "Manage users"
module_user_join: "Joined on %{date}."
module_user_join_full: "%{user} joined on %{date} at %{time}."
activities_tab: "Activity"
no_activities: "No activities!"
more_activities: "All activities"
comments_tab: "Comments"
no_comments: "No comments!"
more_comments: "More Comments"
comment_placeholder: "Your Message"
new_comment: "New comment"
full_zoom:
due_date: "Due date"
no_due_date: "not set"
status_transitioning_label: "Transitioning to:"
modal_manage_users:
modal_title: "Manage users for"
no_users: "No users"
user_join: "Joined on %{date}."
user_join_full: "%{user} joined on %{date} at %{time}."
create: "Add"
invite_users_link: "Invite users"
2017-01-25 19:30:11 +08:00
invite_users_details: "to team %{team}."
contact_admins: "To invite additional users to team %{team}, contact its administrator/s."
update:
success_flash: "Project successfully updated."
2016-08-08 21:04:02 +08:00
module_archive:
head_title: "%{experiment} | Archived tasks"
no_archived_modules: "No archived tasks!"
restore_option: "Restore"
archived_on: "Archived on"
archived_on_title: "Task archived on %{date} at %{time}."
2016-02-12 23:52:43 +08:00
tags:
new:
head_title: "Create tag"
title: "Create a new tag"
name: "Tag name"
name_placeholder: "My tag"
color: "Tag color"
create: "Create tag"
create:
new_name: "New tag"
success_flash: "Successfully created tag <strong>%{tag}</strong>."
error_flash: "Could not create a new tag."
destroy:
success_flash: "Successfully removed tag <strong>%{tag}</strong>."
error_flash: "Could not remove tag <strong>%{tag}</strong>."
result_texts:
new:
head_title: "%{project} | %{module} | Add text result"
2016-07-21 19:11:15 +08:00
title: "Add result to task %{module}"
create: "Add"
2016-02-12 23:52:43 +08:00
edit:
head_title: "%{project} | %{module} | Edit text result"
2016-07-21 19:11:15 +08:00
title: "Edit result from task %{module}"
update: "Update"
2016-02-12 23:52:43 +08:00
create:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully added text result to task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
update:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully updated text result in task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
archive:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully archived text result in task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
destroy:
success_flash: "Text result successfully deleted."
result_assets:
new:
head_title: "%{project} | %{module} | Add file result"
2016-07-21 19:11:15 +08:00
title: "Add result to task %{module}"
create: "Add"
2016-02-12 23:52:43 +08:00
edit:
head_title: "%{project} | %{module} | Edit file result"
2016-07-21 19:11:15 +08:00
title: "Edit result from task %{module}"
uploaded_asset: "Uploaded file"
update: "Update"
2016-10-03 19:43:35 +08:00
locked_file_error: 'This file is being edited by someone else.'
2016-02-12 23:52:43 +08:00
create:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully added file result to task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
update:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully updated file result in task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
archive:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully archived file result in task <strong>%{module}</strong>"
2016-10-03 22:49:41 +08:00
error_flash: "Couldn't archive file result. Someone is editing that file."
2016-02-12 23:52:43 +08:00
destroy:
success_flash: "File result successfully deleted."
2016-10-04 18:34:43 +08:00
wopi_open_file: "Open in %{app}"
wopi_edit_file: "Edit in %{app}"
error_flash: 'Something went wrong! Please try again later.'
2016-02-12 23:52:43 +08:00
result_tables:
new:
head_title: "%{project} | %{module} | Add table result"
2016-07-21 19:11:15 +08:00
title: "Add result to task %{module}"
create: "Add"
2016-02-12 23:52:43 +08:00
edit:
head_title: "%{project} | %{module} | Edit table result"
2016-07-21 19:11:15 +08:00
title: "Edit result from task %{module}"
update: "Update"
2016-02-12 23:52:43 +08:00
create:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully added table result to task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
update:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully updated table result in task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
archive:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully archived table result in task <strong>%{module}</strong>"
2016-02-12 23:52:43 +08:00
destroy:
success_flash: "Table result successfully deleted."
2017-06-06 23:35:29 +08:00
repositories:
repository: "Inventory: %{name}"
icon_title:
i_shared: "Shared inventory (owned by your Team)"
shared_edit: "Shared inventory (owned by %{team_name}). You can edit."
shared_read: "Shared inventory (owned by %{team_name}). You can view."
2017-06-06 23:35:29 +08:00
index:
head_title: "Inventories"
title: "Inventories"
add_new_repository_tab: "Add inventory"
delete_flash: "\"%{name}\" inventory was successfully deleted!"
rename_flash: "\"%{old_name}\" inventory was successfully renamed to \"%{new_name}\"!"
copy_flash: "\"%{new}\" inventory was successfully copied from \"%{old}\"!"
2019-07-29 22:39:23 +08:00
columns: "Columns"
edit_inventory: "Edit Inventory"
share_inventory: "Share"
view_only_permission_label: "You have veiw-only permission"
2020-01-15 23:46:01 +08:00
show_per_page: "Show %{number} per page"
filter_inventory: "Filter inventories"
no_inventories: "No inventories here"
no_inventories_matched: "No inventories matched your search request"
no_archived_inventories: "No archived inventories here"
no_archived_inventories_matched: "No archived inventories matched your search request"
snapshot_provisioning_in_progress: 'Editing is disabled while a snapshot is being created. This will only take a moment.'
2017-06-07 21:50:22 +08:00
options_dropdown:
import_items: 'Import items'
export_items: 'Export items'
rename: "Rename inventory"
2020-07-13 20:51:51 +08:00
copy: "Duplicate inventory"
delete: "Delete inventory"
archive: 'Archive inventory'
restore: 'Restore inventory'
2017-06-07 21:50:22 +08:00
modal_delete:
2020-07-06 18:47:42 +08:00
title_html: "Delete inventory: %{name}"
message_html: "Are you sure you want to delete inventory <em>%{name}</em>? This action is irreversible."
alert_heading: "Deleting inventory has following consequences:"
alert_line_1: "all data inside the inventory will be lost;"
alert_line_2: "all references to inventory items will be rendered as invalid."
delete: "Delete"
2017-06-07 21:50:22 +08:00
modal_rename:
2020-07-06 18:47:42 +08:00
title_html: "Edit inventory: %{name}"
name: "Inventory name"
name_placeholder: "My inventory"
2020-07-06 18:47:42 +08:00
rename: "Save"
modal_copy:
2020-07-06 18:51:48 +08:00
title_html: "Copy inventory: %{name}"
name: "New inventory name"
description: "Only the structure of the inventory is going to be copied."
name_placeholder: "My inventory"
copy: "Copy"
2017-06-07 21:50:22 +08:00
modal_create:
title: "Create new inventory"
name_label: "Inventory name"
name_placeholder: "My inventory"
submit: "Create"
success_flash: "Inventory <strong>%{name}</strong> successfully created."
2019-08-05 19:07:29 +08:00
modal_share:
title: "Share Inventory"
submit: "Save sharing options"
share_with_team: "Share with Team"
can_edit: "Can Edit"
all_teams: "All teams (current & new)"
all_teams_tooltip: "This will disable individual team settings"
success_message: "Selected sharing options for the Inventory %{inventory_name} have been saved."
2020-06-17 20:05:23 +08:00
show:
2020-07-08 19:42:27 +08:00
archived_inventory_items: "%{repository_name} archived items"
2020-06-17 20:05:23 +08:00
archived_inventory: "Archived %{repository_name}"
2020-07-08 19:02:47 +08:00
inventory_archived_items: "%{repository_name} archived items"
2020-06-17 20:05:23 +08:00
subtitle: "Owned by %{team_name}"
your_team: "your Team"
show_active_items: "Show active items"
show_archived_items: "Show archived items"
archived_view_label:
active: "These are individually archived items from the %{repository_name} inventory. The inventory itself is active."
archived_on: "Inventory archived on"
archived_by: "by"
filter_inventory_items: "Filter inventory items"
no_items: "No items here"
no_items_matched: "No items matched your search request"
no_archived_items: "No archived items here"
no_archived_items_matched: "No archived items matched your search request"
2020-06-17 20:05:23 +08:00
2017-06-06 23:35:29 +08:00
table:
id: 'ID'
2017-06-06 23:35:29 +08:00
assigned: "Assigned"
2020-04-28 18:49:19 +08:00
assigned_search: 'Search...'
2020-01-23 20:12:58 +08:00
assigned_tooltip: "%{tasks} tasks in &#10;%{experiments} experiments,&#10;%{projects} projects"
2017-06-06 23:35:29 +08:00
row_name: "Name"
added_on: "Added on"
added_by: "Added by"
archived_on: "Archived on"
archived_by: "Archived by"
2020-01-09 21:57:37 +08:00
enter_row_name: "Enter name"
2020-01-25 15:52:33 +08:00
locked_item: "This is read-only item."
assets:
select_file_btn: "Select File (Max %{max_size} MB)..."
2020-01-09 21:57:37 +08:00
text:
errors:
too_long: "Text is too long (maximum is %{max_length} characters)"
2020-01-09 21:57:37 +08:00
enter_text: "Enter text"
number:
enter_number: "Enter number"
errors:
wrong_format: "Not correct number format"
2020-01-09 21:57:37 +08:00
list:
select_item: "Select..."
status:
set_status: "Set Status..."
checklist:
set_checklist: "Set Checklist..."
date_time:
errors:
set_all_or_none: 'Needs to set both or none'
not_valid_range: 'Range is not valid.'
name:
errors:
too_long: "Item name is too long (maximum is %{max_length} characters)"
is_empty: "Item name should be filled"
add_new_record: "New item"
parse_sheet:
help_text: "Match the columns of your uploaded file with already existing columns in database."
scinote_columns_html: "<em>SciNote</em> columns:"
file_columns: "Imported columns:"
example_value: "Imported file content:"
do_not_include_column: "Do not include this column"
errors:
invalid_file: "The file you provided is invalid. Make sure the file is encoded using %{encoding}."
invalid_extension: "The file has invalid extension."
empty_file: "You've selected empty file. There's not much to import."
temp_file_failure: "We couldn't create temporary file. Please contact administrator."
no_file_selected: "You didn't select any file."
errors_list_title: "Items were not imported because one or more errors were found:"
list_row: "Row %{row}"
list_error: "%{key}: %{val}"
2017-06-21 15:31:39 +08:00
import_records:
import: 'Import'
no_header_name: 'No column name'
success_flash: "%{number_of_rows} of %{total_nr} new item(s) successfully imported."
partial_success_flash: "%{nr} of %{total_nr} successfully imported. Other rows contained errors."
2017-06-21 15:31:39 +08:00
error_message:
items_limit: "The imported file contains too many rows. Max %{items_size} items allowed to upload at once."
temp_file_not_found: "This file could not be found. Your session might expire."
session_expired: "Your session expired. Please try again."
no_data_to_parse: "There's nothing to be parsed."
no_column_name: "Name column is required!"
duplicated_values: "Two or more columns have the same mapping."
errors_list_title: "Items were not imported because one or more errors were found:"
no_repository_name: "Item name is required!"
2017-06-06 23:35:29 +08:00
edit_record: "Edit"
copy_record: "Duplicate"
2017-06-06 23:35:29 +08:00
delete_record: "Delete"
archive_record: "Archive"
2020-06-17 20:05:23 +08:00
restore_record: "Restore"
2017-06-06 23:35:29 +08:00
save_record: "Save"
cancel_save: "Cancel"
assign_records_to_module: "Assign"
unassign_records_from_module: "Unassign"
columns: "Columns"
column_new_text: "New column"
column_create: "Create"
columns_delete: "Delete"
columns_changed: "Someone removed/added a new column to the inventory in use. To prevent data inconsistency we will reload this page for you."
2017-06-06 23:35:29 +08:00
columns_visibility: "Visible columns"
view_all_records: "View All Items"
view_assigned_records: "View Assigned Items"
2017-06-06 23:35:29 +08:00
modal_delete_record:
title: "Delete items"
notice: "Are you sure you want to delete the selected item(s)?"
delete: "Delete"
2017-06-06 23:35:29 +08:00
modal_delete_column:
title: "Delete a column"
message: "Are you sure you wish to permanently delete selected column %{column}? This action is irreversible."
alert_heading: "Deleting a column has following consequences:"
alert_line_1: "you will lose information in this column for %{nr} item(s);"
2017-06-06 23:35:29 +08:00
alert_line_2: "the column will be deleted for all team members."
delete: "Delete"
modal_parse:
title: 'Import items'
warning_1: 'Be careful when importing into Dropdown column/s! Each new unique cell value from the file will create a new Dropdown option. Maximum nr. of Dropdown options is %{limit}.'
warning_2: 'Importing into file columns is not supported.'
import: 'Import'
2017-06-13 14:10:10 +08:00
modal_import:
title: 'Import items'
notice: 'You may upload .csv file (comma separated) or tab separated file (.txt or .tsv) or Excel file (.xlsx). First row should include header names, followed by rows with sample data.'
upload: 'Upload'
limit_description_html: 'When importing items, try to limit the amount to <b>500</b>.<br>Otherwise it may impede to process.'
2017-06-06 23:35:29 +08:00
js:
permission_error: "You don't have permission to edit this item."
not_found_error: "This inventory item does not exist."
2017-06-06 23:35:29 +08:00
column_added: "New column was sucessfully created."
empty_column_name: "Please enter column name."
leaving_warning: "You have made some changes, are you sure you want to leave this page?"
2017-06-06 23:35:29 +08:00
create:
success_flash: "Successfully added item <strong>%{record}</strong> to inventory <strong>%{repository}</strong>"
2017-06-06 23:35:29 +08:00
update:
success_flash: "Successfully updated item <strong>%{record}</strong> in inventory <strong>%{repository}</strong>"
2017-06-06 23:35:29 +08:00
destroy:
success_flash: "%{records_number} item(s) successfully deleted."
contains_other_records_flash: "%{records_number} item(s) successfully deleted. %{other_records_number} of the selected item(s) were created by other users and were not deleted."
no_records_selected_flash: "There were no selected items."
no_deleted_records_flash: "No items were deleted. %{other_records_number} of the selected items were created by other users and were not deleted."
default_column: 'Name'
copy_records_report: "%{number} item(s) successfully copied."
archive_inventories:
success_flash: "Inventories were successfully archived!"
unsuccess_flash: "Inventories were unsuccessfully archived!"
invalid_inventories_flash: "Please provide valid inventories"
restore_inventories:
success_flash: "Inventories were successfully restored!"
unsuccess_flash: "Inventories were unsuccessfully restored!"
archive_records:
success_flash: "Successfully archived items in inventory <strong>%{repository}</strong>"
unsuccess_flash: "Unsuccessfully archived items in inventory <strong>%{repository}</strong>"
invalid_rows_flash: "Please provide valid rows"
restore_records:
success_flash: "Successfully restored items in inventory <strong>%{repository}</strong>"
unsuccess_flash: "Unsuccessfully restored items in inventory <strong>%{repository}</strong>"
multiple_share_service:
unable_to_share: "Unable to share %{repository} inventory with %{team} team."
unable_to_unshare: "Unable to unshare %{repository} inventory with %{team} team."
unable_to_update: "Unable to update sharing %{repository} inventory with %{team} team."
not_allowed: "You are not allowed to share this repository!"
invalid_arguments: "Can't find %{key}"
nothing_to_delete: "Can't find sharing relation for destroy"
2020-05-07 19:51:07 +08:00
my_module_update_row_service:
invalid_arguments: "Can't find %{key}"
my_module_assigned_snapshot_service:
invalid_arguments: "Can't find %{key}"
libraries:
manange_modal_column_index:
title: "Manage columns"
add_column: "Add column"
manange_modal_column:
name_placeholder: "Enter column name..."
name: "Name"
2018-03-26 17:28:14 +08:00
colum_type: "Column type"
dropdown_item_descirption: "Dropdown items should be separated by comma."
change_multi_select_items_warning: "Be careful: changing existing list items will result in deselecting previously selected items."
too_many_items_label: " of %{limit} items"
select:
repository_text_value: "Text"
2019-12-09 23:38:21 +08:00
repository_number_value: "Number"
repository_date_value: "Date"
2020-01-15 21:18:08 +08:00
repository_date_range_value: "Date"
2019-11-26 16:31:32 +08:00
repository_time_value: "Time"
2020-01-15 21:18:08 +08:00
repository_time_range_value: "Time"
2019-11-26 16:31:32 +08:00
repository_date_time_value: "Date & Time"
2020-01-15 21:18:08 +08:00
repository_date_time_range_value: "Date & Time"
2019-12-06 20:18:35 +08:00
repository_checklist_value: "Checklist"
2019-10-25 16:39:12 +08:00
repository_status_value: "Status"
repository_list_value: "Dropdown"
repository_asset_value: "File"
new:
title: "Add New Column"
button: "Save column"
edit:
title: "Edit %{name} Column"
2019-10-25 16:39:12 +08:00
button: "Update column"
2019-12-09 23:38:21 +08:00
number_type:
decimals_label: "Decimal digits"
2019-10-25 23:38:15 +08:00
list_type:
delimiter_label: "Delimiter"
dropdown_items_label: "Dropdown items"
dropdown_item_select_option: "Select option..."
delimiters:
auto: "Auto"
return: "Return"
space: "Space"
semicolon: "Semicolon"
comma: "Comma"
items_placeholders:
auto: "Enter dropdown list options..."
return: "Enter dropdown list options one per line:\nDropdown list option 1\nDropdown list option 2\n..."
comma: "Enter dropdown list options, separated by commas..."
semicolon: "Enter dropdown list options, separated by semicolons..."
space: "Enter dropdown list options, separated by space..."
2019-11-06 23:45:07 +08:00
status_type:
status_options_label: "Status options"
add_status_label: "Add status option"
2020-01-17 18:25:01 +08:00
errors:
icon_and_name_error: "Status icon and status name should be filled"
2019-11-28 22:56:34 +08:00
datetime_type:
range_label: 'Range'
2019-12-06 20:18:35 +08:00
checklist_type:
multiple_options: 'selected'
2019-12-06 20:18:35 +08:00
all_options: 'All options'
checklist_items: 'Checklist items'
items_placeholders:
auto: "Enter checklist items..."
return: "Enter checklist items one per line:\nChecklist item 1\nChecklist item 2\n..."
comma: "Enter checklist items, separated by commas..."
semicolon: "Enter checklist items, separated by semicolons..."
space: "Enter checklist items, separated by space..."
repository_columns:
head_title: '%{repository} | Manage Columns'
2018-04-19 20:02:42 +08:00
repository_list_items_limit: "Dropdown items limit reached max. %{limit}"
2018-05-28 15:17:29 +08:00
no_permissions: "You don't have permissions on that repository"
update:
success_flash: "Column %{name} was successfully updated."
create:
success_flash: "Column %{name} was successfully created."
destroy:
success_flash: "Column %{name} was successfully deleted."
error_flash: "Something went wrong! Please try again later."
index:
2018-04-04 19:22:14 +08:00
head_title: "Inventories"
head_title_archived: "Archived Inventories"
2020-06-01 20:34:04 +08:00
table:
name: "Name"
number_of_items: "No. of items"
shared: "Shared"
ownership: "Ownership"
added_on: "Added on"
added_by: "Added by"
archived_on: "Archived on"
archived_by: "Archived by"
shared_for_viewing: "For viewing"
shared_for_editing: "For editing"
not_shared: "No"
switch_view:
active: Show active inventories
archived: Show archived inventories
buttons:
edit: "Edit"
duplicate: "Duplicate"
archive: "Archive"
restore: "Restore"
delete: "Delete"
no_libraries:
create_new_button: "New Inventory"
show:
2018-04-04 19:22:14 +08:00
head_title: "Inventories | %{library}"
2018-03-02 21:14:27 +08:00
repository_row:
modal_info:
ID: 'ID:'
head_title: "Information for item '%{repository_row}'"
added_on: "Added on"
added_by: "Added by"
column_name: "%{cf}: "
title: "This item is assigned to %{nr} tasks."
private_tasks: "%{nr} task(s) are private and will not be displayed."
no_tasks: "This item in not assigned to any task."
2016-02-12 23:52:43 +08:00
activities:
index:
global_activities_title: "Global activities"
2016-02-12 23:52:43 +08:00
today: "Today"
more_activities: "Show more activities"
2016-02-12 23:52:43 +08:00
no_activities: "No activities!"
2019-03-27 16:43:04 +08:00
no_activities_message: "No activities could be displayed. Update filters or start using SciNote to generate your first activities."
no_activities_task_message: "No activities could be displayed."
activity_counter_label: " activity"
activities_counter_label: " activities"
expand_all: "Expand all"
collapse_all: "Collapse all"
2016-02-12 23:52:43 +08:00
modal:
modal_title: "Activities"
2019-03-14 02:05:29 +08:00
result_type:
text: "text"
table: "table"
asset: "file"
wupi_file_editing:
started: "editing started"
finished: "editing finished"
file_editing:
started: "editing started"
finished: "editing finished"
2019-03-08 17:57:09 +08:00
protocols:
my_to_team_message: 'My protocols to Team protocols'
team_to_my_message: 'Team protocols to My protocols'
2016-02-12 23:52:43 +08:00
system_notifications:
navbar:
tooltip: 'Whats new notifications'
emails:
subject: "You've received a What's new notification"
intro_paragraph: "Hi %{user_name}, you've received What's new notification in SciNote:"
index:
whats_new: "What's New"
more_notifications: "Show more notifications"
no_notifications: "No more notifications"
settings: "Settings"
see_all: "show all"
2016-02-12 23:52:43 +08:00
user_my_modules:
new:
head_title: "%{project} | %{module} | Add user"
2016-07-21 19:11:15 +08:00
title: "Add user to task %{module}"
create: "Add user to task"
no_users_available: "All users of the current project all already added to this task."
2016-02-12 23:52:43 +08:00
assign_user: "Add user"
2016-07-21 19:11:15 +08:00
back_button: "Back to task"
2016-02-12 23:52:43 +08:00
create:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully added user %{user} to task <strong>%{module}</strong>."
error_flash: "User %{user} could not be added to task <strong>%{module}</strong>."
2016-02-12 23:52:43 +08:00
destroy:
2016-07-21 19:11:15 +08:00
success_flash: "Successfully removed user %{user} from task <strong>%{module}</strong>."
error_flash: "User %{user} could not be removed from task <strong>%{module}</strong>."
2016-02-12 23:52:43 +08:00
step_comments:
new:
head_title: "%{project} | %{module} | Add comment to step"
title: "Add comment to step %{step}"
create: "Add comment"
create:
success_flash: "Successfully added comment to step <strong>%{step}</strong>."
result_comments:
new:
head_title: "%{project} | %{module} | Add comment to result"
title: "Add comment to result"
create: "Add comment"
create:
success_flash: "Successfully added comment to result."
users:
enums:
status:
2017-01-30 22:55:21 +08:00
active: "active"
pending: "pending"
2016-02-12 23:52:43 +08:00
invitations:
edit:
head_title: "Accept invitation"
registrations:
edit:
head_title: "My profile"
title: "My profile"
2019-10-11 18:22:09 +08:00
avatar_label: "Profile photo"
2020-07-07 21:59:02 +08:00
avatar_btn: "Edit"
2019-10-02 15:52:37 +08:00
avatar_modal:
2019-11-05 17:46:05 +08:00
title: 'Change your profile photo'
2019-10-02 15:52:37 +08:00
upload_button: 'Upload a photo'
2019-11-05 17:43:02 +08:00
option_text_html: 'or<br>Select your avatar below'
2016-02-12 23:52:43 +08:00
name_label: "Full name"
name_title: "Change name"
initials_label: "Initials"
initials_title: "Change initials"
email_label: "Email"
email_title: "Change email"
new_email_label: "New email"
current_password_label: "Current password"
password_explanation: "(we need your current password to confirm your changes)"
waiting_for_confirm: "Currently waiting confirmation for: %{email}"
password_label: "Password"
password_title: "Change password"
new_password_label: "New password"
new_password_2_label: "New password confirmation"
2020-07-07 21:59:02 +08:00
2fa_title: "Two-factor authentication"
2fa_description: "Two-factor authentication (2FA) is a way of verifying a users identity by using a combination of two different verification methods. It adds an extra layer of security to your account and protects from potential remote attacs or other threats."
2fa_enabled: "Enabled"
2fa_button: "Enable authentication"
2fa_button_disable: "Disable authentication"
2020-07-01 17:07:33 +08:00
2fa_modal:
2020-07-07 21:59:02 +08:00
step_1:
title: "1. Install an Authenticator App on your mobile device"
description: "Use your phone to download an authenticator app. It is needed to enable the 2FA in SciNote. Bellow you can see the most commonly used ones."
google_auth: "Google authenticator"
microsoft_auth: "Microsoft authenticator"
2fa_auth: "2FA authenticator"
android: "Android"
ios: "iOS"
start: "Start"
step_2:
title: "2. Scan the QR code with your app"
description: "Open your authenticator app and use it to scan this code to add 2FA."
next: "Next"
step_3:
title: "3. Enter the code given by your authenticator app"
description: "Enter the generated code into the fields bellow to finalize the setup of the two-factor authorisation."
enter_code: "Enter authenticator code"
verify: "Verify"
2020-07-09 23:01:00 +08:00
step_4:
title: "4. Save your bypass codes"
verified: "2FA Verified"
description: "Your 2FA is now verified. Save these one-time codes bellow to access your account in case you lose your device. This way you will be able to reset the authorization."
download_codes: "Download codes"
2020-07-07 21:59:02 +08:00
disable:
title: "Disable two-factor authentication"
description: "Enter your password bellow to confirm disableing 2FA. This will remove authentication, from your account and make you more vulnerable to potential attacks."
password_label: "Enter password"
disable_2fa: "Disable 2FA"
2020-07-01 17:07:33 +08:00
2fa_errors:
2020-07-07 21:59:02 +08:00
wrong_submit_code: "Not correct code"
wrong_password: "Not correct password"
2016-02-12 23:52:43 +08:00
new:
head_title: "Sign up"
team_name_label: "Team name"
team_name_placeholder: "e.g. John's lab"
2020-03-27 16:43:49 +08:00
email_label: "E-mail"
full_name_label: "Full name"
password_label: "Password"
2020-03-27 17:34:06 +08:00
minimum_password_length: "(%{password_length} characters minimum)"
2020-03-27 16:43:49 +08:00
password_confirmation_label: "Password confirmation"
2020-03-27 17:34:06 +08:00
captcha_description: "Let us know youre human. Enter the captcha below."
2018-02-26 18:05:05 +08:00
new_with_provider:
head_title: "Complete the Sign up"
statistics:
2016-11-14 22:04:18 +08:00
title: "My statistics"
team: "Team"
project: "Project"
experiment: "Experiment"
protocol: "Protocol"
2016-02-12 23:52:43 +08:00
settings:
2017-01-25 19:30:11 +08:00
changed_team_flash: "You are working on %{team} now!"
changed_team_error_flash: "Something went wrong! Try again later."
changed_team_in_search: "The searched item is not in your current team. You will be redirected to %{team} team!"
sidebar:
2017-02-09 18:34:52 +08:00
account: "Account"
teams: "Teams"
account_nav:
2017-02-09 18:34:52 +08:00
profile: "Profile"
preferences: "Preferences"
addons: "Add-ons"
connected_accounts: "Connected Accounts"
account:
preferences:
head_title: "Settings | My preferences"
2020-07-13 20:51:51 +08:00
title: "My preferences"
edit:
time_zone_label: "Time zone"
time_zone_sublabel: "Time zone setting affects all time & date fields throughout application."
time_zone_title: "Time zone"
date_format_label: "Date format"
date_format_sublabel: "Date format setting affects all date display throughout application."
date_format_title: "Date format"
update_flash: "Preferences successfully updated."
addons:
head_title: "Settings | Add-ons"
title: "Add-ons"
no_addons: "You have no SciNote Add-ons."
connected_accounts:
head_title: "Settings | Connected Accounts"
title: "Connected Accounts"
not_connected: "You have no Connected accounts"
unlink_success: "Sucessfully unlinked"
azure_ad:
title: "Your Azure AD Account"
connect_hint: "Allows you to sign in with your Azure AD account."
connected: "Connected"
unlink_button: "Unlink"
unlink_modal:
title: "Unlink Azure AD account?"
description_1: "Are you sure you would like unlink Azure AD and SciNote accounts?"
submit_button: "Submit"
errors:
not_found: "You have no Connected accounts for this provider"
generic: "Unable to unlink linked account"
2017-01-25 19:30:11 +08:00
teams:
head_title: "Settings | Teams"
2016-02-12 23:52:43 +08:00
breadcrumbs:
2016-07-21 19:11:15 +08:00
all: "All teams"
2017-01-25 19:30:11 +08:00
new_team: "New team"
2019-11-12 18:26:18 +08:00
show:
enter_description: "Enter Team description"
2016-02-12 23:52:43 +08:00
index:
description_label: "Team is a group of SciNote users who are working on the same projects and share the inventories."
2016-02-12 23:52:43 +08:00
member_of:
one: "Currently you are member of %{count} team."
other: "Currently you are member of %{count} teams."
2017-01-25 19:30:11 +08:00
no_teams: "You are not a member of any team."
2018-04-26 21:19:05 +08:00
new_team: "New Team"
2016-07-21 19:11:15 +08:00
thead_name: "Team"
2016-02-12 23:52:43 +08:00
thead_role: "Role"
thead_created_at: "Created at"
thead_joined_on: "Joined on"
thead_members: "Members"
na: "n/a"
2016-07-21 19:11:15 +08:00
leave: "Leave team"
2016-02-12 23:52:43 +08:00
new:
2016-07-21 19:11:15 +08:00
name_label: "Team name"
name_placeholder: "My team"
name_sublabel: "Pick a name that would best describe your team (e.g. 'University of ..., Department of ...')."
2016-02-12 23:52:43 +08:00
description_label: "Description"
2016-07-21 19:11:15 +08:00
description_sublabel: "Describe your team."
2018-04-26 21:19:05 +08:00
create: "Create"
2016-02-12 23:52:43 +08:00
edit:
2017-01-30 22:55:21 +08:00
header_created_at: "Created on:"
header_created_by: "Created by:"
header_created_by_name_email: "%{name} (%{email})"
header_space_taken: "Space usage:"
2016-02-12 23:52:43 +08:00
header_no_description: "No description"
2016-07-21 19:11:15 +08:00
name_title: "Edit team name"
2016-02-12 23:52:43 +08:00
name_label: "Name"
2016-07-21 19:11:15 +08:00
description_title: "Edit team description"
2016-02-12 23:52:43 +08:00
description_label: "Description"
2017-01-30 22:55:21 +08:00
team_members_title: "Team members"
add_user: "Add team members"
thead_user_name: "Name"
thead_email: "Email"
2016-02-12 23:52:43 +08:00
thead_joined_on: "Joined on"
thead_status: "Status"
thead_role: "Role"
2017-01-30 22:55:21 +08:00
thead_actions: "Actions"
2016-02-12 23:52:43 +08:00
user_dropdown:
role_label: "User role"
remove_label: "Remove"
2017-01-25 19:30:11 +08:00
delete_team_heading: "Delete team"
2016-07-21 19:11:15 +08:00
can_delete_message: "This team can be deleted because it doesn't have any projects."
delete_text: "Delete team."
cannot_delete_message_projects: "Cannot delete this team. Only empty teams (without any projects) can be deleted."
2017-01-25 19:30:11 +08:00
modal_destroy_team:
2016-07-21 19:11:15 +08:00
title: "Delete team"
2017-01-25 19:30:11 +08:00
message: "Are you sure you wish to delete team %{team}? All of the users will be removed from the team as well. This action is irreversible."
2016-07-21 19:11:15 +08:00
confirm: "Delete team"
2017-01-25 19:30:11 +08:00
flash_success: "Team %{team} was successfully deleted."
user_teams:
leave_uo_heading: "Leave team %{team}"
leave_uo_message: "Are you sure you wish to leave team %{team}? This action is irreversible."
leave_uo_alert_heading: "Leaving team has following consequences:"
leave_uo_alert_line_1: "you will lose access to all content belonging to the team (including projects, tasks, protocols and activities);"
leave_uo_alert_line_2: "all projects in the team where you were the sole <b>Owner</b> will receive a new owner from the team administrators;"
leave_uo_alert_line_3: "all repository protocols in the team belonging to you will be reassigned onto a new owner from team administrators;"
leave_uo_alert_line_4: "all inventory items in the team added by you will be reassigned onto a new owner from team administrators."
leave_uo_confirm: "Leave"
destroy_uo_heading: "Remove user %{user} from team %{team}"
destroy_uo_message: "Are you sure you wish to remove user %{user} from team %{team}?"
destroy_uo_alert_heading: "Removing user from team has following consequences:"
destroy_uo_alert_line_1: "user will lose access to all content belonging to the team (including projects, tasks, protocols and activities);"
destroy_uo_alert_line_2: "all projects in the team where user was the sole <b>Owner</b> will be reassigned onto you as a new owner;"
destroy_uo_alert_line_3: "all repository protocols in the team belonging to user will be reassigned onto you;"
destroy_uo_alert_line_4: "all inventory items in the team added by user will be reassigned onto you."
destroy_uo_confirm: "Remove"
leave_flash: "Successfuly left team %{team}."
2016-02-12 23:52:43 +08:00
2016-07-21 19:11:15 +08:00
protocols:
protocols_io_import:
2017-11-21 06:19:34 +08:00
title_too_long: "... Text is too long so we had to cut it off."
2017-11-22 02:20:15 +08:00
too_long: "... <span class='label label-warning'>Text is too long so we had to cut it off.</span>"
import_description_notice: "The protocols description is listed below under \"Protocol info\"."
2017-10-07 23:45:23 +08:00
preview:
2017-12-03 08:17:49 +08:00
description: "Protocol Description: "
before_start: "Before starting protocol information:"
warning: "Protocol warning:"
guidelines: "Guidelines:"
link: "Link:"
2017-10-07 23:45:23 +08:00
s_nobr_link: "Link:"
s_link: "Link:"
s_desc: "Description:"
strng_s_desc: "Description:"
s_exp_res: "Expected result:"
2018-11-24 03:13:34 +08:00
sw_name: "<strong>Software package:</strong>"
2017-10-07 23:45:23 +08:00
dev: "Developer:"
vers: "Version:"
repo: "Repository:"
os: "OS name , OS version:"
2018-11-24 03:13:34 +08:00
command_name: "<strong>Command:</strong>"
sub_prot: "<strong>This protocol also contains an attached sub-protocol:</strong>"
safety_info: "<strong>Safety information:</strong>"
2017-10-07 23:45:23 +08:00
auth: "Author:"
2018-11-24 03:13:34 +08:00
dataset_name: "<strong>Dataset:</strong>"
2017-12-03 08:17:49 +08:00
manuscript_citation: "Manuscript citation:"
2018-11-24 00:37:26 +08:00
published_on: "Publish date:"
2017-12-03 08:17:49 +08:00
vendor_name: "Vendor name:"
vendor_link: "Vendor link:"
keywords: "Keywords:"
2017-10-07 23:45:23 +08:00
tags: "Tags:"
comp_append:
table_moved: "<br><strong><i>There was a table here, it was moved to the end of this step. </i></strong>"
missing_step: "Step"
missing_desc: "Description missing"
general_link: "<br>Link: "
expected_result: "<br><strong>Expected result: </strong>"
soft_packg:
2017-12-03 08:17:49 +08:00
name: "<br><strong>Software package: </strong>"
developer: "<br>Developer: "
version: "<br>Version: "
link: "<br>Link: "
repository: "<br>Repository: "
os: "<br>OS name , OS version: "
dataset:
2017-12-03 08:17:49 +08:00
name: "<br><strong>Dataset: </strong>"
link: "<br>Link: "
command:
2017-12-03 08:17:49 +08:00
name: "<br><strong>Command: </strong>"
description: "<br>Description: "
os: "<br>OS name , OS version: "
sub_protocol:
2018-11-24 03:13:34 +08:00
title: "<br><strong>This step also contains an attached sub-protocol: </strong>"
title_html: "<br>Author: "
uri: "<br>Link: "
safety_infor:
2017-12-03 08:17:49 +08:00
body: "<br><strong>Safety information: </strong>"
link: "<br>Link: "
2016-07-21 19:11:15 +08:00
import_export:
load_file_error: "Failed to load the protocol file."
import_modal:
title_import: "Import protocol/s"
title_import_into_protocol: "Load protocol from file"
title_import_into_protocol_protocols_io: "Load protocol from protocols.io file"
2016-07-21 19:11:15 +08:00
import_into_protocol_message: "This will overwrite the current protocol!"
import_into_protocol_confirm: "Are you sure you wish to load protocol from file? This action will overwrite the current protocol."
import_to_linked_task_file: "Are you sure you wish to load protocol from file? This action will overwrite the current protocol in the task and unlink it from repository. The current protocol will remain unchanged in repository."
2016-07-21 19:11:15 +08:00
name_label: "Protocol name"
authors_label: "Authors"
description_label: "Description"
2019-06-26 15:41:24 +08:00
published_on_label: "Published on"
2016-07-21 19:11:15 +08:00
created_at_label: "Created at"
updated_at_label: "Last modified at"
preview_title: "Protocol preview"
preview_title_position: " | %{current} of %{total}"
assets_header: "Files"
2018-05-18 22:57:18 +08:00
import_current: "Load Current"
import_all: "Load All"
import: "Load"
2019-06-26 15:41:24 +08:00
import_to_team_protocols_label: "Import to Team Protocols"
import_to_private_protocols_label: "Import to My Protocols"
2016-07-21 19:11:15 +08:00
export:
export_results:
title: "Export results"
message_failed: "Failed to export %{nr} protocols."
message_ok: "Successfully exported %{nr} protocols."
row_success: "Exported"
row_failed: "Failed"
header:
created_at: "Created at"
updated_at: "Last modified at"
added_by: "Added by"
keywords: "Keywords"
authors: "Authors"
no_authors: "No authors"
description: "Description"
no_description: "No description"
keywords_modal: "Input one or multiple keywords, confirm each keyword with ENTER key"
2016-07-21 19:11:15 +08:00
edit_name_modal:
title: "Edit name of protocol %{protocol}"
label: "Name"
edit_keywords_modal:
title: "Edit keywords of protocol %{protocol}"
update_failed: "Could not update protocol keywords."
edit_authors_modal:
title: "Edit authors of protocol %{protocol}"
label: "Authors"
edit_description_modal:
title: "Edit description of protocol %{protocol}"
label: "Description"
index:
head_title: "Protocol management"
navigation:
public: "Team protocols"
private: "My protocols"
2019-06-12 13:19:14 +08:00
external_protocols: "External protocols"
2017-06-27 20:48:45 +08:00
archive: "Archive"
public_description: "Team protocols are visible and can be used by everyone from the team."
private_description: "My protocols are only visible to you."
create_new: "New"
2016-07-21 19:11:15 +08:00
edit: "Edit"
2017-04-13 23:52:32 +08:00
clone_btn: "Copy"
2016-07-21 19:11:15 +08:00
import: "Import"
import_alt: " from SciNote protocol file(.eln)"
import_json: " from protocols.io file"
modal_import_json_upload: "Upload"
modal_import_json_title: "Import protocols.io file"
modal_import_json_notice: "Upload your protocols.io protocol file"
2016-07-21 19:11:15 +08:00
export: "Export"
make_private: "Move to My Protocols"
publish: "Move to Team protocols"
2016-07-21 19:11:15 +08:00
archive_action: "Archive"
thead_name: "Name"
thead_keywords: "Keywords"
thead_nr_of_linked_children: "No. of linked tasks"
thead_published_by: "Published by"
thead_added_by: "Added by"
thead_archived_by: "Archived by"
thead_published_on: "Published at"
thead_created_at: "Created at"
thead_archived_on: "Archived at"
thead_updated_at: "Last modified at"
2016-12-13 17:39:18 +08:00
preview:
2016-12-22 18:43:11 +08:00
title: "%{protocol} preview"
2016-07-21 19:11:15 +08:00
linked_children:
title: "Tasks linked to protocol %{protocol}"
used_in: "Number of tasks linked to this protocol: %{nr}"
no_linked_children: "This protocol is not linked to any task."
archive:
description: "Archived protocols can only be seen by you. Restoring protocols will return them to their previous location (team/my protocols)."
2016-07-21 19:11:15 +08:00
restore: "Restore"
make_private_unauthorized: "You do not have permission to move selected protocols to My protocols."
make_private_error: "Error occured while moving selected protocols to My protocols."
publish_unauthorized: "You do not have permission to move selected protocols to Team protocols."
publish_error: "Error occured while moving selected protocols to Team protocols."
2016-07-21 19:11:15 +08:00
archive_unauthorized: "You do not have permission to archive selected protocols."
archive_error: "Error occured while archiving selected protocols."
restore_unauthorized: "You do not have permission to restore selected protocols."
restore_error: "Error occured while restoring selected protocols."
row_renamed_html: "%{old_name}<i> to </i>%{new_name}"
no_protocol_name: "(no name)"
create:
title: "Create new protocol"
name_label: "Protocol name"
name_placeholder: "My protocol"
message_public: "When you create a new Team protocol, it will instantly be visible to all members of the team."
message_private: "When you create a new My protocol, it will only be visible to you."
2016-07-21 19:11:15 +08:00
submit: "Create"
clone:
2017-04-13 23:52:32 +08:00
success_flash: "Successfully copied protocol '%{new}' from protocol '%{original}'."
error_flash: "Failed to copied protocol '%{original}'."
2016-07-21 19:11:15 +08:00
make_private_results:
title: "Move to My protocols results"
message_failed: "Failed to move %{nr} protocols to My protocols."
message_ok: "Successfully moved %{nr} protocols to My protocols."
row_success: "Moved to My protocols"
row_renamed: "Moved to My protocols & renamed"
2016-07-21 19:11:15 +08:00
row_failed: "Failed"
publish_results:
title: "Move to Team protocols results"
message_failed: "Failed to move %{nr} protocols to Team protocols."
message_ok: "Successfully moved %{nr} protocols to Team protocols."
row_success: "Moved to Team protocols"
row_renamed: "Moved to Team protocols & renamed"
2016-07-21 19:11:15 +08:00
row_failed: "Failed"
import_results:
title: "Import results"
message_failed: "Failed to import %{nr} protocol/s."
message_ok: "Successfully imported %{nr} protocol/s."
2017-10-26 04:08:33 +08:00
message_ok_pio: "Successfully imported protocol from protocols.io file."
message_warn_truncated: "Successfully imported protocol from protocols.io file. However, text in some fields was too long so we had to cut it off."
2016-07-21 19:11:15 +08:00
row_success: "Imported"
row_renamed: "Imported & renamed"
row_failed: "Failed"
row_file_too_large: "(Protocol too large)"
confirm_archive:
title: "Archive protocols"
message: "Are you sure you wish to archive the selected protocols? All the task protocols will be unlinked."
confirm: "Archive"
archive_results:
title: "Archive results"
message_failed: "Failed to archive %{nr} protocols."
message_ok: "Successfully archived %{nr} protocols."
row_success: "Archived"
row_renamed: "Archived & renamed"
row_failed: "Failed"
2018-04-19 18:49:32 +08:00
preview: "View"
2016-07-21 19:11:15 +08:00
restore_results:
title: "Restore results"
message_failed: "Failed to restore %{nr} protocols."
message_ok: "Successfully restored %{nr} protocols."
row_success: "Restored"
row_renamed: "Restored & renamed"
row_failed: "Failed"
row_in_repository_public: "%{protocol} - <i>into Team protocols</i>"
row_in_repository_private: "%{protocol} - <i>into My protocols</i>"
external_protocols:
search_bar_placeholder: 'Search for protocols'
protocolsio_title: 'Protocols.io'
sort_by:
title: 'Show first:'
alphabetically-asc: 'A-Z'
alphabetically-desc: 'Z-A'
newest: 'newest'
oldest: 'oldest'
list_panel:
empty_text: 'Search for protocols above to list them here'
preview_panel:
empty_title: 'PROTOCOL PREVIEW'
empty_subtext: 'Click on the protocol in the list to preview it here'
banner_text: 'Protocol Preview'
import:
public: "Team protocols"
private: "My protocols"
success_flash: 'Protocol <strong>%{name}</strong> successfully imported to %{type}.'
2016-07-21 19:11:15 +08:00
steps:
completed: 'Completed'
uncompleted: 'Uncompleted'
expand_label: "Expand All"
collapse_label: "Collapse All"
2020-05-08 23:01:55 +08:00
new_step: "New step"
subtitle: "Protocol Steps"
2016-07-21 19:11:15 +08:00
no_steps: "Protocol has no steps."
published_on: "Published on <em>%{timestamp}</em> by <em>%{user}</em>"
info_tab: "Info"
comments_tab: "Comments"
no_description: "This step has no description."
tables: "Tables"
files: "Attachments (%{count})"
comments: "Comments"
2016-07-21 19:11:15 +08:00
empty_checklist: "No items"
comment_title: "%{user} at %{time}:"
options:
up_arrow_title: "Move step up"
down_arrow_title: "Move step down"
comment_title: "Comments"
no_comments: "No comments"
new_comments: "New comment"
edit_title: "Edit step"
delete_title: "Delete step"
duplicate_title: "Duplicate step"
2020-05-08 23:01:55 +08:00
complete_title: "Complete step"
uncomplete_title: "Uncomplete step"
attachments:
2019-04-09 18:28:42 +08:00
modified_label: "Modified:"
sort:
new_html: "Newest first &#8595;"
old_html: "Oldest first &#8593;"
atoz_html: "Name &#8595;"
ztoa_html: "Name &#8593;"
2016-07-21 19:11:15 +08:00
new:
add_step_title: "Add new step"
tab_checklists: "Checklists"
tab_assets: "Files"
tab_tables: "Tables"
add_step: "Add"
name: "Step name"
name_placeholder: "mRNA sequencing"
description: "Description"
description_placeholder: "Write what should be done here ..."
checklist_name: "Checklist name"
checklist_name_placeholder: "Checklist name"
checklist_items: "Items"
checklist_item_placeholder: "Task"
checklist_add_item: "Add item"
add_checklist: "Add checklist"
2017-01-17 00:11:08 +08:00
table_name: "Table title"
table_name_placeholder: "Table title"
2016-07-21 19:11:15 +08:00
add_table: "Add table"
asset_panel_title: "File"
add_asset: "Add file"
edit:
edit_step_title: "Edit step"
edit_step: "Save"
destroy:
confirm: "Are you sure you want to delete step %{step}?"
success_flash: "Step %{step} successfully deleted."
error_flash: "Step %{step} couldn't be deleted. One or more files are locked."
2016-07-21 19:11:15 +08:00
edit:
head_title: "Edit protocol"
no_keywords: "No keywords"
2016-02-12 23:52:43 +08:00
invite_users:
2017-01-25 19:30:11 +08:00
to_team:
title: "Invite users to team %{team}"
heading: "Invite more people to team %{team} and start using SciNote."
2017-01-25 19:30:11 +08:00
no_team:
title: "Invite users to SciNote"
heading: "Invite more people to start using SciNote."
input_subtitle: "Input one or multiple emails, confirm each email with ENTER key."
2017-01-25 19:30:11 +08:00
invite_to_team_heading: "Invite users to my team:"
invite_btn: "Invite Users"
invite_guest: "As Guests"
invite_user: "As Normal Users"
invite_admin: "As Administrators"
errors:
recaptcha: "reCAPTCHA verification failed, please try again"
2016-11-06 18:29:00 +08:00
results:
heading: "Invitation results:"
user_exists: "User is already a member of SciNote."
user_exists_unconfirmed_invited_to_team: "User is already a member of SciNote but is not confirmed yet - successfully invited to team %{team} as %{role}."
user_exists_and_in_team: "User is already a member of SciNote and team %{team} as %{role}."
user_exists_invited_to_team: "User was already a member of SciNote - successfully invited to team %{team} as %{role}."
user_created: "User succesfully invited to SciNote."
user_created_invited_to_team: "User successfully invited to SciNote and team %{team} as %{role}."
2016-11-06 18:29:00 +08:00
user_invalid: "Invalid email."
too_many_emails: "Only invited first %{nr} emails. To invite more users, "
2016-02-12 23:52:43 +08:00
time:
formats:
full_js: "D.M.YYYY HH:mm"
full: "%{date_format} %H:%M"
full_with_tz: "%{date_format} %H:%M %z"
2019-12-06 18:33:30 +08:00
full_with_comma: "%{date_format}, %H:%M"
full_date: "%{date_format}"
2016-02-12 23:52:43 +08:00
time: "%H:%M"
short: "%H"
2016-09-28 22:03:52 +08:00
notifications:
title: "Notifications"
email_settings: "E-mail notifications"
2016-10-04 21:52:48 +08:00
form:
assignments: "Assignment"
notification_scinote: 'Show in SciNote'
notification_email: 'Notify me via email'
assignments_description: 'Assignment notifications appear whenever you get assigned to a team, project, task.'
recent_notification: 'Recent changes'
2017-04-13 20:01:52 +08:00
recent_notification_description: 'Recent changes notifications appear whenever there is a change on a task you are assigned to.'
system_message: "What's New in SciNote"
system_message_description: 'You will be notified about new SciNote features, releases and improvements you can benefit from.'
deliver:
download_link: "Download link:"
2018-11-23 18:12:10 +08:00
download_text: "Click the link to download the file."
email_subject: "Your SciNote export is ready!"
email_body_1: "The export of SciNote data that you requested is ready!"
2019-07-15 17:30:59 +08:00
email_body_2: "You can find the link to download the file below, or in your SciNote notifications. Please keep in mind that the link will expire in 7 days for security reasons."
2016-10-03 20:40:15 +08:00
show_all: "Show all notifications"
show_more: "Show more notifications"
no_notifications: "No notifications."
no_recent: "No recent notifications."
2016-10-05 16:52:27 +08:00
types:
assignment: "Assignment"
recent_changes: "Recent changes"
system_message: "SciNote system message"
2017-03-24 19:10:07 +08:00
deliver: 'Exportable content'
experiment_annotation_title: "%{user} mentioned you in experiment %{experiment}."
2017-04-06 20:55:18 +08:00
experiment_annotation_message_html: "Project: %{project} | Experiment: %{experiment}"
project_comment_annotation_title: "%{user} mentioned you in a comment on project %{project}."
project_annotation_message_html: "Project: %{project}"
my_module_comment_annotation_title: "%{user} mentioned you in a comment on task %{my_module}."
my_module_annotation_message_html: "Project: %{project} | Experiment: %{experiment} | Task: %{my_module}"
step_comment_annotation_title: "%{user} mentioned you in a comment on step %{step}."
step_description_title: "%{user} mentioned you in a description on step %{step}."
checklist_title: "%{user} mentioned you in a checklist on step %{step}."
step_annotation_message_html: "Project: %{project} | Experiment: %{experiment} | Task: %{my_module} | Step: %{step}"
result_annotation_title: "%{user} mentioned you in result %{result}."
result_comment_annotation_title: "%{user} mentioned you in a comment on result %{result}."
result_annotation_message_html: "Project: %{project} | Experiment: %{experiment} | Task: %{my_module}"
2018-04-12 22:20:05 +08:00
repository_annotation_title: "%{user} mentioned you in Column: %{column} of Item %{record} in Inventory %{repository}"
repository_annotation_message_html: "Item: %{record} | Column: %{column}"
2017-04-06 19:03:13 +08:00
protocol_step_annotation_message_html: "Protocol: %{protocol}"
email_title: "You've received a SciNote notification!"
2017-01-25 19:30:11 +08:00
assign_user_to_team: "<i>%{assigned_user}</i> was added as %{role} to team <strong>%{team}</strong> by <i>%{assigned_by_user}</i>."
unassign_user_from_team: "<i>%{unassigned_user}</i> was removed from team <strong>%{team}</strong> by <i>%{unassigned_by_user}</i>."
task_completed: "%{user} completed task %{module}. %{date} | Project: %{project} | Experiment: %{experiment}"
2016-08-26 22:32:49 +08:00
assets:
head_title:
edit: "SciNote | %{file_name} | Edit"
view: "SciNote | %{file_name} | View"
2017-06-05 16:43:58 +08:00
drag_n_drop:
2019-04-05 00:15:30 +08:00
label_html: 'Drag &amp; drop here. Copy &amp Paste images.'
browse_label: 'Select to Upload...'
2017-06-05 16:43:58 +08:00
drop_label: 'Drop to add to Step'
file_label: 'File'
from_clipboard:
modal_title: 'Add image from clipboard'
image_preview: 'Image preview'
2018-04-26 21:02:24 +08:00
add_image: 'Add'
file_name: 'File name'
file_name_placeholder: 'Image'
placeholder:
modified_label: "Modified:"
wopi_supported_text_formats_title: 'Only .docx, .docm, .odt file formats are supported for editing in Word Online.'
wopi_supported_table_formats_title: 'Only .xlsx, .xlsm, .xlsb, .ods file formats are supported for editing in Excel Online.'
wopi_supported_presentation_formats_title: 'Only .pptx, ppsx, .odp file formats are supported for editing in Powerpoint Online.'
2019-03-16 03:59:15 +08:00
create_wopi_file:
2019-03-20 03:41:16 +08:00
button_text: 'New Office file'
2020-07-28 21:39:29 +08:00
li_text: "Office file"
2019-03-16 03:59:15 +08:00
modal_title: 'Create new Microsoft Office Online document'
text_field_label: 'Document name & type'
text_field_placeholder: 'New Document'
2019-03-20 03:41:16 +08:00
ms_word: 'Word<br/>Online'
ms_excel: 'Excel<br/>Online'
ms_powerpoint: 'PowerPoint<br/>Online'
2019-03-16 03:59:15 +08:00
create_document_button: 'Create Document'
2019-03-18 02:23:17 +08:00
errors:
forbidden: 'You do not have permission to add files.'
not_found: 'Element not found.'
2017-01-05 21:06:48 +08:00
atwho:
no_results:
projects: "Projects with this name were not found"
experiments: "Experiments with this name were not found"
my_modules: "Tasks with this name were not found"
repository_rows: "Items with this name were not found"
users: "Users with this name were not found"
description: "Please make sure there are no typos, or erase letters one by one unless you see some results"
2020-09-15 20:47:57 +08:00
projects: PROJECTS
experiments: EXPERIMENTS
tasks: TASKS
inventories: INVENTORIES
more_results: To get other results, please type more
2017-01-05 21:06:48 +08:00
users:
title: "People"
header: "Type the name or email of the user you want to mention (they will be notified)"
2020-09-07 16:46:51 +08:00
help: "Navigate: ↑ ↓ • Submit: Enter / Tab • Dismiss: Esc"
popover_html: "<span class='silver'>Team:</span>&nbsp;%{team} <br> <span class='silver'>Role:</span>&nbsp;%{role} <br> <span class='silver'>Joined:</span>&nbsp;%{time}"
res:
archived: "(archived)"
removed: "(removed)"
deleted: "(deleted)"
2019-08-26 21:49:33 +08:00
dropdown_selector:
nothing_found: "Nothing found..."
2020-02-25 00:09:10 +08:00
create_task_service:
default_task_name: "New Task"
2017-03-21 23:15:11 +08:00
zip_export:
modal_label: 'Export inventory'
notification_title: 'Your requested export package is ready!'
expired_title: 'Looks like your link has expired.'
expired_description: 'Please export the data again in order to receive a new link.'
modal_html: "<p>Your export request is being processed.</p><p>When completed we will <strong>send an email to %{email}</strong> inbox with a link to your exported items. Note that the link will expire in 7 days.</p>"
2018-04-04 20:52:59 +08:00
repository_header_html: 'You are about to export selected items in inventory %{repository}.'
files_alert: 'Files uploaded to inventory items will not be exported. Only filenames will be exported.'
repository_footer_html: 'Inventory will be exported in a .csv file format. You will receive <strong>email with a link</strong> where you can download it.'
export_request_success: "Export request received!"
2017-06-06 22:12:34 +08:00
export_error: "Error when creating zip export."
2016-02-12 23:52:43 +08:00
# This section contains general words that can be used in any parts of
# application.
2017-04-21 22:09:04 +08:00
tiny_mce:
upload_window_title: 'Insert an image from your computer'
upload_window_label: 'Choose an image'
2019-03-20 21:40:18 +08:00
choose_file: 'Choose file'
no_image_chosen: 'No image chosen'
unsupported_image_format: 'Unsupported image format'
2017-04-21 22:09:04 +08:00
insert_btn: 'Insert'
error_message: 'You must choose a file'
2017-04-24 22:22:25 +08:00
server_not_respond: "Didn't get a response from the server"
saved_label: "Saved"
2019-05-14 15:52:41 +08:00
leaving_warning: "You have made some changes, are you sure you want to leave this page?"
2019-09-24 20:16:29 +08:00
older_version_available: "Older version of the text below has been saved in the browser. Do you want to restore it?"
newer_version_available: "Newer version of the text below has been saved in the browser. Do you want to restore it?"
general:
save: "Save"
update: "Update"
edit: "Edit"
2020-11-21 19:31:49 +08:00
delete: "Delete"
cancel: "Cancel"
close: "Close"
create: 'Create'
2020-07-27 19:42:51 +08:00
change: "Change"
no_comments: "No comments!"
more_comments: "More comments"
comment_placeholder: "Your Message"
comment_placeholder_new: "Add new comment…"
2020-04-28 18:41:59 +08:00
archived: "Archived"
sort:
new_html: " <i class=\"fas fa-sort-amount-down\"></i>"
old_html: "<i class=\"fas fa-sort-amount-up\"></i>"
atoz_html: "<i class=\"fas fa-sort-alpha-up\"></i>"
ztoa_html: "<i class=\"fas fa-sort-alpha-down\"></i>"
2020-07-28 21:39:29 +08:00
sort_new:
new: "Newest"
old: "Oldest"
atoz: "A-Z"
ztoa: "Z-A"
module:
one: "task"
other: "tasks"
public: "public"
private: "private"
2020-06-04 20:48:29 +08:00
view: "View"
search: "Search"
file:
choose: "Choose File"
2018-07-04 21:23:41 +08:00
no_file_chosen: "No file chosen"
processing: "File is still being processed and cannot be downloaded yet."
total_size: "You can upload max %{size} MB of files at one time. Please remove one or more files and try to submit again."
size_exceeded: "File size must be less than %{file_size} MB."
blank: "You didn't select any file"
uploading: "If you leave this page, the file(s) that is/are currently uploading will not be saved! Are you sure you want to continue?"
2020-03-03 22:20:29 +08:00
upload_failure: "File upload error. Try again or contact the administrator."
file_name_too_long: 'is too long (maximum is %{limit} characters, with extension)'
text:
not_blank: "can't be blank"
length_too_long_general: "is too long"
length_too_long: "is too long (maximum is %{max_length} characters)"
length_too_short: "is too short (minimum is %{min_length} characters)"
query:
2017-05-05 22:41:23 +08:00
wrong_query: "All words in search query are either too short (minimum is %{min_length} characters) or too long (maximum is %{max_length} characters)"
length_too_long: "Search query is too long (maximum is %{max_length} characters)"
length_too_short: "Search query is too short (minimum is %{min_length} characters)"
busy: "The server is still processing your request. If you leave this page, the changes will be lost! Are you sure you want to continue?"
no_name: "(no name)"
error: "An error has occurred, please try again later."
2020-09-08 21:42:30 +08:00
no_permissions: "You don't have permission"
2018-05-16 20:32:15 +08:00
filter: "Filter:"
no_teams:
title: "Your dashboard is empty!"
text: "It seems you're not a member of any team."
2016-02-12 23:52:43 +08:00
2017-08-30 00:49:07 +08:00
api:
core:
status_ok: "Ok"
expired_token: "Token is expired"
invalid_token: "Token is invalid"
missing_token: "Core: No token in the header"
no_iss: "Core: Missing ISS in the token"
wrong_iss: "Default: Wrong ISS in the token"
no_user_mapping: "Default: User mapping not found"
no_azure_user_mapping: "Azure AD: User mapping not found"
errors:
general:
title: "Error"
detail: "Something went wrong, please contact resource owner"
parameter:
title: "Missing parameter"
validation:
title: "Validation error"
read_permission:
title: "Permission denied"
detail: "You don't have permission to access %{model}"
create_permission:
title: "Permission denied"
detail: "You don't have permission to create %{model}"
manage_permission:
title: "Permission denied"
detail: "You don't have permission to manage %{model}"
record_not_found:
title: "Not found"
detail: "%{model} record with id %{id} not found in the specified scope"
not_implemented:
title: "Not implemented"
detail: "This endpoint is not implemented yet"
include_not_supported:
title: "Not supported"
detail: "Include param is not supported by this endpoint"
id_mismatch:
title: "Object ID mismatch"
detail: "Object ID mismatch in URL and request body"
type:
title: "Wrong type"
detail: "Wrong object type within parameters"
inventory_column_type:
detail: "Update of data_type attribute is not allowed"
result_missing_tinymce:
detail: "Text contains reference to nonexisting TinyMCE image"
result_wrong_tinymce:
detail: "Image reference not found in the text"
2017-08-30 00:49:07 +08:00
2016-02-12 23:52:43 +08:00
Add: "Add"
Asset: "File"
Assets: "Files"
Download: "Download"
Edit: "Edit"
2018-10-19 16:00:58 +08:00
Save: "Save"
SaveClose: "Save & Close"
2016-07-21 19:11:15 +08:00
Module: "Task"
Modules: "Tasks"
2016-02-12 23:52:43 +08:00
Project: "Project"
Projects: "Projects"
ProjectFolders: "Folders"
2016-07-26 16:55:27 +08:00
Experiments: "Experiments"
2016-02-12 23:52:43 +08:00
Result: "Result"
Results: "Results"
2016-07-21 19:11:15 +08:00
Protocol: "Protocol"
Protocols: "Protocols"
Checklist: "Checklist"
Checklists: "Checklists"
Table: "Table"
Tables: "Tables"
Repositories_team: "Inventories - %{team}"
2016-02-12 23:52:43 +08:00
Reports: "Reports"
Comments: "Comments"
Step: "Step"
Steps: "Steps"
Tag: "Tag"
Tags: "Tags"
Workflow: "Workflow"
Workflows: "Workflows"
More: "More"
2017-01-05 17:52:00 +08:00
Added: 'Added'
by: 'by'
client_api:
permission_error: "You don't have permission for this action."
invalid_arguments: "Invalid arguments"
generic_error_message: "Something went wrong! Please try again later."
user_teams:
permission_error: "You don't have permission to manage users."
leave_team_error: "An error occured."
leave_flash: "Successfuly left team %{team}."
teams:
2018-01-09 22:28:27 +08:00
create_permission_error: "You don't have permission to create team."
update_permission_error: "You don't have permission to edit this team."
2017-09-26 23:29:11 +08:00
user:
2017-10-23 23:45:57 +08:00
current_password_invalid: "incorrect password"
password_confirmation_not_match: "doesn't match"
2017-09-21 22:42:56 +08:00
invite_users:
permission_error: "You don't have permission to invite additional users to this team. Contact its administrator/s."
2018-08-16 21:07:59 +08:00
2019-04-27 19:51:35 +08:00
marvinjs:
2019-09-18 17:18:44 +08:00
new_sketch: "New Chemical Drawing"
new_button: "Create Chemical Drawing"
2020-07-28 21:39:29 +08:00
new_li_button: "Chemical drawing"
structure_placeholder: "Click here to enter Chemical Drawing name"
modal_name_title: "Chemical Drawing name:"
2019-09-12 23:21:48 +08:00
checmical_drawing: "Chemical drawings"
2020-07-16 21:42:52 +08:00
views:
pagination:
first: "First"
last: "Last"
previous: "Previous"
next: "Next"
truncate: "&hellip;"