silverstripe-cms/client/lang/fa_IR.js
2017-04-28 14:02:46 +12:00

25 lines
2.0 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// This file was generated by silverstripe/cow from client/lang/src/fa_IR.js.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('fa_IR', {
"CMS.ALERTCLASSNAME": "نوع صفحه پس از ذخیره‌ی آن به‌روزرسانی می‌شود",
"CMS.ConfirmRestoreFromLive": "آیا مطمئن هستید که پیش‌نویس به آخرین انتشار صفحه بازنشانی شود؟",
"CMS.Restore": "آیا مطمئن هستید که این صفحه از آرشیو بازنشانی شود؟",
"CMS.RestoreToRoot": "آیا اطمینان دارید که می‌خواهید این صفحه را از بایگانی بازنشانی نمایید؟\n\nاز آن‌جائی‌که صفحه‌ی والد موجود نیست به بالاترین لول بازنشانی خواهد شد.",
"CMS.RollbackToVersion": "آیا واقعاً می‌خواهید به نسخه #%s این صفحه بازگردید؟",
"CMS.Unpublish": "آیا اطمینان دارید که می‌خواهید صفحه‌تان را از سایت منتشر‌شده حذف نمایید؟\n\nاین صفحه همچنان در نمای‌درختی سایت به عنوان پیش‌نویس در دسترس خواهد بود.",
"CMS.AddSubPage": "افزودن صفحه جدید در اینجا",
"CMS.Duplicate": "دو نسخه کردن",
"CMS.EditPage": "ویرایش",
"CMS.ShowAsList": "نمایش فرزندان به صورت لیست",
"CMS.ThisPageAndSubpages": "این صفحه و صفحات زیرمجموعه",
"CMS.ThisPageOnly": "فقط این صفحه",
"CMS.ViewPage": "نمایش",
"CMS.UpdateURL": "به روز رسانی URL",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
});
}