mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Update translations
This commit is contained in:
parent
addb8e3111
commit
e928be353a
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
|
||||
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n}",
|
||||
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}"
|
||||
"second": "{count} {count, plural,\n one {second}\n other {seconds}\n}",
|
||||
"minute": "{count} {count, plural,\n one {minute}\n other {minutes}\n}",
|
||||
"hour": "{count} {count, plural,\n one {hour}\n other {hours}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Password",
|
||||
@ -586,6 +588,24 @@
|
||||
"automation": {
|
||||
"last_triggered": "Last triggered",
|
||||
"trigger": "Trigger"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Position",
|
||||
"tilt_position": "Tilt position"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Speed",
|
||||
"oscillate": "Oscillate",
|
||||
"direction": "Direction"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Brightness",
|
||||
"color_temperature": "Color temperature",
|
||||
"white_value": "White value",
|
||||
"effect": "Effect"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text to speak"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -596,7 +616,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Service"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} ago",
|
||||
"future": "In {time}",
|
||||
"never": "Never"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Loading state history...",
|
||||
"no_history_found": "No state history found."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Turned on {entity}.",
|
||||
"entity_turned_off": "Turned off {entity}.",
|
||||
"service_called": "Service {service} called.",
|
||||
"service_call_failed": "Failed to call service {service}.",
|
||||
"connection_lost": "Connection lost. Reconnecting…"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -238,20 +238,20 @@
|
||||
}
|
||||
},
|
||||
"weather": {
|
||||
"clear_night": "Clair, nuit",
|
||||
"clear_night": "Nuit dégagée",
|
||||
"cloudy": "Nuageux",
|
||||
"fog": "Brouillard",
|
||||
"hail": "Grêle",
|
||||
"lightning": "Foudre",
|
||||
"lightning_rainy": "Foudre, pluvieux",
|
||||
"lightning": "Orage",
|
||||
"lightning_rainy": "Orage \/ Pluie",
|
||||
"partlycloudy": "Partiellement nuageux",
|
||||
"pouring": "Averses",
|
||||
"rainy": "Pluvieux",
|
||||
"snowy": "Neigeux",
|
||||
"snowy_rainy": "Neigeux, pluvieux",
|
||||
"sunny": "Ensoleillé",
|
||||
"windy": "Venteux",
|
||||
"windy_variant": "Venteux"
|
||||
"rainy": "Pluie",
|
||||
"snowy": "Neige",
|
||||
"snowy_rainy": "Neige \/ Pluie",
|
||||
"sunny": "Soleil",
|
||||
"windy": "Vent",
|
||||
"windy_variant": "Vent"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -499,8 +499,8 @@
|
||||
"label": "Condition"
|
||||
},
|
||||
"event": {
|
||||
"label": "Déclencher l'événement",
|
||||
"event": "Événement :",
|
||||
"label": "Déclencher l'évènement",
|
||||
"event": "Évènement :",
|
||||
"service_data": "Données du service"
|
||||
}
|
||||
}
|
||||
@ -550,7 +550,7 @@
|
||||
},
|
||||
"weather": {
|
||||
"attributes": {
|
||||
"air_pressure": "Pression de l'air",
|
||||
"air_pressure": "Pression atmosphérique",
|
||||
"humidity": "Humidité",
|
||||
"temperature": "Température",
|
||||
"visibility": "Visibilité",
|
||||
@ -558,23 +558,34 @@
|
||||
},
|
||||
"cardinal_direction": {
|
||||
"e": "E",
|
||||
"ene": "ENE",
|
||||
"ese": "ESE",
|
||||
"ene": "E-NE",
|
||||
"ese": "E-SE",
|
||||
"n": "N",
|
||||
"ne": "NE",
|
||||
"nne": "NNE",
|
||||
"nne": "N-NE",
|
||||
"nw": "NW",
|
||||
"nnw": "NNW",
|
||||
"nnw": "N-NW",
|
||||
"s": "S",
|
||||
"se": "SE",
|
||||
"sse": "SSE",
|
||||
"ssw": "SSO",
|
||||
"sse": "S-SE",
|
||||
"ssw": "S-SO",
|
||||
"sw": "SO",
|
||||
"w": "O",
|
||||
"wnw": "ONO",
|
||||
"wsw": "OSO"
|
||||
"wnw": "O-NO",
|
||||
"wsw": "O-SO"
|
||||
},
|
||||
"forecast": "Prévisions"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Code",
|
||||
"clear_code": "Effacer",
|
||||
"disarm": "Désarmer",
|
||||
"arm_home": "Armer (domicile)",
|
||||
"arm_away": "Armer (absent)"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Dernier déclenchement",
|
||||
"trigger": "Déclencheur"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -575,6 +575,17 @@
|
||||
"wsw": "zach. płd.-zach."
|
||||
},
|
||||
"forecast": "Prognoza"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Kod",
|
||||
"clear_code": "Wyczyść",
|
||||
"disarm": "Rozbrojony",
|
||||
"arm_home": "Uzbrojony (w domu)",
|
||||
"arm_away": "Uzbrojony (nieobecny)"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Ostatnio uruchomione",
|
||||
"trigger": "Wyzwalacz"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -550,11 +550,11 @@
|
||||
},
|
||||
"weather": {
|
||||
"attributes": {
|
||||
"air_pressure": "Pressão atmosférica",
|
||||
"air_pressure": "Press. Atmosférica",
|
||||
"humidity": "Humidade",
|
||||
"temperature": "Temperatura",
|
||||
"visibility": "Visibilidade",
|
||||
"wind_speed": "Velocidade do vento"
|
||||
"wind_speed": "Vel. do vento"
|
||||
},
|
||||
"cardinal_direction": {
|
||||
"e": "",
|
||||
@ -575,6 +575,17 @@
|
||||
"wsw": ""
|
||||
},
|
||||
"forecast": "Previsão"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Código",
|
||||
"clear_code": "Limpo",
|
||||
"disarm": "Desarmar",
|
||||
"arm_home": "Armado casa",
|
||||
"arm_away": "Armado ausente"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Último disparo",
|
||||
"trigger": "Acionamento"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -629,7 +640,7 @@
|
||||
"weather": {
|
||||
"humidity": "Humidade",
|
||||
"visibility": "Visibilidade",
|
||||
"wind_speed": "Velocidade do vento"
|
||||
"wind_speed": "Vel. do vento"
|
||||
}
|
||||
}
|
||||
}
|
@ -25,7 +25,7 @@
|
||||
"armed": "Под охраной",
|
||||
"disarmed": "Снято с охраны",
|
||||
"armed_home": "Охрана (дома)",
|
||||
"armed_away": "Охрана (вне дома)",
|
||||
"armed_away": "Охрана (не дома)",
|
||||
"armed_night": "Охрана (ночь)",
|
||||
"pending": "Переход на охрану",
|
||||
"arming": "Постановка на охрану",
|
||||
|
Loading…
x
Reference in New Issue
Block a user