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