Tweak translations and add an export link to the vote results
This commit is contained in:
parent
d3c8f57d25
commit
cc6a3da162
|
@ -60,3 +60,5 @@
|
||||||
= icon :users, t('.back_to', conference: @conference.title)
|
= icon :users, t('.back_to', conference: @conference.title)
|
||||||
= link_to update_vote_data_management_conference_path, method: :patch, class: ['btn', 'btn-primary'] do
|
= link_to update_vote_data_management_conference_path, method: :patch, class: ['btn', 'btn-primary'] do
|
||||||
= icon :refresh, t('.fetch_vote_results')
|
= icon :refresh, t('.fetch_vote_results')
|
||||||
|
= link_to management_conference_events_path(current_conference, format: 'csv'), class: 'btn btn-info'
|
||||||
|
= icon :download, t('.export')
|
||||||
|
|
|
@ -42,10 +42,11 @@ bg:
|
||||||
voting_results: "Резултати от гласуването"
|
voting_results: "Резултати от гласуването"
|
||||||
vote_data_updated_at: "последно обновяване %{updated_at}"
|
vote_data_updated_at: "последно обновяване %{updated_at}"
|
||||||
vote_ratio: "%{votes} от общо %{total_votes} гласа"
|
vote_ratio: "%{votes} от общо %{total_votes} гласа"
|
||||||
fetch_vote_results: "Изтегли резултатите от гласуването"
|
fetch_vote_results: "Обнови резултатите от гласуването"
|
||||||
percent: "%"
|
percent: "%"
|
||||||
rank: "Позиция"
|
rank: "Позиция"
|
||||||
unranked: "Няма данни"
|
unranked: "Няма данни"
|
||||||
|
export: Експорт
|
||||||
show:
|
show:
|
||||||
full_vote_results: "Пълни резултати от гласуването"
|
full_vote_results: "Пълни резултати от гласуването"
|
||||||
vote_data_never_updated: "Резулатите от гласуването не са изтеглени"
|
vote_data_never_updated: "Резулатите от гласуването не са изтеглени"
|
||||||
|
@ -54,7 +55,7 @@ bg:
|
||||||
vote_ratio: "%{votes} от общо %{total_votes} гласа"
|
vote_ratio: "%{votes} от общо %{total_votes} гласа"
|
||||||
summary: 'Обобщение'
|
summary: 'Обобщение'
|
||||||
cfp_status: 'Състояние на CFP'
|
cfp_status: 'Състояние на CFP'
|
||||||
fetch_vote_results: "Изтегли резултатите от гласуването"
|
fetch_vote_results: "Обнови резултатите от гласуването"
|
||||||
percent: "%"
|
percent: "%"
|
||||||
rank: "Позиция"
|
rank: "Позиция"
|
||||||
events:
|
events:
|
||||||
|
|
Loading…
Reference in New Issue