mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Update translations
This commit is contained in:
parent
34567d451f
commit
10aa99abdc
@ -545,6 +545,27 @@
|
||||
"error_no_theme": "No themes available.",
|
||||
"link_promo": "Learn about themes",
|
||||
"dropdown_label": "Theme"
|
||||
},
|
||||
"refresh_tokens": {
|
||||
"header": "Refresh Tokens",
|
||||
"description": "Each refresh token represents a login session. Refresh tokens will be automatically removed when you click log out. Below a list of refresh tokens that are currently active for your account.",
|
||||
"token_title": "Refresh token for {clientId}",
|
||||
"created_at": "Created at {date}",
|
||||
"confirm_delete": "Are you sure you want to delete the refresh token for {name}?",
|
||||
"delete_failed": "Failed to delete the refresh token."
|
||||
},
|
||||
"long_lived_access_tokens": {
|
||||
"header": "Long-Lived Access Tokens",
|
||||
"description": "Create long-lived access tokens to allow your scripts to interact with your Home Assistant instance. Each token will be valid for 10 years from creation. The following long-lived access tokens are currently active.",
|
||||
"learn_auth_requests": "Learn how to make authenticated requests.",
|
||||
"created_at": "Created at {date}",
|
||||
"confirm_delete": "Are you sure you want to delete the access token for {name}?",
|
||||
"delete_failed": "Failed to delete the access token.",
|
||||
"create": "Create Token",
|
||||
"create_failed": "Failed to create the access token.",
|
||||
"prompt_name": "Name?",
|
||||
"prompt_copy_token": "Copy your access token. It will not be shown again.",
|
||||
"empty_state": "You have no long-lived access tokens yet."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
|
@ -18,7 +18,7 @@
|
||||
"state": {
|
||||
"default": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony",
|
||||
"on": "Włączony",
|
||||
"unknown": "nieznany",
|
||||
"unavailable": "niedostępny"
|
||||
},
|
||||
@ -41,7 +41,7 @@
|
||||
"binary_sensor": {
|
||||
"default": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"on": "Włączony"
|
||||
},
|
||||
"moisture": {
|
||||
"off": "sucho",
|
||||
@ -122,7 +122,7 @@
|
||||
},
|
||||
"calendar": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"on": "Włączony"
|
||||
},
|
||||
"camera": {
|
||||
"recording": "nagrywanie",
|
||||
@ -131,7 +131,7 @@
|
||||
},
|
||||
"climate": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony",
|
||||
"on": "Włączony",
|
||||
"heat": "ogrzewanie",
|
||||
"cool": "chłodzenie",
|
||||
"idle": "nieaktywny",
|
||||
@ -162,7 +162,7 @@
|
||||
},
|
||||
"fan": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"on": "Włączony"
|
||||
},
|
||||
"group": {
|
||||
"off": "wyłączony",
|
||||
@ -181,7 +181,7 @@
|
||||
},
|
||||
"input_boolean": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"on": "Włączony"
|
||||
},
|
||||
"light": {
|
||||
"off": "wyłączony",
|
||||
@ -193,7 +193,7 @@
|
||||
},
|
||||
"media_player": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony",
|
||||
"on": "Włączony",
|
||||
"playing": "odtwarzanie",
|
||||
"paused": "pauza",
|
||||
"idle": "nieaktywny",
|
||||
@ -205,37 +205,37 @@
|
||||
},
|
||||
"remote": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"on": "Włączony"
|
||||
},
|
||||
"scene": {
|
||||
"scening": "sceny"
|
||||
},
|
||||
"script": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"on": "Włączony"
|
||||
},
|
||||
"sensor": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"on": "Włączony"
|
||||
},
|
||||
"sun": {
|
||||
"above_horizon": "powyżej horyzontu",
|
||||
"below_horizon": "poniżej horyzontu"
|
||||
"above_horizon": "Powyżej horyzontu",
|
||||
"below_horizon": "Poniżej horyzontu"
|
||||
},
|
||||
"switch": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony"
|
||||
"off": "Wyłączony",
|
||||
"on": "Włączony"
|
||||
},
|
||||
"zwave": {
|
||||
"default": {
|
||||
"initializing": "inicjalizacja",
|
||||
"dead": "martwy",
|
||||
"sleeping": "uśpiony",
|
||||
"ready": "gotowy"
|
||||
"initializing": "Inicjalizacja",
|
||||
"dead": "Nieaktywny",
|
||||
"sleeping": "Uśpiony",
|
||||
"ready": "Gotowy"
|
||||
},
|
||||
"query_stage": {
|
||||
"initializing": "inicjalizacja ({query_stage})",
|
||||
"dead": "martwy ({query_stage})"
|
||||
"dead": "Nieaktywny ({query_stage})"
|
||||
}
|
||||
},
|
||||
"weather": {
|
||||
@ -610,7 +610,7 @@
|
||||
"data": {
|
||||
"user": "Użytkownik"
|
||||
},
|
||||
"description": "Proszę wybrać użytkownika, na którego chcesz się zalogować jako:"
|
||||
"description": "Proszę wybrać użytkownika, na którego chcesz się zalogować:"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
@ -621,7 +621,7 @@
|
||||
}
|
||||
},
|
||||
"page-onboarding": {
|
||||
"intro": "Czy jesteś gotowy, aby obudzić swój dom, odzyskać prywatność i dołączyć do światowej społeczności majsterkowiczów?",
|
||||
"intro": "Czy jesteś gotowy, aby ożywić swój dom, odzyskać prywatność i dołączyć do światowej społeczności majsterkowiczów?",
|
||||
"user": {
|
||||
"intro": "Zacznijmy od utworzenia konta użytkownika.",
|
||||
"required_field": "Wymagane",
|
||||
|
@ -621,6 +621,7 @@
|
||||
}
|
||||
},
|
||||
"page-onboarding": {
|
||||
"intro": "Är du redo att väcka ditt hem, återta din integritet och gå med i en världsomspännande gemenskap av hemmafixare?",
|
||||
"user": {
|
||||
"intro": "Låt oss börja med att skapa ett användarkonto",
|
||||
"required_field": "Krävs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user