Upload All
This commit is contained in:
31
public/js/locales/fa.js
Executable file
31
public/js/locales/fa.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* Star Rating Persian Translation Bt Saeed Sajadi (http://saeedsajadi.ir)
|
||||
*
|
||||
* This file must be loaded after 'star-rating.js'. Patterns in braces '{}', or
|
||||
* any HTML markup tags in the messages must not be converted or translated.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(function ($) {
|
||||
"use strict";
|
||||
$.fn.ratingLocales['fa'] = {
|
||||
defaultCaption: '{rating} ستاره',
|
||||
starCaptions: {
|
||||
0.5: 'نیم ستاره',
|
||||
1: 'یک ستاره',
|
||||
1.5: 'یک و نیم ستاره',
|
||||
2: 'دو ستاره',
|
||||
2.5: 'دو و نیم ستاره',
|
||||
3: 'سه ستاره',
|
||||
3.5: 'سه و نیم ستاره',
|
||||
4: 'چهار ستاره',
|
||||
4.5: 'چهار ستاره',
|
||||
5: 'پنج ستاره'
|
||||
},
|
||||
clearButtonTitle: 'پاک کردن',
|
||||
clearCaption: 'بدون رای'
|
||||
};
|
||||
})(window.jQuery);
|
Reference in New Issue
Block a user