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

Размер файла: 2.27Kb
  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. return array_replace_recursive(require __DIR__.'/en.php', [
  12. 'meridiem' => ['ⵜⵉⴼⴰⵡⵜ', 'ⵜⴰⴷⴳⴳⵯⴰⵜ'],
  13. 'weekdays' => ['ⴰⵙⴰⵎⴰⵙ', 'ⴰⵢⵏⴰⵙ', 'ⴰⵙⵉⵏⴰⵙ', 'ⴰⴽⵕⴰⵙ', 'ⴰⴽⵡⴰⵙ', 'ⵙⵉⵎⵡⴰⵙ', 'ⴰⵙⵉⴹⵢⴰⵙ'],
  14. 'weekdays_short' => ['ⴰⵙⴰ', 'ⴰⵢⵏ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'],
  15. 'weekdays_min' => ['ⴰⵙⴰ', 'ⴰⵢⵏ', 'ⴰⵙⵉ', 'ⴰⴽⵕ', 'ⴰⴽⵡ', 'ⴰⵙⵉⵎ', 'ⴰⵙⵉⴹ'],
  16. 'months' => ['ⵉⵏⵏⴰⵢⵔ', 'ⴱⵕⴰⵢⵕ', 'ⵎⴰⵕⵚ', 'ⵉⴱⵔⵉⵔ', 'ⵎⴰⵢⵢⵓ', 'ⵢⵓⵏⵢⵓ', 'ⵢⵓⵍⵢⵓⵣ', 'ⵖⵓⵛⵜ', 'ⵛⵓⵜⴰⵏⴱⵉⵔ', 'ⴽⵜⵓⴱⵔ', 'ⵏⵓⵡⴰⵏⴱⵉⵔ', 'ⴷⵓⵊⴰⵏⴱⵉⵔ'],
  17. 'months_short' => ['ⵉⵏⵏ', 'ⴱⵕⴰ', 'ⵎⴰⵕ', 'ⵉⴱⵔ', 'ⵎⴰⵢ', 'ⵢⵓⵏ', 'ⵢⵓⵍ', 'ⵖⵓⵛ', 'ⵛⵓⵜ', 'ⴽⵜⵓ', 'ⵏⵓⵡ', 'ⴷⵓⵊ'],
  18. 'first_day_of_week' => 6,
  19. 'weekend' => [5, 6],
  20. 'formats' => [
  21. 'LT' => 'HH:mm',
  22. 'LTS' => 'HH:mm:ss',
  23. 'L' => 'D/M/YYYY',
  24. 'LL' => 'D MMM, YYYY',
  25. 'LLL' => 'D MMMM YYYY HH:mm',
  26. 'LLLL' => 'dddd D MMMM YYYY HH:mm',
  27. ],
  28.  
  29. 'year' => ':count aseggwas',
  30. 'y' => ':count aseggwas',
  31. 'a_year' => ':count aseggwas',
  32.  
  33. 'month' => ':count ayyur',
  34. 'm' => ':count ayyur',
  35. 'a_month' => ':count ayyur',
  36.  
  37. 'week' => ':count imalass',
  38. 'w' => ':count imalass',
  39. 'a_week' => ':count imalass',
  40.  
  41. 'day' => ':count ass',
  42. 'd' => ':count ass',
  43. 'a_day' => ':count ass',
  44.  
  45. 'hour' => ':count urɣ', // less reliable
  46. 'h' => ':count urɣ', // less reliable
  47. 'a_hour' => ':count urɣ', // less reliable
  48.  
  49. 'minute' => ':count ⴰⵎⵥⵉ', // less reliable
  50. 'min' => ':count ⴰⵎⵥⵉ', // less reliable
  51. 'a_minute' => ':count ⴰⵎⵥⵉ', // less reliable
  52.  
  53. 'second' => ':count sin', // less reliable
  54. 's' => ':count sin', // less reliable
  55. 'a_second' => ':count sin', // less reliable
  56. ]);