first commit

This commit is contained in:
2025-05-30 03:09:08 -06:00
parent 99d54737de
commit 1932509066
6221 changed files with 298434 additions and 212 deletions

View File

@ -0,0 +1,45 @@
/*!
* Star Rating <LANG> Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['<LANG>'] = {
defaultCaption: '{rating} Stars',
starCaptions: {
0.5: 'Half Star',
1: 'One Star',
1.5: 'One & Half Star',
2: 'Two Stars',
2.5: 'Two & Half Stars',
3: 'Three Stars',
3.5: 'Three & Half Stars',
4: 'Four Stars',
4.5: 'Four & Half Stars',
5: 'Five Stars'
},
clearButtonTitle: 'Clear',
clearCaption: 'Not Rated'
};
}));

View File

@ -0,0 +1,46 @@
/*!
* Star Rating Arabic Translations
* @author Abdulrahman Zaiter
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['ar'] = {
defaultCaption: '{rating} نجوم',
starCaptions: {
0.5: 'نصف نجمة',
1: 'نجمة واحدة',
1.5: 'نجمة ونصف',
2: 'نجمتين',
2.5: 'نجمتين ونصف',
3: 'ثلاث نجمات',
3.5: 'ثلاث نجمات ونصف',
4: 'أربع نجمات',
4.5: 'أربع نجمات ونصف',
5: 'خمسة نجمات'
},
clearButtonTitle: 'مسح',
clearCaption: 'غير مصنّف'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Bengali Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['bn'] = {
defaultCaption: '{rating} তারা',
starCaptions: {
0.5: 'অর্ধেক তারা',
1: 'এক তারা',
1.5: 'দেড় তারা',
2: 'দুই তারা',
2.5: 'আড়াই তারা',
3: 'তিন তারা',
3.5: 'সাড়ে তিন তারা',
4: 'চার তারা',
4.5: 'সাড়ে চার তারা',
5: 'পাঁচ তারা'
},
clearButtonTitle: 'মুছে ফেলুন',
clearCaption: 'কোন তারা নেই'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating German Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['de'] = {
defaultCaption: '{rating} Sterne',
starCaptions: {
0.5: 'Halber Stern',
1: 'Ein Stern',
1.5: 'Eineinhalb Sterne',
2: 'Zwei Sterne',
2.5: 'Zweieinhalb Sterne',
3: 'Drei Sterne',
3.5: 'Dreieinhalb Sterne',
4: 'Vier Sterne',
4.5: 'Viereinhalb Sterne',
5: 'Fünf Sterne'
},
clearButtonTitle: 'Zurücksetzen',
clearCaption: 'Nicht bewertet'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Spanish Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales.es = {
defaultCaption: '{rating} Estrellas',
starCaptions: {
0.5: 'Media Estrella',
1: 'Una Estrella',
1.5: 'Una Estrella y Media',
2: 'Dos Estrellas',
2.5: 'Dos Estrellas y Media',
3: 'Tres Estrellas',
3.5: 'Tres Estrellas y Media',
4: 'Cuatro Estrellas',
4.5: 'Cuatro Estrellas y Media',
5: 'Cinco Estrellas'
},
clearButtonTitle: 'Limpiar',
clearCaption: 'Sin Calificar'
};
}));

View File

@ -0,0 +1,46 @@
/*!
* Star Rating Persian / Farsi Translations
* @author 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(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: 'بدون رای'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating French Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['fr'] = {
defaultCaption: '{rating} étoiles',
starCaptions: {
0.5: 'Une demi étoile',
1: 'Une étoile',
1.5: 'Une étoile et demi',
2: 'Deux étoiles',
2.5: 'Deux étoiles et demi',
3: 'Trois étoiles',
3.5: 'Trois étoiles et demi',
4: 'Quatre étoiles',
4.5: 'Quatre étoiles et demi',
5: 'Cinq étoiles'
},
clearButtonTitle: 'Effacer',
clearCaption: 'Non noté'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Greek Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales.gr = {
defaultCaption: '{rating} Αστέρια',
starCaptions: {
0.5: 'Μισό Αστέρι',
1: 'Ένα Αστέρι',
1.5: 'Ένα Αστέρι και Μισό',
2: 'Δύο Αστέρια',
2.5: 'Δύο Αστέρια και Μισό',
3: 'Τρία Αστέρια',
3.5: 'Τρία Αστέρια και Μισό',
4: 'Τέσσερα Αστέρια',
4.5: 'Τέσσερα Αστέρια και Μισό',
5: 'Πέντε Αστέρια'
},
clearButtonTitle: 'Καθαρισμός',
clearCaption: 'Χωρίς Βαθμολογία'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Italian Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['it'] = {
defaultCaption: '{rating} Stelle',
starCaptions: {
0.5: 'Mezza Stella',
1: 'Una Stella',
1.5: 'Una Stella & Mezzo',
2: 'Due Stelle',
2.5: 'Due Stelle & Mezzo',
3: 'Tre Stelle',
3.5: 'Tre Stelle & Mezzo',
4: 'Quattro Stelle',
4.5: 'Quattro Stelle & Mezzo',
5: 'Cinque Stelle'
},
clearButtonTitle: 'Rimuovi',
clearCaption: 'Nessuna valutazione'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Kazakh Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['kk'] = {
defaultCaption: '{rating} Жұлдыз',
starCaptions: {
0.5: 'Жарты жұлдыз',
1: 'Бір жұлдыз',
1.5: 'Бір жарым жұлдыз',
2: 'Екі жұлдыз',
2.5: 'Екі жарым жұлдыз',
3: 'Үш жұлдыз',
3.5: 'Үш жарым жұлдыз',
4: 'Төрт жұлдыз',
4.5: 'Төрт жарым жұлдыз',
5: 'Бес жұлдыз'
},
clearButtonTitle: 'Өшіру',
clearCaption: 'Рейтингсіз'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Korean Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['ko'] = {
defaultCaption: '{rating} 별점',
starCaptions: {
0.5: '0.5 점',
1: '1 점',
1.5: '1.5 점',
2: '2 점',
2.5: '2.5 점',
3: '3 점',
3.5: '3.5 점',
4: '4 점',
4.5: '4.5 점',
5: '5 점'
},
clearButtonTitle: '초기화',
clearCaption: '평점 없음'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Dutch Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['<LANG>'] = {
defaultCaption: '{rating} Sterren',
starCaptions: {
0.5: 'halve ster',
1: 'Één ster',
1.5: 'Anderhalve ster',
2: 'Twee sterren',
2.5: 'Twee en een half sterren',
3: 'Drie sterren',
3.5: 'Drie en een half sterren',
4: 'Vier sterren',
4.5: 'Vier en een half sterren',
5: 'Vijf sterren'
},
clearButtonTitle: 'Wissen',
clearCaption: 'Niet beoordeeld'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Polish Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['pl'] = {
defaultCaption: '{rating} Gwiazdek',
starCaptions: {
0.5: 'Pół Gwiazdki',
1: 'Jedna Gwiazdka',
1.5: 'Półtora Gwiazdek',
2: 'Dwie Gwiazdki',
2.5: 'Dwa i pół Gwiazdek',
3: 'Trzy Gwiazdki',
3.5: 'Trzy i pół Gwiazdek',
4: 'Cztery Gwiazdki',
4.5: 'Cztery i pół Gwiazdek',
5: 'Pięć Gwiazdek'
},
clearButtonTitle: 'Powrót',
clearCaption: 'Nie Oceniać'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Portugese Brazilian Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['pt-BR'] = {
defaultCaption: '{rating} Estrelas',
starCaptions: {
0.5: 'Meia Estrela',
1: 'Uma Estrela',
1.5: 'Uma Estrela e Meia',
2: 'Duas Estrelas',
2.5: 'Duas Estrelas e Meia',
3: 'Três Estrelas',
3.5: 'Três Estrelas e Meia',
4: 'Quatro Estrelas',
4.5: 'Quatro Estrelas e Meia',
5: 'Cinco Estrelas'
},
clearButtonTitle: 'Limpar',
clearCaption: 'Não Avaliado'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Romanian Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['ro'] = {
defaultCaption: '{rating} stele',
starCaptions: {
0.5: 'Jumatate de stea',
1: 'O Stea',
1.5: 'O stea si jumatate',
2: 'Doua stele',
2.5: 'Doua stele si jumatate',
3: 'Trei stele',
3.5: 'Trei stele si jumatate',
4: 'Patru stele',
4.5: 'Patru stele si jumatate',
5: 'Cinci stele'
},
clearButtonTitle: 'Sterge',
clearCaption: 'Fara vot'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Russian Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['ru'] = {
defaultCaption: '{rating} Звёзды',
starCaptions: {
0.5: 'Половина звезды',
1: 'Одна звезда',
1.5: 'Полторы звезды',
2: 'Две звезды',
2.5: 'Две с половиной звезды',
3: 'Три звезды',
3.5: 'Три с половиной звезды',
4: 'Четыре звезды',
4.5: 'Четыре с половиной звезды',
5: 'Пять звёзд'
},
clearButtonTitle: 'Очистить',
clearCaption: 'Без рейтинга'
};
}));

View File

@ -0,0 +1,46 @@
/*!
* Star Rating Turkish Translations
* @author Oguz Külcü <grafikcoder@gmail.com>
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(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ış'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Ukranian Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['ua'] = {
defaultCaption: '{rating} Зірки',
starCaptions: {
0.5: 'Пів зірки',
1: 'Одна зірка',
1.5: 'Півтори зірки',
2: 'Дві зірки',
2.5: 'Дві з половиною зірки',
3: 'Три зірки',
3.5: 'Три з половиною зірки',
4: 'Чотири зірки',
4.5: 'Чотири з половиною зірки',
5: 'П\'ять зірок'
},
clearButtonTitle: 'Очистити',
clearCaption: 'Без рейтингу'
};
}));

View File

@ -0,0 +1,45 @@
/*!
* Star Rating Chinese Translations
*
* 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.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(window.jQuery);
}
}(function ($) {
"use strict";
$.fn.ratingLocales['zh'] = {
defaultCaption: '{rating} 星',
starCaptions: {
0.5: '半星',
1: '一星',
1.5: '一星半',
2: '二星',
2.5: '二星半',
3: '三星',
3.5: '三星半',
4: '四星',
4.5: '四星半',
5: '五星'
},
clearButtonTitle: '清除',
clearCaption: '未评级'
};
}));