PHP Classes

File: vendor/nesbot/carbon/src/Carbon/Lang/dv_MV.php

Recommend this page to a friend!
  Packages of OmDiaries   Laravel AI Email Assistant   vendor/nesbot/carbon/src/Carbon/Lang/dv_MV.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/dv_MV.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel AI Email Assistant
Generate an email message with the OpenAI GPT API
Author: By
Last change:
Date: 4 months ago
Size: 2,693 bytes
 

Contents

Class file image Download
<?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:
 * - Ahmed Ali
 */

$months = [
   
'????????',
   
'??????????',
   
'??????',
   
'????????',
   
'??',
   
'????',
   
'??????',
   
'????????',
   
'????????????',
   
'??????????',
   
'??????????',
   
'??????????',
];

$weekdays = [
   
'????????',
   
'????',
   
'????????',
   
'????',
   
'??????????',
   
'??????',
   
'????????',
];

return [
   
'year' => '{0}????????|[1,Inf]:count ??????',
   
'y' => '{0}????????|[1,Inf]:count ??????',
   
'month' => '{0}??????????|[1,Inf]:count ????',
   
'm' => '{0}??????????|[1,Inf]:count ????',
   
'week' => '{0}??????????|[1,Inf]:count ??????',
   
'w' => '{0}??????????|[1,Inf]:count ??????',
   
'day' => '{0}??????|[1,Inf]:count ??????',
   
'd' => '{0}??????|[1,Inf]:count ??????',
   
'hour' => '{0}??????????|[1,Inf]:count ????',
   
'h' => '{0}??????????|[1,Inf]:count ????',
   
'minute' => '{0}????????|[1,Inf]:count ??????',
   
'min' => '{0}????????|[1,Inf]:count ??????',
   
'second' => '{0}??????????|[1,Inf]:count ????????',
   
's' => '{0}??????????|[1,Inf]:count ????????',
   
'ago' => ':time ??????',
   
'from_now' => ':time ??????',
   
'after' => ':time ??????',
   
'before' => ':time ????',
   
'diff_yesterday' => '??????',
   
'diff_today' => '??????',
   
'diff_tomorrow' => '??????',
   
'formats' => [
       
'LT' => 'HH:mm',
       
'LTS' => 'HH:mm:ss',
       
'L' => 'D/M/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',
    ],
   
'meridiem' => ['??', '??'],
   
'months' => $months,
   
'months_short' => $months,
   
'weekdays' => $weekdays,
   
'weekdays_short' => $weekdays,
   
'weekdays_min' => ['????', '????', '????', '????', '????', '????', '????'],
   
'list' => [', ', ' ???? '],
];