mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Update translations
This commit is contained in:
parent
addb8e3111
commit
e928be353a
@ -528,7 +528,9 @@
|
|||||||
"duration": {
|
"duration": {
|
||||||
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
|
"day": "{count} {count, plural,\n one {day}\n other {days}\n}",
|
||||||
"week": "{count} {count, plural,\n one {week}\n other {weeks}\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": {
|
"login-form": {
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
@ -586,6 +588,24 @@
|
|||||||
"automation": {
|
"automation": {
|
||||||
"last_triggered": "Last triggered",
|
"last_triggered": "Last triggered",
|
||||||
"trigger": "Trigger"
|
"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": {
|
"components": {
|
||||||
@ -596,7 +616,23 @@
|
|||||||
},
|
},
|
||||||
"service-picker": {
|
"service-picker": {
|
||||||
"service": "Service"
|
"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": {
|
"domain": {
|
||||||
|
@ -238,20 +238,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"clear_night": "Clair, nuit",
|
"clear_night": "Nuit dégagée",
|
||||||
"cloudy": "Nuageux",
|
"cloudy": "Nuageux",
|
||||||
"fog": "Brouillard",
|
"fog": "Brouillard",
|
||||||
"hail": "Grêle",
|
"hail": "Grêle",
|
||||||
"lightning": "Foudre",
|
"lightning": "Orage",
|
||||||
"lightning_rainy": "Foudre, pluvieux",
|
"lightning_rainy": "Orage \/ Pluie",
|
||||||
"partlycloudy": "Partiellement nuageux",
|
"partlycloudy": "Partiellement nuageux",
|
||||||
"pouring": "Averses",
|
"pouring": "Averses",
|
||||||
"rainy": "Pluvieux",
|
"rainy": "Pluie",
|
||||||
"snowy": "Neigeux",
|
"snowy": "Neige",
|
||||||
"snowy_rainy": "Neigeux, pluvieux",
|
"snowy_rainy": "Neige \/ Pluie",
|
||||||
"sunny": "Ensoleillé",
|
"sunny": "Soleil",
|
||||||
"windy": "Venteux",
|
"windy": "Vent",
|
||||||
"windy_variant": "Venteux"
|
"windy_variant": "Vent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -499,8 +499,8 @@
|
|||||||
"label": "Condition"
|
"label": "Condition"
|
||||||
},
|
},
|
||||||
"event": {
|
"event": {
|
||||||
"label": "Déclencher l'événement",
|
"label": "Déclencher l'évènement",
|
||||||
"event": "Événement :",
|
"event": "Évènement :",
|
||||||
"service_data": "Données du service"
|
"service_data": "Données du service"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -550,7 +550,7 @@
|
|||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"air_pressure": "Pression de l'air",
|
"air_pressure": "Pression atmosphérique",
|
||||||
"humidity": "Humidité",
|
"humidity": "Humidité",
|
||||||
"temperature": "Température",
|
"temperature": "Température",
|
||||||
"visibility": "Visibilité",
|
"visibility": "Visibilité",
|
||||||
@ -558,23 +558,34 @@
|
|||||||
},
|
},
|
||||||
"cardinal_direction": {
|
"cardinal_direction": {
|
||||||
"e": "E",
|
"e": "E",
|
||||||
"ene": "ENE",
|
"ene": "E-NE",
|
||||||
"ese": "ESE",
|
"ese": "E-SE",
|
||||||
"n": "N",
|
"n": "N",
|
||||||
"ne": "NE",
|
"ne": "NE",
|
||||||
"nne": "NNE",
|
"nne": "N-NE",
|
||||||
"nw": "NW",
|
"nw": "NW",
|
||||||
"nnw": "NNW",
|
"nnw": "N-NW",
|
||||||
"s": "S",
|
"s": "S",
|
||||||
"se": "SE",
|
"se": "SE",
|
||||||
"sse": "SSE",
|
"sse": "S-SE",
|
||||||
"ssw": "SSO",
|
"ssw": "S-SO",
|
||||||
"sw": "SO",
|
"sw": "SO",
|
||||||
"w": "O",
|
"w": "O",
|
||||||
"wnw": "ONO",
|
"wnw": "O-NO",
|
||||||
"wsw": "OSO"
|
"wsw": "O-SO"
|
||||||
},
|
},
|
||||||
"forecast": "Prévisions"
|
"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": {
|
"components": {
|
||||||
|
@ -575,6 +575,17 @@
|
|||||||
"wsw": "zach. płd.-zach."
|
"wsw": "zach. płd.-zach."
|
||||||
},
|
},
|
||||||
"forecast": "Prognoza"
|
"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": {
|
"components": {
|
||||||
|
@ -550,11 +550,11 @@
|
|||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"air_pressure": "Pressão atmosférica",
|
"air_pressure": "Press. Atmosférica",
|
||||||
"humidity": "Humidade",
|
"humidity": "Humidade",
|
||||||
"temperature": "Temperatura",
|
"temperature": "Temperatura",
|
||||||
"visibility": "Visibilidade",
|
"visibility": "Visibilidade",
|
||||||
"wind_speed": "Velocidade do vento"
|
"wind_speed": "Vel. do vento"
|
||||||
},
|
},
|
||||||
"cardinal_direction": {
|
"cardinal_direction": {
|
||||||
"e": "",
|
"e": "",
|
||||||
@ -575,6 +575,17 @@
|
|||||||
"wsw": ""
|
"wsw": ""
|
||||||
},
|
},
|
||||||
"forecast": "Previsão"
|
"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": {
|
"components": {
|
||||||
@ -629,7 +640,7 @@
|
|||||||
"weather": {
|
"weather": {
|
||||||
"humidity": "Humidade",
|
"humidity": "Humidade",
|
||||||
"visibility": "Visibilidade",
|
"visibility": "Visibilidade",
|
||||||
"wind_speed": "Velocidade do vento"
|
"wind_speed": "Vel. do vento"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -25,7 +25,7 @@
|
|||||||
"armed": "Под охраной",
|
"armed": "Под охраной",
|
||||||
"disarmed": "Снято с охраны",
|
"disarmed": "Снято с охраны",
|
||||||
"armed_home": "Охрана (дома)",
|
"armed_home": "Охрана (дома)",
|
||||||
"armed_away": "Охрана (вне дома)",
|
"armed_away": "Охрана (не дома)",
|
||||||
"armed_night": "Охрана (ночь)",
|
"armed_night": "Охрана (ночь)",
|
||||||
"pending": "Переход на охрану",
|
"pending": "Переход на охрану",
|
||||||
"arming": "Постановка на охрану",
|
"arming": "Постановка на охрану",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user