Skip to content

Commit

Permalink
Adding custom Hebrew units
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dutro committed Jan 22, 2013
1 parent 4667eac commit 43165d9
Showing 1 changed file with 150 additions and 13 deletions.
163 changes: 150 additions & 13 deletions resources/custom/locales/he/units.yml
Expand Up @@ -2,26 +2,163 @@
:he:
:units:
:day:
:abbreviated:
:one: ! '{0}d'
:two: ! '{0}d'
:many: ! '{0}d'
:other: ! '{0}d'
:default:
:many: ! '{0} ימים'
:one: ‏{0} יום
:other: ! '{0} ימים'
:two: ! '{0} ימים'
:short:
:many: ! '{0} ימים'
:one: ! '{0} יום'
:other: ! '{0} ימים'
:two: ! '{0} ימים'
:day-future:
:default:
:many: בעוד {0} ימים
:one: בעוד {0} ימים
:other: בעוד {0} ימים
:two: בעוד {0} ימים
:day-past:
:default:
:many: לפני {0} ימים
:one: לפני {0} ימים
:other: לפני {0} ימים
:two: לפני {0} ימים
:hour:
:abbreviated:
:one: ! '{0} שעות'
:default:
:many: ! '{0} שעות'
:one: ! '{0} שעה'
:other: ! '{0} שעות'
:two: ! '{0} שעות'
:short:
:many: ! '{0} שעות'
:one: ! '{0} שעה'
:other: ! '{0} שעות'
:two: ! '{0} שעות'
:hour-future:
:default:
:many: בעוד {0} שעות
:one: בעוד {0} שעות
:other: בעוד {0} שעות
:two: בעוד {0} שעות
:hour-past:
:default:
:many: לפני {0} שעות
:one: לפני {0} שעות
:other: לפני {0} שעות
:two: לפני {0} שעות
:minute:
:abbreviated:
:one: ! '{0} דקות'
:two: ! '{0} דקות'
:default:
:many: ! '{0} דקות'
:one: ! '{0} דקה'
:other: ! '{0} דקות'
:two: ! '{0} דקות'
:short:
:many: ! '{0} דק׳'
:one: ! '{0} דק׳'
:other: ! '{0} דק׳'
:two: ! '{0} דק׳'
:minute-future:
:default:
:many: בעוד {0} דקות
:one: בעוד {0} דקות
:other: בעוד {0} דקות
:two: בעוד {0} דקות
:minute-past:
:default:
:many: לפני {0} דקות
:one: לפני {0} דקות
:other: לפני {0} דקות
:two: לפני {0} דקות
:month:
:default:
:many: ! '{0} חודשים'
:one: ! '{0} חודש'
:other: ! '{0} חודשים'
:two: ! '{0} חודשים'
:short:
:many: ! '{0} חודשים'
:one: ! '{0} חודש'
:other: ! '{0} חודשים'
:two: ! '{0} חודשים'
:month-future:
:default:
:many: בעוד {0} חודשים
:one: בעוד {0} חודשים
:other: בעוד {0} חודשים
:two: בעוד {0} חודשים
:month-past:
:default:
:many: לפני {0} חודשים
:one: לפני {0} חודשים
:other: לפני {0} חודשים
:two: לפני {0} חודשים
:second:
:abbreviated:
:one: ! '{0} שניות'
:default:
:many: ‏{0} שניות
:one: ! '{0} שניה'
:other: ! '{0} שניות'
:two: ! '{0} שניות'
:many: ! '{0} שניות'
:short:
:many: ! '{0} שנ׳'
:one: ! '{0} שנ׳'
:other: ! '{0} שניות'
:two: ! '{0} שנ׳'
:second-future:
:default:
:many: בעוד {0} שניות
:one: בעוד {0} שניות
:other: בעוד {0} שניות
:two: בעוד {0} שניות
:second-past:
:default:
:many: לפני {0} שניות
:one: לפני {0} שניות
:other: לפני {0} שניות
:two: לפני {0} שניות
:week:
:default:
:many: ! '{0} שבועות'
:one: ! '{0} שבוע'
:other: ! '{0} שבועות'
:two: ! '{0} שבועות'
:short:
:many: ! '{0} שבועות'
:one: ! '{0} שבוע'
:other: ! '{0} שבועות'
:two: ! '{0} שבועות'
:week-future:
:default:
:many: בעוד {0} שבועות
:one: בעוד {0} שבועות
:other: בעוד {0} שבועות
:two: בעוד {0} שבועות
:week-past:
:default:
:many: לפני {0} שבועות
:one: לפני {0} שבועות
:other: לפני {0} שבועות
:two: לפני {0} שבועות
:year:
:default:
:many: ! '{0} שנים'
:one: ! '{0} שנה'
:other: ! '{0} שנים'
:two: ! '{0} שנים'
:short:
:many: ! '{0} שנים'
:one: ! '{0} שנה'
:other: ! '{0} שנים'
:two: ! '{0} שנים'
:year-future:
:default:
:many: בעוד {0} שנים
:one: בעוד {0} שנים
:other: בעוד {0} שנים
:two: בעוד {0} שנים
:year-past:
:default:
:many: לפני {0} שנים
:one: לפני {0} שנים
:other: לפני {0} שנים
:two: לפני {0} שנים

0 comments on commit 43165d9

Please sign in to comment.