Skip to content

Commit

Permalink
Merge pull request #4 from denysdovhan/add-ukrainian
Browse files Browse the repository at this point in the history
Add Ukrainian language
  • Loading branch information
denysdovhan authored Jul 31, 2024
2 parents 4fe0308 + d57981a commit dc54b6e
Showing 1 changed file with 134 additions and 0 deletions.
134 changes: 134 additions & 0 deletions custom_components/lun_misto_air/translations/uk.json
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": "Довгота"
}
}
}
}
}
}

0 comments on commit dc54b6e

Please sign in to comment.