composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / cy.php
blobc93750e25f0018f301b037d63800d152e8440ae2
1 <?php
2 /*
3 * This file is part of the Carbon package.
5 * (c) Brian Nesbitt <brian@nesbot.com>
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10 return array(
11 'year' => '1 flwyddyn|:count blynedd',
12 'y' => ':countbl',
13 'month' => '1 mis|:count fis',
14 'm' => ':countmi',
15 'week' => ':count wythnos',
16 'w' => ':countw',
17 'day' => ':count diwrnod',
18 'd' => ':countd',
19 'hour' => ':count awr',
20 'h' => ':counth',
21 'minute' => ':count munud',
22 'min' => ':countm',
23 'second' => ':count eiliad',
24 's' => ':counts',
25 'ago' => ':time yn ôl',
26 'from_now' => ':time o hyn ymlaen',
27 'after' => ':time ar ôl',
28 'before' => ':time o\'r blaen',