Add missing translations
This commit is contained in:
parent
4fe0f870f5
commit
0f894ee70c
|
@ -1,6 +1,5 @@
|
|||
- content_for :title
|
||||
= Conference.human_attribute_name(:volunteers).mb_chars.capitalize
|
||||
|
||||
= Volunteer.model_name.human(count: 2).mb_chars.capitalize
|
||||
.row
|
||||
.col-lg-12
|
||||
h1.page-header
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
bg:
|
||||
management:
|
||||
volunteers:
|
||||
index:
|
||||
profile: Профил
|
||||
total: "%{current} от общо %{total}"
|
||||
personal_profiles:
|
||||
index:
|
||||
no_profile: 'Този потребител няма въведен профил за текущата конференция.'
|
||||
|
|
Loading…
Reference in New Issue