Skip to content

Commit

Permalink
Backport persian translation from #166. Closes #166
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Dec 14, 2015
1 parent a25f4c5 commit d2c02e4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions locale/bootstrap-markdown.fa.js
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));

0 comments on commit d2c02e4

Please sign in to comment.