From 10aa99abdc7bd9b1d7f4eb465943af0672749288 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 11 Sep 2018 21:35:08 +0200 Subject: [PATCH] Update translations --- translations/en.json | 21 +++++++++++++++++++++ translations/pl.json | 42 +++++++++++++++++++++--------------------- translations/sv.json | 1 + 3 files changed, 43 insertions(+), 21 deletions(-) diff --git a/translations/en.json b/translations/en.json index e63eefc275..ace203f7c5 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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": { diff --git a/translations/pl.json b/translations/pl.json index 368f13e503..3957c29ea1 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -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", diff --git a/translations/sv.json b/translations/sv.json index b9ef149b8f..bea3f98a03 100644 --- a/translations/sv.json +++ b/translations/sv.json @@ -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",