Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

69 lines
3.5 KiB

// add locale:'fa', to your config options.
// Translated By Ebad Ghafoory [[email protected]]
// 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);