PHP Classes

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

Recommend this page to a friend!
  Packages of OmDiaries   Laravel AI Email Assistant   vendor/nesbot/carbon/src/Carbon/Lang/ku.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/ku.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: 1,493 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:
 * - Unicode, Inc.
 */

return [
   
'ago' => 'berî :time',
   
'from_now' => 'di :time de',
   
'after' => ':time pi?tî',
   
'before' => ':time berê',
   
'year' => ':count sal',
   
'year_ago' => ':count salê|:count salan',
   
'year_from_now' => 'salekê|:count salan',
   
'month' => ':count meh',
   
'week' => ':count hefte',
   
'day' => ':count roj',
   
'hour' => ':count saet',
   
'minute' => ':count deqîqe',
   
'second' => ':count saniye',
   
'months' => ['rêbendanê', 're?emiyê', 'adarê', 'avrêlê', 'gulanê', 'pû?perê', 'tîrmehê', 'gelawêjê', 'rezberê', 'kewçêrê', 'sermawezê', 'berfanbarê'],
   
'months_standalone' => ['rêbendan', 're?emî', 'adar', 'avrêl', 'gulan', 'pû?per', 'tîrmeh', 'gelawêj', 'rezber', 'kewçêr', 'sermawez', 'berfanbar'],
   
'months_short' => ['rêb', 're?', 'ada', 'avr', 'gul', 'pû?', 'tîr', 'gel', 'rez', 'kew', 'ser', 'ber'],
   
'weekdays' => ['yek?em', 'du?em', 'sê?em', 'çar?em', 'pênc?em', 'în', '?emî'],
   
'weekdays_short' => ['y?', 'd?', 's?', 'ç?', 'p?', 'în', '?'],
   
'weekdays_min' => ['Y', 'D', 'S', 'Ç', 'P', 'Î', '?'],
   
'list' => [', ', ' û '],
   
'first_day_of_week' => 6,
   
'day_of_first_week_of_year' => 1,
];