composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / km.php
bloba104e06ebb6a0f18c6eb8d7cc7bce1a774fa1e51
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count ឆ្នាំ',
14 'y' => ':count ឆ្នាំ',
15 'month' => ':count ខែ',
16 'm' => ':count ខែ',
17 'week' => ':count សប្ដាហ៍',
18 'w' => ':count សប្ដាហ៍',
19 'day' => ':count ថ្ងៃ',
20 'd' => ':count ថ្ងៃ',
21 'hour' => ':count ម៉ោង',
22 'h' => ':count ម៉ោង',
23 'minute' => ':count នាទី',
24 'min' => ':count នាទី',
25 'second' => ':count វិនាទី',
26 's' => ':count វិនាទី',
27 'ago' => ':timeមុន',
28 'from_now' => ':timeពី​ឥឡូវ',
29 'after' => 'នៅ​ក្រោយ :time',
30 'before' => 'នៅ​មុន :time',