From 8fd95563d38238c8a104266a9d6d7c0d57e55813 Mon Sep 17 00:00:00 2001 From: Sestowner Date: Sat, 13 Apr 2019 00:13:42 +0300 Subject: [PATCH] Added Ukrainian translation. --- lang/uk.js | 17 +++++++++++++++++ plugin.js | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 lang/uk.js diff --git a/lang/uk.js b/lang/uk.js new file mode 100644 index 0000000..7a0ace9 --- /dev/null +++ b/lang/uk.js @@ -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: 'Значення:' +} ); diff --git a/plugin.js b/plugin.js index c8ef772..f54752b 100644 --- a/plugin.js +++ b/plugin.js @@ -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() {