Files
JMuseum/public/js/locales/tr.js
2018-02-26 14:09:18 +08:00

26 lines
739 B
JavaScript
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*!
* @see http://github.com/kartik-v/bootstrap-star-rating
* @author Oguz Külcü <grafikcoder@gmail.com>
* Turkish Language
*/
(function ($) {
"use strict";
$.fn.ratingLocales['tr'] = {
defaultCaption: '{rating} Yıldız',
starCaptions: {
0.5: 'Yarım Yıldız',
1: 'Tek Yıldız',
1.5: 'Bir Buçuk Yıldız',
2: 'İki Yıldız',
2.5: 'İki Buçuk Yıldız',
3: 'Üç Yıldız',
3.5: 'Üç Buçuk Yıldız',
4: 'Dört Yıldız',
4.5: 'Dört Buçuk Yıldız',
5: 'Beş Yıldız'
},
clearButtonTitle: 'Temizle',
clearCaption: 'Oylanmamış'
};
})(window.jQuery);