mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Add I18n
This commit is contained in:
parent
34d6e903a4
commit
5b375168c0
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="rows-to-assign">
|
||||
<p class="header">
|
||||
<i class="fas fa-plus"></i>
|
||||
Items newly assigned
|
||||
<%=t 'my_modules.modals.update_repository_record.newly_assigned_items' %>
|
||||
</p>
|
||||
<ul class="rows-list">
|
||||
<% rows_to_assign.each do |row_id, row| %>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<div class="rows-to-unassign">
|
||||
<p class="header">
|
||||
<i class="fas fa-minus"></i>
|
||||
Items that will be removed
|
||||
<%=t 'my_modules.modals.update_repository_record.items_will_be_removed' %>
|
||||
</p>
|
||||
<ul class="rows-list">
|
||||
<% rows_to_unassign.each do |row_id, row| %>
|
||||
|
|
|
@ -823,6 +823,8 @@ en:
|
|||
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'
|
||||
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?
|
||||
|
|
Loading…
Reference in a new issue