From cfaf788e3718434542c408e2bc6018cab0111601 Mon Sep 17 00:00:00 2001 From: whimlex Date: Tue, 17 Mar 2015 18:04:35 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=B0=E7=89=88=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=88=90=E5=91=98=EF=BC=8C=E5=85=B3=E6=B3=A8=E8=80=85=EF=BC=8C?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=BA=93=E5=9B=BD=E9=99=85=E5=8C=96=EF=BC=9B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BD=E9=99=85=E5=8C=96=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/_project_file.html.erb | 6 +- app/views/projects/_member_list.html.erb | 2 +- app/views/projects/watcherlist.html.erb | 2 +- app/views/users/_my_joinedcourse.html.erb | 4 +- config/locales/commons/en.yml | 5 +- config/locales/commons/zh.yml | 16 +++-- config/locales/en.yml | 16 +---- config/locales/projects/en.yml | 55 ++++++++++++++- config/locales/projects/zh.yml | 82 ++++++++++++++++++++++- config/locales/zh.yml | 28 ++------ 10 files changed, 158 insertions(+), 58 deletions(-) diff --git a/app/views/files/_project_file.html.erb b/app/views/files/_project_file.html.erb index aa597f3f2..b4d849cd6 100644 --- a/app/views/files/_project_file.html.erb +++ b/app/views/files/_project_file.html.erb @@ -1,7 +1,7 @@ <% attachmenttypes = @project.attachmenttypes %> <% sufixtypes = @project.contenttypes %>
-

资源共享区

+

<%= l(:lable_file_sharingarea) %>

@@ -16,12 +16,12 @@