Update v1.0.6
This commit is contained in:
29
vendor/nesbot/carbon/src/Carbon/Lang/lt.php
vendored
Normal file
29
vendor/nesbot/carbon/src/Carbon/Lang/lt.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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' => '1 metus|:count metus|:count metų',
|
||||
'month' => '1 menesį|:count menesius|:count menesių',
|
||||
'week' => '1 savaitę|:count savaites|:count savaičių',
|
||||
'day' => '1 dieną|:count dienas|:count dienų',
|
||||
'hour' => '1 valandą|:count valandas|:count valandų',
|
||||
'minute' => '1 minutę|:count minutes|:count minučių',
|
||||
'second' => '1 sekundę|:count sekundes|:count sekundžių',
|
||||
'ago' => 'prieš :time',
|
||||
'from_now' => 'už :time',
|
||||
'after' => 'po :time',
|
||||
'before' => ':time nuo dabar',
|
||||
);
|
||||
Reference in New Issue
Block a user