/var/www/hkosl.com/demo_google/application/vendor/nesbot/carbon/src/Carbon/Lang/my.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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.
 */

return array(
    
'year' => ':count နှစ်|:count နှစ်',
    
'y' => ':count နှစ်|:count နှစ်',
    
'month' => ':count လ|:count လ',
    
'm' => ':count လ|:count လ',
    
'week' => ':count ပတ်|:count ပတ်',
    
'w' => ':count ပတ်|:count ပတ်',
    
'day' => ':count ရက်|:count ရက်',
    
'd' => ':count ရက်|:count ရက်',
    
'hour' => ':count နာရီ|:count နာရီ',
    
'h' => ':count နာရီ|:count နာရီ',
    
'minute' => ':count မိနစ်|:count မိနစ်',
    
'min' => ':count မိနစ်|:count မိနစ်',
    
'second' => ':count စက္ကန့်|:count စက္ကန့်',
    
's' => ':count စက္ကန့်|:count စက္ကန့်',
    
'ago' => 'လွန်ခဲ့သော :time က',
    
'from_now' => 'ယခုမှစ၍နောက် :time အကြာ',
    
'after' => ':time ကြာပြီးနောက်',
    
'before' => ':time မတိုင်ခင်',
    
'diff_now' => 'အခုလေးတင်',
    
'diff_yesterday' => 'မနေ့က',
    
'diff_tomorrow' => 'မနက်ဖြန်',
    
'diff_before_yesterday' => 'တမြန်နေ့က',
    
'diff_after_tomorrow' => 'တဘက်ခါ',
    
'period_recurrences' => ':count ကြိမ်',
);