| 
				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/simulasikite.mata-lashes.com/app/Language/lv/  | 
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.
 */
// Cast language settings
return [
    'jsonErrorDepth'         => 'Maksimālais kaudzes dziļums ir pārsniegts.', // 'Maximum stack depth exceeded.'
    'jsonErrorStateMismatch' => 'Nepietiekama plūsma vai režīmi neatbilst.', // 'Underflow or the modes mismatch.'
    'jsonErrorCtrlChar'      => 'Atrasts negaidīts kontroles simbols.', // 'Unexpected control character found.'
    'jsonErrorSyntax'        => 'Sintakses kļūda, nepareizi veidots JSON.', // 'Syntax error, malformed JSON.'
    'jsonErrorUtf8'          => 'Nepareizi veidotas UTF-8 rakstzīmes, iespējams, ka nepareizi kodētas.', // 'Malformed UTF-8 characters, possibly incorrectly encoded.'
    'jsonErrorUnknown'       => 'Nezināma kļūda.', // 'Unknown error.'
    'abstractCastMissing'    => 'Klasei {0} ir jāmanto CodeIgniter\EntityCast\AbstractCast klase.', // 'The {0} class must inherit the CodeIgniter\EntityCast\AbstractCast class.'
    'wrongCastMethod'        => 'Atļautās kāstošanas metodes ir `get` un `set`.', // 'Allowed methods for cast is "get" and "set".'
    'invalidTimestamp'       => 'Kāstošanas tips `timestamp` sagaida pareizu laika zīmogu.', // 'Type casting "timestamp" expects a correct timestamp.'
];