mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Update translations
This commit is contained in:
@@ -83,7 +83,7 @@ __full_translations: Dict[str, Dict[str, str]] = {
|
||||
"ru": "Обязательный параметр."
|
||||
},
|
||||
"div_generator_required_properties": {
|
||||
"en": "Required properties: `{}`.",
|
||||
"en": "Required parameters: `{}`.",
|
||||
"ru": "Обязательные параметры: `{}`."
|
||||
},
|
||||
"div_generator_schemes": {
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withArray].
|
||||
*
|
||||
* Required properties: `type, array`.
|
||||
* Required parameters: `type, array`.
|
||||
*/
|
||||
@Generated
|
||||
class WithArray internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withArrayOfEnums].
|
||||
*
|
||||
* Required properties: `type, items`.
|
||||
* Required parameters: `type, items`.
|
||||
*/
|
||||
@Generated
|
||||
class WithArrayOfEnums internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withArrayOfExpressions].
|
||||
*
|
||||
* Required properties: `type, items`.
|
||||
* Required parameters: `type, items`.
|
||||
*/
|
||||
@Generated
|
||||
class WithArrayOfExpressions internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withArrayOfNestedItems].
|
||||
*
|
||||
* Required properties: `type, items`.
|
||||
* Required parameters: `type, items`.
|
||||
*/
|
||||
@Generated
|
||||
class WithArrayOfNestedItems internal constructor(
|
||||
@@ -56,7 +56,7 @@ class WithArrayOfNestedItems internal constructor(
|
||||
/**
|
||||
* Can be created using the method [withArrayOfNestedItemsItem].
|
||||
*
|
||||
* Required properties: `property, entity`.
|
||||
* Required parameters: `property, entity`.
|
||||
*/
|
||||
@Generated
|
||||
class Item internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withArrayWithTransform].
|
||||
*
|
||||
* Required properties: `type, array`.
|
||||
* Required parameters: `type, array`.
|
||||
*/
|
||||
@Generated
|
||||
class WithArrayWithTransform internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withComplexProperty].
|
||||
*
|
||||
* Required properties: `type, property`.
|
||||
* Required parameters: `type, property`.
|
||||
*/
|
||||
@Generated
|
||||
class WithComplexProperty internal constructor(
|
||||
@@ -56,7 +56,7 @@ class WithComplexProperty internal constructor(
|
||||
/**
|
||||
* Can be created using the method [withComplexPropertyProperty].
|
||||
*
|
||||
* Required properties: `value`.
|
||||
* Required parameters: `value`.
|
||||
*/
|
||||
@Generated
|
||||
class Property internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withComplexPropertyWithDefaultValue].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithComplexPropertyWithDefaultValue internal constructor(
|
||||
@@ -59,7 +59,7 @@ class WithComplexPropertyWithDefaultValue internal constructor(
|
||||
/**
|
||||
* Can be created using the method [withComplexPropertyWithDefaultValueProperty].
|
||||
*
|
||||
* Required properties: `value`.
|
||||
* Required parameters: `value`.
|
||||
*/
|
||||
@Generated
|
||||
class Property internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withEntityProperty].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithEntityProperty internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withOptionalComplexProperty].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithOptionalComplexProperty internal constructor(
|
||||
@@ -56,7 +56,7 @@ class WithOptionalComplexProperty internal constructor(
|
||||
/**
|
||||
* Can be created using the method [withOptionalComplexPropertyProperty].
|
||||
*
|
||||
* Required properties: `value`.
|
||||
* Required parameters: `value`.
|
||||
*/
|
||||
@Generated
|
||||
class Property internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withOptionalProperty].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithOptionalProperty internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withOptionalStringEnumProperty].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithOptionalStringEnumProperty internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withPropertyWithDefaultValue].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithPropertyWithDefaultValue internal constructor(
|
||||
@@ -73,7 +73,7 @@ class WithPropertyWithDefaultValue internal constructor(
|
||||
*
|
||||
* Can be created using the method [withPropertyWithDefaultValueNested].
|
||||
*
|
||||
* Required properties: `non_optional`.
|
||||
* Required parameters: `non_optional`.
|
||||
*/
|
||||
@Generated
|
||||
class Nested internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withRequiredProperty].
|
||||
*
|
||||
* Required properties: `type, property`.
|
||||
* Required parameters: `type, property`.
|
||||
*/
|
||||
@Generated
|
||||
class WithRequiredProperty internal constructor(
|
||||
|
||||
@@ -26,7 +26,7 @@ import kotlin.collections.Map
|
||||
*
|
||||
* Can be created using the method [withSimpleProperties].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithSimpleProperties internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withStrictArray].
|
||||
*
|
||||
* Required properties: `type, array`.
|
||||
* Required parameters: `type, array`.
|
||||
*/
|
||||
@Generated
|
||||
class WithStrictArray internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withStringArrayProperty].
|
||||
*
|
||||
* Required properties: `type, array`.
|
||||
* Required parameters: `type, array`.
|
||||
*/
|
||||
@Generated
|
||||
class WithStringArrayProperty internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withStringEnumProperty].
|
||||
*
|
||||
* Required properties: `type, property`.
|
||||
* Required parameters: `type, property`.
|
||||
*/
|
||||
@Generated
|
||||
class WithStringEnumProperty internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withStringEnumPropertyWithDefaultValue].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
class WithStringEnumPropertyWithDefaultValue internal constructor(
|
||||
|
||||
@@ -24,7 +24,7 @@ import kotlin.collections.Map
|
||||
/**
|
||||
* Can be created using the method [withoutProperties].
|
||||
*
|
||||
* Required properties: `type`.
|
||||
* Required parameters: `type`.
|
||||
*/
|
||||
@Generated
|
||||
object WithoutProperties : Entity {
|
||||
|
||||
+14
-14
@@ -84,8 +84,8 @@
|
||||
"ru": "Одно действие при нажатии на элемент. Не используется, если задан параметр `actions`."
|
||||
},
|
||||
"div_actionable_action_animation": {
|
||||
"en": "Click animation. The web only supports the following values: `fade`, `scale`, and `set`.",
|
||||
"ru": "Анимация нажатия. В вебе поддерживаются только значения `fade`, `scale` и `set`."
|
||||
"en": "Click animation. The web only supports the following values: `fade`, `scale`, `native`, `no_animation` and `set`.",
|
||||
"ru": "Анимация нажатия. В вебе поддерживаются только значения `fade`, `scale`, `native`, `no_animation` и `set`."
|
||||
},
|
||||
"div_actionable_actions": {
|
||||
"en": "Multiple actions when clicking on an element.",
|
||||
@@ -167,10 +167,6 @@
|
||||
"en": "Transition with slide animation.",
|
||||
"ru": "Переход с анимацией перемещения."
|
||||
},
|
||||
"div_container_aspect": {
|
||||
"en": "Size with a fixed aspect ratio. It counts height from width and ignores `height` value. The web requires the `aspect-ratio` css property for work.",
|
||||
"ru": "Фиксированное соотношение размеров элемента. Высота элемента вычисляется исходя из ширины, значение параметра `height` игнорируется. В вебе требуется поддержка свойства `aspect-ratio` в css для работы."
|
||||
},
|
||||
"div_aspect": {
|
||||
"en": "Fixed aspect ratio. The element's height is calculated based on the width, ignoring the `height` value.",
|
||||
"ru": "Фиксированное соотношение размеров элемента. Высота элемента вычисляется исходя из ширины, значение параметра `height` игнорируется."
|
||||
@@ -363,6 +359,10 @@
|
||||
"en": "Container. It contains other elements and is responsible for their location. It is used to arrange elements vertically, horizontally, and with an overlay in a certain order, simulating the third dimension.",
|
||||
"ru": "Контейнер. Содержит в себе другие элементы и отвечает за их расположение. Позволяет располагать элементы по вертикали, горизонтали и с наложением в определенном порядке, имитируя третье измерение."
|
||||
},
|
||||
"div_container_aspect": {
|
||||
"en": "Size with a fixed aspect ratio. It counts height from width and ignores `height` value. The web requires the `aspect-ratio` css property for work.",
|
||||
"ru": "Фиксированное соотношение размеров элемента. Высота элемента вычисляется исходя из ширины, значение параметра `height` игнорируется. В вебе требуется поддержка свойства `aspect-ratio` в css для работы."
|
||||
},
|
||||
"div_container_content_alignment_horizontal": {
|
||||
"en": "Horizontal element alignment. For child elements, it can be redefined using the `alignment_horizontal` property.",
|
||||
"ru": "Горизонтальное выравнивание элементов. Для дочерних элементов может быть переопределено через свойство `alignment_horizontal`."
|
||||
@@ -959,6 +959,10 @@
|
||||
"en": "Maximum number of lines to be displayed in the input field.",
|
||||
"ru": "Максимальное количество строк, которое будет видно в поле ввода."
|
||||
},
|
||||
"div_input_method": {
|
||||
"en": "Data entry method. If nothing is specified, the value will be taken from keyboard_type.",
|
||||
"ru": "Способ ввода данных. Если ничего не указывать, то значение возьмется из keyboard_type."
|
||||
},
|
||||
"div_input_native_interface": {
|
||||
"en": "Text input line used in the native interface.",
|
||||
"ru": "Нативный внешний вид - линия ввода текста."
|
||||
@@ -979,10 +983,6 @@
|
||||
"en": "Name of text storage variable.",
|
||||
"ru": "Название переменной для хранения текста."
|
||||
},
|
||||
"div_input_method": {
|
||||
"en": "Data entry method. If nothing is specified, the value will be taken from keyboard_type.",
|
||||
"ru": "Способ ввода данных. Если ничего не указывать, то значение возьмется из keyboard_type."
|
||||
},
|
||||
"div_keyboard_input": {
|
||||
"en": "Keyboard input method.",
|
||||
"ru": "Способ ввода с клавиатуры."
|
||||
@@ -1195,14 +1195,14 @@
|
||||
"en": "Selection item from the menu.",
|
||||
"ru": "Элемент выбора из списка."
|
||||
},
|
||||
"div_selection_input_item_value": {
|
||||
"en": "Value of the item that is displayed in the selection menu.",
|
||||
"ru": "Значение элемента, которое отображается в меню выбора."
|
||||
},
|
||||
"div_selection_input_item_text": {
|
||||
"en": "The text that is displayed in the input. If the value is missing, the text from div_selection_input_item_value will appear in the input.",
|
||||
"ru": "Текст, который отображается в div_input. Если значение отсутствует, то в div_input покажется текст из div_selection_input_item_value"
|
||||
},
|
||||
"div_selection_input_item_value": {
|
||||
"en": "Value of the item that is displayed in the selection menu.",
|
||||
"ru": "Значение элемента, которое отображается в меню выбора."
|
||||
},
|
||||
"div_separator": {
|
||||
"en": "A separating line between elements.",
|
||||
"ru": "Разделительная линия между элементами."
|
||||
|
||||
Reference in New Issue
Block a user