Sfoglia il codice sorgente

Internal: Use dropdown instead of drop-down. Closes ckeditor/ckeditor5#891. [skip ci]

Piotrek Koszuliński 7 anni fa
parent
commit
36000d005e
38 ha cambiato i file con 220 aggiunte e 220 eliminazioni
  1. 3 3
      packages/ckeditor5-heading/CHANGELOG.md
  2. 6 6
      packages/ckeditor5-heading/lang/contexts.json
  3. 6 6
      packages/ckeditor5-heading/lang/translations/bg.po
  4. 6 6
      packages/ckeditor5-heading/lang/translations/da.po
  5. 6 6
      packages/ckeditor5-heading/lang/translations/de.po
  6. 6 6
      packages/ckeditor5-heading/lang/translations/el.po
  7. 6 6
      packages/ckeditor5-heading/lang/translations/en-au.po
  8. 6 6
      packages/ckeditor5-heading/lang/translations/en.po
  9. 6 6
      packages/ckeditor5-heading/lang/translations/eo.po
  10. 6 6
      packages/ckeditor5-heading/lang/translations/es.po
  11. 6 6
      packages/ckeditor5-heading/lang/translations/et.po
  12. 6 6
      packages/ckeditor5-heading/lang/translations/eu.po
  13. 6 6
      packages/ckeditor5-heading/lang/translations/fi.po
  14. 6 6
      packages/ckeditor5-heading/lang/translations/fr.po
  15. 6 6
      packages/ckeditor5-heading/lang/translations/gl.po
  16. 6 6
      packages/ckeditor5-heading/lang/translations/hr.po
  17. 6 6
      packages/ckeditor5-heading/lang/translations/hu.po
  18. 6 6
      packages/ckeditor5-heading/lang/translations/it.po
  19. 6 6
      packages/ckeditor5-heading/lang/translations/ja.po
  20. 6 6
      packages/ckeditor5-heading/lang/translations/km.po
  21. 6 6
      packages/ckeditor5-heading/lang/translations/kn.po
  22. 6 6
      packages/ckeditor5-heading/lang/translations/ko.po
  23. 6 6
      packages/ckeditor5-heading/lang/translations/ku.po
  24. 6 6
      packages/ckeditor5-heading/lang/translations/nb.po
  25. 6 6
      packages/ckeditor5-heading/lang/translations/nl.po
  26. 6 6
      packages/ckeditor5-heading/lang/translations/pl.po
  27. 6 6
      packages/ckeditor5-heading/lang/translations/pt-br.po
  28. 6 6
      packages/ckeditor5-heading/lang/translations/pt.po
  29. 6 6
      packages/ckeditor5-heading/lang/translations/ro.po
  30. 6 6
      packages/ckeditor5-heading/lang/translations/ru.po
  31. 6 6
      packages/ckeditor5-heading/lang/translations/sk.po
  32. 6 6
      packages/ckeditor5-heading/lang/translations/sq.po
  33. 6 6
      packages/ckeditor5-heading/lang/translations/sv.po
  34. 6 6
      packages/ckeditor5-heading/lang/translations/tr.po
  35. 6 6
      packages/ckeditor5-heading/lang/translations/ug.po
  36. 6 6
      packages/ckeditor5-heading/lang/translations/zh-cn.po
  37. 6 6
      packages/ckeditor5-heading/lang/translations/zh.po
  38. 1 1
      packages/ckeditor5-heading/src/headingui.js

+ 3 - 3
packages/ckeditor5-heading/CHANGELOG.md

@@ -47,12 +47,12 @@ Internal changes only (updated dependencies, documentation, etc.).
 
 
 ### Bug fixes
 ### Bug fixes
 
 
