-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from denysdovhan/add-ukrainian
Add Ukrainian language
- Loading branch information
Showing
1 changed file
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
{ | ||
"title": "ЛУН Місто Air", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"method": "У який спосіб ви хочете додати вимірювальної станцію?" | ||
} | ||
}, | ||
"map": { | ||
"data": { | ||
"location": "Оберіть розташування, щоб знайти найближчу станцію." | ||
} | ||
}, | ||
"station_name": { | ||
"data": { | ||
"station": "Назва вимірювальної станції" | ||
}, | ||
"data_description": { | ||
"station": "Ви можете знайти назву вимірювальної станції на https://misto.lun.ua/air" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"no_stations": "Станції не знайдені", | ||
"cannot_find_station": "Неможливо знайти найближчу станцію" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"station": "Назва вимірювальної станції" | ||
}, | ||
"data_description": { | ||
"station": "Ви можете знайти назву вимірювальної станції на https://misto.lun.ua/air" | ||
} | ||
} | ||
} | ||
}, | ||
"selector": { | ||
"method": { | ||
"options": { | ||
"map": "Обрати станцію за точкою на карті", | ||
"station_name": "Обрати станцію зі списку" | ||
} | ||
} | ||
}, | ||
"device": { | ||
"lun_misto_air": { | ||
"name": "ЛУН Air Станція {station}" | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"aqi": { | ||
"state_attributes": { | ||
"city": { | ||
"name": "Місто" | ||
}, | ||
"station_name": { | ||
"name": "Станція" | ||
}, | ||
"updated": { | ||
"name": "Востаннє оновлено" | ||
}, | ||
"latitude": { | ||
"name": "Широта" | ||
}, | ||
"longitude": { | ||
"name": "Довгота" | ||
} | ||
} | ||
}, | ||
"pm1": { | ||
"state_attributes": { | ||
"city": { | ||
"name": "Місто" | ||
}, | ||
"station_name": { | ||
"name": "Станція" | ||
}, | ||
"updated": { | ||
"name": "Востаннє оновлено" | ||
}, | ||
"latitude": { | ||
"name": "Широта" | ||
}, | ||
"longitude": { | ||
"name": "Довгота" | ||
} | ||
} | ||
}, | ||
"pm10": { | ||
"state_attributes": { | ||
"city": { | ||
"name": "Місто" | ||
}, | ||
"station_name": { | ||
"name": "Станція" | ||
}, | ||
"updated": { | ||
"name": "Востаннє оновлено" | ||
}, | ||
"latitude": { | ||
"name": "Широта" | ||
}, | ||
"longitude": { | ||
"name": "Довгота" | ||
} | ||
} | ||
}, | ||
"pm25": { | ||
"state_attributes": { | ||
"city": { | ||
"name": "Місто" | ||
}, | ||
"station_name": { | ||
"name": "Станція" | ||
}, | ||
"updated": { | ||
"name": "Востаннє оновлено" | ||
}, | ||
"latitude": { | ||
"name": "Широта" | ||
}, | ||
"longitude": { | ||
"name": "Довгота" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |