Просмотр файла vendor/nesbot/carbon/src/Carbon/Lang/sgs_LT.php

Размер файла: 1.68Kb
  1. <?php
  2.  
  3. /**
  4. * This file is part of the Carbon package.
  5. *
  6. * (c) Brian Nesbitt <brian@nesbot.com>
  7. *
  8. * For the full copyright and license information, please view the LICENSE
  9. * file that was distributed with this source code.
  10. */
  11.  
  12. /*
  13. * Authors:
  14. * - Arnas Udovičius bug-glibc-locales@gnu.org
  15. */
  16. return array_replace_recursive(require __DIR__.'/en.php', [
  17. 'formats' => [
  18. 'L' => 'YYYY.MM.DD',
  19. ],
  20. 'months' => ['sausė', 'vasarė', 'kuova', 'balondė', 'gegožės', 'bėrželė', 'lëpas', 'rogpjūtė', 'siejės', 'spalė', 'lapkrėstė', 'grůdė'],
  21. 'months_short' => ['Sau', 'Vas', 'Kuo', 'Bal', 'Geg', 'Bėr', 'Lëp', 'Rgp', 'Sie', 'Spa', 'Lap', 'Grd'],
  22. 'weekdays' => ['nedielės dëna', 'panedielis', 'oterninks', 'sereda', 'četvergs', 'petnīčė', 'sobata'],
  23. 'weekdays_short' => ['Nd', 'Pn', 'Ot', 'Sr', 'Čt', 'Pt', 'Sb'],
  24. 'weekdays_min' => ['Nd', 'Pn', 'Ot', 'Sr', 'Čt', 'Pt', 'Sb'],
  25. 'first_day_of_week' => 1,
  26. 'day_of_first_week_of_year' => 4,
  27.  
  28. 'minute' => ':count mažos', // less reliable
  29. 'min' => ':count mažos', // less reliable
  30. 'a_minute' => ':count mažos', // less reliable
  31.  
  32. 'year' => ':count metā',
  33. 'y' => ':count metā',
  34. 'a_year' => ':count metā',
  35.  
  36. 'month' => ':count mienou',
  37. 'm' => ':count mienou',
  38. 'a_month' => ':count mienou',
  39.  
  40. 'week' => ':count nedielė',
  41. 'w' => ':count nedielė',
  42. 'a_week' => ':count nedielė',
  43.  
  44. 'day' => ':count dīna',
  45. 'd' => ':count dīna',
  46. 'a_day' => ':count dīna',
  47.  
  48. 'hour' => ':count adīna',
  49. 'h' => ':count adīna',
  50. 'a_hour' => ':count adīna',
  51.  
  52. 'second' => ':count Sekondė',
  53. 's' => ':count Sekondė',
  54. 'a_second' => ':count Sekondė',
  55. ]);