@jjlmoya/utils-hardware 1.16.0 → 1.17.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 (79) hide show
  1. package/package.json +1 -1
  2. package/src/category/i18n/ru.ts +5 -5
  3. package/src/category/index.ts +2 -1
  4. package/src/entries.ts +4 -1
  5. package/src/index.ts +1 -0
  6. package/src/tests/locale_completeness.test.ts +2 -2
  7. package/src/tests/no_h1_in_components.test.ts +1 -1
  8. package/src/tests/tool_validation.test.ts +2 -2
  9. package/src/tool/batteryHealthEstimator/bibliography.ts +8 -8
  10. package/src/tool/batteryHealthEstimator/i18n/de.ts +1 -1
  11. package/src/tool/batteryHealthEstimator/i18n/en.ts +1 -1
  12. package/src/tool/batteryHealthEstimator/i18n/fr.ts +1 -1
  13. package/src/tool/batteryHealthEstimator/i18n/id.ts +1 -1
  14. package/src/tool/batteryHealthEstimator/i18n/nl.ts +1 -1
  15. package/src/tool/batteryHealthEstimator/i18n/pl.ts +1 -1
  16. package/src/tool/batteryHealthEstimator/i18n/pt.ts +1 -1
  17. package/src/tool/batteryHealthEstimator/i18n/ru.ts +5 -5
  18. package/src/tool/batteryHealthEstimator/i18n/sv.ts +1 -1
  19. package/src/tool/batteryHealthEstimator/i18n/tr.ts +1 -1
  20. package/src/tool/batteryHealthEstimator/i18n/zh.ts +1 -1
  21. package/src/tool/colorAccuracyTest/bibliography.astro +14 -0
  22. package/src/tool/colorAccuracyTest/bibliography.ts +16 -0
  23. package/src/tool/colorAccuracyTest/color-accuracy-test.css +728 -0
  24. package/src/tool/colorAccuracyTest/component.astro +157 -0
  25. package/src/tool/colorAccuracyTest/entry.ts +29 -0
  26. package/src/tool/colorAccuracyTest/i18n/de.ts +284 -0
  27. package/src/tool/colorAccuracyTest/i18n/en.ts +284 -0
  28. package/src/tool/colorAccuracyTest/i18n/es.ts +284 -0
  29. package/src/tool/colorAccuracyTest/i18n/fr.ts +284 -0
  30. package/src/tool/colorAccuracyTest/i18n/id.ts +284 -0
  31. package/src/tool/colorAccuracyTest/i18n/it.ts +284 -0
  32. package/src/tool/colorAccuracyTest/i18n/ja.ts +284 -0
  33. package/src/tool/colorAccuracyTest/i18n/ko.ts +284 -0
  34. package/src/tool/colorAccuracyTest/i18n/nl.ts +284 -0
  35. package/src/tool/colorAccuracyTest/i18n/pl.ts +284 -0
  36. package/src/tool/colorAccuracyTest/i18n/pt.ts +284 -0
  37. package/src/tool/colorAccuracyTest/i18n/ru.ts +284 -0
  38. package/src/tool/colorAccuracyTest/i18n/sv.ts +284 -0
  39. package/src/tool/colorAccuracyTest/i18n/tr.ts +284 -0
  40. package/src/tool/colorAccuracyTest/i18n/zh.ts +284 -0
  41. package/src/tool/colorAccuracyTest/index.ts +9 -0
  42. package/src/tool/colorAccuracyTest/logic.ts +226 -0
  43. package/src/tool/colorAccuracyTest/seo.astro +15 -0
  44. package/src/tool/colorAccuracyTest/ui.ts +27 -0
  45. package/src/tool/gamepadTest/i18n/ru.ts +1 -1
  46. package/src/tool/gamepadVibrationTester/bibliography.ts +8 -8
  47. package/src/tool/gamepadVibrationTester/i18n/ru.ts +3 -3
  48. package/src/tool/mousePollingTest/bibliography.ts +8 -8
  49. package/src/tool/mousePollingTest/i18n/de.ts +1 -1
  50. package/src/tool/mousePollingTest/i18n/en.ts +1 -1
  51. package/src/tool/mousePollingTest/i18n/es.ts +1 -1
  52. package/src/tool/mousePollingTest/i18n/fr.ts +1 -1
  53. package/src/tool/mousePollingTest/i18n/id.ts +1 -1
  54. package/src/tool/mousePollingTest/i18n/it.ts +1 -1
  55. package/src/tool/mousePollingTest/i18n/ja.ts +1 -1
  56. package/src/tool/mousePollingTest/i18n/ko.ts +1 -1
  57. package/src/tool/mousePollingTest/i18n/nl.ts +1 -1
  58. package/src/tool/mousePollingTest/i18n/pl.ts +1 -1
  59. package/src/tool/mousePollingTest/i18n/pt.ts +1 -1
  60. package/src/tool/mousePollingTest/i18n/ru.ts +3 -3
  61. package/src/tool/mousePollingTest/i18n/sv.ts +1 -1
  62. package/src/tool/mousePollingTest/i18n/tr.ts +1 -1
  63. package/src/tool/mousePollingTest/i18n/zh.ts +1 -1
  64. package/src/tool/refreshRateDetector/bibliography.ts +3 -11
  65. package/src/tool/refreshRateDetector/i18n/fr.ts +3 -3
  66. package/src/tool/refreshRateDetector/i18n/nl.ts +3 -3
  67. package/src/tool/refreshRateDetector/i18n/ru.ts +4 -4
  68. package/src/tool/toneGenerator/bibliography.ts +8 -8
  69. package/src/tool/toneGenerator/i18n/de.ts +1 -1
  70. package/src/tool/toneGenerator/i18n/en.ts +1 -1
  71. package/src/tool/toneGenerator/i18n/fr.ts +1 -1
  72. package/src/tool/toneGenerator/i18n/id.ts +1 -1
  73. package/src/tool/toneGenerator/i18n/it.ts +1 -1
  74. package/src/tool/toneGenerator/i18n/nl.ts +1 -1
  75. package/src/tool/toneGenerator/i18n/pl.ts +1 -1
  76. package/src/tool/toneGenerator/i18n/pt.ts +1 -1
  77. package/src/tool/toneGenerator/i18n/ru.ts +4 -4
  78. package/src/tool/toneGenerator/i18n/sv.ts +1 -1
  79. package/src/tools.ts +2 -1
