www.gusucode.com > KPPW众包威客PHP开源建站系统 v3.0源码程序 > KPPW/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.
 */
/**
 * Translation messages.  See http://symfony.com/doc/current/book/translation.html
 * for possible formats.
 */

return array(
    'year'      => ':count yil|:count yil|:count yil',
    'month'     => ':count oy|:count oy|:count oylar',
    'week'      => ':count hafta|:count hafta|:count hafta',
    'day'       => ':count kun|:count kun|:count kun',
    'hour'      => ':count soat|:count soat|:count soat',
    'minute'    => ':count minut|:count minut|:count minut',
    'second'    => ':count sekund|:count sekund|:count sekund',
    'ago'       => ':time avval',
    'from_now'  => 'keyin :time',
    'after'     => ':time keyin',
    'before'    => ':time gacha'
);