uk.po 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  2. #
  3. # !!! IMPORTANT !!!
  4. #
  5. # Before you edit this file, please keep in mind that contributing to the project
  6. # translations is possible ONLY via the Transifex online service.
  7. #
  8. # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
  9. #
  10. # To learn more, check out the official contributor's guide:
  11. # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
  12. #
  13. msgid ""
  14. msgstr ""
  15. "Language-Team: Ukrainian (https://www.transifex.com/ckeditor/teams/11143/uk/)\n"
  16. "Language: uk\n"
  17. "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"
  18. msgctxt "Label for the insert table toolbar button."
  19. msgid "Insert table"
  20. msgstr "Вставити таблицю"
  21. msgctxt "Label for the set/unset table header column button."
  22. msgid "Header column"
  23. msgstr "Заголовок стовпця"
  24. msgctxt "Label for the insert table column to the left of the current one button."
  25. msgid "Insert column left"
  26. msgstr "Вставити стовпець зліва"
  27. msgctxt "Label for the insert table column to the right of the current one button."
  28. msgid "Insert column right"
  29. msgstr "Вставити стовпець справа"
  30. msgctxt "Label for the delete table column button."
  31. msgid "Delete column"
  32. msgstr "Видалити стовпець"
  33. msgctxt "Label for the table column dropdown button."
  34. msgid "Column"
  35. msgstr "Стовпець"
  36. msgctxt "Label for the set/unset table header row button."
  37. msgid "Header row"
  38. msgstr "Заголовок рядка"
  39. msgctxt "Label for the insert row below button."
  40. msgid "Insert row below"
  41. msgstr "Вставити рядок зверху"
  42. msgctxt "Label for the insert row above button."
  43. msgid "Insert row above"
  44. msgstr "Вставити рядок знизу"
  45. msgctxt "Label for the delete table row button."
  46. msgid "Delete row"
  47. msgstr "Видалити рядок"
  48. msgctxt "Label for the table row dropdown button."
  49. msgid "Row"
  50. msgstr "Рядок"
  51. msgctxt "Label for the merge table cell up button."
  52. msgid "Merge cell up"
  53. msgstr "Поєднати комірки вгору"
  54. msgctxt "Label for the merge table cell right button."
  55. msgid "Merge cell right"
  56. msgstr "Поєднати комірки праворуч"
  57. msgctxt "Label for the merge table cell down button."
  58. msgid "Merge cell down"
  59. msgstr "Поєднати комірки внизу"
  60. msgctxt "Label for the merge table cell left button."
  61. msgid "Merge cell left"
  62. msgstr "Поєднати комірки ліворуч"
  63. msgctxt "Label for the split table cell vertically button."
  64. msgid "Split cell vertically"
  65. msgstr "Розділити комірки вертикально"
  66. msgctxt "Label for the split table cell horizontally button."
  67. msgid "Split cell horizontally"
  68. msgstr "Розділити комірки горизонтально"
  69. msgctxt "Label for the merge table cells button."
  70. msgid "Merge cells"
  71. msgstr "Поєднати комірки"
  72. msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
  73. msgid "Table toolbar"
  74. msgstr "Панель інструментів таблиці"