-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang_ru.py
77 lines (74 loc) · 12 KB
/
lang_ru.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# -*- coding: utf-8 -*-
b_scan = u'СКАНИРОВАНИЕ'
b_open = u'Открыть в ДЕМО'
b_select = u'ВЫБОР'
b_find = u'ПОИСК'
b_all_cars = u'ВСЕ АВТО'
b_back = u'<НАЗАД>'
b_stop = u'СТОП'
b_start = u'СТАРТ'
b_log = u'Создание logs'
b_saved = u'Сохранить'
b_clear = u'Сбросить все ОШИБКИ'
b_close = u'ЗАКРЫТЬ'
b_read_dtc = u'<Чтение ошибок DTC>'
b_change_view = u'Сменить вид'
b_lang = u'Русский'
b_savedcar = u'Загрузить savedCAR'
b_quit = u'<ВЫХОД>'
b_write = u'Записать'
b_clear1 = u'ОЧИСТИТЬ'
b_portrait = u'ПОРТРЕТНЫЙ'
b_landscape = u'ЛАНДШАФТНЫЙ'
b_all_prot = u'ВСЕ ПРОТОКОЛЫ'
l_cont1 = u'Выбранный ЭБУ не определен. Пожалуйста, сначала отсканируйте его.'
l_cont2 = u'ELM не отвечает.'
l_cont3 = u'Нет запроса ReadDTC для этого ECU'
l_cont4 = u'Неверный ответ на команду ReadDTC'
l_cont5 = u'Чтение DTC вернуло ошибку'
l_cont6 = u'Нет кода неисправности'
l_cont7 = u'Сканирование:'
l_cont8 = u' Обнаружено: '
l_cont9 = u'ПОИСК DAMP'
l_cont10 = u'ПОИСК XML-ФАЙЛОВ'
l_cont11 = u'Сохранен список ЭБУ с именем saveCAR_'
l_cont12 = u'Вы собираетесь очистить диагностические коды неисправностей.\nВы уверены, что это то, что вам нужно?'
l_cont13 = u'Пустой экран.'
l_cont14 = u'Выбранный дамп и используемый одинаковые.\n Попробуйте выбрать другой если нужно.'
l_title1 = u'Сканирование '
l_title2 = u'Пожалуйста подтвердите'
l_title3 = u'Выберите дамп'
l_title4 = u'Выберите xml ECU'
l_title5 = u'ПОИСК АВТО'
l_title6 = u'Считанные ошибки'
l_title7 = u'Нет отличий в дампах.'
l_title8 = u'Выбор протокола'
l_text1 = u'Загрузка дампа'
l_text2 = u'Сохранение дампа'
l_text3 = u'ДА'
l_text4 = u'НЕТ'
l_text5 = u'Удаление информации о кодах неисправности'
l_text6 = u'Нет запроса ClearDTC для этого ECU, будет отправлено значение по умолчанию 14FF00.'
l_text7 = u'Произошла ошибка при удалении DTC.\n\nОшибка удаления DTC.'
l_text8 = u'Удаление DTC успешно выполнено.'
l_text9 = u'Откат DUMP'
l_text10 = u'Ориентация'
l_op_scr = u'Открытие XML-ФАЙЛА'
l_font_size = u'Размер шрифта'
l_car = u'АВТО'
l_dump = u'ДАМП'
l_prot = u'Протокол'
l_name = u'Имя'
l_n_car1 = u'Не выбрано авто'
l_n_car2 = u'Не выбрано savedCAR'
l_demo = u'Загрузка в ДЕМО'
l_savedcar = u'Загрузка savedCAR'
l_lang = u'Язык APP'
l_scan = u'Сканирование'
l_load = u'Загрузка'
l_enter_here = u'ENTER'
error = u'ОШИБКА'
not_ident = u'Нет подходящих идентификаторов'
lang = 'en'
list_ru = {'ABS-VDC': 'АБС', 'ABS-VDC_29b': 'АБС_29b', 'ACC': 'ПЕР.ДАТЧ.ОБНАРУЖ.ПРЕП.', 'ADP': 'СИДЕНЬЕ ВОДИТЕЛЯ', 'APB': 'СТОЯНОЧНЫЙ ТОРМОЗ', 'AT': 'АКП', 'AT_29b': 'АКП_29bits', 'Airbag-SRS': 'П. БЕЗ./УС. ПР. Н.', 'Audio': 'РАДИО', 'CAN Adapter - BAC': 'БЛОК СОГЛАСОВАНИЯ', 'DCM Nissan': 'БЛОК УПР. ТЕЛ. СИС. Nissan', 'DCM Renault': 'БЛОК УПР. ТЕЛ. СИС.', 'DDCM': 'ДВЕРЬ ВОДИТЕЛЯ', 'ECM': 'СИСТЕМА ВПРЫСКА', 'ECM-eVTC': 'СИСТЕМА ВПРЫСКА-eVTC', 'ECM_29': 'СИСТЕМА ВПРЫСКА_29bits', 'EPS (HEV)': 'УСИЛ. РУЛ. УПР. (HEV)', 'EPS': 'УСИЛ. РУЛ. УПР.', 'ESP-Sub': 'УСИЛ. РУЛ. УПР.-Sub', 'HLS': 'СВЕТОВЫЕ ПРИБОРЫ', 'HVAC 2': 'КОНДИЦИОНЕР 2', 'HVAC': 'КОНДИЦИОНЕР', 'Injection Nissan': 'СИСТЕМА ВПРЫСКА - NISSAN', 'LBC (EV)': 'СИСТЕМА ЗАЩИТЫ BMS', 'LBC (HEV)': 'СИСТЕМА ЗАЩИТЫ BMS(HEV)', 'LBC (HEV)_29b': 'СИСТЕМА ЗАЩИТЫ BMS(HEV)_29bits', 'LBC2': 'СИСТЕМА ЗАЩИТЫ BMS 2', 'LBC2_29b': 'СИСТЕМА ЗАЩИТЫ BMS 2_29bits', 'Parking Sonar': 'ПОМОЩЬ ПРИ ПАРКОВКЕ', 'Superviseur-DCDC': 'СУПЕРВИЗОР или DCDC', 'Superviseur-DCDC_29b': 'СУПЕРВИЗОР или DCDC_29bits', 'TDB': 'ПАНЕЛЬ ПРИБОРОВ (П/ПАН)', 'UBP': 'ОТСОЕДИНЕННАЯ ПЕДАЛЬ', 'UCH': 'ЦЭКБС', 'UPC-EMM': 'БЛОК ЗАЩ. И КОММУТАЦ.'}
list_name = {'ABS-VDC_29b': 'ABS-VDC_29b', 'WBCB': 'Wireless Charger Base Station', 'PIU CMZ2': 'PIU Cabin master Z2', 'DCM Nissan': 'Data Communication Module Nissan', 'DCM Renault': 'Data Communication Module', 'EPS': 'Electric Power Steering', 'Tachometer': 'Tachometer', 'SIB': 'Secured Interface Box', 'PDCM': 'Passenger Door Control module', 'MIU': 'Multimedia Interface Unit', 'Steering Wheel Switch': 'Steering Wheel Switch Pad ', 'Fuel System CMG4': 'Fuel System Control Modul 4th Generation', 'FRRAD': 'Laser radar for Adaptive Cruise Control System', 'BCB-OBC_29b': 'Battery Charger Block_29bits', 'Touchpad, Telephone Key pad': 'Touchpad, Telephone Key Pad ', 'Renault RemoteEntry': 'Intelligent KEY', 'SCO_29b': 'Signal Converter Unit', 'ECM-eVTC': 'ECM-eVTC', 'UPC-EMM': 'USM', 'GW': 'Gateway', 'LIB 12V': 'LIB', 'Injection Nissan': 'ECM - NISSAN', 'SCU': 'Shift By Wire', 'HeadUnit': 'Headunit ', 'SCCM': 'SCCM', 'INSULATOR': 'CAN1-CAN2 Gateway', 'VXU': 'VehicleToVehicle Unit', 'BSW': 'Blind Spot Warning', 'SVT': 'Stolen Vehicle Tracker', 'FCAM': 'Front camera', 'PIU Rright': 'PIU Rear Right', 'BEV - SRVM': 'Bird Eye View - Smart Rear View Mirror', 'S-GW': 'Security Gateway', 'IPA': 'Intelligent Parking Assist', 'UBP': 'Uncoupled Brake Pedal', 'LBC2_29b': 'Lithium Battery Controller 2_29bits', '4WD': '4 wheels Drive', 'SOW Front Right': 'Side Obstacle Warning Front Right', 'MemoSeatPassenger - LDCM': 'Memo Seat passenger-Left Door Control module', 'E-ACT-EBA_29b': 'E-ACT-EBA_29b_29bits', '4WS': '4 wheels Steering', 'Superviseur-DCDC_29b': 'Supervisor-DCDC_29bits', 'CAN2': 'Secondary CAN network', 'TDB': 'Meter Cluster', 'APB': 'Automatic Parking Brake', 'HFM': 'Hand Free Module', 'DMC': 'Drive Monitor Camera ', 'DLOCK': 'Diff Lock Control System', 'UDM_29b': 'Urea dosing Control Module_29bits', 'HVAC 2': 'Air Conditioning', 'GBA': 'Gear Box Actuator', 'ESP-Sub': 'EPS-Sub', 'SCCM_29': 'SCCM_29', 'LBC (HEV)_29b': 'Lithium Battery Controller_29bits', 'ABS-VDC': 'ABS-VDC', 'DMS': 'Driving Modes Selector', 'RSCU': 'RR Seat Master Unit', 'HSPL': 'Hospitality Light ECU', 'HERMES': 'HERMES', 'LKS': 'Lane Keep System', 'EMCU': 'Energy Management Control Unit', 'HUD2': 'Head Up Display (P2)', 'Parking Sonar': 'Parking Sonar', 'Tacograph': 'Tachograph Control Module ', 'TCU': 'Top Control Unit', 'SOW Rear Right': 'Side Obstacle Warning Rear Right', 'Nav2': 'Nav2', 'Nav4': 'Nav4', 'LIDAR': 'Longitudinal Radar', 'HMD': 'Head Up Display', 'SOW Rear Left': 'Side Obstacle Warning Rear Left', 'RIGHT_HEAD_LAMP': 'RIGHT_HEAD_LAMP', 'CGW2': 'Central Gateway 2', 'Common Powertrain': 'Common Powertrain Controller ', 'BSG 48v': 'BSG 48v', 'DDR': 'Diagnostic Data Recorder', 'ASDR': 'Automatic Sliding Door Right', 'ASDL': 'Automatic Sliding Door Left', 'BLE RP': 'Blue tooth ECU Remote Park', 'SB': 'Smart Beam', 'CCGW': 'CCGW', 'ESUS-VADA-AIRSUS': 'Suspension Power Module-Variable Damping', 'Rear View Cam': 'Rear View Camera - Surround View System ', 'AFS': 'Auto FrontLighting System', 'BMS 12V Main LIB': 'BMS 12V Man LIB', 'LBC2': 'Lithium Battery Controller 2', 'CSHV Airbag Vehicle stopped': 'CSHV', 'ANC': 'Active Noise Control unit', 'WCGS': 'Wireless Charger Smartphone', 'Airbag-SRS': 'Airbag-SRS', 'HLS': 'High Beam Lighting System', 'AVM': 'Around View Monitoring System', 'Controlographe': 'Tachograph', 'Accessory Switch Module': 'Accessory Switch Module', 'DOP_RES': 'Remote Starter', 'SSG': 'Separated Starter Generator', 'AFBCU': 'Additional Function Body Control Unit', '(H) EVC': 'Electrical Vehicle Control module', 'ACC': 'ACC', 'CAN Adapter - BAC': 'Network CAN Adapter', 'Additional Heater': 'Heat Controller', 'CHADeMo': 'Charger-Hevc convertor(CCM-CSCM)', 'ELOP': 'ELOP', 'Selective Catalytic Reduction': 'Selective Catalytic Reduction Control Module ', 'BCB': 'Battery Charger Block', 'VCCU': 'Vehicle Charger Controler Unit', 'S-GW4': 'Security Gateway4', 'ATR': 'Active Torque Rod', 'DDCM': 'Driver Door Control module', 'S-GW3': 'Security Gateway3', 'Magic Bumper': 'Magic Bumper', 'Navigation-UCC-ITM': 'Navigation-UCC-ITM', 'SMB': 'Side Magic Bumper', 'PEB': 'Power Electronic Box', 'S-GW2': 'Gateway Z2', 'FCP': 'Front Control Panel', 'PCU Rcar B': 'PCU Rcar Bicore', 'PIU Scabin': 'PIU SubCabin Z3', 'ECM': 'Engine Control Module', 'ODS': 'ODS Module', 'INV-RE1_29b': 'INV-RE1_29bits', 'PCU Rcar R': 'PCU Rcar R7', 'LEFT_HEAD_LAMP': 'LEFT_HEAD_LAMP', 'LNG': 'LNG', 'Emergency Service': 'Hardware for Enhanced Remote Mobility Emergency Services ', 'ADP': 'Auto Drive Positioner', 'CLD': 'CLD', 'COMP': 'Compressor', 'PTC AMP': 'Positive Temperature Coefficient heater amplifier', 'TPMS': 'Tyre Pressure Measurement System', 'PBD-PTL': 'Power Back Door-Power Trank LID', 'Speech Controller': 'Speech Controller', 'EVAP_29b': 'EVAP_29bits', 'Step_Up': 'Step_Up', 'HMI Gateway': 'HMI Gateway ', 'EPS (HEV)': 'Electric Power Steering (HEV)', 'Intelligent Bat Sensor': 'Intelligent Battery Sensor ', 'PIU CMZ3': 'PIU Cabin master Z3', 'METER-sub': 'Meter - Sub ECU', 'BMS Master': 'BMS Master', 'LBC (HEV)': 'Lithium Battery Controller', 'SWSP': 'SWSP', 'Central Display Module': 'Central Display Module ', 'Tel': 'TEL', 'SBW': 'Steering by Wire', 'SR': 'Scene Recorder', 'INV-ME_29b': 'INV-ME_29bits', 'SOUND (AMP)': 'SOUND (AMP)', 'Cluster': 'Instrument Cluster ', 'Engineering': 'Engineering module', 'HLL - CLG': 'HLL - CLG', '(H) EVC-HCM-VCM_29b': 'Vehicle Control Module_29bits', 'PIU Rleft': 'PIU Rear Left', 'HD Map': 'HD Map', 'BAT': 'CAN BAT Interface', 'HVSG_29bits': 'HVSG_29bits', 'USM_29': 'USM_29', 'AAM': 'Additionnal Adaptation Module', 'INV-RE2_29b': 'INV-RE2_29b', 'RCP': 'Rear Control Panel', 'AAU': 'Audio Amplifier Unit', 'MC HEV': 'Motor Control (Hybrid Vehicle)', 'WSU': 'Wind Shield Unit', 'CAN': 'Primary CAN network', 'DIU': 'Digital-Display Interface Unit', 'Battery Controller': 'Battery Controller', 'PSB DR': 'Pre-crash seat belt DR', 'Ablade': 'Volet Aerodynamique', 'HVAC': 'Climate Control', 'HLM_LT': 'HLM_LT', 'ADAS-Sub': 'ADAS-sub', 'LBC (EV)': 'Lithium Battery Controller', 'PPS': 'Pedestrian Protection System', 'C Box': 'C Box', 'ST1': 'Steer Control Unit 1', 'ST2': 'Steer Control Unit 2', 'ECM_29': 'Engine Control Module_29bits', 'Central Control Unit': 'Central Control Unit front ', 'UCH': 'Body Control Module', 'BLE VK': 'Blue tooth ECU Virtual Key', 'AT_29b': 'Automatic Gearbox_29bits', 'HFCK': 'Hand Free Car Kit', 'Magic Folding-RDCM': 'Magic Folding-Right Door Control module', 'Charger': 'Battery Charger', 'Alarm': 'Alarm', 'PIU Hleft': 'PIU Hood Left Z3', 'VCM': 'Vehicle Control Module', 'PCU Aurix': 'PCU Aurix', 'ADB-LCU': 'Adaptive driving beam', 'VCR': 'VCR', 'AT': 'Automatic Transmission', 'Audio': 'Audio Unit', 'Steering Column': 'Steering Column Control Module ', 'Transfert Case': 'Transfer Case ', 'VSP': 'Vehicle Sound for Pedestrian', 'IDM-CDM': 'Integrated Dynamics Control Module', 'EBA': 'EBA', 'PSB PS': 'Pre-crash seat belt Passenger', 'PLC-PLGW': 'Power Line connection- Power Line GateWay', 'ADB-R': 'ADB-R', 'HLM_RT': 'HLM_RT', 'ADB-L': 'ADB-L', 'ASBM ': 'ASBM ', 'Superviseur-DCDC': 'Supervisor-DCDC', 'Tuner Box': 'Tuner Box, Digital Audio Broadcasting - NTG5 ', 'UDM': 'Urea dosing Control Module', 'Transpondeur': 'Immobilizer', 'SOW Front Left': 'Side Obstacle Warning Front Left'}