mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 16:45:18 +08:00
Change name column header names for exp, inventories, protocol and label templates tables [SCI-10230]
This commit is contained in:
parent
968b34d74c
commit
98e45a4c87
1 changed files with 4 additions and 4 deletions
|
@ -983,7 +983,7 @@ en:
|
||||||
index:
|
index:
|
||||||
head_title: 'Label templates'
|
head_title: 'Label templates'
|
||||||
search_templates: 'Search labels'
|
search_templates: 'Search labels'
|
||||||
thead_name: 'Name'
|
thead_name: 'Label name'
|
||||||
format: 'Format'
|
format: 'Format'
|
||||||
description: 'Description'
|
description: 'Description'
|
||||||
updated_by: 'Last updated by'
|
updated_by: 'Last updated by'
|
||||||
|
@ -1460,7 +1460,7 @@ en:
|
||||||
archive_button: "Archive"
|
archive_button: "Archive"
|
||||||
restore_button: "Restore"
|
restore_button: "Restore"
|
||||||
card:
|
card:
|
||||||
name: "Experiment"
|
name: "Experiment name"
|
||||||
id: "ID"
|
id: "ID"
|
||||||
start_date: "Start date"
|
start_date: "Start date"
|
||||||
modified_date: "Modified date"
|
modified_date: "Modified date"
|
||||||
|
@ -2538,7 +2538,7 @@ en:
|
||||||
head_title: "Inventories"
|
head_title: "Inventories"
|
||||||
head_title_archived: "Archived Inventories"
|
head_title_archived: "Archived Inventories"
|
||||||
table:
|
table:
|
||||||
name: "Name"
|
name: "Inventory name"
|
||||||
number_of_items: "No. of items"
|
number_of_items: "No. of items"
|
||||||
shared: "Shared"
|
shared: "Shared"
|
||||||
ownership: "Ownership"
|
ownership: "Ownership"
|
||||||
|
@ -3210,7 +3210,7 @@ en:
|
||||||
archive_action: "Archive"
|
archive_action: "Archive"
|
||||||
archive_flash_html: "<b>%{count} protocol</b> template(s) successfully archived."
|
archive_flash_html: "<b>%{count} protocol</b> template(s) successfully archived."
|
||||||
thead:
|
thead:
|
||||||
name: "Name"
|
name: "Protocol name"
|
||||||
id: "ID"
|
id: "ID"
|
||||||
keywords: "Keywords"
|
keywords: "Keywords"
|
||||||
nr_of_linked_children: "Linked tasks"
|
nr_of_linked_children: "Linked tasks"
|
||||||
|
|
Loading…
Add table
Reference in a new issue