Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot committed Nov 13, 2024
1 parent f63d652 commit ac64654
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 30 deletions.
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

0 comments on commit ac64654

Please sign in to comment.