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 #270

Merged
merged 1 commit into from
Nov 13, 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
23 changes: 16 additions & 7 deletions custom_components/myskoda/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"on": "Ouverte"
}
},
"lights_on": {
"name": "Feux",
"state": {
"off": "Éteint",
"on": "Allumées"
}
},
"locked": {
"name": "Véhicule verrouillé",
"state": {
"off": "Verrouillé",
"on": "Déverrouillé"
}
},
"parkinglights_on": {
"name": "Feux de stationnement",
"state": {
"off": "Éteintes",
"on": "Allumées"
}
},
"sunroof_open": {
"name": "Toit vitré",
"state": {
Expand Down Expand Up @@ -148,9 +148,18 @@
"inspection": {
"name": "Prochaine révision"
},
"inspection_in_km": {
"name": "Prochaine révision en Km"
},
"mileage": {
"name": "Kilométrage"
},
"oil_service_in_days": {
"name": "Vidange"
},
"oil_service_in_km": {
"name": "Prochaine vidange en Km"
},
"range": {
"name": "Autonomie"
},
Expand Down
23 changes: 16 additions & 7 deletions custom_components/myskoda/translations/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"on": "Aberto"
}
},
"lights_on": {
"name": "Luzes",
"state": {
"off": "Desativadas",
"on": "Ativadas"
}
},
"locked": {
"name": "Veículo trancado",
"state": {
"off": "Bloqueado",
"on": "Desbloqueado"
}
},
"parkinglights_on": {
"name": "Luzes do estacionamento",
"state": {
"off": "Desativadas",
"on": "Ativadas"
}
},
"sunroof_open": {
"name": "Teto solar",
"state": {
Expand Down Expand Up @@ -148,9 +148,18 @@
"inspection": {
"name": "Próxima inspeção"
},
"inspection_in_km": {
"name": "Próxima inspeção em KM"
},
"mileage": {
"name": "Quilometragem"
},
"oil_service_in_days": {
"name": "Serviço de petróleo"
},
"oil_service_in_km": {
"name": "Serviço de petróleo em KM"
},
"range": {
"name": "Alcance"
},
Expand Down
23 changes: 16 additions & 7 deletions custom_components/myskoda/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"on": "Aberto"
}
},
"lights_on": {
"name": "Luzes",
"state": {
"off": "Desativadas",
"on": "Ativadas"
}
},
"locked": {
"name": "Veículo trancado",
"state": {
"off": "Bloqueado",
"on": "Desbloqueado"
}
},
"parkinglights_on": {
"name": "Luzes do estacionamento",
"state": {
"off": "Desabilitado",
"on": "Habilitado"
}
},
"sunroof_open": {
"name": "Teto solar",
"state": {
Expand Down Expand Up @@ -148,9 +148,18 @@
"inspection": {
"name": "Próxima inspeção"
},
"inspection_in_km": {
"name": "Nova inspeção em KM"
},
"mileage": {
"name": "Quilometragem"
},
"oil_service_in_days": {
"name": "Serviço de petróleo"
},
"oil_service_in_km": {
"name": "Serviço de petróleo em KM"
},
"range": {
"name": "Alcance"
},
Expand Down
30 changes: 21 additions & 9 deletions custom_components/myskoda/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"on": "Открыты"
}
},
"lights_on": {
"name": "Фары",
"state": {
"off": "Выключены",
"on": "Включены"
}
},
"locked": {
"name": "Автомобиль заблокирован",
"state": {
"off": "Заблокирован",
"on": "Разблокирован"
}
},
"parkinglights_on": {
"name": "Габаритные огни",
"state": {
"off": "Выключены",
"on": "Включены"
}
},
"sunroof_open": {
"name": "Люк в крыше",
"state": {
Expand Down Expand Up @@ -125,14 +125,17 @@
"charge_type": {
"name": "Тип зарядки",
"state": {
"ac": "AC",
"dc": "DC",
"ac": "Переменный ток",
"dc": "Постоянный ток",
"off": "Выключено"
}
},
"charging_power": {
"name": "Мощность зарядки"
},
"charging_rate": {
"name": "Мощность зарядки"
},
"charging_state": {
"name": "Состояние зарядки",
"state": {
Expand All @@ -145,9 +148,18 @@
"inspection": {
"name": "Следующая проверка"
},
"inspection_in_km": {
"name": "Следующая инспекция в КМ"
},
"mileage": {
"name": "Пробег"
},
"oil_service_in_days": {
"name": "Сервис масла"
},
"oil_service_in_km": {
"name": "Сервис масла в КМ"
},
"range": {
"name": "Запас хода"
},
Expand Down