@jjlmoya/utils-hardware 1.16.0 → 1.18.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.
- package/package.json +1 -1
- package/src/category/i18n/de.ts +4 -4
- package/src/category/i18n/id.ts +3 -3
- package/src/category/i18n/it.ts +3 -3
- package/src/category/i18n/nl.ts +3 -3
- package/src/category/i18n/pl.ts +4 -4
- package/src/category/i18n/pt.ts +3 -3
- package/src/category/i18n/ru.ts +6 -6
- package/src/category/i18n/sv.ts +3 -3
- package/src/category/i18n/tr.ts +3 -3
- package/src/category/i18n/zh.ts +3 -3
- package/src/category/index.ts +2 -1
- package/src/entries.ts +4 -1
- package/src/index.ts +1 -0
- package/src/layouts/PreviewLayout.astro +1 -0
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/batteryHealthEstimator/bibliography.ts +8 -8
- package/src/tool/batteryHealthEstimator/i18n/de.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/en.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/fr.ts +5 -5
- package/src/tool/batteryHealthEstimator/i18n/id.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/nl.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/pl.ts +2 -2
- package/src/tool/batteryHealthEstimator/i18n/pt.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/ru.ts +5 -5
- package/src/tool/batteryHealthEstimator/i18n/sv.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/tr.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/zh.ts +1 -1
- package/src/tool/colorAccuracyTest/bibliography.astro +14 -0
- package/src/tool/colorAccuracyTest/bibliography.ts +16 -0
- package/src/tool/colorAccuracyTest/color-accuracy-test.css +841 -0
- package/src/tool/colorAccuracyTest/component.astro +157 -0
- package/src/tool/colorAccuracyTest/entry.ts +29 -0
- package/src/tool/colorAccuracyTest/i18n/de.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/en.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/es.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/fr.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/id.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/it.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ja.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ko.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/nl.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/pl.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/pt.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ru.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/sv.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/tr.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/zh.ts +284 -0
- package/src/tool/colorAccuracyTest/index.ts +9 -0
- package/src/tool/colorAccuracyTest/logic.ts +226 -0
- package/src/tool/colorAccuracyTest/seo.astro +15 -0
- package/src/tool/colorAccuracyTest/ui.ts +27 -0
- package/src/tool/deadPixelTest/i18n/ru.ts +6 -6
- package/src/tool/deadPixelTest/i18n/sv.ts +1 -1
- package/src/tool/deadPixelTest/i18n/zh.ts +5 -5
- package/src/tool/gamepadTest/gamepad-test.css +171 -3
- package/src/tool/gamepadTest/i18n/es.ts +4 -4
- package/src/tool/gamepadTest/i18n/ru.ts +2 -2
- package/src/tool/gamepadTest/i18n/zh.ts +1 -1
- package/src/tool/gamepadVibrationTester/bibliography.ts +8 -8
- package/src/tool/gamepadVibrationTester/i18n/es.ts +1 -1
- package/src/tool/gamepadVibrationTester/i18n/fr.ts +2 -2
- package/src/tool/gamepadVibrationTester/i18n/ru.ts +3 -3
- package/src/tool/keyboardTest/keyboard-test.css +115 -2
- package/src/tool/mousePollingTest/bibliography.ts +8 -8
- package/src/tool/mousePollingTest/i18n/de.ts +1 -1
- package/src/tool/mousePollingTest/i18n/en.ts +1 -1
- package/src/tool/mousePollingTest/i18n/es.ts +1 -1
- package/src/tool/mousePollingTest/i18n/fr.ts +3 -3
- package/src/tool/mousePollingTest/i18n/id.ts +1 -1
- package/src/tool/mousePollingTest/i18n/it.ts +1 -1
- package/src/tool/mousePollingTest/i18n/ja.ts +1 -1
- package/src/tool/mousePollingTest/i18n/ko.ts +1 -1
- package/src/tool/mousePollingTest/i18n/nl.ts +1 -1
- package/src/tool/mousePollingTest/i18n/pl.ts +2 -2
- package/src/tool/mousePollingTest/i18n/pt.ts +1 -1
- package/src/tool/mousePollingTest/i18n/ru.ts +3 -3
- package/src/tool/mousePollingTest/i18n/sv.ts +1 -1
- package/src/tool/mousePollingTest/i18n/tr.ts +1 -1
- package/src/tool/mousePollingTest/i18n/zh.ts +2 -2
- package/src/tool/refreshRateDetector/bibliography.ts +3 -11
- package/src/tool/refreshRateDetector/i18n/de.ts +3 -3
- package/src/tool/refreshRateDetector/i18n/en.ts +3 -3
- package/src/tool/refreshRateDetector/i18n/fr.ts +7 -7
- package/src/tool/refreshRateDetector/i18n/id.ts +3 -3
- package/src/tool/refreshRateDetector/i18n/nl.ts +3 -3
- package/src/tool/refreshRateDetector/i18n/pl.ts +2 -2
- package/src/tool/refreshRateDetector/i18n/pt.ts +3 -3
- package/src/tool/refreshRateDetector/i18n/ru.ts +4 -4
- package/src/tool/refreshRateDetector/i18n/sv.ts +3 -3
- package/src/tool/refreshRateDetector/i18n/tr.ts +2 -2
- package/src/tool/refreshRateDetector/i18n/zh.ts +2 -2
- package/src/tool/toneGenerator/bibliography.ts +8 -8
- package/src/tool/toneGenerator/i18n/de.ts +1 -1
- package/src/tool/toneGenerator/i18n/en.ts +1 -1
- package/src/tool/toneGenerator/i18n/fr.ts +3 -3
- package/src/tool/toneGenerator/i18n/id.ts +1 -1
- package/src/tool/toneGenerator/i18n/it.ts +1 -1
- package/src/tool/toneGenerator/i18n/nl.ts +1 -1
- package/src/tool/toneGenerator/i18n/pl.ts +2 -2
- package/src/tool/toneGenerator/i18n/pt.ts +1 -1
- package/src/tool/toneGenerator/i18n/ru.ts +4 -4
- package/src/tool/toneGenerator/i18n/sv.ts +1 -1
- package/src/tool/toneGenerator/i18n/zh.ts +3 -3
- package/src/tools.ts +2 -1
|
@@ -122,7 +122,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
122
122
|
{
|
|
123
123
|
type: 'list',
|
|
124
124
|
items: [
|
|
125
|
-
'Buka detektor ini
|
|
125
|
+
'Buka detektor ini-pengukuran dimulai segera',
|
|
126
126
|
'Pilih antara mode pengukuran Cepat (3 detik) atau Stabil (10 detik)',
|
|
127
127
|
'Baca Hz monitor Anda dari dial speedometer',
|
|
128
128
|
'Bandingkan dengan standar industri (60, 75, 120, 144, 240, 360Hz)',
|
|
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
152
152
|
{
|
|
153
153
|
type: 'list',
|
|
154
154
|
items: [
|
|
155
|
-
'Periksa koneksi kabel HDMI/DisplayPort
|
|
155
|
+
'Periksa koneksi kabel HDMI/DisplayPort-kabel longgar mengurangi bandwidth',
|
|
156
156
|
'Perbarui driver GPU Anda (NVIDIA, AMD, Intel)',
|
|
157
157
|
'Periksa pengaturan layar OS untuk memastikan refresh rate tinggi telah diaktifkan',
|
|
158
158
|
'Coba kabel atau port yang berbeda pada monitor Anda',
|
|
@@ -166,7 +166,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
type: 'paragraph',
|
|
169
|
-
html: 'Alat ini menggunakan API requestAnimationFrame browser, yang sinkron langsung dengan siklus refresh monitor Anda. Dengan mengukur waktu antar frame animasi, kami menghitung refresh rate Anda yang tepat dengan presisi tinggi
|
|
169
|
+
html: 'Alat ini menggunakan API requestAnimationFrame browser, yang sinkron langsung dengan siklus refresh monitor Anda. Dengan mengukur waktu antar frame animasi, kami menghitung refresh rate Anda yang tepat dengan presisi tinggi-tanpa perlu perangkat keras khusus.',
|
|
170
170
|
},
|
|
171
171
|
],
|
|
172
172
|
ui: {
|
|
@@ -122,7 +122,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
122
122
|
{
|
|
123
123
|
type: 'list',
|
|
124
124
|
items: [
|
|
125
|
-
'Laad deze detector
|
|
125
|
+
'Laad deze detector -de meting begint onmiddellijk',
|
|
126
126
|
'Kies tussen Snelle (3s) of Stabiele (10s) meetmodus',
|
|
127
127
|
'Lees de Hz van uw monitor af van de snelheidsmeter',
|
|
128
128
|
'Vergelijk met industriestandaarden (60, 75, 120, 144, 240, 360Hz)',
|
|
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
152
152
|
{
|
|
153
153
|
type: 'list',
|
|
154
154
|
items: [
|
|
155
|
-
'Controleer HDMI/DisplayPort kabelverbindingen
|
|
155
|
+
'Controleer HDMI/DisplayPort kabelverbindingen -losse kabels verminderen de bandbreedte',
|
|
156
156
|
'Update uw GPU-stuurprogramma\'s (NVIDIA, AMD, Intel)',
|
|
157
157
|
'Controleer de OS-beeldscherminstellingen om er zeker van te zijn dat een hoge verversingssnelheid is ingeschakeld',
|
|
158
158
|
'Probeer andere kabels of poorten op uw monitor',
|
|
@@ -166,7 +166,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
type: 'paragraph',
|
|
169
|
-
html: 'Deze tool maakt gebruik van de requestAnimationFrame API van de browser, die direct synchroniseert met de verversingscyclus van uw monitor. Door de tijd tussen animatieframes te meten, berekenen we uw exacte verversingssnelheid met hoge precisie
|
|
169
|
+
html: 'Deze tool maakt gebruik van de requestAnimationFrame API van de browser, die direct synchroniseert met de verversingscyclus van uw monitor. Door de tijd tussen animatieframes te meten, berekenen we uw exacte verversingssnelheid met hoge precisie -geen speciale hardware nodig.',
|
|
170
170
|
},
|
|
171
171
|
],
|
|
172
172
|
ui: {
|
|
@@ -122,7 +122,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
122
122
|
{
|
|
123
123
|
type: 'list',
|
|
124
124
|
items: [
|
|
125
|
-
'Uruchom detektor
|
|
125
|
+
'Uruchom detektor - pomiar zaczyna się automatycznie',
|
|
126
126
|
'Wybierz tryb Szybki (3s) lub Stabilny (10s)',
|
|
127
127
|
'Odczytaj Hz z tarczy prędkościomierza',
|
|
128
128
|
'Porównaj z normami branżowymi (60, 75, 120, 144, 240, 360Hz)',
|
|
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
152
152
|
{
|
|
153
153
|
type: 'list',
|
|
154
154
|
items: [
|
|
155
|
-
'Sprawdź kabel HDMI/DisplayPort
|
|
155
|
+
'Sprawdź kabel HDMI/DisplayPort - słabe połączenie ogranicza przepustowość',
|
|
156
156
|
'Zaktualizuj sterowniki karty graficznej (NVIDIA, AMD, Intel)',
|
|
157
157
|
'Sprawdź ustawienia ekranu w systemie, aby włączyć wysokie odświeżanie',
|
|
158
158
|
'Wypróbuj inne kable lub porty w monitorze',
|
|
@@ -122,7 +122,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
122
122
|
{
|
|
123
123
|
type: 'list',
|
|
124
124
|
items: [
|
|
125
|
-
'Carregue este detector
|
|
125
|
+
'Carregue este detector - a medição começa imediatamente',
|
|
126
126
|
'Escolha entre o modo de medição Rápido (3s) ou Estável (10s)',
|
|
127
127
|
'Leia os Hz do seu monitor no mostrador do velocímetro',
|
|
128
128
|
'Compare com os padrões da indústria (60, 75, 120, 144, 240, 360Hz)',
|
|
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
152
152
|
{
|
|
153
153
|
type: 'list',
|
|
154
154
|
items: [
|
|
155
|
-
'Verifique as conexões do cabo HDMI/DisplayPort
|
|
155
|
+
'Verifique as conexões do cabo HDMI/DisplayPort - cabos soltos reduzem a largura de banda',
|
|
156
156
|
'Atualize os drivers da sua GPU (NVIDIA, AMD, Intel)',
|
|
157
157
|
'Verifique as configurações de ecrã do SO para garantir que a alta taxa de atualização está ativada',
|
|
158
158
|
'Tente diferentes cabos ou portas no seu monitor',
|
|
@@ -166,7 +166,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
type: 'paragraph',
|
|
169
|
-
html: 'Esta ferramenta utiliza a API requestAnimationFrame do navegador, que se sincroniza diretamente com o ciclo de atualização do seu monitor. Ao medir o tempo entre os frames da animação, calculamos a sua taxa de atualização exata com alta precisão
|
|
169
|
+
html: 'Esta ferramenta utiliza a API requestAnimationFrame do navegador, que se sincroniza diretamente com o ciclo de atualização do seu monitor. Ao medir o tempo entre os frames da animação, calculamos a sua taxa de atualização exata com alta precisão - sem necessidade de hardware especial.',
|
|
170
170
|
},
|
|
171
171
|
],
|
|
172
172
|
ui: {
|
|
@@ -10,7 +10,7 @@ const description = 'Мгновенно и точно определите ча
|
|
|
10
10
|
const faqData = [
|
|
11
11
|
{
|
|
12
12
|
question: 'Что такое частота обновления (Гц)?',
|
|
13
|
-
answer: 'Частота обновления
|
|
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: {
|
|
@@ -122,7 +122,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
122
122
|
{
|
|
123
123
|
type: 'list',
|
|
124
124
|
items: [
|
|
125
|
-
'Ladda denna detektor
|
|
125
|
+
'Ladda denna detektor - mätningen börjar omedelbart',
|
|
126
126
|
'Välj mellan snabbt (3s) eller stabilt (10s) mätläge',
|
|
127
127
|
'Läs av din monitors Hz på mätartavlan',
|
|
128
128
|
'Jämför mot branschstandarder (60, 75, 120, 144, 240, 360Hz)',
|
|
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
152
152
|
{
|
|
153
153
|
type: 'list',
|
|
154
154
|
items: [
|
|
155
|
-
'Kontrollera HDMI/DisplayPort-kablar
|
|
155
|
+
'Kontrollera HDMI/DisplayPort-kablar - lösa kablar begränsar bandbredden',
|
|
156
156
|
'Uppdatera dina GPU-drivrutiner (NVIDIA, AMD, Intel)',
|
|
157
157
|
'Kontrollera OS-inställningar för bildskärm så att hög uppdateringsfrekvens är aktiverad',
|
|
158
158
|
'Prova andra kablar eller portar på din monitor',
|
|
@@ -166,7 +166,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
type: 'paragraph',
|
|
169
|
-
html: 'Verktyget använder webbläsarens requestAnimationFrame-API, som synkroniserar direkt med din monitors uppdateringscykel. Genom att mäta tiden mellan bildrutorna beräknar vi din exakta frekvens med hög precision
|
|
169
|
+
html: 'Verktyget använder webbläsarens requestAnimationFrame-API, som synkroniserar direkt med din monitors uppdateringscykel. Genom att mäta tiden mellan bildrutorna beräknar vi din exakta frekvens med hög precision - ingen speciell hårdvara krävs.',
|
|
170
170
|
},
|
|
171
171
|
],
|
|
172
172
|
ui: {
|
|
@@ -122,7 +122,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
122
122
|
{
|
|
123
123
|
type: 'list',
|
|
124
124
|
items: [
|
|
125
|
-
'Bu dedektörü yükleyin
|
|
125
|
+
'Bu dedektörü yükleyin - ölçüm hemen başlar',
|
|
126
126
|
'Hızlı (3s) veya Kararlı (10s) ölçüm modu arasında seçim yapın',
|
|
127
127
|
'Monitörünüzün Hz değerini hız göstergesi kadranından okuyun',
|
|
128
128
|
'Endüstri standartlarıyla (60, 75, 120, 144, 240, 360Hz) karşılaştırın',
|
|
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<RefreshRateDetectorUI> = {
|
|
|
152
152
|
{
|
|
153
153
|
type: 'list',
|
|
154
154
|
items: [
|
|
155
|
-
'HDMI/DisplayPort kablo bağlantılarını kontrol edin
|
|
155
|
+
'HDMI/DisplayPort kablo bağlantılarını kontrol edin - gevşek kablolar bant genişliğini düşürür',
|
|
156
156
|
'GPU sürücülerinizi güncelleyin (NVIDIA, AMD, Intel)',
|
|
157
157
|
'Yüksek yenileme hızının etkinleştirildiğinden emin olmak için işletim sistemi ekran ayarlarını kontrol edin',
|
|
158
158
|
'Monitörünüzdeki farklı kabloları veya bağlantı noktalarını deneyin',
|
|
@@ -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
|
'从仪表盘读取显示器的 Hz 数值',
|
|
128
128
|
'对照行业标准(60, 75, 120, 144, 240, 360Hz)',
|
|
@@ -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
|
'尝试更换显示器上的线缆或接口',
|
|
@@ -2,12 +2,12 @@ import type { BibliographyEntry } from '../../../types';
|
|
|
2
2
|
|
|
3
3
|
export const bibliography: BibliographyEntry[] = [
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
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
|
|
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
|
{
|
|
@@ -101,17 +101,17 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
|
|
|
101
101
|
{ type: 'title', text: 'Plage Auditive Humaine et Presbyacousie', level: 3 },
|
|
102
102
|
{
|
|
103
103
|
type: 'paragraph',
|
|
104
|
-
html: "Une oreille humaine saine perçoit entre <strong>20Hz et 20kHz</strong>. Avec l'âge, la limite supérieure baisse
|
|
104
|
+
html: "Une oreille humaine saine perçoit entre <strong>20Hz et 20kHz</strong>. Avec l'âge, la limite supérieure baisse: la plupart des adultes de plus de 50 ans ne peuvent pas entendre au-dessus de 12kHz. Le ton à 17,4kHz, connu comme le "ton moustique", est un test classique que seuls les adolescents peuvent généralement franchir.",
|
|
105
105
|
},
|
|
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
|
|
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
|
{
|
|
113
113
|
type: 'paragraph',
|
|
114
|
-
html: "Une onde de basse fréquence (généralement <strong>165Hz</strong>) à volume maximum avec une forme carrée ou en dents de scie force le diaphragme du haut-parleur à vibrer violemment, expulsant mécaniquement les gouttes d'eau piégées dans la grille. Ne reproduisez pas des fréquences extrêmement aiguës à volume maximum pendant longtemps
|
|
114
|
+
html: "Une onde de basse fréquence (généralement <strong>165Hz</strong>) à volume maximum avec une forme carrée ou en dents de scie force le diaphragme du haut-parleur à vibrer violemment, expulsant mécaniquement les gouttes d'eau piégées dans la grille. Ne reproduisez pas des fréquences extrêmement aiguës à volume maximum pendant longtemps: même si vous ne les entendez pas, l'énergie peut endommager les tweeters de votre équipement.",
|
|
115
115
|
},
|
|
116
116
|
],
|
|
117
117
|
ui: {
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
{
|
|
@@ -101,12 +101,12 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
|
|
|
101
101
|
{ type: 'title', text: 'Zakres Słuchu Człowieka i Presbycusis', level: 3 },
|
|
102
102
|
{
|
|
103
103
|
type: 'paragraph',
|
|
104
|
-
html: 'Zdrowe ludzkie ucho dostrzega dźwięki między <strong>20Hz a 20kHz</strong>. Z wiekiem górna granica spada: większość dorosłych powyżej 50 roku życia nie słyszy powyżej 12kHz. Ton 17,4kHz, znany jako
|
|
104
|
+
html: 'Zdrowe ludzkie ucho dostrzega dźwięki między <strong>20Hz a 20kHz</strong>. Z wiekiem górna granica spada: większość dorosłych powyżej 50 roku życia nie słyszy powyżej 12kHz. Ton 17,4kHz, znany jako "mosquito tone", to klasyczny test, który zazwyczaj przechodzą tylko nastolatkowie.',
|
|
105
105
|
},
|
|
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ą
|
|
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
|
|
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
|
|
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
|
{
|
|
@@ -17,7 +17,7 @@ const faqData = [
|
|
|
17
17
|
{
|
|
18
18
|
question: '正弦波与方波有什么区别?',
|
|
19
19
|
answer:
|
|
20
|
-
'
|
|
20
|
+
'正弦波是没有谐波的纯音(平滑且圆润)。方波富含奇次谐波,听起来更具攻击性或更具"数字感"。三角波介于两者之间,对音频合成非常有用。',
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
question: '这个工具会损坏我的扬声器吗?',
|
|
@@ -101,12 +101,12 @@ export const content: ToolLocaleContent<ToneGeneratorUI> = {
|
|
|
101
101
|
{ type: 'title', text: '人类听力范围与老年性耳聋', level: 3 },
|
|
102
102
|
{
|
|
103
103
|
type: 'paragraph',
|
|
104
|
-
html: '健康的成年人能感知 <strong>20Hz 到 20kHz</strong> 之间的声音。随着年龄增长,上限会下降:大多数 50 岁以上的成人听不到 12kHz 以上的声音。17.4kHz
|
|
104
|
+
html: '健康的成年人能感知 <strong>20Hz 到 20kHz</strong> 之间的声音。随着年龄增长,上限会下降:大多数 50 岁以上的成人听不到 12kHz 以上的声音。17.4kHz 的音调(被称为"蚊音")是一个经典的测试,通常只有青少年能通过。',
|
|
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
|
{
|
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
|
|