@jjlmoya/utils-creative 1.6.0 → 1.8.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 +63 -62
- package/src/category/i18n/de.ts +9 -0
- package/src/category/i18n/id.ts +9 -0
- package/src/category/i18n/it.ts +9 -0
- package/src/category/i18n/ja.ts +9 -0
- package/src/category/i18n/ko.ts +9 -0
- package/src/category/i18n/nl.ts +9 -0
- package/src/category/i18n/pl.ts +9 -0
- package/src/category/i18n/pt.ts +9 -0
- package/src/category/i18n/ru.ts +9 -0
- package/src/category/i18n/sv.ts +9 -0
- package/src/category/i18n/tr.ts +9 -0
- package/src/category/i18n/zh.ts +9 -0
- package/src/category/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/bead-pattern-generator/i18n/de.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/en.ts +59 -17
- package/src/tool/bead-pattern-generator/i18n/es.ts +59 -17
- package/src/tool/bead-pattern-generator/i18n/fr.ts +59 -17
- package/src/tool/bead-pattern-generator/i18n/id.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/it.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/ja.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/ko.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/nl.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/pl.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/pt.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/ru.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/sv.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/tr.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/zh.ts +115 -0
- package/src/tool/bead-pattern-generator/index.ts +12 -0
- package/src/tool/dice-roller/i18n/de.ts +138 -0
- package/src/tool/dice-roller/i18n/en.ts +74 -32
- package/src/tool/dice-roller/i18n/es.ts +74 -32
- package/src/tool/dice-roller/i18n/fr.ts +74 -32
- package/src/tool/dice-roller/i18n/id.ts +138 -0
- package/src/tool/dice-roller/i18n/it.ts +138 -0
- package/src/tool/dice-roller/i18n/ja.ts +138 -0
- package/src/tool/dice-roller/i18n/ko.ts +138 -0
- package/src/tool/dice-roller/i18n/nl.ts +138 -0
- package/src/tool/dice-roller/i18n/pl.ts +138 -0
- package/src/tool/dice-roller/i18n/pt.ts +138 -0
- package/src/tool/dice-roller/i18n/ru.ts +138 -0
- package/src/tool/dice-roller/i18n/sv.ts +138 -0
- package/src/tool/dice-roller/i18n/tr.ts +138 -0
- package/src/tool/dice-roller/i18n/zh.ts +138 -0
- package/src/tool/dice-roller/index.ts +12 -0
- package/src/tool/excuse-generator/i18n/de.ts +122 -0
- package/src/tool/excuse-generator/i18n/en.ts +60 -18
- package/src/tool/excuse-generator/i18n/es.ts +60 -18
- package/src/tool/excuse-generator/i18n/fr.ts +60 -18
- package/src/tool/excuse-generator/i18n/id.ts +122 -0
- package/src/tool/excuse-generator/i18n/it.ts +122 -0
- package/src/tool/excuse-generator/i18n/ja.ts +122 -0
- package/src/tool/excuse-generator/i18n/ko.ts +122 -0
- package/src/tool/excuse-generator/i18n/nl.ts +122 -0
- package/src/tool/excuse-generator/i18n/pl.ts +122 -0
- package/src/tool/excuse-generator/i18n/pt.ts +122 -0
- package/src/tool/excuse-generator/i18n/ru.ts +122 -0
- package/src/tool/excuse-generator/i18n/sv.ts +122 -0
- package/src/tool/excuse-generator/i18n/tr.ts +122 -0
- package/src/tool/excuse-generator/i18n/zh.ts +122 -0
- package/src/tool/excuse-generator/index.ts +12 -0
- package/src/tool/fortune-cookie/i18n/de.ts +127 -0
- package/src/tool/fortune-cookie/i18n/en.ts +60 -18
- package/src/tool/fortune-cookie/i18n/es.ts +60 -18
- package/src/tool/fortune-cookie/i18n/fr.ts +60 -18
- package/src/tool/fortune-cookie/i18n/id.ts +127 -0
- package/src/tool/fortune-cookie/i18n/it.ts +127 -0
- package/src/tool/fortune-cookie/i18n/ja.ts +127 -0
- package/src/tool/fortune-cookie/i18n/ko.ts +127 -0
- package/src/tool/fortune-cookie/i18n/nl.ts +127 -0
- package/src/tool/fortune-cookie/i18n/pl.ts +127 -0
- package/src/tool/fortune-cookie/i18n/pt.ts +127 -0
- package/src/tool/fortune-cookie/i18n/ru.ts +127 -0
- package/src/tool/fortune-cookie/i18n/sv.ts +127 -0
- package/src/tool/fortune-cookie/i18n/tr.ts +127 -0
- package/src/tool/fortune-cookie/i18n/zh.ts +127 -0
- package/src/tool/fortune-cookie/index.ts +12 -0
- package/src/tool/synesthesia-painter/i18n/de.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/en.ts +74 -32
- package/src/tool/synesthesia-painter/i18n/es.ts +74 -32
- package/src/tool/synesthesia-painter/i18n/fr.ts +75 -33
- package/src/tool/synesthesia-painter/i18n/id.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/it.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/ja.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/ko.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/nl.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/pl.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/pt.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/ru.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/sv.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/tr.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/zh.ts +122 -0
- package/src/tool/synesthesia-painter/index.ts +12 -0
- package/src/tool/zalgo-generator/i18n/de.ts +113 -0
- package/src/tool/zalgo-generator/i18n/en.ts +58 -16
- package/src/tool/zalgo-generator/i18n/es.ts +58 -16
- package/src/tool/zalgo-generator/i18n/fr.ts +58 -16
- package/src/tool/zalgo-generator/i18n/id.ts +113 -0
- package/src/tool/zalgo-generator/i18n/it.ts +113 -0
- package/src/tool/zalgo-generator/i18n/ja.ts +113 -0
- package/src/tool/zalgo-generator/i18n/ko.ts +113 -0
- package/src/tool/zalgo-generator/i18n/nl.ts +113 -0
- package/src/tool/zalgo-generator/i18n/pl.ts +113 -0
- package/src/tool/zalgo-generator/i18n/pt.ts +113 -0
- package/src/tool/zalgo-generator/i18n/ru.ts +113 -0
- package/src/tool/zalgo-generator/i18n/sv.ts +113 -0
- package/src/tool/zalgo-generator/i18n/tr.ts +113 -0
- package/src/tool/zalgo-generator/i18n/zh.ts +113 -0
- package/src/tool/zalgo-generator/index.ts +12 -0
- package/src/tools.ts +14 -1
|
@@ -1,9 +1,63 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
1
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
2
3
|
|
|
4
|
+
const slug = 'galleta-fortuna';
|
|
5
|
+
const title = 'Galleta de la Fortuna';
|
|
6
|
+
const description = 'Consulta tu destino diario y descubre tus números de la suerte. Una fortuna al día, revelada con un clic.';
|
|
7
|
+
|
|
8
|
+
const faq: FortuneCookieLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: '¿Puedo abrir más de una galleta al día?',
|
|
11
|
+
answer: 'El destino solo habla una vez al día. Guardamos tu fortuna en el dispositivo para que sea tu guía durante la jornada.'
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: '¿Las fortunas se generan aleatoriamente?',
|
|
15
|
+
answer: 'Sí: se selecciona una fortuna aleatoria cada día y se guarda localmente. Las 25 fortunas tienen la misma probabilidad de ser elegidas, asegurando variedad con el tiempo.'
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
const howTo: FortuneCookieLocaleContent['howTo'] = [
|
|
20
|
+
{ name: 'Golpear', text: 'Haz clic varias veces sobre la galleta para romperla.' },
|
|
21
|
+
{ name: 'Leer', text: 'Descubre el mensaje oculto en su interior y tus números de la suerte.' }
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
25
|
+
'@context': 'https://schema.org',
|
|
26
|
+
'@type': 'FAQPage',
|
|
27
|
+
mainEntity: faq.map((item) => ({
|
|
28
|
+
'@type': 'Question',
|
|
29
|
+
name: item.question,
|
|
30
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
31
|
+
})),
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const howToSchema: WithContext<HowTo> = {
|
|
35
|
+
'@context': 'https://schema.org',
|
|
36
|
+
'@type': 'HowTo',
|
|
37
|
+
name: title,
|
|
38
|
+
description,
|
|
39
|
+
step: howTo.map((step) => ({
|
|
40
|
+
'@type': 'HowToStep',
|
|
41
|
+
name: step.name,
|
|
42
|
+
text: step.text,
|
|
43
|
+
})),
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'SoftwareApplication',
|
|
49
|
+
name: title,
|
|
50
|
+
description,
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
inLanguage: 'es',
|
|
55
|
+
};
|
|
56
|
+
|
|
3
57
|
export const content: FortuneCookieLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
58
|
+
slug,
|
|
59
|
+
title,
|
|
60
|
+
description,
|
|
7
61
|
faqTitle: 'Preguntas Frecuentes',
|
|
8
62
|
bibliographyTitle: 'Bibliografía del Destino',
|
|
9
63
|
ui: {
|
|
@@ -69,22 +123,10 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
69
123
|
{ pro: 'Completamente privado, sin datos enviados al servidor', con: 'Solo una fortuna al día (¡diseño intencionado!)' },
|
|
70
124
|
]},
|
|
71
125
|
],
|
|
72
|
-
faq
|
|
73
|
-
{
|
|
74
|
-
question: '¿Puedo abrir más de una galleta al día?',
|
|
75
|
-
answer: 'El destino solo habla una vez al día. Guardamos tu fortuna en el dispositivo para que sea tu guía durante la jornada.'
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
question: '¿Las fortunas se generan aleatoriamente?',
|
|
79
|
-
answer: 'Sí: se selecciona una fortuna aleatoria cada día y se guarda localmente. Las 25 fortunas tienen la misma probabilidad de ser elegidas, asegurando variedad con el tiempo.'
|
|
80
|
-
}
|
|
81
|
-
],
|
|
126
|
+
faq,
|
|
82
127
|
bibliography: [
|
|
83
128
|
{ name: 'Historia de la Galleta de la Fortuna', url: 'https://es.wikipedia.org/wiki/Galleta_de_la_fortuna' }
|
|
84
129
|
],
|
|
85
|
-
howTo
|
|
86
|
-
|
|
87
|
-
{ name: 'Leer', text: 'Descubre el mensaje oculto en su interior y tus números de la suerte.' }
|
|
88
|
-
],
|
|
89
|
-
schemas: []
|
|
130
|
+
howTo,
|
|
131
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
90
132
|
};
|
|
@@ -1,9 +1,63 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
1
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
2
3
|
|
|
4
|
+
const slug = 'biscuit-de-la-fortune';
|
|
5
|
+
const title = 'Biscuit de la Fortune';
|
|
6
|
+
const description = 'Consultez votre destin quotidien et découvrez vos numéros de chance. Un biscuit par jour, révélé d\'un simple clic.';
|
|
7
|
+
|
|
8
|
+
const faq: FortuneCookieLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Puis-je ouvrir plus d\'un biscuit par jour ?',
|
|
11
|
+
answer: 'Le destin ne parle qu\'une fois par jour. Nous enregistrons votre fortune sur l\'appareil pour qu\'elle vous guide tout au long de la journée.'
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Les fortunes sont-elles générées aléatoirement ?',
|
|
15
|
+
answer: 'Oui — une fortune aléatoire est sélectionnée chaque jour et sauvegardée localement. Chacune des 25 fortunes a une chance égale d\'être choisie, garantissant une variété au fil du temps.'
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
const howTo: FortuneCookieLocaleContent['howTo'] = [
|
|
20
|
+
{ name: 'Casser le biscuit', text: 'Cliquez de façon répétée sur le biscuit pour l\'ouvrir.' },
|
|
21
|
+
{ name: 'Lire votre fortune', text: 'Découvrez le message caché à l\'intérieur et vos numéros de chance pour la journée.' }
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
25
|
+
'@context': 'https://schema.org',
|
|
26
|
+
'@type': 'FAQPage',
|
|
27
|
+
mainEntity: faq.map((item) => ({
|
|
28
|
+
'@type': 'Question',
|
|
29
|
+
name: item.question,
|
|
30
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
31
|
+
})),
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const howToSchema: WithContext<HowTo> = {
|
|
35
|
+
'@context': 'https://schema.org',
|
|
36
|
+
'@type': 'HowTo',
|
|
37
|
+
name: title,
|
|
38
|
+
description,
|
|
39
|
+
step: howTo.map((step) => ({
|
|
40
|
+
'@type': 'HowToStep',
|
|
41
|
+
name: step.name,
|
|
42
|
+
text: step.text,
|
|
43
|
+
})),
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'SoftwareApplication',
|
|
49
|
+
name: title,
|
|
50
|
+
description,
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
inLanguage: 'fr',
|
|
55
|
+
};
|
|
56
|
+
|
|
3
57
|
export const content: FortuneCookieLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
58
|
+
slug,
|
|
59
|
+
title,
|
|
60
|
+
description,
|
|
7
61
|
faqTitle: 'Questions Fréquemment Posées',
|
|
8
62
|
bibliographyTitle: 'Bibliographie du Destin',
|
|
9
63
|
ui: {
|
|
@@ -64,22 +118,10 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
64
118
|
{ value: '1/jour', label: 'Un destin par jour', icon: 'mdi:calendar-today' },
|
|
65
119
|
], columns: 4 },
|
|
66
120
|
],
|
|
67
|
-
faq
|
|
68
|
-
{
|
|
69
|
-
question: 'Puis-je ouvrir plus d\'un biscuit par jour ?',
|
|
70
|
-
answer: 'Le destin ne parle qu\'une fois par jour. Nous enregistrons votre fortune sur l\'appareil pour qu\'elle vous guide tout au long de la journée.'
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
question: 'Les fortunes sont-elles générées aléatoirement ?',
|
|
74
|
-
answer: 'Oui — une fortune aléatoire est sélectionnée chaque jour et sauvegardée localement. Chacune des 25 fortunes a une chance égale d\'être choisie, garantissant une variété au fil du temps.'
|
|
75
|
-
}
|
|
76
|
-
],
|
|
121
|
+
faq,
|
|
77
122
|
bibliography: [
|
|
78
123
|
{ name: 'Histoire du Fortune Cookie', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
|
|
79
124
|
],
|
|
80
|
-
howTo
|
|
81
|
-
|
|
82
|
-
{ name: 'Lire votre fortune', text: 'Découvrez le message caché à l\'intérieur et vos numéros de chance pour la journée.' }
|
|
83
|
-
],
|
|
84
|
-
schemas: []
|
|
125
|
+
howTo,
|
|
126
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
85
127
|
};
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'kue-keberuntungan';
|
|
5
|
+
const title = 'Kue Keberuntungan';
|
|
6
|
+
const description = 'Periksa nasib harian Anda dan temukan angka keberuntungan Anda. Satu ramalan per hari, diungkapkan dengan satu klik.';
|
|
7
|
+
|
|
8
|
+
const faq: FortuneCookieLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Bisakah saya membuka lebih dari satu kue per hari?',
|
|
11
|
+
answer: 'Nasib hanya berbicara sekali sehari. Kami menyimpan ramalan Anda di perangkat sehingga ramalan tersebut memandu Anda sepanjang hari.'
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Apakah ramalannya dihasilkan secara acak?',
|
|
15
|
+
answer: 'Ya — satu ramalan acak dipilih setiap hari dan disimpan secara lokal. Masing-masing dari 25 ramalan memiliki peluang yang sama untuk dipilih, memastikan variasi dari waktu ke waktu.'
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
const howTo: FortuneCookieLocaleContent['howTo'] = [
|
|
20
|
+
{ name: 'Pecahkan kuenya', text: 'Klik kue berulang kali untuk membukanya.' },
|
|
21
|
+
{ name: 'Baca ramalan Anda', text: 'Temukan pesan tersembunyi di dalamnya dan angka keberuntungan Anda untuk hari ini.' }
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
25
|
+
'@context': 'https://schema.org',
|
|
26
|
+
'@type': 'FAQPage',
|
|
27
|
+
mainEntity: faq.map((item) => ({
|
|
28
|
+
'@type': 'Question',
|
|
29
|
+
name: item.question,
|
|
30
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
31
|
+
})),
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const howToSchema: WithContext<HowTo> = {
|
|
35
|
+
'@context': 'https://schema.org',
|
|
36
|
+
'@type': 'HowTo',
|
|
37
|
+
name: title,
|
|
38
|
+
description,
|
|
39
|
+
step: howTo.map((step) => ({
|
|
40
|
+
'@type': 'HowToStep',
|
|
41
|
+
name: step.name,
|
|
42
|
+
text: step.text,
|
|
43
|
+
})),
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'SoftwareApplication',
|
|
49
|
+
name: title,
|
|
50
|
+
description,
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
inLanguage: 'id',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export const content: FortuneCookieLocaleContent = {
|
|
58
|
+
slug,
|
|
59
|
+
title,
|
|
60
|
+
description,
|
|
61
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
62
|
+
bibliographyTitle: 'Bibliografi Nasib',
|
|
63
|
+
ui: {
|
|
64
|
+
title: 'Kue Keberuntungan Online',
|
|
65
|
+
description: 'Peramal digital harian Anda.',
|
|
66
|
+
instruction: 'Tekan kue untuk membuka nasib Anda',
|
|
67
|
+
dailyStatus: 'Nasib Anda telah terungkap untuk hari ini.',
|
|
68
|
+
shareBtn: 'Bagikan Kebijaksanaan',
|
|
69
|
+
shareTitle: 'Kue Keberuntungan Saya',
|
|
70
|
+
shareText: 'Nasib telah berbicara: "$TEXT"\nAngka saya: $NUMS\n\nTemukan nasib Anda di sini:',
|
|
71
|
+
copied: 'Tersalin!',
|
|
72
|
+
fortunes: JSON.stringify([
|
|
73
|
+
"Keberuntungan yang Anda cari ada di kue lain.",
|
|
74
|
+
"Jangan menghitung hari, buatlah hari-hari itu berarti.",
|
|
75
|
+
"Perjalanan seribu mil dimulai dengan satu langkah kaki.",
|
|
76
|
+
"Kesalahan adalah pendahuluan dari penemuan.",
|
|
77
|
+
"Kemampuan Anda untuk belajar adalah aset terbesar Anda.",
|
|
78
|
+
"Tersenyumlah, alam semesta sedang memperhatikan Anda.",
|
|
79
|
+
"Kesabaran adalah pohon dengan akar yang pahit tetapi buah yang sangat manis.",
|
|
80
|
+
"Jangan takut tumbuh perlahan, takutlah hanya jika Anda diam di tempat.",
|
|
81
|
+
"Hari ini adalah hari esok yang Anda khawatirkan kemarin.",
|
|
82
|
+
"Kebahagiaan bukan sesuatu yang sudah jadi. Itu berasal dari tindakan Anda sendiri.",
|
|
83
|
+
"Jika Anda tidak dapat mengubah arah angin, sesuaikan layar Anda.",
|
|
84
|
+
"Apa yang Anda tanam sekarang, akan Anda tuai nanti.",
|
|
85
|
+
"Kreativitas adalah kecerdasan yang sedang bersenang-senang.",
|
|
86
|
+
"Jangan mencari kesalahan, carilah solusi.",
|
|
87
|
+
"Sikap Anda, bukan bakat Anda, yang akan menentukan ketinggian Anda.",
|
|
88
|
+
"Kesuksesan adalah jumlah dari upaya kecil yang diulangi hari demi hari.",
|
|
89
|
+
"Percayalah Anda bisa dan Anda sudah setengah jalan menuju ke sana.",
|
|
90
|
+
"Satu-satunya cara untuk melakukan pekerjaan hebat adalah dengan mencintai apa yang Anda lakukan.",
|
|
91
|
+
"Hidup adalah 10% apa yang terjadi pada Anda dan 90% bagaimana Anda bereaksi terhadapnya.",
|
|
92
|
+
"Jadilah perubahan yang ingin Anda lihat di dunia.",
|
|
93
|
+
"Cara terbaik untuk memprediksi masa depan adalah dengan menciptakannya.",
|
|
94
|
+
"Kesederhanaan adalah kecanggihan tertinggi.",
|
|
95
|
+
"Anda adalah penguasa nasib Anda dan kapten jiwa Anda.",
|
|
96
|
+
"Segera Anda akan menerima berita yang akan mengubah perspektif Anda.",
|
|
97
|
+
"Perjalanan tak terduga akan membawakan Anda kegembiraan yang besar."
|
|
98
|
+
]),
|
|
99
|
+
faqTitle: 'FAQ',
|
|
100
|
+
bibliographyTitle: 'Referensi'
|
|
101
|
+
},
|
|
102
|
+
seo: [
|
|
103
|
+
{ type: 'title', text: 'Misteri Kue Keberuntungan', level: 2 },
|
|
104
|
+
{ type: 'paragraph', html: 'Pernahkah Anda bertanya-tanya dari mana kue-kue aneh ini berasal? Meskipun kita mengaitkannya dengan makanan Tiongkok, asalnya adalah perjalanan yang menarik antara Jepang dan Amerika Serikat. Kue keberuntungan seperti yang kita kenal sekarang kemungkinan besar ditemukan di California pada awal abad ke-20, bukan di Tiongkok — di mana kue ini hampir tidak dikenal.' },
|
|
105
|
+
{ type: 'tip', title: 'Cara Kerja Peramal Kami', html: 'Setiap hari Anda dapat membuka satu kue. Sistem menyimpan nasib Anda sehingga Anda mengingatnya selama 24 jam. Ramalan disimpan secara lokal di browser Anda — sepenuhnya pribadi, tidak melibatkan server. Datanglah lagi besok untuk ramalan baru!' },
|
|
106
|
+
{ type: 'title', text: 'Filosofi Peramal', level: 3 },
|
|
107
|
+
{ type: 'paragraph', html: 'Manusia selalu mencari bimbingan di masa-masa yang tidak pasti. Dari Peramal Delphi hingga I Ching, sistem ramalan menjalankan fungsi psikologis yang konsisten: sistem tersebut memberi kita izin untuk <strong>berhenti sejenak dan merenung</strong>. Kue keberuntungan tidak memprediksi masa depan — kue itu mendorong Anda untuk memikirkannya.' },
|
|
108
|
+
{ type: 'list', items: [
|
|
109
|
+
'<strong>Tiongkok Kuno:</strong> I Ching (Book of Changes, ~1000 SM) menggunakan heksagram untuk memandu keputusan dan menafsirkan nasib.',
|
|
110
|
+
'<strong>Yunani Klasik:</strong> Peramal Delphi menarik bagi para penguasa dan warga negara dengan pernyataan samar yang ditafsirkan sebagai bimbingan ilahi.',
|
|
111
|
+
'<strong>Jepang Modern:</strong> Slip keberuntungan Omikuji di kuil Shinto, yang diikatkan ke dahan pohon, memadukan nasib dengan ritual.',
|
|
112
|
+
'<strong>Amerika Serikat Abad ke-20:</strong> Kue keberuntungan muncul di komunitas Jepang-Amerika sebelum menjadi sinonim dengan masakan Tionghoa-Amerika.',
|
|
113
|
+
]},
|
|
114
|
+
{ type: 'stats', items: [
|
|
115
|
+
{ value: '3 miliar+', label: 'Kue keberuntungan dibuat setiap tahun', icon: 'mdi:cookie' },
|
|
116
|
+
{ value: '~1000 SM', label: 'Asal mula I Ching', icon: 'mdi:book-open-variant' },
|
|
117
|
+
{ value: '25', label: 'Ramalan dalam peramal ini', icon: 'mdi:star-shooting' },
|
|
118
|
+
{ value: '1/hari', label: 'Satu nasib per hari', icon: 'mdi:calendar-today' },
|
|
119
|
+
], columns: 4 },
|
|
120
|
+
],
|
|
121
|
+
faq,
|
|
122
|
+
bibliography: [
|
|
123
|
+
{ name: 'Sejarah Kue Keberuntungan', url: 'https://id.wikipedia.org/wiki/Kue_keberuntungan' }
|
|
124
|
+
],
|
|
125
|
+
howTo,
|
|
126
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
|
+
};
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'biscotto-della-fortuna-online';
|
|
5
|
+
const title = 'Biscotto della Fortuna';
|
|
6
|
+
const description = 'Controlla il tuo destino quotidiano e scopri i tuoi numeri fortunati. Una previsione al giorno, svelata con un clic.';
|
|
7
|
+
|
|
8
|
+
const faq: FortuneCookieLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Posso aprire più di un biscotto al giorno?',
|
|
11
|
+
answer: 'Il destino parla solo una volta al giorno. Salviamo la tua fortuna sul dispositivo in modo che ti guidi per tutta la giornata.'
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Le previsioni sono generate casualmente?',
|
|
15
|
+
answer: 'Sì — ogni giorno viene selezionata una previsione casuale che viene salvata localmente. Ognuna delle 25 previsioni ha la stessa probabilità di essere scelta, garantendo varietà nel tempo.'
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
const howTo: FortuneCookieLocaleContent['howTo'] = [
|
|
20
|
+
{ name: 'Rompi il biscotto', text: 'Clicca ripetutamente sul biscotto per aprirlo.' },
|
|
21
|
+
{ name: 'Leggi la tua fortuna', text: 'Scopri il messaggio nascosto all\'interno e i tuoi numeri fortunati per il giorno.' }
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
25
|
+
'@context': 'https://schema.org',
|
|
26
|
+
'@type': 'FAQPage',
|
|
27
|
+
mainEntity: faq.map((item) => ({
|
|
28
|
+
'@type': 'Question',
|
|
29
|
+
name: item.question,
|
|
30
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
31
|
+
})),
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const howToSchema: WithContext<HowTo> = {
|
|
35
|
+
'@context': 'https://schema.org',
|
|
36
|
+
'@type': 'HowTo',
|
|
37
|
+
name: title,
|
|
38
|
+
description,
|
|
39
|
+
step: howTo.map((step) => ({
|
|
40
|
+
'@type': 'HowToStep',
|
|
41
|
+
name: step.name,
|
|
42
|
+
text: step.text,
|
|
43
|
+
})),
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'SoftwareApplication',
|
|
49
|
+
name: title,
|
|
50
|
+
description,
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
inLanguage: 'it',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export const content: FortuneCookieLocaleContent = {
|
|
58
|
+
slug,
|
|
59
|
+
title,
|
|
60
|
+
description,
|
|
61
|
+
faqTitle: 'Domande Frequenti',
|
|
62
|
+
bibliographyTitle: 'Bibliografia del Destino',
|
|
63
|
+
ui: {
|
|
64
|
+
title: 'Biscotto della Fortuna Online',
|
|
65
|
+
description: 'Il tuo oracolo digitale quotidiano.',
|
|
66
|
+
instruction: 'Premi il biscotto per svelare il tuo destino',
|
|
67
|
+
dailyStatus: 'Il tuo destino è stato svelato per oggi.',
|
|
68
|
+
shareBtn: 'Condividi Saggezza',
|
|
69
|
+
shareTitle: 'Il Mio Biscotto della Fortuna',
|
|
70
|
+
shareText: 'Il destino ha parlato: "$TEXT"\nI miei numeri: $NUMS\n\nScopri la tua fortuna qui:',
|
|
71
|
+
copied: 'Copiato!',
|
|
72
|
+
fortunes: JSON.stringify([
|
|
73
|
+
"La fortuna che cerchi è in un altro biscotto.",
|
|
74
|
+
"Non contare i giorni, rendi i giorni importanti.",
|
|
75
|
+
"Un viaggio di mille miglia comincia con un solo passo.",
|
|
76
|
+
"L'errore è il preambolo della scoperta.",
|
|
77
|
+
"La tua capacità di imparare è la tua risorsa più grande.",
|
|
78
|
+
"Sorridi, l'universo ti sta guardando.",
|
|
79
|
+
"La pazienza è un albero con radici amare ma frutti molto dolci.",
|
|
80
|
+
"Non aver paura di crescere lentamente, temi solo di restare fermo.",
|
|
81
|
+
"Oggi è il domani di cui ti preoccupavi ieri.",
|
|
82
|
+
"La felicità non è qualcosa di pronto. Viene dalle tue stesse azioni.",
|
|
83
|
+
"Se non puoi cambiare la direzione del vento, regola le tue vele.",
|
|
84
|
+
"Ciò che pianti ora, raccoglierai dopo.",
|
|
85
|
+
"La creatività è l'intelligenza che si diverte.",
|
|
86
|
+
"Non cercare errori, cerca soluzioni.",
|
|
87
|
+
"Il tuo atteggiamento, non la tua attitudine, determinerà la tua altezza.",
|
|
88
|
+
"Il successo è la somma di piccoli sforzi ripetuti giorno dopo giorno.",
|
|
89
|
+
"Credi di poterlo fare e sarai a metà strada.",
|
|
90
|
+
"L'unico modo per fare un ottimo lavoro è amare quello che fai.",
|
|
91
|
+
"La vita è per il 10% ciò che ti accade e per il 90% come reagisci.",
|
|
92
|
+
"Sii il cambiamento che vuoi vedere nel mondo.",
|
|
93
|
+
"Il modo migliore per predire il futuro è inventarlo.",
|
|
94
|
+
"La semplicità è la massima sofisticatezza.",
|
|
95
|
+
"Sei il padrone del tuo destino e il capitano della tua anima.",
|
|
96
|
+
"Presto riceverai notizie che cambieranno la tua prospettiva.",
|
|
97
|
+
"Un viaggio inaspettato ti porterà grandi gioie."
|
|
98
|
+
]),
|
|
99
|
+
faqTitle: 'FAQ',
|
|
100
|
+
bibliographyTitle: 'Riferimenti'
|
|
101
|
+
},
|
|
102
|
+
seo: [
|
|
103
|
+
{ type: 'title', text: 'Il Mistero del Biscotto della Fortuna', level: 2 },
|
|
104
|
+
{ type: 'paragraph', html: 'Ti sei mai chiesto da dove provengano questi curiosi biscotti? Sebbene li associamo al cibo cinese, la loro origine è un affascinante viaggio tra il Giappone e gli Stati Uniti. Il biscotto della fortuna così come lo conosciamo oggi è stato probabilmente inventato nella California dell\'inizio del XX secolo, non in Cina, dove sono praticamente sconosciuti.' },
|
|
105
|
+
{ type: 'tip', title: 'Come funziona il nostro Oracolo', html: 'Ogni giorno puoi aprire un biscotto. Il sistema salva il tuo destino così lo ricorderai per 24 ore. La fortuna è memorizzata localmente nel tuo browser: completamente privata, nessun server coinvolto. Torna domani per una nuova previsione!' },
|
|
106
|
+
{ type: 'title', text: 'La Filosofia degli Oracoli', level: 3 },
|
|
107
|
+
{ type: 'paragraph', html: 'Gli esseri umani hanno sempre cercato guida in tempi incerti. Dall\'Oracolo di Delfi all\'I Ching, i sistemi di divinazione svolgono una funzione psicologica costante: ci danno il permesso di <strong>fermarci e riflettere</strong>. Un biscotto della fortuna non predice il futuro: ti spinge a pensarci.' },
|
|
108
|
+
{ type: 'list', items: [
|
|
109
|
+
'<strong>Antica Cina:</strong> L\'I Ching (Libro dei Mutamenti, ~1000 a.C.) usava esagrammi per guidare le decisioni e interpretare il destino.',
|
|
110
|
+
'<strong>Grecia Classica:</strong> L\'Oracolo di Delfi attirava sovrani e cittadini con pronunciamenti criptici interpretati come guida divina.',
|
|
111
|
+
'<strong>Giappone Moderno:</strong> I foglietti della fortuna Omikuji nei santuari shintoisti, legati ai rami degli alberi, mescolano il fato con il rito.',
|
|
112
|
+
'<strong>Stati Uniti XX secolo:</strong> I biscotti della fortuna sono emersi nelle comunità nippo-americane prima di diventare sinonimo della cucina sino-americana.',
|
|
113
|
+
]},
|
|
114
|
+
{ type: 'stats', items: [
|
|
115
|
+
{ value: '3 miliardi+', label: 'Biscotti fatti ogni anno', icon: 'mdi:cookie' },
|
|
116
|
+
{ value: '~1000 a.C.', label: 'Origine dell\'I Ching', icon: 'mdi:book-open-variant' },
|
|
117
|
+
{ value: '25', label: 'Fortune in questo oracolo', icon: 'mdi:star-shooting' },
|
|
118
|
+
{ value: '1/giorno', label: 'Un destino al giorno', icon: 'mdi:calendar-today' },
|
|
119
|
+
], columns: 4 },
|
|
120
|
+
],
|
|
121
|
+
faq,
|
|
122
|
+
bibliography: [
|
|
123
|
+
{ name: 'Storia del Biscotto della Fortuna', url: 'https://it.wikipedia.org/wiki/Biscotto_della_fortuna' }
|
|
124
|
+
],
|
|
125
|
+
howTo,
|
|
126
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
|
+
};
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'fortune-cookie-ja';
|
|
5
|
+
const title = 'フォーチュンクッキー';
|
|
6
|
+
const description = '一日の運勢を確認し、ラッキーナンバーを見つけましょう。一日に一回、クリックで運勢を占うことができます。';
|
|
7
|
+
|
|
8
|
+
const faq: FortuneCookieLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: '一日に複数のクッキーを開くことはできますか?',
|
|
11
|
+
answer: '運命が語るのは一日に一度だけです。占いの結果はデバイスに保存され、その日一日あなたを導きます。'
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: '占いの内容はランダムに生成されますか?',
|
|
15
|
+
answer: 'はい。毎日ランダムに一つのメッセージが選ばれ、ローカルに保存されます。25種類のメッセージはすべて等しい確率で選ばれるため、毎日変化を楽しむことができます。'
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
const howTo: FortuneCookieLocaleContent['howTo'] = [
|
|
20
|
+
{ name: 'クッキーを割る', text: 'クッキーを繰り返しクリックして割ります。' },
|
|
21
|
+
{ name: 'メッセージを読む', text: '中に隠されたメッセージと、その日のラッキーナンバーを確認します。' }
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
25
|
+
'@context': 'https://schema.org',
|
|
26
|
+
'@type': 'FAQPage',
|
|
27
|
+
mainEntity: faq.map((item) => ({
|
|
28
|
+
'@type': 'Question',
|
|
29
|
+
name: item.question,
|
|
30
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
31
|
+
})),
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const howToSchema: WithContext<HowTo> = {
|
|
35
|
+
'@context': 'https://schema.org',
|
|
36
|
+
'@type': 'HowTo',
|
|
37
|
+
name: title,
|
|
38
|
+
description,
|
|
39
|
+
step: howTo.map((step) => ({
|
|
40
|
+
'@type': 'HowToStep',
|
|
41
|
+
name: step.name,
|
|
42
|
+
text: step.text,
|
|
43
|
+
})),
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'SoftwareApplication',
|
|
49
|
+
name: title,
|
|
50
|
+
description,
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
inLanguage: 'ja',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export const content: FortuneCookieLocaleContent = {
|
|
58
|
+
slug,
|
|
59
|
+
title,
|
|
60
|
+
description,
|
|
61
|
+
faqTitle: 'よくある質問',
|
|
62
|
+
bibliographyTitle: '運命の参考文献',
|
|
63
|
+
ui: {
|
|
64
|
+
title: 'オンライン・フォーチュンクッキー',
|
|
65
|
+
description: 'あなたの毎日のデジタル神託。',
|
|
66
|
+
instruction: 'クッキーを叩いて運命を開きましょう',
|
|
67
|
+
dailyStatus: '本日の運勢はすでに公開されています。',
|
|
68
|
+
shareBtn: '知恵を共有する',
|
|
69
|
+
shareTitle: '私のフォーチュンクッキー',
|
|
70
|
+
shareText: '神託が語りました:"$TEXT"\n私のラッキーナンバー:$NUMS\n\nここからあなたの運勢を占う:',
|
|
71
|
+
copied: 'コピーしました!',
|
|
72
|
+
fortunes: JSON.stringify([
|
|
73
|
+
"あなたが探している幸福は、別のクッキーの中にあります。",
|
|
74
|
+
"日を数えるのではなく、日々を数え上げるものにしなさい。",
|
|
75
|
+
"千里の道も一歩から始まります。",
|
|
76
|
+
"失敗は発見の序文です。",
|
|
77
|
+
"学ぶ能力こそがあなたの最大の財産です。",
|
|
78
|
+
"微笑んでください。宇宙があなたを見守っています。",
|
|
79
|
+
"忍耐は根は苦いが、その実はとても甘い木です。",
|
|
80
|
+
"ゆっくり成長することを恐れず、ただ立ち止まっていることだけを恐れなさい。",
|
|
81
|
+
"今日は、昨日あなたが心配していた明日です。",
|
|
82
|
+
"幸福はあらかじめ作られたものではありません。それはあなた自身の行動から生まれます。",
|
|
83
|
+
"風向きを変えられないなら、帆を調整しなさい。",
|
|
84
|
+
"今植えたものが、のちに収穫するものとなります。",
|
|
85
|
+
"創造性とは、知性が楽しんでいる状態です。",
|
|
86
|
+
"間違いを探すのではなく、解決策を探しなさい。",
|
|
87
|
+
"あなたの態度(Attitude)こそが、あなたの高度(Altitude)を決めます。資質(Aptitude)ではありません。",
|
|
88
|
+
"成功とは、毎日繰り返される小さな努力の積み重ねです。",
|
|
89
|
+
"できると信じれば、道は半分開けたも同然です。",
|
|
90
|
+
"素晴らしい仕事をする唯一の方法は、自分の仕事を愛することです。",
|
|
91
|
+
"人生の10%はあなたに起こることで、90%はそれに対するあなたの反応です。",
|
|
92
|
+
"あなたが世界で見たいと思う変化そのものになりなさい。",
|
|
93
|
+
"未来を予測する最良の方法は、それを創り出すことです。",
|
|
94
|
+
"シンプルさは究極の洗練です。",
|
|
95
|
+
"あなたは自らの運命の主人であり、自らの魂の指揮官です。",
|
|
96
|
+
"近いうちに、あなたの視点を変えるようなニュースを受け取るでしょう。",
|
|
97
|
+
"予期せぬ旅があなたに大きな喜びをもたらすでしょう。"
|
|
98
|
+
]),
|
|
99
|
+
faqTitle: 'FAQ',
|
|
100
|
+
bibliographyTitle: '参考文献'
|
|
101
|
+
},
|
|
102
|
+
seo: [
|
|
103
|
+
{ type: 'title', text: 'フォーチュンクッキーの謎', level: 2 },
|
|
104
|
+
{ type: 'paragraph', html: 'この不思議なクッキーがどこから来たのか、考えたことはありますか?中華料理のイメージが強いですが、その起源は日本とアメリカをまたぐ興味深い旅の歴史です。今日私たちが知っているフォーチュンクッキーは、20世紀初頭のカリフォルニアで発明された可能性が高く、中国本土ではほとんど知られていません。' },
|
|
105
|
+
{ type: 'tip', title: '神託の仕組み', html: '毎日一回、クッキーを開くことができます。システムが運勢を24時間保存します。占いの結果はブラウザのローカルにのみ保存され、完全にプライベートです。サーバーとの通信もありません。明日また新しい予言を見に来てください!' },
|
|
106
|
+
{ type: 'title', text: '神託の哲学', level: 3 },
|
|
107
|
+
{ type: 'paragraph', html: '人類は古来より、不確実な時代に導きを求めてきました。デルポイの神託から易経にいたるまで、占いのシステムには一貫した心理的機能があります。それは、私たちに<strong>「立ち止まり、内省する」</strong>許可を与えることです。フォーチュンクッキーは未来を当てるものではなく、未来について考えるきっかけをくれるものです。' },
|
|
108
|
+
{ type: 'list', items: [
|
|
109
|
+
'<strong>古代中国:</strong> 易経(紀元前1000年頃)は、六十四卦を用いて決断を導き、運命を解釈しました。',
|
|
110
|
+
'<strong>古典ギリシャ:</strong> デルポイの神託は、神の導きとされる難解な宣告を求め、統治者や市民を惹きつけました。',
|
|
111
|
+
'<strong>現代日本:</strong> 神社にある「おみくじ」は、木の枝に結びつけられ、運命と儀式を融合させています。',
|
|
112
|
+
'<strong>20世紀アメリカ:</strong> フォーチュンクッキーは日系アメリカ人コミュニティで生まれ、のちに中華系アメリカ料理の代名詞となりました。'
|
|
113
|
+
]},
|
|
114
|
+
{ type: 'stats', items: [
|
|
115
|
+
{ value: '30億個以上', label: '年間で製造されるクッキーの数', icon: 'mdi:cookie' },
|
|
116
|
+
{ value: '紀元前1000年頃', label: '易経の起源', icon: 'mdi:book-open-variant' },
|
|
117
|
+
{ value: '25', label: '収録されているメッセージ数', icon: 'mdi:star-shooting' },
|
|
118
|
+
{ value: '1回/日', label: '一日に占える回数', icon: 'mdi:calendar-today' }
|
|
119
|
+
], columns: 4 }
|
|
120
|
+
],
|
|
121
|
+
faq,
|
|
122
|
+
bibliography: [
|
|
123
|
+
{ name: 'フォーチュンクッキーの歴史(英語)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
|
|
124
|
+
],
|
|
125
|
+
howTo,
|
|
126
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
|
+
};
|