mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Update translations
This commit is contained in:
parent
f443942e03
commit
59a8354a7f
@ -710,6 +710,11 @@
|
||||
"ask": "Möchtest du diesen Login speichern?",
|
||||
"decline": "Nein Danke",
|
||||
"confirm": "Login speichern"
|
||||
},
|
||||
"notification_drawer": {
|
||||
"click_to_configure": "Klicken Sie auf die Schaltfläche, um {entity} zu konfigurieren.",
|
||||
"empty": "Keine Benachrichtigungen",
|
||||
"title": "Benachrichtigungen"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -546,6 +546,75 @@
|
||||
"link_promo": "Learn about themes",
|
||||
"dropdown_label": "Theme"
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
"initializing": "Initializing",
|
||||
"authorizing_client": "You're about to give {clientId} access to your Home Assistant instance.",
|
||||
"logging_in_with": "Logging in with **{authProviderName}**.",
|
||||
"pick_auth_provider": "Or log in with",
|
||||
"abort_intro": "Login aborted",
|
||||
"form": {
|
||||
"working": "Please wait",
|
||||
"unknown_error": "Something went wrong",
|
||||
"providers": {
|
||||
"homeassistant": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"username": "Username",
|
||||
"password": "Password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Invalid username or password"
|
||||
}
|
||||
},
|
||||
"legacy_api_password": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"password": "API Password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Invalid API password"
|
||||
},
|
||||
"abort": {
|
||||
"no_api_password_set": "You don't have an API password configured."
|
||||
}
|
||||
},
|
||||
"trusted_networks": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"user": "User"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"not_whitelisted": "Your computer is not whitelisted."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"page-onboarding": {
|
||||
"intro": "Are you ready to awaken your home, reclaim your privacy and join a worldwide community of tinkerers?",
|
||||
"user": {
|
||||
"intro": "Let's get started by creating a user account.",
|
||||
"required_field": "Required",
|
||||
"data": {
|
||||
"name": "Name",
|
||||
"username": "Username",
|
||||
"password": "Password"
|
||||
},
|
||||
"create_account": "Create Account",
|
||||
"error": {
|
||||
"required_fields": "Fill in all required fields"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -710,6 +710,11 @@
|
||||
"ask": "Szeretnéd menteni ezt a bejelentkezést?",
|
||||
"decline": "Köszönöm nem",
|
||||
"confirm": "Bejelentkezés mentése"
|
||||
},
|
||||
"notification_drawer": {
|
||||
"click_to_configure": "Kattints a gombra a(z) {entity} beállításához",
|
||||
"empty": "Nincsenek Értesítések",
|
||||
"title": "Értesítések"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -710,6 +710,11 @@
|
||||
"ask": "Soll dëse Login gespäichert ginn?",
|
||||
"decline": "Nee Merci",
|
||||
"confirm": "Login späicheren"
|
||||
},
|
||||
"notification_drawer": {
|
||||
"click_to_configure": "Dréck de Knäppchen fir {entity} ze konfiguréieren",
|
||||
"empty": "Keng Notifikatioune",
|
||||
"title": "Notifikatioune"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -707,9 +707,14 @@
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "您想保存此登录信息吗?",
|
||||
"ask": "是否保存本次登录?",
|
||||
"decline": "不,谢谢",
|
||||
"confirm": "保存"
|
||||
},
|
||||
"notification_drawer": {
|
||||
"click_to_configure": "单击按钮可以配置{entity}",
|
||||
"empty": "没有任何通知",
|
||||
"title": "通知"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user