website/_include/calendar/nesbot/carbon/src/Carbon/Lang/my.php
2019-07-23 14:33:29 +02:00

38 lines
1.5 KiB
PHP

<?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 ကြိမ်',
);