竞赛子站国际化完成
This commit is contained in:
parent
4afc41a171
commit
d20114cc42
|
@ -41,7 +41,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding-left: 40px">
|
<td style="padding-left: 40px">
|
||||||
<% if @project %>
|
<% if @project %>
|
||||||
托管项目:<%= link_to "#@project", project_path(@project) %>
|
<%=l(:label_attendingcontestwork_deposit_project)%>:<%= link_to "#@project", project_path(@project) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
<div style="font-size: 15px"><strong><%=l(:label_work_comment)%>:</strong></div>
|
<div style="font-size: 15px"><strong><%=l(:label_work_comment)%>:</strong></div>
|
||||||
<% if (User.current.logged? and User.current.id != @softapplication.user_id) %>
|
<% if (User.current.logged? and User.current.id != @softapplication.user_id) %>
|
||||||
<div style="padding-left: 210px"><%=l(:label_work_rating)%>: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %>
|
<div style="padding-left: 210px"><%=l(:label_work_rating)%>: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %>
|
||||||
<span style="font-size: 11px">(您可以重新打分,打分结果以最后一次打分为主!)</span></div>
|
<span style="font-size: 11px">(<%=l(:label_attendingcontestwork_sorting_intimation)%>)</span></div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1958,6 +1958,7 @@ zh:
|
||||||
label_attendingcontestwork_average_scores: 平均评分
|
label_attendingcontestwork_average_scores: 平均评分
|
||||||
label_attendingcontestwork_release_time: 发布时间
|
label_attendingcontestwork_release_time: 发布时间
|
||||||
label_attendingcontestwork_deposit_project: 托管项目
|
label_attendingcontestwork_deposit_project: 托管项目
|
||||||
|
label_attendingcontestwork_sorting_intimation: 您可以重新打分,打分结果以最后一次打分为主!
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue