openclassify/addons/default/visiosoft/customfields-module/resources/lang/uk/field.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

70 lines
3.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'name' => [
'name' => 'Спеціальна назва поля',
],
'parent_category' => [
'name' => 'Категорія',
],
'custom_field' => [
'name' => 'Спеціальна назва поля',
],
'custom_field_value' => [
'name' => 'Значення спеціального поля',
],
'custom_field_image' => [
'name' => 'Зображення власного поля',
],
'category' => [
'name' => 'Категорія',
],
'description' => [
'name' => 'Опис',
],
'type' => [
'name' => 'Спеціальний тип поля',
],
'category_name' => [
'name' => 'Назва категорії',
],
'selecttopall' => 'Всі',
'seenList' => [
'name' => 'Перегляд списку',
],
'slug' => [
'name' => 'Слизень',
],
'all_categories' => [
'name' => 'всі категорії',
],
'features' => [
'name' => 'Особливості',
],
'select' => [
'name' => 'Виберіть Option',
],
'required' => [
'name' => 'вимагається',
],
'all' => 'Всі',
'checkboxes_type' => 'Прапорці Поле',
'decimal_type' => 'Десяткове поле',
'integer_type' => 'Ціле число',
'radio_type' => 'Радіополе',
'range_type' => 'Діапазон поля',
'select_type' => 'Виберіть поле',
'selectdropdown_type' => 'Виберіть Випадаюче поле',
'selecttop_type' => 'Виберіть верхнє поле',
'selectrange_type' => 'Виберіть поле діапазону',
'selectimage_type' => 'Виберіть поле зображення',
'text_type' => 'Текстове поле',
'from' => 'Від',
'to' => 'До',
'and_above' => 'і вище',
'and_below' => 'і нижче',
'min' => 'Хв',
'max' => 'Макс',
'show_list' => 'Показати список',
];