You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use translations for resources that used in Administrate.
So, where should I place them?
Thank you in advance for the answer.
P.S.
I've tried to place them in my local config/locales/administrate.ru.yml, kinda:
---
ru:
administrate:
actions:
confirm: Вы уверены?destroy: Удалитьedit: Редактироватьshow: Показатьcontroller:
create:
success: "%{resource} был успешно создан."destroy:
success: "%{resource} был успешно удален."not_the_last: "Невозможно удалить последний %{resource}."update:
success: "%{resource} был успешно обновлен."fields:
has_many:
more: "%{count} из %{total_count}"none: Нетpolymorphic:
not_supported: Полиморфные отношения в формах не поддерживаются.has_one:
not_supported: HasOne отношения в формах не поддерживаются.activerecord:
models:
cartoon:
one: Мультикother: Мультики
Hi there,
I would like to use translations for resources that used in Administrate.
So, where should I place them?
Thank you in advance for the answer.
P.S.
I've tried to place them in my local
config/locales/administrate.ru.yml
, kinda:Also I tried to add this into
ru.yml
:But this doesn't help :(.
The text was updated successfully, but these errors were encountered: