Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let translates = new Map([
- ['Aluminum Electrolytic Capacitors', 'Aluminium-Elektrolyt-Kondensatoren'], // Capacitors
- ['Ceramic Capacitors', 'Keramik-Kondensatoren'],
- ['DC Link Capacitors', 'DC-Link-Kondensatoren'],
- ['Electric Double-Layer Capacitors','Doppelschicht-Kondensatoren'],
- ['EMI Suppression Capacitors (X and Y)', 'Entstör-Kondensatoren (X und Y)'],
- ['Film Capacitors', 'Folien-Kondensatoren'],
- ['Metallized-Paper Capacitors', 'Metall-Papier-Kondensatoren'],
- ['Polymer Capacitors', 'Polymer-Kondensatoren'],
- ['Polymer Hybrid Capacitors', 'Polymer-Hybrid-Kondensatoren'],
- ['Power Capacitors', 'Leistungskondensatoren'],
- ['Tantalum Capacitors', 'Tantal-Kondensatoren'],
- ['Capacitors', 'Kondensatoren'], // Capacitors
- ['Current-Compensated Chokes','Stromkompensierte Drosseln'], //Inductive Components & Ferrites
- ['Data Line Chokes','Datenleitungsdrosseln'],
- ['Ferrite Chip Beads', 'Ferrite Chip Beads'],
- ['Ferrites & Accessories','Ferrite & Zubehör'],
- ['Inductors / Chokes & Coils', 'Induktivitäten / Drosseln & Spulen'],
- ['PFC Chokes', 'PFC-Drosseln '],
- ['Transformers', 'Transformatoren/Übertrager'],
- ['Wireless Charging Coils', 'Ladespulen'],
- ['Inductive Components & Ferrites', 'Induktive Bauelemente & Ferrite'], //Inductive Components & Ferrites
- ['Surge Arresters', 'Ableiter'], // sensor
- ['NTC Thermistors','NTC-Thermistoren'],
- ['PTC Thermistors' , 'PTC-Thermistoren'],
- ['Temperature Sensors', 'Temperatursensoren'],
- ['TVS Diodes', 'TVS-Dioden'],
- ['Varistors','Varistoren'],
- ['Protection Components & Sensors','Schutzbauelemente & Sensoren'], // sensor
- ]);
- translates.forEach((value, index, self) => {
- jQuery('.jet-checkboxes-list__label:contains(' + index + ")").text(value);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement