forked from External/greenlight
Merge branch 'master' into translations_en-yml--master_eu
This commit is contained in:
commit
6dd78ca41b
|
@ -36,9 +36,9 @@
|
||||||
<td class="text-left">
|
<td class="text-left">
|
||||||
<% running = room_is_running(room.bbb_id) %>
|
<% running = room_is_running(room.bbb_id) %>
|
||||||
<% if running %>
|
<% if running %>
|
||||||
<%= t("administrator.rooms.running") %>
|
<%= t("administrator.rooms.table.running") %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= t("administrator.rooms.not_running") %>
|
<%= t("administrator.rooms.table.not_running") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right">
|
<div class="dropdown-menu dropdown-menu-right">
|
||||||
<%= link_to room_path(room), class: "dropdown-item" do %>
|
<%= link_to room_path(room), class: "dropdown-item" do %>
|
||||||
<i class="dropdown-icon far fa-eye"></i> <%= t("administrator.rooms.view") %>
|
<i class="dropdown-icon far fa-eye"></i> <%= t("administrator.rooms.table.view") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= button_to start_room_path(room), class: "dropdown-item", "data-disable": "" do %>
|
<%= button_to start_room_path(room), class: "dropdown-item", "data-disable": "" do %>
|
||||||
<i class="dropdown-icon fas fa-door-open"></i> <%= running ? t("room.join") : t("room.start") %>
|
<i class="dropdown-icon fas fa-door-open"></i> <%= running ? t("room.join") : t("room.start") %>
|
||||||
|
|
|
@ -147,6 +147,7 @@ en:
|
||||||
delete: Delete
|
delete: Delete
|
||||||
edit: Edit
|
edit: Edit
|
||||||
edit_roles: Edit the user roles
|
edit_roles: Edit the user roles
|
||||||
|
merge: Merge
|
||||||
perm_delete: Permanently Delete
|
perm_delete: Permanently Delete
|
||||||
unban: Unban User
|
unban: Unban User
|
||||||
undelete: Undelete
|
undelete: Undelete
|
||||||
|
|
Loading…
Reference in New Issue