@jjlmoya/utils-home 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.
- package/package.json +1 -1
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +2 -20
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/dewPointCalculator/bibliography.ts +10 -0
- package/src/tool/dewPointCalculator/i18n/de.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/en.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/es.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/fr.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/id.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/it.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ja.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ko.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/nl.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/pl.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/pt.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ru.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/sv.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/tr.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/zh.ts +2 -12
- package/src/tool/dewPointCalculator/seo.astro +2 -1
- package/src/tool/heatingComparator/bibliography.ts +14 -0
- package/src/tool/heatingComparator/i18n/de.ts +2 -16
- package/src/tool/heatingComparator/i18n/en.ts +2 -12
- package/src/tool/heatingComparator/i18n/es.ts +2 -16
- package/src/tool/heatingComparator/i18n/fr.ts +2 -12
- package/src/tool/heatingComparator/i18n/id.ts +2 -16
- package/src/tool/heatingComparator/i18n/it.ts +2 -16
- package/src/tool/heatingComparator/i18n/ja.ts +296 -310
- package/src/tool/heatingComparator/i18n/ko.ts +296 -306
- package/src/tool/heatingComparator/i18n/nl.ts +2 -16
- package/src/tool/heatingComparator/i18n/pl.ts +2 -16
- package/src/tool/heatingComparator/i18n/pt.ts +2 -16
- package/src/tool/heatingComparator/i18n/ru.ts +2 -12
- package/src/tool/heatingComparator/i18n/sv.ts +2 -16
- package/src/tool/heatingComparator/i18n/tr.ts +2 -16
- package/src/tool/heatingComparator/i18n/zh.ts +296 -306
- package/src/tool/heatingComparator/seo.astro +3 -3
- package/src/tool/ledSavingCalculator/bibliography.ts +14 -0
- package/src/tool/ledSavingCalculator/i18n/de.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/en.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/es.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/fr.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/id.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/it.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ja.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ko.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/nl.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/pl.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/pt.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ru.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/sv.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/tr.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/zh.ts +2 -12
- package/src/tool/ledSavingCalculator/seo.astro +2 -1
- package/src/tool/projectorCalculator/bibliography.ts +5 -0
- package/src/tool/projectorCalculator/i18n/de.ts +2 -6
- package/src/tool/projectorCalculator/i18n/en.ts +2 -7
- package/src/tool/projectorCalculator/i18n/es.ts +2 -7
- package/src/tool/projectorCalculator/i18n/fr.ts +2 -7
- package/src/tool/projectorCalculator/i18n/id.ts +2 -7
- package/src/tool/projectorCalculator/i18n/it.ts +2 -6
- package/src/tool/projectorCalculator/i18n/ja.ts +175 -179
- package/src/tool/projectorCalculator/i18n/ko.ts +175 -179
- package/src/tool/projectorCalculator/i18n/nl.ts +2 -6
- package/src/tool/projectorCalculator/i18n/pl.ts +2 -6
- package/src/tool/projectorCalculator/i18n/pt.ts +2 -6
- package/src/tool/projectorCalculator/i18n/ru.ts +2 -6
- package/src/tool/projectorCalculator/i18n/sv.ts +2 -6
- package/src/tool/projectorCalculator/i18n/tr.ts +2 -6
- package/src/tool/projectorCalculator/i18n/zh.ts +175 -179
- package/src/tool/projectorCalculator/seo.astro +2 -1
- package/src/tool/qrGenerator/bibliography.ts +14 -0
- package/src/tool/qrGenerator/i18n/de.ts +192 -202
- package/src/tool/qrGenerator/i18n/en.ts +2 -16
- package/src/tool/qrGenerator/i18n/es.ts +2 -16
- package/src/tool/qrGenerator/i18n/fr.ts +2 -16
- package/src/tool/qrGenerator/i18n/id.ts +146 -150
- package/src/tool/qrGenerator/i18n/it.ts +169 -173
- package/src/tool/qrGenerator/i18n/ja.ts +146 -150
- package/src/tool/qrGenerator/i18n/ko.ts +146 -150
- package/src/tool/qrGenerator/i18n/nl.ts +146 -150
- package/src/tool/qrGenerator/i18n/pl.ts +146 -150
- package/src/tool/qrGenerator/i18n/pt.ts +146 -150
- package/src/tool/qrGenerator/i18n/ru.ts +146 -150
- package/src/tool/qrGenerator/i18n/sv.ts +146 -150
- package/src/tool/qrGenerator/i18n/tr.ts +146 -150
- package/src/tool/qrGenerator/i18n/zh.ts +146 -150
- package/src/tool/qrGenerator/seo.astro +2 -1
- package/src/tool/solarCalculator/bibliography.ts +5 -0
- package/src/tool/solarCalculator/i18n/de.ts +141 -145
- package/src/tool/solarCalculator/i18n/en.ts +2 -7
- package/src/tool/solarCalculator/i18n/es.ts +2 -7
- package/src/tool/solarCalculator/i18n/fr.ts +2 -7
- package/src/tool/solarCalculator/i18n/id.ts +2 -6
- package/src/tool/solarCalculator/i18n/it.ts +2 -6
- package/src/tool/solarCalculator/i18n/ja.ts +121 -125
- package/src/tool/solarCalculator/i18n/ko.ts +116 -120
- package/src/tool/solarCalculator/i18n/nl.ts +2 -5
- package/src/tool/solarCalculator/i18n/pl.ts +2 -6
- package/src/tool/solarCalculator/i18n/pt.ts +2 -6
- package/src/tool/solarCalculator/i18n/ru.ts +2 -5
- package/src/tool/solarCalculator/i18n/sv.ts +2 -5
- package/src/tool/solarCalculator/i18n/tr.ts +2 -5
- package/src/tool/solarCalculator/i18n/zh.ts +116 -120
- package/src/tool/solarCalculator/seo.astro +2 -1
- package/src/tool/tariffComparator/bibliography.ts +7 -0
- package/src/tool/tariffComparator/i18n/de.ts +129 -132
- package/src/tool/tariffComparator/i18n/en.ts +2 -9
- package/src/tool/tariffComparator/i18n/es.ts +2 -9
- package/src/tool/tariffComparator/i18n/fr.ts +2 -9
- package/src/tool/tariffComparator/i18n/id.ts +2 -5
- package/src/tool/tariffComparator/i18n/it.ts +2 -5
- package/src/tool/tariffComparator/i18n/ja.ts +129 -132
- package/src/tool/tariffComparator/i18n/ko.ts +129 -132
- package/src/tool/tariffComparator/i18n/nl.ts +2 -5
- package/src/tool/tariffComparator/i18n/pl.ts +2 -5
- package/src/tool/tariffComparator/i18n/pt.ts +2 -5
- package/src/tool/tariffComparator/i18n/ru.ts +2 -5
- package/src/tool/tariffComparator/i18n/sv.ts +2 -5
- package/src/tool/tariffComparator/i18n/tr.ts +2 -5
- package/src/tool/tariffComparator/i18n/zh.ts +129 -132
- package/src/tool/tariffComparator/seo.astro +2 -1
- package/src/types.ts +0 -2
|
@@ -1,180 +1,176 @@
|
|
|
1
|
-
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
import type { ProjectorCalculatorUI } from '../ui';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
'@
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
'@
|
|
65
|
-
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ProjectorCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'projector-throw-calculator';
|
|
7
|
+
const title = 'プロジェクター設置距離計算機 — 投写距離と画面サイズ';
|
|
8
|
+
const description =
|
|
9
|
+
'希望のスクリーンサイズと投写比(Throw Ratio)に基づいて、プロジェクターの正確な設置距離を計算。リアルタイムシミュレーション機能を搭載。';
|
|
10
|
+
|
|
11
|
+
const faqData = [
|
|
12
|
+
{
|
|
13
|
+
question: '投写比(Throw Ratio)とは何ですか?',
|
|
14
|
+
answer:
|
|
15
|
+
'特定の距離で画像がどれくらいの大きさになるかを定義する数値です。「投写距離 ÷ 画面の幅」で計算されます。比率が1.5の場合、1.5mの距離から投写すると、画面の幅が1mになることを意味します。',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: '100インチの画面にするにはどれくらいの距離が必要ですか?',
|
|
19
|
+
answer:
|
|
20
|
+
'プロジェクターの投写比によります。一般的な1.5:1の比率の場合、約3.3m必要です。短焦点(Short Throw)プロジェクターであれば、1m未満の距離で実現可能です。',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '16:9と4:3の違いは何ですか?',
|
|
24
|
+
answer:
|
|
25
|
+
'16:9は現代の映画やドラマに使われるワイドフォーマットです。4:3はプレゼンテーションなどで使われるクラシックなフォーマットです。適切なものを選択することで、余計な黒帯を避けることができます。',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'プロジェクターを設置する高さは重要ですか?',
|
|
29
|
+
answer:
|
|
30
|
+
'はい。プロジェクターには垂直オフセットや台形補正(キーストーン)機能があります。歪みを避けるため、画面の上端または下端に対して中央に設置するのが理想的です。',
|
|
31
|
+
},
|
|
32
|
+
];
|
|
33
|
+
|
|
34
|
+
const howToData = [
|
|
35
|
+
{
|
|
36
|
+
name: '投写比を確認する',
|
|
37
|
+
text: 'プロジェクターの箱や説明書に記載されている「1.2:1」や「1.5-1.8:1」などの数値を探します。',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: '画面サイズを決める',
|
|
41
|
+
text: '希望する画面のインチ数(対角)または壁の有効幅を入力します。',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'フォーマットを選ぶ',
|
|
45
|
+
text: '映画なら16:9、プレゼンなら4:3、シネマスコープなら21:9を選択します。',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: '距離を確認する',
|
|
49
|
+
text: '計算機が、プロジェクターを固定するための正確な設置距離を表示します。',
|
|
50
|
+
},
|
|
51
|
+
];
|
|
52
|
+
|
|
53
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'FAQPage',
|
|
56
|
+
mainEntity: faqData.map((item) => ({
|
|
57
|
+
'@type': 'Question',
|
|
58
|
+
name: item.question,
|
|
59
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
60
|
+
})),
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
const howToSchema: WithContext<HowTo> = {
|
|
64
|
+
'@context': 'https://schema.org',
|
|
65
|
+
'@type': 'HowTo',
|
|
66
|
+
name: title,
|
|
67
|
+
description,
|
|
68
|
+
step: howToData.map((step) => ({
|
|
69
|
+
'@type': 'HowToStep',
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
83
|
+
inLanguage: 'ja',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<ProjectorCalculatorUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
66
89
|
description,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
type: '
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
type: '
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
title: '設置チェックリスト',
|
|
155
|
-
items: [
|
|
156
|
-
'設置場所を決める前に投写比を確認する。',
|
|
157
|
-
'壁の有効スペースから最大画面サイズを把握する。',
|
|
158
|
-
'画面に対して垂直方向に中央設置する。',
|
|
159
|
-
'電子補正は避け、物理的な位置調整を優先する。',
|
|
160
|
-
'スクリーンに直接当たる光源がないか確認する。',
|
|
161
|
-
],
|
|
162
|
-
},
|
|
163
|
-
],
|
|
164
|
-
ui: {
|
|
165
|
-
configTitle: '設置設定',
|
|
166
|
-
configSubtitle: 'スクリーンと機種情報を入力',
|
|
167
|
-
labelDiagonal: '画面サイズ(対角)',
|
|
168
|
-
labelDiagonalUnit: 'インチ (")',
|
|
169
|
-
labelFormat: 'アスペクト比(フォーマット)',
|
|
170
|
-
labelThrowRatio: '投写比(Throw Ratio)',
|
|
171
|
-
throwRatioHint: '例: 1.50は、幅1mに対して1.5mの距離が必要であることを示します。',
|
|
172
|
-
ratio169Sub: 'TV / HD',
|
|
173
|
-
ratio219Sub: '映画',
|
|
174
|
-
ratio43Sub: '事務',
|
|
175
|
-
labelWidth: '画面の幅',
|
|
176
|
-
labelHeight: '画面の高さ',
|
|
177
|
-
labelDistance: '必要な投写距離',
|
|
178
|
-
simulationBadge: 'リアルタイム予測',
|
|
179
|
-
},
|
|
180
|
-
};
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliography,
|
|
92
|
+
howTo: howToData,
|
|
93
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
seo: [
|
|
95
|
+
{
|
|
96
|
+
type: 'title',
|
|
97
|
+
text: 'プロジェクションの幾何学をマスターする',
|
|
98
|
+
level: 2,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: '目分量でプロジェクターを設置すると、映像体験が損なわれる可能性があります。近すぎると画面が小さくなり、遠すぎると明るさが不足します。鍵となるのは<strong>投写比(Throw Ratio)</strong>です。',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'stats',
|
|
106
|
+
items: [
|
|
107
|
+
{ value: 'TR × W', label: '設置距離の式', icon: 'mdi:projector' },
|
|
108
|
+
{ value: '< 0.4', label: '超短焦点', icon: 'mdi:arrow-collapse-horizontal' },
|
|
109
|
+
{ value: '> 2.0', label: '長焦点', icon: 'mdi:arrow-expand-horizontal' },
|
|
110
|
+
],
|
|
111
|
+
columns: 3,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'comparative',
|
|
115
|
+
items: [
|
|
116
|
+
{
|
|
117
|
+
title: '投写比とは?',
|
|
118
|
+
description: '投写距離と画面幅の比率です。TRが1.5の場合、画面幅1mあたり1.5mの距離が必要です。',
|
|
119
|
+
icon: 'mdi:ruler',
|
|
120
|
+
points: ['TR < 1: 短焦点。狭い部屋に最適', 'TR 1–2: 標準的。リビング等に', 'TR > 2: 長焦点。広い講堂等に'],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
title: 'アスペクト比(フォーマット)',
|
|
124
|
+
description: 'フォーマットは画像の縦横比を決定します。不適切な比率を使うと黒帯が発生し、明るさが損なわれます。',
|
|
125
|
+
icon: 'mdi:aspect-ratio',
|
|
126
|
+
points: ['16:9: HD/4Kの標準フォーマット', '21:9: 映画用シネマスコープ', '4:3: プレゼン・事務用'],
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
columns: 2,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'プロの設置テクニック',
|
|
134
|
+
level: 3,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: '<strong>レンズシフト vs 台形補正:</strong> レンズシフト機能がある場合は、デジタルの台形補正(キーストーン)よりも常に優先して使用してください。台形補正は画質を劣化させます。',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'diagnostic',
|
|
142
|
+
variant: 'warning',
|
|
143
|
+
title: '環境光とスクリーンゲイン',
|
|
144
|
+
icon: 'mdi:lightbulb-on',
|
|
145
|
+
badge: 'プロのヒント',
|
|
146
|
+
html: '<p>照明のある部屋では、コントラストの低下を補うために高ゲイン(>1.0)のスクリーンを検討してください。</p>',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'summary',
|
|
150
|
+
title: '設置チェックリスト',
|
|
151
|
+
items: [
|
|
152
|
+
'設置場所を決める前に投写比を確認する。',
|
|
153
|
+
'壁の有効スペースから最大画面サイズを把握する。',
|
|
154
|
+
'画面に対して垂直方向に中央設置する。',
|
|
155
|
+
'電子補正は避け、物理的な位置調整を優先する。',
|
|
156
|
+
'スクリーンに直接当たる光源がないか確認する。',
|
|
157
|
+
],
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
ui: {
|
|
161
|
+
configTitle: '設置設定',
|
|
162
|
+
configSubtitle: 'スクリーンと機種情報を入力',
|
|
163
|
+
labelDiagonal: '画面サイズ(対角)',
|
|
164
|
+
labelDiagonalUnit: 'インチ (")',
|
|
165
|
+
labelFormat: 'アスペクト比(フォーマット)',
|
|
166
|
+
labelThrowRatio: '投写比(Throw Ratio)',
|
|
167
|
+
throwRatioHint: '例: 1.50は、幅1mに対して1.5mの距離が必要であることを示します。',
|
|
168
|
+
ratio169Sub: 'TV / HD',
|
|
169
|
+
ratio219Sub: '映画',
|
|
170
|
+
ratio43Sub: '事務',
|
|
171
|
+
labelWidth: '画面の幅',
|
|
172
|
+
labelHeight: '画面の高さ',
|
|
173
|
+
labelDistance: '必要な投写距離',
|
|
174
|
+
simulationBadge: 'リアルタイム予測',
|
|
175
|
+
},
|
|
176
|
+
};
|