Add missing translations
This commit is contained in:
parent
dab192d1ff
commit
f3c178a092
1
Gemfile
1
Gemfile
|
@ -17,6 +17,7 @@ gem 'haml'
|
||||||
gem 'sass'
|
gem 'sass'
|
||||||
gem 'coffee-script'
|
gem 'coffee-script'
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
# gem 'i18n-js'
|
||||||
|
|
||||||
# Music related stuff
|
# Music related stuff
|
||||||
gem 'lastfm-client', :git => 'http://github.com/pch/lastfm-client.git'
|
gem 'lastfm-client', :git => 'http://github.com/pch/lastfm-client.git'
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
- unless @artist.playlists.empty?
|
- unless @artist.playlists.empty?
|
||||||
.row
|
.row
|
||||||
.span7.offset4
|
.span7.offset4
|
||||||
%h3 Playlists
|
%h3= t('player.playlists')
|
||||||
%table.zebra-striped
|
%table.zebra-striped
|
||||||
%tr
|
%tr
|
||||||
- @artist.playlists.each do |playlist|
|
- @artist.playlists.each do |playlist|
|
||||||
|
|
|
@ -53,3 +53,5 @@ en:
|
||||||
do_empty: "Empty"
|
do_empty: "Empty"
|
||||||
thumbs_up: "This is exactly the song I was looking for and the quality of sound is good"
|
thumbs_up: "This is exactly the song I was looking for and the quality of sound is good"
|
||||||
thumbs_down: "This is not the song I was looking for or the quality of sound is bad"
|
thumbs_down: "This is not the song I was looking for or the quality of sound is bad"
|
||||||
|
set_playlist: "Play"
|
||||||
|
playlists: "Playlists"
|
||||||
|
|
|
@ -53,3 +53,5 @@ ru:
|
||||||
do_empty: "Очистить"
|
do_empty: "Очистить"
|
||||||
thumbs_up: "Это та самая песня и качество звука хорошее"
|
thumbs_up: "Это та самая песня и качество звука хорошее"
|
||||||
thumbs_down: "Это не та песня или качество звука плохое"
|
thumbs_down: "Это не та песня или качество звука плохое"
|
||||||
|
set_playlist: "Играть"
|
||||||
|
playlists: "Плей-листы"
|
||||||
|
|
Loading…
Reference in New Issue