Add translate

This commit is contained in:
Vladyslav_Prykhodko 2019-10-09 19:56:05 +03:00
parent 4d215f3191
commit 4c96e6283c
3 changed files with 22 additions and 1 deletions

View File

@ -1699,15 +1699,22 @@
}, },
"input-widgets": { "input-widgets": {
"attribute-not-allowed": "Attribute parameter cannot be used in this widget", "attribute-not-allowed": "Attribute parameter cannot be used in this widget",
"blocked-location": "Geolocation is blocked in your browser",
"date": "Date", "date": "Date",
"discard-changes": "Discard changes", "discard-changes": "Discard changes",
"entity-attribute-required": "Entity attribute is required", "entity-attribute-required": "Entity attribute is required",
"entity-coordinate-required": "Both fields, latitude and longitude, are required",
"entity-timeseries-required": "Entity timeseries is required", "entity-timeseries-required": "Entity timeseries is required",
"get-location": "Get current location",
"latitude": "Latitude",
"longitude": "Longitude",
"not-allowed-entity": "Selected entity cannot have shared attributes", "not-allowed-entity": "Selected entity cannot have shared attributes",
"no-attribute-selected": "No attribute is selected", "no-attribute-selected": "No attribute is selected",
"no-datakey-selected": "No datakey is selected", "no-datakey-selected": "No datakey is selected",
"no-coordinate-specified": "Datakey for latitude/longitude doesn't specified",
"no-entity-selected": "No entity selected", "no-entity-selected": "No entity selected",
"no-image": "No image", "no-image": "No image",
"no-support-geolocation": "Your browser doesn't support geolocation",
"no-support-web-camera": "No supported web camera", "no-support-web-camera": "No supported web camera",
"no-timeseries-selected": "No timeseries selected", "no-timeseries-selected": "No timeseries selected",
"switch-attribute-value": "Switch entity attribute value", "switch-attribute-value": "Switch entity attribute value",

View File

@ -1615,12 +1615,19 @@
}, },
"input-widgets": { "input-widgets": {
"attribute-not-allowed": "Атрибут не может быть выбран в этом виджете", "attribute-not-allowed": "Атрибут не может быть выбран в этом виджете",
"blocked-location": "Геолокация заблокирована в вашем браузере",
"discard-changes": "Отменить изменения", "discard-changes": "Отменить изменения",
"entity-attribute-required": "Значение атрибута обязателено", "entity-attribute-required": "Значение атрибута обязателено",
"entity-coordinate-required": "Необходимо указать широту и долготу",
"entity-timeseries-required": "Значение телеметрии обязательно", "entity-timeseries-required": "Значение телеметрии обязательно",
"get-location": "Получить текущее местоположение",
"latitude": "Широта",
"longitude": "Долгота",
"not-allowed-entity": "Выбраный объект не имеет общих атрибутов", "not-allowed-entity": "Выбраный объект не имеет общих атрибутов",
"no-attribute-selected": "Атрибут не выбран", "no-attribute-selected": "Атрибут не выбран",
"no-entity-selected": "Объект не выбран", "no-entity-selected": "Объект не выбран",
"no-coordinate-specified": "Ключ для широты/долготы не указан",
"no-support-geolocation": "Ваш браузер не поддерживает геолокацию",
"no-timeseries-selected": "Параметр телеметрии не выбран", "no-timeseries-selected": "Параметр телеметрии не выбран",
"switch-attribute-value": "Изменить значение атрибута", "switch-attribute-value": "Изменить значение атрибута",
"switch-timeseries-value": "Изменить значение телеметрии", "switch-timeseries-value": "Изменить значение телеметрии",

View File

@ -2182,12 +2182,19 @@
}, },
"input-widgets": { "input-widgets": {
"attribute-not-allowed": "Атрибут не може бути вибраний в цьому віджеті", "attribute-not-allowed": "Атрибут не може бути вибраний в цьому віджеті",
"blocked-location": "Геолокація заблокована у вашому браузері",
"discard-changes": "Скасувати зміни", "discard-changes": "Скасувати зміни",
"entity-attribute-required": "Значення атрибута обов'язкове", "entity-attribute-required": "Значення атрибута обов'язкове",
"entity-coordinate-required": "Необхідно вказати широту та довготу",
"entity-timeseries-required": "Значення телеметрії обов'язкове", "entity-timeseries-required": "Значення телеметрії обов'язкове",
"get-location": "Отримати поточне місцезнаходження",
"latitude": "Широта",
"longitude": "Довгота",
"not-allowed-entity": "Обрана сутність не має спільних атрибутів", "not-allowed-entity": "Обрана сутність не має спільних атрибутів",
"no-attribute-selected": "Атрибут не вибрано", "no-attribute-selected": "Атрибут не вибрано",
"no-entity-selected": "Сутність не вибрано", "no-entity-selected": "Сутність не вибрано",
"no-coordinate-specified": "Ключ для широти/довготи не вказаний",
"no-support-geolocation": "Ваш браузер не підтримує геолокацію",
"no-timeseries-selected": "Параметр телеметрії не вибрано", "no-timeseries-selected": "Параметр телеметрії не вибрано",
"switch-attribute-value": "Змінити значення атрибута", "switch-attribute-value": "Змінити значення атрибута",
"switch-timeseries-value": "Змінити значення телеметрії", "switch-timeseries-value": "Змінити значення телеметрії",