Add translation support in profile ('or' between buttons). Fix Russian locale
This commit is contained in:
parent
09b861c7a3
commit
e7c153df4e
3 changed files with 9 additions and 4 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
#submit_block
|
#submit_block
|
||||||
= link_to t('.cancel'), root_path
|
= link_to t('.cancel'), root_path
|
||||||
or
|
= t('.or')
|
||||||
= f.submit t('.update_profile')
|
= f.submit t('.update_profile')
|
||||||
|
|
||||||
#content_bottom
|
#content_bottom
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@ en:
|
||||||
albums: "Albums"
|
albums: "Albums"
|
||||||
you_dont_have_any_photos: "You don't have any photos! Go to the"
|
you_dont_have_any_photos: "You don't have any photos! Go to the"
|
||||||
page_to_upload_some: "page to upload some."
|
page_to_upload_some: "page to upload some."
|
||||||
|
or: "or"
|
||||||
comments:
|
comments:
|
||||||
comment:
|
comment:
|
||||||
ago: "ago"
|
ago: "ago"
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,10 @@ ru:
|
||||||
add_a_new_aspect: "Добавить аспект"
|
add_a_new_aspect: "Добавить аспект"
|
||||||
create: "Создать"
|
create: "Создать"
|
||||||
create:
|
create:
|
||||||
success:"Нажмите на плюс слева, для того, что-бы указать Diaspora тех, кто может видеть ваш новый аспект."
|
success:"Нажмите на плюс слева, для того, что-бы указать Diaspora тех, кто может видеть ваш новый аспект
|
||||||
|
helper:
|
||||||
|
remove: "Удалить"
|
||||||
|
aspect_not_empty: "Аспект не пуст"
|
||||||
users:
|
users:
|
||||||
edit:
|
edit:
|
||||||
editing_profile: "Редактирование профиля"
|
editing_profile: "Редактирование профиля"
|
||||||
|
|
@ -79,8 +82,9 @@ ru:
|
||||||
picture: "Аватар"
|
picture: "Аватар"
|
||||||
editing_profile: "Редактирование профиля"
|
editing_profile: "Редактирование профиля"
|
||||||
albums: "Альбомы"
|
albums: "Альбомы"
|
||||||
you_dont_have_any_photos: "У вас нет ни одной фотографии! Перейдите на "
|
you_dont_have_any_photos: "У вас нет ни одной фотографии! Перейдите в"
|
||||||
page_to_upload_some: "страницу для загрузки."
|
page_to_upload_some: "для загрузки."
|
||||||
|
or: "или"
|
||||||
comments:
|
comments:
|
||||||
comment:
|
comment:
|
||||||
ago: "ранее"
|
ago: "ранее"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue