UNPKG

tlvince-react-timeago

Version:

A simple Time-Ago component for ReactJs

29 lines (26 loc) 685 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // Persian // Use DIR attribute for RTL text in Persian Language for ABBR tag . // By MB.seifollahi@gmail.com var strings = { prefixAgo: null, prefixFromNow: null, suffixAgo: 'پیش', suffixFromNow: 'از حال', seconds: 'کمتر از یک دقیقه', minute: 'حدود یک دقیقه', minutes: '%d دقیقه', hour: 'حدود یک ساعت', hours: 'حدود %d ساعت', day: 'یک روز', days: '%d روز', month: 'حدود یک ماه', months: '%d ماه', year: 'حدود یک سال', years: '%d سال', wordSeparator: ' ' }; exports.default = strings;