Browse Source

Merge pull request #2074 from vvlladd28/feature/input-widget-locations

Add translate
pull/2100/head
Andrew Shvayka 7 years ago
committed by GitHub
parent
commit
c8bc473810
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      ui/src/app/locale/locale.constant-en_US.json
  2. 7
      ui/src/app/locale/locale.constant-ru_RU.json
  3. 4673
      ui/src/app/locale/locale.constant-uk_UA.json

7
ui/src/app/locale/locale.constant-en_US.json

@ -1699,6 +1699,7 @@
},
"input-widgets": {
"attribute-not-allowed": "Attribute parameter cannot be used in this widget",
"blocked-location": "Geolocation is blocked in your browser",
"claim-device": "Claim device",
"claim-failed": "Failed to claim the device!",
"claim-not-found": "Device not found!",
@ -1708,12 +1709,18 @@
"device-name-required": "Device name is required",
"discard-changes": "Discard changes",
"entity-attribute-required": "Entity attribute is required",
"entity-coordinate-required": "Both fields, latitude and longitude, are 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",
"no-attribute-selected": "No attribute 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-image": "No image",
"no-support-geolocation": "Your browser doesn't support geolocation",
"no-support-web-camera": "No supported web camera",
"no-timeseries-selected": "No timeseries selected",
"secret-key": "Secret key",

7
ui/src/app/locale/locale.constant-ru_RU.json

@ -1666,6 +1666,7 @@
},
"input-widgets": {
"attribute-not-allowed": "Атрибут не может быть выбран в этом виджете",
"blocked-location": "Геолокация заблокирована в вашем браузере",
"claim-device": "Подтвердить устройство",
"claim-failed": "Не удалось подтвердить устройство!",
"claim-not-found": "Устройство не найдено!",
@ -1674,10 +1675,16 @@
"device-name": "Название устройства",
"device-name-required": "Необходимо указать название устройства",
"entity-attribute-required": "Значение атрибута обязателено",
"entity-coordinate-required": "Необходимо указать широту и долготу",
"entity-timeseries-required": "Значение телеметрии обязательно",
"get-location": "Получить текущее местоположение",
"latitude": "Широта",
"longitude": "Долгота",
"not-allowed-entity": "Выбраный объект не имеет общих атрибутов",
"no-attribute-selected": "Атрибут не выбран",
"no-entity-selected": "Объект не выбран",
"no-coordinate-specified": "Ключ для широты/долготы не указан",
"no-support-geolocation": "Ваш браузер не поддерживает геолокацию",
"no-timeseries-selected": "Параметр телеметрии не выбран",
"secret-key": "Секретный ключ",
"secret-key-required": "Необходимо указать секретный ключ",

4673
ui/src/app/locale/locale.constant-uk_UA.json

File diff suppressed because it is too large
Loading…
Cancel
Save