Upload All

This commit is contained in:
Alan
2018-02-26 14:09:18 +08:00
parent 42d3a3fc46
commit 46257f08b0
1024 changed files with 204324 additions and 0 deletions

31
public/js/locales/fa.js Executable file
View 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);