Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaae committed Sep 18, 2023
2 parents da894aa + e5f0e40 commit 355d16f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions custom_components/mikrotik_router/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"error": {
"name_exists": "Name existiert bereits",
"cannot_connect": "Verbindung zu Mikrotik nicht möglich.",
"cannot_connect": "Verbindung zum MikroTik fehlgeschlagen.",
"ssl_handshake_failure": "SSL Handshake Fehler",
"connection_timeout": "Mikrotik-Verbindungstimeout.",
"wrong_login": "Ungültiger Benutzername oder Passwort."
Expand All @@ -37,15 +37,15 @@
},
"sensor_select": {
"data": {
"track_network_hosts": "Verfolgen Sie Netzwerkgeräte",
"track_network_hosts": "Netzwerkgeräte verfolgen",
"sensor_port_tracker": "Port-Statussensoren",
"sensor_port_traffic": "Port-Durchsatz Sensoren",
"sensor_client_traffic": "Client-Durchsatz Sensoren",
"sensor_simple_queues": "Einfache Endschalter",
"sensor_nat": "NAT-Schalter",
"sensor_scripts": "Skript-Schalter",
"sensor_environment": "umgebungsvariablen-Sensoren",
"sensor_kidcontrol": "Kinderkontrolle",
"sensor_environment": "Umgebungsvariablen-Sensoren",
"sensor_kidcontrol": "Kindersicherung",
"sensor_mangle": "Mangle-Schalter",
"sensor_ppp": "PPP-Nutzer",
"sensor_filter": "Schalter für Filterregeln",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/mikrotik_router/translations/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"sensor_mangle": "Conmutadores de mangle",
"sensor_ppp": "Usuarios PPP",
"sensor_filter": "Conmutadores de filtro",
"sensor_client_captive": "Captive portal data"
"sensor_client_captive": "Datos portal cautivo"
},
"title": "Opciones del Mikrotik Router (2\/2)",
"description": "Activar sensores e interruptores"
Expand Down
44 changes: 22 additions & 22 deletions custom_components/mikrotik_router/translations/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,43 @@
},
"error": {
"name_exists": "Назва вже існує.",
"cannot_connect": "Cannot connect to Mikrotik.",
"ssl_handshake_failure": "SSL handshake failure",
"connection_timeout": "Mikrotik connection timeout.",
"wrong_login": "Invalid user name or password."
"cannot_connect": "Не можу з'єднатися з Mikrotik.",
"ssl_handshake_failure": "Помилка SSH протоколу",
"connection_timeout": "Тайм-аут з'єднання з Mikrotik",
"wrong_login": "Невірне ім'я або пароль"
}
},
"options": {
"step": {
"basic_options": {
"data": {
"scan_interval": "Scan interval (requires HA restart)",
"track_iface_clients": "Show client MAC and IP on interfaces",
"unit_of_measurement": "Unit of measurement",
"track_network_hosts_timeout": "Track network devices timeout (seconds)",
"zone": "Zone for device tracker"
"scan_interval": "Інтервал сканування (вимагає перезавантаження HA)",
"track_iface_clients": "Показувати MAC і IP адреси клієнта",
"unit_of_measurement": "Одиниці вимірювання",
"track_network_hosts_timeout": "Тайм-аут відстеження мережевих пристроїв (секунди)",
"zone": "Зона для трекера пристроїв"
},
"title": "Mikrotik Router options (1\/2)",
"title": "Налаштування Mikrotik роутера (1\/2)",
"description": "Налаштувати інтеграцію"
},
"sensor_select": {
"data": {
"track_network_hosts": "Track network devices",
"sensor_port_tracker": "Port tracker sensors",
"sensor_port_traffic": "Port traffic sensors",
"sensor_client_traffic": "Client traffic sensors",
"sensor_simple_queues": "Simple queues switches",
"sensor_nat": "NAT switches",
"sensor_scripts": "Script switches",
"sensor_environment": "Environment variable sensors",
"track_network_hosts": "Відстежувати мережеві пристрої",
"sensor_port_tracker": "Сенсори трекерів портів",
"sensor_port_traffic": "Сенсори трафіку портів",
"sensor_client_traffic": "Сенсори трафіку клієнтів",
"sensor_simple_queues": "Прості черги і перемикачі",
"sensor_nat": "Перемикачі NAT",
"sensor_scripts": "Перемикачі скриптів",
"sensor_environment": "Сенсори змінних оточення",
"sensor_kidcontrol": "Дитячий контроль",
"sensor_mangle": "Mangle switches",
"sensor_mangle": "Керувати перемикачами",
"sensor_ppp": "Користувачі PPP",
"sensor_filter": "Filter switches",
"sensor_client_captive": "Captive portal data"
"sensor_filter": "Фільтрувати перемикачі",
"sensor_client_captive": "Дані Captive portal"
},
"title": "Mikrotik Router options (2\/2)",
"description": "Enable sensors and switches"
"description": "Увімкнути сенсори і перемикачі"
}
}
}
Expand Down

0 comments on commit 355d16f

Please sign in to comment.