Upload All
This commit is contained in:
31
public/js/locales/LANG.js
Executable file
31
public/js/locales/LANG.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/ar.js
Executable file
31
public/js/locales/ar.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* Star Rating Arabic Translation By 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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: 'غير مصنّف'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/de.js
Executable file
31
public/js/locales/de.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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: 'Zuücksetzen',
|
||||
clearCaption: 'Nicht Bewertet'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/es.js
Executable file
31
public/js/locales/es.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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'
|
||||
};
|
||||
})(window.jQuery);
|
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);
|
31
public/js/locales/fr.js
Executable file
31
public/js/locales/fr.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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é'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/it.js
Executable file
31
public/js/locales/it.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/ko.js
Executable file
31
public/js/locales/ko.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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: '평점 없음'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/pl.js
Executable file
31
public/js/locales/pl.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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ć'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/pt-BR.js
Executable file
31
public/js/locales/pt-BR.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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'
|
||||
};
|
||||
})(window.jQuery);
|
31
public/js/locales/ro.js
Executable file
31
public/js/locales/ro.js
Executable file
@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(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'
|
||||
};
|
||||
})(window.jQuery);
|
32
public/js/locales/ru.js
Executable file
32
public/js/locales/ru.js
Executable file
@ -0,0 +1,32 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
* @author Ivan Zhuravlev.
|
||||
*/
|
||||
(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: 'Без рейтинга'
|
||||
};
|
||||
})(window.jQuery);
|
25
public/js/locales/tr.js
Executable file
25
public/js/locales/tr.js
Executable file
@ -0,0 +1,25 @@
|
||||
/*!
|
||||
* @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);
|
32
public/js/locales/ua.js
Executable file
32
public/js/locales/ua.js
Executable file
@ -0,0 +1,32 @@
|
||||
/*!
|
||||
* Star Rating Ukrainian 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
* @author https://github.com/wowkin2
|
||||
*/
|
||||
(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: 'Без рейтингу'
|
||||
};
|
||||
})(window.jQuery);
|
32
public/js/locales/zh.js
Executable file
32
public/js/locales/zh.js
Executable file
@ -0,0 +1,32 @@
|
||||
/*!
|
||||
* 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.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
* @author Freeman
|
||||
*/
|
||||
(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: '未评级'
|
||||
};
|
||||
})(window.jQuery);
|
Reference in New Issue
Block a user