PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/tzm_Latn.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/tzm_Latn.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 2,251 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.
 */
\Symfony\Component\Translation\PluralizationRules::set(function ($number) {
    return
$number === 1 ? 0 : 1;
},
'tzm');

/*
 * Authors:
 * - Josh Soref
 * - JD Isaacks
 */
return [
   
'year' => ':count asgas|:count isgasn',
   
'a_year' => 'asgas|:count isgasn',
   
'month' => ':count ayowr|:count iyyirn',
   
'a_month' => 'ayowr|:count iyyirn',
   
'week' => ':count imalass',
   
'a_week' => ':imalass',
   
'day' => ':count ass|:count ossan',
   
'a_day' => 'ass|:count ossan',
   
'hour' => ':count sa?a|:count tassa?in',
   
'a_hour' => 'sa?a|:count tassa?in',
   
'minute' => ':count minu?',
   
'a_minute' => 'minu?|:count minu?',
   
'second' => ':count imik',
   
'a_second' => 'imik|:count imik',
   
'ago' => 'yan :time',
   
'from_now' => 'dadkh s yan :time',
   
'diff_yesterday' => 'assant',
   
'diff_tomorrow' => 'aska',
   
'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' => '[asdkh g] LT',
       
'nextDay' => '[aska g] LT',
       
'nextWeek' => 'dddd [g] LT',
       
'lastDay' => '[assant g] LT',
       
'lastWeek' => 'dddd [g] LT',
       
'sameElse' => 'L',
    ],
   
'months' => ['innayr', 'br?ayr?', 'mar?s?', 'ibrir', 'mayyw', 'ywnyw', 'ywlywz', '?w?t', '?wtanbir', 'kt?wbr?', 'nwwanbir', 'dwjnbir'],
   
'months_short' => ['innayr', 'br?ayr?', 'mar?s?', 'ibrir', 'mayyw', 'ywnyw', 'ywlywz', '?w?t', '?wtanbir', 'kt?wbr?', 'nwwanbir', 'dwjnbir'],
   
'weekdays' => ['asamas', 'aynas', 'asinas', 'akras', 'akwas', 'asimwas', 'asi?yas'],
   
'weekdays_short' => ['asamas', 'aynas', 'asinas', 'akras', 'akwas', 'asimwas', 'asi?yas'],
   
'weekdays_min' => ['asamas', 'aynas', 'asinas', 'akras', 'akwas', 'asimwas', 'asi?yas'],
   
'meridiem' => ['Zdat azal', '?effir aza'],
   
'first_day_of_week' => 6,
   
'day_of_first_week_of_year' => 1,
];