mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
Merge pull request #523 from okriuchykhin/ok_SCI_1125
Add missing translation for protocol load [SCI-1125]
This commit is contained in:
commit
276ce45a6c
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>."
|
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_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>."
|
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:
|
user_my_modules:
|
||||||
new:
|
new:
|
||||||
|
@ -1071,14 +1077,6 @@ en:
|
||||||
create: "Add comment"
|
create: "Add comment"
|
||||||
create:
|
create:
|
||||||
success_flash: "Successfully added comment to result."
|
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:
|
users:
|
||||||
enums:
|
enums:
|
||||||
|
|
Loading…
Add table
Reference in a new issue