ckeditor_font-8.x-1.x-dev/js/ckeditor5_plugins/ckeditor5-font/dist/translations/sr.js
js/ckeditor5_plugins/ckeditor5-font/dist/translations/sr.js
/**
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
export default {"sr":{"dictionary":{"Font Size":"Величина фонта","Tiny":"Ситно","Small":"Мало","Big":"Велико","Huge":"Огромно","Font Family":"Фонт","Default":"Основни","Font Color":"Боја слова","Font Background Color":"Боја позадине слова","Document colors":"Боје документа"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}