mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-27 09:45:38 -05:00
Added Farsi translation
This commit is contained in:
parent
c3cc947fb7
commit
a2d70f2536
1 changed files with 22 additions and 0 deletions
22
locales/jquery.timeago.fa.js
Normal file
22
locales/jquery.timeago.fa.js
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
// Persian
|
||||||
|
// Use DIR attribute for RTL text in Persian Language for ABBR tag .
|
||||||
|
// By MB.seifollahi@gmail.com
|
||||||
|
jQuery.timeago.settings.strings = {
|
||||||
|
prefixAgo: null,
|
||||||
|
prefixFromNow: null,
|
||||||
|
suffixAgo: "پیش",
|
||||||
|
suffixFromNow: "از حال",
|
||||||
|
seconds: "کمتر از یک دقیقه",
|
||||||
|
minute: "حدود یک دقیقه",
|
||||||
|
minutes: "%d دقیقه",
|
||||||
|
hour: "حدود یک ساعت",
|
||||||
|
hours: "حدود %d ساعت",
|
||||||
|
day: "یک روز",
|
||||||
|
days: "%d روز",
|
||||||
|
month: "حدود یک ماه",
|
||||||
|
months: "%d ماه",
|
||||||
|
year: "حدود یک سال",
|
||||||
|
years: "%d سال",
|
||||||
|
wordSeparator: " "
|
||||||
|
};
|
Loading…
Reference in a new issue