Skip to content

Commit

Permalink
Merge ad8a879 into 738be1f
Browse files Browse the repository at this point in the history
  • Loading branch information
Siomkin authored Apr 4, 2018
2 parents 738be1f + ad8a879 commit cc81122
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions src/Lang/be.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/
'ago' => ':time таму',
'from_now' => 'праз :time',
'after' => ':time апасля',
'before' => ':time до',
'year' => ':count год|:count годы|:count гадоў',
'month' => ':count месяц|:count месяцы|:count месяцаў',
'week' => ':count тыдзень|:count тыдні|:count тыдняў',
'day' => ':count дзень|:count дні|:count дзён',
'hour' => ':count гадзіну|:count гадзіны|:count гадзін',
'minute' => ':count хвіліну|:count хвіліны|:count хвілін',
'second' => ':count секунду|:count секунды|:count секунд',
'jan' => 'сту',
'feb' => 'лют',
'mar' => 'сак',
'apr' => 'кра',
'may' => 'май',
'jun' => 'чэр',
'jul' => 'ліп',
'aug' => 'жні',
'sep' => 'вер',
'oct' => 'кас',
'nov' => 'ліс',
'dec' => 'сне',

'january' => '{0}студзень|{1}студня',
'february' => '{0}люты|{1}лютага',
'march' => '{0}сакавік|{1}сакавіка',
'april' => '{0}красавік|{1}красавіка',
'may' => '{0}май|{1}мая',
'june' => '{0}чэрвень|{1}чэрвеня',
'july' => '{0}ліпень|{1}ліпеня',
'august' => '{0}жнівень|{1}жніўня',
'september' => '{0}верасень|{1}верасня',
'october' => '{0}кастрычнік|{1}кастрычніка',
'november' => '{0}лістапад|{1}лістапада',
'december' => '{0}снежань|{1}снежня',
'monday' => 'панядзелак',
'tuesday' => 'аўторак',
'wednesday' => 'серада',
'thursday' => 'чацвер',
'friday' => 'пятніца',
'saturday' => 'субота',
'sunday' => 'нядзеля',
'mon' => 'пн',
'tue' => 'аўт',
'wed' => 'ср',
'thu' => 'чц',
'fri' => 'пт',
'sat' => 'сб',
'sun' => 'ндз',
];

0 comments on commit cc81122

Please sign in to comment.