Skip to content

Commit 8963ff6

Browse files
chore(internal): machine-translate locale updates
1 parent 34d0686 commit 8963ff6

12 files changed

Lines changed: 84 additions & 0 deletions

File tree

src/ha_mcp/settings_ui/locales/cs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Světlý",
1414
"theme.dark": "Tmavý",
1515
"status.loading": "Načítání…",
16+
"footer.installation": "instalace: {method}",
17+
"footer.deployment.addon": "aplikace/doplněk",
18+
"footer.deployment.docker": "kontejner/docker",
19+
"footer.deployment.pyinstaller": "samostatný binární soubor",
20+
"footer.deployment.git": "klon zdrojového kódu",
21+
"footer.deployment.pypi": "balíček pythonu",
22+
"footer.deployment.unknown": "neznámá",
1623
"nav.skip": "Přejít na obsah",
1724
"tabs.aria": "Sekce nastavení",
1825
"tabs.tools": "Nástroje",

src/ha_mcp/settings_ui/locales/de.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Hell",
1414
"theme.dark": "Dunkel",
1515
"status.loading": "Lädt…",
16+
"footer.installation": "Installation: {method}",
17+
"footer.deployment.addon": "App/Add-on",
18+
"footer.deployment.docker": "Container/Docker",
19+
"footer.deployment.pyinstaller": "Eigenständige Binärdatei",
20+
"footer.deployment.git": "Quellcode-Checkout",
21+
"footer.deployment.pypi": "Python-Paket",
22+
"footer.deployment.unknown": "unbekannt",
1623
"nav.skip": "Zum Inhalt springen",
1724
"tabs.aria": "Einstellungs-Abschnitte",
1825
"tabs.tools": "Tools",

src/ha_mcp/settings_ui/locales/eo.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Hela",
1414
"theme.dark": "Malhela",
1515
"status.loading": "Ŝarĝante…",
16+
"footer.installation": "instalo: {method}",
17+
"footer.deployment.addon": "aplikaĵo/aldonaĵo",
18+
"footer.deployment.docker": "ujo/docker",
19+
"footer.deployment.pyinstaller": "sendependa duumaĵo",
20+
"footer.deployment.git": "fontkoda elŝuto",
21+
"footer.deployment.pypi": "pitona pakaĵo",
22+
"footer.deployment.unknown": "nekonata",
1623
"nav.skip": "Salti al enhavo",
1724
"tabs.aria": "Agordaj sekcioj",
1825
"tabs.tools": "Iloj",

src/ha_mcp/settings_ui/locales/es.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Claro",
1414
"theme.dark": "Oscuro",
1515
"status.loading": "Cargando…",
16+
"footer.installation": "instalación: {method}",
17+
"footer.deployment.addon": "aplicación/complemento",
18+
"footer.deployment.docker": "contenedor/docker",
19+
"footer.deployment.pyinstaller": "binario independiente",
20+
"footer.deployment.git": "clon de código fuente",
21+
"footer.deployment.pypi": "paquete de python",
22+
"footer.deployment.unknown": "desconocido",
1623
"nav.skip": "Saltar al contenido",
1724
"tabs.aria": "Secciones de ajustes",
1825
"tabs.tools": "Herramientas",

src/ha_mcp/settings_ui/locales/fr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Clair",
1414
"theme.dark": "Sombre",
1515
"status.loading": "Chargement…",
16+
"footer.installation": "installation : {method}",
17+
"footer.deployment.addon": "application/add-on",
18+
"footer.deployment.docker": "conteneur/docker",
19+
"footer.deployment.pyinstaller": "binaire autonome",
20+
"footer.deployment.git": "extraction des sources",
21+
"footer.deployment.pypi": "paquet python",
22+
"footer.deployment.unknown": "inconnu",
1623
"nav.skip": "Aller au contenu",
1724
"tabs.aria": "Sections des paramètres",
1825
"tabs.tools": "Outils",

src/ha_mcp/settings_ui/locales/it.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Chiaro",
1414
"theme.dark": "Scuro",
1515
"status.loading": "Caricamento…",
16+
"footer.installation": "installazione: {method}",
17+
"footer.deployment.addon": "app/add-on",
18+
"footer.deployment.docker": "container/docker",
19+
"footer.deployment.pyinstaller": "eseguibile standalone",
20+
"footer.deployment.git": "checkout del codice sorgente",
21+
"footer.deployment.pypi": "pacchetto python",
22+
"footer.deployment.unknown": "sconosciuto",
1623
"nav.skip": "Vai al contenuto",
1724
"tabs.aria": "Sezioni delle impostazioni",
1825
"tabs.tools": "Strumenti",

src/ha_mcp/settings_ui/locales/nl.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Licht",
1414
"theme.dark": "Donker",
1515
"status.loading": "Laden…",
16+
"footer.installation": "installatie: {method}",
17+
"footer.deployment.addon": "app/add-on",
18+
"footer.deployment.docker": "container/docker",
19+
"footer.deployment.pyinstaller": "standalone binary",
20+
"footer.deployment.git": "source checkout",
21+
"footer.deployment.pypi": "python package",
22+
"footer.deployment.unknown": "onbekend",
1623
"nav.skip": "Naar inhoud springen",
1724
"tabs.aria": "Instellingensecties",
1825
"tabs.tools": "Tools",

src/ha_mcp/settings_ui/locales/pl.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Jasny",
1414
"theme.dark": "Ciemny",
1515
"status.loading": "Ładowanie…",
16+
"footer.installation": "instalacja: {method}",
17+
"footer.deployment.addon": "aplikacja/dodatek",
18+
"footer.deployment.docker": "kontener/docker",
19+
"footer.deployment.pyinstaller": "samodzielny plik bynarny",
20+
"footer.deployment.git": "klocek źródłowy",
21+
"footer.deployment.pypi": "pakiet python",
22+
"footer.deployment.unknown": "nieznany",
1623
"nav.skip": "Przejdź do treści",
1724
"tabs.aria": "Sekcje ustawień",
1825
"tabs.tools": "Narzędzia",

src/ha_mcp/settings_ui/locales/ru.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Светлая",
1414
"theme.dark": "Тёмная",
1515
"status.loading": "Загрузка…",
16+
"footer.installation": "установка: {method}",
17+
"footer.deployment.addon": "аддон/приложение",
18+
"footer.deployment.docker": "контейнер/docker",
19+
"footer.deployment.pyinstaller": "автономный бинарный файл",
20+
"footer.deployment.git": "клонирование исходного кода",
21+
"footer.deployment.pypi": "пакет python",
22+
"footer.deployment.unknown": "неизвестен",
1623
"nav.skip": "Перейти к содержимому",
1724
"tabs.aria": "Разделы настроек",
1825
"tabs.tools": "Инструменты",

src/ha_mcp/settings_ui/locales/sv.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"theme.light": "Ljus",
1414
"theme.dark": "Mörk",
1515
"status.loading": "Laddar…",
16+
"footer.installation": "installation: {method}",
17+
"footer.deployment.addon": "app/tillägg",
18+
"footer.deployment.docker": "behållare/docker",
19+
"footer.deployment.pyinstaller": "fristående binärfil",
20+
"footer.deployment.git": "källkodsutcheckning",
21+
"footer.deployment.pypi": "python-paket",
22+
"footer.deployment.unknown": "okänd",
1623
"nav.skip": "Hoppa till innehåll",
1724
"tabs.aria": "Inställningssektioner",
1825
"tabs.tools": "Verktyg",

0 commit comments

Comments
 (0)