Merge branch 'pr/281'
This commit is contained in:
commit
6e56afdd02
@ -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,
|
||||
|
30
isso/js/app/i18n/fa.js
Normal file
30
isso/js/app/i18n/fa.js
Normal file
@ -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 }} سال پیش"
|
||||
});
|
Loading…
Reference in New Issue
Block a user