HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/public_html/ec/vendor/nesbot/carbon/src/Carbon/Lang/uz.php
<?php

/*
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <brian@nesbot.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return array(
    'year' => ':count yil|:count yil|:count yil',
    'y' => ':count yil|:count yil|:count yil',
    'month' => ':count oy|:count oy|:count oylar',
    'm' => ':count oy|:count oy|:count oylar',
    'week' => ':count hafta|:count hafta|:count hafta',
    'w' => ':count hafta|:count hafta|:count hafta',
    'day' => ':count kun|:count kun|:count kun',
    'd' => ':count kun|:count kun|:count kun',
    'hour' => ':count soat|:count soat|:count soat',
    'h' => ':count soat|:count soat|:count soat',
    'minute' => ':count minut|:count minut|:count minut',
    'min' => ':count minut|:count minut|:count minut',
    'second' => ':count sekund|:count sekund|:count sekund',
    's' => ':count sekund|:count sekund|:count sekund',
    'ago' => ':time avval',
    'from_now' => ':time keyin',
    'after' => ':time keyin',
    'before' => ':time oldin',
);