diff --git a/app/views/contests/show_attendingcontest.html.erb b/app/views/contests/show_attendingcontest.html.erb index 4bf2befa8..d68402e18 100644 --- a/app/views/contests/show_attendingcontest.html.erb +++ b/app/views/contests/show_attendingcontest.html.erb @@ -90,6 +90,7 @@ <%= l(:label_work_name) %> * : <%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %> + (25个汉字以内)


diff --git a/app/views/softapplications/_form.html.erb b/app/views/softapplications/_form.html.erb index b4a9c3c96..d74c049cd 100644 --- a/app/views/softapplications/_form.html.erb +++ b/app/views/softapplications/_form.html.erb @@ -14,7 +14,7 @@
- <%= l(:label_softapplication_name) %> + <%= l(:label_work_name) %> * : <%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %> <%= l(:label_softapplication_name_condition)%> @@ -22,7 +22,7 @@
- <%= l(:label_softapplication_version_available) %> + <%= l(:label_running_platform) %> * : <%= f.text_field :android_min_version_available, :required => true, :size => 60, :style => "width:400px;" %> @@ -30,7 +30,7 @@
- <%= l(:label_softapplication_type) %> + <%= l(:label_work_type) %> * : <%= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %> @@ -39,9 +39,9 @@
- <%= l(:label_softapplication_description) %> + <%= l(:label_work_description) %> * : <%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %> - + <%= l(:label_softapplication_description_condition)%>

@@ -55,7 +55,7 @@
- 上传应用软件包和应用截图 + 上传作品软件包和作品截图 <%= render_flash_messages %>

<%= render :partial => 'attachments/form' %> diff --git a/app/views/softapplications/edit.html.erb b/app/views/softapplications/edit.html.erb index c9e0c6f66..0be2fab3e 100644 --- a/app/views/softapplications/edit.html.erb +++ b/app/views/softapplications/edit.html.erb @@ -1,4 +1,4 @@ -

<%= l(:label_edit_softapplication)%>

+

<%= l(:label_edit_work)%>

<%= render partial: 'form', locals:{softapplication: @softapplication} %> diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 654c95831..65e11310d 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1852,7 +1852,7 @@ zh: label_upload_softapplication_photo: 上传产品截图 label_upload_softapplication_packets_mustpacketed: 作品相关代码及相关说明文件必须打包后以压缩包的形式上传,便于上传和下载 ; label_upload_softapplication_photo_condition: 作品截图需上传0~4张;格式为gif/jpg/png, 每张小于5M - label_updated_caution: 注意:若参赛作品,则之前上传的软件包和截图都将被删除,请重新上传! + label_updated_caution: 注意:若编辑参赛作品,则之前上传的软件包和截图都将被删除,请重新上传! label_softapplication_name: 应用名称 label_work_name: 作品名称 label_softapplication_description: 应用简介 @@ -1866,6 +1866,7 @@ zh: label_work_deposit_project_url: 托管项目网址 label_work_deposit_project: 托管项目 label_softapplication_name_condition: 25个汉字以内(50个字符) + label_softapplication_description_condition: 125个汉字以内 label_user_login_softapplication_board: 您还没有登录,请登录后参与应用评价。 label_contest_description_no: 暂无描述。 label_no_contest_softapplication: 暂无参赛应用 @@ -1877,6 +1878,7 @@ zh: label_add_contest_succeed_fail: 添加失败,该应用已参赛. label_no_ftapplication: 暂无应用 label_edit_softapplication: 修改应用 + label_edit_work: 修改作品 label_contest_delete: 删除竞赛 label_softapplication_list: 应用列表 label_contest_work_list: 参赛作品列表