mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
[ci skip] Translation update
This commit is contained in:
parent
37d75e8a03
commit
f9e6e616f4
@ -82,7 +82,7 @@
|
||||
"off": "\u05de\u05e0\u05d5\u05ea\u05e7"
|
||||
},
|
||||
"presence": {
|
||||
"off": "\u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea",
|
||||
"off": "\u05d1\u05d7\u05d5\u05e5",
|
||||
"on": "\u05d1\u05d1\u05d9\u05ea"
|
||||
},
|
||||
"problem": {
|
||||
|
@ -8,6 +8,7 @@
|
||||
"relayer_connected": "Yeniden Katman ba\u011fl\u0131",
|
||||
"remote_connected": "Uzaktan Ba\u011fl\u0131",
|
||||
"remote_enabled": "Uzaktan Etkinle\u015ftirildi",
|
||||
"remote_server": "Sunucuyu Uzaktan Kontrol et",
|
||||
"subscription_expiration": "Aboneli\u011fin Sona Ermesi"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,18 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_home": "{entity_name} \u05d1\u05d1\u05d9\u05ea",
|
||||
"is_not_home": "{entity_name} \u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea"
|
||||
},
|
||||
"trigger_type": {
|
||||
"enters": "{entity_name} \u05e0\u05db\u05e0\u05e1 \u05dc\u05d0\u05d6\u05d5\u05e8",
|
||||
"leaves": "{entity_name} \u05d9\u05e6\u05d0 \u05de\u05d0\u05d6\u05d5\u05e8"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"home": "\u05d1\u05d1\u05d9\u05ea",
|
||||
"not_home": "\u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea"
|
||||
"not_home": "\u05d1\u05d7\u05d5\u05e5"
|
||||
}
|
||||
},
|
||||
"title": "\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05ea\u05e7\u05e0\u05d9\u05dd"
|
||||
|
@ -4,7 +4,7 @@
|
||||
"closed": "\u05e1\u05d2\u05d5\u05e8",
|
||||
"home": "\u05d1\u05d1\u05d9\u05ea",
|
||||
"locked": "\u05e0\u05e2\u05d5\u05dc",
|
||||
"not_home": "\u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea",
|
||||
"not_home": "\u05d1\u05d7\u05d5\u05e5",
|
||||
"off": "\u05db\u05d1\u05d5\u05d9",
|
||||
"ok": "\u05ea\u05e7\u05d9\u05df",
|
||||
"on": "\u05de\u05d5\u05e4\u05e2\u05dc",
|
||||
|
@ -18,5 +18,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"device_tracker": {
|
||||
"data": {
|
||||
"arp_ping": "\u05d4\u05e4\u05d9\u05db\u05ea \u05e4\u05d9\u05e0\u05d2 \u05e9\u05dc ARP \u05dc\u05d6\u05de\u05d9\u05df",
|
||||
"detection_time": "\u05e9\u05e7\u05d5\u05dc \u05de\u05e8\u05d5\u05d5\u05d7 \u05d6\u05de\u05df \u05d1\u05d9\u05ea\u05d9",
|
||||
"force_dhcp": "\u05db\u05e4\u05d9\u05d9\u05ea \u05e1\u05e8\u05d9\u05e7\u05d4 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea DHCP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -16,6 +16,11 @@
|
||||
"step": {
|
||||
"gw_mqtt": {
|
||||
"description": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e9\u05e2\u05e8 MQTT"
|
||||
},
|
||||
"gw_tcp": {
|
||||
"data": {
|
||||
"tcp_port": "\u05e4\u05ea\u05d7\u05d4"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"state": {
|
||||
"_": {
|
||||
"home": "\u05d1\u05d1\u05d9\u05ea",
|
||||
"not_home": "\u05dc\u05d0 \u05d1\u05d1\u05d9\u05ea"
|
||||
"not_home": "\u05d1\u05d7\u05d5\u05e5"
|
||||
}
|
||||
},
|
||||
"title": "\u05d0\u05d3\u05dd"
|
||||
|
@ -2,7 +2,8 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Konto wurde bereits konfiguriert",
|
||||
"kamereon_no_account": "Kamereon-Konto kann nicht gefunden werden."
|
||||
"kamereon_no_account": "Kamereon-Konto kann nicht gefunden werden.",
|
||||
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
|
||||
},
|
||||
"error": {
|
||||
"invalid_credentials": "Ung\u00fcltige Authentifizierung"
|
||||
@ -18,7 +19,8 @@
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
},
|
||||
"description": "Bitte \u00e4ndere Dein Passwort f\u00fcr {username}"
|
||||
"description": "Bitte \u00e4ndere Dein Passwort f\u00fcr {username}",
|
||||
"title": "Integration erneut authentifizieren"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -14,6 +14,9 @@
|
||||
},
|
||||
"title": "S\u00e9lectionner l'identifiant du compte Kamereon"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "R\u00e9-authentifier l'int\u00e9gration"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"locale": "Lieu",
|
||||
|
11
homeassistant/components/renault/translations/tr.json
Normal file
11
homeassistant/components/renault/translations/tr.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "\u015eifre"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -13,6 +13,11 @@
|
||||
"ip_address": "\u05db\u05ea\u05d5\u05d1\u05ea IP",
|
||||
"port": "\u05e4\u05ea\u05d7\u05d4"
|
||||
}
|
||||
},
|
||||
"gateway_select": {
|
||||
"data": {
|
||||
"selected_gateway": "\u05e9\u05e2\u05e8"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,6 +39,13 @@
|
||||
"description": "Motiu: {details}",
|
||||
"title": "Reautenticaci\u00f3 de la integraci\u00f3 Synology DSM"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Contrasenya",
|
||||
"username": "Nom d'usuari"
|
||||
},
|
||||
"title": "Reautenticaci\u00f3 de la integraci\u00f3 Synology DSM"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Amfitri\u00f3",
|
||||
|
@ -39,6 +39,13 @@
|
||||
"description": "Grund: {details}",
|
||||
"title": "Synology DSM Integration erneut authentifizieren"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Passwort",
|
||||
"username": "Benutzername"
|
||||
},
|
||||
"title": "Synology DSM Integration erneut authentifizieren"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
|
@ -31,6 +31,14 @@
|
||||
"description": "Do you want to setup {name} ({host})?",
|
||||
"title": "Synology DSM"
|
||||
},
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
"username": "Username"
|
||||
},
|
||||
"description": "Reason: {details}",
|
||||
"title": "Synology DSM Reauthenticate Integration"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
|
@ -39,6 +39,13 @@
|
||||
"description": "P\u00f5hjus: {details}",
|
||||
"title": "Synology DSM: Taastuvasta sidumine"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Salas\u00f5na",
|
||||
"username": "Kasutajanimi"
|
||||
},
|
||||
"title": "Taastuvasta Synology DSM"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "",
|
||||
|
@ -39,6 +39,12 @@
|
||||
"description": "Raison: {details}",
|
||||
"title": "Synology DSM R\u00e9-authentifier l'int\u00e9gration"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Mot de passe",
|
||||
"username": "Nom d'utilisateur"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "H\u00f4te",
|
||||
|
@ -29,6 +29,12 @@
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u05de\u05d0\u05e8\u05d7",
|
||||
|
@ -17,6 +17,12 @@
|
||||
"verify_ssl": "SSL sertifikalar\u0131n\u0131 do\u011frula"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "\u015eifre",
|
||||
"username": "Kullan\u0131c\u0131 ad\u0131"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Ana Bilgisayar",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"country_code": "\u05e7\u05d5\u05d3 \u05de\u05d3\u05d9\u05e0\u05d4 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da (\u05dc\u05de\u05e9\u05dc, 1 \u05dc\u05d0\u05e8\u05d4\"\u05d1 \u05d0\u05d5 972 \u05dc\u05d9\u05e9\u05e8\u05d0\u05dc)",
|
||||
"country_code": "\u05e7\u05d5\u05d3 \u05de\u05d3\u05d9\u05e0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da (\u05dc\u05de\u05e9\u05dc, 1 \u05dc\u05d0\u05e8\u05d4\"\u05d1 \u05d0\u05d5 972 \u05dc\u05d9\u05e9\u05e8\u05d0\u05dc)",
|
||||
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
|
||||
"platform": "\u05d4\u05d9\u05d9\u05e9\u05d5\u05dd \u05d1\u05d5 \u05e8\u05e9\u05d5\u05dd \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da",
|
||||
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
||||
|
@ -29,9 +29,14 @@
|
||||
},
|
||||
"device_tracker": {
|
||||
"data": {
|
||||
"detection_time": "\u05d4\u05d6\u05de\u05df \u05d1\u05e9\u05e0\u05d9\u05d5\u05ea \u05de\u05d4\u05e4\u05e2\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05e0\u05e8\u05d0\u05d4 \u05e2\u05d3 \u05e9\u05e0\u05d7\u05e9\u05d1 \u05d1\u05d7\u05d5\u05e5",
|
||||
"ignore_wired_bug": "\u05d4\u05e9\u05d1\u05ea \u05d0\u05ea \u05dc\u05d5\u05d2\u05d9\u05e7\u05ea \u05d1\u05d0\u05d2\u05d9\u05dd \u05e7\u05d5\u05d5\u05d9\u05ea UniFi",
|
||||
"ssid_filter": "\u05d1\u05d7\u05d9\u05e8\u05ea SSID \u05dc\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d0\u05dc\u05d7\u05d5\u05d8\u05d9\u05d9\u05dd \u05d1-",
|
||||
"track_clients": "\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e8\u05e9\u05ea",
|
||||
"track_devices": "\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05ea\u05e7\u05e0\u05d9 \u05e8\u05e9\u05ea (\u05d4\u05ea\u05e7\u05e0\u05d9 Ubiquiti)"
|
||||
}
|
||||
"track_devices": "\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05ea\u05e7\u05e0\u05d9 \u05e8\u05e9\u05ea (\u05d4\u05ea\u05e7\u05e0\u05d9 Ubiquiti)",
|
||||
"track_wired_clients": "\u05d4\u05db\u05dc\u05dc\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e8\u05e9\u05ea \u05e7\u05d5\u05d5\u05d9\u05ea"
|
||||
},
|
||||
"description": "\u05e7\u05d1\u05d9\u05e2\u05ea \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05ea\u05e7\u05e0\u05d9\u05dd"
|
||||
},
|
||||
"simple_options": {
|
||||
"data": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user