Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions lang/uk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'chart', 'uk', {
bar: 'Лінійчата',
chart: 'Діаграма',
chartType: 'Тип діаграми:',
dialogTitle: 'Редагувати діаграму',
doughnut: 'Кільцева',
height: 'Висота:',
label: 'Позначка:',
line: 'Графік',
pie: 'Кругова',
polar: 'Пелюсткова',
value: 'Значення:'
} );
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Name of the file in the "icons" folder
icons: 'chart',
// Supported languages
lang: 'de,en,es,eu,pl',
lang: 'de,en,es,eu,pl,uk',

// Load library that renders charts inside CKEditor, if Chart object is not already available.
afterInit: function() {
Expand Down