From c9cdc44224740e8c7a523407aa1bc6bc921726ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Tue, 28 May 2019 09:26:45 +0200 Subject: [PATCH] Other: Updated translations. [skip ci] --- lang/translations/en-au.po | 4 ++-- lang/translations/fi.po | 6 ++--- lang/translations/ja.po | 4 ++-- lang/translations/lt.po | 45 ++++++++++++++++++++++++++++++++++++++ lang/translations/lv.po | 45 ++++++++++++++++++++++++++++++++++++++ lang/translations/ne.po | 4 ++-- lang/translations/sv.po | 4 ++-- lang/translations/uk.po | 4 ++-- lang/translations/zh-cn.po | 4 ++-- lang/translations/zh.po | 10 ++++----- 10 files changed, 110 insertions(+), 20 deletions(-) create mode 100644 lang/translations/lt.po create mode 100644 lang/translations/lv.po diff --git a/lang/translations/en-au.po b/lang/translations/en-au.po index 18851a9..9ab9943 100644 --- a/lang/translations/en-au.po +++ b/lang/translations/en-au.po @@ -38,8 +38,8 @@ msgstr "Strikethrough" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "Subscript" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "Superscript" diff --git a/lang/translations/fi.po b/lang/translations/fi.po index e2f8b55..bf3b592 100644 --- a/lang/translations/fi.po +++ b/lang/translations/fi.po @@ -34,12 +34,12 @@ msgstr "Koodi" msgctxt "Toolbar button tooltip for the Strikethrough feature." msgid "Strikethrough" -msgstr "" +msgstr "Yliviivaus" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "Alaindeksi" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "Yläindeksi" diff --git a/lang/translations/ja.po b/lang/translations/ja.po index 8f218ac..87dc4c8 100644 --- a/lang/translations/ja.po +++ b/lang/translations/ja.po @@ -38,8 +38,8 @@ msgstr "取り消し線" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "下付き文字" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "上付き文字" diff --git a/lang/translations/lt.po b/lang/translations/lt.po new file mode 100644 index 0000000..7c3f178 --- /dev/null +++ b/lang/translations/lt.po @@ -0,0 +1,45 @@ +# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Lithuanian (https://www.transifex.com/ckeditor/teams/11143/lt/)\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +msgctxt "Toolbar button tooltip for the Bold feature." +msgid "Bold" +msgstr "Paryškintas" + +msgctxt "Toolbar button tooltip for the Italic feature." +msgid "Italic" +msgstr "Kursyvas" + +msgctxt "Toolbar button tooltip for the Underline feature." +msgid "Underline" +msgstr "Pabrauktas" + +msgctxt "Toolbar button tooltip for the Code feature." +msgid "Code" +msgstr "Kodas" + +msgctxt "Toolbar button tooltip for the Strikethrough feature." +msgid "Strikethrough" +msgstr "Perbrauktas" + +msgctxt "Toolbar button tooltip for the Subscript feature." +msgid "Subscript" +msgstr "Žemiau" + +msgctxt "Toolbar button tooltip for the Superscript feature." +msgid "Superscript" +msgstr "Aukščiau" diff --git a/lang/translations/lv.po b/lang/translations/lv.po new file mode 100644 index 0000000..e378b0c --- /dev/null +++ b/lang/translations/lv.po @@ -0,0 +1,45 @@ +# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Latvian (https://www.transifex.com/ckeditor/teams/11143/lv/)\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +msgctxt "Toolbar button tooltip for the Bold feature." +msgid "Bold" +msgstr "Trekns" + +msgctxt "Toolbar button tooltip for the Italic feature." +msgid "Italic" +msgstr "Kursīvs" + +msgctxt "Toolbar button tooltip for the Underline feature." +msgid "Underline" +msgstr "Pasvītrots" + +msgctxt "Toolbar button tooltip for the Code feature." +msgid "Code" +msgstr "Kods" + +msgctxt "Toolbar button tooltip for the Strikethrough feature." +msgid "Strikethrough" +msgstr "Nosvītrots" + +msgctxt "Toolbar button tooltip for the Subscript feature." +msgid "Subscript" +msgstr "Apakšraksts" + +msgctxt "Toolbar button tooltip for the Superscript feature." +msgid "Superscript" +msgstr "Augšraksts" diff --git a/lang/translations/ne.po b/lang/translations/ne.po index 780fdd1..80d283c 100644 --- a/lang/translations/ne.po +++ b/lang/translations/ne.po @@ -38,8 +38,8 @@ msgstr "स्ट्राइकथ्रू" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "सबस्क्रिप्ट" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "सुपरस्क्रिप्ट" diff --git a/lang/translations/sv.po b/lang/translations/sv.po index 0df234c..4c2fc75 100644 --- a/lang/translations/sv.po +++ b/lang/translations/sv.po @@ -38,8 +38,8 @@ msgstr "Genomstruken" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "Nedsänkta tecken" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "Upphöjda tecken" diff --git a/lang/translations/uk.po b/lang/translations/uk.po index 6a4296b..929d609 100644 --- a/lang/translations/uk.po +++ b/lang/translations/uk.po @@ -38,8 +38,8 @@ msgstr "Закреслений" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "Нижній індекс" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "Верхній індекс" diff --git a/lang/translations/zh-cn.po b/lang/translations/zh-cn.po index e4e3773..cf38676 100644 --- a/lang/translations/zh-cn.po +++ b/lang/translations/zh-cn.po @@ -38,8 +38,8 @@ msgstr "删除线" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "下标" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "上标" diff --git a/lang/translations/zh.po b/lang/translations/zh.po index e640582..1558538 100644 --- a/lang/translations/zh.po +++ b/lang/translations/zh.po @@ -26,20 +26,20 @@ msgstr "斜體" msgctxt "Toolbar button tooltip for the Underline feature." msgid "Underline" -msgstr "" +msgstr "底線" msgctxt "Toolbar button tooltip for the Code feature." msgid "Code" -msgstr "" +msgstr "程式碼" msgctxt "Toolbar button tooltip for the Strikethrough feature." msgid "Strikethrough" -msgstr "" +msgstr "刪除線" msgctxt "Toolbar button tooltip for the Subscript feature." msgid "Subscript" -msgstr "" +msgstr "下標" msgctxt "Toolbar button tooltip for the Superscript feature." msgid "Superscript" -msgstr "" +msgstr "上標"