mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Add missing translation for protocol load [SCI-1125]
This commit is contained in:
parent
33544ec91d
commit
8a8720fcfe
1 changed files with 6 additions and 8 deletions
|
@ -1040,6 +1040,12 @@ en:
|
|||
start_edit_wopi_file_result: "<i>%{user}</i> started editing File %{file} on Result <strong>%{result}</strong>."
|
||||
unlock_wopi_file_step: "<i>%{user}</i> closed File %{file} for editing on Step %{step} <strong>%{step_name}</strong>."
|
||||
unlock_wopi_file_result: "<i>%{user}</i> started editing File %{file} on Result <strong>%{result}</strong>."
|
||||
load_protocol_from_file: "<i>%{user}</i> loaded protocol <strong>%{protocol}</strong> from file."
|
||||
load_protocol_from_repository: "<i>%{user}</i> loaded protocol <strong>%{protocol}</strong> from repository."
|
||||
revert_protocol: "<i>%{user}</i> reverted protocol <strong>%{protocol}</strong> from repository."
|
||||
create_report: "<i>%{user}</i> created report <strong>%{report}</strong>."
|
||||
delete_report: "<i>%{user}</i> deleted report <strong>%{report}</strong>."
|
||||
edit_report: "<i>%{user}</i> edited report <strong>%{report}</strong>."
|
||||
|
||||
user_my_modules:
|
||||
new:
|
||||
|
@ -1071,14 +1077,6 @@ en:
|
|||
create: "Add comment"
|
||||
create:
|
||||
success_flash: "Successfully added comment to result."
|
||||
load_protocol_from_file: "<i>%{user}</i> loaded protocol <strong>%{protocol}</strong> from file."
|
||||
load_protocol_from_repository: "<i>%{user}</i> loaded protocol <strong>%{protocol}</strong> from repository."
|
||||
revert_protocol: "<i>%{user}</i> reverted protocol <strong>%{protocol}</strong> from repository."
|
||||
create_report: "<i>%{user}</i> created report <strong>%{report}</strong>."
|
||||
delete_report: "<i>%{user}</i> deleted report <strong>%{report}</strong>."
|
||||
edit_report: "<i>%{user}</i> edited report <strong>%{report}</strong>."
|
||||
assign_sample: "<i>%{user}</i> assigned sample(s) <strong>%{samples}</strong> to task(s) <strong>%{tasks}</strong>."
|
||||
unassign_sample: "<i>%{user}</i> unassigned sample(s) <strong>%{samples}</strong> from task(s) <strong>%{tasks}</strong>."
|
||||
|
||||
users:
|
||||
enums:
|
||||
|
|
Loading…
Reference in a new issue