aboutsummaryrefslogtreecommitdiff
path: root/Html/js/SCEditor/languages/fa.js
diff options
context:
space:
mode:
authorcitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
committercitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
commit5fd9fa480f302902328b81f912dd67ce378284f8 (patch)
tree66234843ae2857fda12442e4f7577c527d48977c /Html/js/SCEditor/languages/fa.js
parentebe731862c7c741171138b1083906f391fc35aff (diff)
downloadfreetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.tar.xz
freetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.zip
V.1.4.6
Diffstat (limited to 'Html/js/SCEditor/languages/fa.js')
-rw-r--r--Html/js/SCEditor/languages/fa.js69
1 files changed, 69 insertions, 0 deletions
diff --git a/Html/js/SCEditor/languages/fa.js b/Html/js/SCEditor/languages/fa.js
new file mode 100644
index 0000000..a80824c
--- /dev/null
+++ b/Html/js/SCEditor/languages/fa.js
@@ -0,0 +1,69 @@
+// add locale:'fa', to your config options.
+// Translated By Ebad Ghafoory [info@ghafoory.com]
+// 2013/05/01
+(function ($) {
+ 'use strict';
+
+ $.sceditor.locale['fa'] = {
+ 'Bold': 'تیره',
+ 'Italic': 'مورب',
+ 'Underline': 'زیرخط',
+ 'Strikethrough': 'خط خورده',
+ 'Subscript': 'زیرنویس',
+ 'Superscript': 'بالانویس',
+ 'Align left': 'چپ چین',
+ 'Center': 'وسط چین',
+ 'Align right': 'راست چین',
+ 'Justify': 'همخط',
+ 'Font Name': 'نام قلم',
+ 'Font Size': 'اندازه\u200cی نوشته',
+ 'Font Color': 'رنگ نوشته',
+ 'Remove Formatting': 'پاکسازی فرمت نوشته',
+ 'Cut': 'برش',
+ 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'مرورگر شما اجازه برش توسط نرم\u200cافزار را نمی\u200cدهد. لطفا از دکمه\u200cهای ترکیبی Ctrl / Cmd-X استفاده کنید',
+ 'Copy': 'کپی',
+ 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'مرورگر شما اجازه کپی کردن توسط نرم\u200cافزار را نمی\u200cدهد. لطفا از دکمه\u200cهای ترکیبی Ctrl / Cmd-C استفاده کنید',
+ 'Paste': 'چسباندن',
+ 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'مرورگر شما اجازه چسباندن توسط نرم\u200cافزار را نمی\u200cدهد. لطفا از دکمه\u200cهای ترکیبی Ctrl / Cmd-V استفاده کنید',
+ 'Paste your text inside the following box:': 'متن خود را در داخل کادر زیر بچسبانید',
+ 'Paste Text': 'چسباندن متن',
+ 'Bullet list': 'لیست',
+ 'Numbered list': 'لیست عددی',
+ 'Undo': 'حرکت قبل',
+ 'Redo': 'حرکت بعد',
+ 'Rows:': 'تعداد ردیف',
+ 'Cols:': 'تعداد ستون',
+ 'Insert a table': 'افزودن جدول',
+ 'Insert a horizontal rule': 'افزودن خط افقی',
+ 'Code': 'کد',
+ 'Insert a Quote': 'افزودن نقل قول',
+ 'Width (optional):': 'پهنا (دلخواه):',
+ 'Height (optional):': 'ارتفاع (دلخواه):',
+ 'Insert an image': 'افزودن عکس',
+ 'E-mail:': 'ایمیل',
+ 'Insert an email': 'افزودن ایمیل',
+ 'URL:': 'آدرس اینترنتی',
+ 'Insert a link': 'افزودن لینک',
+ 'Unlink': 'حذف لینک',
+ 'More': 'بیشتر',
+ 'Insert an emoticon': 'افزودن شکلک',
+ 'Video URL:': 'آدرس اینترنتی ویدیو',
+ 'Insert': 'افزودن',
+ 'Insert a YouTube video': 'افزودن فیلم از یوتوب',
+ 'Insert current date': 'افزودن تاریخ اکنون',
+ 'Insert current time': 'افزودن زمان اکنون',
+ 'Print': 'چاپ',
+ 'View source': 'مشاهده سورس',
+ 'Description (optional):': 'توضیحات (دلخواه):',
+ 'Enter the image URL:': 'آدرس اینترنتی عکس را وارد کنید:',
+ 'Enter the e-mail address:': 'آدرس ایمیل را وارد کنید:',
+ 'Enter the displayed text:': 'متن نمایش\u200cدهنده را وارد کنید:',
+ 'Enter URL:': 'آدرس اینترنتی را وارد کنید:',
+ 'Enter the YouTube video URL or ID:': 'آدرس اینترنتی فیلم یوتوب یا شناسه ویدیو را وارد کنید:',
+ 'Invalid YouTube video': 'فیلم یوتوب غیر معتبر است',
+ 'Right-to-Left': 'راست به چپ',
+ 'Left-to-Right': 'چپ به راست',
+
+ dateFormat: 'year.month.day'
+ };
+})(jQuery);