diff --git a/isso/js/app/i18n.js b/isso/js/app/i18n.js index 2765915..98141f6 100644 --- a/isso/js/app/i18n.js +++ b/isso/js/app/i18n.js @@ -1,9 +1,9 @@ define(["app/config", "app/i18n/bg", "app/i18n/cs", "app/i18n/de", - "app/i18n/en", "app/i18n/fi", "app/i18n/fr", "app/i18n/hr", - "app/i18n/ru", "app/i18n/it", "app/i18n/eo", "app/i18n/sv", - "app/i18n/nl", "app/i18n/el_GR", "app/i18n/es", "app/i18n/vi", - "app/i18n/zh_CN"], - function(config, bg, cs, de, en, fi, fr, hr, ru, it, eo, sv, nl, el, es, vi, zh) { + "app/i18n/en", "app/i18n/fa", "app/i18n/fi", "app/i18n/fr", + "app/i18n/hr", "app/i18n/ru", "app/i18n/it", "app/i18n/eo", + "app/i18n/sv", "app/i18n/nl", "app/i18n/el_GR", "app/i18n/es", + "app/i18n/vi", "app/i18n/zh_CN"], + function(config, bg, cs, de, en, fa, fi, fr, hr, ru, it, eo, sv, nl, el, es, vi, zh) { "use strict"; @@ -16,6 +16,7 @@ define(["app/config", "app/i18n/bg", "app/i18n/cs", "app/i18n/de", case "en": case "es": case "eo": + case "fa": case "fi": case "hr": case "it": @@ -60,6 +61,7 @@ define(["app/config", "app/i18n/bg", "app/i18n/cs", "app/i18n/de", en: en, eo: eo, es: es, + fa: fa, fi: fi, fr: fr, it: it, diff --git a/isso/js/app/i18n/fa.js b/isso/js/app/i18n/fa.js new file mode 100644 index 0000000..c323778 --- /dev/null +++ b/isso/js/app/i18n/fa.js @@ -0,0 +1,30 @@ +define({ + "postbox-text": "نظر خود را اینجا بنویسید (حداقل سه کرکتر)", + "postbox-author": "اسم (اختیاری)", + "postbox-email": "ایمیل (اختیاری)", + "postbox-website": "سایت (اختیاری)", + "postbox-submit": "ارسال", + + "num-comments": "یک نظر\n{{ n }} نظر", + "no-comments": "هنوز نظری نوشته نشده", + + "comment-reply": "پاسخ", + "comment-edit": "ویرایش", + "comment-save": "ذخیره", + "comment-delete": "حذف", + "comment-confirm": "تایید", + "comment-close": "بستن", + "comment-cancel": "انصراف", + "comment-deleted": "کامنت حذف شد.", + "comment-queued": "کامنت در صف بررسی مدیر قرار دارد.", + "comment-anonymous": "ناشناس", + "comment-hidden": "{{ n }} مخفی", + + "date-now": "هم اکنون", + "date-minute": "یک دقیقه پیش\n{{ n }} دقیقه پیش", + "date-hour": "یک ساعت پیش\n{{ n }} ساعت پیش", + "date-day": "دیروز\n{{ n }} روز پیش", + "date-week": "یک هفته پیش\n{{ n }} هفته پیش", + "date-month": "یک ماه پیش\n{{ n }} ماه پیش", + "date-year": "یک سال پیش\n{{ n }} سال پیش" +});