-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy patharticle3.content.mocks.ts
More file actions
928 lines (706 loc) · 42 KB
/
article3.content.mocks.ts
File metadata and controls
928 lines (706 loc) · 42 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
import { Articles } from '@o2s/framework/modules';
export const MOCK_ARTICLE3_EN: Articles.Model.Article[] = [
{
id: 'art-004',
slug: 'accessories/essential-powerpro-tool-accessories',
roles: [],
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
title: 'Essential PowerPro Tool Accessories',
lead: 'Explore the wide range of accessories available for your PowerPro tools to enhance functionality, improve efficiency, and tackle specialized projects.',
tags: ['accessories', 'tools', 'attachments'],
image: {
url: 'https://raw.githubusercontent.com/o2sdev/openselfservice/refs/heads/main/packages/integrations/mocked/public/images/article-accessories-thumb.jpg',
width: 640,
height: 427,
alt: 'Tool accessories',
},
thumbnail: {
url: 'https://example.com/images/tool-accessories-thumb.jpg',
alt: 'Tool accessories thumbnail',
},
category: {
id: 'accessories',
title: 'Accessories',
},
author: {
name: 'Sarah Williams',
position: 'Product Specialist',
avatar: {
url: 'https://avatar.iran.liara.run/public/girl',
alt: '',
},
},
sections: [
{
id: 'sect-004-1',
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionText',
title: 'Introduction to PowerPro Accessories',
content:
'The right accessories can transform your PowerPro tools, expanding their capabilities and allowing you to tackle a wider range of projects. This guide explores the essential accessories for every PowerPro tool owner.',
},
{
id: 'sect-004-2',
createdAt: '2023-08-20T12:15:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionImage',
image: {
url: 'https://raw.githubusercontent.com/o2sdev/openselfservice/refs/heads/main/packages/integrations/mocked/public/images/article-accessories-1.jpg',
alt: 'PowerPro accessory kit',
},
caption:
'A comprehensive PowerPro accessory kit includes bits, blades, and attachments compatible with multiple tools in the PowerPro lineup.',
},
{
id: 'sect-004-3',
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionText',
title: 'Complete Accessories Guide',
content: `# Essential PowerPro Tool Accessories
Maximize the potential of your PowerPro tools with the right accessories. This comprehensive guide will help you identify the most valuable attachments and add-ons for your specific needs and projects.
## Understanding PowerPro Accessory Compatibility
PowerPro designs accessories with cross-compatibility in mind, allowing you to use many attachments across different tools in the PowerPro ecosystem.
### The PowerPro Universal System
The PowerPro Universal System ensures compatibility across the product line:
1. **Color-Coding** - Accessories are color-coded to indicate compatibility
2. **Quick-Connect** - Universal quick-connect system for rapid accessory changes
3. **Cross-Platform Design** - Many accessories work with multiple tool types
4. **Backward Compatibility** - New accessories often work with older tool models
> **Pro Tip:** Look for the "Universal" symbol on PowerPro accessories to identify those that work with multiple tools in the lineup.
### Checking Compatibility
Before purchasing accessories, verify compatibility using one of these methods:
1. Check the compatibility chart on the accessory packaging
2. Use the PowerPro mobile app's accessory finder feature
3. Enter your tool's model number on the PowerPro website
4. Consult your tool's manual for recommended accessories

## Drill and Driver Accessories
Expand your drilling and driving capabilities with these essential accessories:
### Drill Bit Sets
<table>
<thead>
<tr>
<th>Bit Type</th>
<th>Best For</th>
<th>Features</th>
</tr>
</thead>
<tbody>
<tr>
<td data-highlighted>TitaniumEdge™ Bits</td>
<td data-highlighted>General purpose drilling in wood, metal, and plastic</td>
<td data-highlighted>Titanium coating for extended life, reduced friction</td>
</tr>
<tr>
<td>CarbideMaster™ Bits</td>
<td>Masonry, concrete, and stone</td>
<td>Carbide tips, reinforced shafts for high-impact drilling</td>
</tr>
<tr>
<td>PrecisionPro™ Bits</td>
<td>Fine woodworking and detailed projects</td>
<td>Extra-sharp cutting edges, brad point design</td>
</tr>
<tr>
<td>MetalMax™ Bits</td>
<td>Hardened steel and metal drilling</td>
<td>Cobalt-infused steel, split-point design to prevent walking</td>
</tr>
</tbody>
</table>
### Driver Bit Essentials
Every PowerPro owner should have these driver bits:
* **Security Bit Set** - For specialized screws and tamper-resistant fasteners
* **Impact-Ready Bits** - Specially hardened for use with impact drivers
* **Magnetic Bit Holders** - Keep screws in place for one-handed operation
* **Extended Reach Bits** - Access recessed fasteners in tight spaces
* **Torque-Control Bits** - Prevent stripping with controlled-torque design
### Specialty Attachments

Transform your drill with these innovative attachments:
1. **Right Angle Attachment** - Drill in tight corners and confined spaces
2. **Flexible Shaft Extension** - Reach into narrow areas
3. **Dust Collection System** - Capture dust while drilling for cleaner operation
4. **Depth Stop Collar Set** - Control drilling depth for consistent results
5. **Hole Saw Kit** - Create precise large-diameter holes
## Saw Accessories and Blades
The right blade makes all the difference in cutting performance and results.
### Circular Saw Blades
| Blade Type | Tooth Count | Best Applications | Special Features |
|------------|-------------|-------------------|------------------|
| FineCut™ | 60-80 teeth | Finish carpentry, trim work | Precision ground teeth, stabilizer vents |
| RipMaster™ | 24 teeth | Ripping lumber, rough cuts | Reinforced teeth, anti-kickback design |
| MultiPurpose™ | 40 teeth | General woodworking | Combination tooth pattern, all-purpose use |
| MetalCut™ | 50-60 teeth | Cutting non-ferrous metals | Specialized tooth geometry, heat-resistant coating |
### Jigsaw Blades
Essential jigsaw blades for every toolkit:
* **Wood Cutting Set** - Various TPI options for different wood types
* **Metal Cutting Blades** - High TPI count for clean metal cuts
* **Scroll Cutting Blades** - Narrow blades for intricate curved cuts
* **Plunge Cut Blades** - Pointed tips for starting cuts in the middle of material
* **Flush Cut Blades** - For cutting flush against surfaces
### Reciprocating Saw Blades
Specialized blades for different reciprocating saw applications:
1. **Demolition Blades** - Extra thick for nail-embedded wood
2. **Pruning Blades** - Designed for cutting green wood and branches
3. **Metal Cutting Blades** - Fine teeth for clean cuts in various metals
4. **Plaster/Drywall Blades** - Designed to cut building materials without damage
5. **Long-Reach Blades** - Extended length for deep cutting applications
## Sander Accessories
Maximize your sanding efficiency with these essential accessories:
### Sandpaper Selection Guide
Different grits for different applications:
* **Coarse (40-60 grit)** - Rapid material removal, stripping paint
* **Medium (80-120 grit)** - General smoothing, removing planning marks
* **Fine (150-180 grit)** - Preparing for finishing, between-coat sanding
* **Very Fine (220+ grit)** - Final smoothing before finishing
### Specialty Sanding Accessories
Enhance your sander's capabilities:
1. **Contour Sanding Grips** - Sand curved and irregular surfaces
2. **Dust Collection Bags** - Improved dust management for cleaner work
3. **Sanding Sponges** - Flexible sanding for contoured surfaces
4. **Detail Attachment Kit** - Reach into tight corners and small areas
5. **Polishing Pads** - Convert your sander to a polisher for finishing
## Router Accessories
Transform your router into a versatile woodworking station:
### Essential Router Bits
Every router owner should have these fundamental bits:
* **Straight Bits** - For grooves, dadoes, and rabbets
* **Roundover Bits** - Create rounded edges of various radii
* **Flush Trim Bits** - Trim material flush with a template
* **Chamfer Bits** - Create angled edges
* **Dovetail Bits** - For creating dovetail joints
### Router Tables and Guides
Enhance precision with these accessories:
1. **Compact Router Table** - Convert handheld router to stationary tool
2. **Edge Guide System** - Ensure straight, consistent cuts parallel to edges
3. **Template Guide Set** - Follow templates for repeated precise cuts
4. **Circle Cutting Jig** - Create perfect circles and arcs
5. **Dust Collection Port** - Capture router dust at the source
## Battery and Charging Accessories
Maximize runtime and convenience with these power accessories:
### Battery Options
PowerPro offers various battery configurations:
| Battery Type | Capacity | Best For | Charging Time |
|--------------|----------|----------|---------------|
| Standard | 2.0Ah | Light-duty, occasional use | 30 minutes |
| Extended | 4.0Ah | General purpose, regular use | 60 minutes |
| Professional | 6.0Ah | Heavy-duty, all-day use | 90 minutes |
| MAX Endurance | 8.0Ah | Continuous commercial applications | 120 minutes |
### Charging Solutions
* **Rapid Charger** - 50% faster charging than standard chargers
* **Multi-Port Charging Station** - Charge up to 6 batteries simultaneously
* **Vehicle Charger** - Charge batteries from 12V vehicle outlets
* **Solar Charging Kit** - Eco-friendly charging option for remote sites
* **Battery Diagnostic Tool** - Test and recondition PowerPro batteries
## Storage and Transport Solutions
Keep your tools and accessories organized and protected:
### Tool Storage Options

PowerPro offers a comprehensive storage system:
1. **Modular Tool Cases** - Stackable cases with customizable interiors
2. **Accessory Organizers** - Specialized storage for bits, blades, and small parts
3. **Rolling Tool Chest** - Mobile storage for multiple tools and accessories
4. **Job Site Tool Bag** - Durable fabric storage with multiple compartments
5. **Wall-Mount Storage System** - Save floor space with wall-mounted tool storage
### Custom Inserts and Dividers
Customize your storage with:
* **Foam Tool Inserts** - Custom-cut foam to secure and organize tools
* **Adjustable Dividers** - Create compartments of various sizes
* **Small Parts Organizers** - Keep screws, bits, and small accessories sorted
* **Battery Holders** - Dedicated storage for multiple batteries
* **Accessory Pouches** - Attach to cases for additional organized storage
## Specialty and Trade-Specific Accessories
PowerPro offers accessories designed for specific trades and applications:
### Woodworking Specialty Accessories
* **Doweling Jig Kit** - Create precise dowel joints
* **Mortising Attachment** - Cut square holes for mortise and tenon joinery
* **Wood Carving Set** - Specialized bits for decorative woodworking
* **Biscuit Joiner Attachment** - Create strong, aligned joints
* **Planer Attachment** - Convert your tool for surface planing
### Metalworking Accessories
1. **Metal Grinding Wheels** - Various grits for metal finishing
2. **Cut-Off Wheel Set** - For precise metal cutting
3. **Metal Polishing Kit** - Achieve mirror finishes on metal surfaces
4. **Magnetic Trays** - Keep metal parts and fasteners organized
5. **Heat Shield Attachment** - Protect tool and user during high-heat applications
## Conclusion
Investing in quality accessories for your PowerPro tools significantly expands their capabilities and allows you to tackle a wider range of projects with greater efficiency. Start with the essential accessories for your most-used tools, then gradually expand your collection as your projects require.
For personalized accessory recommendations based on your specific tools and projects, contact our customer support team at accessories@powerprotools.com or call 1-800-POWERTOOLS.`,
},
],
},
];
export const MOCK_ARTICLE3_DE: Articles.Model.Article[] = [
{
id: 'art-004',
slug: 'zubehor/wesentliches-powerpro-werkzeugzubehor',
roles: [],
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
title: 'Wesentliches PowerPro-Werkzeugzubehör',
lead: 'Entdecken Sie die breite Palette an Zubehör für Ihre PowerPro-Werkzeuge, um die Funktionalität zu erweitern, die Effizienz zu verbessern und spezialisierte Projekte anzugehen.',
tags: ['zubehör', 'werkzeuge', 'aufsätze'],
image: {
url: 'https://raw.githubusercontent.com/o2sdev/openselfservice/refs/heads/main/packages/integrations/mocked/public/images/article-accessories-thumb.jpg',
width: 640,
height: 427,
alt: 'Werkzeugzubehör',
},
thumbnail: {
url: 'https://raw.githubusercontent.com/o2sdev/openselfservice/refs/heads/main/packages/integrations/mocked/public/images/article-accessories-thumb.jpg',
alt: 'Werkzeugzubehör-Thumbnail',
},
category: {
id: 'accessories',
title: 'Zubehör',
},
author: {
name: 'Sarah Williams',
position: 'Product Specialist',
avatar: {
url: 'https://avatar.iran.liara.run/public/girl',
alt: '',
},
},
sections: [
{
id: 'sect-004-1',
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionText',
title: 'Einführung in PowerPro-Zubehör',
content:
'Das richtige Zubehör kann Ihre PowerPro-Werkzeuge transformieren, ihre Fähigkeiten erweitern und Ihnen ermöglichen, eine breitere Palette von Projekten anzugehen. Dieser Leitfaden erkundet das wesentliche Zubehör für jeden PowerPro-Werkzeugbesitzer.',
},
{
id: 'sect-004-2',
createdAt: '2023-08-20T12:15:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionImage',
image: {
url: 'https://picsum.photos/800/500',
alt: 'PowerPro-Zubehörset',
},
caption:
'Ein umfassendes PowerPro-Zubehörset enthält Bits, Klingen und Aufsätze, die mit mehreren Werkzeugen der PowerPro-Reihe kompatibel sind.',
},
{
id: 'sect-004-3',
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionText',
title: 'Vollständiger Zubehör-Leitfaden',
content: `# Wesentliches PowerPro-Werkzeugzubehör
Maximieren Sie das Potenzial Ihrer PowerPro-Werkzeuge mit dem richtigen Zubehör. Dieser umfassende Leitfaden hilft Ihnen, die wertvollsten Aufsätze und Erweiterungen für Ihre spezifischen Bedürfnisse und Projekte zu identifizieren.
## Verständnis der PowerPro-Zubehörkompatibilität
PowerPro entwickelt Zubehör mit Blick auf Kreuzkompatibilität, sodass Sie viele Aufsätze über verschiedene Werkzeuge im PowerPro-Ökosystem hinweg verwenden können.
### Das PowerPro Universal-System
Das PowerPro Universal-System gewährleistet die Kompatibilität über die gesamte Produktlinie hinweg:
1. **Farbcodierung** - Zubehörteile sind farbcodiert, um die Kompatibilität anzuzeigen
2. **Schnellverbindung** - Universelles Schnellverbindungssystem für schnelle Zubehörwechsel
3. **Plattformübergreifendes Design** - Viele Zubehörteile funktionieren mit mehreren Werkzeugtypen
4. **Abwärtskompatibilität** - Neues Zubehör funktioniert oft mit älteren Werkzeugmodellen
> **Profi-Tipp:** Achten Sie auf das "Universal"-Symbol auf PowerPro-Zubehör, um jene zu identifizieren, die mit mehreren Werkzeugen der Produktlinie kompatibel sind.
### Kompatibilität prüfen
Überprüfen Sie vor dem Kauf von Zubehör die Kompatibilität mit einer dieser Methoden:
1. Prüfen Sie die Kompatibilitätstabelle auf der Zubehörverpackung
2. Verwenden Sie die Zubehörfinder-Funktion der PowerPro-Mobile-App
3. Geben Sie die Modellnummer Ihres Werkzeugs auf der PowerPro-Website ein
4. Konsultieren Sie das Handbuch Ihres Werkzeugs für empfohlenes Zubehör

## Bohrer- und Schrauberzubehör
Erweitern Sie Ihre Bohr- und Schraubfähigkeiten mit diesem wesentlichen Zubehör:
### Bohrersätze
<table>
<thead>
<tr>
<th>Bohrertyp</th>
<th>Am besten geeignet für</th>
<th>Eigenschaften</th>
</tr>
</thead>
<tbody>
<tr>
<td data-highlighted>TitaniumEdge™ Bohrer</td>
<td data-highlighted>Allgemeine Bohrarbeiten in Holz, Metall und Kunststoff</td>
<td data-highlighted>Titanbeschichtung für längere Lebensdauer, reduzierte Reibung</td>
</tr>
<tr>
<td>CarbideMaster™ Bohrer</td>
<td>Mauerwerk, Beton und Stein</td>
<td>Hartmetallspitzen, verstärkte Schäfte für Hochleistungsbohrungen</td>
</tr>
<tr>
<td>PrecisionPro™ Bohrer</td>
<td>Feine Holzarbeiten und detaillierte Projekte</td>
<td>Extra scharfe Schneidkanten, Zentrierspitzendesign</td>
</tr>
<tr>
<td>MetalMax™ Bohrer</td>
<td>Gehärteter Stahl und Metallbohrungen</td>
<td>Kobalt-infundierter Stahl, Splitpoint-Design zur Verhinderung von Abrutschen</td>
</tr>
</tbody>
</table>
### Schrauberbits-Grundausstattung
Jeder PowerPro-Besitzer sollte diese Schrauberbits haben:
* **Sicherheitsbit-Set** - Für spezielle Schrauben und manipulationssichere Befestigungselemente
* **Impact-Ready Bits** - Speziell gehärtet für die Verwendung mit Schlagschraubern
* **Magnetische Bithalter** - Halten Schrauben für einhändige Bedienung an Ort und Stelle
* **Verlängerte Bits** - Zugang zu vertieften Befestigungselementen in engen Räumen
* **Drehmoment-Kontroll-Bits** - Verhindern Überdrehen mit kontrolliertem Drehmoment-Design
### Spezialaufsätze

Transformieren Sie Ihren Bohrer mit diesen innovativen Aufsätzen:
1. **Winkelaufsatz** - Bohren in engen Ecken und begrenzten Räumen
2. **Flexible Wellenverlängerung** - Erreichen Sie schmale Bereiche
3. **Staubsammelsystem** - Fangen Sie Staub beim Bohren für sauberere Arbeit auf
4. **Tiefenanschlag-Set** - Kontrollieren Sie die Bohrtiefe für konsistente Ergebnisse
5. **Lochsägen-Set** - Erstellen Sie präzise Löcher mit großem Durchmesser
## Sägen-Zubehör und -Blätter
Das richtige Sägeblatt macht den entscheidenden Unterschied bei der Schnittleistung und den Ergebnissen.
### Kreissägeblätter
| Sägeblatttyp | Zahnanzahl | Beste Anwendungen | Besondere Eigenschaften |
|--------------|------------|-------------------|-------------------------|
| FineCut™ | 60-80 Zähne | Feine Tischlerarbeiten, Zierleisten | Präzisionsgeschliffene Zähne, Stabilisierungsschlitze |
| RipMaster™ | 24 Zähne | Längsschnitte in Holz, grobe Schnitte | Verstärkte Zähne, Anti-Kickback-Design |
| MultiPurpose™ | 40 Zähne | Allgemeine Holzarbeiten | Kombiniertes Zahnmuster, Allzwecknutzung |
| MetalCut™ | 50-60 Zähne | Schneiden von Nichteisenmetallen | Spezialisierte Zahngeometrie, hitzebeständige Beschichtung |
### Stichsägeblätter
Wesentliche Stichsägeblätter für jeden Werkzeugkasten:
* **Holzschneide-Set** - Verschiedene TPI-Optionen für unterschiedliche Holzarten
* **Metallschneideblätter** - Hohe TPI-Anzahl für saubere Metallschnitte
* **Kurvenschneideblätter** - Schmale Blätter für komplizierte Kurvenschnitte
* **Einstechblätter** - Spitze Enden zum Starten von Schnitten in der Mitte des Materials
* **Bündigschnittblätter** - Zum bündigen Schneiden an Oberflächen
### Säbelsägeblätter
Spezialisierte Blätter für verschiedene Säbelsägenanwendungen:
1. **Abbruchblätter** - Extra dick für nageldurchsetztes Holz
2. **Astschnittblätter** - Konzipiert für das Schneiden von grünem Holz und Ästen
3. **Metallschneideblätter** - Feine Zähne für saubere Schnitte in verschiedenen Metallen
4. **Gips-/Trockenbaublätter** - Konzipiert zum Schneiden von Baumaterialien ohne Beschädigung
5. **Langreichweitenblätter** - Verlängerte Länge für tiefe Schnittanwendungen
## Schleiferzubehör
Maximieren Sie Ihre Schleifeffizienz mit diesem wesentlichen Zubehör:
### Schleifpapier-Auswahlhilfe
Verschiedene Körnungen für verschiedene Anwendungen:
* **Grob (40-60 Körnung)** - Schnelle Materialentfernung, Farbentfernung
* **Mittel (80-120 Körnung)** - Allgemeines Glätten, Entfernen von Hobelspuren
* **Fein (150-180 Körnung)** - Vorbereitung für die Endbearbeitung, Zwischenschliff
* **Sehr fein (220+ Körnung)** - Endgültiges Glätten vor der Endbearbeitung
### Spezial-Schleifzubehör
Erweitern Sie die Fähigkeiten Ihres Schleifers:
1. **Konturschleifgriffe** - Schleifen Sie gekrümmte und unregelmäßige Oberflächen
2. **Staubsammelbeutel** - Verbesserte Staubverwaltung für sauberere Arbeit
3. **Schleifschwämme** - Flexibles Schleifen für konturierte Oberflächen
4. **Detail-Aufsatzset** - Erreichen Sie enge Ecken und kleine Bereiche
5. **Polierpads** - Verwandeln Sie Ihren Schleifer in eine Poliermaschine für die Endbearbeitung
## Fräsenzubehör
Verwandeln Sie Ihre Fräse in eine vielseitige Holzbearbeitungsstation:
### Wesentliche Fräserbits
Jeder Fräsenbesitzer sollte diese grundlegenden Bits haben:
* **Gerade Bits** - Für Nuten, Falze und Absätze
* **Abrundbits** - Erstellen Sie abgerundete Kanten verschiedener Radien
* **Bündigfräser** - Trimmen Sie Material bündig mit einer Schablone
* **Fasenbits** - Erstellen Sie abgewinkelte Kanten
* **Schwalbenschwanzbits** - Zum Erstellen von Schwalbenschwanzverbindungen
### Frästische und Führungen
Verbessern Sie die Präzision mit diesem Zubehör:
1. **Kompakter Frästisch** - Verwandeln Sie die Handfräse in ein stationäres Werkzeug
2. **Kantenführungssystem** - Gewährleisten Sie gerade, konsistente Schnitte parallel zu Kanten
3. **Schablonenführungsset** - Folgen Sie Schablonen für wiederholte präzise Schnitte
4. **Kreisschneidvorrichtung** - Erstellen Sie perfekte Kreise und Bögen
5. **Staubsammelanschluss** - Fangen Sie Frässtaub an der Quelle auf
## Akku- und Ladezubehör
Maximieren Sie Laufzeit und Komfort mit diesem Stromzubehör:
### Akku-Optionen
PowerPro bietet verschiedene Akkukonfigurationen:
| Akkutyp | Kapazität | Am besten geeignet für | Ladezeit |
|---------|-----------|------------------------|----------|
| Standard | 2,0 Ah | Leichte Arbeiten, gelegentliche Nutzung | 30 Minuten |
| Extended | 4,0 Ah | Allgemeine Zwecke, regelmäßige Nutzung | 60 Minuten |
| Professional | 6,0 Ah | Schwere Arbeiten, ganztägige Nutzung | 90 Minuten |
| MAX Endurance | 8,0 Ah | Kontinuierliche gewerbliche Anwendungen | 120 Minuten |
### Ladelösungen
* **Schnellladegerät** - 50% schnelleres Laden als Standardladegeräte
* **Mehrfach-Ladestation** - Laden Sie bis zu 6 Akkus gleichzeitig
* **Fahrzeugladegerät** - Laden Sie Akkus von 12V-Fahrzeugsteckdosen
* **Solar-Ladeset** - Umweltfreundliche Ladeoption für abgelegene Standorte
* **Akku-Diagnosewerkzeug** - Testen und regenerieren Sie PowerPro-Akkus
## Aufbewahrungs- und Transportlösungen
Halten Sie Ihre Werkzeuge und Zubehörteile organisiert und geschützt:
### Werkzeugaufbewahrungsoptionen

PowerPro bietet ein umfassendes Aufbewahrungssystem:
1. **Modulare Werkzeugkoffer** - Stapelbare Koffer mit anpassbaren Innenräumen
2. **Zubehörorganizer** - Spezialisierte Aufbewahrung für Bits, Blätter und Kleinteile
3. **Rollender Werkzeugschrank** - Mobile Aufbewahrung für mehrere Werkzeuge und Zubehör
4. **Baustellen-Werkzeugtasche** - Strapazierfähige Stoffaufbewahrung mit mehreren Fächern
5. **Wandmontage-Aufbewahrungssystem** - Sparen Sie Bodenfläche mit wandmontierten Werkzeugaufbewahrungen
### Maßgefertigte Einsätze und Trennwände
Passen Sie Ihre Aufbewahrung an mit:
* **Schaumstoff-Werkzeugeinsätze** - Maßgeschnittener Schaumstoff zum Sichern und Organisieren von Werkzeugen
* **Verstellbare Trennwände** - Erstellen Sie Fächer verschiedener Größen
* **Kleinteileorganizer** - Halten Sie Schrauben, Bits und kleines Zubehör sortiert
* **Akkuhalter** - Dedizierte Aufbewahrung für mehrere Akkus
* **Zubehörtaschen** - Befestigen Sie sie an Koffern für zusätzliche organisierte Aufbewahrung
## Spezial- und Gewerbe-spezifisches Zubehör
PowerPro bietet Zubehör, das für spezifische Gewerbe und Anwendungen konzipiert ist:
### Holzbearbeitungs-Spezialzubehör
* **Dübellehren-Set** - Erstellen Sie präzise Dübelverbindungen
* **Stemm-Aufsatz** - Schneiden Sie quadratische Löcher für Zapfen- und Zapfenlochverbindungen
* **Holzschnitzset** - Spezialisierte Bits für dekorative Holzarbeiten
* **Flachdübelfräser-Aufsatz** - Erstellen Sie starke, ausgerichtete Verbindungen
* **Hobel-Aufsatz** - Verwandeln Sie Ihr Werkzeug zum Oberflächenhobeln
### Metallbearbeitungszubehör
1. **Metallschleifscheiben** - Verschiedene Körnungen für Metallendbearbeitung
2. **Trennscheiben-Set** - Für präzises Metallschneiden
3. **Metallpolier-Set** - Erzielen Sie Spiegelglanz auf Metalloberflächen
4. **Magnetische Ablagen** - Halten Sie Metallteile und Befestigungselemente organisiert
5. **Hitzeschutz-Aufsatz** - Schützen Sie Werkzeug und Benutzer während Hochtemperaturanwendungen
## Fazit
Die Investition in hochwertiges Zubehör für Ihre PowerPro-Werkzeuge erweitert deren Fähigkeiten erheblich und ermöglicht es Ihnen, eine breitere Palette von Projekten mit größerer Effizienz anzugehen. Beginnen Sie mit dem wesentlichen Zubehör für Ihre am häufigsten verwendeten Werkzeuge und erweitern Sie dann nach und nach Ihre Sammlung, wenn Ihre Projekte es erfordern.
Für personalisierte Zubehörempfehlungen basierend auf Ihren spezifischen Werkzeugen und Projekten kontaktieren Sie unser Kundenservice-Team unter accessories@powerprotools.com oder rufen Sie 0800-POWERTOOLS an.`,
},
],
},
];
export const MOCK_ARTICLE3_PL: Articles.Model.Article[] = [
{
id: 'art-004',
slug: 'akcesoria/niezbedne-akcesoria-do-narzedzi-powerpro',
roles: [],
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
title: 'Niezbędne akcesoria do narzędzi PowerPro',
lead: 'Poznaj szeroki zakres akcesoriów dostępnych do narzędzi PowerPro, które zwiększają funkcjonalność, poprawiają wydajność i umożliwiają realizację specjalistycznych projektów.',
tags: ['akcesoria', 'narzędzia', 'przystawki'],
image: {
url: 'https://raw.githubusercontent.com/o2sdev/openselfservice/refs/heads/main/packages/integrations/mocked/public/images/article-accessories-thumb.jpg',
width: 640,
height: 427,
alt: 'Akcesoria do narzędzi',
},
thumbnail: {
url: 'https://raw.githubusercontent.com/o2sdev/openselfservice/refs/heads/main/packages/integrations/mocked/public/images/article-accessories-thumb.jpg',
alt: 'Miniatura akcesoriów do narzędzi',
},
category: {
id: 'accessories',
title: 'Akcesoria',
},
author: {
name: 'Sarah Williams',
position: 'Product Specialist',
avatar: {
url: 'https://avatar.iran.liara.run/public/girl',
alt: '',
},
},
sections: [
{
id: 'sect-004-1',
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionText',
title: 'Wprowadzenie do akcesoriów PowerPro',
content:
'Odpowiednie akcesoria mogą przekształcić Twoje narzędzia PowerPro, rozszerzając ich możliwości i pozwalając na realizację szerszego zakresu projektów. Ten przewodnik przedstawia niezbędne akcesoria dla każdego właściciela narzędzi PowerPro.',
},
{
id: 'sect-004-2',
createdAt: '2023-08-20T12:15:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionImage',
image: {
url: 'https://picsum.photos/800/500',
alt: 'Zestaw akcesoriów PowerPro',
},
caption:
'Kompleksowy zestaw akcesoriów PowerPro zawiera bity, ostrza i przystawki kompatybilne z wieloma narzędziami z linii PowerPro.',
},
{
id: 'sect-004-3',
createdAt: '2023-08-20T11:30:00Z',
updatedAt: '2023-09-30T15:45:00Z',
__typename: 'ArticleSectionText',
title: 'Kompletny przewodnik po akcesoriach',
content: `# Niezbędne akcesoria do narzędzi PowerPro
Zmaksymalizuj potencjał swoich narzędzi PowerPro dzięki odpowiednim akcesoriom. Ten kompleksowy przewodnik pomoże Ci zidentyfikować najbardziej wartościowe przystawki i dodatki do Twoich konkretnych potrzeb i projektów.
## Zrozumienie kompatybilności akcesoriów PowerPro
PowerPro projektuje akcesoria z myślą o wzajemnej kompatybilności, umożliwiając korzystanie z wielu przystawek w różnych narzędziach w ekosystemie PowerPro.
### System uniwersalny PowerPro
System uniwersalny PowerPro zapewnia kompatybilność w całej linii produktów:
1. **Kodowanie kolorami** - Akcesoria są oznaczone kolorami wskazującymi na kompatybilność
2. **Szybkozłącze** - Uniwersalny system szybkiego podłączania do szybkiej wymiany akcesoriów
3. **Konstrukcja międzyplatformowa** - Wiele akcesoriów działa z wieloma typami narzędzi
4. **Kompatybilność wsteczna** - Nowe akcesoria często działają ze starszymi modelami narzędzi
> **Wskazówka eksperta:** Szukaj symbolu "Universal" na akcesoriach PowerPro, aby zidentyfikować te, które działają z wieloma narzędziami w linii produktów.
### Sprawdzanie kompatybilności
Przed zakupem akcesoriów sprawdź kompatybilność, korzystając z jednej z tych metod:
1. Sprawdź tabelę kompatybilności na opakowaniu akcesoriów
2. Użyj funkcji wyszukiwania akcesoriów w aplikacji mobilnej PowerPro
3. Wprowadź numer modelu swojego narzędzia na stronie internetowej PowerPro
4. Sprawdź w instrukcji narzędzia zalecane akcesoria

## Akcesoria do wiertarek i wkrętarek
Rozszerz możliwości wiercenia i wkręcania dzięki tym niezbędnym akcesoriom:
### Zestawy wierteł
<table>
<thead>
<tr>
<th>Typ wiertła</th>
<th>Najlepsze do</th>
<th>Cechy</th>
</tr>
</thead>
<tbody>
<tr>
<td data-highlighted>Wiertła TitaniumEdge™</td>
<td data-highlighted>Ogólnego zastosowania do wiercenia w drewnie, metalu i plastiku</td>
<td data-highlighted>Powłoka tytanowa dla dłuższej żywotności, zmniejszone tarcie</td>
</tr>
<tr>
<td>Wiertła CarbideMaster™</td>
<td>Mury, beton i kamień</td>
<td>Końcówki z węglika, wzmocnione trzpienie do wiercenia udarowego</td>
</tr>
<tr>
<td>Wiertła PrecisionPro™</td>
<td>Precyzyjne prace w drewnie i szczegółowe projekty</td>
<td>Wyjątkowo ostre krawędzie tnące, konstrukcja z punktem centrującym</td>
</tr>
<tr>
<td>Wiertła MetalMax™</td>
<td>Wiercenie w hartowanej stali i metalu</td>
<td>Stal z domieszką kobaltu, konstrukcja split-point zapobiegająca ślizganiu</td>
</tr>
</tbody>
</table>
### Niezbędne końcówki wkrętakowe
Każdy właściciel PowerPro powinien mieć te końcówki wkrętakowe:
* **Zestaw bitów zabezpieczających** - Do specjalistycznych śrub i elementów mocujących odpornych na manipulację
* **Bity Impact-Ready** - Specjalnie utwardzane do użytku z wkrętarkami udarowymi
* **Magnetyczne uchwyty na bity** - Utrzymują śruby na miejscu do obsługi jedną ręką
* **Bity z przedłużonym zasięgiem** - Dostęp do zagłębionych elementów mocujących w ciasnych przestrzeniach
* **Bity z kontrolą momentu obrotowego** - Zapobiegają zerwaniu gwintu dzięki kontrolowanemu momentowi obrotowemu
### Specjalistyczne przystawki

Przekształć swoją wiertarkę dzięki tym innowacyjnym przystawkom:
1. **Przystawka kątowa** - Wiercenie w ciasnych narożnikach i ograniczonych przestrzeniach
2. **Elastyczne przedłużenie wału** - Dostęp do wąskich obszarów
3. **System zbierania pyłu** - Wyłapywanie pyłu podczas wiercenia dla czystszej pracy
4. **Zestaw kołnierzy ograniczających głębokość** - Kontrola głębokości wiercenia dla spójnych rezultatów
5. **Zestaw otwornic** - Tworzenie precyzyjnych otworów o dużej średnicy
## Akcesoria i ostrza do pił
Odpowiednie ostrze ma kluczowe znaczenie dla wydajności cięcia i rezultatów.
### Tarcze do piły tarczowej
| Typ tarczy | Liczba zębów | Najlepsze zastosowania | Specjalne cechy |
|------------|--------------|------------------------|-----------------|
| FineCut™ | 60-80 zębów | Wykończeniowe prace stolarskie, listwy | Precyzyjnie szlifowane zęby, otwory stabilizujące |
| RipMaster™ | 24 zęby | Cięcie wzdłużne drewna, zgrubne cięcia | Wzmocnione zęby, konstrukcja przeciwodrzutowa |
| MultiPurpose™ | 40 zębów | Ogólne prace w drewnie | Kombinowany wzór zębów, uniwersalne zastosowanie |
| MetalCut™ | 50-60 zębów | Cięcie metali nieżelaznych | Specjalistyczna geometria zębów, powłoka odporna na wysoką temperaturę |
### Ostrza do wyrzynarek
Niezbędne ostrza do wyrzynarek w każdym zestawie narzędzi:
* **Zestaw do cięcia drewna** - Różne opcje TPI dla różnych rodzajów drewna
* **Ostrza do cięcia metalu** - Wysoka liczba TPI dla czystych cięć w metalu
* **Ostrza do cięcia krzywizn** - Wąskie ostrza do skomplikowanych cięć po krzywej
* **Ostrza do cięcia wgłębnego** - Zaostrzone końcówki do rozpoczynania cięć w środku materiału
* **Ostrza do cięcia równo z powierzchnią** - Do cięcia równo z powierzchnią
### Ostrza do pił szablastych
Specjalistyczne ostrza do różnych zastosowań piły szablastej:
1. **Ostrza do rozbiórki** - Ekstra grube do drewna z gwoździami
2. **Ostrza do przycinania gałęzi** - Zaprojektowane do cięcia zielonego drewna i gałęzi
3. **Ostrza do cięcia metalu** - Drobne zęby do czystych cięć w różnych metalach
4. **Ostrza do gipsu/płyt kartonowo-gipsowych** - Zaprojektowane do cięcia materiałów budowlanych bez uszkodzeń
5. **Ostrza o zwiększonym zasięgu** - Wydłużona długość do głębokich cięć
## Akcesoria do szlifierek
Zmaksymalizuj efektywność szlifowania dzięki tym niezbędnym akcesoriom:
### Przewodnik wyboru papieru ściernego
Różne ziarnistości do różnych zastosowań:
* **Gruboziarnisty (40-60)** - Szybkie usuwanie materiału, usuwanie farby
* **Średnioziarnisty (80-120)** - Ogólne wygładzanie, usuwanie śladów po struganiu
* **Drobnoziarnisty (150-180)** - Przygotowanie do wykończenia, szlifowanie między warstwami
* **Bardzo drobnoziarnisty (220+)** - Końcowe wygładzanie przed wykończeniem
### Specjalistyczne akcesoria do szlifowania
Zwiększ możliwości swojej szlifierki:
1. **Uchwyty do szlifowania konturów** - Szlifowanie zakrzywionych i nieregularnych powierzchni
2. **Worki do zbierania pyłu** - Ulepszone zarządzanie pyłem dla czystszej pracy
3. **Gąbki ścierne** - Elastyczne szlifowanie powierzchni profilowanych
4. **Zestaw przystawek do detali** - Dostęp do ciasnych narożników i małych obszarów
5. **Podkładki polerskie** - Przekształć szlifierkę w polerkę do wykańczania
## Akcesoria do frezarek
Przekształć swoją frezarkę w wszechstronną stację do obróbki drewna:
### Niezbędne frezy
Każdy właściciel frezarki powinien mieć te podstawowe frezy:
* **Frezy proste** - Do rowków, wpustów i felców
* **Frezy do zaokrąglania** - Tworzenie zaokrąglonych krawędzi o różnych promieniach
* **Frezy do przycinania** - Przycinanie materiału równo z szablonem
* **Frezy do fazowania** - Tworzenie skośnych krawędzi
* **Frezy do połączeń na jaskółczy ogon** - Do tworzenia połączeń na jaskółczy ogon
### Stoły frezarskie i prowadnice
Zwiększ precyzję dzięki tym akcesoriom:
1. **Kompaktowy stół frezarski** - Przekształć frezarkę ręczną w narzędzie stacjonarne
2. **System prowadnic krawędziowych** - Zapewnij proste, spójne cięcia równoległe do krawędzi
3. **Zestaw prowadnic szablonowych** - Podążaj za szablonami dla powtarzalnych precyzyjnych cięć
4. **Przyrząd do wycinania okręgów** - Twórz idealne koła i łuki
5. **Port do zbierania pyłu** - Wyłapuj pył frezarski u źródła
## Akcesoria do akumulatorów i ładowania
Zmaksymalizuj czas pracy i wygodę dzięki tym akcesoriom zasilającym:
### Opcje akumulatorów
PowerPro oferuje różne konfiguracje akumulatorów:
| Typ akumulatora | Pojemność | Najlepszy do | Czas ładowania |
|-----------------|-----------|--------------|----------------|
| Standard | 2,0 Ah | Lekkie prace, okazjonalne użycie | 30 minut |
| Extended | 4,0 Ah | Ogólne zastosowanie, regularne użycie | 60 minut |
| Professional | 6,0 Ah | Ciężkie prace, całodniowe użycie | 90 minut |
| MAX Endurance | 8,0 Ah | Ciągłe zastosowania komercyjne | 120 minut |
### Rozwiązania do ładowania
* **Szybka ładowarka** - O 50% szybsze ładowanie niż standardowe ładowarki
* **Stacja ładowania wieloportowa** - Ładuj do 6 akumulatorów jednocześnie
* **Ładowarka samochodowa** - Ładuj akumulatory z gniazd 12V w pojazdach
* **Zestaw do ładowania solarnego** - Ekologiczna opcja ładowania dla odległych lokalizacji
* **Narzędzie diagnostyczne do akumulatorów** - Testuj i regeneruj akumulatory PowerPro
## Rozwiązania do przechowywania i transportu
Utrzymuj swoje narzędzia i akcesoria zorganizowane i chronione:
### Opcje przechowywania narzędzi

PowerPro oferuje kompleksowy system przechowywania:
1. **Modułowe walizki narzędziowe** - Układane walizki z konfigurowalnym wnętrzem
2. **Organizery na akcesoria** - Specjalistyczne przechowywanie bitów, ostrzy i drobnych części
3. **Skrzynia narzędziowa na kółkach** - Mobilne przechowywanie wielu narzędzi i akcesoriów
4. **Torba narzędziowa na plac budowy** - Wytrzymałe materiałowe przechowywanie z wieloma przegródkami
5. **System przechowywania naścienny** - Oszczędzaj miejsce na podłodze dzięki naściennym systemom przechowywania
### Niestandardowe wkładki i przegrody
Dostosuj swoje przechowywanie za pomocą:
* **Piankowe wkładki do narzędzi** - Pianka wycinana na miarę do zabezpieczania i organizowania narzędzi
* **Regulowane przegrody** - Twórz przegródki o różnych rozmiarach
* **Organizery na drobne części** - Utrzymuj śruby, bity i małe akcesoria posortowane
* **Uchwyty na akumulatory** - Dedykowane przechowywanie wielu akumulatorów
* **Saszetki na akcesoria** - Dołączaj do walizek dla dodatkowego zorganizowanego przechowywania
## Akcesoria specjalistyczne i branżowe
PowerPro oferuje akcesoria zaprojektowane dla konkretnych branż i zastosowań:
### Specjalistyczne akcesoria do obróbki drewna
* **Zestaw do kołkowania** - Twórz precyzyjne połączenia kołkowe
* **Przystawka do dłutowania** - Wycinaj kwadratowe otwory do połączeń czopowych
* **Zestaw do rzeźbienia w drewnie** - Specjalistyczne frezy do dekoracyjnej obróbki drewna
* **Przystawka do łączenia na lamele** - Twórz mocne, wyrównane połączenia
* **Przystawka do strugania** - Przekształć swoje narzędzie do strugania powierzchni
### Akcesoria do obróbki metalu
1. **Tarcze do szlifowania metalu** - Różne ziarnistości do wykańczania metalu
2. **Zestaw tarcz tnących** - Do precyzyjnego cięcia metalu
3. **Zestaw do polerowania metalu** - Osiągaj lustrzane wykończenie na powierzchniach metalowych
4. **Tacki magnetyczne** - Utrzymuj metalowe części i elementy mocujące zorganizowane
5. **Przystawka z osłoną termiczną** - Chroń narzędzie i użytkownika podczas prac w wysokiej temperaturze
## Podsumowanie
Inwestycja w wysokiej jakości akcesoria do narzędzi PowerPro znacząco rozszerza ich możliwości i pozwala na realizację szerszego zakresu projektów z większą wydajnością. Zacznij od niezbędnych akcesoriów do najczęściej używanych narzędzi, a następnie stopniowo rozszerzaj swoją kolekcję w miarę potrzeb projektowych.
Aby uzyskać spersonalizowane rekomendacje akcesoriów w oparciu o Twoje konkretne narzędzia i projekty, skontaktuj się z naszym zespołem obsługi klienta pod adresem accessories@powerprotools.com lub zadzwoń pod numer 800-POWERTOOLS.`,
},
],
},
];