@@ -10,7 +10,7 @@ const description = 'Мгновенно и точно определите ча
10
10
  const faqData = [
11
11
  {
12
12
  question: 'Что такое частота обновления (Гц)?',
13
- answer: 'Частота обновления это количество обновлений изображения на мониторе в секунду. Монитор с частотой 60 Гц обновляется 60 раз в секунду, а 144 Гц 144 раза. Более высокая частота обеспечивает плавность движений.',
13
+ answer: 'Частота обновления -это количество обновлений изображения на мониторе в секунду. Монитор с частотой 60 Гц обновляется 60 раз в секунду, а 144 Гц -144 раза. Более высокая частота обеспечивает плавность движений.',
14
14
  },
15
15
  {
16
16
  question: 'Насколько точен этот детектор?',
@@ -122,7 +122,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
122
122
  {
123
123
  type: 'list',
124
124
  items: [
125
- 'Загрузите этот детектор измерение начнется немедленно',
125
+ 'Загрузите этот детектор -измерение начнется немедленно',
126
126
  'Выберите между быстрым (3 сек) или стабильным (10 сек) режимом измерения',
127
127
  'Посмотрите значение Гц вашего монитора на циферблате спидометра',
128
128
  'Сравните с отраслевыми стандартами (60, 75, 120, 144, 240, 360 Гц)',
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
152
152
  {
153
153
  type: 'list',
154
154
  items: [
155
- 'Проверьте подключение кабеля HDMI/DisplayPort плохой контакт снижает пропускную способность',
155
+ 'Проверьте подключение кабеля HDMI/DisplayPort -плохой контакт снижает пропускную способность',
156
156
  'Обновите драйверы видеокарты (NVIDIA, AMD, Intel)',
157
157
  'Проверьте настройки экрана в ОС, чтобы убедиться, что высокая частота включена',
158
158
  'Попробуйте другие кабели или порты на мониторе',
@@ -166,7 +166,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
166
166
  },
167
167
  {
168
168
  type: 'paragraph',
169
- html: 'Этот инструмент использует браузерное API requestAnimationFrame, которое синхронизируется напрямую с циклом обновления вашего монитора. Измеряя время между кадрами анимации, мы рассчитываем вашу точную частоту обновления с высокой точностью никакого специального оборудования не требуется.',
169
+ html: 'Этот инструмент использует браузерное API requestAnimationFrame, которое синхронизируется напрямую с циклом обновления вашего монитора. Измеряя время между кадрами анимации, мы рассчитываем вашу точную частоту обновления с высокой точностью -никакого специального оборудования не требуется.',
170
170
  },
171
171
  ],
172
172
  ui: {
@@ -2,12 +2,12 @@ import type { BibliographyEntry } from '../../../types';
2
2
 
3
3
  export const bibliography: BibliographyEntry[] = [
4
4
 
5
- {
6
- name: 'MDN Web Docs Web Audio API',
7
- url: 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API',
8
- },
9
- {
10
- name: 'ISO 226:2023 Equal-loudness contours',
11
- url: 'https://www.iso.org/standard/83117.html',
12
- },
5
+ {
6
+ name: 'MDN Web Docs -Web Audio API',
7
+ url: 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API',
8
+ },
9
+ {
10
+ name: 'ISO 226:2023 -Equal-loudness contours',
11
+ url: 'https://www.iso.org/standard/83117.html',
12
+ },
13
13
  ];
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Wellenformen und ihre Verwendung', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sinus:</strong> reiner Ton ohne Oberwellen, wird in medizinischen Hörtests und zur Instrumentenkalibrierung verwendet. <strong>Rechteck:</strong> reich an ungeraden Oberwellen, klingt wie Retro-8-Bit-Konsolen. <strong>Sägezahn:</strong> enthält alle Oberwellen, die Basis für Synthesizer in der elektronischen Musik. <strong>Dreieck:</strong> Mittelpunkt zwischen Sinus und Rechteck glatter als Rechteck, aber mit mehr harmonischem Gehalt als Sinus.',
109
+ html: '<strong>Sinus:</strong> reiner Ton ohne Oberwellen, wird in medizinischen Hörtests und zur Instrumentenkalibrierung verwendet. <strong>Rechteck:</strong> reich an ungeraden Oberwellen, klingt wie Retro-8-Bit-Konsolen. <strong>Sägezahn:</strong> enthält alle Oberwellen, die Basis für Synthesizer in der elektronischen Musik. <strong>Dreieck:</strong> Mittelpunkt zwischen Sinus und Rechteck -glatter als Rechteck, aber mit mehr harmonischem Gehalt als Sinus.',
110
110
  },
111
111
  { type: 'title', text: 'Lautsprechertest und Reinigung durch Vibration', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Wave Types and Their Uses', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sine:</strong> pure tone with no harmonics, used in medical hearing tests and instrument calibration. <strong>Square:</strong> rich in odd harmonics, sounds like retro 8-bit consoles. <strong>Sawtooth:</strong> contains all harmonics, the basis of electronic music synthesisers. <strong>Triangle:</strong> midpoint between sine and square smoother than square but with more harmonic content than sine.',
109
+ html: '<strong>Sine:</strong> pure tone with no harmonics, used in medical hearing tests and instrument calibration. <strong>Square:</strong> rich in odd harmonics, sounds like retro 8-bit consoles. <strong>Sawtooth:</strong> contains all harmonics, the basis of electronic music synthesisers. <strong>Triangle:</strong> midpoint between sine and square -smoother than square but with more harmonic content than sine.',
110
110
  },
111
111
  { type: 'title', text: 'Speaker Testing and Vibration Cleaning', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Types d\'ondes et leurs utilisations', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: "<strong>Sinusoïdale :</strong> ton pur sans harmoniques, utilisé dans les tests auditifs médicaux et la calibration d'instruments. <strong>Carrée :</strong> riche en harmoniques impaires, sonne comme les consoles rétro 8-bits. <strong>Dent de scie :</strong> contient toutes les harmoniques, base des synthétiseurs de musique électronique. <strong>Triangulaire :</strong> point médian entre sinusoïdale et carrée plus douce que la carrée mais avec plus de contenu harmonique que la sinusoïdale.",
109
+ html: "<strong>Sinusoïdale :</strong> ton pur sans harmoniques, utilisé dans les tests auditifs médicaux et la calibration d'instruments. <strong>Carrée :</strong> riche en harmoniques impaires, sonne comme les consoles rétro 8-bits. <strong>Dent de scie :</strong> contient toutes les harmoniques, base des synthétiseurs de musique électronique. <strong>Triangulaire :</strong> point médian entre sinusoïdale et carrée -plus douce que la carrée mais avec plus de contenu harmonique que la sinusoïdale.",
110
110
  },
111
111
  { type: 'title', text: 'Test de haut-parleurs et nettoyage par vibration', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Jenis Gelombang dan Kegunaannya', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sinus:</strong> nada murni tanpa harmonik, digunakan dalam tes pendengaran medis dan kalibrasi instrumen. <strong>Kotak:</strong> kaya akan harmonik ganjil, terdengar seperti konsol 8-bit retro. <strong>Gigi Gergaji:</strong> mengandung semua harmonik, dasar dari synthesizer musik elektronik. <strong>Segitiga:</strong> titik tengah antara sinus dan kotak lebih halus dari kotak tetapi dengan konten harmonik lebih banyak daripada sinus.',
109
+ html: '<strong>Sinus:</strong> nada murni tanpa harmonik, digunakan dalam tes pendengaran medis dan kalibrasi instrumen. <strong>Kotak:</strong> kaya akan harmonik ganjil, terdengar seperti konsol 8-bit retro. <strong>Gigi Gergaji:</strong> mengandung semua harmonik, dasar dari synthesizer musik elektronik. <strong>Segitiga:</strong> titik tengah antara sinus dan kotak -lebih halus dari kotak tetapi dengan konten harmonik lebih banyak daripada sinus.',
110
110
  },
111
111
  { type: 'title', text: 'Pengujian Speaker dan Pembersihan Getaran', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Tipi di Onde e loro utilizzi', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sinusoidale:</strong> tono puro senza armoniche, utilizzato nei test uditivi medici e nella calibrazione degli strumenti. <strong>Quadra:</strong> ricca di armoniche dispari, suona come le console retrò a 8 bit. <strong>Dente di sega:</strong> contiene tutte le armoniche, la base dei sintetizzatori musicali elettronici. <strong>Triangolare:</strong> punto di mezzo tra sinusoidale e quadra più liscia della quadra ma con più contenuto armonico della sinusoidale.',
109
+ html: '<strong>Sinusoidale:</strong> tono puro senza armoniche, utilizzato nei test uditivi medici e nella calibrazione degli strumenti. <strong>Quadra:</strong> ricca di armoniche dispari, suona come le console retrò a 8 bit. <strong>Dente di sega:</strong> contiene tutte le armoniche, la base dei sintetizzatori musicali elettronici. <strong>Triangolare:</strong> punto di mezzo tra sinusoidale e quadra -più liscia della quadra ma con più contenuto armonico della sinusoidale.',
110
110
  },
111
111
  { type: 'title', text: 'Test degli Altoparlanti e Pulizia tramite Vibrazione', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Golfvormen en hun Gebruik', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sinus:</strong> zuivere toon zonder boventonen, gebruikt bij medische gehoortesten en instrumentkalibratie. <strong>Blok:</strong> rijk aan oneven boventonen, klinkt als retro 8-bit consoles. <strong>Zaagtand:</strong> bevat alle boventonen, de basis van synthesizers voor elektronische muziek. <strong>Driehoek:</strong> middelpunt tussen sinus en blok gladder dan blok maar met meer harmonische inhoud dan sinus.',
109
+ html: '<strong>Sinus:</strong> zuivere toon zonder boventonen, gebruikt bij medische gehoortesten en instrumentkalibratie. <strong>Blok:</strong> rijk aan oneven boventonen, klinkt als retro 8-bit consoles. <strong>Zaagtand:</strong> bevat alle boventonen, de basis van synthesizers voor elektronische muziek. <strong>Driehoek:</strong> middelpunt tussen sinus en blok -gladder dan blok maar met meer harmonische inhoud dan sinus.',
110
110
  },
111
111
  { type: 'title', text: 'Luidsprekertest en Reiniging door Vibratie', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Rodzaje Fal i ich Zastosowanie', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sinusoidalna:</strong> czysty ton bez harmonicznych, używany w medycznych badaniach słuchu i kalibracji instrumentów. <strong>Prostokątna:</strong> bogata w nieparzyste harmoniczne, brzmi jak retro konsole 8-bitowe. <strong>Piłokształtna:</strong> zawiera wszystkie harmoniczne, podstawa syntezatorów muzyki elektronicznej. <strong>Trójkątna:</strong> punkt pośredni między sinusoidalną a prostokątną gładsza niż prostokątna, ale z większą zawartością harmonicznych niż sinusoidalna.',
109
+ html: '<strong>Sinusoidalna:</strong> czysty ton bez harmonicznych, używany w medycznych badaniach słuchu i kalibracji instrumentów. <strong>Prostokątna:</strong> bogata w nieparzyste harmoniczne, brzmi jak retro konsole 8-bitowe. <strong>Piłokształtna:</strong> zawiera wszystkie harmoniczne, podstawa syntezatorów muzyki elektronicznej. <strong>Trójkątna:</strong> punkt pośredni między sinusoidalną a prostokątną -gładsza niż prostokątna, ale z większą zawartością harmonicznych niż sinusoidalna.',
110
110
  },
111
111
  { type: 'title', text: 'Testowanie Głośników i Czyszczenie Wibracyjne', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Tipos de Onda e Seus Usos', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sinusoidal:</strong> tom puro sem harmónicas, usado em testes de audição médicos e calibração de instrumentos. <strong>Quadrada:</strong> rica em harmónicas ímpares, soa como consolas retro de 8 bits. <strong>Dente de serra:</strong> contém todas as harmónicas, a base dos sintetizadores de música eletrónica. <strong>Triangular:</strong> ponto médio entre sinusoidal e quadrada mais suave que a quadrada, mas com mais conteúdo harmónico que a sinusoidal.',
109
+ html: '<strong>Sinusoidal:</strong> tom puro sem harmónicas, usado em testes de audição médicos e calibração de instrumentos. <strong>Quadrada:</strong> rica em harmónicas ímpares, soa como consolas retro de 8 bits. <strong>Dente de serra:</strong> contém todas as harmónicas, a base dos sintetizadores de música eletrónica. <strong>Triangular:</strong> ponto médio entre sinusoidal e quadrada -mais suave que a quadrada, mas com mais conteúdo harmónico que a sinusoidal.',
110
110
  },
111
111
  { type: 'title', text: 'Teste de Colunas e Limpeza por Vibração', level: 3 },
112
112
  {
@@ -17,7 +17,7 @@ const faqData = [
17
17
  {
18
18
  question: 'В чем разница между синусоидальной и прямоугольной волной?',
19
19
  answer:
20
- 'Синусоидальная волна это чистый тон без гармоник (плавный и округлый). Прямоугольная волна богата нечетными гармониками и звучит гораздо более агрессивно или «цифрово». Треугольная волна находится посередине и полезна для аудиосинтеза.',
20
+ 'Синусоидальная волна -это чистый тон без гармоник (плавный и округлый). Прямоугольная волна богата нечетными гармониками и звучит гораздо более агрессивно или «цифрово». Треугольная волна находится посередине и полезна для аудиосинтеза.',
21
21
  },
22
22
  {
23
23
  question: 'Могу ли я повредить свои динамики этим инструментом?',
@@ -96,17 +96,17 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
96
96
  { type: 'title', text: 'Все о частотах и звуковых волнах', level: 2 },
97
97
  {
98
98
  type: 'paragraph',
99
- html: 'Звук это чистая физика в движении. Этот инструмент позволяет вам манипулировать звуковыми волнами в режиме реального времени: от самых глубоких басов, которые вы чувствуете грудью, до ультразвуковых высот, которые воспринимают только животные.',
99
+ html: 'Звук -это чистая физика в движении. Этот инструмент позволяет вам манипулировать звуковыми волнами в режиме реального времени: от самых глубоких басов, которые вы чувствуете грудью, до ультразвуковых высот, которые воспринимают только животные.',
100
100
  },
101
101
  { type: 'title', text: 'Диапазон человеческого слуха и пресбиакузис', level: 3 },
102
102
  {
103
103
  type: 'paragraph',
104
- html: 'Здоровое человеческое ухо воспринимает звуки в диапазоне от <strong>20 Гц до 20 кГц</strong>. С возрастом верхний предел снижается: большинство взрослых старше 50 лет не слышат звуки выше 12 кГц. Тон 17,4 кГц, известный как «комариный писк», это классический тест, который обычно проходят только подростки.',
104
+ html: 'Здоровое человеческое ухо воспринимает звуки в диапазоне от <strong>20 Гц до 20 кГц</strong>. С возрастом верхний предел снижается: большинство взрослых старше 50 лет не слышат звуки выше 12 кГц. Тон 17,4 кГц, известный как «комариный писк», -это классический тест, который обычно проходят только подростки.',
105
105
  },
106
106
  { type: 'title', text: 'Типы волн и их использование', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Синусоидальная:</strong> чистый тон без гармоник, используется в медицинских тестах слуха и калибровке инструментов. <strong>Прямоугольная:</strong> богата нечетными гармониками, звучит как ретро 8-битные консоли. <strong>Пилообразная:</strong> содержит все гармоники, основа синтезаторов электронной музыки. <strong>Треугольная:</strong> промежуточное звено между синусоидой и прямоугольником мягче прямоугольной, но с большим гармоническим содержанием, чем синусоида.',
109
+ html: '<strong>Синусоидальная:</strong> чистый тон без гармоник, используется в медицинских тестах слуха и калибровке инструментов. <strong>Прямоугольная:</strong> богата нечетными гармониками, звучит как ретро 8-битные консоли. <strong>Пилообразная:</strong> содержит все гармоники, основа синтезаторов электронной музыки. <strong>Треугольная:</strong> промежуточное звено между синусоидой и прямоугольником -мягче прямоугольной, но с большим гармоническим содержанием, чем синусоида.',
110
110
  },
111
111
  { type: 'title', text: 'Тестирование динамиков и виброочистка', level: 3 },
112
112
  {
@@ -106,7 +106,7 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
106
106
  { type: 'title', text: 'Vågtyper och deras användning', level: 3 },
107
107
  {
108
108
  type: 'paragraph',
109
- html: '<strong>Sinus:</strong> ren ton utan övertoner, används i medicinska hörseltester och instrumentkalibrering. <strong>Fyrkant:</strong> rik på udda övertoner, låter som retro 8-bitarskonsoler. <strong>Sågtand:</strong> innehåller alla övertoner, basen för elektroniska musik-syntar. <strong>Triangel:</strong> mittpunkt mellan sinus och fyrkant mjukare än fyrkant men med mer harmoniskt innehåll än sinus.',
109
+ html: '<strong>Sinus:</strong> ren ton utan övertoner, används i medicinska hörseltester och instrumentkalibrering. <strong>Fyrkant:</strong> rik på udda övertoner, låter som retro 8-bitarskonsoler. <strong>Sågtand:</strong> innehåller alla övertoner, basen för elektroniska musik-syntar. <strong>Triangel:</strong> mittpunkt mellan sinus och fyrkant -mjukare än fyrkant men med mer harmoniskt innehåll än sinus.',
110
110
  },
111
111
  { type: 'title', text: 'Högtalartest och rengöring genom vibration', level: 3 },
112
112
  {
package/src/tools.ts CHANGED
@@ -8,6 +8,7 @@ import { TEST_RATON_TOOL } from './tool/mousePollingTest/index';
8
8
  import { ESTIMADOR_SALUD_BATERIA_TOOL } from './tool/batteryHealthEstimator/index';
9
9
  import { TONE_GENERATOR_TOOL } from './tool/toneGenerator/index';
10
10
  import { REFRESH_RATE_DETECTOR_TOOL } from './tool/refreshRateDetector/index';
11
+ import { SPECTRUM_CANVAS_TOOL } from './tool/colorAccuracyTest/index';
11
12
 
12
- export const ALL_TOOLS: ToolDefinition[] = [PIXELES_PANTALLA_TOOL, TEST_TECLADO_TOOL, TEST_MANDO_TOOL, PROBADOR_VIBRACION_MANDO_TOOL, TEST_RATON_TOOL, ESTIMADOR_SALUD_BATERIA_TOOL, TONE_GENERATOR_TOOL, REFRESH_RATE_DETECTOR_TOOL];
13
+ export const ALL_TOOLS: ToolDefinition[] = [PIXELES_PANTALLA_TOOL, TEST_TECLADO_TOOL, TEST_MANDO_TOOL, PROBADOR_VIBRACION_MANDO_TOOL, TEST_RATON_TOOL, ESTIMADOR_SALUD_BATERIA_TOOL, TONE_GENERATOR_TOOL, REFRESH_RATE_DETECTOR_TOOL, SPECTRUM_CANVAS_TOOL];
13
14