PHP Classes

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

Recommend this page to a friend!
  Packages of OmDiaries   Laravel AI Email Assistant   vendor/nesbot/carbon/src/Carbon/Lang/lt.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/lt.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: 5,166 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:
 * - Philippe Vaucher
 * - Tsutomu Kuroda
 * - tjku
 * - valdas406
 * - Justas Palumickas
 * - Max Melentiev
 * - Andrius Janauskas
 * - Juanito Fatas
 * - Akira Matsuda
 * - Christopher Dell
 * - Enrique Vidal
 * - Simone Carletti
 * - Aaron Patterson
 * - Nicolás Hock Isaza
 * - Laurynas Butkus
 * - Sven Fuchs
 * - Dominykas Tij?naitis
 * - Justinas Bolys
 * - Ri?ardas
 * - Kirill Chalkin
 * - Rolandas
 * - Justinas (Gamesh)
 */
return [
   
'year' => ':count metai|:count metai|:count met?',
   
'y' => ':count m.',
   
'month' => ':count m?nuo|:count m?nesiai|:count m?nes?',
   
'm' => ':count m?n.',
   
'week' => ':count savait?|:count savait?s|:count savait?',
   
'w' => ':count sav.',
   
'day' => ':count diena|:count dienos|:count dien?',
   
'd' => ':count d.',
   
'hour' => ':count valanda|:count valandos|:count valand?',
   
'h' => ':count val.',
   
'minute' => ':count minut?|:count minut?s|:count minut?',
   
'min' => ':count min.',
   
'second' => ':count sekund?|:count sekund?s|:count sekund?i?',
   
's' => ':count sek.',

   
'year_ago' => ':count metus|:count metus|:count met?',
   
'month_ago' => ':count m?nes?|:count m?nesius|:count m?nesi?',
   
'week_ago' => ':count savait?|:count savaites|:count savai?i?',
   
'day_ago' => ':count dien?|:count dienas|:count dien?',
   
'hour_ago' => ':count valand?|:count valandas|:count valand?',
   
'minute_ago' => ':count minut?|:count minutes|:count minu?i?',
   
'second_ago' => ':count sekund?|:count sekundes|:count sekund?i?',

   
'year_from_now' => ':count met?',
   
'month_from_now' => ':count m?nesio|:count m?nesi?|:count m?nesi?',
   
'week_from_now' => ':count savait?s|:count savai?i?|:count savai?i?',
   
'day_from_now' => ':count dienos|:count dien?|:count dien?',
   
'hour_from_now' => ':count valandos|:count valand?|:count valand?',
   
'minute_from_now' => ':count minut?s|:count minu?i?|:count minu?i?',
   
'second_from_now' => ':count sekund?s|:count sekund?i?|:count sekund?i?',

   
'year_after' => ':count met?',
   
'month_after' => ':count m?nesio|:count m?nesi?|:count m?nesi?',
   
'week_after' => ':count savait?s|:count savai?i?|:count savai?i?',
   
'day_after' => ':count dienos|:count dien?|:count dien?',
   
'hour_after' => ':count valandos|:count valand?|:count valand?',
   
'minute_after' => ':count minut?s|:count minu?i?|:count minu?i?',
   
'second_after' => ':count sekund?s|:count sekund?i?|:count sekund?i?',

   
'ago' => 'prie? :time',
   
'from_now' => ':time nuo dabar',
   
'after' => 'po :time',
   
'before' => 'u? :time',

   
'first_day_of_week' => 1,
   
'day_of_first_week_of_year' => 4,

   
'diff_now' => 'k? tik',
   
'diff_today' => '?iandien',
   
'diff_yesterday' => 'vakar',
   
'diff_yesterday_regexp' => 'Vakar',
   
'diff_tomorrow' => 'rytoj',
   
'diff_tomorrow_regexp' => 'Rytoj',
   
'diff_before_yesterday' => 'u?vakar',
   
'diff_after_tomorrow' => 'poryt',

   
'period_recurrences' => 'kart?|:count kart?',
   
'period_interval' => 'kiekvien? :interval',
   
'period_start_date' => 'nuo :date',
   
'period_end_date' => 'iki :date',

   
'months' => ['sausio', 'vasario', 'kovo', 'baland?io', 'gegu??s', 'bir?elio', 'liepos', 'rugpj??io', 'rugs?jo', 'spalio', 'lapkri?io', 'gruod?io'],
   
'months_standalone' => ['sausis', 'vasaris', 'kovas', 'balandis', 'gegu??', 'bir?elis', 'liepa', 'rugpj?tis', 'rugs?jis', 'spalis', 'lapkritis', 'gruodis'],
   
'months_regexp' => '/(L{2,4}|D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?)/',
   
'months_short' => ['sau', 'vas', 'kov', 'bal', 'geg', 'bir', 'lie', 'rgp', 'rgs', 'spa', 'lap', 'gru'],
   
'weekdays' => ['sekmadien?', 'pirmadien?', 'antradien?', 'tre?iadien?', 'ketvirtadien?', 'penktadien?', '?e?tadien?'],
   
'weekdays_standalone' => ['sekmadienis', 'pirmadienis', 'antradienis', 'tre?iadienis', 'ketvirtadienis', 'penktadienis', '?e?tadienis'],
   
'weekdays_short' => ['sek', 'pir', 'ant', 'tre', 'ket', 'pen', '?e?'],
   
'weekdays_min' => ['se', 'pi', 'an', 'tr', 'ke', 'pe', '?e'],
   
'list' => [', ', ' ir '],
   
'formats' => [
       
'LT' => 'HH:mm',
       
'LTS' => 'HH:mm:ss',
       
'L' => 'YYYY-MM-DD',
       
'LL' => 'MMMM DD, YYYY',
       
'LLL' => 'DD MMM HH:mm',
       
'LLLL' => 'MMMM DD, YYYY HH:mm',
    ],
   
'calendar' => [
       
'sameDay' => '[?iandien] LT',
       
'nextDay' => '[Rytoj] LT',
       
'nextWeek' => 'dddd LT',
       
'lastDay' => '[Vakar] LT',
       
'lastWeek' => '[Paskutin?] dddd LT',
       
'sameElse' => 'L',
    ],
   
'ordinal' => function ($number) {
        switch (
$number) {
            case
0:
                return
'0-is';
            case
3:
                return
'3-ias';
            default:
                return
"$number-as";
        }
    },
   
'meridiem' => ['prie?piet', 'popiet'],
];