From 36042248fcac8554a09335b586910c12a3bd5796 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Thu, 13 Feb 2020 10:50:30 +0100 Subject: [PATCH] Other: Updated translations. [skip ci] --- lang/translations/cs.po | 25 +++++++++++++++++++++++++ lang/translations/de.po | 25 +++++++++++++++++++++++++ lang/translations/en-au.po | 25 +++++++++++++++++++++++++ lang/translations/en.po | 2 +- lang/translations/es.po | 25 +++++++++++++++++++++++++ lang/translations/et.po | 25 +++++++++++++++++++++++++ lang/translations/fr.po | 25 +++++++++++++++++++++++++ lang/translations/gl.po | 25 +++++++++++++++++++++++++ lang/translations/hu.po | 25 +++++++++++++++++++++++++ lang/translations/id.po | 25 +++++++++++++++++++++++++ lang/translations/it.po | 25 +++++++++++++++++++++++++ lang/translations/lv.po | 25 +++++++++++++++++++++++++ lang/translations/nl.po | 25 +++++++++++++++++++++++++ lang/translations/pl.po | 25 +++++++++++++++++++++++++ lang/translations/pt-br.po | 25 +++++++++++++++++++++++++ lang/translations/sk.po | 25 +++++++++++++++++++++++++ lang/translations/sr-latn.po | 25 +++++++++++++++++++++++++ lang/translations/sr.po | 25 +++++++++++++++++++++++++ lang/translations/th.po | 25 +++++++++++++++++++++++++ lang/translations/tr.po | 25 +++++++++++++++++++++++++ lang/translations/uk.po | 25 +++++++++++++++++++++++++ lang/translations/zh-cn.po | 25 +++++++++++++++++++++++++ 22 files changed, 526 insertions(+), 1 deletion(-) create mode 100644 lang/translations/cs.po create mode 100644 lang/translations/de.po create mode 100644 lang/translations/en-au.po create mode 100644 lang/translations/es.po create mode 100644 lang/translations/et.po create mode 100644 lang/translations/fr.po create mode 100644 lang/translations/gl.po create mode 100644 lang/translations/hu.po create mode 100644 lang/translations/id.po create mode 100644 lang/translations/it.po create mode 100644 lang/translations/lv.po create mode 100644 lang/translations/nl.po create mode 100644 lang/translations/pl.po create mode 100644 lang/translations/pt-br.po create mode 100644 lang/translations/sk.po create mode 100644 lang/translations/sr-latn.po create mode 100644 lang/translations/sr.po create mode 100644 lang/translations/th.po create mode 100644 lang/translations/tr.po create mode 100644 lang/translations/uk.po create mode 100644 lang/translations/zh-cn.po diff --git a/lang/translations/cs.po b/lang/translations/cs.po new file mode 100644 index 0000000..3843b96 --- /dev/null +++ b/lang/translations/cs.po @@ -0,0 +1,25 @@ +# 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: Czech (https://www.transifex.com/ckeditor/teams/11143/cs/)\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Vložit blok zdrojového kódu" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Prostý text" diff --git a/lang/translations/de.po b/lang/translations/de.po new file mode 100644 index 0000000..f69e914 --- /dev/null +++ b/lang/translations/de.po @@ -0,0 +1,25 @@ +# 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: German (https://www.transifex.com/ckeditor/teams/11143/de/)\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Block einfügen" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Nur Text" diff --git a/lang/translations/en-au.po b/lang/translations/en-au.po new file mode 100644 index 0000000..02724a2 --- /dev/null +++ b/lang/translations/en-au.po @@ -0,0 +1,25 @@ +# 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: English (Australia) (https://www.transifex.com/ckeditor/teams/11143/en_AU/)\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Insert code block" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Plain text" diff --git a/lang/translations/en.po b/lang/translations/en.po index 42fcb3b..a6c13c9 100644 --- a/lang/translations/en.po +++ b/lang/translations/en.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/es.po b/lang/translations/es.po new file mode 100644 index 0000000..be0b263 --- /dev/null +++ b/lang/translations/es.po @@ -0,0 +1,25 @@ +# 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: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Insertar bloque de código" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Texto plano" diff --git a/lang/translations/et.po b/lang/translations/et.po new file mode 100644 index 0000000..310769b --- /dev/null +++ b/lang/translations/et.po @@ -0,0 +1,25 @@ +# 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: Estonian (https://www.transifex.com/ckeditor/teams/11143/et/)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Sisesta koodiplokk" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Lihtsalt tekst" diff --git a/lang/translations/fr.po b/lang/translations/fr.po new file mode 100644 index 0000000..b9dde19 --- /dev/null +++ b/lang/translations/fr.po @@ -0,0 +1,25 @@ +# 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: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Insérer un bloque de code" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Texte brute" diff --git a/lang/translations/gl.po b/lang/translations/gl.po new file mode 100644 index 0000000..1280026 --- /dev/null +++ b/lang/translations/gl.po @@ -0,0 +1,25 @@ +# 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: Galician (https://www.transifex.com/ckeditor/teams/11143/gl/)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Inserir bloque de código" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Texto simple" diff --git a/lang/translations/hu.po b/lang/translations/hu.po new file mode 100644 index 0000000..6f0db32 --- /dev/null +++ b/lang/translations/hu.po @@ -0,0 +1,25 @@ +# 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: Hungarian (https://www.transifex.com/ckeditor/teams/11143/hu/)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Kód blokk beszúrása" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Egyszerű szöveg" diff --git a/lang/translations/id.po b/lang/translations/id.po new file mode 100644 index 0000000..34f2b4c --- /dev/null +++ b/lang/translations/id.po @@ -0,0 +1,25 @@ +# 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: Indonesian (https://www.transifex.com/ckeditor/teams/11143/id/)\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Sisipkan blok kode" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Teks mentah" diff --git a/lang/translations/it.po b/lang/translations/it.po new file mode 100644 index 0000000..58a9205 --- /dev/null +++ b/lang/translations/it.po @@ -0,0 +1,25 @@ +# 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: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Inserisci blocco di codice" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Testo semplice" diff --git a/lang/translations/lv.po b/lang/translations/lv.po new file mode 100644 index 0000000..542c843 --- /dev/null +++ b/lang/translations/lv.po @@ -0,0 +1,25 @@ +# 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 "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Ievietot koda bloku" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Vienkāršs teksts" diff --git a/lang/translations/nl.po b/lang/translations/nl.po new file mode 100644 index 0000000..c589625 --- /dev/null +++ b/lang/translations/nl.po @@ -0,0 +1,25 @@ +# 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: Dutch (https://www.transifex.com/ckeditor/teams/11143/nl/)\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Codeblok invoegen" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "" diff --git a/lang/translations/pl.po b/lang/translations/pl.po new file mode 100644 index 0000000..7fb3e24 --- /dev/null +++ b/lang/translations/pl.po @@ -0,0 +1,25 @@ +# 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: Polish (https://www.transifex.com/ckeditor/teams/11143/pl/)\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Wstaw blok kodu" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Zwykły tekst" diff --git a/lang/translations/pt-br.po b/lang/translations/pt-br.po new file mode 100644 index 0000000..6e44034 --- /dev/null +++ b/lang/translations/pt-br.po @@ -0,0 +1,25 @@ +# 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: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Inserir bloco de código" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Texto plano" diff --git a/lang/translations/sk.po b/lang/translations/sk.po new file mode 100644 index 0000000..bb3dee2 --- /dev/null +++ b/lang/translations/sk.po @@ -0,0 +1,25 @@ +# 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: Slovak (https://www.transifex.com/ckeditor/teams/11143/sk/)\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Vložte blok kódu" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Čistý text" diff --git a/lang/translations/sr-latn.po b/lang/translations/sr-latn.po new file mode 100644 index 0000000..580d2d5 --- /dev/null +++ b/lang/translations/sr-latn.po @@ -0,0 +1,25 @@ +# 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: Serbian (Latin) (https://www.transifex.com/ckeditor/teams/11143/sr@latin/)\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Dodaj blok koda" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Običan tekst" diff --git a/lang/translations/sr.po b/lang/translations/sr.po new file mode 100644 index 0000000..1fbecf4 --- /dev/null +++ b/lang/translations/sr.po @@ -0,0 +1,25 @@ +# 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: Serbian (https://www.transifex.com/ckeditor/teams/11143/sr/)\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Додај блок кода" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Обичан текст" diff --git a/lang/translations/th.po b/lang/translations/th.po new file mode 100644 index 0000000..b02a50e --- /dev/null +++ b/lang/translations/th.po @@ -0,0 +1,25 @@ +# 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: Thai (https://www.transifex.com/ckeditor/teams/11143/th/)\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "เพิ่มโค้ดบล็อก" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "ข้อความธรรมดา" diff --git a/lang/translations/tr.po b/lang/translations/tr.po new file mode 100644 index 0000000..9aee7c2 --- /dev/null +++ b/lang/translations/tr.po @@ -0,0 +1,25 @@ +# 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: Turkish (https://www.transifex.com/ckeditor/teams/11143/tr/)\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Kod bloğu ekle" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Düz metin" diff --git a/lang/translations/uk.po b/lang/translations/uk.po new file mode 100644 index 0000000..2e67fc0 --- /dev/null +++ b/lang/translations/uk.po @@ -0,0 +1,25 @@ +# 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: Ukrainian (https://www.transifex.com/ckeditor/teams/11143/uk/)\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "Вставте блок коду" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "Простий текст" diff --git a/lang/translations/zh-cn.po b/lang/translations/zh-cn.po new file mode 100644 index 0000000..93b7347 --- /dev/null +++ b/lang/translations/zh-cn.po @@ -0,0 +1,25 @@ +# 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: Chinese (China) (https://www.transifex.com/ckeditor/teams/11143/zh_CN/)\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "A label of the button that allows inserting a new code block into the editor content." +msgid "Insert code block" +msgstr "插入代码块" + +msgctxt "A language of the code block in the editor content when no specific programming language is associated with it." +msgid "Plain text" +msgstr "纯文本"