mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-28 02:27:57 +08:00
Unification of column titles in tables and text in "Reset to defaults" modal (column management) [SCI-10150]"
This commit is contained in:
parent
b560cf9e7b
commit
d570673947
1 changed files with 14 additions and 14 deletions
|
@ -565,10 +565,10 @@ en:
|
|||
comment_placeholder: "Your Message"
|
||||
more_comments: "More Comments"
|
||||
card:
|
||||
start_date: "Start date"
|
||||
start_date: "Started on"
|
||||
id: "ID"
|
||||
visibility: "Visible to"
|
||||
users: "Members"
|
||||
users: "Access"
|
||||
name: "Project name"
|
||||
archived_date: "Archived"
|
||||
end_of_list_placeholder: 'You’ve reached the end of the list'
|
||||
|
@ -692,9 +692,9 @@ en:
|
|||
thead_project_name: "Project name"
|
||||
thead_name: "Report name"
|
||||
thead_created_by: "Created by"
|
||||
thead_last_modified_by: "Last modified by"
|
||||
thead_created_at: "Creation date"
|
||||
thead_updated_at: "Last update date"
|
||||
thead_last_modified_by: "Updated by"
|
||||
thead_created_at: "Created on"
|
||||
thead_updated_at: "Updated on"
|
||||
thead_id: "ID"
|
||||
no_reports: "No reports!"
|
||||
pdf: "PDF"
|
||||
|
@ -984,8 +984,8 @@ en:
|
|||
thead_name: 'Name'
|
||||
format: 'Format'
|
||||
description: 'Description'
|
||||
updated_by: 'Last updated by'
|
||||
updated_at: 'Last updated on'
|
||||
updated_by: 'Updated by'
|
||||
updated_at: 'Updated on'
|
||||
created_by: 'Created by'
|
||||
created_at: 'Created on'
|
||||
templates_duplicated: '[%{count}] Label template(s) successfully copied'
|
||||
|
@ -1460,7 +1460,7 @@ en:
|
|||
card:
|
||||
name: "Experiment"
|
||||
id: "ID"
|
||||
start_date: "Start date"
|
||||
start_date: "Started on"
|
||||
modified_date: "Modified date"
|
||||
archived_date: "Archived date"
|
||||
completed_task: "Completed"
|
||||
|
@ -1536,7 +1536,7 @@ en:
|
|||
column:
|
||||
id_html: 'ID'
|
||||
task_name_html: 'Task name'
|
||||
due_date_html: 'Due date'
|
||||
due_date_html: 'Due'
|
||||
archived_html: 'Archived'
|
||||
age_html: 'Age'
|
||||
results_html: 'Results'
|
||||
|
@ -1704,7 +1704,7 @@ en:
|
|||
comment_placeholder: "Your Message"
|
||||
new_comment: "New comment"
|
||||
full_zoom:
|
||||
due_date: "Due date"
|
||||
due_date: "Due"
|
||||
no_due_date: "not set"
|
||||
status_transitioning_label: "Transitioning to:"
|
||||
no_access: "You don’t have permission to view this task"
|
||||
|
@ -2062,7 +2062,7 @@ en:
|
|||
assigned_search: 'Search...'
|
||||
assigned_tooltip: "%{tasks} tasks in %{experiments} experiments, %{projects} projects"
|
||||
row_name: "Name"
|
||||
added_on: "Added on"
|
||||
added_on: "Created on"
|
||||
added_by: "Added by"
|
||||
archived_on: "Archived on"
|
||||
archived_by: "Archived by"
|
||||
|
@ -2535,9 +2535,9 @@ en:
|
|||
name: "Name"
|
||||
number_of_items: "No. of items"
|
||||
shared: "Shared"
|
||||
ownership: "Ownership"
|
||||
added_on: "Added on"
|
||||
added_by: "Added by"
|
||||
ownership: "Owned by"
|
||||
added_on: "Created on"
|
||||
added_by: "Created by"
|
||||
archived_on: "Archived on"
|
||||
archived_by: "Archived by"
|
||||
shared_for_viewing: "For viewing"
|
||||
|
|
Loading…
Reference in a new issue