From af5374d38b3b3cf1950b0ac3959058db5a623ecd Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Mon, 29 Jun 2020 00:03:32 +0000 Subject: [PATCH] [ci skip] Translation update --- homeassistant/components/transmission/translations/en.json | 6 +++--- homeassistant/components/transmission/translations/es.json | 2 ++ homeassistant/components/transmission/translations/ru.json | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/transmission/translations/en.json b/homeassistant/components/transmission/translations/en.json index 11ebfd61e1c..42ff361555c 100644 --- a/homeassistant/components/transmission/translations/en.json +++ b/homeassistant/components/transmission/translations/en.json @@ -13,8 +13,8 @@ "data": { "host": "Host", "limit": "Limit", - "order": "Order", "name": "Name", + "order": "Order", "password": "Password", "port": "Port", "username": "Username" @@ -27,9 +27,9 @@ "step": { "init": { "data": { - "scan_interval": "Update frequency", "limit": "Limit", - "order": "Order" + "order": "Order", + "scan_interval": "Update frequency" }, "title": "Configure options for Transmission" } diff --git a/homeassistant/components/transmission/translations/es.json b/homeassistant/components/transmission/translations/es.json index 9626b5bd863..886a5afc773 100644 --- a/homeassistant/components/transmission/translations/es.json +++ b/homeassistant/components/transmission/translations/es.json @@ -12,7 +12,9 @@ "user": { "data": { "host": "Host", + "limit": "L\u00edmite", "name": "Nombre", + "order": "Pedido", "password": "Contrase\u00f1a", "port": "Puerto", "username": "Usuario" diff --git a/homeassistant/components/transmission/translations/ru.json b/homeassistant/components/transmission/translations/ru.json index 17868c1e39e..0a850c68f17 100644 --- a/homeassistant/components/transmission/translations/ru.json +++ b/homeassistant/components/transmission/translations/ru.json @@ -12,7 +12,9 @@ "user": { "data": { "host": "\u0425\u043e\u0441\u0442", + "limit": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435", "name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", + "order": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a", "password": "\u041f\u0430\u0440\u043e\u043b\u044c", "port": "\u041f\u043e\u0440\u0442", "username": "\u041b\u043e\u0433\u0438\u043d"