No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

118 líneas
14KB

  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return [
  20. 'No help for unknown command "{command}".' => '@@Довідка недоступна для невідомої команди "{command}".@@',
  21. 'No help for unknown sub-command "{command}".' => '@@Довідка недоступна для невідомої субкоманди "{command}".@@',
  22. 'Unknown command "{command}".' => '@@Невідома команда "{command}".@@',
  23. '(not set)' => '(не задано)',
  24. 'An internal server error occurred.' => 'Виникла внутрішня помилка сервера.',
  25. 'Are you sure you want to delete this item?' => 'Ви впевнені, що хочете видалити цей елемент?',
  26. 'Delete' => 'Видалити',
  27. 'Error' => 'Помилка',
  28. 'File upload failed.' => 'Завантаження файлу не вдалося.',
  29. 'Home' => 'Головна',
  30. 'Invalid data received for parameter "{param}".' => 'Отримано невірне значення для параметра "{param}".',
  31. 'Login Required' => 'Необхідно увійти',
  32. 'Missing required arguments: {params}' => 'Відсутні обовʼязкові аргументи: {params}',
  33. 'Missing required parameters: {params}' => 'Відсутні обовʼязкові параметри: {params}',
  34. 'No' => 'Ні',
  35. 'No results found.' => 'Нічого не знайдено.',
  36. 'Only files with these MIME types are allowed: {mimeTypes}.' => 'Дозволені файли лише з наступними MIME-типами: {mimeTypes}.',
  37. 'Only files with these extensions are allowed: {extensions}.' => 'Дозволені файли лише з наступними розширеннями: {extensions}.',
  38. 'Page not found.' => 'Сторінка не знайдена.',
  39. 'Please fix the following errors:' => 'Будь ласка, виправте наступні помилки:',
  40. 'Please upload a file.' => 'Будь ласка, завантажте файл.',
  41. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Показані <b>{begin, number}-{end, number}</b> із <b>{totalCount, number}</b> {totalCount, plural, one{запису} other{записів}}.',
  42. 'The file "{file}" is not an image.' => 'Файл "{file}" не є зображенням.',
  43. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл "{file}" занадто великий. Розмір не повинен перевищувати {limit, number} {limit, plural, one{байт} few{байта} many{байт} other{байта}}.',
  44. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл "{file}" занадто малий. Розмір повинен бути більше, ніж {limit, number} {limit, plural, one{байт} few{байта} many{байт} other{байта}}.',
  45. 'The format of {attribute} is invalid.' => 'Невірний формат значення "{attribute}".',
  46. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл "{file}" занадто великий. Висота не повинна перевищувати {limit, number} {limit, plural, one{піксель} few{пікселя} many{пікселів} other{пікселя}}.',
  47. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл "{file}" занадто великий. Ширина не повинна перевищувати {limit, number} {limit, plural, one{піксель} few{пікселя} many{пікселів} other{пікселя}}.',
  48. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл "{file}" занадто малий. Висота повинна бути більше, ніж {limit, number} {limit, plural, one{піксель} few{пікселя} many{пікселів} other{пікселя}}.',
  49. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл "{file}" занадто малий. Ширина повинна бути більше, ніж {limit, number} {limit, plural, one{піксель} few{пікселя} many{пікселів} other{пікселя}}.',
  50. 'The requested view "{name}" was not found.' => 'Представлення "{name}" не знайдено.',
  51. 'The verification code is incorrect.' => 'Невірний код перевірки.',
  52. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Всього <b>{count, number}</b> {count, plural, one{запис} few{записи} many{записів} other{записи}}.',
  53. 'Unable to verify your data submission.' => 'Не вдалося перевірити передані дані.',
  54. 'Unknown option: --{name}' => 'Невідома опція : --{name}',
  55. 'Update' => 'Редагувати',
  56. 'View' => 'Переглянути',
  57. 'Yes' => 'Так',
  58. 'You are not allowed to perform this action.' => 'Вам не дозволено виконувати дану дію.',
  59. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Ви не можете завантажувати більше {limit, number} {limit, plural, one{файла} few{файлів} many{файлів} other{файла}}.',
  60. 'in {delta, plural, =1{a day} other{# days}}' => 'через {delta, plural, =1{день} one{# день} few{# дні} many{# днів} other{# дні}}',
  61. 'in {delta, plural, =1{a minute} other{# minutes}}' => 'через {delta, plural, =1{хвилину} one{# хвилину} few{# хвилини} many{# хвилин} other{# хвилини}}',
  62. 'in {delta, plural, =1{a month} other{# months}}' => 'через {delta, plural, =1{місяць} one{# місяць} few{# місяці} many{# місяців} other{# місяці}}',
  63. 'in {delta, plural, =1{a second} other{# seconds}}' => 'через {delta, plural, =1{секунду} one{# секунду} few{# секунди} many{# секунд} other{# секунди}}',
  64. 'in {delta, plural, =1{a year} other{# years}}' => 'через {delta, plural, =1{рік} one{# рік} few{# роки} many{# років} other{# роки}}',
  65. 'in {delta, plural, =1{an hour} other{# hours}}' => 'через {delta, plural, =1{годину} one{# годину} few{# години} many{# годин} other{# години}}',
  66. 'just now' => 'саме зараз',
  67. 'the input value' => 'введене значення',
  68. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" вже зайнятий.',
  69. '{attribute} cannot be blank.' => 'Необхідно заповнити "{attribute}".',
  70. '{attribute} is invalid.' => 'Значення "{attribute}" не вірне.',
  71. '{attribute} is not a valid URL.' => 'Значення "{attribute}" не є правильним URL.',
  72. '{attribute} is not a valid email address.' => 'Значення "{attribute}" не є правильною email адресою.',
  73. '{attribute} must be "{requiredValue}".' => 'Значення "{attribute}" має бути рівним "{requiredValue}".',
  74. '{attribute} must be a number.' => 'Значення "{attribute}" має бути числом.',
  75. '{attribute} must be a string.' => 'Значення "{attribute}" має бути рядком.',
  76. '{attribute} must be an integer.' => 'Значення "{attribute}" має бути цілим числом.',
  77. '{attribute} must be either "{true}" or "{false}".' => 'Значення "{attribute}" має дорівнювати "{true}" або "{false}".',
  78. '{attribute} must be greater than "{compareValue}".' => 'Значення "{attribute}" повинно бути більшим значення "{compareValue}".',
  79. '{attribute} must be greater than or equal to "{compareValue}".' => 'Значення "{attribute}" повинно бути більшим або дорівнювати значенню "{compareValue}".',
  80. '{attribute} must be less than "{compareValue}".' => 'Значення "{attribute}" повинно бути меншим значення "{compareValue}".',
  81. '{attribute} must be less than or equal to "{compareValue}".' => 'Значення "{attribute}" повинно бути меншим або дорівнювати значенню "{compareValue}".',
  82. '{attribute} must be no greater than {max}.' => 'Значення "{attribute}" не повинно перевищувати {max}.',
  83. '{attribute} must be no less than {min}.' => 'Значення "{attribute}" має бути більшим {min}.',
  84. '{attribute} must be repeated exactly.' => 'Значення "{attribute}" має бути повторене в точності.',
  85. '{attribute} must not be equal to "{compareValue}".' => 'Значення "{attribute}" не повинно бути рівним "{compareValue}".',
  86. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Значення "{attribute}" повинно містити мінімум {min, number} {min, plural, one{символ} few{символа} many{символів} other{символа}}.',
  87. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => 'Значення "{attribute}" повинно містити максимум {max, number} {max, plural, one{символ} few{символа} many{символів} other{символа}}.',
  88. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => 'Значення "{attribute}" повинно містити {length, number} {length, plural, one{символ} few{символа} many{символів} other{символа}}.',
  89. '{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{день} one{день} few{# дні} many{# днів} other{# дні}} тому',
  90. '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta, plural, =1{хвилину} one{# хвилину} few{# хвилини} many{# хвилин} other{# хвилини}} тому',
  91. '{delta, plural, =1{a month} other{# months}} ago' => '{delta, plural, =1{місяць} one{# місяць} few{# місяці} many{# місяців} other{# місяці}} тому',
  92. '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta, plural, =1{секунду} one{# секунду} few{# секунди} many{# секунд} other{# секунди}} тому',
  93. '{delta, plural, =1{a year} other{# years}} ago' => '{delta, plural, =1{рік} one{# рік} few{# роки} many{# років} other{# роки}} тому',
  94. '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta, plural, =1{година} one{# година} few{# години} many{# годин} other{# години}} тому',
  95. '{nFormatted} B' => '{nFormatted} Б',
  96. '{nFormatted} GB' => '{nFormatted} Гб',
  97. '{nFormatted} GiB' => '{nFormatted} ГіБ',
  98. '{nFormatted} KB' => '{nFormatted} Кб',
  99. '{nFormatted} KiB' => '{nFormatted} КіБ',
  100. '{nFormatted} MB' => '{nFormatted} Мб',
  101. '{nFormatted} MiB' => '{nFormatted} МіБ',
  102. '{nFormatted} PB' => '{nFormatted} Пб',
  103. '{nFormatted} PiB' => '{nFormatted} ПіБ',
  104. '{nFormatted} TB' => '{nFormatted} Тб',
  105. '{nFormatted} TiB' => '{nFormatted} ТіБ',
  106. '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} {n, plural, one{байт} few{байта} many{байтів} other{байта}}',
  107. '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} {n, plural, one{гібібайт} few{гібібайта} many{гібібайтів} other{гіибібайта}}',
  108. '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} {n, plural, one{гігабайт} few{гігабайта} many{гігабайтів} other{гігабайта}}',
  109. '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} {n, plural, one{кібібайт} few{кібібайта} many{кібібайтів} other{кібібайта}}',
  110. '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} {n, plural, one{кілобайт} few{кілобайта} many{кілобайтів} other{кілобайта}}',
  111. '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} {n, plural, one{мебібайт} few{мебібайта} many{мебібайтів} other{мебібайта}}',
  112. '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} {n, plural, one{мегабайт} few{мегабайта} many{мегабайтів} other{мегабайта}}',
  113. '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} {n, plural, one{пебібайт} few{пебібайта} many{пебібайтів} other{пебібайта}}',
  114. '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} {n, plural, one{петабайт} few{петабайта} many{петабайтів} other{петабайта}}',
  115. '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} {n, plural, one{тебібайт} few{тебібайта} many{тебібайтів} other{тебібайта}}',
  116. '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} {n, plural, one{терабайт} few{терабайта} many{терабайтів} other{терабайта}}',
  117. ];