@jjlmoya/utils-astronomy 1.33.0 → 1.35.1
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/tool/meteorShowerObservingPlanner/bibliography.astro +5 -5
- package/src/tool/meteorShowerObservingPlanner/i18n/de.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/en.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/es.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/fr.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/id.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/it.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/ja.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/ko.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/nl.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/pl.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/pt.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/ru.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/sv.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/tr.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/i18n/zh.ts +18 -22
- package/src/tool/meteorShowerObservingPlanner/seo.astro +6 -5
- package/src/tool/meteorShowerObservingPlanner/ui.ts +1 -5
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
3
|
import { meteorShowerObservingPlanner } from './index';
|
|
4
|
+
import type { KnownLocale } from '../../types';
|
|
4
5
|
|
|
5
6
|
interface Props {
|
|
6
|
-
locale
|
|
7
|
+
locale?: KnownLocale;
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
const { locale } = Astro.props;
|
|
10
|
-
const
|
|
11
|
-
const content = entry();
|
|
10
|
+
const { locale = 'es' } = Astro.props;
|
|
11
|
+
const content = await meteorShowerObservingPlanner.i18n[locale]?.();
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
<SharedBibliography links={content.bibliography} />
|
|
14
|
+
{content && <SharedBibliography links={content.bibliography} />}
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: 'Nein Teleskope verengen das Blickfeld zu stark. Die Beobachtung mit bloßem Auge ist am besten geeignet.',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: 'Analysieren Sie das Diagramm für Ihr optimales Fenster.',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: 'Meteorstrom auswählen',
|
|
162
|
+
text: 'Wählen Sie einen vorgegebenen Meteorstrom wie die Perseiden oder geben Sie eigene Werte ein.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: 'Breitengrad einstellen',
|
|
166
|
+
text: 'Passen Sie den Regler an Ihren aktuellen Standort an.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Dunkelheit und Mondphase konfigurieren',
|
|
170
|
+
text: 'Stellen Sie die lokale Bortle Klasse und die aktuelle Mondbeleuchtung ein.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Vorhersage prüfen',
|
|
174
|
+
text: 'Analysieren Sie das Diagramm für Ihr optimales Fenster.',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: 'No telescopes or binoculars restrict your field of view too much. Naked eye observing is best for catching meteors across wide sky areas.',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: 'Examine the peak visible rate chart to identify your optimal observing window.',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: 'Select Meteor Shower',
|
|
162
|
+
text: 'Choose a preset meteor shower such as Perseids or Geminids or enter custom ZHR values.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: 'Set Your Location Latitude',
|
|
166
|
+
text: 'Adjust the latitude slider to match your viewing location.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Configure Sky Darkness and Moon Phase',
|
|
170
|
+
text: 'Set your local Bortle scale value and current Moon illumination percentage.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Review Hourly Rate Forecast',
|
|
174
|
+
text: 'Examine the peak visible rate chart to identify your optimal observing window.',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: 'No los telescopios y prismáticos reducen demasiado el campo de visión. La observación a simple vista es ideal para abarcar amplias zonas del cielo.',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: 'Examina el gráfico de tasa visible para identificar la ventana horaria óptima.',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: 'Selecciona la Lluvia de Meteoros',
|
|
162
|
+
text: 'Escoge una lluvia predefinida como las Perseidas o Gemínidas o introduce valores de ZHR personalizados.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: 'Ajusta tu Latitud de Observación',
|
|
166
|
+
text: 'Desliza el control de latitud hasta coincidir con tu ubicación geográfica.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Configura la Oscuridad y Fase Lunar',
|
|
170
|
+
text: 'Establece tu clase Bortle local y el porcentaje de iluminación lunar actual.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Revisa el Pronóstico de Tasa Horaria',
|
|
174
|
+
text: 'Examina el gráfico de tasa visible para identificar la ventana horaria óptima.',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: 'Non un télescope réduit trop le champ de vision. L observation à l œil nu est la méthode la plus adaptée.',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: 'Consultez le graphique horaire pour déterminer le créneau idéal.',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: 'Sélectionner l essaim',
|
|
162
|
+
text: 'Choisissez une pluie de météores comme les Perseides ou saisissez une valeur ZHR.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: 'Régler la latitude',
|
|
166
|
+
text: 'Ajustez le curseur selon votre position géographique.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Configurer l obscurité et la Lune',
|
|
170
|
+
text: 'Indiquez la classe Bortle locale et l illumination de la Lune.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Analyser la prévision',
|
|
174
|
+
text: 'Consultez le graphique horaire pour déterminer le créneau idéal.',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -160,28 +160,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
160
160
|
answer: 'Tidak teleskop menyempitkan bidang pandang. Mata telanjang adalah yang terbaik.',
|
|
161
161
|
},
|
|
162
162
|
],
|
|
163
|
-
howTo:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
text: 'Periksa grafik untuk menemukan waktu terbaik.',
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
163
|
+
howTo: [
|
|
164
|
+
{
|
|
165
|
+
name: 'Pilih hujan meteor',
|
|
166
|
+
text: 'Pilih hujan meteor seperti Perseid atau masukkan nilai ZHR.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Atur lintang',
|
|
170
|
+
text: 'Sesuaikan slider dengan lokasi Anda.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Atur kegelapan dan Bulan',
|
|
174
|
+
text: 'Masukkan kelas Bortle dan persentase cahaya Bulan.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Tinjau prakiraan',
|
|
178
|
+
text: 'Periksa grafik jam untuk menemukan jendela optimal.',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
185
181
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
182
|
schemas: [
|
|
187
183
|
{
|
|
@@ -160,28 +160,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
160
160
|
answer: 'No i telescopi riducono troppo il campo visivo. L osservazione a occhio nudo è la scelta migliore.',
|
|
161
161
|
},
|
|
162
162
|
],
|
|
163
|
-
howTo:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
text: 'Esamina il grafico per individuare la finestra ideale.',
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
163
|
+
howTo: [
|
|
164
|
+
{
|
|
165
|
+
name: 'Seleziona lo sciame',
|
|
166
|
+
text: 'Scegli uno sciame come le Perseidi o inserisci valori ZHR personalizzati.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Imposta la latitudine',
|
|
170
|
+
text: 'Regola il cursore sulla tua posizione geografica.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Configura buio e Luna',
|
|
174
|
+
text: 'Imposta la classe Bortle e la percentuale di illuminazione lunare.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Controlla le previsioni',
|
|
178
|
+
text: 'Esamina il grafico per trovare la finestra di osservazione ideale.',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
185
181
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
182
|
schemas: [
|
|
187
183
|
{
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: '不要です。望遠鏡は視野が狭すぎるため広範囲を見渡せる肉眼観測が最も効果的です。',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: '時間別出現数グラフから最適な観測時間帯を特定します。',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: '流星群を選択',
|
|
162
|
+
text: 'ペルセウス座流星群などのプリセットを選択するかZHR値を入力します。',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: '緯度を設定',
|
|
166
|
+
text: '観測地の緯度にスライダーを合わせます。',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: '暗さと月齢を設定',
|
|
170
|
+
text: 'ボートルクラスと月光輝度を設定します。',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: '予測グラフを確認',
|
|
174
|
+
text: '時間別出現数グラフから最適な観測時間帯を特定します。',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: '아닙니다. 망원경은 시야가 너무 좁습니다. 맨눈 관측이 가장 좋습니다.',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: '차트를 통해 최적의 시간대를 확인합니다.',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: '유성우 선택',
|
|
162
|
+
text: '페르세우스자리 유성우 등 원하는 유성우를 선택하거나 ZHR 값을 입력합니다.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: '위도 설정',
|
|
166
|
+
text: '슬라이더를 사용해 현재 관측지 위도를 맞춥니다.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: '광해 및 달 위상 설정',
|
|
170
|
+
text: '보틀 등급과 달 조도를 입력합니다.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: '예측 수치 확인',
|
|
174
|
+
text: '차트를 통해 최적의 시간대를 확인합니다.',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -160,28 +160,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
160
160
|
answer: 'Nee een telescoop beperkt het gezichtsveld te veel. Kijken met het blote oog is het beste.',
|
|
161
161
|
},
|
|
162
162
|
],
|
|
163
|
-
howTo:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
text: 'Bekijk het diagram om het ideale venster te vinden.',
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
163
|
+
howTo: [
|
|
164
|
+
{
|
|
165
|
+
name: 'Selecteer een regen',
|
|
166
|
+
text: 'Kies een zwerm zoals de Perseïden of voer ZHR waarden in.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Stel breedtegraad in',
|
|
170
|
+
text: 'Pas de schuifregelaar aan op uw locatie.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Stel donkerte en maan in',
|
|
174
|
+
text: 'Voer de Bortle klasse en maanverlichting in.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Bekijk de voorspelling',
|
|
178
|
+
text: 'Bekijk de grafiek om het optimale observatievenster te bepalen.',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
185
181
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
182
|
schemas: [
|
|
187
183
|
{
|
|
@@ -160,28 +160,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
160
160
|
answer: 'Nie teleskopy zbyt mocno zwężają pole widzenia. Najlepsze są obserwacje gołym okiem.',
|
|
161
161
|
},
|
|
162
162
|
],
|
|
163
|
-
howTo:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
text: 'Przeanalizuj wykres aby wybrać najlepsze okno.',
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
163
|
+
howTo: [
|
|
164
|
+
{
|
|
165
|
+
name: 'Wybierz rój',
|
|
166
|
+
text: 'Wybierz znany rój taki jak Perseidy lub wpisz własne wartości ZHR.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Ustaw szerokość geograficzną',
|
|
170
|
+
text: 'Dostosuj suwak do swojej lokalizacji.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Ustaw ciemność i Księżyc',
|
|
174
|
+
text: 'Wprowadź klasę Bortle a oraz oświetlenie Księżyca.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Sprawdź prognozę',
|
|
178
|
+
text: 'Przeanalizuj wykres godzinowy aby znaleźć optymalne okno obserwacyjne.',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
185
181
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
182
|
schemas: [
|
|
187
183
|
{
|
|
@@ -160,28 +160,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
160
160
|
answer: 'Não os telescópios reduzem muito o campo de visão. A observação a olho nu é a melhor escolha.',
|
|
161
161
|
},
|
|
162
162
|
],
|
|
163
|
-
howTo:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
text: 'Verifique o gráfico para encontrar a melhor janela.',
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
163
|
+
howTo: [
|
|
164
|
+
{
|
|
165
|
+
name: 'Selecionar chuva',
|
|
166
|
+
text: 'Escolha uma chuva como Perseidas ou digite valores de ZHR.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Ajustar latitude',
|
|
170
|
+
text: 'Ajuste o slider para sua localização geográfica.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Configurar escuridão e Lua',
|
|
174
|
+
text: 'Defina a classe Bortle e a porcentagem de iluminação lunar.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Analisar a previsão',
|
|
178
|
+
text: 'Examine o gráfico para encontrar a melhor janela de observação.',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
185
181
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
182
|
schemas: [
|
|
187
183
|
{
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: 'Нет телескопы слишком сильно сужают поле зрения. Наблюдение невооруженным глазом является лучшим выбором.',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: 'Изучите график видимой скорости для выбора наилучшего времени.',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: 'Выберите Метеорный Поток',
|
|
162
|
+
text: 'Выберите один из известных потоков например Персеиды или введите число ZHR.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: 'Укажите Широту',
|
|
166
|
+
text: 'Настройте ползунок широты в соответствии с вашим местоположением.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Настройте Засветку и Луну',
|
|
170
|
+
text: 'Установите класс Бортля и процент освещенности Луны.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Оцените Прогноз',
|
|
174
|
+
text: 'Изучите график видимой скорости для выбора наилучшего времени.',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -160,28 +160,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
160
160
|
answer: 'Nej teleskop begränsar synfältet för mycket. Blotta ögat är bäst.',
|
|
161
161
|
},
|
|
162
162
|
],
|
|
163
|
-
howTo:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
text: 'Se diagrammet för att hitta den bästa tiden.',
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
163
|
+
howTo: [
|
|
164
|
+
{
|
|
165
|
+
name: 'Välj meteorskur',
|
|
166
|
+
text: 'Välj en skur som Perseiderna eller ange egna ZHR värden.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Ställ in breddgrad',
|
|
170
|
+
text: 'Anpassa reglaget efter din position.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Ställ in mörker och måne',
|
|
174
|
+
text: 'Ange Bortle klass och månbelysning.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Granska prognosen',
|
|
178
|
+
text: 'Granska diagrammet för att hitta den bästa observationstiden.',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
185
181
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
182
|
schemas: [
|
|
187
183
|
{
|
|
@@ -160,28 +160,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
160
160
|
answer: 'Hayır teleskoplar görüş alanını çok daraltır. En iyisi çıplak gözle gözlem yapmaktır.',
|
|
161
161
|
},
|
|
162
162
|
],
|
|
163
|
-
howTo:
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
text: 'En iyi zamanı bulmak için grafiği inceleyin.',
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
163
|
+
howTo: [
|
|
164
|
+
{
|
|
165
|
+
name: 'Yağmuru seçin',
|
|
166
|
+
text: 'Perseid gibi bilinen bir yağmuru seçin veya ZHR değeri girin.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: 'Enlemi ayarlayın',
|
|
170
|
+
text: 'Kaydırıcıyı konumunuza göre ayarlayın.',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Karanlık ve Ay durumunu ayarlayın',
|
|
174
|
+
text: 'Bortle sınıfı ve Ay aydınlanmasını girin.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Tahmini inceleyin',
|
|
178
|
+
text: 'En iyi zamanı bulmak için grafiği inceleyin.',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
185
181
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
182
|
schemas: [
|
|
187
183
|
{
|
|
@@ -156,28 +156,24 @@ export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
|
156
156
|
answer: '不需要,望远镜视野太窄。肉眼全天域观测是最佳选择。',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
|
-
howTo:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
text: '分析图表确定最佳观测窗口。',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
},
|
|
159
|
+
howTo: [
|
|
160
|
+
{
|
|
161
|
+
name: '选择流星雨',
|
|
162
|
+
text: '选择英仙座流星雨等预设流星雨或输入自定义 ZHR。',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: '设置纬度',
|
|
166
|
+
text: '调整滑块至您所在的观测纬度。',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: '设置暗空与月相',
|
|
170
|
+
text: '输入波特尔等级与月球照度。',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: '查看预测',
|
|
174
|
+
text: '分析图表确定最佳观测窗口。',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
181
177
|
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
178
|
schemas: [
|
|
183
179
|
{
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
3
|
import { meteorShowerObservingPlanner } from './index';
|
|
4
|
+
import type { KnownLocale } from '../../types';
|
|
4
5
|
|
|
5
6
|
interface Props {
|
|
6
|
-
locale
|
|
7
|
+
locale?: KnownLocale;
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
const { locale } = Astro.props;
|
|
10
|
-
const
|
|
11
|
-
|
|
10
|
+
const { locale = 'es' } = Astro.props;
|
|
11
|
+
const content = await meteorShowerObservingPlanner.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
<SEORenderer
|
|
15
|
+
<SEORenderer content={{ locale, sections: content.seo }} />
|
|
@@ -81,11 +81,7 @@ export interface MeteorShowerObservingPlannerLocaleContent {
|
|
|
81
81
|
ui: MeteorShowerObservingPlannerUI;
|
|
82
82
|
seo: unknown[];
|
|
83
83
|
faq: Array<{ question: string; answer: string }>;
|
|
84
|
-
howTo: {
|
|
85
|
-
name: string;
|
|
86
|
-
description: string;
|
|
87
|
-
steps: Array<{ name: string; text: string }>;
|
|
88
|
-
};
|
|
84
|
+
howTo: Array<{ name: string; text: string }>;
|
|
89
85
|
bibliography: BibliographyEntry[];
|
|
90
86
|
schemas: unknown[];
|
|
91
87
|
}
|