Update v1.0.6

This commit is contained in:
Bhanu Slathia
2016-02-16 23:22:09 +05:30
parent 62d04a0372
commit c710c20b9e
7620 changed files with 244752 additions and 1070312 deletions

View File

@@ -1,29 +0,0 @@
<?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',
);