Blame view

frontend/themes/markup/test-create_files/uk.js.завантаження 5.66 KB
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
  /*!
   * FileInput Ukrainian Translations
   *
   * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
   * any HTML markup tags in the messages must not be converted or translated.
   *
   * @see http://github.com/kartik-v/bootstrap-fileinput
   * @author CyanoFresh <cyanofresh@gmail.com>
   *
   * NOTE: this file must be saved in UTF-8 encoding.
   */
  (function ($) {
      "use strict";
  
      $.fn.fileinputLocales['uk'] = {
          fileSingle: 'файл',
          filePlural: 'файли',
          browseLabel: 'Вибрати &hellip;',
          removeLabel: 'Видалити',
          removeTitle: 'Видалити вибрані файли',
          cancelLabel: 'Скасувати',
          cancelTitle: 'Скасувати поточну загрузку',
          uploadLabel: 'Загрузити',
          uploadTitle: 'Загрузити вибрані файли',
          msgNo: 'Немає',
          msgNoFilesSelected: '',
          msgCancelled: 'Cкасовано',
          msgPlaceholder: 'Select {files}...',
          msgZoomModalHeading: 'Детальний превью',
          msgFileRequired: 'You must select a file to upload.',
          msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
          msgSizeTooLarge: 'Файл "{name}" (<b>{size} KB</b>) перевищує максимальний розмір <b>{maxSize} KB</b>.',
          msgFilesTooLess: 'Ви повинні вибрати як мінімум <b>{n}</b> {files} для загрузки.',
          msgFilesTooMany: 'Кількість вибраних файлів <b>({n})</b> перевищує максимально допустиму кількість <b>{m}</b>.',
          msgFileNotFound: 'Файл "{name}" не знайдено!',
          msgFileSecured: 'Обмеження безпеки перешкоджають читанню файла "{name}".',
          msgFileNotReadable: 'Файл "{name}" неможливо прочитати.',
          msgFilePreviewAborted: 'Перегляд скасований для файла "{name}".',
          msgFilePreviewError: 'Сталася помилка під час читання файла "{name}".',
          msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
          msgInvalidFileType: 'Заборонений тип файла для "{name}". Тільки "{types}" дозволені.',
          msgInvalidFileExtension: 'Заборонене розширення для файла "{name}". Тільки "{extensions}" дозволені.',
          msgFileTypes: {
              'image': 'image',
              'html': 'HTML',
              'text': 'text',
              'video': 'video',
              'audio': 'audio',
              'flash': 'flash',
              'pdf': 'PDF',
              'object': 'object'
          },
          msgUploadAborted: 'Вивантаження файлу перервана',
          msgUploadThreshold: 'Processing...',
          msgUploadBegin: 'Initializing...',
          msgUploadEnd: 'Done',
          msgUploadEmpty: 'No valid data available for upload.',
          msgUploadError: 'Error',
          msgValidationError: 'Помилка перевірки',
          msgLoading: 'Загрузка файла {index} із {files} &hellip;',
          msgProgress: 'Загрузка файла {index} із {files} - {name} - {percent}% завершено.',
          msgSelected: '{n} {files} вибрано',
          msgFoldersNotAllowed: 'Дозволено перетягувати тільки файли! Пропущено {n} папок.',
          msgImageWidthSmall: 'Ширина зображення "{name}" повинна бути не менше {size} px.',
          msgImageHeightSmall: 'Висота зображення "{name}" повинна бути не менше {size} px.',
          msgImageWidthLarge: 'Ширина зображення "{name}" не може перевищувати {size} px.',
          msgImageHeightLarge: 'Висота зображення "{name}" не може перевищувати {size} px.',
          msgImageResizeError: 'Не вдалося розміри зображення, щоб змінити розмір.',
          msgImageResizeException: 'Помилка при зміні розміру зображення.<pre>{errors}</pre>',
          msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
          msgAjaxProgressError: '{operation} failed',
          ajaxOperations: {
              deleteThumb: 'file delete',
              uploadThumb: 'file upload',
              uploadBatch: 'batch file upload',
              uploadExtra: 'form data upload'
          },
          dropZoneTitle: 'Перетягніть файли сюди &hellip;',
          dropZoneClickTitle: '<br>(or click to select {files})',
          fileActionSettings: {
              removeTitle: 'Видалити файл',
              uploadTitle: 'Загрузити файл',
              uploadRetryTitle: 'Retry upload',
              downloadTitle: 'Download file',
              zoomTitle: 'Подивитися деталі',
              dragTitle: 'Move / Rearrange',
              indicatorNewTitle: 'Ще не загружено',
              indicatorSuccessTitle: 'Загружено',
              indicatorErrorTitle: 'Помилка при загрузці',
              indicatorLoadingTitle: 'Загрузка ...'
          },
          previewZoomButtonTitles: {
              prev: 'View previous file',
              next: 'View next file',
              toggleheader: 'Toggle header',
              fullscreen: 'Toggle full screen',
              borderless: 'Toggle borderless mode',
              close: 'Close detailed preview'
          }
      };
  })(window.jQuery);