From d0fe8f0746c5ee71927fdda75e5abc11ecbf04b0 Mon Sep 17 00:00:00 2001 From: VladutLP Date: Mon, 15 Mar 2021 10:48:28 +0200 Subject: [PATCH] Added Romanian translation --- .../xiaomi_gateway3/translations/ro.json | 76 +++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 custom_components/xiaomi_gateway3/translations/ro.json diff --git a/custom_components/xiaomi_gateway3/translations/ro.json b/custom_components/xiaomi_gateway3/translations/ro.json new file mode 100644 index 00000000..2b060db5 --- /dev/null +++ b/custom_components/xiaomi_gateway3/translations/ro.json @@ -0,0 +1,76 @@ +{ + "config": { + "error": { + "no_servers": "Te rog sa selectezi macar un server!", + "cant_login": "Nu ma pot conecta. Mai verifica o data username-ul sau parola!", + "cant_connect": "Nu ma pot conecta la gateway!", + "wrong_model": "Modelul tau de gateway nu este suportat!" + }, + "step": { + "user": { + "title": "Selecteaza actiunea", + "data": { + "action": "Actiune" + } + }, + "cloud": { + "title": "Adauga un cont Mi Cloud", + "description": "Selecteaza doar serverul unde ai dispozitivele", + "data": { + "username": "Email / ID-ul contului Mi", + "password": "Parola", + "servers": "Servere" + } + }, + "token": { + "description": "Poti obtine tokenul Mi Home in mod automat prin [Cloud integration](https://github.com/AlexxIT/XiaomiGateway3#obtain-mi-home-device-token) sau [manual](https://github.com/Maxmudjon/com.xiaomi-miio/blob/master/docs/obtain_token.md). Verifica versiunile de firmware suportate in [component docs](https://github.com/AlexxIT/XiaomiGateway3#supported-firmwares).", + "data": { + "host": "IP Gateway", + "token": "Token", + "telnet_cmd": "Comanda de deschidere Telnet" + } + } + } + }, + "options": { + "step": { + "cloud": { + "title": "Informatii despre dispozitivele din MiCloud", + "data": { + "did": "Dispozitiv" + }, + "description": "{device_info}" + }, + "user": { + "title": "Configurare Gateway", + "data": { + "host": "IP Gateway", + "token": "Token", + "telnet_cmd": "Comanda de deschidere Telnet", + "ble": "Dispozitive BLE suportate", + "stats": "Date despre performanta dispozitivelor Zigbee si BLE", + "debug": "Debug", + "buzzer": "Dezactiveaza buzzer [PRO]", + "parent": "Afiseaza dispozitivele tip parinte in statistici [PRO]", + "zha": "Mod [PRO]" + }, + "description": "Nu schimba optiunile **PRO** DECAT daca stii ce fac!" + } + } + }, + "device_automation": { + "trigger_type": { + "button": "Apasare Buton", + "button_1": "Prima apasare de buton", + "button_2": "A 2-a apasare de buton", + "button_3": "A 3-a apasare de buton", + "button_4": "A 4-a apasare de buton", + "button_5": "A 5-a apasare de buton", + "button_6": "A 6-a apasare de buton", + "button_both": "Ambele butoane apasate", + "button_both_12": "Primul si al 2-lea 2nd buton apasat", + "button_both_13": "Primul si al 3-lea buton apasat", + "button_both_23": "Al 2-lea si al 3-lea buton apasat" + } + } +} \ No newline at end of file