language fix
This commit is contained in:
parent
85cf4641a2
commit
ce8d96a23c
|
@ -26,6 +26,10 @@
|
|||
<div class="col-sm-5">
|
||||
<%= fe.text_field locale, :class => "form-control", :value => @job.job_title_translations[locale] %>
|
||||
</div>
|
||||
<div>
|
||||
<p class="help-block"><%= t("recruitment.job_description_example") %></p>
|
||||
<a class="hint-btn" href=""><%= t("recruitment.example") %></a>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<!-- Job Description -->
|
||||
|
|
|
@ -6,6 +6,8 @@ en:
|
|||
module_name:
|
||||
recruitment: Recruitment
|
||||
recruitment:
|
||||
example: Exmaple
|
||||
job_title_example: For Example Executive, Manager, Supervisor etc.
|
||||
total_internship_postings: Total Internship Postings
|
||||
total_exchange_postings: Total Exchange Postings
|
||||
total_employees: Total Employees
|
||||
|
|
|
@ -7,6 +7,14 @@ zh_tw:
|
|||
module_name:
|
||||
recruitment: 招募
|
||||
recruitment:
|
||||
example: Exmaple
|
||||
job_title_example: For Example Executive, Manager, Supervisor etc.
|
||||
job_description_example: "For Example: Job Description for Marketing Executive
|
||||
a. Overseeing and developing marketing campaigns
|
||||
b. Conducting research and analysing data to identify and define audiences.
|
||||
c. Managing campaigns on social media
|
||||
d. Devising and presenting ideas and strategies"
|
||||
|
||||
total_internship_postings: 全部實習生需求列表
|
||||
total_exchange_postings: 全部交換生需求列表
|
||||
total_employees: 所有雇員
|
||||
|
|
Loading…
Reference in New Issue