L10n fix
This commit is contained in:
parent
9609a682a6
commit
31e6d56475
|
@ -8,5 +8,5 @@
|
|||
= f.text_field :unixname
|
||||
%p
|
||||
= f.submit t('layout.create')
|
||||
= link_to t('layout.cancel'), platform_repositories_path(@platform)
|
||||
= link_to t('layout.cancel'), platform_path(@platform)
|
||||
|
||||
|
|
|
@ -17,12 +17,20 @@ ru:
|
|||
projects: Проекты
|
||||
products: Продукты
|
||||
location: Расположение
|
||||
repositories: Репозитории
|
||||
back_to_the_list: ⇐К списку платформ
|
||||
repositories:
|
||||
new: Новый репозиторий
|
||||
show: Репозиторий
|
||||
location: Расположение
|
||||
projects: Проекты
|
||||
new_header: Новый репозиторий
|
||||
back_to_the_list: ⇐К списку репозиториев
|
||||
projects:
|
||||
new: Новый проект
|
||||
location: Расположение
|
||||
git_repo_location: Путь к git-репозиторию
|
||||
back_to_the_list: ⇐К списку проектов платформы
|
||||
back_to_the_list: ⇐К списку проектов репозитория
|
||||
users:
|
||||
new: Новый пользователь
|
||||
back_to_the_list: ⇐К списку пользователей
|
||||
|
|
Loading…
Reference in New Issue