@jjlmoya/utils-home 1.17.0 → 1.24.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 +10 -10
- package/src/category/i18n/en.ts +8 -8
- package/src/category/i18n/es.ts +2 -2
- package/src/category/i18n/fr.ts +15 -15
- package/src/category/i18n/id.ts +8 -8
- package/src/category/i18n/it.ts +7 -7
- package/src/category/i18n/nl.ts +8 -8
- package/src/category/i18n/pl.ts +10 -10
- package/src/category/i18n/pt.ts +8 -8
- package/src/category/i18n/ru.ts +10 -10
- package/src/category/i18n/sv.ts +8 -8
- package/src/category/i18n/tr.ts +4 -4
- package/src/category/i18n/zh.ts +8 -8
- package/src/entries.ts +7 -1
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/acTonnageCalculator/ac-tonnage-calculator.css +467 -0
- package/src/tool/acTonnageCalculator/bibliography.astro +14 -0
- package/src/tool/acTonnageCalculator/bibliography.ts +5 -0
- package/src/tool/acTonnageCalculator/client-animations.ts +80 -0
- package/src/tool/acTonnageCalculator/client.ts +171 -0
- package/src/tool/acTonnageCalculator/component.astro +186 -0
- package/src/tool/acTonnageCalculator/entry.ts +29 -0
- package/src/tool/acTonnageCalculator/i18n/de.ts +63 -0
- package/src/tool/acTonnageCalculator/i18n/en.ts +136 -0
- package/src/tool/acTonnageCalculator/i18n/es.ts +136 -0
- package/src/tool/acTonnageCalculator/i18n/fr.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/id.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/it.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/ja.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/ko.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/nl.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/pl.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/pt.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/ru.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/sv.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/tr.ts +61 -0
- package/src/tool/acTonnageCalculator/i18n/zh.ts +61 -0
- package/src/tool/acTonnageCalculator/index.ts +8 -0
- package/src/tool/acTonnageCalculator/logic.ts +56 -0
- package/src/tool/acTonnageCalculator/seo.astro +15 -0
- package/src/tool/acTonnageCalculator/ui.ts +39 -0
- package/src/tool/dewPointCalculator/bibliography.ts +2 -2
- package/src/tool/dewPointCalculator/i18n/de.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/en.ts +6 -6
- package/src/tool/dewPointCalculator/i18n/es.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/fr.ts +6 -6
- package/src/tool/dewPointCalculator/i18n/id.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/it.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/ja.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/ko.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/nl.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/pl.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/pt.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/ru.ts +11 -11
- package/src/tool/dewPointCalculator/i18n/sv.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/tr.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/zh.ts +5 -5
- package/src/tool/heatingComparator/i18n/de.ts +8 -8
- package/src/tool/heatingComparator/i18n/en.ts +1 -1
- package/src/tool/heatingComparator/i18n/es.ts +1 -1
- package/src/tool/heatingComparator/i18n/fr.ts +7 -7
- package/src/tool/heatingComparator/i18n/id.ts +1 -1
- package/src/tool/heatingComparator/i18n/it.ts +1 -1
- package/src/tool/heatingComparator/i18n/nl.ts +1 -1
- package/src/tool/heatingComparator/i18n/pl.ts +1 -1
- package/src/tool/heatingComparator/i18n/pt.ts +1 -1
- package/src/tool/heatingComparator/i18n/ru.ts +12 -12
- package/src/tool/heatingComparator/i18n/sv.ts +4 -4
- package/src/tool/heatingComparator/i18n/zh.ts +6 -6
- package/src/tool/ledSavingCalculator/bibliography.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/de.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/en.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/es.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/fr.ts +8 -8
- package/src/tool/ledSavingCalculator/i18n/id.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/it.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/ja.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/ko.ts +2 -2
- package/src/tool/ledSavingCalculator/i18n/nl.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/pl.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/pt.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/ru.ts +6 -6
- package/src/tool/ledSavingCalculator/i18n/sv.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/tr.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/zh.ts +4 -4
- package/src/tool/projectorCalculator/bibliography.ts +3 -3
- package/src/tool/projectorCalculator/i18n/de.ts +2 -2
- package/src/tool/projectorCalculator/i18n/en.ts +1 -1
- package/src/tool/projectorCalculator/i18n/es.ts +2 -2
- package/src/tool/projectorCalculator/i18n/fr.ts +4 -4
- package/src/tool/projectorCalculator/i18n/id.ts +2 -2
- package/src/tool/projectorCalculator/i18n/it.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ja.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ko.ts +2 -2
- package/src/tool/projectorCalculator/i18n/nl.ts +2 -2
- package/src/tool/projectorCalculator/i18n/pl.ts +3 -3
- package/src/tool/projectorCalculator/i18n/pt.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ru.ts +5 -5
- package/src/tool/projectorCalculator/i18n/sv.ts +2 -2
- package/src/tool/projectorCalculator/i18n/tr.ts +2 -2
- package/src/tool/projectorCalculator/i18n/zh.ts +4 -4
- package/src/tool/qrGenerator/bibliography.ts +1 -1
- package/src/tool/qrGenerator/i18n/en.ts +1 -1
- package/src/tool/qrGenerator/i18n/fr.ts +1 -1
- package/src/tool/solarCalculator/bibliography.ts +2 -2
- package/src/tool/solarCalculator/i18n/de.ts +2 -2
- package/src/tool/solarCalculator/i18n/en.ts +5 -5
- package/src/tool/solarCalculator/i18n/es.ts +3 -3
- package/src/tool/solarCalculator/i18n/fr.ts +6 -6
- package/src/tool/solarCalculator/i18n/id.ts +2 -2
- package/src/tool/solarCalculator/i18n/it.ts +2 -2
- package/src/tool/solarCalculator/i18n/ja.ts +2 -2
- package/src/tool/solarCalculator/i18n/ko.ts +2 -2
- package/src/tool/solarCalculator/i18n/nl.ts +2 -2
- package/src/tool/solarCalculator/i18n/pl.ts +3 -3
- package/src/tool/solarCalculator/i18n/pt.ts +2 -2
- package/src/tool/solarCalculator/i18n/ru.ts +5 -5
- package/src/tool/solarCalculator/i18n/sv.ts +2 -2
- package/src/tool/solarCalculator/i18n/tr.ts +2 -2
- package/src/tool/solarCalculator/i18n/zh.ts +3 -3
- package/src/tool/tariffComparator/bibliography.ts +1 -1
- package/src/tool/tariffComparator/i18n/en.ts +3 -3
- package/src/tool/tariffComparator/i18n/es.ts +3 -3
- package/src/tool/tariffComparator/i18n/fr.ts +6 -6
- package/src/tool/tariffComparator/i18n/pl.ts +1 -1
- package/src/tool/tariffComparator/i18n/zh.ts +1 -1
- package/src/tool/wifiRangeSimulator/bibliography.astro +14 -0
- package/src/tool/wifiRangeSimulator/bibliography.ts +14 -0
- package/src/tool/wifiRangeSimulator/component.astro +170 -0
- package/src/tool/wifiRangeSimulator/entry.ts +29 -0
- package/src/tool/wifiRangeSimulator/i18n/de.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/en.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/es.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/fr.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/id.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/it.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ja.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ko.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/nl.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/pl.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/pt.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ru.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/sv.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/tr.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/zh.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n-utils.ts +14 -0
- package/src/tool/wifiRangeSimulator/index.ts +8 -0
- package/src/tool/wifiRangeSimulator/logic.ts +220 -0
- package/src/tool/wifiRangeSimulator/seo.astro +15 -0
- package/src/tool/wifiRangeSimulator/sketch-actions.ts +168 -0
- package/src/tool/wifiRangeSimulator/sketch-events.ts +138 -0
- package/src/tool/wifiRangeSimulator/sketch-render-dash.ts +170 -0
- package/src/tool/wifiRangeSimulator/sketch-render-device.ts +42 -0
- package/src/tool/wifiRangeSimulator/sketch-render.ts +155 -0
- package/src/tool/wifiRangeSimulator/sketch-state.ts +186 -0
- package/src/tool/wifiRangeSimulator/sketch.ts +100 -0
- package/src/tool/wifiRangeSimulator/ui.ts +69 -0
- package/src/tool/wifiRangeSimulator/wifi-range-simulator.css +583 -0
- package/src/tools.ts +4 -0
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Energiebesparing', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000u', label: 'Levensduur LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 mnd', label: 'Terugverdientijd', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Moderne LED techniek',
|
|
130
130
|
description: 'De huidige standaard voor efficiëntie. Direct licht en minimale warmteafgifte.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90% directe besparing', 'Levensduur: tot 50.000 uur', 'Nauwelijks warmte'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Snelle Vergelijkingstabel',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Naslag',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W gloeilamp</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W gloeilamp</strong> → LED 5-6W (450 lm)</li><li><strong>60W gloeilamp</strong> → LED 8-10W (800 lm)</li><li><strong>100W gloeilamp</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halogeen</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Oszczędność Energii', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000h', label: 'Żywotność LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 m-ce', label: 'Amortyzacja', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Nowoczesny LED',
|
|
130
130
|
description: 'Obecny standard efektywności. Błyskawiczny start i minimalne wydzielanie ciepła.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90% oszczędności', 'Żywotność: 25.000-50.000 godzin', 'Bezpieczna temperatura'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Tabela Zamienników',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Ściąga',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W tradycyjna</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W tradycyjna</strong> → LED 5-6W (450 lm)</li><li><strong>60W tradycyjna</strong> → LED 8-10W (800 lm)</li><li><strong>100W tradycyjna</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halogen</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Poupança Energética', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000h', label: 'Vida Útil LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 meses', label: 'Amortização', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Tecnologia LED Moderna',
|
|
130
130
|
description: 'O padrão atual de eficiência. Acesso instantâneo e mínima emissão de calor.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90% poupança direta', 'Vida útil: 25.000-50.000 horas', 'Mínima emissão de calor'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Tabela de Equivalências Rápidas',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Referência',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W incandescente</strong> → LED 5-6W (450 lm)</li><li><strong>60W incandescente</strong> → LED 8-10W (800 lm)</li><li><strong>100W incandescente</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halogénea</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -37,7 +37,7 @@ const faqData = [
|
|
|
37
37
|
{
|
|
38
38
|
question: 'Нужно ли менять весь светильник целиком?',
|
|
39
39
|
answer:
|
|
40
|
-
'В 99%
|
|
40
|
+
'В 99% случаев: нет. Достаточно заменить саму лампочку на светодиодную с тем же цоколем (E27, E14, GU10 и т.д.).',
|
|
41
41
|
},
|
|
42
42
|
];
|
|
43
43
|
|
|
@@ -105,12 +105,12 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
type: 'paragraph',
|
|
108
|
-
html: 'Замена традиционного освещения на технологию <strong>LED (светоизлучающий диод)</strong
|
|
108
|
+
html: 'Замена традиционного освещения на технологию <strong>LED (светоизлучающий диод)</strong>: это одна из бытовых инвестиций с самым быстрым возвратом. Каждый сэкономленный ватт напрямую уменьшает сумму в квитанции в конце месяца. LED-лампа на 9 Вт дает тот же свет, что и лампа накаливания на 60 Вт, при этом <strong>потребляя на 85% меньше</strong>.',
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Экономия энергии', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25 000ч', label: 'Срок службы LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 мес.', label: 'Окупаемость', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Современные LED технологии',
|
|
130
130
|
description: 'Текущий стандарт энергоэффективности. Мгновенное включение и минимум тепла.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90% прямой экономии', 'Срок службы: 25-50 тысяч часов', 'Минимальный нагрев'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -141,7 +141,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
type: 'paragraph',
|
|
144
|
-
html: 'Лампа накаливания переводит в свет лишь 5% энергии. Светодиоды используют полупроводники, что делает их радикально эффективнее. <strong>Смотрите не на ватты, а на люмены:</strong> старая лампа 60 Вт дает около 800 лм; сегодня их можно получить от LED всего на 8
|
|
144
|
+
html: 'Лампа накаливания переводит в свет лишь 5% энергии. Светодиоды используют полупроводники, что делает их радикально эффективнее. <strong>Смотрите не на ватты, а на люмены:</strong> старая лампа 60 Вт дает около 800 лм; сегодня их можно получить от LED всего на 8-9 Вт.',
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
type: 'diagnostic',
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Таблица эквивалентов',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Справка',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40 Вт (накал)</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40 Вт (накал)</strong> → LED 5-6 Вт (450 лм)</li><li><strong>60 Вт (накал)</strong> → LED 8-10 Вт (800 лм)</li><li><strong>100 Вт (накал)</strong> → LED 13-15 Вт (1500 лм)</li><li><strong>50 Вт (галоген)</strong> → LED 6-7 Вт (450-500 лм)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: 'Energibesparing', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000h', label: 'Livslängd LED', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 mån', label: 'Återbetalning', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Modern LED teknik',
|
|
130
130
|
description: 'Nuvarande standard för effektivitet. Tänds direkt och minimal värmeavgivning.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90 % direkt besparing', 'Livslängd: upp till 50 000 timmar', 'Minimal värme'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Snabbguide för utbyte',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Referens',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W glödlampa</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W glödlampa</strong> → LED 5-6W (450 lm)</li><li><strong>60W glödlampa</strong> → LED 8-10W (800 lm)</li><li><strong>100W glödlampa</strong> → LED 13-15W (1500 lm)</li><li><strong>50W halogen</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '%85
|
|
113
|
+
{ value: '%85-90', label: 'Enerji Tasarrufu', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25.000s', label: 'LED Ömrü', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 ay', label: 'Amortisman', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: 'Modern LED Teknolojisi',
|
|
130
130
|
description: 'Güncel enerji verimliliği standardı. Anında tam parlaklık ve düşük ısı yayılımı.',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['%85
|
|
132
|
+
points: ['%85-90 doğrudan tasarruf', 'Ömür: 25.000-50.000 saat', 'Minimum ısı yayılımı'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: 'Hızlı Değişim Tablosu',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: 'Referans',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W Akkor</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W Akkor</strong> → LED 5-6W (450 lm)</li><li><strong>60W Akkor</strong> → LED 8-10W (800 lm)</li><li><strong>100W Akkor</strong> → LED 13-15W (1500 lm)</li><li><strong>50W Halojen</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -32,7 +32,7 @@ const faqData = [
|
|
|
32
32
|
{
|
|
33
33
|
question: '我可以在带调光器的灯具上使用LED吗?',
|
|
34
34
|
answer:
|
|
35
|
-
'
|
|
35
|
+
'仅当灯泡明确标注为"可调光"(Dimmable)时。标准LED在旧式调光器上表现不佳,可能会出现闪烁或嗡嗡声。',
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
question: '需要更换整个灯具吗?',
|
|
@@ -110,7 +110,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
110
110
|
{
|
|
111
111
|
type: 'stats',
|
|
112
112
|
items: [
|
|
113
|
-
{ value: '85
|
|
113
|
+
{ value: '85-90%', label: '能源节省率', icon: 'mdi:lightning-bolt' },
|
|
114
114
|
{ value: '25,000h', label: 'LED 寿命', icon: 'mdi:clock-outline' },
|
|
115
115
|
{ value: '< 4 个月', label: '投资回本周期', icon: 'mdi:calendar-check' },
|
|
116
116
|
],
|
|
@@ -129,7 +129,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
129
129
|
title: '现代 LED 技术',
|
|
130
130
|
description: '当前的家庭节能标准。即开即亮,热量排放极低。',
|
|
131
131
|
icon: 'mdi:led-outline',
|
|
132
|
-
points: ['85
|
|
132
|
+
points: ['85-90% 直接节能', '寿命:25,000-50,000 小时', '发热量极低'],
|
|
133
133
|
},
|
|
134
134
|
],
|
|
135
135
|
columns: 2,
|
|
@@ -149,7 +149,7 @@ export const content: ToolLocaleContent<LedSavingCalculatorUI> = {
|
|
|
149
149
|
title: '快速等效表',
|
|
150
150
|
icon: 'mdi:table',
|
|
151
151
|
badge: '参考',
|
|
152
|
-
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W 白热灯</strong> → LED 5
|
|
152
|
+
html: '<ul style="margin:0;padding-left:1.2em"><li><strong>40W 白热灯</strong> → LED 5-6W (450 lm)</li><li><strong>60W 白热灯</strong> → LED 8-10W (800 lm)</li><li><strong>100W 白热灯</strong> → LED 13-15W (1500 lm)</li><li><strong>50W 卤素灯</strong> → LED 6-7W (450-500 lm)</li></ul>',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
type: 'summary',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const bibliography = [
|
|
2
|
-
{ name: 'Projector Central
|
|
3
|
-
{ name: 'Epson
|
|
4
|
-
{ name: 'BenQ
|
|
2
|
+
{ name: 'Projector Central: Throw Distance Calculator', url: 'https://www.projectorcentral.com/projection-calculator-pro.cfm' },
|
|
3
|
+
{ name: 'Epson: Guía de Distancia de Proyección', url: 'https://epson.com/' },
|
|
4
|
+
{ name: 'BenQ: Knowledge Center', url: 'https://www.benq.com/en-us/knowledge-center/' },
|
|
5
5
|
];
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'projektor-abstand-rechner';
|
|
7
|
-
const title = 'Projektor Abstandsrechner
|
|
7
|
+
const title = 'Projektor Abstandsrechner: Verhältnis & Leinwand';
|
|
8
8
|
const description =
|
|
9
9
|
'Berechnen Sie den exakten Abstand für die Installation Ihres Projektors basierend auf der Leinwandgröße und dem Projektionsverhältnis (Throw Ratio).';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Was ist das Throw Ratio?',
|
|
118
118
|
description: 'Es ist das Verhältnis zwischen Projektionsabstand und Bildbreite. Ein TR von 1,5 bedeutet 1,5 m Abstand pro Meter Bildbreite.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Kurzdistanz, ideal für kleine Räume', 'TR 1
|
|
120
|
+
points: ['TR < 1: Kurzdistanz, ideal für kleine Räume', 'TR 1-2: Standard für Wohnzimmer', 'TR > 2: Langdistanz für Hörsäle'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Seitenverhältnis (Format)',
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'What is the Throw Ratio?',
|
|
118
118
|
description: 'The ratio between the projection distance and the image width. A TR of 1.5 means you need 1.5m of distance per metre of screen width.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, ideal for small rooms', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, ideal for small rooms', 'TR 1-2: Standard for living rooms and meeting rooms', 'TR > 2: Long Throw, for large auditoriums'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Format and Aspect Ratio',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'calculadora-tiro-proyector';
|
|
7
|
-
const title = 'Calculadora Distancia Proyector
|
|
7
|
+
const title = 'Calculadora Distancia Proyector: Tiro y Pantalla';
|
|
8
8
|
const description =
|
|
9
9
|
'Calcula la distancia exacta para instalar tu proyector según el tamaño de pantalla deseado y el Throw Ratio. Herramienta visual con simulación en tiempo real.';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: '¿Qué es el Throw Ratio?',
|
|
118
118
|
description: 'Es la relación entre la distancia de proyección y el ancho de la imagen. Un TR de 1.5 significa que necesitas 1.5m de distancia por cada metro de ancho de pantalla.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, ideal para espacios pequeños', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, ideal para espacios pequeños', 'TR 1-2: Estándar para salones y salas de reuniones', 'TR > 2: Long Throw, para grandes auditorios'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Formato y Relación de Aspecto',
|
|
@@ -117,13 +117,13 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: "Qu est ce que le Throw Ratio ?",
|
|
118
118
|
description: "Le rapport entre la distance de projection et la largeur de l'image. Un TR de 1.5 signifie qu'il faut 1.5m de distance par mètre de largeur d'écran.",
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1
|
|
120
|
+
points: ['TR < 1: Short Throw, idéal pour les petits espaces', 'TR 1-2: Standard pour salons et salles de réunion', "TR > 2: Long Throw, pour les grands auditoriums"],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: "Format et Rapport d'Aspect",
|
|
124
124
|
description: "Le format détermine les proportions de l'image. Utiliser le mauvais format crée des bandes noires qui gaspillent la surface d'écran et réduisent la luminosité perçue.",
|
|
125
125
|
icon: 'mdi:aspect-ratio',
|
|
126
|
-
points: ["16:9 (1.78:1)
|
|
126
|
+
points: ["16:9 (1.78:1): standard HD/4K pour cinéma et séries", '21:9 (2.35:1): format cinémascope pour home cinema', "4:3 (1.33:1): pour présentations et projecteurs de bureau"],
|
|
127
127
|
},
|
|
128
128
|
],
|
|
129
129
|
columns: 2,
|
|
@@ -152,7 +152,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
152
152
|
"Notez le Throw Ratio de votre projecteur avant de choisir l'emplacement de montage.",
|
|
153
153
|
"Vérifiez la taille maximale d'image permise par l'espace disponible.",
|
|
154
154
|
"Montez le projecteur centré verticalement par rapport à l'écran.",
|
|
155
|
-
"Évitez le Keystone numérique
|
|
155
|
+
"Évitez le Keystone numérique: utilisez le Lens Shift ou ajustez la position physique.",
|
|
156
156
|
"Assurez-vous qu'aucune source lumineuse directe ne pointe vers l'écran.",
|
|
157
157
|
],
|
|
158
158
|
},
|
|
@@ -164,7 +164,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
164
164
|
labelDiagonalUnit: 'Pouces (")',
|
|
165
165
|
labelFormat: "Format (Rapport d'Aspect)",
|
|
166
166
|
labelThrowRatio: 'Throw Ratio',
|
|
167
|
-
throwRatioHint: "Consultez le manuel de votre projecteur. Exemple
|
|
167
|
+
throwRatioHint: "Consultez le manuel de votre projecteur. Exemple: 1.50 signifie que pour 1m de largeur d'image, vous avez besoin de 1.5m de distance.",
|
|
168
168
|
ratio169Sub: 'TV / HD',
|
|
169
169
|
ratio219Sub: 'Cinéma',
|
|
170
170
|
ratio43Sub: 'Rétro',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'kalkulator-jarak-proyektor';
|
|
7
|
-
const title = 'Kalkulator Jarak Proyektor
|
|
7
|
+
const title = 'Kalkulator Jarak Proyektor: Tembakan dan Layar';
|
|
8
8
|
const description =
|
|
9
9
|
'Hitung jarak tepat untuk memasang proyektor Anda berdasarkan ukuran layar yang diinginkan dan Throw Ratio. Alat visual dengan simulasi real-time.';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Apa itu Throw Ratio?',
|
|
118
118
|
description: 'Ini adalah hubungan antara jarak proyeksi dan lebar gambar. TR 1.5 berarti Anda butuh jarak 1.5m untuk setiap meter lebar layar.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, ideal untuk ruang sempit', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, ideal untuk ruang sempit', 'TR 1-2: Standar untuk ruang tamu', 'TR > 2: Long Throw, untuk auditorium besar'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Format dan Rasio Aspek',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'calcolatore-distanza-proiettore';
|
|
7
|
-
const title = 'Calcolatore Distanza Proiettore
|
|
7
|
+
const title = 'Calcolatore Distanza Proiettore: Tiro e Schermo';
|
|
8
8
|
const description =
|
|
9
9
|
'Calcola la distanza esatta per installare il tuo proiettore in base alla dimensione dello schermo desiderata e al Throw Ratio.';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Cos\'è il Throw Ratio?',
|
|
118
118
|
description: 'È il rapporto tra distanza di proiezione e larghezza immagine. Un TR di 1.5 significa che serve 1.5m di distanza per ogni metro di larghezza schermo.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, per spazi piccoli', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, per spazi piccoli', 'TR 1-2: Standard per soggiorni', 'TR > 2: Long Throw, per auditorium'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Formato e Aspect Ratio',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'projector-throw-calculator';
|
|
7
|
-
const title = '
|
|
7
|
+
const title = 'プロジェクター設置距離計算機: 投写距離と画面サイズ';
|
|
8
8
|
const description =
|
|
9
9
|
'希望のスクリーンサイズと投写比(Throw Ratio)に基づいて、プロジェクターの正確な設置距離を計算。リアルタイムシミュレーション機能を搭載。';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: '投写比とは?',
|
|
118
118
|
description: '投写距離と画面幅の比率です。TRが1.5の場合、画面幅1mあたり1.5mの距離が必要です。',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: 短焦点。狭い部屋に最適', 'TR 1
|
|
120
|
+
points: ['TR < 1: 短焦点。狭い部屋に最適', 'TR 1-2: 標準的。リビング等に', 'TR > 2: 長焦点。広い講堂等に'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'アスペクト比(フォーマット)',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'projector-throw-calculator';
|
|
7
|
-
const title = '프로젝터 투사거리
|
|
7
|
+
const title = '프로젝터 투사거리 계산기: 화면 크기 및 위치';
|
|
8
8
|
const description =
|
|
9
9
|
'원하는 화면 크기와 프로젝터의 투사비(Throw Ratio)에 따른 정확한 설치 거리를 계산해 보세요. 실시간 시뮬레이션 기능을 제공합니다.';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: '투사비란?',
|
|
118
118
|
description: '거리와 화면 폭의 비율입니다. 투사비 1.5는 화면 폭 1m당 1.5m의 거리가 필요함을 뜻합니다.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: 단초점, 좁은 방에 최적', 'TR 1
|
|
120
|
+
points: ['TR < 1: 단초점, 좁은 방에 최적', 'TR 1-2: 거실용 표준 규격', 'TR > 2: 대강당용 장초점'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: '화면 비율(포맷)',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'projector-afstand-calculator';
|
|
7
|
-
const title = 'Projector Afstand Calculator
|
|
7
|
+
const title = 'Projector Afstand Calculator: Throw Ratio';
|
|
8
8
|
const description =
|
|
9
9
|
'Bereken de exacte afstand voor uw projector aan de hand van de gewenste schermgrootte en de throw ratio van uw apparaat.';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Wat is Throw Ratio?',
|
|
118
118
|
description: 'De verhouding tussen afstand en breedte. Een TR van 1.5 betekent 1,5m afstand per meter beeldbreedte.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, voor kleine kamers', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, voor kleine kamers', 'TR 1-2: Standaard voor woonkamers', 'TR > 2: Long Throw, voor grote zalen'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Beeldverhouding (Formaat)',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'kalkulator-odleglosci-projektora';
|
|
7
|
-
const title = 'Kalkulator Odległości Projektora
|
|
7
|
+
const title = 'Kalkulator Odległości Projektora: Rzut i Ekran';
|
|
8
8
|
const description =
|
|
9
9
|
'Oblicz dokładną odległość montażu projektora w zależności od rozmiaru ekranu i współczynnika rzutu (Throw Ratio).';
|
|
10
10
|
|
|
@@ -99,7 +99,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
type: 'paragraph',
|
|
102
|
-
html: 'Montaż projektora "na oko" może popsuć seans. Za blisko
|
|
102
|
+
html: 'Montaż projektora "na oko" może popsuć seans. Za blisko: obraz za mały, za daleko: stracisz jasność. Kluczem jest <strong>Throw Ratio</strong>, który precyzyjnie określa relację odległości do obrazu.',
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
type: 'stats',
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Co to jest Throw Ratio?',
|
|
118
118
|
description: 'To stosunek odległości do szerokości obrazu. TR 1.5 oznacza 1.5m dystansu na każdy metr szerokości ekranu.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, do małych pokoi', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, do małych pokoi', 'TR 1-2: Standard do salonu', 'TR > 2: Long Throw, do dużych sal'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Format (Aspect Ratio)',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'calculadora-distancia-projetor';
|
|
7
|
-
const title = 'Calculadora de Distância do Projetor
|
|
7
|
+
const title = 'Calculadora de Distância do Projetor: Tiro e Ecrã';
|
|
8
8
|
const description =
|
|
9
9
|
'Calcule a distância exata para instalar o seu projetor de acordo com o tamanho do ecrã pretendido e o Throw Ratio.';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'O que é o Throw Ratio?',
|
|
118
118
|
description: 'É a relação entre a distância de projeção e a largura da imagem. Um TR de 1.5 significa que precisa de 1.5m de distância por cada metro de largura de ecrã.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, ideal para espaços pequenos', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, ideal para espaços pequenos', 'TR 1-2: Padrão para salas', 'TR > 2: Long Throw, para grandes auditórios'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Formato e Rácio de Aspeto',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'kalkulyator-rasstoyaniya-proektora';
|
|
7
|
-
const title = 'Калькулятор расстояния
|
|
7
|
+
const title = 'Калькулятор расстояния проектора: Проекция и Экран';
|
|
8
8
|
const description =
|
|
9
9
|
'Рассчитайте точное расстояние для установки проектора на основе желаемого размера экрана и проекционного отношения (Throw Ratio).';
|
|
10
10
|
|
|
@@ -22,7 +22,7 @@ const faqData = [
|
|
|
22
22
|
{
|
|
23
23
|
question: 'В чем разница между 16:9 и 4:3?',
|
|
24
24
|
answer:
|
|
25
|
-
'16:9
|
|
25
|
+
'16:9: панорамный формат для современных фильмов. 4:3: классика для презентаций. Выбор правильного формата исключает большие черные полосы.',
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
question: 'Важна ли высота установки проектора?',
|
|
@@ -99,7 +99,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
type: 'paragraph',
|
|
102
|
-
html: 'Установка проектора "на глаз" может испортить всё. Слишком
|
|
102
|
+
html: 'Установка проектора "на глаз" может испортить всё. Слишком близко: экран мал; слишком далеко: не хватит яркости. Ключ к успеху: <strong>Throw Ratio</strong>.',
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
type: 'stats',
|
|
@@ -117,11 +117,11 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Что такое Throw Ratio?',
|
|
118
118
|
description: 'Соотношение расстояния к ширине изображения. TR 1.5 означает 1.5м дистанции на каждый метр ширины экрана.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, для малых комнат', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, для малых комнат', 'TR 1-2: Стандарт для гостиных', 'TR > 2: Long Throw, для залов'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Формат (Aspect Ratio)',
|
|
124
|
-
description: 'Формат задает пропорции. Ошибка ведет к черным полосам и
|
|
124
|
+
description: 'Формат задает пропорции. Ошибка ведет к черным полосам и "съедает" яркость.',
|
|
125
125
|
icon: 'mdi:aspect-ratio',
|
|
126
126
|
points: ['16:9: стандарт HD/4K для дома', '21:9: панорамный формат кино', '4:3: формат для офиса'],
|
|
127
127
|
},
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'projektor-avstands-kalkylator';
|
|
7
|
-
const title = 'Projektor Avståndskalkylator
|
|
7
|
+
const title = 'Projektor Avståndskalkylator: Kastförhållande och Skärm';
|
|
8
8
|
const description =
|
|
9
9
|
'Beräkna exakt avstånd för att installera din projektor baserat på önskad skärmstorlek och kastförhållande (Throw Ratio).';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Vad är Throw Ratio?',
|
|
118
118
|
description: 'Förhållandet mellan avstånd och bildbredd. TR 1.5 betyder 1.5m avstånd per meter skärmbredd.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: Short Throw, för små rum', 'TR 1
|
|
120
|
+
points: ['TR < 1: Short Throw, för små rum', 'TR 1-2: Standard för vardagsrum', 'TR > 2: Long Throw, för hörsalar'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Format och Proproportioner',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'projektsiyon-mesafe-hesaplama';
|
|
7
|
-
const title = 'Projeksiyon Mesafe
|
|
7
|
+
const title = 'Projeksiyon Mesafe Hesaplayıcı: Atım Oranı';
|
|
8
8
|
const description =
|
|
9
9
|
'İstediğiniz ekran boyutuna ve projeksiyon cihazınızın Atım Oranı\'na (Throw Ratio) göre tam kurulum mesafesini hesaplayın.';
|
|
10
10
|
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: 'Atım Oranı (Throw Ratio) Nedir?',
|
|
118
118
|
description: 'Mesafe ile genişlik arasındaki orandır. 1.5 AO, her 1 metre genişlik için 1.5 metre mesafe gerektiği anlamına gelir.',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['AO < 1: Kısa atımlı, dar alanlar için ideal', 'AO 1
|
|
120
|
+
points: ['AO < 1: Kısa atımlı, dar alanlar için ideal', 'AO 1-2: Oturma odaları için standart', 'AO > 2: Büyük salonlar için uzun atımlı'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: 'Format ve En Boy Oranı',
|
|
@@ -4,7 +4,7 @@ import type { ProjectorCalculatorUI } from '../ui';
|
|
|
4
4
|
import { bibliography } from '../bibliography';
|
|
5
5
|
|
|
6
6
|
const slug = 'projector-throw-calculator';
|
|
7
|
-
const title = '
|
|
7
|
+
const title = '投影机距离计算器: 投射比与屏幕';
|
|
8
8
|
const description =
|
|
9
9
|
'根据所需的屏幕尺寸和投影机投射比(Throw Ratio)计算精确的安装距离。支持实时模拟的视觉化工具。';
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ const faqData = [
|
|
|
12
12
|
{
|
|
13
13
|
question: '什么是投射比(Throw Ratio)?',
|
|
14
14
|
answer:
|
|
15
|
-
'
|
|
15
|
+
'投射比定义了投影机在特定距离下能投射出多大的画面。计算公式为"投射距离 ÷ 画面宽度"。例如,投射比为 1.5 意味着从 1.5 米外投影,可以获得 1 米宽的画面。',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
question: '100 英寸的屏幕需要多远的距离?',
|
|
@@ -34,7 +34,7 @@ const faqData = [
|
|
|
34
34
|
const howToData = [
|
|
35
35
|
{
|
|
36
36
|
name: '查询投射比',
|
|
37
|
-
text: '
|
|
37
|
+
text: '在投影机机身、手册或包装盒上查找类似"1.2:1"或"1.5-1.8:1"的数值。',
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
name: '确定屏幕尺寸',
|
|
@@ -117,7 +117,7 @@ export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
|
117
117
|
title: '什么是投射比?',
|
|
118
118
|
description: '投射比是投影距离与画面宽度的比值。TR 为 1.5 意味着每 1 米画面宽度需要 1.5 米的投影距离。',
|
|
119
119
|
icon: 'mdi:ruler',
|
|
120
|
-
points: ['TR < 1: 短焦,适合小空间', 'TR 1
|
|
120
|
+
points: ['TR < 1: 短焦,适合小空间', 'TR 1-2: 客厅及会议室标准', 'TR > 2: 长焦,适合大型礼堂'],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
title: '画面格式与比例',
|
|
@@ -8,7 +8,7 @@ export const bibliography = [
|
|
|
8
8
|
url: 'https://www.rfc-editor.org/rfc/rfc6350',
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
name: 'ZXing: Barcode Contents
|
|
11
|
+
name: 'ZXing: Barcode Contents: WiFi, vCard y URL',
|
|
12
12
|
url: 'https://github.com/zxing/zxing/wiki/Barcode-Contents',
|
|
13
13
|
},
|
|
14
14
|
];
|
|
@@ -154,7 +154,7 @@ export const content: ToolLocaleContent<QRGeneratorUI> = {
|
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
type: 'paragraph',
|
|
157
|
-
html: '<strong>For Home (WiFi):</strong> Tired of hunting for the WiFi password note every time friends visit? Generate a QR with your SSID and password. Print it and stick it somewhere visible. Your guests just need to open their camera app, point and done
|
|
157
|
+
html: '<strong>For Home (WiFi):</strong> Tired of hunting for the WiFi password note every time friends visit? Generate a QR with your SSID and password. Print it and stick it somewhere visible. Your guests just need to open their camera app, point and done: they connect without typing anything.',
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
type: 'paragraph',
|