Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #492

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions custom_components/myskoda/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@
}
},
"image": {
"render_light_3x": {
"name": "Znázornění stavu světel vozidla"
},
"render_vehicle_main": {
"name": "Hlavní vykreslení vozidla"
}
Expand Down Expand Up @@ -254,6 +257,12 @@
"adblue_range": {
"name": "Dojezd na AdBlue"
},
"gas_level": {
"name": "Hladina plynu"
},
"gas_range": {
"name": "Dojezd na plyn"
},
"combustion_range": {
"name": "Dojezd"
},
Expand Down
68 changes: 68 additions & 0 deletions custom_components/myskoda/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,62 @@
"off": "Закрыты",
"on": "Открыты"
}
},
"door_open_front_left": {
"name": "Дверь передняя левая",
"state": {
"off": "Закрыта",
"on": "Открыта"
}
},
"door_open_front_right": {
"name": "Дверь передняя правая",
"state": {
"off": "Закрыта",
"on": "Открыта"
}
},
"door_open_rear_left": {
"name": "Дверь задняя левая",
"state": {
"off": "Закрыта",
"on": "Открыта"
}
},
"door_open_rear_right": {
"name": "Дверь задняя правая",
"state": {
"off": "Закрыта",
"on": "Открыта"
}
},
"window_open_front_left": {
"name": "Окно переднее левое",
"state": {
"off": "Закрыто",
"on": "Открыто"
}
},
"window_open_front_right": {
"name": "Окно переднее правое",
"state": {
"off": "Закрыто",
"on": "Открыто"
}
},
"window_open_rear_left": {
"name": "Окно заднее левое",
"state": {
"off": "Закрыто",
"on": "Открыто"
}
},
"window_open_rear_right": {
"name": "Окно заднее правое",
"state": {
"off": "Закрыто",
"on": "Открыто"
}
}
},
"climate": {
Expand All @@ -109,6 +165,9 @@
}
},
"image": {
"render_light_3x": {
"name": "Изображение статуса автомобиля светлое"
},
"render_vehicle_main": {
"name": "Основное изображение автомобиля"
}
Expand Down Expand Up @@ -195,6 +254,15 @@
"fuel_level": {
"name": "Уровень топлива"
},
"adblue_range": {
"name": "Запас AdBlue"
},
"gas_level": {
"name": "Уровень газ"
},
"gas_range": {
"name": "Запас газ"
},
"combustion_range": {
"name": "Запас хода"
},
Expand Down