summaryrefslogtreecommitdiff
path: root/locales/jquery.timeago.si.js
diff options
context:
space:
mode:
Diffstat (limited to 'locales/jquery.timeago.si.js')
-rw-r--r--locales/jquery.timeago.si.js28
1 files changed, 28 insertions, 0 deletions
diff --git a/locales/jquery.timeago.si.js b/locales/jquery.timeago.si.js
new file mode 100644
index 0000000..6fa215e
--- /dev/null
+++ b/locales/jquery.timeago.si.js
@@ -0,0 +1,28 @@
+(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) {
+ // Sinhalese (SI)
+ 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 කට පමණ"
+ };
+}));