Mercurial Hosting > sceditor
comparison src/languages/fa.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 // add locale:'fa', to your config options. | |
2 // Translated By Ebad Ghafoory [info@ghafoory.com] | |
3 // 2013/05/01 | |
4 (function () { | |
5 'use strict'; | |
6 | |
7 sceditor.locale['fa'] = { | |
8 'Bold': 'تیره', | |
9 'Italic': 'مورب', | |
10 'Underline': 'زیرخط', | |
11 'Strikethrough': 'خط خورده', | |
12 'Subscript': 'زیرنویس', | |
13 'Superscript': 'بالانویس', | |
14 'Align left': 'چپ چین', | |
15 'Center': 'وسط چین', | |
16 'Align right': 'راست چین', | |
17 'Justify': 'همخط', | |
18 'Font Name': 'نام قلم', | |
19 'Font Size': 'اندازه\u200cی نوشته', | |
20 'Font Color': 'رنگ نوشته', | |
21 'Remove Formatting': 'پاکسازی فرمت نوشته', | |
22 'Cut': 'برش', | |
23 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'مرورگر شما اجازه برش توسط نرم\u200cافزار را نمی\u200cدهد. لطفا از دکمه\u200cهای ترکیبی Ctrl / Cmd-X استفاده کنید', | |
24 'Copy': 'کپی', | |
25 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'مرورگر شما اجازه کپی کردن توسط نرم\u200cافزار را نمی\u200cدهد. لطفا از دکمه\u200cهای ترکیبی Ctrl / Cmd-C استفاده کنید', | |
26 'Paste': 'چسباندن', | |
27 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'مرورگر شما اجازه چسباندن توسط نرم\u200cافزار را نمی\u200cدهد. لطفا از دکمه\u200cهای ترکیبی Ctrl / Cmd-V استفاده کنید', | |
28 'Paste your text inside the following box:': 'متن خود را در داخل کادر زیر بچسبانید', | |
29 'Paste Text': 'چسباندن متن', | |
30 'Bullet list': 'لیست', | |
31 'Numbered list': 'لیست عددی', | |
32 'Undo': 'حرکت قبل', | |
33 'Redo': 'حرکت بعد', | |
34 'Rows:': 'تعداد ردیف', | |
35 'Cols:': 'تعداد ستون', | |
36 'Insert a table': 'افزودن جدول', | |
37 'Insert a horizontal rule': 'افزودن خط افقی', | |
38 'Code': 'کد', | |
39 'Insert a Quote': 'افزودن نقل قول', | |
40 'Width (optional):': 'پهنا (دلخواه):', | |
41 'Height (optional):': 'ارتفاع (دلخواه):', | |
42 'Insert an image': 'افزودن عکس', | |
43 'E-mail:': 'ایمیل', | |
44 'Insert an email': 'افزودن ایمیل', | |
45 'URL:': 'آدرس اینترنتی', | |
46 'Insert a link': 'افزودن لینک', | |
47 'Unlink': 'حذف لینک', | |
48 'More': 'بیشتر', | |
49 'Insert an emoticon': 'افزودن شکلک', | |
50 'Video URL:': 'آدرس اینترنتی ویدیو', | |
51 'Insert': 'افزودن', | |
52 'Insert a YouTube video': 'افزودن فیلم از یوتوب', | |
53 'Insert current date': 'افزودن تاریخ اکنون', | |
54 'Insert current time': 'افزودن زمان اکنون', | |
55 'Print': 'چاپ', | |
56 'View source': 'مشاهده سورس', | |
57 'Description (optional):': 'توضیحات (دلخواه):', | |
58 'Enter the image URL:': 'آدرس اینترنتی عکس را وارد کنید:', | |
59 'Enter the e-mail address:': 'آدرس ایمیل را وارد کنید:', | |
60 'Enter the displayed text:': 'متن نمایش\u200cدهنده را وارد کنید:', | |
61 'Enter URL:': 'آدرس اینترنتی را وارد کنید:', | |
62 'Enter the YouTube video URL or ID:': 'آدرس اینترنتی فیلم یوتوب یا شناسه ویدیو را وارد کنید:', | |
63 'Invalid YouTube video': 'فیلم یوتوب غیر معتبر است', | |
64 'Right-to-Left': 'راست به چپ', | |
65 'Left-to-Right': 'چپ به راست', | |
66 | |
67 dateFormat: 'year.month.day' | |
68 }; | |
69 })(); |