@jjlmoya/utils-creative 1.20.0 → 1.22.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 +4 -2
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/ru.ts +1 -1
- package/src/data.ts +2 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +3 -0
- package/src/layouts/PreviewLayout.astro +7 -2
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +2 -14
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/pagespeed_best_practices.test.ts +198 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/bead-pattern-generator/bibliography.astro +2 -12
- package/src/tool/bead-pattern-generator/bibliography.ts +5 -0
- package/src/tool/bead-pattern-generator/component.astro +2 -2
- package/src/tool/bead-pattern-generator/entry.ts +0 -1
- package/src/tool/bead-pattern-generator/i18n/de.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/en.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/es.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/fr.ts +5 -9
- package/src/tool/bead-pattern-generator/i18n/id.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/it.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/ja.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/ko.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/nl.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/pl.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/pt.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/ru.ts +8 -12
- package/src/tool/bead-pattern-generator/i18n/sv.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/tr.ts +4 -8
- package/src/tool/bead-pattern-generator/i18n/zh.ts +7 -11
- package/src/tool/dice-roller/bibliography.astro +3 -12
- package/src/tool/dice-roller/bibliography.ts +5 -0
- package/src/tool/dice-roller/entry.ts +0 -1
- package/src/tool/dice-roller/i18n/de.ts +12 -16
- package/src/tool/dice-roller/i18n/en.ts +12 -16
- package/src/tool/dice-roller/i18n/es.ts +11 -15
- package/src/tool/dice-roller/i18n/fr.ts +18 -22
- package/src/tool/dice-roller/i18n/id.ts +12 -16
- package/src/tool/dice-roller/i18n/it.ts +11 -15
- package/src/tool/dice-roller/i18n/ja.ts +9 -13
- package/src/tool/dice-roller/i18n/ko.ts +10 -14
- package/src/tool/dice-roller/i18n/nl.ts +12 -16
- package/src/tool/dice-roller/i18n/pl.ts +11 -15
- package/src/tool/dice-roller/i18n/pt.ts +12 -16
- package/src/tool/dice-roller/i18n/ru.ts +18 -22
- package/src/tool/dice-roller/i18n/sv.ts +12 -16
- package/src/tool/dice-roller/i18n/tr.ts +10 -14
- package/src/tool/dice-roller/i18n/zh.ts +16 -20
- package/src/tool/excuse-generator/bibliography.astro +2 -12
- package/src/tool/excuse-generator/bibliography.ts +3 -0
- package/src/tool/excuse-generator/entry.ts +0 -1
- package/src/tool/excuse-generator/i18n/de.ts +7 -9
- package/src/tool/excuse-generator/i18n/en.ts +2 -4
- package/src/tool/excuse-generator/i18n/es.ts +2 -4
- package/src/tool/excuse-generator/i18n/fr.ts +4 -6
- package/src/tool/excuse-generator/i18n/id.ts +2 -4
- package/src/tool/excuse-generator/i18n/it.ts +2 -4
- package/src/tool/excuse-generator/i18n/ja.ts +2 -4
- package/src/tool/excuse-generator/i18n/ko.ts +2 -4
- package/src/tool/excuse-generator/i18n/nl.ts +2 -4
- package/src/tool/excuse-generator/i18n/pl.ts +7 -9
- package/src/tool/excuse-generator/i18n/pt.ts +2 -4
- package/src/tool/excuse-generator/i18n/ru.ts +7 -9
- package/src/tool/excuse-generator/i18n/sv.ts +2 -4
- package/src/tool/excuse-generator/i18n/tr.ts +2 -4
- package/src/tool/excuse-generator/i18n/zh.ts +9 -11
- package/src/tool/fortune-cookie/bibliography.astro +2 -12
- package/src/tool/fortune-cookie/bibliography.ts +3 -0
- package/src/tool/fortune-cookie/component.astro +7 -10
- package/src/tool/fortune-cookie/entry.ts +0 -1
- package/src/tool/fortune-cookie/i18n/de.ts +6 -9
- package/src/tool/fortune-cookie/i18n/en.ts +6 -9
- package/src/tool/fortune-cookie/i18n/es.ts +2 -4
- package/src/tool/fortune-cookie/i18n/fr.ts +7 -10
- package/src/tool/fortune-cookie/i18n/id.ts +6 -9
- package/src/tool/fortune-cookie/i18n/it.ts +3 -6
- package/src/tool/fortune-cookie/i18n/ja.ts +2 -5
- package/src/tool/fortune-cookie/i18n/ko.ts +2 -5
- package/src/tool/fortune-cookie/i18n/nl.ts +6 -9
- package/src/tool/fortune-cookie/i18n/pl.ts +6 -9
- package/src/tool/fortune-cookie/i18n/pt.ts +6 -9
- package/src/tool/fortune-cookie/i18n/ru.ts +17 -20
- package/src/tool/fortune-cookie/i18n/sv.ts +6 -9
- package/src/tool/fortune-cookie/i18n/tr.ts +5 -8
- package/src/tool/fortune-cookie/i18n/zh.ts +7 -10
- package/src/tool/glitch-image-distorter/bibliography.astro +8 -0
- package/src/tool/glitch-image-distorter/bibliography.ts +4 -0
- package/src/tool/glitch-image-distorter/component.astro +393 -0
- package/src/tool/glitch-image-distorter/entry.ts +48 -0
- package/src/tool/glitch-image-distorter/glitch-image-distorter.css +233 -0
- package/src/tool/glitch-image-distorter/i18n/de.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/en.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/es.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/fr.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/id.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/it.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ja.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ko.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/nl.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/pl.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/pt.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ru.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/sv.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/tr.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/zh.ts +131 -0
- package/src/tool/glitch-image-distorter/index.ts +9 -0
- package/src/tool/glitch-image-distorter/seo.astro +15 -0
- package/src/tool/synesthesia-painter/bibliography.astro +3 -12
- package/src/tool/synesthesia-painter/bibliography.ts +5 -0
- package/src/tool/synesthesia-painter/entry.ts +0 -1
- package/src/tool/synesthesia-painter/i18n/de.ts +14 -18
- package/src/tool/synesthesia-painter/i18n/en.ts +5 -9
- package/src/tool/synesthesia-painter/i18n/es.ts +4 -8
- package/src/tool/synesthesia-painter/i18n/fr.ts +10 -14
- package/src/tool/synesthesia-painter/i18n/id.ts +5 -9
- package/src/tool/synesthesia-painter/i18n/it.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/ja.ts +4 -8
- package/src/tool/synesthesia-painter/i18n/ko.ts +4 -8
- package/src/tool/synesthesia-painter/i18n/nl.ts +4 -8
- package/src/tool/synesthesia-painter/i18n/pl.ts +14 -18
- package/src/tool/synesthesia-painter/i18n/pt.ts +5 -9
- package/src/tool/synesthesia-painter/i18n/ru.ts +17 -21
- package/src/tool/synesthesia-painter/i18n/sv.ts +5 -9
- package/src/tool/synesthesia-painter/i18n/tr.ts +4 -8
- package/src/tool/synesthesia-painter/i18n/zh.ts +15 -19
- package/src/tool/zalgo-generator/bibliography.astro +2 -12
- package/src/tool/zalgo-generator/bibliography.ts +5 -0
- package/src/tool/zalgo-generator/component.astro +1 -1
- package/src/tool/zalgo-generator/entry.ts +0 -1
- package/src/tool/zalgo-generator/i18n/de.ts +9 -13
- package/src/tool/zalgo-generator/i18n/en.ts +5 -9
- package/src/tool/zalgo-generator/i18n/es.ts +4 -8
- package/src/tool/zalgo-generator/i18n/fr.ts +9 -13
- package/src/tool/zalgo-generator/i18n/id.ts +5 -9
- package/src/tool/zalgo-generator/i18n/it.ts +4 -8
- package/src/tool/zalgo-generator/i18n/ja.ts +4 -8
- package/src/tool/zalgo-generator/i18n/ko.ts +4 -8
- package/src/tool/zalgo-generator/i18n/nl.ts +5 -9
- package/src/tool/zalgo-generator/i18n/pl.ts +9 -13
- package/src/tool/zalgo-generator/i18n/pt.ts +5 -9
- package/src/tool/zalgo-generator/i18n/ru.ts +9 -13
- package/src/tool/zalgo-generator/i18n/sv.ts +5 -9
- package/src/tool/zalgo-generator/i18n/tr.ts +5 -9
- package/src/tool/zalgo-generator/i18n/zh.ts +9 -13
- package/src/tools.ts +2 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ExcuseGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'excuse-generator';
|
|
@@ -8,11 +9,11 @@ const description = '语义化的随机机器,让您有格调地摆脱承诺
|
|
|
8
9
|
const faq: ExcuseGeneratorLocaleContent['faq'] = [
|
|
9
10
|
{
|
|
10
11
|
question: '这个生成器能挽救我的婚姻吗?',
|
|
11
|
-
answer: '
|
|
12
|
+
answer: '虽然我们不是治疗师,但利用一个合理的\"技术故障\"来避免与姻亲的聚餐,确实能显著缓解紧张气氛。请负责任地使用。'
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: '为什么句子这么荒诞?',
|
|
15
|
-
answer: '
|
|
16
|
+
answer: '策略核心是\"认知失调\"。如果你说一件平庸的事,那是可以验证的;如果你说一件荒谬的事,这种诧异感会瞬间阻断对方生气的能力。'
|
|
16
17
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: '常见问题解答',
|
|
62
|
-
bibliographyTitle: '闲暇文献',
|
|
63
63
|
ui: {
|
|
64
64
|
title: '荒诞借口生成器',
|
|
65
65
|
description: '下一代不在场证明计算器。',
|
|
@@ -97,15 +97,15 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
97
97
|
},
|
|
98
98
|
seo: [
|
|
99
99
|
{ type: 'title', text: '完美借口的科学艺术', level: 2 },
|
|
100
|
-
{ type: 'paragraph', html: '
|
|
100
|
+
{ type: 'paragraph', html: '我们生活在一个过度连接的时代。你的手机在震动,手表在提醒,社交日程表看起来就像一局即将败北的俄罗斯方块。对所有事情都说\"是\"的压力造成了社交疲劳的流行。' },
|
|
101
101
|
{ type: 'title', text: 'JOMO(错失的快乐)的复兴', level: 3 },
|
|
102
102
|
{ type: 'paragraph', html: '虽然 FOMO(错失恐惧症)统治了过去十年,但数字健康专家现在提倡 <strong>JOMO:错失的快乐</strong>。这关乎的不是孤立,而是有目的的选择。' },
|
|
103
|
-
{ type: 'tip', title: '无可辩驳的不在场证明公式', html: '<strong>分离主语:</strong
|
|
103
|
+
{ type: 'tip', title: '无可辩驳的不在场证明公式', html: '<strong>分离主语:</strong>你永远不是罪魁祸首。它是\"Wifi\"、\"我家猫\"或\"宇宙\"。将责任推给外部实体。<br><strong>夸张的动作:</strong>情况必须足够荒诞或专业,以至于没有人会追问细节。<br><strong>物理阻断:</strong>最终结果必须是二元的:要么我去,要么我呆在家里。' },
|
|
104
104
|
{ type: 'title', text: '借口简史', level: 3 },
|
|
105
105
|
{ type: 'list', items: [
|
|
106
|
-
'<strong>中世纪:</strong>
|
|
107
|
-
'<strong>工业革命:</strong>
|
|
108
|
-
'<strong>数字时代:</strong>
|
|
106
|
+
'<strong>中世纪:</strong> \"我的马掉了一个马掌\"(永恒的经典)。',
|
|
107
|
+
'<strong>工业革命:</strong> \"蒸汽机过热了\"。',
|
|
108
|
+
'<strong>数字时代:</strong> \"我的网络在更新到一半时断了\"。'
|
|
109
109
|
]},
|
|
110
110
|
{ type: 'proscons', items: [
|
|
111
111
|
{ pro: '瞬间缓解社交压力', con: '过度使用会破坏信任' },
|
|
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
114
114
|
]},
|
|
115
115
|
],
|
|
116
116
|
faq,
|
|
117
|
-
bibliography
|
|
118
|
-
{ name: '拖延者宣言', url: 'https://example.com/manifesto' }
|
|
119
|
-
],
|
|
117
|
+
bibliography,
|
|
120
118
|
howTo,
|
|
121
119
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
120
|
};
|
|
@@ -1,18 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const localeContentLoader = (fortuneCookie.i18n as Record<string, () => Promise<FortuneCookieLocaleContent>>)[locale];
|
|
12
|
-
const content = localeContentLoader ? await localeContentLoader() : null;
|
|
13
|
-
if (!content) return null;
|
|
14
|
-
|
|
15
|
-
const { bibliography } = content;
|
|
5
|
+
if (!bibliography || bibliography.length === 0) return null;
|
|
16
6
|
---
|
|
17
7
|
|
|
18
8
|
<SharedBibliography links={bibliography} />
|
|
@@ -204,8 +204,9 @@ const ASSETS = {
|
|
|
204
204
|
this.spawnCrumbs(5);
|
|
205
205
|
|
|
206
206
|
this.el.body.classList.remove('fortune-cookie-shake-1', 'fortune-cookie-shake-2', 'fortune-cookie-shake-3');
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
requestAnimationFrame(() => {
|
|
208
|
+
this.el.body.classList.add(`fortune-cookie-shake-${4 - this.health}`);
|
|
209
|
+
});
|
|
209
210
|
|
|
210
211
|
if (this.health === 2) {
|
|
211
212
|
this.el.img.src = this.assets.cracked1;
|
|
@@ -227,15 +228,11 @@ const ASSETS = {
|
|
|
227
228
|
this.el.broken.classList.remove('hidden');
|
|
228
229
|
this.el.body.classList.add('hidden');
|
|
229
230
|
|
|
230
|
-
void this.el.broken.offsetWidth;
|
|
231
|
-
|
|
232
231
|
requestAnimationFrame(() => {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
this.el.halfRight.style.opacity = '0';
|
|
238
|
-
});
|
|
232
|
+
this.el.halfLeft.style.transform = 'translate(-120px, 60px) rotate(-45deg)';
|
|
233
|
+
this.el.halfLeft.style.opacity = '0';
|
|
234
|
+
this.el.halfRight.style.transform = 'translate(120px, 60px) rotate(45deg)';
|
|
235
|
+
this.el.halfRight.style.opacity = '0';
|
|
239
236
|
});
|
|
240
237
|
|
|
241
238
|
setTimeout(() => {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'glueckskeks-online';
|
|
5
6
|
const title = 'Glückskeks';
|
|
@@ -12,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
|
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: 'Werden die Sprüche zufällig generiert?',
|
|
15
|
-
answer: 'Ja
|
|
16
|
+
answer: 'Ja - jeden Tag wird ein zufälliger Spruch ausgewählt und lokal gespeichert. Jeder der 25 Sprüche hat die gleiche Chance, ausgewählt zu werden, was für Abwechslung sorgt.'
|
|
16
17
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Häufig gestellte Fragen',
|
|
62
|
-
bibliographyTitle: 'Schicksals-Bibliographie',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Online Glückskeks',
|
|
65
65
|
description: 'Dein tägliches digitales Orakel.',
|
|
@@ -97,14 +97,13 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"Eine unerwartete Reise wird dir große Freude bereiten."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: 'Referenzen'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: 'Das Geheimnis des Glückskekses', level: 2 },
|
|
104
|
-
{ type: 'paragraph', html: 'Haben Sie sich jemals gefragt, woher diese kuriosen Kekse kommen? Obwohl wir sie mit chinesischem Essen assoziieren, ist ihre Herkunft eine faszinierende Reise zwischen Japan und den Vereinigten Staaten. Der Glückskeks, wie wir ihn heute kennen, wurde wahrscheinlich Anfang des 20. Jahrhunderts in Kalifornien erfunden, nicht in China
|
|
105
|
-
{ type: 'tip', title: 'So funktioniert unser Orakel', html: 'Jeden Tag können Sie einen Keks öffnen. Das System speichert Ihr Schicksal, damit Sie sich 24 Stunden lang daran erinnern können. Die Botschaft wird lokal in Ihrem Browser gespeichert
|
|
103
|
+
{ type: 'paragraph', html: 'Haben Sie sich jemals gefragt, woher diese kuriosen Kekse kommen? Obwohl wir sie mit chinesischem Essen assoziieren, ist ihre Herkunft eine faszinierende Reise zwischen Japan und den Vereinigten Staaten. Der Glückskeks, wie wir ihn heute kennen, wurde wahrscheinlich Anfang des 20. Jahrhunderts in Kalifornien erfunden, nicht in China - dort sind sie praktisch unbekannt.' },
|
|
104
|
+
{ type: 'tip', title: 'So funktioniert unser Orakel', html: 'Jeden Tag können Sie einen Keks öffnen. Das System speichert Ihr Schicksal, damit Sie sich 24 Stunden lang daran erinnern können. Die Botschaft wird lokal in Ihrem Browser gespeichert - absolut privat, ohne Beteiligung eines Servers. Kommen Sie morgen für eine neue Vorhersage wieder!' },
|
|
106
105
|
{ type: 'title', text: 'Die Philosophie der Orakel', level: 3 },
|
|
107
|
-
{ type: 'paragraph', html: 'Menschen haben in unsicheren Zeiten schon immer nach Führung gesucht. Vom Orakel von Delphi bis zum I Ging erfüllen Wahrsagesysteme eine beständige psychologische Funktion: Sie geben uns die Erlaubnis, <strong>inne zu halten und zu reflektieren</strong>. Ein Glückskeks sagt nicht die Zukunft voraus
|
|
106
|
+
{ type: 'paragraph', html: 'Menschen haben in unsicheren Zeiten schon immer nach Führung gesucht. Vom Orakel von Delphi bis zum I Ging erfüllen Wahrsagesysteme eine beständige psychologische Funktion: Sie geben uns die Erlaubnis, <strong>inne zu halten und zu reflektieren</strong>. Ein Glückskeks sagt nicht die Zukunft voraus - er regt dazu aus, darüber nachzudenken.' },
|
|
108
107
|
{ type: 'list', items: [
|
|
109
108
|
'<strong>Altes China:</strong> Das I Ging (Buch der Wandlungen, ca. 1000 v. Chr.) nutzte Hexagramme, um Entscheidungen zu leiten und das Schicksal zu interpretieren.',
|
|
110
109
|
'<strong>Klassisches Griechenland:</strong> Das Orakel von Delphi zog Herrscher und Bürger gleichermaßen mit kryptischen Aussprüchen an, die als göttliche Führung interpretiert wurden.',
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'Geschichte des Glückskekses', url: 'https://de.wikipedia.org/wiki/Glückskeks' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'fortune-cookie';
|
|
5
6
|
const title = 'Fortune Cookie';
|
|
@@ -12,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
|
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: 'Are the fortunes randomly generated?',
|
|
15
|
-
answer: 'Yes
|
|
16
|
+
answer: 'Yes - a random fortune is selected each day and saved locally. Each of the 25 fortunes has an equal chance of being chosen, ensuring variety over time.'
|
|
16
17
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Frequently Asked Questions',
|
|
62
|
-
bibliographyTitle: 'Destiny Bibliography',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Online Fortune Cookie',
|
|
65
65
|
description: 'Your daily digital oracle.',
|
|
@@ -97,14 +97,13 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"An unexpected trip will bring you great joys."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: 'References'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: 'The Mystery of the Fortune Cookie', level: 2 },
|
|
104
|
-
{ type: 'paragraph', html: 'Ever wondered where these curious cookies come from? Although we associate them with Chinese food, their origin is a fascinating journey between Japan and the United States. The fortune cookie as we know it today was likely invented in early 20th-century California, not China
|
|
105
|
-
{ type: 'tip', title: 'How Our Oracle Works', html: 'Each day you can open one cookie. The system saves your destiny so you remember it for 24 hours. The fortune is stored locally in your browser
|
|
103
|
+
{ type: 'paragraph', html: 'Ever wondered where these curious cookies come from? Although we associate them with Chinese food, their origin is a fascinating journey between Japan and the United States. The fortune cookie as we know it today was likely invented in early 20th-century California, not China - where they are virtually unknown.' },
|
|
104
|
+
{ type: 'tip', title: 'How Our Oracle Works', html: 'Each day you can open one cookie. The system saves your destiny so you remember it for 24 hours. The fortune is stored locally in your browser - completely private, no server involved. Come back tomorrow for a new prediction!' },
|
|
106
105
|
{ type: 'title', text: 'The Philosophy of Oracles', level: 3 },
|
|
107
|
-
{ type: 'paragraph', html: 'Humans have always sought guidance in uncertain times. From the Oracle of Delphi to the I Ching, fortune-telling systems serve a consistent psychological function: they give us permission to <strong>pause and reflect</strong>. A fortune cookie does not predict the future
|
|
106
|
+
{ type: 'paragraph', html: 'Humans have always sought guidance in uncertain times. From the Oracle of Delphi to the I Ching, fortune-telling systems serve a consistent psychological function: they give us permission to <strong>pause and reflect</strong>. A fortune cookie does not predict the future - it prompts you to think about it.' },
|
|
108
107
|
{ type: 'list', items: [
|
|
109
108
|
'<strong>Ancient China:</strong> The I Ching (Book of Changes, ~1000 BC) used hexagrams to guide decisions and interpret destiny.',
|
|
110
109
|
'<strong>Classical Greece:</strong> The Oracle of Delphi attracted rulers and citizens alike with cryptic pronouncements interpreted as divine guidance.',
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'History of the Fortune Cookie', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'galleta-fortuna';
|
|
5
6
|
const title = 'Galleta de la Fortuna';
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Preguntas Frecuentes',
|
|
62
|
-
bibliographyTitle: 'Bibliografía del Destino',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Galleta de la Fortuna Online',
|
|
65
65
|
description: 'Tu oráculo digital diario.',
|
|
@@ -124,9 +124,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
124
124
|
]},
|
|
125
125
|
],
|
|
126
126
|
faq,
|
|
127
|
-
bibliography
|
|
128
|
-
{ name: 'Historia de la Galleta de la Fortuna', url: 'https://es.wikipedia.org/wiki/Galleta_de_la_fortuna' }
|
|
129
|
-
],
|
|
127
|
+
bibliography,
|
|
130
128
|
howTo,
|
|
131
129
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
132
130
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'biscuit-de-la-fortune';
|
|
5
6
|
const title = 'Biscuit de la Fortune';
|
|
@@ -12,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
|
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: 'Les fortunes sont-elles générées aléatoirement ?',
|
|
15
|
-
answer: 'Oui
|
|
16
|
+
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
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Questions Fréquemment Posées',
|
|
62
|
-
bibliographyTitle: 'Bibliographie du Destin',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Biscuit de la Fortune en Ligne',
|
|
65
65
|
description: 'Votre oracle numérique quotidien.',
|
|
@@ -67,7 +67,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
67
67
|
dailyStatus: 'Votre destin a été révélé pour aujourd\'hui.',
|
|
68
68
|
shareBtn: 'Partager la Sagesse',
|
|
69
69
|
shareTitle: 'Mon Biscuit de la Fortune',
|
|
70
|
-
shareText: 'Le destin a
|
|
70
|
+
shareText: 'Le destin a parlé: "$TEXT"\nMes numéros: $NUMS\n\nDécouvrez votre fortune ici :',
|
|
71
71
|
copied: 'Copié !',
|
|
72
72
|
fortunes: JSON.stringify([
|
|
73
73
|
"La fortune que vous cherchez se trouve dans un autre biscuit.",
|
|
@@ -97,14 +97,13 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"Un voyage inattendu vous apportera de grandes joies."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: 'Références'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: 'Le Mystère du Biscuit de la Fortune', level: 2 },
|
|
104
|
-
{ type: 'paragraph', html: 'Vous êtes-vous déjà demandé d\'où viennent ces curieux biscuits ? Bien qu\'on les associe à la cuisine chinoise, leur origine est un voyage fascinant entre le Japon et les États-Unis. Le biscuit de la fortune tel que nous le connaissons aujourd\'hui a probablement été inventé au début du XXe siècle en Californie, pas en Chine
|
|
105
|
-
{ type: 'tip', title: 'Fonctionnement de Notre Oracle', html: 'Chaque jour, vous pouvez ouvrir un seul biscuit. Le système enregistre votre destin pour que vous puissiez vous en souvenir pendant 24 heures. La fortune est stockée localement dans votre navigateur
|
|
103
|
+
{ type: 'paragraph', html: 'Vous êtes-vous déjà demandé d\'où viennent ces curieux biscuits ? Bien qu\'on les associe à la cuisine chinoise, leur origine est un voyage fascinant entre le Japon et les États-Unis. Le biscuit de la fortune tel que nous le connaissons aujourd\'hui a probablement été inventé au début du XXe siècle en Californie, pas en Chine - où ils sont pratiquement inconnus.' },
|
|
104
|
+
{ type: 'tip', title: 'Fonctionnement de Notre Oracle', html: 'Chaque jour, vous pouvez ouvrir un seul biscuit. Le système enregistre votre destin pour que vous puissiez vous en souvenir pendant 24 heures. La fortune est stockée localement dans votre navigateur - totalement privé, aucun serveur n\'est impliqué. Revenez demain pour une nouvelle prédiction !' },
|
|
106
105
|
{ type: 'title', text: 'La Philosophie des Oracles', level: 3 },
|
|
107
|
-
{ type: 'paragraph', html: 'Les humains ont toujours cherché conseil en période d\'incertitude. De l\'Oracle de Delphes au Yi Jing, les systèmes de divination remplissent une fonction psychologique constante
|
|
106
|
+
{ type: 'paragraph', html: 'Les humains ont toujours cherché conseil en période d\'incertitude. De l\'Oracle de Delphes au Yi Jing, les systèmes de divination remplissent une fonction psychologique constante: ils nous autorisent à <strong>faire une pause et réfléchir</strong>. Un biscuit de la fortune ne prédit pas l\'avenir - il vous incite à y penser.' },
|
|
108
107
|
{ type: 'list', items: [
|
|
109
108
|
'<strong>Chine Ancienne :</strong> Le Yi Jing (Livre des Transformations, ~1000 av. J.-C.) utilisait des hexagrammes pour guider les décisions et interpréter le destin.',
|
|
110
109
|
'<strong>Grèce Classique :</strong> L\'Oracle de Delphes attirait dirigeants et citoyens avec des déclarations cryptiques interprétées comme des conseils divins.',
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'Histoire du Fortune Cookie', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'kue-keberuntungan';
|
|
5
6
|
const title = 'Kue Keberuntungan';
|
|
@@ -12,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
|
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: 'Apakah ramalannya dihasilkan secara acak?',
|
|
15
|
-
answer: 'Ya
|
|
16
|
+
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
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
62
|
-
bibliographyTitle: 'Bibliografi Nasib',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Kue Keberuntungan Online',
|
|
65
65
|
description: 'Peramal digital harian Anda.',
|
|
@@ -97,14 +97,13 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"Perjalanan tak terduga akan membawakan Anda kegembiraan yang besar."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: 'Referensi'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ 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
|
|
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
|
|
103
|
+
{ 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.' },
|
|
104
|
+
{ 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
105
|
{ 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
|
|
106
|
+
{ 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
107
|
{ type: 'list', items: [
|
|
109
108
|
'<strong>Tiongkok Kuno:</strong> I Ching (Book of Changes, ~1000 SM) menggunakan heksagram untuk memandu keputusan dan menafsirkan nasib.',
|
|
110
109
|
'<strong>Yunani Klasik:</strong> Peramal Delphi menarik bagi para penguasa dan warga negara dengan pernyataan samar yang ditafsirkan sebagai bimbingan ilahi.',
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'Sejarah Kue Keberuntungan', url: 'https://id.wikipedia.org/wiki/Kue_keberuntungan' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'biscotto-della-fortuna-online';
|
|
5
6
|
const title = 'Biscotto della Fortuna';
|
|
@@ -12,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
|
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: 'Le previsioni sono generate casualmente?',
|
|
15
|
-
answer: 'Sì
|
|
16
|
+
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
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Domande Frequenti',
|
|
62
|
-
bibliographyTitle: 'Bibliografia del Destino',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Biscotto della Fortuna Online',
|
|
65
65
|
description: 'Il tuo oracolo digitale quotidiano.',
|
|
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"Un viaggio inaspettato ti porterà grandi gioie."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: 'Riferimenti'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: 'Il Mistero del Biscotto della Fortuna', level: 2 },
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'Storia del Biscotto della Fortuna', url: 'https://it.wikipedia.org/wiki/Biscotto_della_fortuna' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'fortune-cookie';
|
|
5
6
|
const title = 'フォーチュンクッキー';
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'よくある質問',
|
|
62
|
-
bibliographyTitle: '運命の参考文献',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'オンライン・フォーチュンクッキー',
|
|
65
65
|
description: 'あなたの毎日のデジタル神託。',
|
|
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"予期せぬ旅があなたに大きな喜びをもたらすでしょう。"
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: '参考文献'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: 'フォーチュンクッキーの謎', level: 2 },
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 }
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'フォーチュンクッキーの歴史(英語)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'fortune-cookie';
|
|
5
6
|
const title = '포춘 쿠키';
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: '자주 묻는 질문',
|
|
62
|
-
bibliographyTitle: '운명의 참고 문헌',
|
|
63
63
|
ui: {
|
|
64
64
|
title: '온라인 포춘 쿠키',
|
|
65
65
|
description: '당신을 위한 매일의 디지털 신탁.',
|
|
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"예기치 못한 여행이 당신에게 큰 기쁨을 가져다줄 것입니다."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: '참고 문헌'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: '포춘 쿠키의 미스터리', level: 2 },
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: '포춘 쿠키의 역사 (영문)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'gelukskoekje-online';
|
|
5
6
|
const title = 'Gelukskoekje';
|
|
@@ -12,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
|
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: 'Worden de voorspellingen willekeurig gegenereerd?',
|
|
15
|
-
answer: 'Ja
|
|
16
|
+
answer: 'Ja - elke dag wordt er een willekeurige voorspelling geselecteerd en lokaal opgeslagen. Elk van de 25 voorspellingen heeft evenveel kans om gekozen te worden, wat zorgt voor variatie door de tijd heen.'
|
|
16
17
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Veelgestelde Vragen',
|
|
62
|
-
bibliographyTitle: 'Bestemmingsbibliografie',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Online Gelukskoekje',
|
|
65
65
|
description: 'Jouw dagelijkse digitale orakel.',
|
|
@@ -97,14 +97,13 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"Een onverwachte reis zal je veel plezier brengen."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: 'Referenties'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: 'Het Mysterie van het Gelukskoekje', level: 2 },
|
|
104
|
-
{ type: 'paragraph', html: 'Heb je je ooit afgevraagd waar deze curieuze koekjes vandaan komen? Hoewel we ze associëren met Chinees eten, is hun oorsprong een fascinerende reis tussen Japan en de Verenigde Staten. Het gelukskoekje zoals we dat nu kennen, is waarschijnlijk begin 20e eeuw in Californië uitgevonden, niet in China
|
|
105
|
-
{ type: 'tip', title: 'Hoe ons Orakel Werkt', html: 'Elke dag kun je één koekje openen. Het systeem bewaart je bestemming zodat je deze 24 uur lang kunt onthouden. De voorspelling wordt lokaal in je browser opgeslagen
|
|
103
|
+
{ type: 'paragraph', html: 'Heb je je ooit afgevraagd waar deze curieuze koekjes vandaan komen? Hoewel we ze associëren met Chinees eten, is hun oorsprong een fascinerende reis tussen Japan en de Verenigde Staten. Het gelukskoekje zoals we dat nu kennen, is waarschijnlijk begin 20e eeuw in Californië uitgevonden, niet in China - waar ze vrijwel onbekend zijn.' },
|
|
104
|
+
{ type: 'tip', title: 'Hoe ons Orakel Werkt', html: 'Elke dag kun je één koekje openen. Het systeem bewaart je bestemming zodat je deze 24 uur lang kunt onthouden. De voorspelling wordt lokaal in je browser opgeslagen - volledig privé, geen server bij betrokken. Kom morgen terug voor een nieuwe voorspelling!' },
|
|
106
105
|
{ type: 'title', text: 'De Filosofie van Orakels', level: 3 },
|
|
107
|
-
{ type: 'paragraph', html: 'Mensen hebben in onzekere tijden altijd naar leiding gezocht. Van het Orakel van Delphi tot de I Ching, waarzegsystemen vervullen een consistente psychologische functie: ze geven ons toestemming om <strong>stil te staan en te reflecteren</strong>. Een gelukskoekje voorspelt de toekomst niet
|
|
106
|
+
{ type: 'paragraph', html: 'Mensen hebben in onzekere tijden altijd naar leiding gezocht. Van het Orakel van Delphi tot de I Ching, waarzegsystemen vervullen een consistente psychologische functie: ze geven ons toestemming om <strong>stil te staan en te reflecteren</strong>. Een gelukskoekje voorspelt de toekomst niet - het zet je aan om erover na te denken.' },
|
|
108
107
|
{ type: 'list', items: [
|
|
109
108
|
'<strong>Het oude China:</strong> De I Ching (Boek der Veranderingen, ~1000 v. Chr.) gebruikte hexagrammen om beslissingen te leiden en het lot te interpreteren.',
|
|
110
109
|
'<strong>Klassiek Griekenland:</strong> Het Orakel van Delphi trok zowel heersers als burgers aan met cryptische uitspraken die als goddelijke leiding werden geïnterpreteerd.',
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'Geschiedenis van het Gelukskoekje', url: 'https://nl.wikipedia.org/wiki/Gelukskoekje' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { FortuneCookieLocaleContent } from '../index';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'ciasteczko-z-wrozba-online';
|
|
5
6
|
const title = 'Ciasteczko z Wróżbą';
|
|
@@ -12,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
|
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
question: 'Czy wróżby są generowane losowo?',
|
|
15
|
-
answer: 'Tak
|
|
16
|
+
answer: 'Tak - każdego dnia wybierana jest losowa wróżba i zapisywana lokalnie. Każda z 25 wróżb ma taką samą szansę na bycie wybraną, co zapewnia różnorodność w czasie.'
|
|
16
17
|
}
|
|
17
18
|
];
|
|
18
19
|
|
|
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
62
|
-
bibliographyTitle: 'Bibliografia Przeznaczenia',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Ciasteczko z Wróżbą Online',
|
|
65
65
|
description: 'Twoja codzienna cyfrowa wyrocznia.',
|
|
@@ -97,14 +97,13 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
97
97
|
"Nieoczekiwana podróż przyniesie Ci wielkie radości."
|
|
98
98
|
]),
|
|
99
99
|
faqTitle: 'FAQ',
|
|
100
|
-
bibliographyTitle: 'Źródła'
|
|
101
100
|
},
|
|
102
101
|
seo: [
|
|
103
102
|
{ type: 'title', text: 'Tajemnica ciasteczka z wróżbą', level: 2 },
|
|
104
|
-
{ type: 'paragraph', html: 'Zastanawiałeś się kiedyś, skąd wzięły się te osobliwe ciasteczka? Chociaż kojarzymy je z chińskim jedzeniem, ich pochodzenie to fascynująca podróż między Japonią a Stanami Zjednoczonymi. Ciasteczko z wróżbą, jakie znamy dzisiaj, zostało prawdopodobnie wynalezione w Kalifornii na początku XX wieku, a nie w Chinach
|
|
105
|
-
{ type: 'tip', title: 'Jak działa nasza Wyrocznia', html: 'Każdego dnia możesz otworzyć jedno ciasteczko. System zapisuje Twoje przeznaczenie, abyś mógł o nim pamiętać przez 24 godziny. Wróżba jest przechowywana lokalnie w Twojej przeglądarce
|
|
103
|
+
{ type: 'paragraph', html: 'Zastanawiałeś się kiedyś, skąd wzięły się te osobliwe ciasteczka? Chociaż kojarzymy je z chińskim jedzeniem, ich pochodzenie to fascynująca podróż między Japonią a Stanami Zjednoczonymi. Ciasteczko z wróżbą, jakie znamy dzisiaj, zostało prawdopodobnie wynalezione w Kalifornii na początku XX wieku, a nie w Chinach - gdzie są praktycznie nieznane.' },
|
|
104
|
+
{ type: 'tip', title: 'Jak działa nasza Wyrocznia', html: 'Każdego dnia możesz otworzyć jedno ciasteczko. System zapisuje Twoje przeznaczenie, abyś mógł o nim pamiętać przez 24 godziny. Wróżba jest przechowywana lokalnie w Twojej przeglądarce - całkowicie prywatnie, bez udziału serwera. Wróć jutro po nową przepowiednię!' },
|
|
106
105
|
{ type: 'title', text: 'Filozofia Wyroczni', level: 3 },
|
|
107
|
-
{ type: 'paragraph', html: 'Ludzie zawsze szukali wskazówek w niepewnych czasach. Od Wyroczni Delfickiej po I Czing, systemy wróżbiarskie pełnią stałą funkcję psychologiczną: dają nam przyzwolenie na <strong>chwilę zatrzymania i refleksji</strong>. Ciasteczko z wróżbą nie przewiduje przyszłości
|
|
106
|
+
{ type: 'paragraph', html: 'Ludzie zawsze szukali wskazówek w niepewnych czasach. Od Wyroczni Delfickiej po I Czing, systemy wróżbiarskie pełnią stałą funkcję psychologiczną: dają nam przyzwolenie na <strong>chwilę zatrzymania i refleksji</strong>. Ciasteczko z wróżbą nie przewiduje przyszłości - skłania Cię do myślenia o niej.' },
|
|
108
107
|
{ type: 'list', items: [
|
|
109
108
|
'<strong>Starożytne Chiny:</strong> I Czing (Księga Przemian, ok. 1000 r. p.n.e.) wykorzystywał heksagramy do kierowania decyzjami i interpretowania losu.',
|
|
110
109
|
'<strong>Klasyczna Grecja:</strong> Wyrocznia Delficka przyciągała zarówno władców, jak i obywateli swoimi tajemniczymi wypowiedziami, interpretowanymi jako boskie wskazówki.',
|
|
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
|
|
|
119
118
|
], columns: 4 },
|
|
120
119
|
],
|
|
121
120
|
faq,
|
|
122
|
-
bibliography
|
|
123
|
-
{ name: 'Historia ciasteczka z wróżbą', url: 'https://pl.wikipedia.org/wiki/Ciasteczko_z_wróżbą' }
|
|
124
|
-
],
|
|
121
|
+
bibliography,
|
|
125
122
|
howTo,
|
|
126
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
127
124
|
};
|