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
Copy file name to clipboardExpand all lines: config/locales/en.yml
+3
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ en:
12
12
select_field_type: "Select field type"
13
13
select_model: "Select Model"
14
14
collection_name_field_hint: "You can access model collection like this: models.your_collection_name (ex., models.services)"
15
+
description_field_hint: "Optional field. Just write some description so everyone would be aware what's the purpose of this Model"
16
+
label_field_hint: "Add at least one Field below. And then you could choose one that would be used for item permalink generation and entries list displaying"
15
17
allow_creation_using_form_field_hint: "On website you can place a form allowing to create model entries"
16
18
has_many_field_placeholder: "Select related objects..."
17
19
belongs_to_field_placeholder: "Select related object..."
@@ -54,6 +56,7 @@ en:
54
56
kms/model:
55
57
kms_model_name: "Name"
56
58
collection_name: "Collection name (for Liquor)"
59
+
description: "Description"
57
60
fields: "Fields"
58
61
label_field: "Label field (used for URL/slug generating)"
59
62
allow_creation_using_form: "Allow creation using form"
Copy file name to clipboardExpand all lines: config/locales/ru.yml
+3
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ ru:
12
12
select_field_type: "Выберите тип свойства"
13
13
select_model: "Выберите модель"
14
14
collection_name_field_hint: "К коллекции можно будет обратиться так: models.your_collection_name (напр., models.services)"
15
+
description_field_hint: "Необязательное поле. Напишите небольшое описание, чтобы было понятно назначение данной Модели"
16
+
label_field_hint: "Добавьте хотя бы одно Свойство ниже. И затем вы можете выбрать свойство для генерации ссылки на элемент, а так же для отображения элементов в списке"
15
17
allow_creation_using_form_field_hint: "На сайте можно будет разместить форму для создания элементов модели"
16
18
has_many_field_placeholder: "Выберите связанные объекты..."
0 commit comments