|
24 | 24 | 'default' => [ |
25 | 25 | 'new_section' => 'New Section', |
26 | 26 | ], |
| 27 | + 'default_section_name' => 'Default', |
27 | 28 | ], |
28 | 29 |
|
29 | 30 | 'field' => [ |
|
65 | 66 | ], |
66 | 67 | 'add_field' => 'Add Field', |
67 | 68 | 'system_defined_cannot_delete' => 'System-defined fields cannot be deleted.', |
| 69 | + 'allow_multiple' => 'Allow Multiple Values', |
| 70 | + 'allow_multiple_help' => 'When enabled, users can enter multiple values for this field.', |
| 71 | + 'max_values' => 'Maximum Values', |
| 72 | + 'max_values_help' => 'The maximum number of values that can be entered.', |
| 73 | + 'unique_per_entity_type' => 'Unique Per Entity Type', |
| 74 | + 'unique_per_entity_type_help' => 'Each value can only be assigned to one record of this entity type.', |
68 | 75 | 'validation' => [ |
69 | 76 | 'label' => 'Validation', |
70 | 77 | 'rules' => 'Validation Rules', |
|
315 | 322 | 'multi_parameter_missing' => 'This validation rule requires multiple parameters. Please add all required parameters.', |
316 | 323 | 'parameter_missing' => 'This validation rule requires exactly :count parameter(s). Please add all required parameters.', |
317 | 324 | 'invalid_rule_for_field_type' => 'The selected rule is not valid for this field type.', |
| 325 | + 'unique_value' => 'The value ":value" is already assigned to another record.', |
318 | 326 | ], |
319 | 327 |
|
320 | 328 | 'empty_states' => [ |
|
328 | 336 | 'description' => 'Drag and drop fields here or click the button below to add your first field.', |
329 | 337 | 'icon' => 'heroicon-o-squares-plus', |
330 | 338 | ], |
| 339 | + 'fields_no_sections' => [ |
| 340 | + 'heading' => 'No custom fields yet', |
| 341 | + 'description' => 'Click the button below to add your first custom field.', |
| 342 | + 'icon' => 'heroicon-o-squares-plus', |
| 343 | + ], |
331 | 344 | ], |
332 | 345 |
|
333 | 346 | 'common' => [ |
334 | 347 | 'inactive' => 'Inactive', |
335 | 348 | ], |
| 349 | + |
| 350 | + 'email' => [ |
| 351 | + 'add_email_placeholder' => 'Add email address...', |
| 352 | + ], |
| 353 | + |
336 | 354 | ]; |
0 commit comments