Blame | Letzte Änderung | Log anzeigen | RSS feed
<?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.*//** Authors:* - François B* - ryanhart2*/return ['year' => ':count ປີ','y' => ':count ປີ','month' => ':count ເດືàºàº™','m' => ':count ດ. ','week' => ':count àºàº²àº—ິດ','w' => ':count àºàº—. ','day' => ':count ມື້','d' => ':count ມື້','hour' => ':count ຊົ່ວໂມງ','h' => ':count ຊມ. ','minute' => ':count ນາທີ','min' => ':count ນທ. ','second' => '{1}ບà»à»ˆà»€àº—ົ່າໃດວິນາທີ|]1,Inf[:count ວິນາທີ','s' => ':count ວິ. ','ago' => ':timeຜ່ານມາ','from_now' => 'àºàºµàº :time','diff_now' => 'ຕàºàº™àº™àºµà»‰','diff_today' => 'ມື້ນີ້ເວລາ','diff_yesterday' => 'ມື້ວານນີ້ເວລາ','diff_tomorrow' => 'ມື້àºàº·à»ˆàº™à»€àº§àº¥àº²','formats' => ['LT' => 'HH:mm','LTS' => 'HH:mm:ss','L' => 'DD/MM/YYYY','LL' => 'D MMMM YYYY','LLL' => 'D MMMM YYYY HH:mm','LLLL' => 'ວັນdddd D MMMM YYYY HH:mm',],'calendar' => ['sameDay' => '[ມື້ນີ້ເວລາ] LT','nextDay' => '[ມື້àºàº·à»ˆàº™à»€àº§àº¥àº²] LT','nextWeek' => '[ວັນ]dddd[ໜ້າເວລາ] LT','lastDay' => '[ມື້ວານນີ້ເວລາ] LT','lastWeek' => '[ວັນ]dddd[à»àº¥à»‰àº§àº™àºµà»‰à»€àº§àº¥àº²] LT','sameElse' => 'L',],'ordinal' => 'ທີ່:number','meridiem' => ['ຕàºàº™à»€àºŠàº»à»‰àº²', 'ຕàºàº™à»àº¥àº‡'],'months' => ['ມັງàºàºàº™', 'àºàº¸àº¡àºžàº²', 'ມີນາ', 'ເມສາ', 'ພຶດສະພາ', 'ມິຖຸນາ', 'àºà»àº¥àº°àºàº»àº”', 'ສິງຫາ', 'àºàº±àº™àºàº²', 'ຕຸລາ', 'ພະຈິàº', 'ທັນວາ'],'months_short' => ['ມັງàºàºàº™', 'àºàº¸àº¡àºžàº²', 'ມີນາ', 'ເມສາ', 'ພຶດສະພາ', 'ມິຖຸນາ', 'àºà»àº¥àº°àºàº»àº”', 'ສິງຫາ', 'àºàº±àº™àºàº²', 'ຕຸລາ', 'ພະຈິàº', 'ທັນວາ'],'weekdays' => ['àºàº²àº—ິດ', 'ຈັນ', 'àºàº±àº‡àº„ານ', 'ພຸດ', 'ພະຫັດ', 'ສຸàº', 'ເສົາ'],'weekdays_short' => ['ທິດ', 'ຈັນ', 'àºàº±àº‡àº„ານ', 'ພຸດ', 'ພະຫັດ', 'ສຸàº', 'ເສົາ'],'weekdays_min' => ['ທ', 'ຈ', 'àºàº„', 'ພ', 'ພຫ', 'ສàº', 'ສ'],'list' => [', ', 'à»àº¥àº° '],];