-* Changed the default heading drop-down title to a more meaningful one. Closes [#68](https://github.com/ckeditor/ckeditor5-heading/issues/68). Closes [#62](https://github.com/ckeditor/ckeditor5-heading/issues/62). ([1c16e96](https://github.com/ckeditor/ckeditor5-heading/commit/1c16e96)) and ([e58dadc](https://github.com/ckeditor/ckeditor5-heading/commit/e58dadc))
-* Drop-down should be inactive when none of the commands can be applied to the current selection. Closes [#66](https://github.com/ckeditor/ckeditor5-heading/issues/66). ([0ebd5cd](https://github.com/ckeditor/ckeditor5-heading/commit/0ebd5cd))
+* Changed the default heading dropdown title to a more meaningful one. Closes [#68](https://github.com/ckeditor/ckeditor5-heading/issues/68). Closes [#62](https://github.com/ckeditor/ckeditor5-heading/issues/62). ([1c16e96](https://github.com/ckeditor/ckeditor5-heading/commit/1c16e96)) and ([e58dadc](https://github.com/ckeditor/ckeditor5-heading/commit/e58dadc))
+* Dropdown should be inactive when none of the commands can be applied to the current selection. Closes [#66](https://github.com/ckeditor/ckeditor5-heading/issues/66). ([0ebd5cd](https://github.com/ckeditor/ckeditor5-heading/commit/0ebd5cd))
 
 
 ### Features
 ### Features
 
 
-* Active heading is marked in the drop-down list. Closes [#26](https://github.com/ckeditor/ckeditor5-heading/issues/26). ([39ba14b](https://github.com/ckeditor/ckeditor5-heading/commit/39ba14b))
+* Active heading is marked in the dropdown list. Closes [#26](https://github.com/ckeditor/ckeditor5-heading/issues/26). ([39ba14b](https://github.com/ckeditor/ckeditor5-heading/commit/39ba14b))
 * Enabled the tooltip for the 'headings' component in editor.ui#componentFactory. Closes [#55](https://github.com/ckeditor/ckeditor5-heading/issues/55). ([794e6df](https://github.com/ckeditor/ckeditor5-heading/commit/794e6df))
 * Enabled the tooltip for the 'headings' component in editor.ui#componentFactory. Closes [#55](https://github.com/ckeditor/ckeditor5-heading/issues/55). ([794e6df](https://github.com/ckeditor/ckeditor5-heading/commit/794e6df))
 * Named existing plugin(s). ([7d512cd](https://github.com/ckeditor/ckeditor5-heading/commit/7d512cd))
 * Named existing plugin(s). ([7d512cd](https://github.com/ckeditor/ckeditor5-heading/commit/7d512cd))
 * Split "heading" command into independent commands. Closes [#53](https://github.com/ckeditor/ckeditor5-heading/issues/53). Closes [#56](https://github.com/ckeditor/ckeditor5-heading/issues/56). Closes [#52](https://github.com/ckeditor/ckeditor5-heading/issues/52). ([7a8f6f0](https://github.com/ckeditor/ckeditor5-heading/commit/7a8f6f0))
 * Split "heading" command into independent commands. Closes [#53](https://github.com/ckeditor/ckeditor5-heading/issues/53). Closes [#56](https://github.com/ckeditor/ckeditor5-heading/issues/56). Closes [#52](https://github.com/ckeditor/ckeditor5-heading/issues/52). ([7a8f6f0](https://github.com/ckeditor/ckeditor5-heading/commit/7a8f6f0))

+ 6 - 6
packages/ckeditor5-heading/lang/contexts.json

@@ -1,8 +1,8 @@
 {
 {
-	"Paragraph": "Drop-down option label for the paragraph format.",
-	"Heading": "Tooltip for the heading drop-down.",
-	"Choose heading": "Default label for the heading drop-down.",
-	"Heading 1": "Drop-down option label for the heading level 1 format.",
-	"Heading 2": "Drop-down option label for the heading level 2 format.",
-	"Heading 3": "Drop-down option label for the heading level 3 format."
+	"Paragraph": "Dropdown option label for the paragraph format.",
+	"Heading": "Tooltip for the heading dropdown.",
+	"Choose heading": "Default label for the heading dropdown.",
+	"Heading 1": "Dropdown option label for the heading level 1 format.",
+	"Heading 2": "Dropdown option label for the heading level 2 format.",
+	"Heading 3": "Dropdown option label for the heading level 3 format."
 }
 }

+ 6 - 6
packages/ckeditor5-heading/lang/translations/bg.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Bulgarian (https://www.transifex.com/ckeditor/teams/11143/bg/)\n"
 "Language-Team: Bulgarian (https://www.transifex.com/ckeditor/teams/11143/bg/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Параграф"
 msgstr "Параграф"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr ""
 msgstr ""
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr ""
 msgstr ""
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr ""
 msgstr ""
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr ""
 msgstr ""
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr ""
 msgstr ""

+ 6 - 6
packages/ckeditor5-heading/lang/translations/da.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Danish (https://www.transifex.com/ckeditor/teams/11143/da/)\n"
 "Language-Team: Danish (https://www.transifex.com/ckeditor/teams/11143/da/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Formattering"
 msgstr "Formattering"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Overskrift"
 msgstr "Overskrift"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Vælg overskrift"
 msgstr "Vælg overskrift"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Overskrift 1"
 msgstr "Overskrift 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Overskrift 2"
 msgstr "Overskrift 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Overskrift 3"
 msgstr "Overskrift 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/de.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: German (https://www.transifex.com/ckeditor/teams/11143/de/)\n"
 "Language-Team: German (https://www.transifex.com/ckeditor/teams/11143/de/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Absatz"
 msgstr "Absatz"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Überschrift"
 msgstr "Überschrift"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Überschrift auswählen"
 msgstr "Überschrift auswählen"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Überschrift 1"
 msgstr "Überschrift 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Überschrift 2"
 msgstr "Überschrift 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Überschrift 3"
 msgstr "Überschrift 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/el.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Greek (https://www.transifex.com/ckeditor/teams/11143/el/)\n"
 "Language-Team: Greek (https://www.transifex.com/ckeditor/teams/11143/el/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Παράγραφος"
 msgstr "Παράγραφος"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Κεφαλίδα"
 msgstr "Κεφαλίδα"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Επιλέξτε κεφαλίδα"
 msgstr "Επιλέξτε κεφαλίδα"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Κεφαλίδα 1"
 msgstr "Κεφαλίδα 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Κεφαλίδα 2"
 msgstr "Κεφαλίδα 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Κεφαλίδα 3"
 msgstr "Κεφαλίδα 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/en-au.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: English (Australia) (https://www.transifex.com/ckeditor/teams/11143/en_AU/)\n"
 "Language-Team: English (Australia) (https://www.transifex.com/ckeditor/teams/11143/en_AU/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraph"
 msgstr "Paragraph"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Heading"
 msgstr "Heading"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Choose heading"
 msgstr "Choose heading"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Heading 1"
 msgstr "Heading 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Heading 2"
 msgstr "Heading 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Heading 3"
 msgstr "Heading 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/en.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: \n"
 "Language-Team: \n"
 "Plural-Forms: \n"
 "Plural-Forms: \n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraph"
 msgstr "Paragraph"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Heading"
 msgstr "Heading"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Choose heading"
 msgstr "Choose heading"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Heading 1"
 msgstr "Heading 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Heading 2"
 msgstr "Heading 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Heading 3"
 msgstr "Heading 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/eo.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Esperanto (https://www.transifex.com/ckeditor/teams/11143/eo/)\n"
 "Language-Team: Esperanto (https://www.transifex.com/ckeditor/teams/11143/eo/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragrafo"
 msgstr "Paragrafo"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Ĉapo"
 msgstr "Ĉapo"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Elektu ĉapon"
 msgstr "Elektu ĉapon"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Ĉapo 1"
 msgstr "Ĉapo 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Ĉapo 2"
 msgstr "Ĉapo 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Ĉapo 3"
 msgstr "Ĉapo 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/es.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
 "Language-Team: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Párrafo"
 msgstr "Párrafo"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Encabezado"
 msgstr "Encabezado"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Elegir Encabezado"
 msgstr "Elegir Encabezado"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Encabezado 1"
 msgstr "Encabezado 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Encabezado 2"
 msgstr "Encabezado 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Encabezado 3"
 msgstr "Encabezado 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/et.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Estonian (https://www.transifex.com/ckeditor/teams/11143/et/)\n"
 "Language-Team: Estonian (https://www.transifex.com/ckeditor/teams/11143/et/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Lõik"
 msgstr "Lõik"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Pealkiri"
 msgstr "Pealkiri"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Vali pealkiri"
 msgstr "Vali pealkiri"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Pealkiri 1"
 msgstr "Pealkiri 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Pealkiri 2"
 msgstr "Pealkiri 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Pealkiri 3"
 msgstr "Pealkiri 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/eu.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Basque (https://www.transifex.com/ckeditor/teams/11143/eu/)\n"
 "Language-Team: Basque (https://www.transifex.com/ckeditor/teams/11143/eu/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragrafoa"
 msgstr "Paragrafoa"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Izenburua"
 msgstr "Izenburua"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Aukeratu izenburua"
 msgstr "Aukeratu izenburua"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Izenburua 1"
 msgstr "Izenburua 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Izenburua 2"
 msgstr "Izenburua 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Izenburua 3"
 msgstr "Izenburua 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/fi.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Finnish (https://www.transifex.com/ckeditor/teams/11143/fi/)\n"
 "Language-Team: Finnish (https://www.transifex.com/ckeditor/teams/11143/fi/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Kappale"
 msgstr "Kappale"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Otsikkotyyli"
 msgstr "Otsikkotyyli"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Valitse tyyli"
 msgstr "Valitse tyyli"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Otsikko 1"
 msgstr "Otsikko 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Otsikko 2"
 msgstr "Otsikko 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Otsikko 3"
 msgstr "Otsikko 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/fr.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
 "Language-Team: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraphe"
 msgstr "Paragraphe"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "En-tête"
 msgstr "En-tête"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Choisir le titre"
 msgstr "Choisir le titre"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Titre 1"
 msgstr "Titre 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Titre 2"
 msgstr "Titre 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Titre 3"
 msgstr "Titre 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/gl.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Galician (https://www.transifex.com/ckeditor/teams/11143/gl/)\n"
 "Language-Team: Galician (https://www.transifex.com/ckeditor/teams/11143/gl/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Parágrafo"
 msgstr "Parágrafo"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Título"
 msgstr "Título"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Escolla o título"
 msgstr "Escolla o título"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Título 1"
 msgstr "Título 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Título 2"
 msgstr "Título 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Título 3"
 msgstr "Título 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/hr.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Croatian (https://www.transifex.com/ckeditor/teams/11143/hr/)\n"
 "Language-Team: Croatian (https://www.transifex.com/ckeditor/teams/11143/hr/)\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"
 "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 "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraf"
 msgstr "Paragraf"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Naslov"
 msgstr "Naslov"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Odaberite naslov"
 msgstr "Odaberite naslov"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Naslov 1"
 msgstr "Naslov 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Naslov 2"
 msgstr "Naslov 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Naslov 3"
 msgstr "Naslov 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/hu.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Hungarian (https://www.transifex.com/ckeditor/teams/11143/hu/)\n"
 "Language-Team: Hungarian (https://www.transifex.com/ckeditor/teams/11143/hu/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Bekezdés"
 msgstr "Bekezdés"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Stílusok"
 msgstr "Stílusok"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Stílus megadása"
 msgstr "Stílus megadása"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Címsor 1"
 msgstr "Címsor 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Címsor 2"
 msgstr "Címsor 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Címsor 3"
 msgstr "Címsor 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/it.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n"
 "Language-Team: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragrafo"
 msgstr "Paragrafo"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Intestazione"
 msgstr "Intestazione"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Seleziona intestazione"
 msgstr "Seleziona intestazione"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Intestazione 1"
 msgstr "Intestazione 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Intestazione 2"
 msgstr "Intestazione 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Intestazione 3"
 msgstr "Intestazione 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/ja.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Japanese (https://www.transifex.com/ckeditor/teams/11143/ja/)\n"
 "Language-Team: Japanese (https://www.transifex.com/ckeditor/teams/11143/ja/)\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "パラグラフ"
 msgstr "パラグラフ"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "見出し"
 msgstr "見出し"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "見出しを選択"
 msgstr "見出しを選択"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "見出し1"
 msgstr "見出し1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "見出し2"
 msgstr "見出し2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "見出し3 "
 msgstr "見出し3 "

+ 6 - 6
packages/ckeditor5-heading/lang/translations/km.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Khmer (https://www.transifex.com/ckeditor/teams/11143/km/)\n"
 "Language-Team: Khmer (https://www.transifex.com/ckeditor/teams/11143/km/)\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "កថាខណ្ឌ"
 msgstr "កថាខណ្ឌ"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "ក្បាលអត្ថបទ"
 msgstr "ក្បាលអត្ថបទ"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "ជ្រើសរើស​ក្បាលអត្ថបទ"
 msgstr "ជ្រើសរើស​ក្បាលអត្ថបទ"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "ក្បាលអត្ថបទ 1"
 msgstr "ក្បាលអត្ថបទ 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "ក្បាលអត្ថបទ 2"
 msgstr "ក្បាលអត្ថបទ 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "ក្បាលអត្ថបទ 3"
 msgstr "ក្បាលអត្ថបទ 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/kn.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Kannada (https://www.transifex.com/ckeditor/teams/11143/kn/)\n"
 "Language-Team: Kannada (https://www.transifex.com/ckeditor/teams/11143/kn/)\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "ಪ್ಯಾರಾಗ್ರಾಫ್"
 msgstr "ಪ್ಯಾರಾಗ್ರಾಫ್"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "ಶೀರ್ಷಿಕೆ"
 msgstr "ಶೀರ್ಷಿಕೆ"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು"
 msgstr "ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "ಶೀರ್ಷಿಕೆ 1"
 msgstr "ಶೀರ್ಷಿಕೆ 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "ಶೀರ್ಷಿಕೆ 2"
 msgstr "ಶೀರ್ಷಿಕೆ 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "ಶೀರ್ಷಿಕೆ 3"
 msgstr "ಶೀರ್ಷಿಕೆ 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/ko.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Korean (https://www.transifex.com/ckeditor/teams/11143/ko/)\n"
 "Language-Team: Korean (https://www.transifex.com/ckeditor/teams/11143/ko/)\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "문단"
 msgstr "문단"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "제목"
 msgstr "제목"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "제목 선택"
 msgstr "제목 선택"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "제목1"
 msgstr "제목1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "제목2"
 msgstr "제목2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "제목3"
 msgstr "제목3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/ku.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Kurdish (https://www.transifex.com/ckeditor/teams/11143/ku/)\n"
 "Language-Team: Kurdish (https://www.transifex.com/ckeditor/teams/11143/ku/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "پەراگراف"
 msgstr "پەراگراف"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "سەرنووسە"
 msgstr "سەرنووسە"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "سەرنووسە هەڵبژێرە"
 msgstr "سەرنووسە هەڵبژێرە"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "سەرنووسەی 1"
 msgstr "سەرنووسەی 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "سەرنووسەی 2"
 msgstr "سەرنووسەی 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "سەرنووسەی 3"
 msgstr "سەرنووسەی 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/nb.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Norwegian Bokmål (https://www.transifex.com/ckeditor/teams/11143/nb/)\n"
 "Language-Team: Norwegian Bokmål (https://www.transifex.com/ckeditor/teams/11143/nb/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Avsnitt"
 msgstr "Avsnitt"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Overskrift"
 msgstr "Overskrift"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Velg overskrift"
 msgstr "Velg overskrift"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Overskrift 1"
 msgstr "Overskrift 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Overskrift 2"
 msgstr "Overskrift 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Overskrift 3"
 msgstr "Overskrift 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/nl.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Dutch (https://www.transifex.com/ckeditor/teams/11143/nl/)\n"
 "Language-Team: Dutch (https://www.transifex.com/ckeditor/teams/11143/nl/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraaf"
 msgstr "Paragraaf"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Koppen"
 msgstr "Koppen"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Kies kop"
 msgstr "Kies kop"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Kop 1"
 msgstr "Kop 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Kop 2"
 msgstr "Kop 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Kop 3"
 msgstr "Kop 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/pl.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Polish (https://www.transifex.com/ckeditor/teams/11143/pl/)\n"
 "Language-Team: Polish (https://www.transifex.com/ckeditor/teams/11143/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"
 "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 "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Akapit"
 msgstr "Akapit"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Nagłówek"
 msgstr "Nagłówek"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Wybierz nagłówek"
 msgstr "Wybierz nagłówek"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Nagłówek 1"
 msgstr "Nagłówek 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Nagłówek 2"
 msgstr "Nagłówek 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Nagłówek 3"
 msgstr "Nagłówek 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/pt-br.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
 "Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Parágrafo"
 msgstr "Parágrafo"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Titulo"
 msgstr "Titulo"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Escolha o título"
 msgstr "Escolha o título"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Título 1"
 msgstr "Título 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Título 2"
 msgstr "Título 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Título 3"
 msgstr "Título 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/pt.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Portuguese (https://www.transifex.com/ckeditor/teams/11143/pt/)\n"
 "Language-Team: Portuguese (https://www.transifex.com/ckeditor/teams/11143/pt/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Parágrafo"
 msgstr "Parágrafo"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Título"
 msgstr "Título"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr ""
 msgstr ""
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Título 1"
 msgstr "Título 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Título 2"
 msgstr "Título 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Título 3"
 msgstr "Título 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/ro.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Romanian (https://www.transifex.com/ckeditor/teams/11143/ro/)\n"
 "Language-Team: Romanian (https://www.transifex.com/ckeditor/teams/11143/ro/)\n"
 "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
 "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraf"
 msgstr "Paragraf"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Titlu rubrică"
 msgstr "Titlu rubrică"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Alege titlu rubrică"
 msgstr "Alege titlu rubrică"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Titlu rubrică 1"
 msgstr "Titlu rubrică 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Titlu rubrică 2"
 msgstr "Titlu rubrică 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Titlu rubrică 3"
 msgstr "Titlu rubrică 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/ru.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Russian (https://www.transifex.com/ckeditor/teams/11143/ru/)\n"
 "Language-Team: Russian (https://www.transifex.com/ckeditor/teams/11143/ru/)\n"
 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Параграф"
 msgstr "Параграф"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Заголовок"
 msgstr "Заголовок"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Выбрать заголовок"
 msgstr "Выбрать заголовок"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Заголовок 1"
 msgstr "Заголовок 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Заголовок 2"
 msgstr "Заголовок 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Заголовок 3"
 msgstr "Заголовок 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/sk.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Slovak (https://www.transifex.com/ckeditor/teams/11143/sk/)\n"
 "Language-Team: Slovak (https://www.transifex.com/ckeditor/teams/11143/sk/)\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraf"
 msgstr "Paragraf"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Nadpis"
 msgstr "Nadpis"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Vyberte nadpis"
 msgstr "Vyberte nadpis"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Nadpis 1"
 msgstr "Nadpis 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Nadpis 2"
 msgstr "Nadpis 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Nadpis 3"
 msgstr "Nadpis 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/sq.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Albanian (https://www.transifex.com/ckeditor/teams/11143/sq/)\n"
 "Language-Team: Albanian (https://www.transifex.com/ckeditor/teams/11143/sq/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragrafi"
 msgstr "Paragrafi"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Nëntitulli"
 msgstr "Nëntitulli"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Përzgjidh nëntitullin"
 msgstr "Përzgjidh nëntitullin"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Nëntitulli 1"
 msgstr "Nëntitulli 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Nëntitulli 2"
 msgstr "Nëntitulli 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Nëntitulli 3"
 msgstr "Nëntitulli 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/sv.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Swedish (https://www.transifex.com/ckeditor/teams/11143/sv/)\n"
 "Language-Team: Swedish (https://www.transifex.com/ckeditor/teams/11143/sv/)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraf"
 msgstr "Paragraf"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Rubrik"
 msgstr "Rubrik"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Välj rubrik"
 msgstr "Välj rubrik"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "Rubrik 1"
 msgstr "Rubrik 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "Rubrik 2"
 msgstr "Rubrik 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "Rubrik 3"
 msgstr "Rubrik 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/tr.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Turkish (https://www.transifex.com/ckeditor/teams/11143/tr/)\n"
 "Language-Team: Turkish (https://www.transifex.com/ckeditor/teams/11143/tr/)\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "Paragraf"
 msgstr "Paragraf"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "Başlık"
 msgstr "Başlık"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "Başlık tipi seç"
 msgstr "Başlık tipi seç"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "1. Seviye Başlık"
 msgstr "1. Seviye Başlık"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "2. Seviye Başlık"
 msgstr "2. Seviye Başlık"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "3. Seviye Başlık"
 msgstr "3. Seviye Başlık"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/ug.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Uighur (https://www.transifex.com/ckeditor/teams/11143/ug/)\n"
 "Language-Team: Uighur (https://www.transifex.com/ckeditor/teams/11143/ug/)\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "بۆلەك"
 msgstr "بۆلەك"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "تېما"
 msgstr "تېما"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "تېما تاللاش"
 msgstr "تېما تاللاش"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "تېما 1"
 msgstr "تېما 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "تېما 2"
 msgstr "تېما 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "تېما 3"
 msgstr "تېما 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/zh-cn.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Chinese (China) (https://www.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
 "Language-Team: Chinese (China) (https://www.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "段落"
 msgstr "段落"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "标题"
 msgstr "标题"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "标题类型"
 msgstr "标题类型"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "标题 1"
 msgstr "标题 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "标题 2"
 msgstr "标题 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "标题 3"
 msgstr "标题 3"

+ 6 - 6
packages/ckeditor5-heading/lang/translations/zh.po

@@ -5,26 +5,26 @@ msgstr ""
 "Language-Team: Chinese (Taiwan) (https://www.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
 "Language-Team: Chinese (Taiwan) (https://www.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 
-msgctxt "Drop-down option label for the paragraph format."
+msgctxt "Dropdown option label for the paragraph format."
 msgid "Paragraph"
 msgid "Paragraph"
 msgstr "段落"
 msgstr "段落"
 
 
-msgctxt "Tooltip for the heading drop-down."
+msgctxt "Tooltip for the heading dropdown."
 msgid "Heading"
 msgid "Heading"
 msgstr "標題"
 msgstr "標題"
 
 
-msgctxt "Default label for the heading drop-down."
+msgctxt "Default label for the heading dropdown."
 msgid "Choose heading"
 msgid "Choose heading"
 msgstr "選取標題"
 msgstr "選取標題"
 
 
-msgctxt "Drop-down option label for the heading level 1 format."
+msgctxt "Dropdown option label for the heading level 1 format."
 msgid "Heading 1"
 msgid "Heading 1"
 msgstr "標題 1"
 msgstr "標題 1"
 
 
-msgctxt "Drop-down option label for the heading level 2 format."
+msgctxt "Dropdown option label for the heading level 2 format."
 msgid "Heading 2"
 msgid "Heading 2"
 msgstr "標題 2"
 msgstr "標題 2"
 
 
-msgctxt "Drop-down option label for the heading level 3 format."
+msgctxt "Dropdown option label for the heading level 3 format."
 msgid "Heading 3"
 msgid "Heading 3"
 msgstr "標題 3"
 msgstr "標題 3"

+ 1 - 1
packages/ckeditor5-heading/src/headingui.js

@@ -17,7 +17,7 @@ import Collection from '@ckeditor/ckeditor5-utils/src/collection';
 import '../theme/heading.css';
 import '../theme/heading.css';
 
 
 /**
 /**
- * The headings UI feature. It introduces the `headings` drop-down.
+ * The headings UI feature. It introduces the `headings` dropdown.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */