mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 15:57:54 -05:00
18 lines
No EOL
395 B
JavaScript
18 lines
No EOL
395 B
JavaScript
// Hebrew
|
|
jQuery.timeago.settings.strings = {
|
|
prefixAgo: "לפני",
|
|
prefixFromNow: "מעכשיו",
|
|
suffixAgo: "",
|
|
suffixFromNow: "",
|
|
seconds: "פחות מדקה",
|
|
minute: "דקה",
|
|
minutes: "%d דקות",
|
|
hour: "שעה",
|
|
hours: "%d שעות",
|
|
day: "יום",
|
|
days: "%d ימים",
|
|
month: "חודש",
|
|
months: "%d חודשים",
|
|
year: "שנה",
|
|
years: "%d שנים"
|
|
}; |