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