mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-24 04:24:29 +02:00
Lokalise: updates
This commit is contained in:
parent
5fa2ee2bd6
commit
e9a90fb0fd
23 changed files with 2760 additions and 0 deletions
120
custom_components/mikrotik_router/translations/ar.json
Normal file
120
custom_components/mikrotik_router/translations/ar.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "إعداد دمج موجِّه (Mikrotik)."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "اسم الدّمج"
|
||||
},
|
||||
"host": {
|
||||
"translation": "المُضيف"
|
||||
},
|
||||
"port": {
|
||||
"translation": "منفذ"
|
||||
},
|
||||
"username": {
|
||||
"translation": "اسم المستخدم"
|
||||
},
|
||||
"password": {
|
||||
"translation": "كلمة المرور"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "استعمل طبقة الوصلات الآمنة (SSL)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "الاسم موجود بالفعل."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "لا يمكن الاتصال بـ (Mikrotik)."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "فشل تأكيد الاتصال (SSL)"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "مهلة اتصال (Mikrotik)."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "خطأ في اسم المستخدم أو كلمة مرور."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "الفاصل الزمني للمسح الضوئي (يتطلب إعادة تشغيل HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "إظهار عنوان التحكّم في الوسائط (MAC) و بروتوكول الإنترنت (IP) للعميل على الواجهات"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "وحدة قياس"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "مهلة تتبّع أجهزة الشبكة (بالثواني)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "الخيارات الأساسية"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "تتبّع أجهزة الشبكة"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "مُستشعرات تعقُب منفذ الشبكة"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "مُستشعرات حركة المرور عبر منفذ الشبكة"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "مُستشعرات حركة المرور على شبكات العميل"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "مُبدِّل الاِصْطِفاف البسيط"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "مُبدِّلات ترجمة عنوان الشبكة"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "مُبدِّلات النصوص"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "مُستشعرات متغير البيئة"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "حدد المُستشعرات"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/cs.json
Normal file
120
custom_components/mikrotik_router/translations/cs.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Nastavte integraci Mikrotik Router."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Název integrace"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Zařízení"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Uživatel"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Heslo"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Použití SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Název již existuje."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Nelze se připojit k Mikrotiku."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Selhání handshake SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Časový limit připojení vypršel."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Neplatné uživatelské jméno nebo heslo."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Interval skenování (vyžaduje restartování HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Zobrazit klientské MAC a IP na rozhraních"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Jednotka měření"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Časový limit sledování síťových zařízení (v sekundách)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Základní možnosti"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Sledování síťových zařízení"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Senzory pro sledování portů"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Senzory provozu portu"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Senzory provozu klienta"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Přepínače jednoduchých front"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Přepínače NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Přepínače skriptů"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Senzory prostředí"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Vyberte senzory"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/de.json
Normal file
120
custom_components/mikrotik_router/translations/de.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Mikrotik-Router-Integration einstellen"
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Name der Integration"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Host"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Benutzername"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Passwort"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "SSL benutzen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Name existiert bereits"
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Verbindung zu Mikrotik nicht möglich."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL Vereinbarung-Fehler"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik-Verbindungstimeout."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Ungültiger Benutzername oder Passwort."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Scan-Intervall (erfordert HA-Neustart)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Client MAC und IP auf dem Interface anzeigen"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Maßeinheit"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Zeitlimit für Netzwerkgeräte verfolgen (Sekunden)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Grundlegende Optionen"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Verfolgen Sie Netzwerkgeräte"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Hafentracker-Sensoren"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Hafen-Verkehrssensoren"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Kunden-Verkehrssensoren"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Einfache Endschalter"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT-Schalter"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Skript-Schalter"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Umweltvariable Sensoren"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Sensoren auswählen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/el.json
Normal file
120
custom_components/mikrotik_router/translations/el.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Ολοκλήρωση εγκατάστασης Mikrotik Router."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Όνομα ολοκλήρωσης"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Εξυπηρετητής"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Θύρα"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Όνομα χρήστη"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Κωδικός πρόσβασης"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Χρήση SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Το όνομα υπάρχει ήδη."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Αδυναμία σύνδεσης στον Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Αποτυχίας χειραψίας SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Διακοπή σύνδεσης με Mikrotik."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Το όνομα χρήστη και ο κωδικός πρόσβασης δεν είναι έγκυρα."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Διάστημα σάρωσης (απαιτείται επανεκκίνηση του HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Προβολή IP και MAC πελάτη στη διεπαφή"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Μονάδα μέτρησης"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Εξωχρονισμός ανίχνευσης συσκευών διαδικτύου (δευτερόλεπτα)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Βασικές επιογές"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Ανίχνευση των συσκευών δικτύου"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Αισθητήρες παρακολούθησης θυρών"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Αισθητήρες κίνησης θυρών"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Αισθητήρες κίνησης πελατών"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Διακόπτες απλών ουρών"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Διακόπτες NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Διακόπτες δέσμης ενεργειών"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Αισθητήρες μεταβολών περιβάλλοντος"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Επιλέξτε αισθητήρες"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/en.json
Normal file
120
custom_components/mikrotik_router/translations/en.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Set up Mikrotik Router integration."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Name of the integration"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Host"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Username"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Password"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Use SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Name already exists."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Cannot connect to Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL handshake failure"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik connection timeout."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Invalid user name or password."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Scan interval (requires HA restart)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Show client MAC and IP on interfaces"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Unit of measurement"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Track network devices timeout (seconds)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Basic options"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Track network devices"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Port tracker sensors"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Port traffic sensors"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Client traffic sensors"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Simple queues switches"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT switches"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Scripts switches"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Environment variable sensors"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": "PPP users"
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": "Kid control"
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": "Mangle switches"
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": "PPP users"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Select sensors"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/es.json
Normal file
120
custom_components/mikrotik_router/translations/es.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Configurar integración del Mikrotik Router."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Nombre de la integración"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Servidor"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Puerto"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Nombre de usuario"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Contraseña"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Usar SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "El nombre ya existe."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "No es posible conectar con el Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Fallo en el establecimiento de la comunicación SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Conexión con Mikrotik sin respuesta."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Nombre de usuario o contraseña no válidos."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Intervalo de escaneo (requiere reinicio del HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Mostrar MAC e IP del cliente en las interfaces"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Unidad de medida"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Monitorizar tiempo hasta desconexión automática de dispositivos de red (segundos)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Opciones básicas"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Monitorizar dispositivos de red"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Sensores de seguimiento portuario"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Sensores de tráfico portuario"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Sensores de tráfico de clientes"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Interruptores de cola sencillos"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Interruptores NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Interruptores de switch"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Sensores variables de entorno"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Seleccionar sensores"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/es_ES.json
Normal file
120
custom_components/mikrotik_router/translations/es_ES.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Configura la integración del Mikrotik Router."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Nombre de la integración"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Proveedor"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Puerto"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Nombre de usuario"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Contraseña"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Utilizar SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "El nombre ya existe."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "No puede conectarse a Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Fallo del \"handshake\" SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Tiempo de espera de la conexión a Mikrotik."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Nombre de usuario o contraseña no válida"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Escanear intervalo (requiere reinicio de HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Mostrar MAC e IP de cliente en las interfaces"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Unidad de medida"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Rastrear el tiempo de espera de los dispositivos de red (segundos)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Opciones básicas"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Rastrear dispositivos de red"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Sensores de seguimiento portuario"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Sensores de tráfico portuario"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Sensores de tráfico de clientes"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Interruptores de cola sencillos"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Interruptores NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Interruptores de script"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Sensores de variable de entorno"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Seleccionar sensores"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/fr.json
Normal file
120
custom_components/mikrotik_router/translations/fr.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Configurer l'intégration de routeur Mikrotik."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Nom de l'intégration"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Mot de passe"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Identifiant"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Mot de passe"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Utiliser SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Le nom existe déjà."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Impossible de se connecter à Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Échec de poignée de main SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Expiration de connexion Mikrotik."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Identifiant ou mot de passe invalide."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Intervalle d'analyse (nécessite le redémarrage HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Afficher l'IP et le MAC du client sur les interfaces"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Unité de mesure"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Suivre l'expiration des appareils du réseau (secondes)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Options de base"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Suivre les appareils du réseau"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Capteurs de suivi de ports"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Capteurs de trafic portuaire"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Capteurs de trafic de clients"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Commutateurs de files d'attente simples"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Commutateurs NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Commutation de scripts"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Capteurs de variables d'environnement"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Sélectionner les capteurs"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/hi_IN.json
Normal file
120
custom_components/mikrotik_router/translations/hi_IN.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Mikrotik राउटर इन्टीग्रेशन सेट अप करें।"
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "इन्टीग्रेशन का नाम"
|
||||
},
|
||||
"host": {
|
||||
"translation": "होस्ट"
|
||||
},
|
||||
"port": {
|
||||
"translation": "पोर्ट"
|
||||
},
|
||||
"username": {
|
||||
"translation": "उपयोगकर्ता नाम"
|
||||
},
|
||||
"password": {
|
||||
"translation": "पासवर्ड"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "SSL का उपयोग करें"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "नाम पहले से मौजूद है।"
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Mikrotik से कनेक्ट नही कर सकते।"
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL हैन्डशेक विफ़ल हो गया"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik कनेक्शन टाइम आउट हो गया।"
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "अमान्य उपयोगकर्ता नाम या पासवर्ड।"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "स्कैन अन्तराल (HA रिस्टार्ट आवश्यक है)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "ग्राहक का MAC और IP इन्टरफ़ेस पर दिखाएं"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "माप का युनीट"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "नेटवर्क डिवाइस ट्रैक टाइम आउट (सेकन्ड)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "बेसिक विकल्प"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "नेटवर्क डिवाइस को ट्रैक करें"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "पोर्ट ट्रैकर सेंसर"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "पोर्ट ट्रैफ़िक सेंसर"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "क्लाइंट ट्रैफ़िक सेंसर"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "सामान्य कतार स्विच"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT स्विच"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "स्क्रिप्ट स्विच"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "पारिस्थितिक वेरिएबल सेंसर"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "सेंसर चुनें"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/hu.json
Normal file
120
custom_components/mikrotik_router/translations/hu.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Állítsd be a Mikrotik Router integrációt."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Integráció neve"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Hoszt"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Felhasználónév"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Jelszó"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "SSL használata"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "A név már létezik."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Nem lehet csatlakozni a Mikrotikhez."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL-kézfogás sikertelen"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik kapcsolat időtúllépés."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Érvénytelen felhasználónév vagy jelszó."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Felderítési időköz (HA újraindítása szükséges)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Ügyfél MAC- és IP-címének mutatása az interfészeken"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Mértékegység"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Hálózati eszközök követésének időtúllépése (másodperc)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Alapbeállítások"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Hálózati eszközök követése"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Portfigyelő érzékelők"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Portforgalom érzékelők"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Kliensforgalom érzékelők"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Simple queue kapcsolók"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT kapcsolók"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Szkript kapcsolók"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Környezeti változó érzékelők"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": "PPP felhasználók"
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": "Szülői felügyelet"
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Válassz érzékelőket"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/is_IS.json
Normal file
120
custom_components/mikrotik_router/translations/is_IS.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Setja upp Mikrotik Router samþættingu."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Heiti samþættingar"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Hýsill"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Notandanafn"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Lykilorð"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Nota SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Nafn er þegar til."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Get ekki tengst Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Villa við að koma á SSL samskiptum"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Tengin við Mikrotik rann út á tíma."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Ógilt notendanafn eða lykilorð."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Tíðni skönnunar ( krefst endurræsingar á HA )"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Sýna MAC og IP vistfang fyrir biðlara á netkortum"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Mælieining"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Tímamörk við rakningu á netbúnaði ( sekúndur )"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Grunnvalkostir"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Rekja netbúnað"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Port rakningarskynjarar"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Port umferðarskynjarar"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Biðlaraumferð skynjarar"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Einfaldir biðraðir rofar"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT rofar"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Skrifturofar"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Umhverfisbreytu skynjarar"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": "PPP notendur"
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": "Krakkastjórnun"
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Veldu skynjara"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/it.json
Normal file
120
custom_components/mikrotik_router/translations/it.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Imposta integrazione Router Mikrotik"
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Nome integrazione"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Host"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Porta"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Nome utente"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Password"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Usa SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Nome già esistente."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Impossibile connettersi a Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Errore SSL handshake"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Timeout connessione Mikrotik."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Nome utente o password non validi."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Intervallo scansione (richiede riavvio HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Mostra client MAC e IP sulle interfacce"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Unità di misura"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Traccia timeout dei dispositivi di rete (secondi)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Opzioni di base"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Traccia dispositivi di rete"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Sensori di tracciamento della porta"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Sensori di traffico della porta"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Sensori di traffico del client"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Commutatori di code semplici"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Commutatori NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Commutatori di script"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Sensori di variabili ambientali"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Seleziona i sensori"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/ja.json
Normal file
120
custom_components/mikrotik_router/translations/ja.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Mikrotikルータ統合をセットアップします。"
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "統合名"
|
||||
},
|
||||
"host": {
|
||||
"translation": "ホスト"
|
||||
},
|
||||
"port": {
|
||||
"translation": "ポート"
|
||||
},
|
||||
"username": {
|
||||
"translation": "ユーザ名"
|
||||
},
|
||||
"password": {
|
||||
"translation": "パスワード"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "SSLを使用します"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "名前は既に存在します。"
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Mikrotikに接続できません。"
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSLハンドシェイクに失敗しました"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik接続がタイムアウトしました。"
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "ユーザ名またはパスワードが無効です。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "スキャン間隔(HAの再起動が必要)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "クライアントのMACとインターフェイスのIPを表示します"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "測定単位"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "ネットワーク デバイスのタイムアウト(秒)をトラッキングします"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "基本オプション"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "ネットワーク デバイスをトラッキングします"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "ポートトラッカーセンサー"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "ポートトラフィックセンサー"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "クライアントトラフィックセンサー"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "単純キュースイッチ"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT スイッチ"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "スクリプトスイッチ"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "環境変数センサー"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "センサーを選択"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/ko.json
Normal file
120
custom_components/mikrotik_router/translations/ko.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Mikrotik 라우터 통합을 설정합니다."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "통합 이름"
|
||||
},
|
||||
"host": {
|
||||
"translation": "호스트"
|
||||
},
|
||||
"port": {
|
||||
"translation": "포트"
|
||||
},
|
||||
"username": {
|
||||
"translation": "사용자 이름"
|
||||
},
|
||||
"password": {
|
||||
"translation": "비밀번호"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "SSL 사용"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "존재하는 이름입니다."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Mikrotik에 연결할 수 없습니다."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL 핸드셰이크 실패"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik 연결 시간이 초과되었습니다."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "사용자 이름 또는 비밀번호가 유효하지 않습니다."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "스캔 간격(HA 재시작 필요)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "인터페이스에 클라이언트 MAC 및 IP 표시"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "측정 단위"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "네트워크 기기 시간 초과 추적(초)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "기본 설정"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "네트워크 기기 추적"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "트래커 센서 복사"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "트래픽 센서 복사"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "클라이언트 트래픽 센서"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "단순 대기열 스위치"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "내트 스위치"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "스크립트 스위치"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "환경 변수 센서"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "센서 선택"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/lv.json
Normal file
120
custom_components/mikrotik_router/translations/lv.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": ""
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": ""
|
||||
},
|
||||
"description": {
|
||||
"translation": "Mikrotik maršrutētāja integrācijas konfigurēšana."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Integrācijas nosaukums"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Maršrutētāja adrese"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Ports"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Lietotājvārds"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Parole"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Izmantot SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Nosaukums jau eksistē."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Neizdodas savienoties ar Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL savienojuma kļūda"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik savienojuma noilgums."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Nederīgs lietotājvārds vai parole."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Skenēšanas periods (nepieciešama HA restartēšana)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Rādīt klienta MAC un IP interfeisā"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Mērvienības"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Tīkla ierīces uzraudzības noilgums (sekundēs)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Pamata parametri"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Tīkla ierīču izsekošana"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Porta izsekošanas sensori"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Porta datu plūsmas sensori"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Klientu datu plūsmas sensori"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Vienkāršo rindu slēdži"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT kārtulu slēdži"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Skriptu slēdži"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Mainīgie vides sensori"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": "PPP lietotāji"
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": "Bērnu kontrole"
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Sensora izvēle"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/nl.json
Normal file
120
custom_components/mikrotik_router/translations/nl.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Stel Mikrotik Router-integratie in."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Naam van de integratie"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Host"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Poort"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Gebruikersnaam"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Wachtwoord"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Gebruik SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Naam al in gebruik"
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Kan geen verbinding maken met Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL overeenkomings-storing"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik verbinding time-out."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Ongeldige gebruikersnaam of wachtwoord."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Scaninterval (vereist opnieuw opstarten van HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Mac en IP van client weergeven op interfaces"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Meet eenheid"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Volg de time-out van netwerkapparaten (seconden)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Basisopties"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Volg netwerkapparaten"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Poorttrackersensors"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Poortverkeersensors"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Clientverkeersensors"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Eenvoudige wachtrijswitches"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT-switches"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Script-switches"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Omgevingsvariabelesensors"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Selecteer sensors"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/pl.json
Normal file
120
custom_components/mikrotik_router/translations/pl.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Skonfiguruj integrację z routerem Mikrotik."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Nazwa integracji"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Host"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Nazwa użytkownika"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Hasło"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Użyj SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Nazwa już istnieje"
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Nie można połączyć się z Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Błąd uzgadniania SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Limit czasu dla połączenia Mikrotik został przekroczony."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Nieprawidłowa nazwa użytkownika lub hasło."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Częstotliwość skanowania (wymaga ponownego uruchomienia HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Pokaż w interfejsach adres MAC i IP klienta"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Jednostka miary"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Śledź limity czasu dla urządzeń sieciowych (sekundy)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Podstawowe opcje"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Śledź urządzenia sieciowe"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Czujniki monitora portu"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Czujniki ruchu portowego"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Czujniki ruchu klienta"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Przełączniki prostych kolejek"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Przełączniki NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Przełączniki skryptów"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Czujniki zmiennych środowiskowych"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": "Użytkownicy PPP"
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": "Kontrola rodzicielska"
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Wybierz czujniki"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/pt.json
Normal file
120
custom_components/mikrotik_router/translations/pt.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Configurar a integração do Mikrotik Router."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Nome da integração"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Anfitrião"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Porta"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Nome de utilizador"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Palavra-passe"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Usar SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "O nome já existe."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Não é possível ligar à Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Falha no reconhecimento SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Tempo limite da ligação à Mikrotik."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Nome de utilizador ou palavra-passe inválidos."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Intervalo de verificação (requer reinicialização de HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Mostrar MAC e IP do cliente nas interfaces"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Unidade de medida"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Rastrear o tempo limite dos dispositivos de rede (segundos)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Opções básicas"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Rastrear dispositivos de rede"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Sensores de rastreamento das portas"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Sensores de tráfego das portas"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Sensores de tráfego do cliente"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Comutadores simples de filas de espera"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Comutadores NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Comutadores de scripts"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Sensores de variáveis de ambiente"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Selecionar os sensores"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/ru.json
Normal file
120
custom_components/mikrotik_router/translations/ru.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Роутер Mikrotik"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Роутер Mikrotik"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Настройка интеграции маршрутизатора Mikrotik."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Название интеграции"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Адрес маршрутизатора"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Порт"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Имя пользователя"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Пароль"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Использовать SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Имя уже используется."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Не удается подключиться к Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Ошибка SSL-соединения"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Таймаут подключения к Mikrotik."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Неверное имя пользователя или пароль."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Период сканирования (требуется перезагрузка HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Показывать в интерфейсе MAC и IP клиентов"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Единицы измерения"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Таймаут отслеживания сетевых устройств (секунд)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Базовые параметры"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Отслеживание сетевых устройств"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Датчики отслеживания порта"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Датчики трафика порта"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Датчики клиентского трафика"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Переключатели простых очередей"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Переключатели NAT правил"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Переключатели сценариев"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Датчики переменных окружения"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": "PPP пользователи"
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": "Детский контроль"
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Выбор датчиков"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/sk.json
Normal file
120
custom_components/mikrotik_router/translations/sk.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Nastaviť integráciu Mikrotik Router."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Názov integrácie"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Zariadenie"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Užívateľ"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Heslo"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Použiť SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Názov už existuje."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Nedá sa pripojiť k Mikrotiku."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Zlyhanie nadviazania spojenia SSL."
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Časový limit pripojenia vypršal."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Nesprávne užívateľské meno alebo heslo."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Interval skenovania (vyžaduje sa reštart HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Zobraziť klientske MAC a IP na rozhraniach"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Merná jednotka"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Časový limit sledovania sieťových zariadení (sekundy)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Základné možnosti"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Sledovanie sieťových zariadení"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Senzory sledovania portov"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Senzory prenosu v porte"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Senzory prenosu klientov"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Jednoduché prepínače radov"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Prepínače NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Prepínače skriptov"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Snímače prostredia"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Vybrať senzory"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/tr.json
Normal file
120
custom_components/mikrotik_router/translations/tr.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Mikrotik yönlendirici entegrasyonunu kur"
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Entegrasyon adı"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Sunucu"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Port"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Kullanıcı adı"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Şifre"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "SSL kullan"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Bu ad zaten var."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Mikrotik'e bağlanılamıyor."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL uyuşma hatası"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik bağlantısı zaman aşımı."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Geçersiz kullanıcı adı veya şifresi."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Aralığı tara (HA yeniden başlatma gerektirir)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Müşteri MAC'ini ve IP'sini arayüzlerde göster"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Ölçü birimi"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Ağ cihazı izleme zaman aşımı (saniyeler)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Temel seçenekler"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Ağ cihazlarını izle"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Port izleme sensörleri"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Port trafiği sensörleri"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "İstemci trafik sensörleri"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Basit kuyruk switchleri"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT switchler"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Betik switchleri"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Çevre değişkeni sensörleri"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Sensörleri seçin"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/vi.json
Normal file
120
custom_components/mikrotik_router/translations/vi.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "Thiết lập tích hợp Bộ định tuyến Mikrotik."
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "Tên của tích hợp"
|
||||
},
|
||||
"host": {
|
||||
"translation": "Máy chủ"
|
||||
},
|
||||
"port": {
|
||||
"translation": "Cổng"
|
||||
},
|
||||
"username": {
|
||||
"translation": "Tên người dùng"
|
||||
},
|
||||
"password": {
|
||||
"translation": "Mật khẩu"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "Sử dụng SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "Tên người dùng đã tồn tại."
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "Không thể kết nối với Mikrotik."
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "Lỗi kết nối SSL"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Hết thời gian chờ kết nối Mikrotik."
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "Tên người dùng hoặc mật khẩu không hợp lệ."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "Khoảng thời gian quét (yêu cầu khởi động lại HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "Hiển thị MAC và IP của máy khách trên giao diện"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "Đơn vị đo"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "Theo dõi thời gian chờ thiết bị mạng (giây)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Tùy chọn cơ bản"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "Theo dõi thiết bị mạng"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "Cảm biến theo dõi cổng"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "Cảm biến lưu lượng cổng"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "Cảm biến lưu lượng máy khách"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "Bộ chuyển đổi hàng đợi đơn giản"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "Bộ chuyển đổi NAT"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "Bộ chuyển đổi mã lệnh"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "Cảm biến biến số môi trường"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "Chọn cảm biến"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
120
custom_components/mikrotik_router/translations/zh_CN.json
Normal file
120
custom_components/mikrotik_router/translations/zh_CN.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"config": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": {
|
||||
"translation": "Mikrotik Router"
|
||||
},
|
||||
"description": {
|
||||
"translation": "设置 Mikrotik 路由器集成。"
|
||||
},
|
||||
"data": {
|
||||
"name": {
|
||||
"translation": "集成名称"
|
||||
},
|
||||
"host": {
|
||||
"translation": "主机"
|
||||
},
|
||||
"port": {
|
||||
"translation": "端口"
|
||||
},
|
||||
"username": {
|
||||
"translation": "用户名"
|
||||
},
|
||||
"password": {
|
||||
"translation": "密码"
|
||||
},
|
||||
"ssl": {
|
||||
"translation": "使用 SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": {
|
||||
"translation": "名称已存在。"
|
||||
},
|
||||
"cannot_connect": {
|
||||
"translation": "无法连接到 Mikrotik。"
|
||||
},
|
||||
"ssl_handshake_failure": {
|
||||
"translation": "SSL 交握失败"
|
||||
},
|
||||
"connection_timeout": {
|
||||
"translation": "Mikrotik 连接超时。"
|
||||
},
|
||||
"wrong_login": {
|
||||
"translation": "无效的用户名或密码。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"scan_interval": {
|
||||
"translation": "扫描间隔(需要重新启动 HA)"
|
||||
},
|
||||
"track_iface_clients": {
|
||||
"translation": "显示接口上的客户端 MAC 和 IP"
|
||||
},
|
||||
"unit_of_measurement": {
|
||||
"translation": "测量单位"
|
||||
},
|
||||
"track_network_hosts_timeout": {
|
||||
"translation": "跟踪网络设备超时(秒)"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "基本选项"
|
||||
}
|
||||
},
|
||||
"sensor_select": {
|
||||
"data": {
|
||||
"track_network_hosts": {
|
||||
"translation": "跟踪网络设备"
|
||||
},
|
||||
"sensor_port_tracker": {
|
||||
"translation": "端口跟踪传感器"
|
||||
},
|
||||
"sensor_port_traffic": {
|
||||
"translation": "端口流量传感器"
|
||||
},
|
||||
"sensor_client_traffic": {
|
||||
"translation": "客户端流量传感器"
|
||||
},
|
||||
"sensor_simple_queues": {
|
||||
"translation": "简单队列交换机"
|
||||
},
|
||||
"sensor_nat": {
|
||||
"translation": "NAT 交换机"
|
||||
},
|
||||
"sensor_scripts": {
|
||||
"translation": "脚本交换机"
|
||||
},
|
||||
"sensor_environment": {
|
||||
"translation": "环境变量传感器"
|
||||
},
|
||||
"sensor_pppusers": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_kidcontrol": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_mangle": {
|
||||
"translation": ""
|
||||
},
|
||||
"sensor_ppp": {
|
||||
"translation": ""
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"translation": "选择传感器"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue