@steroidsjs/core 3.0.0-beta.67 → 3.0.0-beta.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/en.json +770 -3
- package/package.json +2 -2
package/en.json
CHANGED
|
@@ -1,4 +1,771 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
|
|
2
|
+
"Компонент для подгрузки и конфигурации UI компонентов приложения": "Component for loading and configuring UI components of the application",
|
|
3
|
+
"Обертка над корневым компонентом приложения, используется только в `Application.tsx`. Добавляет через React Context\nкомпоненты приложения и конфигурирует их.": "Wrapper around the root component of the application, used only in `Application.tsx`. Adds application components through React Context\nand configures them.",
|
|
4
|
+
"\nКомпонент-аккордеон позволяет создавать интерактивные списки или контейнеры,\nгде содержимое может быть развернуто или свернуто по требованию пользователя.\nКаждый элемент аккордеона может быть раскрытым или свернутым, и пользователь может\nизменять их состояние путем нажатия на соответствующий заголовок элемента.\n\nКомпонент `Accordion` обычно используется для создания разделов, подразделов или\nсписков, где необходимо показывать или скрывать дополнительную информацию по требованию.\n\nВнутри компонента `Accordion` могут быть использованы дочерние элементы `AccordionItem`,\nкаждый из которых представляет отдельный элемент аккордеона с заголовком и содержимым.\nПри нажатии на заголовок, соответствующий элемент может быть развернут или свернут.\n\nПримечание: В компоненте `Accordion` должен быть указан хотя бы один дочерний элемент `AccordionItem`.\n": "Accordion component allows creating interactive lists or containers,\nwhere content can be expanded or collapsed on user's demand.\nEach accordion item can be expanded or collapsed, and the user can\nchange their state by clicking on the respective item's header.\n\nThe `Accordion` component is typically used to create sections, subsections,\nor lists where additional information needs to be shown or hidden upon request.\n\nInside the `Accordion` component, child `AccordionItem` elements can be used,\neach representing a separate accordion item with a header and content.\nClicking on the header expands or collapses the corresponding item.\n\nNote: The `Accordion` component must have at least one child `AccordionItem`.",
|
|
5
|
+
"\nКомпонент оповещения, который отображает сообщения для пользователя.\nОн может быть использован для показа уведомлений, предупреждений или ошибок,\nкоторые требуют внимания пользователя.\n\nКомпонент `Alert` может содержать текстовое сообщение и дополнительное описание,\nа также опциональную кнопку для закрытия оповещения.\n\nОповещения могут иметь различные типы, такие как 'success', 'info', 'warning', 'error'\nили другие пользовательские типы.\n\nКомпонент также предлагает настройки для отображения иконки, анимации, а также\nобратного вызова при закрытии оповещения.\n": "Notification component displays messages for the user.\nIt can be used to show notifications, warnings, or errors\nthat require user attention.\n\nThe `Alert` component can contain a text message and additional description,\nas well as an optional button for closing the alert.\n\nAlerts can have different types such as 'success', 'info', 'warning', 'error',\nor other custom types.\n\nThe component also offers settings for displaying icons, animations,\nand a callback when the alert is closed.",
|
|
6
|
+
"\nКомпонент аватара, который отображает изображение пользователя или иконку.\nОн может использоваться для представления пользователя, контакта или профиля.\n\nКомпонент `Avatar` позволяет указать размер, форму, изображение или иконку,\nа также добавить альтернативный текст и статус онлайна.\n\nЕсли изображение аватара не загружается, можно показать альтернативный текст\nили иконку вместо него.\n": "Avatar component displays a user's image or an icon.\nIt can be used to represent a user, contact, or profile.\n\nThe `Avatar` component allows specifying the size, shape, image, or icon,\nand also adding alternative text and online status.\n\nIf the avatar image fails to load, an alternative text or icon can be shown instead.",
|
|
7
|
+
"\nКомпонент бэйджа, который используется для отображения информационных меток на элементах пользовательского интерфейса.\nОн может использоваться для обозначения статуса, количества, типа или любой другой важной информации.\n\nКомпонент `Badge` позволяет указать тип бэйджа, стиль скругления, наличие кнопки для закрытия,\nтекст сообщения, отображение счетчика и размер.\n\nЕсли установлен флаг `showClose`, то пользователь может закрыть бэйдж, вызывая соответствующую callback функцию `onClose`.\n": "Badge component is used to display informational labels on UI elements.\nIt can be used to indicate status, quantity, type, or any other important information.\n\nThe `Badge` component allows specifying the badge type, border radius style,\npresence of a close button, message text, counter display, and size.\n\nIf the `showClose` flag is set, the user can close the badge by calling the respective `onClose` callback function.",
|
|
8
|
+
"\nКомпонент календаря, который позволяет выбирать даты или диапазоны дат.\nОн предоставляет пользователю удобный способ выбора даты и может использоваться для различных целей,\nтаких как выбор даты доставки, даты резервирования и т.д.\n\nКомпонент `Calendar` позволяет указать значение даты или диапазона дат, формат значения, callback функцию при изменении,\nсвойства для компонента `DayPicker`, отображение панели выбора месяца/года, количество отображаемых месяцев и другие свойства.\n\nЕсли установлено значение `showFooter`, то будет отображаться футер с кнопкой \"Today\".\n": "Calendar component allows selecting dates or date ranges.\nIt provides users a convenient way to choose dates and can be used for various purposes,\nsuch as selecting delivery dates, reservation dates, etc.\n\nThe `Calendar` component allows specifying the date or date range value, value format, callback function on change,\nproperties for the `DayPicker` component, displaying the month/year selection panel, number of months displayed, and other properties.\n\nIf the `showFooter` value is set, a footer with the \"Today\" button will be displayed.",
|
|
9
|
+
"\nКомпонент карточки, который представляет контент в структурированном формате с заголовком, обложкой, описанием,\nкнопками, ссылками и другими элементами.\n\nКомпонент `Card` позволяет передать дочерние элементы, обложку, описание, заголовок, параметры заголовка,\nфутер, коллекцию ссылок и коллекцию кнопок.\n": "Card component represents content in a structured format with a title, cover, description,\nbuttons, links, and other elements.\n\nThe `Card` component allows passing child elements, cover image, description, title, title parameters,\nfooter, a collection of links, and a collection of buttons.",
|
|
10
|
+
"\nКомпонент, позволяющий копировать заданное значение в буфер обмена при клике.\n\nКомпонент `CopyToClipboard` принимает значение `value` для копирования, а также\nможет отображать иконку, дополнительный текст или другие дочерние элементы.\n\nПри успешном копировании значения, можно также отобразить уведомление с помощью\nпараметра `notification`. Можно задать текст уведомления, его уровень и параметры.\n\nКомпонент также поддерживает обработчик `onCopy`, который вызывается при копировании.\n": "Component that allows copying a specified value to the clipboard on click.\n\nThe `CopyToClipboard` component accepts the `value` to be copied and can also display an icon, additional text, or other child elements.\n\nUpon successful copying, a notification can be displayed using the `notification` parameter.\nYou can provide notification text, its level, and parameters.\n\nThe component also supports the `onCopy` handler, which is called when copying is performed.",
|
|
11
|
+
"\nПредставление данных в виде таблицы, в которой поля группируются по принципу \"ключ-значение\".\n\nКомпонент `Detail` принимает данные в виде дочерних компонентов `DetailItem`, которые отображаются\nв виде таблицы с ячейками \"ключ-значение\".\n\nКомпонент поддерживает различные настройки, такие как размер ячеек, вариант расположения\nячеек (\"horizontal\" или \"vertical\"), а также респонсивный режим, позволяющий перестраивать\nтаблицу при изменении размеров окна.\n\nКомпонент также может отображать заголовок таблицы и контролы, расположенные рядом с таблицей.\n": "Representation of data in a table format where fields are grouped in a \"key-value\" principle.\n\nThe `Detail` component accepts data as child `DetailItem` components, which are displayed\nin a table format with \"key-value\" cells.\n\nThe component supports various settings such as cell size, cell layout ('horizontal' or 'vertical'), and a responsive mode that adjusts the table layout when window size changes.\n\nThe component can also display a table header and controls placed next to the table.",
|
|
12
|
+
"Элемент \"ключ-значение\" в таблице Detail": "\"Key-Value\" Element in the Detail Table",
|
|
13
|
+
"\nКомпонент, представляющий меню с элементами, которые могут быть выбраны или нажаты.\nКомпонент позволяет отображать и скрывать содержимое меню, а также управлять его позиционированием.\n": "Component representing a menu with selectable or clickable items.\nThe component allows displaying and hiding menu content and managing its positioning.",
|
|
14
|
+
"\nКомпонент, представляющий иконку. Иконки могут быть импортированы при старте приложения.\n": "Component representing an icon. Icons can be imported when the application starts.",
|
|
15
|
+
"\nКомпонент-меню позволяет создавать выпадающие списки с элементами, которые могут быть выбраны\nили выполнить определенные действия при клике на них.\n\nКомпонент `Menu` обычно используется для создания навигационных меню или контекстных меню,\nгде пользователь может выбирать опции или выполнять определенные действия в зависимости от выбранного элемента.\n\nКомпонент `Menu` принимает массив `items`, каждый элемент которого представляет собой отдельный пункт меню.\nКаждый пункт меню имеет заголовок `label`, функцию `onClick`, которая будет вызываться при клике на элемент,\nкастомную иконку `icon` (необязательно) и флаг `hasBorder`, определяющий наличие нижней границы у элемента.\n\nПримечание: Компонент `Menu` требует указания хотя бы одного элемента меню в свойстве `items`.\n": "Menu component allows creating dropdown lists with items that can be selected\nor perform specific actions when clicked.\n\nThe `Menu` component is typically used for creating navigation menus or context menus\nwhere users can choose options or perform actions based on the selected item.\n\nThe `Menu` component takes an array `items`, each element of which represents an individual menu item.\nEach menu item has a `label` title, an `onClick` function to be called when clicked, a custom `icon` (optional), and a `hasBorder` flag determining the presence of a bottom border on the item.\n\nNote: The `Menu` component requires at least one menu item to be specified in the `items` property.",
|
|
16
|
+
"\nКомпонент слайдера позволяет создавать слайдшоу, где элементы могут быть пролистаны\nс помощью прокрутки или перетаскивания.\n\nКомпонент `Slider` принимает следующие свойства:\n\n- `sliderOptions`: опции слайдера, используемые для настройки поведения слайдера. (тип: Options)\n- `items`: элементы слайдера, представленные в виде массива записей. (тип: Record<string, any>[])\n- `itemView`: представление элемента слайдера, используемое для кастомизации отображения каждого слайда. (тип: CustomView | any)\n- дополнительные свойства: любые дополнительные свойства, которые могут быть переданы компоненту.\n\nПримечание: Компонент `Slider` требует указания опций слайдера (`sliderOptions`) и элементов слайдера (`items`).\n": "Slider component allows creating a slideshow where items can be scrolled\nusing scrolling or dragging.\n\nThe `Slider` component takes the following properties:\n\n- `sliderOptions`: slider options used to configure slider behavior. (type: Options)\n- `items`: slider items presented as an array of records. (type: Record<string, any>[])\n- `itemView`: slider item view used for customizing the display of each slide. (type: CustomView | any)\n- additional properties: any additional properties that can be passed to the component.\n\nNote: The `Slider` component requires specifying slider options (`sliderOptions`) and slider items (`items`).",
|
|
17
|
+
"\nКомпонент CRUD (Create, Read, Update, Delete) предоставляет интерфейс для выполнения операций создания,\nчтения, обновления и удаления записей. Он позволяет создавать, просматривать, редактировать и удалять\nзаписи из некоторой модели данных.\n\nКомпонент `Crud` принимает следующие свойства:\n\n- `crudId`: идентификатор для CRUD (тип: string)\n- `mode`: режим работы CRUD (тип: 'page' | 'modal')\n- `restUrl`: ссылка на REST API (тип: string)\n- `restApi`: методы REST API (тип: IApiRest)\n- `primaryKey`: первичный ключ записей (тип: 'id' | string)\n- `queryKey`: ключ запроса (тип: 'id' | string)\n- `model`: модель данных (тип: string)\n- `searchModel`: модель данных используемая для поиска (тип: string)\n- `index`: параметры для колонки index (тип: boolean | ICrudItem)\n- `create`: параметры для колонки create (тип: boolean | ICrudItem)\n- `update`: параметры для колонки update (тип: boolean | ICrudItem)\n- `view`: параметры для колонки view (тип: boolean | ICrudItem)\n- `delete`: параметры для колонки delete (тип: boolean | ICrudItem)\n- `items`: коллекция элементов (тип: ICrudItem[] | { [key: string]: ICrudItem })\n- `grid`: параметры Grid (тип: IGridProps | React.ReactNode)\n- `form`: параметры формы (тип: IFormProps | React.ReactNode)\n- `detail`: параметры для колонки detail (тип: any)\n- `crudView`: представление для CRUD (тип: CustomView)\n- `errorHandler`: функция-обработчик ошибок (тип: (error, dispatch: any) => void)\n\nПримечание: Компонент `Crud` требует указания идентификатора CRUD (`crudId`) и ссылки на REST API (`restUrl`).\n": "The CRUD (Create, Read, Update, Delete) component provides an interface for performing create, read, update, and delete operations on records.\nIt allows creating, viewing, editing, and deleting records from a certain data model.\n\nThe `Crud` component takes the following properties:\n\n- `crudId`: CRUD identifier (type: string)\n- `mode`: CRUD operation mode (type: 'page' | 'modal')\n- `restUrl`: link to the REST API (type: string)\n- `restApi`: REST API methods (type: IApiRest)\n- `primaryKey`: primary key of records (type: 'id' | string)\n- `queryKey`: query key (type: 'id' | string)\n- `model`: data model (type: string)\n- `searchModel`: data model used for searching (type: string)\n- `index`: parameters for the index column (type: boolean | ICrudItem)\n- `create`: parameters for the create column (type: boolean | ICrudItem)\n- `update`: parameters for the update column (type: boolean | ICrudItem)\n- `view`: parameters for the view column (type: boolean | ICrudItem)\n- `delete`: parameters for the delete column (type: boolean | ICrudItem)\n- `items`: collection of items (type: ICrudItem[] | { [key: string]: ICrudItem })\n- `grid`: Grid parameters (type: IGridProps | React.ReactNode)\n- `form`: form parameters (type: IFormProps | React.ReactNode)\n- `detail`: parameters for the detail column (type: any)\n- `crudView`: view for CRUD (type: CustomView)\n- `errorHandler`: error handler function (type: (error, dispatch: any) => void)\n\nNote: The `Crud` component requires specifying the CRUD identifier (`crudId`) and the REST API link (`restUrl`).",
|
|
18
|
+
"\nПоле ввода текста с подсказками (auto-complete). Он позволяет пользователю вводить текст и предлагает\nварианты автозаполнения на основе предоставленных данных.\n\nКомпонент `AutoCompleteField` принимает следующие свойства:\n\n- `searchOnFocus`: при фокусировке на поле ввода будет запускаться поиск (тип: boolean)\n- все остальные свойства являются наследниками интерфейсов `IBaseFieldProps`, `IDataProviderConfig` и `IDataSelectConfig`\n\nПримечание: Компонент `AutoCompleteField` требует указания списка элементов (`items`) и предоставления\nконфигурации для провайдера данных (`dataProvider`) и выборки данных (`autoComplete` и `autoFetch`).\n": "Auto-complete text input field. It allows the user to input text and suggests\nauto-complete options based on provided data.\n\nThe `AutoCompleteField` component takes the following properties:\n\n- `searchOnFocus`: search will be triggered when the input field is focused (type: boolean)\n- all other properties are inherited from the `IBaseFieldProps`, `IDataProviderConfig`, and `IDataSelectConfig` interfaces.\n\nNote: The `AutoCompleteField` component requires specifying the list of items (`items`) and providing\nconfiguration for the data provider (`dataProvider`) and data selection (`autoComplete` and `autoFetch`).",
|
|
19
|
+
"\nПустое поле. Он отображает переданный текст или дочерние элементы.\n\nКомпонент `BlankField` принимает следующие свойства:\n\n- `text`: текст для отображения (тип: string | React.ReactNode)\n- `children`: дочерние элементы (тип: React.ReactNode)\n- все остальные свойства являются наследниками интерфейсов `IFieldWrapperInputProps` и `IUiComponent`\n": "Blank field. It displays the provided text or child elements.\n\nThe `BlankField` component takes the following properties:\n\n- `text`: text to be displayed (type: string | React.ReactNode)\n- `children`: child elements (type: React.ReactNode)\n- all other properties are inherited from the `IFieldWrapperInputProps` and `IUiComponent` interfaces.",
|
|
20
|
+
"Кнопка или ссылка. Используется в интерфейсе для выполнения какого-либо действия по клику (onClick),\nсмена страницы в рамках роутинга (goToRoute), переход по внешней ссылке (url) или отправки формы (submit form)": "Button or link. Used in the interface to perform an action on click (onClick),\nchange pages within routing (goToRoute), navigate to an external link (url), or submit a form (submit form)",
|
|
21
|
+
"\nОдиночный чекбокс. Используется в формах для отметки булевого значения.\n": "Single checkbox. Used in forms to mark a boolean value.",
|
|
22
|
+
"\nСписок с чекбоксами. Используется в формах для выбора нескольких значений.\n\n": "Checkbox list. Used in forms to select multiple values.\n\n",
|
|
23
|
+
"\nПоле ввода с выпадающим календарём для выбора даты.\n\nКомпонент `DateField` предоставляет возможность создания поля ввода с календарём для выбора даты.\nОн предоставляет пользователю удобный интерфейс для выбора даты с помощью календаря,\nа также поддерживает настройку формата отображения даты и другие параметры.\n": "Date input field with a dropdown calendar for date selection.\n\nThe `DateField` component provides the ability to create an input field with a calendar dropdown for date selection.\nIt offers users a convenient interface to select dates using a calendar and supports configuring date display formats and other parameters.\n",
|
|
24
|
+
"\nПоле ввода дипазона двух дат с выпадающим календарём.\n\nКомпонент `DateRangeField` предоставляет возможность создания поля ввода диапазона двух дат с выпадающим календарём.\n Он позволяет пользователю выбрать начальную и конечную даты с помощью календаря и предоставляет удобный интерфейс для работы с диапазоном дат.\n": "Input field for a date range with a dropdown calendar.\n\nThe `DateRangeField` component allows creating an input field for a date range with a dropdown calendar.\nIt enables users to select start and end dates using a calendar and provides a convenient interface for working with date ranges.\n",
|
|
25
|
+
"\nПоля ввода с выпадающими списками для выбора даты и времени.\n\nКомпонент `DateTimeField` предоставляет возможность создания полей ввода для выбора даты и времени с помощью выпадающих списков.\n Он объединяет функциональность компонента `DateField` для выбора даты и компонента `TimePanel` для выбора времени.\n": "Input fields with dropdown lists for date and time selection.\n\nThe `DateTimeField` component provides the ability to create input fields for selecting both date and time using dropdown lists.\nIt combines the functionality of the `DateField` component for date selection and the `TimePanel` component for time selection.\n",
|
|
26
|
+
"\nПоле ввода дипазона двух дат со временем, с выпадающим календарём.\n\nКомпонент `DateTimeRangeField` предоставляет возможность создания поля ввода для выбора диапазона двух дат с временем\nс помощью выпадающих списков и календаря.\nОн объединяет функциональность компонента `DateRangeField` для выбора диапазона дат и компонента `DateTimeField` для выбора времени.\n": "Input field for a date-time range with time and a dropdown calendar.\n\nThe `DateTimeRangeField` component provides the ability to create an input field for selecting a range of dates and times\nusing dropdown lists and a dropdown calendar.\nIt combines the functionality of the `DateRangeField` component for date range selection and the `DateTimeField` component for time selection.\n",
|
|
27
|
+
"\nВыпадающий список для выбора одного или нескольких значений.\n\nКомпонент `DropDownField` предоставляет возможность создания выпадающего списка для выбора одного или нескольких значений.\nОн поддерживает различные типы контента для элементов списка, такие как флажки, радиокнопки, иконки и изображения.\n\n": "Dropdown list for selecting one or multiple values.\n\nThe `DropDownField` component provides the ability to create a dropdown list for selecting one or multiple values.\nIt supports various types of content for list items, such as checkboxes, radio buttons, icons, and images.\n\n",
|
|
28
|
+
"\nКомпонент, который рендерит соответствующее поле, исходя из переданной модели и названия атрибута.\nПо умолчанию будет отрендерен InputField.\nТакже можно не использовать модель, а передавать компонент поля напрямую через пропсы.\n": "A component that renders the appropriate field based on the provided model and attribute name.\nBy default, an `InputField` will be rendered.\nIt's also possible to not use a model and pass the field component directly via props.\n",
|
|
29
|
+
"\nСпециальный шаблон для поля, который настраивает его расположение внутри формы, рендерит лейбл, подсказки и ошибки.\n\n": "A special template for a field that configures its layout within a form, renders labels, hints, and errors.\n\n",
|
|
30
|
+
"Создает список из сгруппированных полей формы": "Creates a list of grouped form fields",
|
|
31
|
+
"Компонент для группировки полей формы": "Component for grouping form fields",
|
|
32
|
+
"\nКомпонент `FileField` представляет собой поле формы для загрузки файлов.\nОн использует хук `useFile` для управления состоянием файлов и выполнения операций с файлами, таких как выбор и удаление.\nКомпонент поддерживает различные варианты отображения файлов (список или стена) с помощью перечисления `FilesLayout`.\n": "\nThe `FileField` component represents a form field for uploading files.\nIt uses the `useFile` hook to manage the state of files and perform file-related operations such as selection and deletion.\nThe component supports different file display options (list or wall) through the `FilesLayout` enumeration.\n",
|
|
33
|
+
"\nКомпонент для создания формы. Предоставляет управление и синхронизацию состояния формы,\nа также позволяет выполнять отправку данных формы на сервер с возможностью валидации и обработки результатов.\n": "\nComponent for creating a form. Provides control and synchronization of form state,\nand allows submitting form data to the server with validation and result handling capabilities.\n",
|
|
34
|
+
"Компонент для создания HTML-разметки, использующий WYSIWYG редактор": "Component for creating HTML markup using a WYSIWYG editor",
|
|
35
|
+
"\nКомпонент для загрузки изображений с возможностью обрезки и предпросмотра.\n": "\nComponent for uploading images with cropping and preview capabilities.\n",
|
|
36
|
+
"Поле ввода текста": "Text input field",
|
|
37
|
+
"Компонент навигации как часть формы.\n\nЭтот компонент представляет собой навигационное меню, которое можно использовать\nкак часть формы для выбора различных элементов или вкладок.": "Navigation component as part of a form.\n\nThis component represents a navigation menu that can be used\nas part of a form to select different items or tabs.",
|
|
38
|
+
"\nЧисловое поле ввода. Этот компонент представляет собой поле ввода для числовых значений.\n": "\nNumeric input field. This component represents an input field for numeric values.\n",
|
|
39
|
+
"\nПоле ввода пароля. Этот компонент представляет собой поле ввода для паролей.\n\n": "\nPassword input field. This component represents an input field for passwords.\n\n",
|
|
40
|
+
"\nКомпонент RadioField представляет собой элемент выбора типа \"radio\". Он позволяет пользователю выбрать один вариант из нескольких предложенных.\n": "\nRadioField component represents a \"radio\" type selection element. It allows the user to choose one option from several presented.\n",
|
|
41
|
+
"Список с радиокнопками. Используется в формах для выбора одного значения.": "List with radio buttons. Used in forms to select one value.",
|
|
42
|
+
"Поле для проставления рейтинга": "Rating input field",
|
|
43
|
+
"Компонент для использования ReCAPTCHA v3 от Google: https://developers.google.com/recaptcha/docs/v3.\nЧтобы добавить ReCAPTCHA в форму необходимо:\n1) Передать siteKey в ResourceComponent.\n2) Поместить на сайт скрипт от Google с помощью метода экземпляра ResourceComponent\n(скрипт анализирует поведение пользователя).\n3) Разместить ReCaptchaField внутри компонента Form. На событие формы onSubmit отправится запрос в Google для\nполучения токена. Далее этот токен с остальными данными формы отправится на бэкенд.\nСам компонент отображает ссылки на политику конфиденциальности и условия использования сервисов Google.": "Component for using Google ReCAPTCHA v3: https://developers.google.com/recaptcha/docs/v3.\nTo add ReCAPTCHA to a form:\n1) Pass the siteKey to the ResourceComponent.\n2) Embed the Google script on the site using the ResourceComponent instance method\n(the script analyzes user behavior).\n3) Place ReCaptchaField inside the Form component. On the form's onSubmit event, a request will be sent to Google to\nretrieve a token. Then, this token along with other form data will be sent to the backend.\nThe component also displays links to Google's privacy policy and terms of use.",
|
|
44
|
+
"Компонент с ползунком для выбора числового значения в пределах указанного промежутка": "Slider component for selecting a numerical value within a specified range",
|
|
45
|
+
"Список с кнопками. Используется для выбора одного значения.": "List with buttons. Used to select one value.",
|
|
46
|
+
"Поле для ввода нескольких строк текста": "Textarea input field for entering multiple lines of text",
|
|
47
|
+
"Поле для выбора времени": "Time input field",
|
|
48
|
+
"\nКомпонент TimeRangeField представляет собой поле выбора временного диапазона, состоящего из двух элементов ввода времени (from и to).\n": "\nThe TimeRangeField component represents a field for selecting a time range, consisting of two time input elements (from and to).\n",
|
|
49
|
+
"\nКомпонент BooleanFormatter предназначен для форматирования значения типа boolean, string или number.\nОн позволяет кастомизировать отображение значения, используя переданный view React компонент.\n": "\nThe BooleanFormatter component is intended for formatting boolean, string, or number values.\nIt allows customizing the value display using the provided React view component.\n",
|
|
50
|
+
"\nКомпонент DateFormatter предназначен для форматирования даты с использованием заданного формата.\nОн позволяет кастомизировать отображение даты, используя переданный view React компонент.\n": "\nThe DateFormatter component is intended for formatting dates using a specified format.\nIt allows customizing the date display using the provided React view component.\n",
|
|
51
|
+
"\nКомпонент DateTimeFormatter предназначен для форматирования даты и времени с использованием заданного формата.\nОн позволяет кастомизировать отображение даты и времени, используя переданный view React компонент.\n": "\nThe DateTimeFormatter component is intended for formatting dates and times using a specified format.\nIt allows customizing the date and time display using the provided React view component.\n",
|
|
52
|
+
"\nКомпонент EnumFormatter предназначен для форматирования перечисления элементов с использованием заданного формата.\nОн позволяет кастомизировать отображение элементов, используя переданный view React компонент.\n": "\nThe EnumFormatter component is intended for formatting enumeration items using a specified format.\nIt allows customizing the item display using the provided React view component.\n",
|
|
53
|
+
"\nКомпонент FileSize предназначен для форматирования размера файла в человеко-читаемом формате.\nОн позволяет кастомизировать отображение размера файла, используя переданный view React компонент.\n": "\nThe FileSize component is intended for formatting file size in a human-readable format.\nIt allows customizing the file size display using the provided React view component.\n",
|
|
54
|
+
"\nКомпонент Format предназначен для форматирования значения на основе заданного форматтера.\nОн позволяет кастомизировать отображение значения, используя переданный view React компонент.\n": "\nThe Format component is intended for formatting values based on a specified formatter.\nIt allows customizing the value display using the provided React view component.\n",
|
|
55
|
+
"\nКомпонент MoneyFormatter предназначен для форматирования денежных значений с учетом валюты и округления.\nОн позволяет кастомизировать отображение денежного значения, используя переданный view React компонент.\n": "\nThe MoneyFormatter component is intended for formatting monetary values with currency and rounding considerations.\nIt allows customizing the money value display using the provided React view component.\n",
|
|
56
|
+
"\nКомпонент Header представляет собой верхнюю часть макета страницы.\nОн может содержать логотип и навигацию, а также кастомизироваться с помощью переданного view React компонента.\n": "\nThe Header component represents the top part of the page layout.\nIt can include a logo, navigation, and can be customized using the provided React view component.\n",
|
|
57
|
+
"\nКомпонент Loader представляет собой индикатор загрузки,\nкоторый может использоваться для обозначения процесса загрузки данных или выполнения операции.\n": "\nThe Loader component represents a loading indicator,\nwhich can be used to indicate the loading process of data or the execution of an operation.\n",
|
|
58
|
+
"Progress bar. Отображает текущий прогресс какой-либо операции": "Progress bar. Displays the current progress of an operation",
|
|
59
|
+
"во время загрузки или ожидания загрузки реальных данных.": "during loading or waiting for real data to load.",
|
|
60
|
+
"Колонка с чекбоксом, которая позволяет выбирать одну или все записи в таблице.": "A column with checkboxes that allows selecting individual or all records in a table.",
|
|
61
|
+
"Компонент используется в качестве заглушки в случае, когда пришла пустая коллекция данных.": "The component is used as a placeholder when an empty data collection is received.",
|
|
62
|
+
"Flex контейнер для элементов и компонентов.": "Flex container for elements and components.",
|
|
63
|
+
"Компонент для представления данных коллекции в виде таблицы.": "Component for presenting collection data in the form of a table.",
|
|
64
|
+
"Переключает варианты расположения элементов коллекции.\nСохраняет выбранный пользователем шаблон в LocalStorage.": "Switches between layout options for collection items.\nSaves the user-selected template in LocalStorage.",
|
|
65
|
+
"Компонент для представления коллекции в виде списка.": "Component for presenting a collection as a list.",
|
|
66
|
+
"Компонент с пагинацией страниц.": "Component with page pagination.",
|
|
67
|
+
"Компонент для выбора количества элементов в списке": "Component for selecting the number of items in the list",
|
|
68
|
+
"Форма для поиска элементов в коллекции list-компонента.\nФорма хранит значения в локальном состоянии, а на onSubmit отправляет их в хранилище Redux,\nпосле чего в list-компонент подгружаются новые элементы коллекции.": "Form for searching items in the collection of a list component.\nThe form stores values in local state and onSubmit sends them to the Redux store,\nafter which new collection items are loaded into the list component.",
|
|
69
|
+
"Модальное окно": "Modal window",
|
|
70
|
+
"Коллекция с контролами. Можно передавать список с кастомными контролами, а можно использовать стандарные контролы\nкомпонента. Стандартные контролы подходят для CRUD-операций, все что нужно для их использования - передать\nсоответствующий id и обработчик - внешний вид (иконка и название) отобразятся автоматом.": "A collection with controls. You can pass a list with custom controls, or use the standard controls\nof the component. Standard controls are suitable for CRUD operations; all that's needed for their use\nis to pass the corresponding id and handler, and their appearance (icon and name) will be displayed automatically.",
|
|
71
|
+
"Ссылка": "Link",
|
|
72
|
+
"Компонент навигации": "Navigation component",
|
|
73
|
+
"Маршрутизатор.\nКомпонент получает общий для приложения шаблон и дерево роутов. Из дерева роутов посредством React Router\nобразуется switch-конструкция, которая в зависимости от текущего пути рендерит соответствующий компонент страницы.\nИли осуществляет редирект на другую страницу. Все страницы оборачиваются в переданный шаблон.": "Router.\nThe component receives an application-wide template and a tree of routes. From the route tree through React Router,\na switch construct is formed, which renders the corresponding page component depending on the current path.\nOr performs a redirect to another page. All pages are wrapped in the provided template.",
|
|
74
|
+
"Компонент, который представляет в виде дерева список с иерархической структурой данных": "A component that represents a hierarchical list as a tree structure",
|
|
75
|
+
"Url, который вернет коллекцию элементов.": "URL that will return a collection of items.",
|
|
76
|
+
"Тип HTTP запроса (GET | POST | PUT | DELETE)": "HTTP request type (GET | POST | PUT | DELETE)",
|
|
77
|
+
"Функция условия, используемая для определения поведения списка на основе параметров запроса.": "Condition function used to determine the behavior of the list based on query parameters.",
|
|
78
|
+
"Идентификатор формы, связанной с данным списком.": "Identifier of the form associated with this list.",
|
|
79
|
+
"Логическое значение, указывающее, был ли список получен или нет.": "Boolean value indicating whether the list has been received or not.",
|
|
80
|
+
"Логическое значение, указывающее, находится ли список в процессе загрузки или нет.": "Boolean value indicating whether the list is in the process of loading or not.",
|
|
81
|
+
"Логическое значение, указывающее, является ли список удаленным или нет.": "Boolean value indicating whether the list is deleted or not.",
|
|
82
|
+
"Массив элементов списка.": "Array of list items.",
|
|
83
|
+
"Атрибут макета для списка.": "Layout attribute for the list.",
|
|
84
|
+
"Название макета, связанного с данным списком.": "Name of the layout associated with this list.",
|
|
85
|
+
"Идентификатор списка.": "Identifier of the list.",
|
|
86
|
+
"Логическое значение, указывающее, можно ли загрузить еще элементы для списка.": "Boolean value indicating whether more items can be loaded for the list.",
|
|
87
|
+
"Дополнительные метаданные для списка.": "Additional metadata for the list.",
|
|
88
|
+
"Обработчик события ошибки выполнения запроса": "Handler for the request execution error event.",
|
|
89
|
+
"Функция обратного вызова, вызываемая при получении списка.": "Callback function invoked upon receiving the list.",
|
|
90
|
+
"Атрибут страницы для списка.": "Page attribute for the list.",
|
|
91
|
+
"Атрибут размера страницы для списка.": "Page size attribute for the list.",
|
|
92
|
+
"Первичный ключ для списка.": "Primary key for the list.",
|
|
93
|
+
"Массив строк, представляющих область списка.": "Array of strings representing the list scope.",
|
|
94
|
+
"Атрибут сортировки для списка.": "Sorting attribute for the list.",
|
|
95
|
+
"Массив исходных элементов списка.": "Array of source list items.",
|
|
96
|
+
"Общее количество элементов в списке.": "Total count of items in the list.",
|
|
97
|
+
"URL для загрузки Geetest.": "URL for Geetest loading.",
|
|
98
|
+
"URL для загрузки Google reCAPTCHA.": "URL for Google reCAPTCHA loading.",
|
|
99
|
+
"URL для загрузки Google Maps API.": "URL for Google Maps API loading.",
|
|
100
|
+
"URL для загрузки Twitter виджетов.": "URL for Twitter widget loading.",
|
|
101
|
+
"URL для загрузки Yandex Maps API.": "URL for Yandex Maps API loading.",
|
|
102
|
+
"Свойство для хранения обратных вызовов.": "Property for storing callbacks.",
|
|
103
|
+
"Свойство для хранения компонентов.": "Property for storing components.",
|
|
104
|
+
"API-ключ Google для использования Google Maps и других сервисов.": "Google API key for using Google Maps and other services.",
|
|
105
|
+
"Ключ сайта Google reCAPTCHA.": "Google reCAPTCHA site key.",
|
|
106
|
+
"Языковой код, используемый для загрузки ресурсов.": "Language code used for resource loading.",
|
|
107
|
+
"Элемент портала.": "Portal element.",
|
|
108
|
+
"Зарегистрированные компоненты полей формы.": "Registered form field components.",
|
|
109
|
+
"Компоненты приложения.": "Application components.",
|
|
110
|
+
"Компоненты полей формы для использования в приложении.": "Form field components for use in the application.",
|
|
111
|
+
"Компоненты форматтеры для использования в приложении.": "Formatter components for use in the application.",
|
|
112
|
+
"Иконки для использования в приложении.": "Icons for use in the application.",
|
|
113
|
+
"Включает \"умное\" позиционирование - если компонент не может быть помещен в промежуток между целевым компонентом\nи краем viewport, тогда он будет показан в противоположном направлении от заданного в свойстве position.": "Enables 'smart' positioning - if the component cannot fit between the target component and the viewport edge, it will be displayed in the opposite direction from the position property.",
|
|
114
|
+
"Дочерние элементы": "Child elements",
|
|
115
|
+
"Задержка перед размонтированием компонента, когда он должен быть скрыт.\nВ этот момент удобно применять различные анимации ухода.": "Delay before unmounting the component when it should be hidden.\nThis is a good time to apply various exit animations.",
|
|
116
|
+
"Промежуток между компонентом и целевым элементом.\nИспользуется в рассчетах позиционирования.": "Spacing between the component and the target element.\nUsed in positioning calculations.",
|
|
117
|
+
"Срабатывает в \"ручном режиме\", при клике за пределами компонента и целевого элемента.\nВозвращает значение visible.": "Triggered in 'manual mode', when clicked outside the component and target element.\nReturns the visible value.",
|
|
118
|
+
"Обработчик изменения свойства isComponentVisible (отображение на странице).\nВозвращает значение isComponentVisible.": "Handler for changing the isComponentVisible property (display on page).\nReturns the isComponentVisible value.",
|
|
119
|
+
"Позиционирование компонента, относительно целевого элемента": "Positioning of the component relative to the target element.",
|
|
120
|
+
"Отобразить или скрыть компонент.\nВключает \"ручной режим\", при котором можно задать логику отображения компонента извне,\nчерез изменение данного свойства.": "Show or hide the component.\nIncludes 'manual mode', which allows you to set the display logic from outside,\nthrough the modification of this property.",
|
|
121
|
+
"Нужно ли рендерить компонент": "Whether the component should be rendered.",
|
|
122
|
+
"Нужно ли показывать компонент на странице": "Whether to show the component on the page.",
|
|
123
|
+
"Объект стилей для абсолютного позиционирования": "Styles object for absolute positioning.",
|
|
124
|
+
"Флаг для управления включением синхронизации с addressBar": "Flag for controlling addressBar synchronization.",
|
|
125
|
+
"Модель": "Model",
|
|
126
|
+
"Использовать ли #": "Whether to use #.",
|
|
127
|
+
"These fetch configurations will be used to preload and store for no matter what route matched in case of SSR": "These fetch configurations will be used to preload and store for no matter what route matched in case of SSR.",
|
|
128
|
+
"Задержка в миллисекундах перед осуществлением запроса": "Delay in milliseconds before making the request.",
|
|
129
|
+
"Подключить autocomplete?": "Connect autocomplete?",
|
|
130
|
+
"Минимальная длина запроса": "Minimum query length",
|
|
131
|
+
"URL для подгрузки новой коллекции данных": "URL for loading a new collection of data.",
|
|
132
|
+
"Обработчик, который вызывается для подгрузки данных.\nЕсли обработчик не передан, то по умолчанию отправится post-запрос.": "Handler that is called to load data.\nIf the handler is not provided, a default post-request will be sent.",
|
|
133
|
+
"Параметры запроса": "Request parameters.",
|
|
134
|
+
"Уникальный (глобально) идентификатор, под которых будут храниться\nподгруженные данные в redux (при включенном флаге useRedux). Если\nне задан - данные будут храниться в локальном стейте": "Unique (global) identifier under which loaded data will be stored in Redux (when the useRedux flag is enabled). If not provided, data will be stored in local state.",
|
|
135
|
+
"Настройки поиска": "Search settings.",
|
|
136
|
+
"Загрузка данных после любого изменения запроса.\nЕсли включен autoFetch, то настройки autoComplete не применятся.": "Load data after any query change.\nIf autoFetch is enabled, autoComplete settings will not be applied.",
|
|
137
|
+
"Конфигурация для подгрузки данных извне.\nЕсли dataProvider не передан, то поиск данных по запросу происходит локально.": "Configuration for loading data from external sources.\nIf dataProvider is not provided, data search based on the query is done locally.",
|
|
138
|
+
"Идентификаторы выбранных значений, которые необходимо подгрузить при `autoFetch` режиме.\nНа бекенд будут переданы идентификаторы в параметре `ids`, которые необходимо вернуть.\nИспользуется только при `autoFetch = true`": "IDs of selected values to be loaded in `autoFetch` mode.\nThe IDs will be sent to the backend in the `ids` parameter and should be returned.\nUsed only when `autoFetch = true`.",
|
|
139
|
+
"Коллекция элементов": "Collection of items.",
|
|
140
|
+
"Текст запроса": "Query text.",
|
|
141
|
+
"Атрибут, в котором должны лежать дочерние элементы списка (для группировки)\nЕсли аттрибут не задан - группировка не производится": "Attribute where child list items should reside (for grouping).\nIf the attribute is not provided, no grouping is performed.",
|
|
142
|
+
"Значение поля в форме": "Value of the field in the form.",
|
|
143
|
+
"Список с видимыми элементами": "List with visible items.",
|
|
144
|
+
"Возможность множественного выбора": "Possibility of multiple selection.",
|
|
145
|
+
"Первичный ключ для item": "Primary key for the item.",
|
|
146
|
+
"Сделать активным первый элемент в списке": "Make the first item in the list active.",
|
|
147
|
+
"Список с идентификаторами выбранных элементов": "List with identifiers of selected items.",
|
|
148
|
+
"Список со всеми элементами": "List with all items.",
|
|
149
|
+
"Идентификатор элемента": "Item identifier.",
|
|
150
|
+
"Отображаемое название для IDataSelectItem": "Display name for IDataSelectItem.",
|
|
151
|
+
"Экшен для отправки на бэкенд": "Action for sending to the backend.",
|
|
152
|
+
"Точные размеры изображений": "Exact image sizes.",
|
|
153
|
+
"Использовать только изображения": "Use only images.",
|
|
154
|
+
"Начальные файлы": "Initial files.",
|
|
155
|
+
"Параметры для input элемента": "Parameters for the input element.",
|
|
156
|
+
"Список mime-типов": "List of MIME types.",
|
|
157
|
+
"Множественный выбор файлов": "Multiple file selection.",
|
|
158
|
+
"Позволяет указать uploader": "Allows specifying an uploader.",
|
|
159
|
+
"Параметры для uploader": "Parameters for the uploader.",
|
|
160
|
+
"Url, который вернет коллекцию элементов": "URL that will return a collection of items.",
|
|
161
|
+
"Синхронизация значений формы списка с адресной строкой": "Synchronize list form values with the address bar.",
|
|
162
|
+
"Удаление данных списка из хранилища Redux при размонтировании компонента": "Removing list data from the Redux store when the component is unmounted.",
|
|
163
|
+
"Отправлять запрос на обновление данных при изменении данных формы. По-умолчанию - включено.": "Send a request to update data when form data changes. Enabled by default.",
|
|
164
|
+
"Обработчик, который составляет список условий для локальной фильтрации элементов коллекции": "Handler that creates a list of conditions for local filtering of collection items.",
|
|
165
|
+
"Заглушка в случае отсутствия элементов": "Fallback in case of no items.",
|
|
166
|
+
"Начальные элементы. Используется для подгрузки нескольких списков в один запрос, при этом не отменяя пагинацию\nи последующие запросы на бекенд для 2-й и следующих страниц": "Initial items. Used for loading multiple lists in a single request without canceling pagination and subsequent backend requests for the 2nd and subsequent pages.",
|
|
167
|
+
"Количество элементов всего в списке (для отрисовки пагинации), заданное вручную": "Total count of items in the list (for pagination rendering), set manually.",
|
|
168
|
+
"Состояние загрузки элементов списка": "List item loading state.",
|
|
169
|
+
"Элементы коллекции": "Collection items.",
|
|
170
|
+
"Варианты расположения элементов коллекции": "Collection item layout options.",
|
|
171
|
+
"Идентификатор списка": "List identifier.",
|
|
172
|
+
"Обработчик, который вызывается при изменении значений формы, и нужен для подгрузки новых элементов коллекции": "Handler that is called when form values change and is necessary to load new collection items.",
|
|
173
|
+
"Подключение пагинации": "Pagination integration.",
|
|
174
|
+
"Переключение количества элементов в списке": "Switching the number of items in the list.",
|
|
175
|
+
"Дополнительные параметры, значения которых нужно передавать в запросе для получения данных": "Additional parameters whose values need to be passed in the request to get data.",
|
|
176
|
+
"Параметр для загрузки данных списка с сервера": "Parameter for loading list data from the server.",
|
|
177
|
+
"Форма для поиска элементов": "Form for searching items.",
|
|
178
|
+
"Модель для синхронизации значений формы с адресной строкой": "Model for synchronizing form values with the address bar.",
|
|
179
|
+
"Подключение сортировки": "Sorting integration.",
|
|
180
|
+
"Аттрибут (название) поля сортировки в форме": "Attribute (name) of the sorting field in the form.",
|
|
181
|
+
"Значение сортировки по умолчанию. Нужно указать название свойства, по которому items будут сортироваться,\nа с помощью знака \"-\" задать тип сортировки (со знаком минус - сортировать по убыванию, иначе по возрастанию).": "Default sorting value. Specify the property name by which items will be sorted,\nand use a '-' sign to set the sorting type (with a minus sign, sort in descending order; otherwise, sort in ascending order).",
|
|
182
|
+
"Включить сортировку": "Enable sorting.",
|
|
183
|
+
"Дополнительный CSS-класс для элемента отображения": "Additional CSS class for the display element.",
|
|
184
|
+
"Объект CSS стилей": "CSS styles object.",
|
|
185
|
+
"Переопределение view React компонента для кастомизации отображения": "Override React view component for customization of display.",
|
|
186
|
+
"Пользовательская иконка закрытия": "Custom close icon.",
|
|
187
|
+
"Пользовательская иконка открытия": "Custom open icon.",
|
|
188
|
+
"Номер активного AccordionItem, который может меняться динамический или быть статичным": "Number of the active AccordionItem, which can change dynamically or be static.",
|
|
189
|
+
"Переводит Accordion в выключенное состояние": "Turns off the Accordion state.",
|
|
190
|
+
"Включает режим в котором можно открыть только один AccordionItem": "Enables the mode where only one AccordionItem can be open.",
|
|
191
|
+
"Пользовательская иконка svg или название иконки или объект с иконками open и close": "Custom SVG icon or icon name or object with open and close icons.",
|
|
192
|
+
"Вызываемая функция при каждом изменении состояния": "Callback function triggered on each state change.",
|
|
193
|
+
"Стилизация позиционирования.\nПри значении \"top\" верхняя часть шапки будет закруглена.": "Styling of positioning.\nWith \"top\" value, the top part of the header will be rounded.",
|
|
194
|
+
"Отображать ли иконку у AccordionItem": "Whether to display an icon on the AccordionItem.",
|
|
195
|
+
"Тема аккордеона": "Accordion theme.",
|
|
196
|
+
"Название AccordionItem": "AccordionItem title.",
|
|
197
|
+
"Флаг, который включает анимацию": "Flag that enables animation.",
|
|
198
|
+
"Время анимации в миллисекундах": "Animation time in milliseconds.",
|
|
199
|
+
"Дополнительное содрежание сообщения.": "Additional content of the message.",
|
|
200
|
+
"Основное сообщения Оповещения": "Main notification message.",
|
|
201
|
+
"Callback функция вызываемая при нажатии на кнопку закрытия": "Callback function triggered when the close button is clicked.",
|
|
202
|
+
" Нужно ли отображать кнопку, чтобы закрыть Оповещение": "Whether to display a button to close the notification.",
|
|
203
|
+
"Нужно ли отображать иконку, соответствующую типа Оповещения": "Whether to display an icon corresponding to the notification type.",
|
|
204
|
+
"Типы Оповещений": "Notification types.",
|
|
205
|
+
"Альтернативный текст для изображения": "Alternative text for the image.",
|
|
206
|
+
"Наличие обводки вокруг аватара": "Presence of a border around the avatar.",
|
|
207
|
+
"Форма аватара": "Avatar shape.",
|
|
208
|
+
"Размер аватара": "Avatar size.",
|
|
209
|
+
"Ссылка на изображение для аватара": "Link to the image for the avatar.",
|
|
210
|
+
"Набор адаптивных изображений": "Set of responsive images.",
|
|
211
|
+
"Статус онлайна": "Online status.",
|
|
212
|
+
"Заголовок аватарки": "Avatar title.",
|
|
213
|
+
"Нужно ли отображать счетчик": "Whether to display a counter.",
|
|
214
|
+
"Текст для badge": "Text for the badge.",
|
|
215
|
+
"Стиль скругления": "Corner style.",
|
|
216
|
+
"Нужно ли отображать кнопку, чтобы закрыть badge": "Should a button be displayed to close the badge?",
|
|
217
|
+
"Размер для badge": "Size for the badge.",
|
|
218
|
+
"Тип badge": "Badge type.",
|
|
219
|
+
"Содержимое счетчика": "Counter content.",
|
|
220
|
+
"Состояние счетчика": "Counter state.",
|
|
221
|
+
"Количество отображаемых за раз месяцев": "Number of months displayed at a time.",
|
|
222
|
+
"Функция возвращает выбранную в календаре дату": "Function that returns the selected date from the calendar.",
|
|
223
|
+
"Свойства для компонента DayPickerInput": "Properties for the DayPickerInput component.",
|
|
224
|
+
"Отображать Footer для календаря (содержит todayButton)": "Display Footer for the calendar (includes todayButton).",
|
|
225
|
+
"Значение задает выбранные в календаре дату или диапазон дат.\nНеобходимо передать валидную дату в виде строки (массива строк)": "The value sets the selected date or date range from the calendar.\nYou need to pass a valid date as a string (array of strings).",
|
|
226
|
+
"Формат даты отправляемый на сервер": "Date format sent to the server.",
|
|
227
|
+
"Пропсы для компонента отображения": "Props for the display component.",
|
|
228
|
+
"Самый крайний год в прошлом": "The farthest year in the past.",
|
|
229
|
+
"Отображает панель для выбора месяца/года": "Displays a panel for selecting the month/year.",
|
|
230
|
+
"Текущий месяц календаря, также задает выбранный в календаре год": "Current month of the calendar; also sets the selected year in the calendar.",
|
|
231
|
+
"Функция обновляет значение выбранного месяца": "Function that updates the value of the selected month.",
|
|
232
|
+
"Хранит выбранную дату или диапазон дат": "Stores the selected date or date range.",
|
|
233
|
+
"Самый крайний год в будущем": "The farthest year in the future.",
|
|
234
|
+
"Функция изменения состояние отображения панели для выбора месяца/года": "Function to change the state of displaying the month/year panel.",
|
|
235
|
+
"Параметры для аватара": "Parameters for the avatar.",
|
|
236
|
+
"Текст шапки (заголовок)": "Header text (title).",
|
|
237
|
+
"Свойства для компонента <Menu/>": "Properties for the <Menu/> component.",
|
|
238
|
+
"Коллекция кнопок": "Collection of buttons.",
|
|
239
|
+
"Обложка для карточки, нужно передать ссылку на изображение": "Cover for the card; you need to pass a link to an image.",
|
|
240
|
+
"Описание карточки": "Card description.",
|
|
241
|
+
"Контент футера": "Footer content.",
|
|
242
|
+
"Контент хедера": "Header content.",
|
|
243
|
+
"Коллекция ссылок": "Collection of links.",
|
|
244
|
+
"Заголовок карточки": "Card title.",
|
|
245
|
+
"Дочерний элемент": "Child element.",
|
|
246
|
+
"Переводит состояние компонента в выключенное": "Turns off the state of the component.",
|
|
247
|
+
"Иконка": "Icon.",
|
|
248
|
+
"Параметры для уведомления, которое появляется после копирования": "Parameters for the notification that appears after copying.",
|
|
249
|
+
"Callback который вызывается при копировании": "Callback that is triggered when copying.",
|
|
250
|
+
"Позволяет включить или выключить отображение иконки": "Allows enabling or disabling the display of an icon.",
|
|
251
|
+
"Значение, которое будет использоваться при копировании": "Value that will be used when copying.",
|
|
252
|
+
"Значение": "Value.",
|
|
253
|
+
"Дополнительный CSS-класс для ячейки со значением": "Additional CSS class for the cell with a value.",
|
|
254
|
+
"Наименование": "Name.",
|
|
255
|
+
"Дополнительный CSS-класс для ячейки с наименованием": "Additional CSS class for the cell with a name.",
|
|
256
|
+
"Количество колонок, которое занимает элемент": "Number of columns the element occupies.",
|
|
257
|
+
"Максимальная ширина таблицы в px": "Maximum table width in pixels.",
|
|
258
|
+
"Количество колонок, которое будет применяться, начиная от указанной ширины и меньше": "Number of columns that will be applied starting from the specified width and decreasing.",
|
|
259
|
+
"Дочерние компоненты": "Child components.",
|
|
260
|
+
"Максимальное количество колонок": "Maximum number of columns.",
|
|
261
|
+
"Контролы, которые нужно расположить рядом с таблицей": "Controls that need to be placed next to the table.",
|
|
262
|
+
"Вариант расположения ячеек \"ключ-значение\"": "Layout option for \"key-value\" cells.",
|
|
263
|
+
"Перестраивать таблицу при ресайзе": "Rebuild the table on resize.",
|
|
264
|
+
"Размер ячеек в таблице": "Cell size in the table.",
|
|
265
|
+
"Заголовок таблицы": "Table title.",
|
|
266
|
+
"Брейкпоинты": "Breakpoints.",
|
|
267
|
+
"Дополнительный CSS-класс": "Additional CSS class.",
|
|
268
|
+
"В каком случае закрывать DropDown. По-умолчанию - `click-away`": "When to close the DropDown. Default is `click-away`.",
|
|
269
|
+
"Содержимое DropDown (компонент или jsx-код)": "Content of the DropDown (component or JSX code).",
|
|
270
|
+
"Позволяет управлять отображением указателя": "Allows controlling the display of the pointer.",
|
|
271
|
+
"Переопределение view React компонента для кастомизациии отображения": "Override React view component for customization of display.",
|
|
272
|
+
"Рассчет абсолютной позиции": "Calculation of absolute position.",
|
|
273
|
+
"Ссылка на view": "Link to the view.",
|
|
274
|
+
"Имя иконки (латиницей). Импорт иконок происходит на старте приложения.": "Icon name (in Latin). Icons are imported at the application start.",
|
|
275
|
+
"Функция которая вызывается при клике по иконке": "Function triggered when clicking on the icon.",
|
|
276
|
+
" Должен ли данный элемент участвовать в последовательной навигации": "Should this element participate in sequential navigation?",
|
|
277
|
+
"Заголовок, отображаемый при наведении (через нативное поле title)": "Title displayed on hover (via the native title field).",
|
|
278
|
+
"Нижний border": "Bottom border.",
|
|
279
|
+
"Кастомная иконка": "Custom icon.",
|
|
280
|
+
"Заголовок элемента меню": "Menu item title.",
|
|
281
|
+
"Функция вызываемая при клике": "Function triggered when clicked.",
|
|
282
|
+
"Пропсы для DropDown": "Props for the DropDown.",
|
|
283
|
+
"Кастомная иконка, по клику на которую открывается меню": "Custom icon that opens the menu when clicked.",
|
|
284
|
+
"Переопределение view React элемента меню для кастомизации отображения": "Override React menu item view for customization of display.",
|
|
285
|
+
"Элементы меню": "Menu items.",
|
|
286
|
+
"Представление элемента слайдера.": "Slider item representation.",
|
|
287
|
+
"Элементы слайдера.": "Slider items.",
|
|
288
|
+
"Опции слайдера.": "Slider options.",
|
|
289
|
+
"Параметры для колонки create": "Parameters for the 'create' column.",
|
|
290
|
+
"Id для Crud": "ID for CRUD.",
|
|
291
|
+
"Представление для Crud": "Representation for CRUD.",
|
|
292
|
+
"Параметры для колонки delete": "Parameters for the 'delete' column.",
|
|
293
|
+
"Параметры для колонки detail": "Parameters for the 'detail' column.",
|
|
294
|
+
"Функция-обработчик ошибок": "Error handler function.",
|
|
295
|
+
"Параметры формы": "Form parameters.",
|
|
296
|
+
"Параметры Grid": "Grid parameters.",
|
|
297
|
+
"Параметры для колонки index": "Parameters for the 'index' column.",
|
|
298
|
+
"Режим работы Crud": "CRUD mode.",
|
|
299
|
+
"Первичный ключ": "Primary key.",
|
|
300
|
+
"Ключ запроса": "Request key.",
|
|
301
|
+
"Методы rest api": "REST API methods.",
|
|
302
|
+
"Ссылка на rest": "REST link.",
|
|
303
|
+
"Модель используемая для поиска": "Model used for searching.",
|
|
304
|
+
"Параметры для колонки update": "Parameters for the 'update' column.",
|
|
305
|
+
"Представление": "Representation.",
|
|
306
|
+
"Компонент страницы, который отобразится, если путь будет соответствовать location.pathname": "Page component that will be displayed if the path matches location.pathname.",
|
|
307
|
+
"Свойства для компонента страницы": "Properties for the page component.",
|
|
308
|
+
"Название или список с названиями перечислений, полученных с бэкенда": "Name or list of names of enumerations received from the backend.",
|
|
309
|
+
"Если true, то путь должен точно соответствовать location.pathname": "If true, the path must exactly match location.pathname.",
|
|
310
|
+
"Идентификатор роута": "Route ID.",
|
|
311
|
+
"Отображать ссылку или кнопку в навигации для перехода на данный роут": "Display a link or button in the navigation to navigate to this route.",
|
|
312
|
+
"Отображать или показывать роут": "Display or show the route.",
|
|
313
|
+
"Вложенные роуты": "Nested routes.",
|
|
314
|
+
"Текст, который отобразится на кнопке навигации для данного роута": "Text that will be displayed on the navigation button for this route.",
|
|
315
|
+
"Тип шаблона для данного роута": "Template type for this route.",
|
|
316
|
+
"Название или список с названиями моделей, полученных с бэкенда": "Name or list of model names obtained from the backend.",
|
|
317
|
+
"Путь до роута": "Path to the route.",
|
|
318
|
+
"Обработчик, который принимает параметры URL и возвращает массив с пропсами для хука useFetch и компонента\nList.\nФункция запускается перед рендерингом приложения в режиме SSR и используется для предварительной\nзагрузки данных, необходимых на текущей странице.\nХук useFetch и компонент List не будут повторно инициализироваться и делать запросы на клиенте,\nесли подгруженные данные существуют.": "Handler that takes URL parameters and returns an array of props for the useFetch hook and List component.\nThe function runs before rendering the application in SSR mode and is used to pre-load data needed on the current page.\nThe useFetch hook and List component will not be re-initialized and won't make requests on the client if the pre-loaded data exists.",
|
|
319
|
+
"В свойстве можно передать как путь, на который осуществится редирект, так и булево значение.\nЕсли свойство равно true - то редирект произойдет на первый из вложенных роутов.": "In this property, you can pass either the path for redirection or a boolean value.\nIf the property is true, the redirection will occur to the first nested route.",
|
|
320
|
+
"Назначение страницы, указывается, чтобы приложение автоматически могло найти страницу авторизации или 404-ю..": "Page purpose, specified for the application to automatically find the authorization page or a 404 page.",
|
|
321
|
+
"Список с ролями, который показывает, кому из пользователей будет доступен просмотр страницы": "List of roles that indicate which users can access the page.",
|
|
322
|
+
"Заголовок страницы": "Page title.",
|
|
323
|
+
"Название для action": "Action name.",
|
|
324
|
+
"Компонент": "Component.",
|
|
325
|
+
"Свойства компонента": "Component properties.",
|
|
326
|
+
"Сообщение о подтверждении": "Confirmation message.",
|
|
327
|
+
"Коллекция исключенных Controls": "Collection of excluded Controls.",
|
|
328
|
+
"Коллекция Controls": "Collection of Controls.",
|
|
329
|
+
"Режим отображения": "Display mode.",
|
|
330
|
+
"Функция обратного вызова, срабатывает после нажатия": "Callback function triggered after clicking.",
|
|
331
|
+
"Обязателен ли Personal Key": "Is Personal Key mandatory?",
|
|
332
|
+
"Заголовок": "Title.",
|
|
333
|
+
"Управление отображением": "Display control.",
|
|
334
|
+
"Аттрибут (название) поля в форме": "Attribute (name) of the field in the form.",
|
|
335
|
+
"Переводит элемент в состояние \"не активен\"": "Sets the element to the \"inactive\" state.",
|
|
336
|
+
"Ошибки в поле": "Field errors.",
|
|
337
|
+
"Дополнительный CSS-класс для обертки FieldLayout": "Additional CSS class for the FieldLayout wrapper.",
|
|
338
|
+
"Подсказка, которая отобразится рядом с полем": "Tooltip displayed next to the field.",
|
|
339
|
+
"Input ID для связи поля с label": "Input ID for associating the field with the label.",
|
|
340
|
+
"Свойства для элемента input": "Properties for the input element.",
|
|
341
|
+
"Возможность отрендерить поле без обертки в компонент FieldLayout": "Capability to render the field without the FieldLayout wrapper component.",
|
|
342
|
+
"Название поля либо отмена отображение поля (false)": "Field name or cancel field display (false).",
|
|
343
|
+
"Модель с полями формы": "Model with form fields.",
|
|
344
|
+
"Callback-функция, которая вызывается при изменении данных": "Callback function triggered when data changes.",
|
|
345
|
+
"Подсказка для поля": "Field tooltip.",
|
|
346
|
+
"Префикс, который добавится к аттрибуту (названию) поля в форме": "Prefix added to the attribute (name) of the field in the form.",
|
|
347
|
+
"Обязательное ли поле? Если true, то к названию будет добавлен\nмодификатор 'required' - красная звездочка (по умолчанию)": "Is the field required? If true, the 'required' modifier (red asterisk) will be added to the name (by default).",
|
|
348
|
+
"При фокусировке на поле ввода будет запускаться поиск": "Search will be triggered when focusing on the input field.",
|
|
349
|
+
"Показывать иконку очищения поля": "Show field clearing icon.",
|
|
350
|
+
"Размер поля": "Field size.",
|
|
351
|
+
"Значение для поля": "Value for the field.",
|
|
352
|
+
"Свойства для компонента отображения": "Properties for the display component.",
|
|
353
|
+
"Текст для отображения": "Text to display.",
|
|
354
|
+
"Цвет": "Color.",
|
|
355
|
+
"Включить/выключить badge": "Enable/disable badge.",
|
|
356
|
+
"Значение badge": "Badge value.",
|
|
357
|
+
"Цифра (к примеру, новые сообщения)": "Number (e.g., new messages).",
|
|
358
|
+
"Включает стиль `block`, делая размер кнопки на 100% ширины блока": "Enables the `block` style, making the button 100% width of the block.",
|
|
359
|
+
"Вложенные элементы": "Nested elements.",
|
|
360
|
+
"Цвет состояния": "State color.",
|
|
361
|
+
"При указании данного свойства, после нажатия на кнопку и до выполнения действия будет отображено нативное\nокно с текстом подтверждения - `window.confirm('Your text')`.": "When this property is specified, a native confirmation window with the confirmation text will be displayed\nafter clicking the button and before the action is executed - `window.confirm('Your text')`.",
|
|
362
|
+
"Темная тема": "Dark theme.",
|
|
363
|
+
"Переводит кнопку в состояние \"не активна\"": "Sets the button to the \"inactive\" state.",
|
|
364
|
+
"ID формы, для которой кнопка выполняет submit. При указании ID формы кнопка будет показывать состояние загрузки\nпри отправке формы.": "ID of the form for which the button performs a submit. If the form ID is specified, the button will show a loading state\nwhen submitting the form.",
|
|
365
|
+
"Подсказка, отображается при наведении (через тег title)": "Tooltip displayed on hover (via the title tag).",
|
|
366
|
+
"Отобразить кнопку в состоянии неуспешного нажатия (например, при неуспешном ajax запросе)": "Show the button in a failed press state (e.g., in case of an unsuccessful AJAX request).",
|
|
367
|
+
"Отображать индикатор загрузки?": "Show loading indicator?",
|
|
368
|
+
"Текст кнопки или ссылки": "Button or link text.",
|
|
369
|
+
"Отображать как ссылку?": "Display as a link?",
|
|
370
|
+
"Обработчик события нажатия. Для асинхронных событий вовзращяйте в обработчике `Promise`, тогда кнопка\nавтоматически будет переключаться в режим загрузки (`loading`) на время выполнения `Promise`.": "Click event handler. For asynchronous events, return a `Promise` in the handler, and the button\nwill automatically switch to the loading mode during the execution of the `Promise`.",
|
|
371
|
+
"Включает стиль `outline`, когда у кнопки остается только `border`, а цвет кнопки становится прозрачным": "Enables the `outline` style, where only the `border` remains for the button, and the button color becomes transparent.",
|
|
372
|
+
"Через сколько миллисекунд должно исчезнуть состояние \"failed\"": "After how many milliseconds the \"failed\" state should disappear.",
|
|
373
|
+
"Размер": "Size.",
|
|
374
|
+
"Выбор html-тэга, который будет вставлен в DOM": "Choose the HTML tag to be inserted into the DOM.",
|
|
375
|
+
"HTML аттрибут `target`, доступен только для ссылок": "HTML `target` attribute, available only for links.",
|
|
376
|
+
"Цвет текста кнопки или ссылки": "Button or link text color.",
|
|
377
|
+
"ID роута, на который необходимо перейти, указанный в дереве `steroids` роутинга. Для передачи параметров\nиспользуйте свойство `toRouteParams`": "ID of the route to navigate to, specified in the `steroids` routing tree. Use the `toRouteParams` property to pass parameters.",
|
|
378
|
+
"Параметры роута, на который необходимо перейти, см. свойство `toRoute`.": "Parameters of the route to navigate to, see the `toRoute` property.",
|
|
379
|
+
"HTML Тип": "HTML type.",
|
|
380
|
+
"Ссылка на внешнюю страницу, используется совместно с свойством `link`": "Link to an external page, used in conjunction with the `link` property.",
|
|
381
|
+
"Флаг определяющий включен ли элемент": "Flag that determines whether the element is enabled.",
|
|
382
|
+
"Id компонента": "Component ID.",
|
|
383
|
+
"Id формы": "Form ID.",
|
|
384
|
+
"Ориентация списка": "List orientation.",
|
|
385
|
+
"Коллекция ошибок": "Error collection.",
|
|
386
|
+
"Свойства для компонента Calendar": "Properties for the Calendar component.",
|
|
387
|
+
"Задано ли значение даты в часовом поясе UTC\n(пример: с бэкенда приходит дата в UTC, но нужно отбразить ее в локальном времени.\nВ этом случае dateInUTC = true, а useUTC = false)": "Is the date value set in UTC timezone\n(for example: date comes from the backend in UTC, but needs to be displayed in the local time.\nIn this case, dateInUTC = true, and useUTC = false).",
|
|
388
|
+
"Формат даты показываемый пользователю": "Date format displayed to the user.",
|
|
389
|
+
"Иконка, отображаемая в правой части поля": "Icon displayed on the right side of the field.",
|
|
390
|
+
"Свойства поля props.input": "Field properties props.input.",
|
|
391
|
+
"Свойства, передаваемые для поля во view": "Properties passed to the field in the view.",
|
|
392
|
+
"Опции маски для поля ввода": "Mask options for the input field.",
|
|
393
|
+
"Дополнительная функция, срабатывающая при изменении props.input": "Additional function triggered when props.input changes.",
|
|
394
|
+
"Показывать при наведении на поле иконку для сброса значения поля в начальное состояние": "Show an icon for resetting the field value to its initial state when hovering over the field.",
|
|
395
|
+
"Приводить значение даты к часовому поясу UTC\n(пример: с бэкенда приходит дата в какой-либо временной зоне (не UTC), но нужно отбразить ее\nв часовом поясе UTC. В этом случае dateInUTC = false, а useUTC = true)": "Convert the date value to the UTC timezone\n(for example: date comes from the backend in a certain time zone (not UTC), but needs to be displayed in the UTC timezone.\nIn this case, dateInUTC = false, and useUTC = true).",
|
|
396
|
+
"Свойства для view компонента": "Properties for the view component.",
|
|
397
|
+
"Свойства для поля во view": "Properties for the field in the view.",
|
|
398
|
+
"Показать или скрыть выпадающую панель": "Show or hide the dropdown panel.",
|
|
399
|
+
"Ref для input элемента, который накладывает маску": "Ref for the input element that applies the mask.",
|
|
400
|
+
"Функция очищает значение поля": "Function to clear the field value.",
|
|
401
|
+
"Функция закрывает выпадающую панель": "Function to close the dropdown panel.",
|
|
402
|
+
"Функция возвращает текущее значение времени (дата + время)": "Function that returns the current time value (date + time).",
|
|
403
|
+
"Свойства для input элемента from": "Properties for the 'from' input element.",
|
|
404
|
+
"Свойства для input элемента to": "Properties for the 'to' input element.",
|
|
405
|
+
"Placeholder подсказка": "Placeholder hint.",
|
|
406
|
+
"Отображение кнопки для сброса значения поля": "Display a button to reset the field value.",
|
|
407
|
+
"Свойства для компонента панели времени": "Properties for the time panel component.",
|
|
408
|
+
"Свойства для поля 'from'": "Properties for the 'from' field.",
|
|
409
|
+
"Свойства для поля 'to'": "Properties for the 'to' field.",
|
|
410
|
+
"Источник контента": "Content source.",
|
|
411
|
+
"Тип контента для элемента": "Content type for the element.",
|
|
412
|
+
"Отображаемое название": "Display name.",
|
|
413
|
+
"Свойство, которое устанавливает один type и src контента для всех пунктов": "Property that sets a single type and src for all items' content.",
|
|
414
|
+
"Параметры для элемента input": "Parameters for the input element.",
|
|
415
|
+
"Добавляет кнопку при нажатии на которую выбираются все элементы, работает только при multiple: true": "Adds a button that, when clicked, selects all items. Works only when multiple: true.",
|
|
416
|
+
"Элементы вложенные внутрь DropDownField": "Elements nested inside the DropDownField.",
|
|
417
|
+
"Включает стиль `outline`, когда у DropDownField остается только `border`, а задний фон становится прозрачным": "Enables the `outline` style, where only the `border` remains for the DropDownField, and the background becomes transparent.",
|
|
418
|
+
"Нужно ли использовать троеточие при переполнении DropDownField": "Whether to use an ellipsis when the DropDownField overflows.",
|
|
419
|
+
"Показать иконку сброса для выбранных значений": "Show a reset icon for selected values.",
|
|
420
|
+
"Компонент поля": "Field component.",
|
|
421
|
+
"Подсказка, которая отображается, когда в поле нет ошибок": "Tooltip that is displayed when there are no errors in the field.",
|
|
422
|
+
"Обязательное ли поле? Если true,\nто к названию будет добавлен модификатор 'required' - красная звездочка (по умолчанию)": "Is the field required? If true, the 'required' modifier (red asterisk) will be added to the name (by default).",
|
|
423
|
+
"Отображать ли состояние successful на поле": "Display the successful state on the field.",
|
|
424
|
+
"Какой компонент для item использовать?": "Which component to use for the item?",
|
|
425
|
+
"Дополнительный CSS-класс для заголовка": "Additional CSS class for the title.",
|
|
426
|
+
"Заголовок для колонки таблицы.": "Title for the table column.",
|
|
427
|
+
"Будет ли отображён item ?": "Will the item be displayed?",
|
|
428
|
+
"При фокусировке на одном из элементов формы и нажатию на клавиши стрелок вверх/вниз + Shift\nпроисходит добавление группы полей сверху или снизу соответственно": "When focusing on one of the form elements and pressing the up/down arrow keys + Shift,\nadds a field group above or below, respectively.",
|
|
429
|
+
"Добавляет эффект зебры к таблице": "Adds a zebra effect to the table.",
|
|
430
|
+
"Изначальное количество групп с полями": "Initial number of field groups.",
|
|
431
|
+
"Начальные значения в полях": "Initial values in the fields.",
|
|
432
|
+
"Переопределение view React компонента для кастомизации отображения группы полей": "Override the view React component for customizing the display of the field group.",
|
|
433
|
+
"Пропсы для компонента отображения группы полей - FieldListItemView": "Props for the component displaying the field group - FieldListItemView.",
|
|
434
|
+
"Список с полями формы": "List with form fields.",
|
|
435
|
+
"Отображение кнопки для добавления ещё одной группы с полями": "Display a button for adding another field group.",
|
|
436
|
+
"Возможность удаления группы с полями (добавляет крестик справа от группы)": "Ability to delete a field group (adds a cross icon to the right of the group).",
|
|
437
|
+
"Дополнительный CSS-класс для таблицы": "Additional CSS class for the table.",
|
|
438
|
+
"Пропсы для компонента отображения списка с группами полей - FieldListView": "Props for the component displaying the list with field groups - FieldListView.",
|
|
439
|
+
"Дополнительный CSS-класс для \\<fieldset\\>...\\<\\/fieldset\\>": "Additional CSS class for the <fieldset>...</fieldset>.",
|
|
440
|
+
"Диспатч": "Dispatch.",
|
|
441
|
+
"Конфигурационный массив с полями формы": "Configuration array with form fields.",
|
|
442
|
+
"Заголовок для группы полей в форме": "Title for the field group in the form.",
|
|
443
|
+
"Префикс для полей формы": "Prefix for form fields.",
|
|
444
|
+
"Провайдер": "Provider.",
|
|
445
|
+
"Редьюсер": "Reducer.",
|
|
446
|
+
"Размер компонента": "Component size.",
|
|
447
|
+
"Кастомная иконка для удаление файла": "Custom icon for file deletion.",
|
|
448
|
+
"ID файла": "File ID.",
|
|
449
|
+
"Вариант отображения файлов": "File display option.",
|
|
450
|
+
"Обработчик события удаления файла": "File deletion event handler.",
|
|
451
|
+
"Показать значок удаление файла": "Show file deletion icon.",
|
|
452
|
+
"Исходное название файла": "Original file name.",
|
|
453
|
+
"Уникальный текстовый идентификатор": "Unique text identifier.",
|
|
454
|
+
"Пропсы для кнопки": "Props for the button.",
|
|
455
|
+
"View компонент для кнопки": "View component for the button.",
|
|
456
|
+
"Пропсы для элемента файла": "Props for the file item.",
|
|
457
|
+
"View компонент для элемента списка файлов": "View component for the file list item.",
|
|
458
|
+
"Url на который будет отправлена форма": "URL to which the form will be submitted.",
|
|
459
|
+
"Синхронизация значений формы с адресной строкой": "Synchronize form values with the address bar.",
|
|
460
|
+
"Очищать ли данные формы с redux хранилища при размонтировании компонента. По-умолчанию - false": "Whether to clear form data from the Redux store when the component is unmounted. Default is false.",
|
|
461
|
+
"Если в форме есть элементы \\<input\\>, то произойдет автоматическая фокусировка на первом из них": "If there are \\ <input\\> elements in the form, automatic focus will occur on the first one.",
|
|
462
|
+
"Сохраняет значения полей формы в LocalStorage": "Saves form field values to LocalStorage.",
|
|
463
|
+
"Автоматически стартовать 2fa аутентификацию (отправлять код)": "Automatically start 2FA authentication (send code).",
|
|
464
|
+
"Название действия, которое передаётся в API Google reCAPTCHA v3, для более детального анализа\nповедения пользователя (https://developers.google.com/recaptcha/docs/v3)": "The name of the action that is passed to the Google reCAPTCHA v3 API for more detailed analysis of user behavior.",
|
|
465
|
+
"Поля, которые необходимо поместить в форму": "Fields to be placed in the form.",
|
|
466
|
+
"Идентификатор формы": "Form identifier.",
|
|
467
|
+
"Начальные значения формы": "Initial form values.",
|
|
468
|
+
"Обработчик события после отправки формы": "Event handler after form submission.",
|
|
469
|
+
"Обработчик события перед отправкой формы": "Event handler before form submission.",
|
|
470
|
+
"Обработчик события при каком-либо изменении в форме": "Event handler for any change in the form.",
|
|
471
|
+
"Обработчик успешного выполнения формы (без ошибок)": "Event handler for successful form execution (without errors).",
|
|
472
|
+
"Обработчик события отправки формы": "Event handler for form submission.",
|
|
473
|
+
"Обработчик, который вызывается при запросе 2FA": "Handler that is called when requesting 2FA.",
|
|
474
|
+
"Префикс": "Prefix.",
|
|
475
|
+
"Текст ошибки при неудачной отправке данных. По-умолчанию: \"Ошибка сервера\"": "Error text for unsuccessful data submission. Default: \"Server error\".",
|
|
476
|
+
"Надпись на кнопке отправки формы": "Label on the form submission button.",
|
|
477
|
+
"Использовать для данных глобальное хранилище (redux)": "Use global storage (Redux) for data.",
|
|
478
|
+
"Набор с правилами для проверки соответствия значений полей формы определенному формату.\nПроверка запускается в момент отправки формы (в обработчике onSubmit).": "A set of rules for validating field values against a specific format. Validation is triggered when the form is submitted (in the onSubmit handler).",
|
|
479
|
+
"Свойства для представления": "Properties for the presentation.",
|
|
480
|
+
"Конфигурация wysiwyg реадактора": "WYSIWYG editor configuration.",
|
|
481
|
+
"Обработчик события при снятии фокуса с редактора": "Event handler when focus is removed from the editor.",
|
|
482
|
+
"Обработчик события при фокусе на редактора": "Event handler when focus is on the editor.",
|
|
483
|
+
"После загрузки изображения на сервер,\nможно указать с каким процессором должно вернуться картинка": "After uploading an image to the server,\nyou can specify which processor the image should return with.",
|
|
484
|
+
"Url на который будет отправлена форма загрузки файла": "URL to which the file upload form will be submitted.",
|
|
485
|
+
"Экшн для отправки параметров обрезки на бэкенд": "Action to send cropping parameters to the backend.",
|
|
486
|
+
"Изначальные параметры обрезки изображения": "Initial image cropping parameters.",
|
|
487
|
+
"Пропсы для модуля react-image-crop": "Props for the react-image-crop module.",
|
|
488
|
+
"Коллекция кнопок, которая отобразится в нижней секции Modal": "Collection of buttons that will be displayed in the bottom section of the Modal.",
|
|
489
|
+
"Кастомный CSS-класс": "Custom CSS class.",
|
|
490
|
+
"Время в миллисекундах, через которое автоматически произойдет закрытие Modal.": "Time in milliseconds after which the Modal will automatically close.",
|
|
491
|
+
"Время, в течение которого будет происходить анимация закрытия Modal.\nПереопределяет отрезок времени, заданный в ModalPortal": "Time during which the Modal closing animation will take place.\nOverrides the time interval set in ModalPortal.",
|
|
492
|
+
"Компонент, который отрендерится внутри Modal": "Component that will be rendered inside the Modal.",
|
|
493
|
+
"Свойства для внутреннего компонента": "Properties for the inner component.",
|
|
494
|
+
"Группа Modal": "Modal group.",
|
|
495
|
+
"Порядковый номер Modal": "Modal ordinal number.",
|
|
496
|
+
"Значение свойства отслеживается для показа/закрытия Modal.\nЕсли для компонента ModalPortal установлено значение задержки (animationDelayMc), то после закрытия\nпользователем Modal, оно исчезнет не сразу, а через указанный в animationDelayMc промежуток времени.\nВ течение этого времени флаг isClosing будет равен true.\nЕсли задержка не установлена, Modal закроется сразу же и флаг isClosing всегда будет равен false.": "The property value is tracked to show/close the Modal.\nIf the ModalPortal component has a delay value set (animationDelayMc), after the Modal is closed\nby the user, it will not disappear immediately, but after the time interval specified in animationDelayMc.\nDuring this time, the isClosing flag will be true.\nIf no delay is set, the Modal will close immediately, and the isClosing flag will always be false.",
|
|
497
|
+
"Обработчик срабатывает при закрытии Modal": "Handler triggered when the Modal is closed.",
|
|
498
|
+
"Закрытие Modal при нажатии на клавишу 'ESC'": "Closing the Modal when the 'ESC' key is pressed.",
|
|
499
|
+
"Закрытие Modal при клике на компонент overlay внутри Modal (темный фон, отделяющий контент страницы от Modal)": "Closing the Modal when clicking on the overlay component inside the Modal (dark background that separates the page content from the Modal).",
|
|
500
|
+
"Размер Modal": "Modal size.",
|
|
501
|
+
"Заголовок Modal": "Modal Title",
|
|
502
|
+
"Переопределение React-компонента для кастомизации view-отображения": "Override React component for custom view rendering",
|
|
503
|
+
"Параметры обрезки": "Trimming Parameters",
|
|
504
|
+
"Название кнопки": "Button Name",
|
|
505
|
+
"Пропсы для модального окна": "Props for Modal Window",
|
|
506
|
+
"Переопределение внешнего вида модального окна": "Override external appearance of modal window",
|
|
507
|
+
"Текст или React-нода, которая будет отрендерена справа от поля.": "Text or React node to render on the right side of the field",
|
|
508
|
+
"Текст или React-нода, которая будет отрендерена слева от поля.": "Text or React node to render on the left side of the field",
|
|
509
|
+
"Пользовательская иконка svg или название иконки": "Custom SVG icon or icon name",
|
|
510
|
+
"Конфигурация маски": "Mask Configuration",
|
|
511
|
+
"Изображение или React-нода, которая будет отрендерена справа от поля.": "Image or React node to render on the right side of the field",
|
|
512
|
+
"Изображение или React-нода, которая будет отрендерена слева от поля.": "Image or React node to render on the left side of the field",
|
|
513
|
+
"Свойства для компонента Nav": "Props for Nav component",
|
|
514
|
+
"Максимальное значение": "Maximum Value",
|
|
515
|
+
"Минимальное значение": "Minimum Value",
|
|
516
|
+
"Шаг увеличения/уменьшения значения": "Step for increasing/decreasing value",
|
|
517
|
+
"Если true, то отображается шкала сложности пароля": "If true, displays password complexity scale",
|
|
518
|
+
"Если true, то отображается иконка скрытия/показа пароля": "If true, displays hide/show password icon",
|
|
519
|
+
"Возможность полностью сбрасывать рейтинг, при повторном нажатии на звезду": "Ability to reset rating completely on re-clicking the star",
|
|
520
|
+
"Значок (бэйдж) с заголовком.": "Badge icon with title",
|
|
521
|
+
"Количество звезд по умолчанию": "Default star count",
|
|
522
|
+
"Максимальное количество звезд": "Maximum star count",
|
|
523
|
+
"Функция, вызываемая после загрузки асинхронного скрипта.": "Function called after loading asynchronous script.",
|
|
524
|
+
"Положение значка ReCaptcha. Может быть 'bottomright' (внизу справа), 'bottomleft' (внизу слева) или 'inline' (встроенный).": "Position of ReCaptcha badge. Can be 'bottomright', 'bottomleft', or 'inline'",
|
|
525
|
+
"Языковой код для ReCaptcha.": "Language code for ReCaptcha.",
|
|
526
|
+
"Флаг, указывающий на изоляцию ReCaptcha.": "Flag indicating ReCaptcha isolation.",
|
|
527
|
+
"Обработчик события изменения ReCaptcha.": "Event handler for ReCaptcha change.",
|
|
528
|
+
"Обработчик события ошибки ReCaptcha.": "Event handler for ReCaptcha error.",
|
|
529
|
+
"Обработчик события истечения срока действия ReCaptcha.": "Event handler for ReCaptcha expiration.",
|
|
530
|
+
"Ссылка на ref-объект React для ReCaptcha.": "Reference to React ref object for ReCaptcha.",
|
|
531
|
+
"Ключ сайта ReCaptcha. По умолчанию process.env.APP_RECAPTCHA_SITE_KEY": "ReCaptcha site key. Default is process.env.APP_RECAPTCHA_SITE_KEY",
|
|
532
|
+
"Защищенный токен для ReCaptcha.": "Protected token for ReCaptcha.",
|
|
533
|
+
"Значение tabindex для ReCaptcha.": "Tabindex value for ReCaptcha.",
|
|
534
|
+
"Тип ReCaptcha. Может быть 'image' (изображение) или 'audio' (аудио).": "Type of ReCaptcha. Can be 'image' or 'audio'.",
|
|
535
|
+
"Значение по-умолчанию при первом рендере. Для isRange=false используется number, для isRange=true - number[]": "Default value on initial render. For isRange=false, use number, for isRange=true - number[]",
|
|
536
|
+
"Делает слайдер с двумя значениями": "Creates a slider with two values",
|
|
537
|
+
"Метки на ползунке. В объекте ({key: value}) key определяет положение, а value определяет, что будет отображаться.\nЕсли вы хотите задать стиль определенной точки метки, значением должен быть объект,\nсодержащий свойства style и label.": "Labels on the slider. In object ({key: value}), key defines position, and value defines what will be displayed.\nIf you want to style a specific label point, the value should be an object\ncontaining style and label properties.",
|
|
538
|
+
"Максимальное значение в слайдере": "Maximum value on the slider",
|
|
539
|
+
"Минимальное значение в слайдере": "Minimum value on the slider",
|
|
540
|
+
"Функция, вызываемая после отпускания tip'а у слайдера (при событии onmouseup)": "Function called after releasing the slider tip (onmouseup event)",
|
|
541
|
+
"Свойства для компонента слайдера": "Props for slider component",
|
|
542
|
+
"Длина шага слайдера": "Slider step length",
|
|
543
|
+
"Любое строковое значение после значения состояния слайдера в всплывающем окошке.": "Any string value after the slider state value in the tooltip",
|
|
544
|
+
"Отправлять форму при нажатии на кнопку `enter`": "Submit form on 'enter' button press",
|
|
545
|
+
"Отключить border вокруг элемента": "Disable border around the element",
|
|
546
|
+
"Значение для BooleanFormatter": "Value for BooleanFormatter",
|
|
547
|
+
"Формат даты": "Date Format",
|
|
548
|
+
"Дата": "Date",
|
|
549
|
+
"Переопределение view React компонента для кастомизации отображения колонки": "Override React view component to customize column display",
|
|
550
|
+
"Показывать ли дату учитываю временную зону": "Whether to show the date considering time zone",
|
|
551
|
+
"Перечисление элементов.\n1) Может быть строкой вида: `app.geo.enums.Cities`\n2) Массивом: [{id: 1, label: \"London\"}]": "Enumeration of elements.\n1) Can be a string like: `app.geo.enums.Cities`\n2) Array: [{id: 1, label: \"London\"}]",
|
|
552
|
+
"Уникальный идентификатор элемента из `items`": "Unique identifier of the element from `items`",
|
|
553
|
+
"Если не указан размер файла, то в случае, если showZero = true\nто будет показан `0`, иначе пустая строка": "If file size is not specified, and showZero = true,\nthen '0' will be displayed, otherwise an empty string",
|
|
554
|
+
"Размер файла": "File size",
|
|
555
|
+
"Валюта @enum {eur, rub, usd}": "Currency @enum {eur, rub, usd}",
|
|
556
|
+
"Разрядность (при передаче int в значении)": "Precision (when passing int in value)",
|
|
557
|
+
"Округление числа": "Number rounding",
|
|
558
|
+
"Значение для MoneyFormatter": "Value for MoneyFormatter",
|
|
559
|
+
"Параметры авторизации.": "Authorization Parameters",
|
|
560
|
+
"Свойства для бургер-меню.": "Props for burger menu",
|
|
561
|
+
"Свойства для логотипа.": "Props for logo",
|
|
562
|
+
"Свойства для навигации": "Navigation properties",
|
|
563
|
+
"Информация о пользователе.": "User Information",
|
|
564
|
+
"Название цвета": "Color name",
|
|
565
|
+
"Размер элемента": "Element size",
|
|
566
|
+
"Идентификатор уведомления": "Notification ID",
|
|
567
|
+
"Цвет всплывающего уведомления": "Popup notification color",
|
|
568
|
+
"Сообщение во всплывающем уведомлении": "Message in the popup notification",
|
|
569
|
+
"Задержка перед закрытием": "Delay before closing",
|
|
570
|
+
"Исходные уведомления": "Initial notifications",
|
|
571
|
+
"Переопределение view React компонента для кастомизации отображения элемента": "Override view React component for custom element display",
|
|
572
|
+
"Коллекция уведомлений": "Notification collection",
|
|
573
|
+
"Позиционирование элемента уведомления": "Positioning of notification element",
|
|
574
|
+
"Функция, позволяющая задавать собственные иконки в зависимости от прогресса и статуса": "Function to provide custom icons depending on progress and status",
|
|
575
|
+
"Функция, позволяющая изменить генерацию лейбла": "Function to provide custom label generation",
|
|
576
|
+
"Прогресс в процентах": "Progress in percentages",
|
|
577
|
+
"Флаг, определяющий показывать ли лейбл": "Flag indicating whether to show the label",
|
|
578
|
+
"Статус компонента": "Component status",
|
|
579
|
+
"Тип компонента - круг или линия": "Component type - circle or line",
|
|
580
|
+
"Наличие верней границы у элемента": "Presence of upper border on the element",
|
|
581
|
+
"CSS-класс для элемента отображения": "CSS class for display element",
|
|
582
|
+
"Контент, который отобразится, если элемент навигации будет активен": "Content to display if the navigation item is active",
|
|
583
|
+
"Свойства для компонента с контентом": "Props for content component",
|
|
584
|
+
"Props для пункта": "Props for item",
|
|
585
|
+
"Текст элемента": "Item text",
|
|
586
|
+
"Обработчик события нажатия": "Click event handler",
|
|
587
|
+
"Ссылка на внешнюю страницу": "Link to an external page",
|
|
588
|
+
"Видимость элемента": "Element visibility",
|
|
589
|
+
"Массив объектов с информацией об иконках для футера.": "Array of objects with footer icon information.",
|
|
590
|
+
"Флаг, определяющий, следует ли разделять элементы навигации.": "Flag determining whether to separate navigation items.",
|
|
591
|
+
"Флаг, определяющий, будет ли сайдбар открытым по умолчанию.": "Flag determining whether the sidebar will be open by default.",
|
|
592
|
+
"Элементы навигации для компонента Nav.": "Navigation items for Nav component.",
|
|
593
|
+
"Объект с информацией о логотипе.": "Object with logo information.",
|
|
594
|
+
"Props для компонента Menu.": "Props for Menu component.",
|
|
595
|
+
"Callback-функция, вызывается при клике на элемент навигации.": "Callback function triggered when a navigation item is clicked.",
|
|
596
|
+
"Callback-функция, вызывается при переключении сайдбара.": "Callback function triggered when the sidebar is toggled.",
|
|
597
|
+
"Объект с информацией о пользователе.": "Object with user information.",
|
|
598
|
+
"Тип анимации": "Animation type",
|
|
599
|
+
"Дополнительные CSS классы": "Additional CSS classes",
|
|
600
|
+
"Высота элемента": "Element height",
|
|
601
|
+
"Тип компонента": "Component type",
|
|
602
|
+
"Ширина элемента": "Element width",
|
|
603
|
+
"Позиция стрелки снизу": "Arrow position at the bottom",
|
|
604
|
+
"Позиция стрелки слева": "Arrow position on the left",
|
|
605
|
+
"Позиция стрелки справа": "Arrow position on the right",
|
|
606
|
+
"Позиция стрелки сверху": "Arrow position at the top",
|
|
607
|
+
"Стили для позиционирования стрелки": "Styles for arrow positioning",
|
|
608
|
+
"Рассчет позиции подсказки": "Tooltip position calculation",
|
|
609
|
+
"Текст подсказки": "Tooltip text",
|
|
610
|
+
"Показывать ли подсказку сразу после рендера страницы": "Whether to show the tooltip immediately after page render",
|
|
611
|
+
"Отступ от элемента": "Offset from the element",
|
|
612
|
+
"Позиционирование подсказки, относительно целевого элемента": "Positioning of the tooltip relative to the target element",
|
|
613
|
+
"Стили для абсолютного позиционирования подсказки": "Styles for absolute positioning of the tooltip",
|
|
614
|
+
"Позиция Tooltip слева": "Tooltip position on the left",
|
|
615
|
+
"Позиция Tooltip справа": "Tooltip position on the right",
|
|
616
|
+
"Позиция Tooltip сверху": "Tooltip position at the top",
|
|
617
|
+
"Свойства для CheckboxField": "Props for CheckboxField",
|
|
618
|
+
"Элемент коллекции item": "Collection item",
|
|
619
|
+
"Первичный ключ для доступа к идентификатору item": "Primary key to access the item identifier",
|
|
620
|
+
"Атрибут колонки, по которому происходит поиск нужного свойства в items и нужного поля в SearchForm": "Column attribute by which to search for the desired property in items and the necessary field in SearchForm",
|
|
621
|
+
"CSS-класс для ячейки со значением": "CSS class for cell with value",
|
|
622
|
+
"Диаграмма.\nЦвет должен соответствовать success | warning | danger | secondary.\nЦвета можно расширить или изменить через стили (см. colors.scss в react-bootstrap)": "Diagram.\nThe color must correspond to success | warning | danger | secondary.\nColors can be extended or changed using styles (see colors.scss in react-bootstrap)",
|
|
623
|
+
"Свойства для компонента форматирования": "Props for formatting component",
|
|
624
|
+
"CSS-класс для ячейки с заголовком колонки <th>...</th>": "CSS class for cell with column header <th>...</th>",
|
|
625
|
+
"Свойства для компонента отображения заголовка колонки": "Props for component to display column header",
|
|
626
|
+
"Компонент для кастомизации отображения заголовка колонки": "Component for customizing the display of the column header",
|
|
627
|
+
"Подсказка": "Tooltip",
|
|
628
|
+
"Параметры для иконки в колонке": "Parameters for the icon in the column",
|
|
629
|
+
"Заголовок колонки": "Column header",
|
|
630
|
+
"Параметры для ссылки в колонке": "Parameters for link in the column",
|
|
631
|
+
" Параметры для картинки в колонке": "Parameters for image in the column",
|
|
632
|
+
"Включить возможность сортировки по данным в колонке": "Enable sorting by data in the column",
|
|
633
|
+
"Название свойства в items, которое будет использовано как subtitle": "The name of the property in items that will be used as a subtitle",
|
|
634
|
+
"Свойства для компонента отображения значения в ячейке": "Props for component to display value in the cell",
|
|
635
|
+
"Компонент для кастомизации отображения значения в ячейке": "Component for customizing the display of value in the cell",
|
|
636
|
+
"Скрыть или показать колонку": "Hide or show column",
|
|
637
|
+
"Коллекция с контролами": "Collection with controls",
|
|
638
|
+
"Элемент, для которого будет отображаться список с контролами, в нём можно задать видимость контрола\nс помощью свойства 'can' + _upperFirst(control.id)": "Element for which a list of controls will be displayed; visibility of the control can be set using the 'can' + _upperFirst(control.id) property",
|
|
639
|
+
"Показывать заглушку?": "Show placeholder?",
|
|
640
|
+
"Текст заглушки": "Placeholder text",
|
|
641
|
+
"Количество колонок, которое занимает элемент, максимум 12": "The number of columns the element occupies, maximum 12",
|
|
642
|
+
"Содержимое элемента FlexGrid": "Content of the FlexGrid element",
|
|
643
|
+
"Количество колонок, которое занимает элемент на экранах размером lg, максимум 12": "The number of columns the element occupies on screens of size lg, maximum 12",
|
|
644
|
+
"Количество колонок, которое занимает элемент на экранах размером md, максимум 12": "The number of columns the element occupies on screens of size md, maximum 12",
|
|
645
|
+
"Количество колонок для смещения столбца слева": "The number of columns to offset the column to the left",
|
|
646
|
+
"Порядок элемента в FlexGrid": "Order of the element in FlexGrid",
|
|
647
|
+
"Количество колонок, которое занимает элемент на экранах размером sm, максимум 12": "The number of columns the element occupies on screens of size sm, maximum 12",
|
|
648
|
+
"Значение для css-свойства align-items": "Value for the align-items CSS property",
|
|
649
|
+
"Значение для css-свойства flex-direction": "Value for the flex-direction CSS property",
|
|
650
|
+
"Расстояние между элементами в px.\nЕсли передано число, то установится расстояние между строками и между колонками.\nЕсли передан массив, то первый элемент - расстояние между колонками, второй - между строками.": "Spacing between elements in pixels.\nIf a number is passed, the spacing between rows and columns will be set.\nIf an array is passed, the first element is the spacing between columns, and the second is between rows.",
|
|
651
|
+
"Дополнительный CSS-класс для элементов FlexGrid": "Additional CSS class for FlexGrid elements",
|
|
652
|
+
"Элементы FlexGrid": "FlexGrid elements",
|
|
653
|
+
"Значение для css-свойства justify-content": "Value for the justify-content CSS property",
|
|
654
|
+
"Автоматический перенос на новую строку": "Automatic line break",
|
|
655
|
+
"Коллекция с наименованиями и свойствами колонок в таблице": "Collection with names and properties of columns in the table",
|
|
656
|
+
"Коллекция с элементами управления. Данная коллекция отобразится в колонке рядом с каждой записью в таблице.\nНапример, кнопки для удаления и детального просмотра записи.": "Collection of controls. This collection will be displayed in a column next to each record in the table.\nFor example, buttons for deleting and viewing the details of a record.",
|
|
657
|
+
"Включает переменные цвета для строк в таблице": "Includes color variables for rows in the table",
|
|
658
|
+
"Нужно ли отображать колонку с порядковым номером элемента? Если да, то для каждого элемента в коллекции items\nдолжно быть задано свойство index": "Should a column with the ordinal number of the element be displayed? If yes, each element in the items collection\nmust have the index property specified.",
|
|
659
|
+
"Размер Grid": "Grid size",
|
|
660
|
+
"Название ключа, под которым в LocalStorage сохранится значение выбранного шаблона": "Name of the key under which the value of the selected template will be saved in LocalStorage",
|
|
661
|
+
"Шаблон по умолчанию": "Default template",
|
|
662
|
+
"Отобразить переключатель": "Show switch",
|
|
663
|
+
"Коллекция с шаблонами": "Collection of templates",
|
|
664
|
+
"Данные списка": "List data",
|
|
665
|
+
"Расположение переключателя": "Switch position",
|
|
666
|
+
"Дополнительный CSS-класс для элемента с контентом": "Additional CSS class for element with content",
|
|
667
|
+
"Свойства для элемента коллекции": "Props for collection element",
|
|
668
|
+
"Переопределение view React компонента для кастомизации отображения элемента коллекции": "Overriding the view React component to customize the display of a collection element",
|
|
669
|
+
"Указывает, какое количество кнопок с номерами страниц будет доступно до и после выбранной страницы,\nвключая выбранную. Остальные будут спрятаны в элемент \"...\"": "Indicates the number of page number buttons that will be available before and after the selected page,\nincluding the selected one. The rest will be hidden under the \"...\" element",
|
|
670
|
+
"Аттрибут (название) в форме для поля пагинации": "Attribute (name) in the form for the pagination field",
|
|
671
|
+
"Параметры кнопки": "Button parameters",
|
|
672
|
+
"Значение по-умолчанию": "Default value",
|
|
673
|
+
"Подключить пагинацию": "Include pagination",
|
|
674
|
+
"Список, для которого используется пагинация": "List for which pagination is used",
|
|
675
|
+
"Вместо списка с номерами страниц будет кнопка \"Загрузить еще\"": "Instead of a list with page numbers, a \"Load More\" button will be used",
|
|
676
|
+
"Обработчик, который вызывается после смены страницы": "Handler that is called after changing the page",
|
|
677
|
+
"Нужно ли отображать кнопки с шагом до первой / последней страницы": "Should buttons with steps to the first / last page be displayed?",
|
|
678
|
+
"Нужно ли отображать кнопки с шагом в одну страницу": "Should buttons with steps to one page be displayed?",
|
|
679
|
+
"Аттрибут (название) в форме для поля с количеством элементов на странице": "Attribute (name) in the form for the field with the number of items per page",
|
|
680
|
+
"Свойства для кнопок пагинации": "Props for pagination buttons",
|
|
681
|
+
"Подключить выбор количества элементов": "Include selecting the number of items",
|
|
682
|
+
"Расположение элемента в списке": "Location of the element in the list",
|
|
683
|
+
"Список с количествами элементов на странице": "List of item counts per page",
|
|
684
|
+
"Id списка": "List ID",
|
|
685
|
+
"Время, через которое произойдет закрытие Modal": "Time after which Modal will close",
|
|
686
|
+
"Функция, которая вызывается при закрытии модального окна": "Function that is called when the modal window is closed",
|
|
687
|
+
"Имя провайдера": "Provider name",
|
|
688
|
+
"Кастомная иконка, заменяющая первый роут": "Custom icon replacing the first route",
|
|
689
|
+
"Коллекция элементов навигационной цепочки": "Collection of breadcrumb items",
|
|
690
|
+
"Вместо items можно передать идентификатор роута, от которого компонент самостоятельно построит\nнавигационную цепочку": "Instead of items, you can pass the ID of the route from which the component will independently build\nthe breadcrumb trail",
|
|
691
|
+
"Заголовок последней в списке страницы (обычно, это текущая страница, на которой находится пользователь).\nЕсли заголовок не задан, то подставится item.title": "The title of the last page in the list (usually the current page the user is on).\nIf the title is not set, item.title will be used",
|
|
692
|
+
"Показать иконку заменяющую первый роут": "Show icon replacing the first route",
|
|
693
|
+
"При указании в связке с onClick предоставляет возможность реализовать two-way binding": "When specified in conjunction with onClick, provides the ability to implement two-way binding",
|
|
694
|
+
"Общие свойства для всех кнопок группы": "Common properties for all group buttons",
|
|
695
|
+
"Кнопка по умолчанию.": "Default button.",
|
|
696
|
+
"Элементы для группы кнопок": "Elements for a group of buttons",
|
|
697
|
+
"Функция, которая будет вызываться при клике по кнопке": "Function that will be called when a button is clicked",
|
|
698
|
+
"Идентификатор контрола": "Control identifier",
|
|
699
|
+
"Расположение контрола": "Control location",
|
|
700
|
+
"Скрыть или показать контрол": "Hide or show control",
|
|
701
|
+
"Коллекция контролов": "Collection of controls",
|
|
702
|
+
"Пропсы для компонента Nav, в который передаются контролы в качестве items": "Props for the Nav component, to which controls are passed as items",
|
|
703
|
+
"Идентификатор активного элемента. По умолчанию будет активен первый элемент.": "Identifier of the active element. By default, the first element will be active.",
|
|
704
|
+
"Коллекция с элементами навигации. Также можно передать идентификатор роута, тогда компонент найдет все\nвложенные роуты и отобразит их в навигации.": "Collection of navigation items. You can also pass a route identifier, in which case the component will find all\nnested routes and display them in the navigation.",
|
|
705
|
+
"Шаблон отображения элементов навигации": "Template for displaying navigation items",
|
|
706
|
+
"Обработчик, который вызывается при смене активного элемента навигации": "Handler that is called when the active navigation item changes",
|
|
707
|
+
"Прокрутить страницу к началу при смене url": "Scroll the page to the top when the URL changes",
|
|
708
|
+
"Контент, который отобразится под каждой страницей приложения": "Content that will be displayed below each application page",
|
|
709
|
+
"Если у роута не задано свойство roles, которое определяет, кому из пользователей будет доступен контент\nна соответствующей странице, то подставится стандартный список с ролями": "If the route does not have the 'roles' property set, which determines which users will have access to the content\non the respective page, a default list of roles will be used.",
|
|
710
|
+
"Дерево роутов": "Route tree",
|
|
711
|
+
"Свойства шаблона": "Template properties",
|
|
712
|
+
"Общий шаблон, который оборачивает страницы приложения": "Common template that wraps application pages",
|
|
713
|
+
"Идентификатор узла": "Node identifier",
|
|
714
|
+
"Вложенные элементы\n[{id: 2, label: 'Nested element', items: [...]}]": "Nested elements\n[{id: 2, label: 'Nested element', items: [...]}]",
|
|
715
|
+
"Скрыть или показать узел": "Hide or show node",
|
|
716
|
+
"Максимальный уровень вложенности, до которого все узлы будут отображаться в развёрнутом виде": "Maximum nesting level, up to which all nodes will be displayed in an expanded form",
|
|
717
|
+
"Отображать раскрытыми узлы из LocalStorage": "Display nodes expanded from LocalStorage",
|
|
718
|
+
"Идентификатор (ключ) для сохранения в LocalStorage коллекции с раскрытыми узлами": "Identifier (key) for saving the collection of expanded nodes in LocalStorage",
|
|
719
|
+
"Коллекция с узлами. Также можно передать идентификатор роута, тогда компонент найдет все\nвложенные роуты и отобразит их в виде дерева.": "Collection of nodes. You can also pass a route identifier, in which case the component will find all\nnested routes and display them as a tree.",
|
|
720
|
+
"Ключ для доступа к вложенным элементам узла": "Key to access nested elements of a node",
|
|
721
|
+
"Ограничивает максимальный уровень вложенности дерева": "Limits the maximum nesting level of the tree",
|
|
722
|
+
"Обработчик на клик по узлу": "Handler for clicking on a node",
|
|
723
|
+
"Идентификатор узла, которой нужно отобразить в раскрытом виде": "Identifier of the node that needs to be displayed in the expanded form",
|
|
724
|
+
"Цвет текста": "Text color",
|
|
725
|
+
"Текст": "Text",
|
|
726
|
+
"HTML тег": "HTML tag",
|
|
727
|
+
"Тип текста": "Text type",
|
|
728
|
+
"Цвет заголовка": "Title color",
|
|
729
|
+
"Текст заголовка": "Title text",
|
|
730
|
+
"Тип заголовка": "Title type",
|
|
731
|
+
"Название цвета, соответствующее ему состоянию": "Color name corresponding to its state",
|
|
732
|
+
"Дополнительные стили": "Additional styles",
|
|
733
|
+
"Объект из свойства `input` от redux-form": "Object from the `input` property of redux-form",
|
|
734
|
+
"HTTP метод": "HTTP method",
|
|
735
|
+
"Ориентация элемента": "Element orientation",
|
|
736
|
+
"Уникальный ключ. ID, UUID или другое": "Unique key. ID, UUID or other",
|
|
737
|
+
"MaskField\n\nКомпонент поля ввода текста с маской.\n": "MaskField\n\nText input field component with a mask.\n",
|
|
738
|
+
"Обертка над Axios для запросов на бекенд. Поддерживает токен авторизации, CSRF и обработку ошибок.": "Wrapper over Axios for backend requests. Supports authorization token, CSRF, and error handling.",
|
|
739
|
+
"Слой хранения данных в браузере (cookie, local/session storage) или ReactNative": "Data storage layer in the browser (cookie, local/session storage) or ReactNative",
|
|
740
|
+
"Хелпер для работы с БЭМ классами и DOM элементами": "Helper for working with BEM classes and DOM elements",
|
|
741
|
+
"Компонент для локализации приложения. Поддерживает конфигурацию языка и временной зоны\n\nПример строки: `{__('{count} {count, plural, one{день} few{дня} many{дней}}', {count: 2})}`\n": "Component for application localization. Supports language and timezone configuration.\n\nExample string: `{__('{count} {count, plural, one{day} few{days} many{days}}', {count: 2})}`\n",
|
|
742
|
+
"Получение экземпляра `moment` с учетом временной зоны бекенда": "Getting an instance of `moment` with consideration of the backend timezone",
|
|
743
|
+
"Язык приложения": "Application language",
|
|
744
|
+
"Компонент для работы с мета-данными моделей и типами приложения (appType)": "Component for working with model metadata and application types (appType)",
|
|
745
|
+
"Компонент для подгрузки внешних API: Google Maps, Yandex Maps, Twitter, ...": "Component for loading external APIs: Google Maps, Yandex Maps, Twitter, ...",
|
|
746
|
+
"Метод для загрузки Geetest.": "Method for loading Geetest.",
|
|
747
|
+
"Метод для загрузки Google reCAPTCHA.": "Method for loading Google reCAPTCHA.",
|
|
748
|
+
"Метод для загрузки Google Maps API.": "Method for loading Google Maps API.",
|
|
749
|
+
"Метод для загрузки скрипта по указанному URL.": "Method for loading a script from the specified URL.",
|
|
750
|
+
"Метод для загрузки Twitter виджетов.": "Method for loading Twitter widgets.",
|
|
751
|
+
"Метод для загрузки Yandex Maps API.": "Method for loading Yandex Maps API.",
|
|
752
|
+
"Метод для ожидания выполнения определенного условия.": "Method for waiting for a specific condition to be met.",
|
|
753
|
+
"Провайдер для социальных сетей. Обеспечивает вызов окна соц сети для oauth авторизации": "Provider for social networks. Provides calling the social network window for OAuth authorization",
|
|
754
|
+
"Обертка над Redux Store со встроенными middleware (thunk, multi, promise..) и react-router": "Wrapper over Redux Store with built-in middleware (thunk, multi, promise..) and react-router",
|
|
755
|
+
"Добавляет компоненты полей формы.": "Adds form field components.",
|
|
756
|
+
"Добавляет компоненты форматтеров.": "Adds formatter components.",
|
|
757
|
+
"Добавляет иконки.": "Adds icons.",
|
|
758
|
+
"Добавляет модели.": "Adds models.",
|
|
759
|
+
"Возвращает компонент поля формы по указанному пути.": "Returns a form field component based on the specified path.",
|
|
760
|
+
"Возвращает свойства конфигурации компонента поля формы по указанному пути.": "Returns the configuration properties of a form field component based on the specified path.",
|
|
761
|
+
"Возвращает компонент форматтера по указанному пути.": "Returns a formatter component based on the specified path.",
|
|
762
|
+
"Возвращает свойства конфигурации компонента форматтера по указанному пути.": "Returns the configuration properties of a formatter component based on the specified path.",
|
|
763
|
+
"Возвращает иконку по указанному имени.": "Returns an icon based on the specified name.",
|
|
764
|
+
"Возвращает элемент портала.": "Returns a portal element.",
|
|
765
|
+
"Возвращает зарегистрированные поля формы для указанного идентификатора формы.": "Returns registered form fields for the specified form identifier.",
|
|
766
|
+
"Возвращает компонент представления по указанному пути.": "Returns a view component based on the specified path.",
|
|
767
|
+
"Регистрирует поле формы.": "Registers a form field.",
|
|
768
|
+
"Задает элемент портала.": "Sets a portal element.",
|
|
769
|
+
"Добавляет компоненты представлений.": "Adds view components.",
|
|
770
|
+
"Рендерит компонент представления.": "Renders a view component."
|
|
771
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steroidsjs/core",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.69",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Vladimir Kozhin <hello@kozhindev.com>",
|
|
6
6
|
"repository": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"docs": "node build/docs-autogen.js",
|
|
22
22
|
"test": "jest",
|
|
23
23
|
"lint": "eslint -c ./.eslintrc --ext .js,.jsx,.ts,.tsx ./src ./tests --quiet",
|
|
24
|
-
"build": "tsc && cp ./{package.json,LICENSE,README.md} dist/ && cp src/index.d.ts dist/ && cp build/docs-autogen-result.json dist/ && cp build/
|
|
24
|
+
"build": "tsc && cp ./{package.json,LICENSE,README.md} dist/ && cp src/index.d.ts dist/ && cp build/docs-autogen-result.json dist/ && cp build/locales/en.json dist/",
|
|
25
25
|
"watch": "tsc -p tsconfig-debug.json"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|