-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/** | ||
* Persian(Farsi) translation for bootstrap-markdown | ||
* Sajad Dehshiri <Pelakweb.ir> | ||
*/ | ||
(function ($) { | ||
$.fn.markdown.messages.fa = { | ||
'Bold': "توپر", | ||
'Italic': "مورب", | ||
'Heading': "عنوان", | ||
'URL/Link': "پیوند", | ||
'Image': "تصویر", | ||
'List': "فهرست", | ||
'Preview': "پیش نمایش", | ||
'strong text': "متن ضخیم", | ||
'emphasized text': "نوشته تاکیدی", | ||
'heading text': "عنوان", | ||
'enter link description here': "توضیحات پیوند را بنویسید.", | ||
'Insert Hyperlink': "پیوند را درج نمایید:", | ||
'enter image description here': "توضیحی برای تصوی بنویسید.", | ||
'Insert Image Hyperlink': "آدرس تصویر را بنویسید.", | ||
'enter image title here': "عنوان تصویر را اینجا بنویسید", | ||
'list text here': "محل متن فهرست" | ||
}; | ||
}(jQuery)); |