| 
				Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/public_html/kite.mata-lashes.com/app/Language/uk/  | 
Upload File :  | 
<?php
/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <admin@codeigniter.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */
// Database language settings
return [
    'invalidEvent'                     => '{0} не є допустимою функцією зворотного виклику моделі.',
    'invalidArgument'                  => 'Слід вказати допустиме значення {0}.',
    'invalidAllowedFields'             => 'Мають бути вказані допустимі поля для моделі: {0}',
    'emptyDataset'                     => 'Немає даних в {0}.',
    'failGetFieldData'                 => 'Не вдається отримати дані поля з бази даних.',
    'failGetIndexData'                 => 'Не вдається отримати дані індексу з бази даних.',
    'failGetForeignKeyData'            => 'Не вдається отримати дані зовнішнього ключа з бази даних.',
    'parseStringFail'                  => 'Не вдається здійснити парсинг ключа.',
    'featureUnavailable'               => 'Ця функція недоступна для поточної бази даних.',
    'tableNotFound'                    => 'Таблиця "{0}" відсутня в поточній базі даних.',
    'noPrimaryKey'                     => 'Клас моделі "{0}" не має первинного ключа.',
    'noDateFormat'                     => 'Клас моделі "{0}" не має допустимого формату дати.',
    'fieldNotExists'                   => 'Поле "{0}" відсутнє.',
    'forEmptyInputGiven'               => 'Для поля "{0}" задано пустий оператор.',
    'forFindColumnHaveMultipleColumns' => 'Тільки один стовпець може бути в Назві стовпця.',
];