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:* - JD Isaacks*/return ['year' => ':count വർഷം','a_year' => 'ഒരൠവർഷം|:count വർഷം','month' => ':count മാസം','a_month' => 'ഒരൠമാസം|:count മാസം','week' => ':count ആഴàµà´š','a_week' => 'ഒരാഴàµà´š|:count ആഴàµà´š','day' => ':count ദിവസം','a_day' => 'ഒരൠദിവസം|:count ദിവസം','hour' => ':count മണികàµà´•ൂർ','a_hour' => 'ഒരൠമണികàµà´•ൂർ|:count മണികàµà´•ൂർ','minute' => ':count മിനിറàµà´±àµ','a_minute' => 'ഒരൠമിനിറàµà´±àµ|:count മിനിറàµà´±àµ','second' => ':count സെകàµà´•ൻഡàµ','a_second' => 'അൽപ നിമിഷങàµà´™àµ¾|:count സെകàµà´•ൻഡàµ','ago' => ':time à´®àµàµ»à´ªàµ','from_now' => ':time à´•à´´à´¿à´žàµà´žàµ','diff_now' => 'ഇപàµà´ªàµ‹àµ¾','diff_today' => 'ഇനàµà´¨àµ','diff_yesterday' => 'ഇനàµà´¨à´²àµ†','diff_tomorrow' => 'നാളെ','formats' => ['LT' => 'A h:mm -à´¨àµ','LTS' => 'A h:mm:ss -à´¨àµ','L' => 'DD/MM/YYYY','LL' => 'D MMMM YYYY','LLL' => 'D MMMM YYYY, A h:mm -à´¨àµ','LLLL' => 'dddd, D MMMM YYYY, A h:mm -à´¨àµ',],'calendar' => ['sameDay' => '[ഇനàµà´¨àµ] LT','nextDay' => '[നാളെ] LT','nextWeek' => 'dddd, LT','lastDay' => '[ഇനàµà´¨à´²àµ†] LT','lastWeek' => '[à´•à´´à´¿à´žàµà´ž] dddd, LT','sameElse' => 'L',],'meridiem' => function ($hour) {if ($hour < 4) {return 'രാതàµà´°à´¿';}if ($hour < 12) {return 'രാവിലെ';}if ($hour < 17) {return 'ഉചàµà´š à´•à´´à´¿à´žàµà´žàµ';}if ($hour < 20) {return 'വൈകàµà´¨àµà´¨àµ‡à´°à´‚';}return 'രാതàµà´°à´¿';},'months' => ['ജനàµà´µà´°à´¿', 'ഫെബàµà´°àµà´µà´°à´¿', 'മാർചàµà´šàµ', 'à´à´ªàµà´°à´¿àµ½', 'മേയàµ', 'ജൂൺ', 'ജൂലൈ', 'à´“à´—à´¸àµà´±àµà´±àµ', 'സെപàµà´±àµà´±à´‚ബർ', 'à´’à´•àµà´Ÿàµ‹à´¬àµ¼', 'നവംബർ', 'ഡിസംബർ'],'months_short' => ['ജനàµ.', 'ഫെബàµà´°àµ.', 'മാർ.', 'à´à´ªàµà´°à´¿.', 'മേയàµ', 'ജൂൺ', 'ജൂലൈ.', 'à´“à´—.', 'സെപàµà´±àµà´±.', 'à´’à´•àµà´Ÿàµ‹.', 'നവം.', 'ഡിസം.'],'weekdays' => ['ഞായറാഴàµà´š', 'തിങàµà´•ളാഴàµà´š', 'ചൊവàµà´µà´¾à´´àµà´š', 'à´¬àµà´§à´¨à´¾à´´àµà´š', 'à´µàµà´¯à´¾à´´à´¾à´´àµà´š', 'വെളàµà´³à´¿à´¯à´¾à´´àµà´š', 'ശനിയാഴàµà´š'],'weekdays_short' => ['ഞായർ', 'തിങàµà´•ൾ', 'ചൊവàµà´µ', 'à´¬àµà´§àµ»', 'à´µàµà´¯à´¾à´´à´‚', 'വെളàµà´³à´¿', 'ശനി'],'weekdays_min' => ['à´žà´¾', 'തി', 'ചൊ', 'à´¬àµ', 'à´µàµà´¯à´¾', 'വെ', 'à´¶'],'list' => ', ','weekend' => [0, 0],];