Fix translations.
This commit is contained in:
parent
9e9f2959bc
commit
5382df8c2c
|
@ -46,9 +46,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label muted"><%= t(:type) %></label>
|
||||
<label class="control-label muted"><%= t("video_pro.type") %></label>
|
||||
<div class="controls">
|
||||
<div><%= t("choose_type") %></div>
|
||||
<div><%= t("video_pro.choose_type") %></div>
|
||||
<%=
|
||||
select_tag "video_image[exchange_item]", options_for_select(@item,@item_choose)
|
||||
%>
|
||||
|
@ -87,10 +87,10 @@
|
|||
|
||||
<div id="exchange_item_1" style="display:none">
|
||||
<div class="control-group input-title">
|
||||
<label class="control-label muted"><%= t(:youtube) %></label>
|
||||
<label class="control-label muted"><%= t("video_pro.youtube") %></label>
|
||||
<div class="controls">
|
||||
<div><%= 'ex. https://www.youtube.com/watch?v=UHF2e3lyPVU' %></div>
|
||||
<%= f.text_field :youtube, placeholder: t(:youtube), class: 'input-block-level' %>
|
||||
<%= f.text_field :youtube, placeholder: t("video_pro.youtube"), class: 'input-block-level' %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -64,9 +64,9 @@ en:
|
|||
next: Next
|
||||
muted: Muted
|
||||
unmuted: Unmuted
|
||||
video: Video
|
||||
new_image: New Image or Video
|
||||
youtube: youtube embed URL
|
||||
type: Image or Video
|
||||
choose_type: Please Select One Type First
|
||||
select: Please Select One
|
||||
new_image: New Image or Video
|
||||
youtube: youtube embed URL
|
||||
type: Image or Video
|
||||
choose_type: Please Select One Type First
|
||||
select: Please Select One
|
||||
video: Video
|
|
@ -61,9 +61,9 @@ zh_tw:
|
|||
next: 下一張
|
||||
muted: 靜音
|
||||
unmuted: 取消靜音
|
||||
video: 影片
|
||||
new_image: 新增圖片 或 影片
|
||||
youtube: youtube網址嵌入
|
||||
type: 圖片 或 影片
|
||||
choose_type: 請先選擇類型
|
||||
select: 請選擇
|
||||
new_image: 新增圖片 或 影片
|
||||
youtube: youtube網址嵌入
|
||||
type: 圖片 或 影片
|
||||
choose_type: 請先選擇類型
|
||||
select: 請選擇
|
||||
video: 影片
|
Loading…
Reference in New Issue