@jjlmoya/utils-sports 1.52.0 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/de.ts +102 -102
  3. package/src/category/i18n/en.ts +103 -103
  4. package/src/category/i18n/es.ts +103 -103
  5. package/src/category/i18n/fr.ts +91 -78
  6. package/src/category/i18n/id.ts +103 -103
  7. package/src/category/i18n/it.ts +102 -102
  8. package/src/category/i18n/ja.ts +103 -103
  9. package/src/category/i18n/ko.ts +103 -103
  10. package/src/category/i18n/nl.ts +103 -103
  11. package/src/category/i18n/pl.ts +103 -103
  12. package/src/category/i18n/pt.ts +103 -103
  13. package/src/category/i18n/ru.ts +103 -103
  14. package/src/category/i18n/sv.ts +103 -103
  15. package/src/category/i18n/tr.ts +103 -103
  16. package/src/category/i18n/zh.ts +103 -103
  17. package/src/category/seo.astro +1 -1
  18. package/src/components/PreviewNavSidebar.astro +1 -1
  19. package/src/components/PreviewToolbar.astro +1 -1
  20. package/src/data.ts +1 -1
  21. package/src/env.d.ts +1 -1
  22. package/src/layouts/PreviewLayout.astro +4 -4
  23. package/src/pages/index.astro +1 -1
  24. package/src/tests/category_seo_quality.test.ts +74 -0
  25. package/src/tests/faq_count.test.ts +19 -19
  26. package/src/tests/i18n_coverage.test.ts +36 -36
  27. package/src/tests/mocks/astro_mock.js +1 -1
  28. package/src/tests/no_h1_in_components.test.ts +1 -1
  29. package/src/tests/seo_length.test.ts +23 -23
  30. package/src/tests/seo_parity.test.ts +2 -2
  31. package/src/tests/spanish_leakage.test.ts +175 -175
  32. package/src/tests/tool_validation.test.ts +17 -17
  33. package/src/tool/basketScoreKeeper/i18n/de.ts +224 -224
  34. package/src/tool/basketScoreKeeper/i18n/en.ts +225 -225
  35. package/src/tool/basketScoreKeeper/i18n/es.ts +224 -224
  36. package/src/tool/basketScoreKeeper/i18n/fr.ts +224 -224
  37. package/src/tool/basketScoreKeeper/i18n/id.ts +224 -224
  38. package/src/tool/basketScoreKeeper/i18n/it.ts +224 -224
  39. package/src/tool/basketScoreKeeper/i18n/ja.ts +224 -224
  40. package/src/tool/basketScoreKeeper/i18n/ko.ts +224 -224
  41. package/src/tool/basketScoreKeeper/i18n/nl.ts +224 -224
  42. package/src/tool/basketScoreKeeper/i18n/pl.ts +224 -224
  43. package/src/tool/basketScoreKeeper/i18n/pt.ts +224 -224
  44. package/src/tool/basketScoreKeeper/i18n/ru.ts +224 -224
  45. package/src/tool/basketScoreKeeper/i18n/sv.ts +224 -224
  46. package/src/tool/basketScoreKeeper/i18n/tr.ts +224 -224
  47. package/src/tool/basketScoreKeeper/i18n/zh.ts +224 -224
  48. package/src/tool/gymTracker/i18n/de.ts +211 -211
  49. package/src/tool/gymTracker/i18n/en.ts +211 -211
  50. package/src/tool/gymTracker/i18n/es.ts +211 -211
  51. package/src/tool/gymTracker/i18n/id.ts +211 -211
  52. package/src/tool/gymTracker/i18n/it.ts +211 -211
  53. package/src/tool/gymTracker/i18n/ja.ts +211 -211
  54. package/src/tool/gymTracker/i18n/ko.ts +211 -211
  55. package/src/tool/gymTracker/i18n/nl.ts +211 -211
  56. package/src/tool/gymTracker/i18n/pl.ts +211 -211
  57. package/src/tool/gymTracker/i18n/pt.ts +211 -211
  58. package/src/tool/gymTracker/i18n/ru.ts +211 -211
  59. package/src/tool/gymTracker/i18n/sv.ts +211 -211
  60. package/src/tool/gymTracker/i18n/tr.ts +211 -211
  61. package/src/tool/gymTracker/i18n/zh.ts +210 -210
  62. package/src/tool/gymTracker/seo.astro +15 -15
  63. package/src/tool/pingPongScoreKeeper/bibliography.astro +6 -6
  64. package/src/tool/pingPongScoreKeeper/bibliography.ts +8 -8
  65. package/src/tool/pingPongScoreKeeper/component.astro +124 -124
  66. package/src/tool/pingPongScoreKeeper/entry.ts +31 -31
  67. package/src/tool/pingPongScoreKeeper/game-logic.ts +120 -120
  68. package/src/tool/pingPongScoreKeeper/i18n/en.ts +201 -201
  69. package/src/tool/pingPongScoreKeeper/index.ts +9 -9
  70. package/src/tool/pingPongScoreKeeper/ping-pong-scorekeeper.css +576 -576
  71. package/src/tool/pingPongScoreKeeper/seo.astro +15 -15
  72. package/src/tool/pingPongScoreKeeper/ui.ts +25 -25
  73. package/src/tool/reactionTester/i18n/de.ts +145 -145
  74. package/src/tool/reactionTester/i18n/en.ts +145 -145
  75. package/src/tool/reactionTester/i18n/es.ts +145 -145
  76. package/src/tool/reactionTester/i18n/fr.ts +145 -145
  77. package/src/tool/reactionTester/i18n/id.ts +145 -145
  78. package/src/tool/reactionTester/i18n/it.ts +145 -145
  79. package/src/tool/reactionTester/i18n/ja.ts +145 -145
  80. package/src/tool/reactionTester/i18n/ko.ts +145 -145
  81. package/src/tool/reactionTester/i18n/nl.ts +145 -145
  82. package/src/tool/reactionTester/i18n/pl.ts +145 -145
  83. package/src/tool/reactionTester/i18n/pt.ts +145 -145
  84. package/src/tool/reactionTester/i18n/ru.ts +145 -145
  85. package/src/tool/reactionTester/i18n/sv.ts +145 -145
  86. package/src/tool/reactionTester/i18n/tr.ts +145 -145
  87. package/src/tool/reactionTester/i18n/zh.ts +145 -145
  88. package/src/tool/reactionTester/seo.astro +15 -15
  89. package/src/tool/scoreKeeper/i18n/de.ts +185 -185
  90. package/src/tool/scoreKeeper/i18n/en.ts +185 -185
  91. package/src/tool/scoreKeeper/i18n/es.ts +185 -185
  92. package/src/tool/scoreKeeper/i18n/fr.ts +185 -185
  93. package/src/tool/scoreKeeper/i18n/id.ts +185 -185
  94. package/src/tool/scoreKeeper/i18n/it.ts +185 -185
  95. package/src/tool/scoreKeeper/i18n/ja.ts +185 -185
  96. package/src/tool/scoreKeeper/i18n/ko.ts +185 -185
  97. package/src/tool/scoreKeeper/i18n/nl.ts +185 -185
  98. package/src/tool/scoreKeeper/i18n/pl.ts +185 -185
  99. package/src/tool/scoreKeeper/i18n/pt.ts +185 -185
  100. package/src/tool/scoreKeeper/i18n/ru.ts +185 -185
  101. package/src/tool/scoreKeeper/i18n/sv.ts +185 -185
  102. package/src/tool/scoreKeeper/i18n/tr.ts +185 -185
  103. package/src/tool/scoreKeeper/i18n/zh.ts +185 -185
  104. package/src/tool/scoreKeeper/seo.astro +15 -15
  105. package/src/tool/tournamentBracket/i18n/de.ts +161 -161
  106. package/src/tool/tournamentBracket/i18n/en.ts +161 -161
  107. package/src/tool/tournamentBracket/i18n/es.ts +179 -179
  108. package/src/tool/tournamentBracket/i18n/fr.ts +161 -161
  109. package/src/tool/tournamentBracket/i18n/id.ts +161 -161
  110. package/src/tool/tournamentBracket/i18n/it.ts +161 -161
  111. package/src/tool/tournamentBracket/i18n/ja.ts +161 -161
  112. package/src/tool/tournamentBracket/i18n/ko.ts +161 -161
  113. package/src/tool/tournamentBracket/i18n/nl.ts +161 -161
  114. package/src/tool/tournamentBracket/i18n/pl.ts +161 -161
  115. package/src/tool/tournamentBracket/i18n/pt.ts +161 -161
  116. package/src/tool/tournamentBracket/i18n/ru.ts +161 -161
  117. package/src/tool/tournamentBracket/i18n/sv.ts +161 -161
  118. package/src/tool/tournamentBracket/i18n/tr.ts +161 -161
  119. package/src/tool/tournamentBracket/i18n/zh.ts +161 -161
  120. package/src/tool/tournamentBracket/seo.astro +15 -15
  121. package/src/types.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-sports",
