forked from getgrav/grav
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Russian language for grav cms
- Loading branch information
joomline
committed
Oct 16, 2015
1 parent
8e78197
commit 373130d
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
INFLECTOR_IRREGULAR: | ||
'person': 'люди' | ||
'man': 'человек' | ||
'child': 'ребенок' | ||
'sex': 'пол' | ||
'move': 'движется' | ||
NICETIME: | ||
NO_DATE_PROVIDED: Дата не указана | ||
BAD_DATE: Не верная дата | ||
AGO: назад | ||
FROM_NOW: теперь | ||
SECOND: секунда | ||
MINUTE: минута | ||
HOUR: час | ||
DAY: день | ||
WEEK: неделя | ||
MONTH: месяц | ||
YEAR: год | ||
DECADE: десятилетие | ||
SEC: с | ||
MIN: мин | ||
HR: ч | ||
DAY: д | ||
WK: нед | ||
MO: мес | ||
YR: г. | ||
DEC: гг. | ||
SECOND_PLURAL: секунды | ||
MINUTE_PLURAL: минуты | ||
HOUR_PLURAL: часы | ||
DAY_PLURAL: дни | ||
WEEK_PLURAL: недели | ||
MONTH_PLURAL: месяцы | ||
YEAR_PLURAL: годы | ||
DECADE_PLURAL: десятилетия | ||
SEC_PLURAL: с | ||
MIN_PLURAL: мин | ||
HR_PLURAL: ч | ||
DAY_PLURAL: д | ||
WK_PLURAL: нед | ||
MO_PLURAL: мес | ||
YR_PLURAL: г. | ||
DEC_PLURAL: гг. |