mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
32
httpdocs/themes/focus2/vendor/timeago/locales/jquery.timeago.fa.js
vendored
Normal file
32
httpdocs/themes/focus2/vendor/timeago/locales/jquery.timeago.fa.js
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// 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: " ",
|
||||
numbers: ['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹']
|
||||
};
|
||||
}));
|
||||
Reference in New Issue
Block a user