3
- "version": "1.52.0",
3
+ "version": "1.53.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -27,7 +27,7 @@
27
27
  "lint": "eslint src/ --max-warnings 0 && stylelint \"src/**/*.{css,astro}\"",
28
28
  "check": "astro check",
29
29
  "type-check": "astro check",
30
- "test": "vitest run",
30
+ "test": "vitest run --reporter=verbose --testTimeout=30000",
31
31
  "preversion": "npm run lint && npm run test && npm run build",
32
32
  "postversion": "git push && git push --tags",
33
33
  "patch": "npm version patch",
@@ -1,103 +1,103 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'sport',
5
- title: 'Sport Tools und Leistungsrechner',
6
- description:
7
- 'Optimieren Sie Ihr Training mit kostenlosen Online-Tools. Gigantische Spielstandsanzeigen, Turnierorganisatoren, Reflextests und Fortschritttracking im Fitnessstudio.',
8
- seo: [
9
- {
10
- type: 'title',
11
- text: 'Sportleistungswissenschaft: Daten zum Gewinnen',
12
- level: 2,
13
- },
14
- {
15
- type: 'paragraph',
16
- html: 'Hochleistungssport, ob Amateur oder Profi, ist keine reine Intuitionssache mehr. In der heutigen Zeit definieren <strong>Biometrie und Datenanalyse</strong>, wer als Erster die Ziellinie überquert oder wer das schwerste Gewicht hebt. In diesem Bereich bieten wir <strong>kostenlose Online-Tools</strong> an, die darauf ausgelegt sind, Ihre Leistung zu digitalisieren und die Logistik Ihrer Wettbewerbe mit technischer Präzision zu verwalten.',
17
- },
18
- {
19
- type: 'paragraph',
20
- html: 'Von der Messung der neuromuskulären Reaktionsgeschwindigkeit bis hin zur Verwaltung von Turnier-Raster-Systemen wenden unsere Rechner algorithmische und statistische Logik an, damit Sie sich auf das Wichtigste konzentrieren können: Ihre Grenzen zu überschreiten.',
21
- },
22
- {
23
- type: 'title',
24
- text: 'Wettbewerbslogistik: Anzeigetafeln und Organisatoren',
25
- level: 2,
26
- },
27
- {
28
- type: 'paragraph',
29
- html: 'Die Organisation eines Wettbewerbs, sei es ein lokales Padel-Turnier oder ein eSports-Event, erfordert eine klare Struktur. Unser <strong>Turnierorganisator</strong> automatisiert die Erstellung von Spielplänen, eliminiert manuelle Fehler und gewährleistet eine faire Verwaltung der Ausscheidungsrunden.',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'Für den Spieltag verwandelt die <strong>gigantische Sportanzeigetafel</strong> jeden Bildschirm in ein professionelles Kontrollzentrum, sodass Spieler und Publikum den Spielstand bei Padel, Tischtennis oder jeder anderen Satz-Sportart mit voller Sichtbarkeit verfolgen können.',
34
- },
35
- {
36
- type: 'title',
37
- text: 'Krafttraining: Progressionsbasiertes Tracking',
38
- level: 2,
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'Im Fitnessstudio gilt: Was nicht gemessen wird, wird nicht verbessert. Das <strong>Trainingstracking</strong> ermöglicht es Ihnen, Ihre Arbeitslasten zu erfassen und reale Fortschrittsgrafiken zu visualisieren. Das Verständnis der Superkompensationskurve und des akkumulierten Trainingsvolumens ist entscheidend, um Plateaus zu vermeiden und Zuwächse an Kraft und Muskelmasse zu optimieren.',
43
- },
44
- {
45
- type: 'title',
46
- text: 'Neuroklinik und Reflexe: Reaktionsgeschwindigkeit',
47
- level: 2,
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Die physische Geschwindigkeit ist begrenzt, aber die <strong>Reaktionsgeschwindigkeit</strong> ist trainierbar. Unser Reflextest misst die neuromuskuläre Antwortzeit in Millisekunden und ermöglicht es Ihnen, Ihre Leistung mit den Bereichen von Profisportlern zu vergleichen. Es ist ein essentielles Werkzeug für Kampfsport, Rückschlagsportarten und kompetitives Gaming.',
52
- },
53
- {
54
- type: 'list',
55
- items: [
56
- '<strong>Fortschrittsanalyse:</strong> Visualisieren Sie Ihre historische Entwicklung in Schlüsselübungen durch dynamische Leistungsgrafiken.',
57
- '<strong>Automatisierte Verwaltung:</strong> Erstellen Sie komplexe Turnierstrukturen in Sekundenschnelle ohne administrativen Aufwand.',
58
- '<strong>Kognitives Training:</strong> Verbessern Sie die visuelle Verarbeitung und die motorische Reaktionsgeschwindigkeit mit Präzisionstests.',
59
- '<strong>Echtzeit-Kontrolle:</strong> Behalten Sie das Spiel im Fokus mit hochgradig sichtbaren digitalen Anzeigetafeln.',
60
- ],
61
- },
62
- {
63
- type: 'tip',
64
- title: 'Tipp für maximale Leistung',
65
- html: '<p><strong>Angewandte Physiologie:</strong> Führen Sie den Reflextest vor und nach Ihrer Trainingseinheit durch, um die Ermüdung Ihres zentralen Nervensystems zu bewerten. Ein Rückgang Ihrer gewohnten Geschwindigkeit um 10 % ist ein wichtiger Indikator, um das Arbeitsvolumen zu reduzieren.</p>',
66
- },
67
- {
68
- type: 'title',
69
- text: 'Trainingsphysiologie: Herzfrequenzzonen',
70
- level: 2,
71
- },
72
- {
73
- type: 'paragraph',
74
- html: 'Ihr Herz ist der präziseste Indikator für Anstrengung. Die maximale Herzfrequenz (MHF) variiert je nach Alter, Genetik und kardiovaskulärer Kapazität. Eine korrekte Berechnung ermöglicht das Training in spezifischen Zonen: Aerobe Zone (60-70 % MHF) für die Grundlagenausdauer, Anaerobe Zone (80-90 % MHF) für Explosivität, VO2-Max-Zone (95-100 %) für die kardiorespiratorische Kapazität.',
75
- },
76
- {
77
- type: 'paragraph',
78
- html: 'Ein häufiger Fehler ist, zu oft zu hart zu trainieren. Der Großteil des Trainings sollte in der aeroben Zone (niedrige Intensität, lange Dauer) stattfinden, um eine solide Basis aufzubauen. Nur 1-2 wöchentliche Einheiten in Hochintensitätszonen sind optimal, um Übertraining zu vermeiden. Unsere Tools ermöglichen es Ihnen, Ihre Zonen basierend auf Alter und körperlicher Verfassung zu berechnen, um sicherzustellen, dass jede Einheit einen definierten physiologischen Zweck erfüllt.',
79
- },
80
- {
81
- type: 'title',
82
- text: 'Periodisierung: Planung von Makrozyklen und Mesozyklen',
83
- level: 2,
84
- },
85
- {
86
- type: 'paragraph',
87
- html: 'Unstrukturiertes Training führt zu unstrukturierten Ergebnissen. Die Periodisierung (langfristige Planung) unterteilt Ihr Jahr in Phasen: Vorbereitung, Wettkampf und Erholung. Jede Phase hat Ziele: Die Vorbereitungsphase maximiert die rohe Kraft; die Wettkampfphase wandelt diese Kraft in Leistung und Geschwindigkeit um; die Erholungsphase ermöglicht hormonelle Anpassungen und Gewebereparatur.',
88
- },
89
- {
90
- type: 'title',
91
- text: 'Die Zukunft des vernetzten Sports 2026',
92
- level: 2,
93
- },
94
- {
95
- type: 'paragraph',
96
- html: 'Der Trend für 2026 ist <strong>datenbasiertes Training (VBT)</strong>. Wearables und Tracking-Apps demokratisieren den Zugang zu Analysen, die früher dem Spitzensport vorbehalten waren. Diese Tools bringen Sie an die Spitze und ermöglichen es Ihnen, intelligenter zu trainieren, nicht unbedingt härter.',
97
- },
98
- { type: 'card', title: 'Reflexe', html: '<p>Millisekundengenaue Präzision</p>' },
99
- { type: 'card', title: 'Fortschritt', html: '<p>Historische Visualisierung</p>' },
100
- { type: 'card', title: 'Wettbewerb', html: '<p>Strukturierte Verwaltung</p>' },
101
- { type: 'card', title: 'Präzision', html: '<p>Absolute Daten</p>' },
102
- ],
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'sport',
5
+ title: 'Sport Tools und Leistungsrechner',
6
+ description:
7
+ 'Optimieren Sie Ihr Training mit kostenlosen Online-Tools. Gigantische Spielstandsanzeigen, Turnierorganisatoren, Reflextests und Fortschritttracking im Fitnessstudio.',
8
+ seo: [
9
+ {
10
+ type: 'title',
11
+ text: 'Sportleistungswissenschaft: Daten zum Gewinnen',
12
+ level: 2,
13
+ },
14
+ {
15
+ type: 'paragraph',
16
+ html: 'Hochleistungssport, ob Amateur oder Profi, ist keine reine Intuitionssache mehr. In der heutigen Zeit definieren <strong>Biometrie und Datenanalyse</strong>, wer als Erster die Ziellinie überquert oder wer das schwerste Gewicht hebt. In diesem Bereich bieten wir <strong>kostenlose Online-Tools</strong> an, die darauf ausgelegt sind, Ihre Leistung zu digitalisieren und die Logistik Ihrer Wettbewerbe mit technischer Präzision zu verwalten.',
17
+ },
18
+ {
19
+ type: 'paragraph',
20
+ html: 'Von der Messung der neuromuskulären Reaktionsgeschwindigkeit bis hin zur Verwaltung von Turnier-Raster-Systemen wenden unsere Rechner algorithmische und statistische Logik an, damit Sie sich auf das Wichtigste konzentrieren können: Ihre Grenzen zu überschreiten.',
21
+ },
22
+ {
23
+ type: 'title',
24
+ text: 'Wettbewerbslogistik: Anzeigetafeln und Organisatoren',
25
+ level: 2,
26
+ },
27
+ {
28
+ type: 'paragraph',
29
+ html: 'Die Organisation eines Wettbewerbs, sei es ein lokales Padel-Turnier oder ein eSports-Event, erfordert eine klare Struktur. Unser <strong>Turnierorganisator</strong> automatisiert die Erstellung von Spielplänen, eliminiert manuelle Fehler und gewährleistet eine faire Verwaltung der Ausscheidungsrunden.',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'Für den Spieltag verwandelt die <strong>gigantische Sportanzeigetafel</strong> jeden Bildschirm in ein professionelles Kontrollzentrum, sodass Spieler und Publikum den Spielstand bei Padel, Tischtennis oder jeder anderen Satz-Sportart mit voller Sichtbarkeit verfolgen können.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ text: 'Krafttraining: Progressionsbasiertes Tracking',
38
+ level: 2,
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'Im Fitnessstudio gilt: Was nicht gemessen wird, wird nicht verbessert. Das <strong>Trainingstracking</strong> ermöglicht es Ihnen, Ihre Arbeitslasten zu erfassen und reale Fortschrittsgrafiken zu visualisieren. Das Verständnis der Superkompensationskurve und des akkumulierten Trainingsvolumens ist entscheidend, um Plateaus zu vermeiden und Zuwächse an Kraft und Muskelmasse zu optimieren.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ text: 'Neuroklinik und Reflexe: Reaktionsgeschwindigkeit',
47
+ level: 2,
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Die physische Geschwindigkeit ist begrenzt, aber die <strong>Reaktionsgeschwindigkeit</strong> ist trainierbar. Unser Reflextest misst die neuromuskuläre Antwortzeit in Millisekunden und ermöglicht es Ihnen, Ihre Leistung mit den Bereichen von Profisportlern zu vergleichen. Es ist ein essentielles Werkzeug für Kampfsport, Rückschlagsportarten und kompetitives Gaming.',
52
+ },
53
+ {
54
+ type: 'list',
55
+ items: [
56
+ '<strong>Fortschrittsanalyse:</strong> Visualisieren Sie Ihre historische Entwicklung in Schlüsselübungen durch dynamische Leistungsgrafiken.',
57
+ '<strong>Automatisierte Verwaltung:</strong> Erstellen Sie komplexe Turnierstrukturen in Sekundenschnelle ohne administrativen Aufwand.',
58
+ '<strong>Kognitives Training:</strong> Verbessern Sie die visuelle Verarbeitung und die motorische Reaktionsgeschwindigkeit mit Präzisionstests.',
59
+ '<strong>Echtzeit-Kontrolle:</strong> Behalten Sie das Spiel im Fokus mit hochgradig sichtbaren digitalen Anzeigetafeln.',
60
+ ],
61
+ },
62
+ {
63
+ type: 'tip',
64
+ title: 'Tipp für maximale Leistung',
65
+ html: '<p><strong>Angewandte Physiologie:</strong> Führen Sie den Reflextest vor und nach Ihrer Trainingseinheit durch, um die Ermüdung Ihres zentralen Nervensystems zu bewerten. Ein Rückgang Ihrer gewohnten Geschwindigkeit um 10 % ist ein wichtiger Indikator, um das Arbeitsvolumen zu reduzieren.</p>',
66
+ },
67
+ {
68
+ type: 'title',
69
+ text: 'Trainingsphysiologie: Herzfrequenzzonen',
70
+ level: 2,
71
+ },
72
+ {
73
+ type: 'paragraph',
74
+ html: 'Ihr Herz ist der präziseste Indikator für Anstrengung. Die maximale Herzfrequenz (MHF) variiert je nach Alter, Genetik und kardiovaskulärer Kapazität. Eine korrekte Berechnung ermöglicht das Training in spezifischen Zonen: Aerobe Zone (60-70 % MHF) für die Grundlagenausdauer, Anaerobe Zone (80-90 % MHF) für Explosivität, VO2-Max-Zone (95-100 %) für die kardiorespiratorische Kapazität.',
75
+ },
76
+ {
77
+ type: 'paragraph',
78
+ html: 'Ein häufiger Fehler ist, zu oft zu hart zu trainieren. Der Großteil des Trainings sollte in der aeroben Zone (niedrige Intensität, lange Dauer) stattfinden, um eine solide Basis aufzubauen. Nur 1-2 wöchentliche Einheiten in Hochintensitätszonen sind optimal, um Übertraining zu vermeiden. Unsere Tools ermöglichen es Ihnen, Ihre Zonen basierend auf Alter und körperlicher Verfassung zu berechnen, um sicherzustellen, dass jede Einheit einen definierten physiologischen Zweck erfüllt.',
79
+ },
80
+ {
81
+ type: 'title',
82
+ text: 'Periodisierung: Planung von Makrozyklen und Mesozyklen',
83
+ level: 2,
84
+ },
85
+ {
86
+ type: 'paragraph',
87
+ html: 'Unstrukturiertes Training führt zu unstrukturierten Ergebnissen. Die Periodisierung (langfristige Planung) unterteilt Ihr Jahr in Phasen: Vorbereitung, Wettkampf und Erholung. Jede Phase hat Ziele: Die Vorbereitungsphase maximiert die rohe Kraft; die Wettkampfphase wandelt diese Kraft in Leistung und Geschwindigkeit um; die Erholungsphase ermöglicht hormonelle Anpassungen und Gewebereparatur.',
88
+ },
89
+ {
90
+ type: 'title',
91
+ text: 'Die Zukunft des vernetzten Sports 2026',
92
+ level: 2,
93
+ },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'Der Trend für 2026 ist <strong>datenbasiertes Training (VBT)</strong>. Wearables und Tracking-Apps demokratisieren den Zugang zu Analysen, die früher dem Spitzensport vorbehalten waren. Diese Tools bringen Sie an die Spitze und ermöglichen es Ihnen, intelligenter zu trainieren, nicht unbedingt härter.',
97
+ },
98
+ { type: 'card', title: 'Reflexe', html: '<p>Millisekundengenaue Präzision</p>' },
99
+ { type: 'card', title: 'Fortschritt', html: '<p>Historische Visualisierung</p>' },
100
+ { type: 'card', title: 'Wettbewerb', html: '<p>Strukturierte Verwaltung</p>' },
101
+ { type: 'card', title: 'Präzision', html: '<p>Absolute Daten</p>' },
102
+ ],
103
103
  };
@@ -1,103 +1,103 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'sports',
5
- title: 'Sports & Performance Tools and Calculators',
6
- description:
7
- 'Optimize your training with free online tools. Giant scoreboards, tournament organizers, reflex tests and gym progress tracking.',
8
- seo: [
9
- {
10
- type: 'title',
11
- text: 'Sports Performance Science: Data to Win',
12
- level: 2,
13
- },
14
- {
15
- type: 'paragraph',
16
- html: 'High-performance sports, whether amateur or professional, is no longer just about intuition. In today\'s era, <strong>biometrics and data analysis</strong> define who crosses the finish line first or who lifts the most weight. In this section, we offer <strong>free online tools</strong> designed to digitize your performance and manage competition logistics with technical precision.',
17
- },
18
- {
19
- type: 'paragraph',
20
- html: 'From measuring neuromuscular reaction speed to managing tournament elimination brackets, our calculators apply algorithmic and statistical logic so you can focus on what matters most: pushing your limits.',
21
- },
22
- {
23
- type: 'title',
24
- text: 'Competitive Logistics: Scoreboards and Organizers',
25
- level: 2,
26
- },
27
- {
28
- type: 'paragraph',
29
- html: 'Organizing a competition, whether a local padel tournament or an eSports event, requires a clear structure. Our <strong>tournament organizer</strong> automates the creation of matchup brackets, eliminating manual errors and ensuring fair management of eliminations.',
30
- },
31
- {
32
- type: 'paragraph',
33
- html: 'For match day, the <strong>giant sports scoreboard</strong> turns any screen into a professional control center, letting players and spectators follow the padel, ping-pong or any set-based sport score with total visibility.',
34
- },
35
- {
36
- type: 'title',
37
- text: 'Strength Training: Progression-Based Tracking',
38
- level: 2,
39
- },
40
- {
41
- type: 'paragraph',
42
- html: 'At the gym, what isn\'t measured doesn\'t improve. The <strong>training tracker</strong> lets you log your workloads and visualize real progress graphs. Understanding the supercompensation curve and accumulated training volume is vital to avoid stagnation and optimize strength and muscle gains.',
43
- },
44
- {
45
- type: 'title',
46
- text: 'Neurology & Reflexes: Reaction Speed',
47
- level: 2,
48
- },
49
- {
50
- type: 'paragraph',
51
- html: 'Physical speed has limits, but <strong>reaction speed</strong> can be trained. Our reflex test measures neuromuscular response time in milliseconds, letting you compare your performance against professional athlete ranges. It\'s an essential tool for combat sports, racket sports, and competitive gaming.',
52
- },
53
- {
54
- type: 'list',
55
- items: [
56
- '<strong>Progress Analysis:</strong> Visualize your historical evolution in key exercises through dynamic performance graphs.',
57
- '<strong>Automated Management:</strong> Create complex tournament structures in seconds without administrative hassle.',
58
- '<strong>Cognitive Training:</strong> Improve visual processing and motor response speed with precision tests.',
59
- '<strong>Real-Time Control:</strong> Stay focused on the game with high-visibility digital scoreboards.',
60
- ],
61
- },
62
- {
63
- type: 'tip',
64
- title: 'Peak Performance Tip',
65
- html: '<p><strong>Applied Physiology:</strong> Make sure to run the reflex test before and after your training session to assess central nervous system fatigue. A 10% drop from your usual speed is a key indicator to reduce training volume.</p>',
66
- },
67
- {
68
- type: 'title',
69
- text: 'Training Physiology: Heart Rate Zones',
70
- level: 2,
71
- },
72
- {
73
- type: 'paragraph',
74
- html: 'Your heart is the most precise indicator of effort. Maximum heart rate (MHR) varies by age, genetics, and cardiovascular capacity. Calculating it correctly allows training in specific zones: aerobic zone (60-70% MHR) for base endurance, anaerobic zone (80-90% MHR) for explosiveness, VO2 max zone (95-100%) for cardiorespiratory capacity.',
75
- },
76
- {
77
- type: 'paragraph',
78
- html: 'A common mistake is training too hard too often. Most training should occur in the aerobic zone (low intensity, long duration) building a solid base. Only 1-2 weekly sessions in high-intensity zones are optimal to avoid overtraining. Our tools let you calculate your zones based on age and fitness level, ensuring every session has a defined physiological purpose.',
79
- },
80
- {
81
- type: 'title',
82
- text: 'Periodization: Planning Macrocycles and Mesocycles',
83
- level: 2,
84
- },
85
- {
86
- type: 'paragraph',
87
- html: 'Unstructured training produces unstructured results. Periodization (long-term planning) divides your year into phases: preparation, competition, and recovery. Each phase has goals: the preparation phase maximizes raw strength; the competitive phase converts that strength into power and speed; the recovery phase allows hormonal adaptations and tissue repair.',
88
- },
89
- {
90
- type: 'title',
91
- text: 'The Future of Connected Sport in 2026',
92
- level: 2,
93
- },
94
- {
95
- type: 'paragraph',
96
- html: 'The 2026 trend is <strong>Velocity-Based Training (VBT)</strong>. Wearable devices and tracking apps are democratizing access to analytics that were once exclusive to elite sports. These tools put you at the cutting edge, allowing you to train smarter, not necessarily harder.',
97
- },
98
- { type: 'card', title: 'Reflexes', html: '<p>Millisecond precision</p>' },
99
- { type: 'card', title: 'Progress', html: '<p>Historical visualization</p>' },
100
- { type: 'card', title: 'Competition', html: '<p>Structured management</p>' },
101
- { type: 'card', title: 'Precision', html: '<p>Absolute data</p>' },
102
- ],
103
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'sports',
5
+ title: 'Sports & Performance Tools and Calculators',
6
+ description:
7
+ 'Optimize your training with free online tools. Giant scoreboards, tournament organizers, reflex tests and gym progress tracking.',
8
+ seo: [
9
+ {
10
+ type: 'title',
11
+ text: 'Sports Performance Science: Data to Win',
12
+ level: 2,
13
+ },
14
+ {
15
+ type: 'paragraph',
16
+ html: 'High-performance sports, whether amateur or professional, is no longer just about intuition. In today\'s era, <strong>biometrics and data analysis</strong> define who crosses the finish line first or who lifts the most weight. In this section, we offer <strong>free online tools</strong> designed to digitize your performance and manage competition logistics with technical precision.',
17
+ },
18
+ {
19
+ type: 'paragraph',
20
+ html: 'From measuring neuromuscular reaction speed to managing tournament elimination brackets, our calculators apply algorithmic and statistical logic so you can focus on what matters most: pushing your limits.',
21
+ },
22
+ {
23
+ type: 'title',
24
+ text: 'Competitive Logistics: Scoreboards and Organizers',
25
+ level: 2,
26
+ },
27
+ {
28
+ type: 'paragraph',
29
+ html: 'Organizing a competition, whether a local padel tournament or an eSports event, requires a clear structure. Our <strong>tournament organizer</strong> automates the creation of matchup brackets, eliminating manual errors and ensuring fair management of eliminations.',
30
+ },
31
+ {
32
+ type: 'paragraph',
33
+ html: 'For match day, the <strong>giant sports scoreboard</strong> turns any screen into a professional control center, letting players and spectators follow the padel, ping-pong or any set-based sport score with total visibility.',
34
+ },
35
+ {
36
+ type: 'title',
37
+ text: 'Strength Training: Progression-Based Tracking',
38
+ level: 2,
39
+ },
40
+ {
41
+ type: 'paragraph',
42
+ html: 'At the gym, what isn\'t measured doesn\'t improve. The <strong>training tracker</strong> lets you log your workloads and visualize real progress graphs. Understanding the supercompensation curve and accumulated training volume is vital to avoid stagnation and optimize strength and muscle gains.',
43
+ },
44
+ {
45
+ type: 'title',
46
+ text: 'Neurology & Reflexes: Reaction Speed',
47
+ level: 2,
48
+ },
49
+ {
50
+ type: 'paragraph',
51
+ html: 'Physical speed has limits, but <strong>reaction speed</strong> can be trained. Our reflex test measures neuromuscular response time in milliseconds, letting you compare your performance against professional athlete ranges. It\'s an essential tool for combat sports, racket sports, and competitive gaming.',
52
+ },
53
+ {
54
+ type: 'list',
55
+ items: [
56
+ '<strong>Progress Analysis:</strong> Visualize your historical evolution in key exercises through dynamic performance graphs.',
57
+ '<strong>Automated Management:</strong> Create complex tournament structures in seconds without administrative hassle.',
58
+ '<strong>Cognitive Training:</strong> Improve visual processing and motor response speed with precision tests.',
59
+ '<strong>Real-Time Control:</strong> Stay focused on the game with high-visibility digital scoreboards.',
60
+ ],
61
+ },
62
+ {
63
+ type: 'tip',
64
+ title: 'Peak Performance Tip',
65
+ html: '<p><strong>Applied Physiology:</strong> Make sure to run the reflex test before and after your training session to assess central nervous system fatigue. A 10% drop from your usual speed is a key indicator to reduce training volume.</p>',
66
+ },
67
+ {
68
+ type: 'title',
69
+ text: 'Training Physiology: Heart Rate Zones',
70
+ level: 2,
71
+ },
72
+ {
73
+ type: 'paragraph',
74
+ html: 'Your heart is the most precise indicator of effort. Maximum heart rate (MHR) varies by age, genetics, and cardiovascular capacity. Calculating it correctly allows training in specific zones: aerobic zone (60-70% MHR) for base endurance, anaerobic zone (80-90% MHR) for explosiveness, VO2 max zone (95-100%) for cardiorespiratory capacity.',
75
+ },
76
+ {
77
+ type: 'paragraph',
78
+ html: 'A common mistake is training too hard too often. Most training should occur in the aerobic zone (low intensity, long duration) building a solid base. Only 1-2 weekly sessions in high-intensity zones are optimal to avoid overtraining. Our tools let you calculate your zones based on age and fitness level, ensuring every session has a defined physiological purpose.',
79
+ },
80
+ {
81
+ type: 'title',
82
+ text: 'Periodization: Planning Macrocycles and Mesocycles',
83
+ level: 2,
84
+ },
85
+ {
86
+ type: 'paragraph',
87
+ html: 'Unstructured training produces unstructured results. Periodization (long-term planning) divides your year into phases: preparation, competition, and recovery. Each phase has goals: the preparation phase maximizes raw strength; the competitive phase converts that strength into power and speed; the recovery phase allows hormonal adaptations and tissue repair.',
88
+ },
89
+ {
90
+ type: 'title',
91
+ text: 'The Future of Connected Sport in 2026',
92
+ level: 2,
93
+ },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'The 2026 trend is <strong>Velocity-Based Training (VBT)</strong>. Wearable devices and tracking apps are democratizing access to analytics that were once exclusive to elite sports. These tools put you at the cutting edge, allowing you to train smarter, not necessarily harder.',
97
+ },
98
+ { type: 'card', title: 'Reflexes', html: '<p>Millisecond precision</p>' },
99
+ { type: 'card', title: 'Progress', html: '<p>Historical visualization</p>' },
100
+ { type: 'card', title: 'Competition', html: '<p>Structured management</p>' },
101
+ { type: 'card', title: 'Precision', html: '<p>Absolute data</p>' },
102
+ ],
103
+ };