diff --git a/api_generator/api_generator/generators/documentation/translations.py b/api_generator/api_generator/generators/documentation/translations.py index 01ee82e2e..084bdc7cd 100644 --- a/api_generator/api_generator/generators/documentation/translations.py +++ b/api_generator/api_generator/generators/documentation/translations.py @@ -19,15 +19,15 @@ __full_translations: Dict[str, Dict[str, str]] = { "ru": "Минимальное количество элементов — {}." }, "div_generator_entity_enumeration": { - "en": "It can be one of the following types:", - "ru": "Может быть одним из следующих типов:" + "en": "Can have one of the following types:", + "ru": "Может иметь один из следующих типов:" }, "div_generator_html_formatting": { "en": "Limited HTML formatting is allowed.", "ru": "Допускается ограниченное HTML-форматирование." }, "div_generator_in_progress": { - "en": "The functionality is under development.", + "en": "Functionality is under development.", "ru": "Функциональность находится в разработке." }, "div_generator_ios": { @@ -39,8 +39,8 @@ __full_translations: Dict[str, Dict[str, str]] = { "ru": "Минимальная длина {}." }, "div_generator_no_description": { - "en": "There is no description yet.", - "ru": "Описания пока нет" + "en": "No description yet.", + "ru": "Описания пока нет." }, "div_generator_non_empty_array": { "en": "An array must not be empty.", @@ -51,7 +51,7 @@ __full_translations: Dict[str, Dict[str, str]] = { "ru": "Строка должна быть непустой." }, "div_generator_parameter_deprecated": { - "en": "Parameter is deprecated", + "en": "Parameter is deprecated.", "ru": "Параметр устарел." }, "div_generator_parameters": { diff --git a/api_generator/tests/references/documentation/en/entity.md b/api_generator/tests/references/documentation/en/entity.md index a1838d944..bcf8c93fb 100644 --- a/api_generator/tests/references/documentation/en/entity.md +++ b/api_generator/tests/references/documentation/en/entity.md @@ -1,5 +1,5 @@ # entity -It can be one of the following types: +Can have one of the following types: * [entity_with_array](entity_with_array.md#entity_with_array) * [entity_with_array_of_enums](entity_with_array_of_enums.md#entity_with_array_of_enums) * [entity_with_array_of_expressions](entity_with_array_of_expressions.md#entity_with_array_of_expressions) diff --git a/api_generator/tests/references/documentation/en/entity_with_array.md b/api_generator/tests/references/documentation/en/entity_with_array.md index ee478897c..fa765c0f6 100644 --- a/api_generator/tests/references/documentation/en/entity_with_array.md +++ b/api_generator/tests/references/documentation/en/entity_with_array.md @@ -1,5 +1,5 @@ # entity_with_array -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_array_of_enums.md b/api_generator/tests/references/documentation/en/entity_with_array_of_enums.md index 2e1eb0e87..d50d7d6bc 100644 --- a/api_generator/tests/references/documentation/en/entity_with_array_of_enums.md +++ b/api_generator/tests/references/documentation/en/entity_with_array_of_enums.md @@ -1,5 +1,5 @@ # entity_with_array_of_enums -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_array_of_expressions.md b/api_generator/tests/references/documentation/en/entity_with_array_of_expressions.md index 55c2bb16f..996be6c31 100644 --- a/api_generator/tests/references/documentation/en/entity_with_array_of_expressions.md +++ b/api_generator/tests/references/documentation/en/entity_with_array_of_expressions.md @@ -1,5 +1,5 @@ # entity_with_array_of_expressions -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_array_of_nested_items.md b/api_generator/tests/references/documentation/en/entity_with_array_of_nested_items.md index 32b1ecf73..27d147226 100644 --- a/api_generator/tests/references/documentation/en/entity_with_array_of_nested_items.md +++ b/api_generator/tests/references/documentation/en/entity_with_array_of_nested_items.md @@ -1,5 +1,5 @@ # entity_with_array_of_nested_items -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_array_with_transform.md b/api_generator/tests/references/documentation/en/entity_with_array_with_transform.md index 9684a2d91..3ea7521ec 100644 --- a/api_generator/tests/references/documentation/en/entity_with_array_with_transform.md +++ b/api_generator/tests/references/documentation/en/entity_with_array_with_transform.md @@ -1,5 +1,5 @@ # entity_with_array_with_transform -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_complex_property.md b/api_generator/tests/references/documentation/en/entity_with_complex_property.md index b49217131..2c626288b 100644 --- a/api_generator/tests/references/documentation/en/entity_with_complex_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_complex_property.md @@ -1,5 +1,5 @@ # entity_with_complex_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_complex_property_with_default_value.md b/api_generator/tests/references/documentation/en/entity_with_complex_property_with_default_value.md index 095684451..a9be98ab6 100644 --- a/api_generator/tests/references/documentation/en/entity_with_complex_property_with_default_value.md +++ b/api_generator/tests/references/documentation/en/entity_with_complex_property_with_default_value.md @@ -1,5 +1,5 @@ # entity_with_complex_property_with_default_value -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_entity_property.md b/api_generator/tests/references/documentation/en/entity_with_entity_property.md index c8748f6d4..534c509fd 100644 --- a/api_generator/tests/references/documentation/en/entity_with_entity_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_entity_property.md @@ -1,5 +1,5 @@ # entity_with_entity_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_optional_complex_property.md b/api_generator/tests/references/documentation/en/entity_with_optional_complex_property.md index 94fe7b695..f3876437a 100644 --- a/api_generator/tests/references/documentation/en/entity_with_optional_complex_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_optional_complex_property.md @@ -1,5 +1,5 @@ # entity_with_optional_complex_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_optional_property.md b/api_generator/tests/references/documentation/en/entity_with_optional_property.md index 63d6c718d..28a2825d2 100644 --- a/api_generator/tests/references/documentation/en/entity_with_optional_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_optional_property.md @@ -1,5 +1,5 @@ # entity_with_optional_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_optional_string_enum_property.md b/api_generator/tests/references/documentation/en/entity_with_optional_string_enum_property.md index 53511b857..a9aca036c 100644 --- a/api_generator/tests/references/documentation/en/entity_with_optional_string_enum_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_optional_string_enum_property.md @@ -1,5 +1,5 @@ # entity_with_optional_string_enum_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_property_with_default_value.md b/api_generator/tests/references/documentation/en/entity_with_property_with_default_value.md index c9f20f2c9..d5aef70a3 100644 --- a/api_generator/tests/references/documentation/en/entity_with_property_with_default_value.md +++ b/api_generator/tests/references/documentation/en/entity_with_property_with_default_value.md @@ -1,5 +1,5 @@ # entity_with_property_with_default_value -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_required_property.md b/api_generator/tests/references/documentation/en/entity_with_required_property.md index b9d26e67b..4862f477b 100644 --- a/api_generator/tests/references/documentation/en/entity_with_required_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_required_property.md @@ -1,5 +1,5 @@ # entity_with_required_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_simple_properties.md b/api_generator/tests/references/documentation/en/entity_with_simple_properties.md index f48eaf2f9..62bd8fbb9 100644 --- a/api_generator/tests/references/documentation/en/entity_with_simple_properties.md +++ b/api_generator/tests/references/documentation/en/entity_with_simple_properties.md @@ -21,12 +21,12 @@ Entity with simple properties. | Parameters | Description | | --- | --- | | `boolean` |
**bool**
Boolean property.
| -| `boolean_int` |**bool_int**
Parameter is deprecated
Boolean value in numeric format.
Available platforms: Android.
| +| `boolean_int` |**bool_int**
Parameter is deprecated.
Boolean value in numeric format.
Available platforms: Android.
| | `color` |**string**
Color.
Valid formats: `#RGB`, `#ARGB`, `#RRGGBB`, `#AARRGGBB`.
| | `double` |**number**
Floating point number.
| | `id` |**int**
ID. Can't contain expressions.
| | `integer` |**int**
Integer.
| -| `positive_integer` |**int**
Positive integer.
Restriction for the value `x`: `x > 0`.
The functionality is under development.
| +| `positive_integer` |**int**
Positive integer.
Restriction for the value `x`: `x > 0`.
Functionality is under development.
| | `string` |**string**
String.
A string must not be empty.
Available platforms: Android, iOS, browser.
| | `type` |**string**
Required parameter.
The value must always be `entity_with_simple_properties`.
| | `url` |**string**
The value must be a valid URL.
| diff --git a/api_generator/tests/references/documentation/en/entity_with_strict_array.md b/api_generator/tests/references/documentation/en/entity_with_strict_array.md index 720af384d..965fd7632 100644 --- a/api_generator/tests/references/documentation/en/entity_with_strict_array.md +++ b/api_generator/tests/references/documentation/en/entity_with_strict_array.md @@ -1,5 +1,5 @@ # entity_with_strict_array -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_string_array_property.md b/api_generator/tests/references/documentation/en/entity_with_string_array_property.md index cbe32d3b2..a1967c37f 100644 --- a/api_generator/tests/references/documentation/en/entity_with_string_array_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_string_array_property.md @@ -1,5 +1,5 @@ # entity_with_string_array_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_string_enum_property.md b/api_generator/tests/references/documentation/en/entity_with_string_enum_property.md index 756e3024f..3623e1795 100644 --- a/api_generator/tests/references/documentation/en/entity_with_string_enum_property.md +++ b/api_generator/tests/references/documentation/en/entity_with_string_enum_property.md @@ -1,5 +1,5 @@ # entity_with_string_enum_property -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_with_string_enum_property_with_default_value.md b/api_generator/tests/references/documentation/en/entity_with_string_enum_property_with_default_value.md index 675c8ff22..559bad522 100644 --- a/api_generator/tests/references/documentation/en/entity_with_string_enum_property_with_default_value.md +++ b/api_generator/tests/references/documentation/en/entity_with_string_enum_property_with_default_value.md @@ -1,5 +1,5 @@ # entity_with_string_enum_property_with_default_value -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/en/entity_without_properties.md b/api_generator/tests/references/documentation/en/entity_without_properties.md index 7e04b342c..355b0618b 100644 --- a/api_generator/tests/references/documentation/en/entity_without_properties.md +++ b/api_generator/tests/references/documentation/en/entity_without_properties.md @@ -1,5 +1,5 @@ # entity_without_properties -There is no description yet. +No description yet. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity.md b/api_generator/tests/references/documentation/ru/entity.md index ac38ab10c..57a6d5240 100644 --- a/api_generator/tests/references/documentation/ru/entity.md +++ b/api_generator/tests/references/documentation/ru/entity.md @@ -1,5 +1,5 @@ # entity -Может быть одним из следующих типов: +Может иметь один из следующих типов: * [entity_with_array](entity_with_array.md#entity_with_array) * [entity_with_array_of_enums](entity_with_array_of_enums.md#entity_with_array_of_enums) * [entity_with_array_of_expressions](entity_with_array_of_expressions.md#entity_with_array_of_expressions) diff --git a/api_generator/tests/references/documentation/ru/entity_with_array.md b/api_generator/tests/references/documentation/ru/entity_with_array.md index 5a6381438..a6c1c9d7c 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_array.md +++ b/api_generator/tests/references/documentation/ru/entity_with_array.md @@ -1,5 +1,5 @@ # entity_with_array -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_array_of_enums.md b/api_generator/tests/references/documentation/ru/entity_with_array_of_enums.md index 407db31be..2c34b0850 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_array_of_enums.md +++ b/api_generator/tests/references/documentation/ru/entity_with_array_of_enums.md @@ -1,5 +1,5 @@ # entity_with_array_of_enums -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_array_of_expressions.md b/api_generator/tests/references/documentation/ru/entity_with_array_of_expressions.md index 81cf3523d..c36df76a3 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_array_of_expressions.md +++ b/api_generator/tests/references/documentation/ru/entity_with_array_of_expressions.md @@ -1,5 +1,5 @@ # entity_with_array_of_expressions -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_array_of_nested_items.md b/api_generator/tests/references/documentation/ru/entity_with_array_of_nested_items.md index e6c603c8a..3368b0a0b 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_array_of_nested_items.md +++ b/api_generator/tests/references/documentation/ru/entity_with_array_of_nested_items.md @@ -1,5 +1,5 @@ # entity_with_array_of_nested_items -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_array_with_transform.md b/api_generator/tests/references/documentation/ru/entity_with_array_with_transform.md index beefb24fd..42bafdf68 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_array_with_transform.md +++ b/api_generator/tests/references/documentation/ru/entity_with_array_with_transform.md @@ -1,5 +1,5 @@ # entity_with_array_with_transform -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_complex_property.md b/api_generator/tests/references/documentation/ru/entity_with_complex_property.md index 75e1f2af3..4cc28fd42 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_complex_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_complex_property.md @@ -1,5 +1,5 @@ # entity_with_complex_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_complex_property_with_default_value.md b/api_generator/tests/references/documentation/ru/entity_with_complex_property_with_default_value.md index 32ee1c07f..ebad2553d 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_complex_property_with_default_value.md +++ b/api_generator/tests/references/documentation/ru/entity_with_complex_property_with_default_value.md @@ -1,5 +1,5 @@ # entity_with_complex_property_with_default_value -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_entity_property.md b/api_generator/tests/references/documentation/ru/entity_with_entity_property.md index 7dd3bb268..0b7eb5465 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_entity_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_entity_property.md @@ -1,5 +1,5 @@ # entity_with_entity_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_optional_complex_property.md b/api_generator/tests/references/documentation/ru/entity_with_optional_complex_property.md index 519c060e9..2d2ecf63c 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_optional_complex_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_optional_complex_property.md @@ -1,5 +1,5 @@ # entity_with_optional_complex_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_optional_property.md b/api_generator/tests/references/documentation/ru/entity_with_optional_property.md index 4e53e4bd0..e6a2cb14c 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_optional_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_optional_property.md @@ -1,5 +1,5 @@ # entity_with_optional_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_optional_string_enum_property.md b/api_generator/tests/references/documentation/ru/entity_with_optional_string_enum_property.md index 197f8ced2..ce99cb252 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_optional_string_enum_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_optional_string_enum_property.md @@ -1,5 +1,5 @@ # entity_with_optional_string_enum_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_property_with_default_value.md b/api_generator/tests/references/documentation/ru/entity_with_property_with_default_value.md index 588dcbdfb..034793c7c 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_property_with_default_value.md +++ b/api_generator/tests/references/documentation/ru/entity_with_property_with_default_value.md @@ -1,5 +1,5 @@ # entity_with_property_with_default_value -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_required_property.md b/api_generator/tests/references/documentation/ru/entity_with_required_property.md index 904aebe88..4ab24097a 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_required_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_required_property.md @@ -1,5 +1,5 @@ # entity_with_required_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_strict_array.md b/api_generator/tests/references/documentation/ru/entity_with_strict_array.md index e6dcf61e8..54ba63eca 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_strict_array.md +++ b/api_generator/tests/references/documentation/ru/entity_with_strict_array.md @@ -1,5 +1,5 @@ # entity_with_strict_array -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_string_array_property.md b/api_generator/tests/references/documentation/ru/entity_with_string_array_property.md index 0a1a6134d..30851f4cf 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_string_array_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_string_array_property.md @@ -1,5 +1,5 @@ # entity_with_string_array_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_string_enum_property.md b/api_generator/tests/references/documentation/ru/entity_with_string_enum_property.md index ebcbbcf45..db1015429 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_string_enum_property.md +++ b/api_generator/tests/references/documentation/ru/entity_with_string_enum_property.md @@ -1,5 +1,5 @@ # entity_with_string_enum_property -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_with_string_enum_property_with_default_value.md b/api_generator/tests/references/documentation/ru/entity_with_string_enum_property_with_default_value.md index 18ef1a60b..d5e8bed88 100644 --- a/api_generator/tests/references/documentation/ru/entity_with_string_enum_property_with_default_value.md +++ b/api_generator/tests/references/documentation/ru/entity_with_string_enum_property_with_default_value.md @@ -1,5 +1,5 @@ # entity_with_string_enum_property_with_default_value -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/api_generator/tests/references/documentation/ru/entity_without_properties.md b/api_generator/tests/references/documentation/ru/entity_without_properties.md index 0abd92f2d..0a8fe638a 100644 --- a/api_generator/tests/references/documentation/ru/entity_without_properties.md +++ b/api_generator/tests/references/documentation/ru/entity_without_properties.md @@ -1,5 +1,5 @@ # entity_without_properties -Описания пока нет +Описания пока нет. ## JSON ```json diff --git a/schema/translations.json b/schema/translations.json index f8e44e5b2..3ec5ab905 100644 --- a/schema/translations.json +++ b/schema/translations.json @@ -1,11 +1,11 @@ { "div_absolute_edge_insets": { - "en": "Sets the margins, without taking the properties of the screen.", + "en": "Sets margins without regard to screen properties.", "ru": "Устанавливает отступы, без учета свойств экрана." }, "div_accessibility": { - "en": "Accessibility for disabled people.", - "ru": "Доступность для людей с ограниченными возможностями." + "en": "Accessibility settings.", + "ru": "Настройки доступности для людей с ограниченными возможностями." }, "div_accessibility_description": { "en": "Element description. It is used as the main description for screen reading applications.", @@ -20,7 +20,7 @@ "ru": "Способ организации дерева accessibility. В режиме `merge` accessibility-сервис воспринимает элемент вместе с поддеревом как одно целое. В режиме `exclude` элемент вместе с поддеревом недоступен для accessibility." }, "div_accessibility_mute_after_action": { - "en": "Mutes the sound of the screen reader after interacting with the element.", + "en": "Mutes the screen reader sound after interacting with the element.", "ru": "Заглушает звук чтения экрана после взаимодействия с элементом." }, "div_accessibility_state_description": { @@ -28,8 +28,8 @@ "ru": "Описание текущего состояния элемента. Например, в описании можно указать выбранную дату для элемента выбора даты, а для переключателя — состояние включен/выключен." }, "div_accessibility_type": { - "en": "Element role. It is used for correct identification of an element by an accessibility service. The `list` element is used to group list items into a single element; works only on Android/iOS.", - "ru": "Роль элемента. Используется для правильной идентификации элемента accessibility-сервисом. Элемент `list` используется для группировки элементов списка в один элемент; работает только на Android/iOS." + "en": "Element role. It is used for correct identification of an element by an accessibility service. The `list` element is used to group list items into a single element.", + "ru": "Роль элемента. Используется для правильной идентификации элемента accessibility-сервисом. Элемент `list` используется для группировки элементов списка в один элемент." }, "div_action": { "en": "It defines an action when clicking on an element.", @@ -84,7 +84,7 @@ "ru": "Одно действие при нажатии на элемент. Не используется, если задан параметр `actions`." }, "div_actionable_action_animation": { - "en": "Action animation. Web supports `fade`, `scale` and `set` only.", + "en": "Click animation. The web only supports the following values: `fade`, `scale`, and `set`.", "ru": "Анимация нажатия. В вебе поддерживаются только значения `fade`, `scale` и `set`." }, "div_actionable_actions": { @@ -97,7 +97,7 @@ }, "div_actionable_longtap_actions": { "en": "Action when long-clicking on an element. Doesn't work on the devices w/o touch gestures.", - "ru": "Действие при долгом нажатии на элемент. Не работает на устройствах без тачевых жестов." + "ru": "Действие при долгом нажатии на элемент. Не работает на устройствах без сенсорного экрана." }, "div_animation": { "en": "Element animation parameters.", @@ -188,8 +188,8 @@ "ru": "Сплошной цвет." }, "div_base_accessibility": { - "en": "Accessibility for disabled people.", - "ru": "Доступность для людей с ограниченными возможностями." + "en": "Accessibility settings.", + "ru": "Настройки доступности для людей с ограниченными возможностями." }, "div_base_alignment_horizontal": { "en": "Horizontal alignment of an element inside the parent element.", @@ -252,8 +252,8 @@ "ru": "Привязанные к элементу всплывающие подсказки. Подсказка может быть показана по `div-action://show_tooltip?id=`, скрыта по `div-action://hide_tooltip?id=`, где `id` — id подсказки." }, "div_base_transform": { - "en": "Transformation of the element. Applies the passed transform to the element. The content that does not fit into the original view will be cut off.", - "ru": "Преобразование элемента. Применяет к элементу переданный transform, тот контент, который не поместится в исходную вью, будет обрезан." + "en": "Applies the passed transformation to the element. Content that doesn't fit into the original view area is cut off.", + "ru": "Применяет к элементу переданное преобразование. Тот контент, который не поместится в исходную область просмотра, будет обрезан." }, "div_base_transition_change": { "en": "Change animation. It is played when the position or size of an element changes in the new layout.", @@ -296,8 +296,8 @@ "ru": "Размытие изображения по Гауссу." }, "div_blur_radius": { - "en": "Defines how many pixels on the screen blend into each other. It is specified in `dp`.", - "ru": "Определяет то, как много пикселей будут смешиваться друг с другом. Единица измерения - `dp`." + "en": "Blur radius. Defines how many pixels blend into each other. Specified in: `dp`.", + "ru": "Радиус размытия. Определяет количество пикселей, которые будут смешиваться друг с другом. Единица измерения: `dp`." }, "div_border": { "en": "Stroke around the element.", @@ -348,7 +348,7 @@ "ru": "Набор анимаций." }, "div_circle_shape": { - "en": "A circle.", + "en": "Circle.", "ru": "Круг." }, "div_circle_shape_radius": { @@ -361,19 +361,19 @@ }, "div_container_content_alignment_horizontal": { "en": "Default alignment of elements. Not used if the `alignment_horizontal` parameter is set from the element field.", - "ru": "Выравнивание элементов по умолчанию. Не используется, если из поля элемента задан параметр `alignment_horizontal`." + "ru": "Горизонтальное выравнивание элементов. Для дочерних элементов может быть переопределено через свойство `alignment_horizontal`." }, "div_container_content_alignment_vertical": { "en": "Default alignment of elements. `baseline` value aligns elements having their own baseline along this baseline. Other elements are aligned by top side in this case. Not used if the `alignment_vertical` parameter is set from the element field.", - "ru": "Выравнивание элементов по умолчанию. Значение `baseline` означает выравнивание по бейзлайну элементов, которые имеют собственный бейзлайн. Остальные элементы в этом случае будут выровнены по верхнему краю. Не используется, если из поля элемента задан параметр `alignment_vertical`." + "ru": "Вертикальное выравнивание элементов. Значение `baseline` означает выравнивание элементов по базовой линии (для текста и других элементов, у которых есть базовая линия). Остальные элементы в этом случае будут выровнены по верхнему краю. Для дочерних элементов может быть переопределено через свойство `alignment_vertical`." }, "div_container_items": { "en": "Nested elements.", "ru": "Вложенные элементы." }, "div_container_layout_mode": { - "en": "Method of placing elements. `wrap` value includes the transfer of elements to the next line if they did not fit in the previous one. If the value is set to `wrap`, then a separate line will be allocated for all elements with a size value of `match_parent` along the main axis. If the value is set to `wrap`, then elements with a size value of `match_parent` along the cross axis will be ignored.", - "ru": "Способ размещения элементов. Значение `wrap` означает перенос элементов на следующую строку, если они не поместились на предыдущей. Если установлено значения `wrap`, то для каждого элемента со значением размера `match_parent` вдоль главной оси будет выделена отдельная строка. Если установлено значение `wrap`, то элементы со значением `match_parent` вдоль побочной оси будут проигнорированы." + "en": "Element placement method. The `wrap` value transfers elements to the next line if they don't fit in the previous one. If the `wrap` value is set:В вертикальных галереях: