I don't know what is there. I'm just drunk, dammit.
This commit is contained in:
@@ -31,7 +31,7 @@ module Beathaven
|
||||
|
||||
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
||||
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
||||
# config.i18n.default_locale = :de
|
||||
config.i18n.default_locale = :ru
|
||||
|
||||
# Configure the default encoding used in templates for Ruby 1.9.
|
||||
config.encoding = "utf-8"
|
||||
|
||||
+38
-4
@@ -1,5 +1,39 @@
|
||||
# Sample localization file for English. Add more files in this directory for other locales.
|
||||
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
|
||||
en:
|
||||
hello: "Hello world"
|
||||
global:
|
||||
search: "Search"
|
||||
news: "News"
|
||||
about: "About"
|
||||
login: "Log in"
|
||||
logout: "Log out"
|
||||
do_add: "Add some music to playlist"
|
||||
do_login: "Don't forget to log in, please. It's simple."
|
||||
repeat: "Repeat"
|
||||
shuffle: "Shuffle"
|
||||
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"
|
||||
site: "Site"
|
||||
music: "Music"
|
||||
lastfm: "Last.fm"
|
||||
music:
|
||||
albums: "Albums"
|
||||
|
||||
username: "Username"
|
||||
email: "Email"
|
||||
lang:
|
||||
title: "Language"
|
||||
en: "English"
|
||||
ru: "Russian"
|
||||
save: "Hello, my name is Useless Button"
|
||||
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"
|
||||
@@ -0,0 +1,32 @@
|
||||
ru:
|
||||
global:
|
||||
search: "Поиск"
|
||||
news: "Новости"
|
||||
about: "О проекте"
|
||||
login: "Войти"
|
||||
logout: "Выйти"
|
||||
do_add: "Добавьте музыку в плей-лист"
|
||||
do_login: "Авторизуйтесь, пожалуйста. Это действительно просто."
|
||||
repeat: "Повторять"
|
||||
shuffle: "Перемешать"
|
||||
do_empty: "Очистить"
|
||||
hello: "Привет"
|
||||
settings: "Настройки"
|
||||
|
||||
search:
|
||||
fail: "Что-то ужасное произошло пока мы собирали информацию об этом исполнителе. Может пока поищем другого?"
|
||||
loading: "Прямо сейчас мы собираем всю возможною информацию об этом исполнителе в первый раз. Обычно это занимает меньше минуты."
|
||||
typo: "Опечатались?"
|
||||
|
||||
settings:
|
||||
account: "Аккаунт"
|
||||
lastfm: "Last.fm"
|
||||
username: "Имя"
|
||||
email: "Почта"
|
||||
lang: "Язык"
|
||||
not_connected: "Не подключен"
|
||||
do_connect: "Подключить"
|
||||
reload_alert: "Чтобы изменить язык приложения, необходимо перезагрузить страницу. Ваш текущий плей-лист будет очищен и музыка остановится. Вы действительно хотите продолжить?"
|
||||
|
||||
player:
|
||||
do_add: "Добавить в плей-лист"
|
||||
Reference in New Issue
Block a user