@jjlmoya/utils-tools 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/pages/[locale]/[slug].astro +30 -13
- package/src/tests/locale_completeness.test.ts +3 -20
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/date-diff-calculator/bibliography.astro +2 -10
- package/src/tool/date-diff-calculator/bibliography.ts +7 -0
- package/src/tool/date-diff-calculator/i18n/de.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/en.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/es.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/fr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/id.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/it.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ja.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ko.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/nl.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/pl.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/pt.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ru.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/sv.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/tr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/zh.ts +4 -7
- package/src/tool/date-diff-calculator/seo.astro +2 -1
- package/src/tool/drive-direct-link/bibliography.astro +2 -10
- package/src/tool/drive-direct-link/bibliography.ts +6 -0
- package/src/tool/drive-direct-link/i18n/de.ts +4 -6
- package/src/tool/drive-direct-link/i18n/en.ts +4 -6
- package/src/tool/drive-direct-link/i18n/es.ts +4 -6
- package/src/tool/drive-direct-link/i18n/fr.ts +4 -6
- package/src/tool/drive-direct-link/i18n/id.ts +4 -6
- package/src/tool/drive-direct-link/i18n/it.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ja.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ko.ts +4 -6
- package/src/tool/drive-direct-link/i18n/nl.ts +4 -6
- package/src/tool/drive-direct-link/i18n/pl.ts +4 -6
- package/src/tool/drive-direct-link/i18n/pt.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ru.ts +4 -6
- package/src/tool/drive-direct-link/i18n/sv.ts +4 -6
- package/src/tool/drive-direct-link/i18n/tr.ts +4 -6
- package/src/tool/drive-direct-link/i18n/zh.ts +4 -6
- package/src/tool/drive-direct-link/seo.astro +2 -1
- package/src/tool/email-list-cleaner/bibliography.astro +2 -10
- package/src/tool/email-list-cleaner/bibliography.ts +7 -0
- package/src/tool/email-list-cleaner/i18n/de.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/en.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/es.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/fr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/id.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/it.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ja.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ko.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/nl.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/pl.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/pt.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ru.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/sv.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/tr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/zh.ts +4 -7
- package/src/tool/email-list-cleaner/seo.astro +2 -1
- package/src/tool/env-badge-spain/bibliography.astro +2 -10
- package/src/tool/env-badge-spain/bibliography.ts +6 -0
- package/src/tool/env-badge-spain/i18n/de.ts +4 -6
- package/src/tool/env-badge-spain/i18n/en.ts +4 -6
- package/src/tool/env-badge-spain/i18n/es.ts +4 -6
- package/src/tool/env-badge-spain/i18n/fr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/id.ts +4 -6
- package/src/tool/env-badge-spain/i18n/it.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ja.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ko.ts +4 -6
- package/src/tool/env-badge-spain/i18n/nl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pt.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ru.ts +4 -6
- package/src/tool/env-badge-spain/i18n/sv.ts +4 -6
- package/src/tool/env-badge-spain/i18n/tr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/zh.ts +4 -6
- package/src/tool/env-badge-spain/seo.astro +2 -1
- package/src/tool/morse-beacon/bibliography.astro +2 -10
- package/src/tool/morse-beacon/bibliography.ts +7 -0
- package/src/tool/morse-beacon/i18n/de.ts +4 -7
- package/src/tool/morse-beacon/i18n/en.ts +4 -7
- package/src/tool/morse-beacon/i18n/es.ts +4 -7
- package/src/tool/morse-beacon/i18n/fr.ts +4 -7
- package/src/tool/morse-beacon/i18n/id.ts +4 -7
- package/src/tool/morse-beacon/i18n/it.ts +4 -7
- package/src/tool/morse-beacon/i18n/ja.ts +4 -7
- package/src/tool/morse-beacon/i18n/ko.ts +4 -7
- package/src/tool/morse-beacon/i18n/nl.ts +4 -7
- package/src/tool/morse-beacon/i18n/pl.ts +4 -7
- package/src/tool/morse-beacon/i18n/pt.ts +4 -7
- package/src/tool/morse-beacon/i18n/ru.ts +4 -7
- package/src/tool/morse-beacon/i18n/sv.ts +4 -7
- package/src/tool/morse-beacon/i18n/tr.ts +4 -7
- package/src/tool/morse-beacon/i18n/zh.ts +4 -7
- package/src/tool/morse-beacon/seo.astro +2 -1
- package/src/tool/password-generator/bibliography.astro +2 -10
- package/src/tool/password-generator/bibliography.ts +8 -0
- package/src/tool/password-generator/i18n/de.ts +4 -8
- package/src/tool/password-generator/i18n/en.ts +4 -8
- package/src/tool/password-generator/i18n/es.ts +4 -8
- package/src/tool/password-generator/i18n/fr.ts +4 -8
- package/src/tool/password-generator/i18n/id.ts +4 -8
- package/src/tool/password-generator/i18n/it.ts +4 -8
- package/src/tool/password-generator/i18n/ja.ts +4 -8
- package/src/tool/password-generator/i18n/ko.ts +4 -8
- package/src/tool/password-generator/i18n/nl.ts +4 -8
- package/src/tool/password-generator/i18n/pl.ts +4 -8
- package/src/tool/password-generator/i18n/pt.ts +4 -8
- package/src/tool/password-generator/i18n/ru.ts +4 -8
- package/src/tool/password-generator/i18n/sv.ts +4 -8
- package/src/tool/password-generator/i18n/tr.ts +4 -8
- package/src/tool/password-generator/i18n/zh.ts +4 -8
- package/src/tool/password-generator/seo.astro +2 -1
- package/src/tool/routes/bibliography.astro +2 -10
- package/src/tool/routes/bibliography.ts +9 -0
- package/src/tool/routes/i18n/de.ts +4 -9
- package/src/tool/routes/i18n/en.ts +4 -9
- package/src/tool/routes/i18n/es.ts +4 -9
- package/src/tool/routes/i18n/fr.ts +4 -9
- package/src/tool/routes/i18n/id.ts +4 -9
- package/src/tool/routes/i18n/it.ts +4 -9
- package/src/tool/routes/i18n/ja.ts +4 -9
- package/src/tool/routes/i18n/ko.ts +4 -9
- package/src/tool/routes/i18n/nl.ts +4 -9
- package/src/tool/routes/i18n/pl.ts +4 -9
- package/src/tool/routes/i18n/pt.ts +4 -9
- package/src/tool/routes/i18n/ru.ts +4 -9
- package/src/tool/routes/i18n/sv.ts +4 -9
- package/src/tool/routes/i18n/tr.ts +4 -9
- package/src/tool/routes/i18n/zh.ts +4 -9
- package/src/tool/routes/seo.astro +2 -1
- package/src/tool/rule-of-three/bibliography.astro +2 -10
- package/src/tool/rule-of-three/bibliography.ts +6 -0
- package/src/tool/rule-of-three/i18n/de.ts +4 -6
- package/src/tool/rule-of-three/i18n/en.ts +4 -6
- package/src/tool/rule-of-three/i18n/es.ts +4 -6
- package/src/tool/rule-of-three/i18n/fr.ts +4 -6
- package/src/tool/rule-of-three/i18n/id.ts +4 -6
- package/src/tool/rule-of-three/i18n/it.ts +4 -6
- package/src/tool/rule-of-three/i18n/ja.ts +4 -6
- package/src/tool/rule-of-three/i18n/ko.ts +4 -6
- package/src/tool/rule-of-three/i18n/nl.ts +4 -6
- package/src/tool/rule-of-three/i18n/pl.ts +4 -6
- package/src/tool/rule-of-three/i18n/pt.ts +4 -6
- package/src/tool/rule-of-three/i18n/ru.ts +4 -6
- package/src/tool/rule-of-three/i18n/sv.ts +4 -6
- package/src/tool/rule-of-three/i18n/tr.ts +4 -6
- package/src/tool/rule-of-three/i18n/zh.ts +4 -6
- package/src/tool/rule-of-three/seo.astro +2 -1
- package/src/tool/seo-content-optimizer/bibliography.astro +2 -10
- package/src/tool/seo-content-optimizer/bibliography.ts +6 -0
- package/src/tool/seo-content-optimizer/i18n/de.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/en.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/es.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/fr.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/id.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/it.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ja.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ko.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/nl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pt.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ru.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/sv.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/tr.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/zh.ts +4 -6
- package/src/tool/seo-content-optimizer/seo.astro +2 -1
- package/src/tool/speed-reader/bibliography.astro +2 -10
- package/src/tool/speed-reader/bibliography.ts +10 -0
- package/src/tool/speed-reader/i18n/de.ts +4 -10
- package/src/tool/speed-reader/i18n/en.ts +4 -10
- package/src/tool/speed-reader/i18n/es.ts +4 -10
- package/src/tool/speed-reader/i18n/fr.ts +4 -10
- package/src/tool/speed-reader/i18n/id.ts +4 -10
- package/src/tool/speed-reader/i18n/it.ts +4 -10
- package/src/tool/speed-reader/i18n/ja.ts +4 -10
- package/src/tool/speed-reader/i18n/ko.ts +4 -10
- package/src/tool/speed-reader/i18n/nl.ts +4 -10
- package/src/tool/speed-reader/i18n/pl.ts +4 -10
- package/src/tool/speed-reader/i18n/pt.ts +4 -10
- package/src/tool/speed-reader/i18n/ru.ts +4 -10
- package/src/tool/speed-reader/i18n/sv.ts +4 -10
- package/src/tool/speed-reader/i18n/tr.ts +4 -10
- package/src/tool/speed-reader/i18n/zh.ts +4 -10
- package/src/tool/speed-reader/seo.astro +2 -1
- package/src/tool/text-pixel-calculator/bibliography.astro +2 -10
- package/src/tool/text-pixel-calculator/bibliography.ts +6 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/en.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/es.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/fr.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/id.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/it.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ja.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ko.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/nl.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/pl.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/pt.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ru.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/sv.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/tr.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/zh.ts +4 -6
- package/src/tool/text-pixel-calculator/seo.astro +2 -1
- package/src/tool/whatsapp-link/bibliography.astro +2 -10
- package/src/tool/whatsapp-link/bibliography.ts +6 -0
- package/src/tool/whatsapp-link/i18n/de.ts +4 -6
- package/src/tool/whatsapp-link/i18n/en.ts +4 -6
- package/src/tool/whatsapp-link/i18n/es.ts +4 -6
- package/src/tool/whatsapp-link/i18n/fr.ts +4 -6
- package/src/tool/whatsapp-link/i18n/id.ts +4 -6
- package/src/tool/whatsapp-link/i18n/it.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ja.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ko.ts +4 -6
- package/src/tool/whatsapp-link/i18n/nl.ts +4 -6
- package/src/tool/whatsapp-link/i18n/pl.ts +4 -6
- package/src/tool/whatsapp-link/i18n/pt.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ru.ts +4 -6
- package/src/tool/whatsapp-link/i18n/sv.ts +4 -6
- package/src/tool/whatsapp-link/i18n/tr.ts +4 -6
- package/src/tool/whatsapp-link/i18n/zh.ts +4 -6
- package/src/tool/whatsapp-link/seo.astro +2 -1
- package/src/types.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SeoContentOptimizerUI } from '../ui';
|
|
@@ -89,14 +90,11 @@ export const content: ToolLocaleContent<SeoContentOptimizerUI> = {
|
|
|
89
90
|
title: 'Оптимизатор SEO контента',
|
|
90
91
|
description: 'Анализируйте плотность ключевых слов, читабельность и техническую структуру HTML ваших текстов в режиме реального времени. Бесплатный и приватный SEO-инструмент.',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: 'Руководство Google по поисковой оптимизации для начинающих', url: 'https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=ru' },
|
|
98
|
-
{ name: 'Критерии читабельности Yoast SEO', url: 'https://yoast.com/what-is-readability/' },
|
|
99
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
100
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
101
99
|
seo: [
|
|
102
100
|
{ type: 'title', level: 2, text: 'Оптимизатор SEO-контента: ключевые слова, читабельность и структура' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SeoContentOptimizerUI } from '../ui';
|
|
@@ -89,14 +90,11 @@ export const content: ToolLocaleContent<SeoContentOptimizerUI> = {
|
|
|
89
90
|
title: 'SEO Content Optimizer',
|
|
90
91
|
description: 'Analysera sökordsdensitet, läsbarhet och teknisk HTML-struktur i dina texter i realtid. Gratis och privat SEO-verktyg.',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: "Googles startguide för SEO", url: 'https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=sv' },
|
|
98
|
-
{ name: 'Yoast SEO läsbarhetskriterier', url: 'https://yoast.com/what-is-readability/' },
|
|
99
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
100
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
101
99
|
seo: [
|
|
102
100
|
{ type: 'title', level: 2, text: 'SEO Content Optimizer: Sökord, läsbarhet och struktur' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SeoContentOptimizerUI } from '../ui';
|
|
@@ -89,14 +90,11 @@ export const content: ToolLocaleContent<SeoContentOptimizerUI> = {
|
|
|
89
90
|
title: 'SEO İçerik Optimize Edici',
|
|
90
91
|
description: 'Metinlerinizin anahtar kelime yoğunluğunu, okunabilirliğini ve teknik HTML yapısını gerçek zamanlı olarak analiz edin. Ücretsiz ve gizlilik odaklı SEO aracı.',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: "Google'ın SEO Başlangıç Kılavuzu", url: 'https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=tr' },
|
|
98
|
-
{ name: 'Yoast SEO okunabilirlik kriterleri', url: 'https://yoast.com/what-is-readability/' },
|
|
99
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
100
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
101
99
|
seo: [
|
|
102
100
|
{ type: 'title', level: 2, text: 'SEO İçerik Optimize Edici: Anahtar Kelimeler, Okunabilirlik ve Yapı' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SeoContentOptimizerUI } from '../ui';
|
|
@@ -89,14 +90,11 @@ export const content: ToolLocaleContent<SeoContentOptimizerUI> = {
|
|
|
89
90
|
title: 'SEO 内容优化工具',
|
|
90
91
|
description: '实时分析文本的关键词密度、可读性和技术 HTML 结构。免费且私密的 SEO 工具。',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: 'Google SEO 入门指南', url: 'https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=zh-cn' },
|
|
98
|
-
{ name: 'Yoast SEO 可读性标准', url: 'https://yoast.com/what-is-readability/' },
|
|
99
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
100
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
101
99
|
seo: [
|
|
102
100
|
{ type: 'title', level: 2, text: 'SEO 内容优化:关键词、可读性和结构' },
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await seoContentOptimizer.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await speedReader.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
5
|
+
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
6
|
+
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
7
|
+
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
8
|
+
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
9
|
+
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
10
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Trainieren Sie Ihre Lesegeschwindigkeit auf bis zu 1000 Wörter pro Minute. RSVP-Technologie mit optimaler Fokuspunkt-Ausrichtung. Verdoppeln Sie Ihre intellektuelle Produktivität.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'Die Formel 1 des Lesens: Schalten Sie Ihre mentale Bandbreite frei' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Train your reading speed up to 1000 words per minute. RSVP technology with optimal focal point alignment. Double your intellectual productivity.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'The Formula 1 of Reading: Unlock Your Mental Bandwidth' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Lector Rápido',
|
|
76
77
|
description: 'Entrena tu velocidad de lectura hasta 1000 palabras por minuto. Tecnología RSVP con alineación de punto focal óptimo. Dobla tu productividad intelectual.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'La Fórmula 1 de la Lectura: Desbloquea tu Ancho de Banda Mental' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Lecteur Rapide',
|
|
76
77
|
description: "Entraînez votre vitesse de lecture jusqu'à 1000 mots par minute. Technologie RSVP avec alignement du point focal optimal. Doublez votre productivité intellectuelle.",
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'La Formule 1 de la Lecture : Débloquez Votre Bande Passante Mentale' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Latih kecepatan membaca Anda hingga 1000 kata per menit. Teknologi RSVP dengan penyelarasan titik fokus yang optimal. Gandakan produktivitas intelektual Anda.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'Formula 1 dalam Membaca: Buka Bandwidth Mental Anda' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Allena la tua velocità di lettura fino a 1000 parole al minuto. Tecnologia RSVP con allineamento ottimale del punto focale. Raddoppia la tua produttività intellettuale.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'La Formula 1 della Lettura: Sblocca la tua Larghezza di Banda Mentale' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: '読書速度を分速最大1000語までトレーニング。最適な焦点調整を備えたRSVP技術。知的生産性を2倍にしましょう。',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: '読書のF1:脳の帯域幅を解放する' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: '독서 속도를 분당 최대 1000단어까지 훈련하세요. 최적의 초점 조정 기능이 포함된 RSVP 기술. 지적 생산성을 두 배로 높이세요.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: '독서의 F1: 정신적 대역폭을 해제하세요' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Train uw leessnelheid tot 1000 woorden per minuut. RSVP-technologie met optimale brandpuntuitlijning. Verdubbel uw intellectuele productiviteit.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'De Formule 1 van het lezen: Ontgrendel uw mentale bandbreedte' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Trenuj prędkość czytania do 1000 słów na minutę. Technologia RSVP z optymalnym wyrównaniem punktu skupienia. Podwój swoją wydajność intelektualną.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'Formuła 1 czytania: Odblokuj swoją przepustowość mentalną' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Treine a sua velocidade de leitura até 1000 palavras por minuto. Tecnologia RSVP com alinhamento de ponto focal ideal. Duplique a sua produtividade intelectual.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'A Fórmula 1 da Leitura: Desbloqueie a sua Largura de Banda Mental' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Тренируйте скорость чтения до 1000 слов в минуту. Технология RSVP с оптимальным выравниванием фокусной точки. Удвойте свою интеллектуальную продуктивность.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'Формула-1 в чтении: разблокируйте свою ментальную пропускную способность' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: 'Träna din läshastighet upp till 1000 ord per minut. RSVP-teknik med optimal fokuspunktinriktning. Fördubbla din intellektuella produktivitet.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'Läsningens Formel 1: Lås upp din mentala bandbredd' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'Hızlı Okuma RSVP Speed Reader',
|
|
76
77
|
description: 'Okuma hızınızı dakikada 1000 kelimeye kadar eğitin. Optimal odak noktası hizalamalı RSVP teknolojisi. Entelektüel üretkenliğinizi ikiye katlayın.',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: 'Okumanın Formula 1\'i: Zihinsel Bant Genişliğinizin Kilidini Açın' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { SpeedReaderUI } from '../ui';
|
|
@@ -75,18 +76,11 @@ export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
|
75
76
|
title: 'RSVP Speed Reader',
|
|
76
77
|
description: '将您的阅读速度训练至每分钟 1000 个单词。具有最佳焦点对齐功能的 RSVP 技术。使您的智力生产力翻倍。',
|
|
77
78
|
ui,
|
|
78
|
-
|
|
79
|
+
|
|
79
80
|
faq: faqData,
|
|
80
81
|
howTo: howToData,
|
|
81
|
-
|
|
82
|
-
bibliography
|
|
83
|
-
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
-
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
-
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
-
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
-
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
-
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
-
],
|
|
82
|
+
|
|
83
|
+
bibliography,
|
|
90
84
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
85
|
seo: [
|
|
92
86
|
{ type: 'title', level: 2, text: '阅读的方程式:释放您的精神带宽' },
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await speedReader.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await textPixelCalculator.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
5
|
+
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
6
|
+
];
|