From 567e2d90c63bee0ece6e4c6c50911b2882143f85 Mon Sep 17 00:00:00 2001 From: magnolia-fan Date: Wed, 14 Sep 2011 22:16:06 +0400 Subject: [PATCH] Translation fixes --- app/controllers/artist_controller.rb | 2 +- config/locales/en.yml | 12 +++++++++--- config/locales/ru.yml | 25 +++++++++++++++++++------ 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/app/controllers/artist_controller.rb b/app/controllers/artist_controller.rb index 5b3a719..f5c9611 100644 --- a/app/controllers/artist_controller.rb +++ b/app/controllers/artist_controller.rb @@ -66,7 +66,7 @@ class ArtistController < ApplicationController @data[:status] = 'loading' @loading = true end - ap @artist + @data[:html] = buildArtistHTML(@artist) render :json => @data end diff --git a/config/locales/en.yml b/config/locales/en.yml index 5f2cb16..7f16e4e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -12,10 +12,12 @@ en: do_empty: "Empty playlist" hello: "Hi there" settings: "Settings" + search: fail: "Something very bad happened while we tried out to load some info about this artist. How about some other one?" loading: "Artist info is loading for the first time now. Usually it takes less than a minute, please wait a bit." typo: "Misspelled?" + settings: tab: account: "Account" @@ -24,16 +26,20 @@ en: lastfm: "Last.fm" music: albums: "Albums" - username: "Username" email: "Email" lang: title: "Language" en: "English" - ru: "Russian" - save: "Hello, my name is Useless Button" + ru: "Русский" + es: "Español" + cn: "简体中文" + de: "Deutsch" + fr: "Français" + save: "Save" not_connected: "Not connected" connect: "Connect" reload_alert: "To change application language it is needed to reload page. Your current playlist will be emptied and music will stop. Do you really wish to continue?" + player: add: "Add to Now Playing" \ No newline at end of file diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 9a2e653..aeae8e0 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -12,21 +12,34 @@ ru: do_empty: "Очистить" hello: "Привет" settings: "Настройки" - + search: fail: "Что-то ужасное произошло пока мы собирали информацию об этом исполнителе. Может пока поищем другого?" loading: "Прямо сейчас мы собираем всю возможною информацию об этом исполнителе в первый раз. Обычно это занимает меньше минуты." typo: "Опечатались?" settings: - account: "Аккаунт" - lastfm: "Last.fm" + tab: + account: "Аккаунт" + site: "Сайт" + music: "Музыка" + lastfm: "Last.fm" + music: + albums: "Альбомы" username: "Имя" email: "Почта" - lang: "Язык" + lang: + title: "Язык" + en: "English" + ru: "Русский" + es: "Español" + cn: "简体中文" + de: "Deutsch" + fr: "Français" + save: "Сохранить" not_connected: "Не подключен" - do_connect: "Подключить" + connect: "Подключить" reload_alert: "Чтобы изменить язык приложения, необходимо перезагрузить страницу. Ваш текущий плей-лист будет очищен и музыка остановится. Вы действительно хотите продолжить?" player: - do_add: "Добавить в плей-лист" \ No newline at end of file + add: "Добавить в плей-лист" \ No newline at end of file