@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 { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-generator';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'よくある質問',
|
|
60
|
-
bibliographyTitle: 'カオスの参考文献',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo生成器',
|
|
63
63
|
description: 'す̸べ̷て̸は̶壊̴れ̴て̶い̵る̸',
|
|
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>SNS:</strong> InstagramやTikTokで注目を集めます。既存の慣習を打ち破りたいプロフィールの自己紹介に最適です。',
|
|
92
92
|
'<strong>ホラーストーリー:</strong> フィクションの物語、クリーピーパスタ、または侵害されたシステムのシミュレーションを劇的に演出します。',
|
|
93
|
-
'<strong>アクセシビリティ:</strong> 警告
|
|
93
|
+
'<strong>アクセシビリティ:</strong> 警告 - Zalgoテキストはスクリーンリーダーで読み上げることができません。重要なコンテンツには使用せず、あくまで装飾として使用してください。',
|
|
94
94
|
'<strong>SEO:</strong> 主要なキーワード(H1、メタタイトル)には決してZalgoを使用しないでください。検索エンジンがこれらの文字を正常に処理できない可能性があります。'
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: '起源:Something Awfulからグリッチアートへ', level: 3 },
|
|
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: '結合文字', definition: '基底文字の上下や中央に配置されるように設計されたUnicodeコードポイント。アラビア語、ベトナム語、ヒンディー語などで正当に使用されています。' },
|
|
100
100
|
{ term: 'ダイアクリティカルマーク', definition: '発音や意味を変更するために基底文字に追加される記号。Zalgoではこれを視覚的に溢れさせるために悪用します。' },
|
|
101
|
-
{ term: 'Unicodeブロック', definition: '連続したUnicodeコードポイントの範囲。Zalgo文字の多くは「結合用ダイアクリティカルマーク」ブロック(U+0300
|
|
101
|
+
{ term: 'Unicodeブロック', definition: '連続したUnicodeコードポイントの範囲。Zalgo文字の多くは「結合用ダイアクリティカルマーク」ブロック(U+0300-U+036F)から来ています。' },
|
|
102
102
|
{ term: 'グリッチアート', definition: 'デジタルメディアにおけるエラー、アーティファクト、破損を表現手法として意図的に取り入れたりシミュレートしたりする美学。' }
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode標準 - 結合文字(英語)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Zalgoテキストという現象(英語)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - 文字列正規化', url: 'https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' }
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-generator';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: '자주 묻는 질문',
|
|
60
|
-
bibliographyTitle: '혼돈의 참고 문헌',
|
|
61
61
|
ui: {
|
|
62
62
|
title: '잘고 생성기',
|
|
63
63
|
description: '모̵든̵ ̷것̵이̸ ̴오̶염̷되̴었̴습̶니̸다̵',
|
|
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>소셜 미디어:</strong> 인스타그램이나 틱톡에서 시선을 사로잡으세요. 관습을 깨고 싶은 프로필 소개에 적합합니다.',
|
|
92
92
|
'<strong>공포 스토리텔링:</strong> 가상 내러티브, 크리피파스타 또는 침해된 시스템 시뮬레이션을 극적으로 연출하세요.',
|
|
93
|
-
'<strong>접근성:</strong> 경고
|
|
93
|
+
'<strong>접근성:</strong> 경고 - 잘고 텍스트는 스크린 리더로 읽을 수 없습니다. 시각적 장식으로만 사용하고 중요한 콘텐츠에는 절대 사용하지 마세요.',
|
|
94
94
|
'<strong>SEO:</strong> 핵심 키워드(H1, 메타 타이틀)에는 절대 잘고를 사용하지 마세요. 인덱싱 봇이 이러한 문자를 정규화하지 못할 수 있습니다.'
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: '기원: Something Awful에서 글리치 아트까지', level: 3 },
|
|
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: '결합 문자', definition: '기본 문자 위, 아래 또는 중간에 배치되도록 설계된 유니코드 코드 포인트입니다. 아랍어, 베트남어, 힌디어 같은 언어에서 합법적으로 사용됩니다.' },
|
|
100
100
|
{ term: '발음 구별 부호', definition: '발음이나 의미를 수정하기 위해 기본 문자에 추가되는 기호입니다. 잘고는 시각적 범람을 만들기 위해 이를 남용합니다.' },
|
|
101
|
-
{ term: '유니코드 블록', definition: '인접한 유니코드 코드 포인트의 범위입니다. 잘고 문자는 대부분 "결합용 발음 구별 부호" 블록(U+0300
|
|
101
|
+
{ term: '유니코드 블록', definition: '인접한 유니코드 코드 포인트의 범위입니다. 잘고 문자는 대부분 "결합용 발음 구별 부호" 블록(U+0300-U+036F)에서 가져옵니다.' },
|
|
102
102
|
{ term: '글리치 아트', definition: '표현 기법으로서 디지털 미디어의 오류, 아티팩트 및 오염을 의도적으로 통합하거나 시뮬레이션하는 미학입니다.' }
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: '유니코드 표준 - 결합 문자 (영어)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: '잘고 텍스트 현상 (영어)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - 문자열 정규화', url: 'https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' }
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-tekstgenerator';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Veelgestelde vragen',
|
|
60
|
-
bibliographyTitle: 'Chaosbibliografie',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo generator',
|
|
63
63
|
description: 'A̷l̸l̶e̸s̶ ̴i̸s̷ ̴g̶e̵c̶o̵r̸r̷u̴m̵p̶e̵e̵r̷d̵',
|
|
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
82
82
|
},
|
|
83
83
|
seo: [
|
|
84
84
|
{ type: 'title', text: 'Wat is Zalgo tekst en hoe werkt visuele corruptie?', level: 2 },
|
|
85
|
-
{ type: 'paragraph', html: 'Zalgo-tekst is een vorm van typografische manipulatie die gebruikmaakt van een specifieke functie van de Unicode-standaard: <strong>combinatiekarakters</strong>. In tegenstelling tot normale karakters nemen deze diakritische tekens geen horizontale ruimte in beslag
|
|
85
|
+
{ type: 'paragraph', html: 'Zalgo-tekst is een vorm van typografische manipulatie die gebruikmaakt van een specifieke functie van de Unicode-standaard: <strong>combinatiekarakters</strong>. In tegenstelling tot normale karakters nemen deze diakritische tekens geen horizontale ruimte in beslag - ze stapelen zich verticaal op bovenop de basisletter, waardoor die esthetiek van "digitale chaos" of "kosmische horror" ontstaat die zo populair is in de internetcultuur.' },
|
|
86
86
|
{ type: 'title', text: 'Anatomie van het proces', level: 3 },
|
|
87
87
|
{ type: 'paragraph', html: 'Onze generator verwerkt elk karakter onafhankelijk en injecteert willekeurige Unicode-codepunten in drie verschillende vectoren: <strong>boven</strong> (diakritische tekens die erboven stapelen), <strong>midden</strong> (die door de letter heen prikken) und <strong>onder</strong> (die eronder hangen).' },
|
|
88
88
|
{ type: 'tip', title: 'Corruptie algoritme', html: 'Voor elk basiskarakter wordt een <code>aantal = intensiteit × 30</code> berekend. Zoveel willekeurige diakritische tekens worden in elke vector toegevoegd. Bij intensiteit 1,5 kun je tot wel 45 combinatiekarakters per letter krijgen.' },
|
|
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>Sociale media:</strong> Trek de aandacht op Instagram of TikTok. Perfect voor bio\'s die willen breken met conventies.',
|
|
92
92
|
'<strong>Horror Storytelling:</strong> Dramatiseer fictieve verhalen, creepypasta\'s of simulaties van gecompromitteerde systemen.',
|
|
93
|
-
'<strong>Toegankelijkheid:</strong> Waarschuwing
|
|
93
|
+
'<strong>Toegankelijkheid:</strong> Waarschuwing - Zalgo-tekst is onleesbaar voor schermlezers. Gebruik het alleen als visuele decoratie, nooit voor cruciale inhoud.',
|
|
94
94
|
'<strong>SEO:</strong> Gebruik Zalgo nooit in kern-zoekwoorden (H1, meta-titels). Indexeringsbots kunnen deze karakters mogelijk niet normaliseren.',
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: 'De oorsprong: Van Something Awful naar Glitch Art', level: 3 },
|
|
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: 'Combinatiekarakter', definition: 'Een Unicode-codepunt dat is ontworpen om bovenop, onder of door een basiskarakter te worden geplaatst. Legitiem gebruikt in talen zoals Arabisch, Vietnamees en Hindi.' },
|
|
100
100
|
{ term: 'Diakritisch teken', definition: 'Een markering toegevoegd aan een basisletter om de uitspraak of betekenis te wijzigen. Zalgo misbruikt deze om visuele overloop te creëren.' },
|
|
101
|
-
{ term: 'Unicode-blok', definition: 'Een aaneengesloten bereik van Unicode-codepunten. Zalgo-karakters komen meestal uit het blok "Combining Diacritical Marks" (U+0300
|
|
101
|
+
{ term: 'Unicode-blok', definition: 'Een aaneengesloten bereik van Unicode-codepunten. Zalgo-karakters komen meestal uit het blok "Combining Diacritical Marks" (U+0300-U+036F).' },
|
|
102
102
|
{ term: 'Glitch Art', definition: 'Een esthetiek die opzettelijk fouten, artefacten en corrupties in digitale media opneemt of simuleert als een expressieve techniek.' },
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode-standaard - Combinatiekarakters (Engels)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Het Zalgo-tekstfenomeen (Engels)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Stringnormalisatie', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'generatory-zalgo';
|
|
@@ -6,14 +7,14 @@ const title = 'Generator Zalgo';
|
|
|
6
7
|
const description = 'Skorumpuj swoje wiadomości kaskadowymi, przelewającymi się znakami Unicode. Dostosuj intensywność i kierunek efektu glitch.';
|
|
7
8
|
|
|
8
9
|
const faq: ZalgoGeneratorLocaleContent['faq'] = [
|
|
9
|
-
{ question: 'Co to jest tekst Zalgo?', answer: 'Jest to rodzaj tekstu, który w nadmiarze wykorzystuje znaki łączące Unicode (diakrytyki). Gdy są układane pionowo, znaki te
|
|
10
|
-
{ question: 'Dlaczego tekst Zalgo wygląda tak dziwnie?', answer: 'Wykorzystuje on funkcję standardu Unicode, która pozwala na dodawanie znaków nad, pod lub przez literę bazową. Ponieważ nie ma ścisłego limitu liczby znaków, które można dodać, tekst może
|
|
10
|
+
{ question: 'Co to jest tekst Zalgo?', answer: 'Jest to rodzaj tekstu, który w nadmiarze wykorzystuje znaki łączące Unicode (diakrytyki). Gdy są układane pionowo, znaki te \"przelewają się\" poza swoją oryginalną linię, tworząc wizualny efekt korupcji, nieładu lub horroru, popularny w kulturze internetowej.' },
|
|
11
|
+
{ question: 'Dlaczego tekst Zalgo wygląda tak dziwnie?', answer: 'Wykorzystuje on funkcję standardu Unicode, która pozwala na dodawanie znaków nad, pod lub przez literę bazową. Ponieważ nie ma ścisłego limitu liczby znaków, które można dodać, tekst może \"najeżdżać\" na linie powyżej lub poniżej.' },
|
|
11
12
|
{ question: 'Czy mogę używać tego tekstu w mediach społecznościowych?', answer: 'Tak, większość nowoczesnych platform (Instagram, Twitter, Discord) obsługuje Unicode. Jednak niektóre sieci lub urządzenia mogą filtrować lub ucinać nadmiar znaków przy bardzo wysokiej intensywności, aby zachować czytelność interfejsu.' },
|
|
12
13
|
{ question: 'Jak mogę usunąć efekt Zalgo z tekstu?', answer: 'Aby wyczyścić skorumpowany tekst, możesz użyć normalizacji ciągów znaków w JavaScript lub po prostu wkleić go do podstawowego edytora tekstu, który akceptuje tylko czysty tekst. Nasze narzędzie ma charakter czysto kreatywny i nie uszkadza oryginalnej zawartości.' },
|
|
13
14
|
];
|
|
14
15
|
|
|
15
16
|
const howTo: ZalgoGeneratorLocaleContent['howTo'] = [
|
|
16
|
-
{ name: 'Napisz wiadomość bazową', text: 'Wpisz tekst, który chcesz
|
|
17
|
+
{ name: 'Napisz wiadomość bazową', text: 'Wpisz tekst, który chcesz \"skorumpować\", w głównym polu tekstowym.' },
|
|
17
18
|
{ name: 'Dostosuj intensywność chaosu', text: 'Przesuń suwak, aby określić, ile znaków łączących ma zostać nałożonych. Wyższa intensywność = trudniejszy odczyt.' },
|
|
18
19
|
{ name: 'Wybierz kierunek przelewania', text: 'Wybierz, czy korupcja ma rosnąć w górę, w dół, czy we wszystkich kierunkach jednocześnie.' },
|
|
19
20
|
{ name: 'Skopiuj wynik', text: 'Kliknij przycisk kopiowania. Wynikowy tekst zawiera wszystkie niewidoczne bajty potrzebne do utrzymania efektu glitch.' },
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Najczęściej zadawane pytania',
|
|
60
|
-
bibliographyTitle: 'Bibliografia chaosu',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Generator Zalgo',
|
|
63
63
|
description: 'W̵s̸z̷y̷s̵t̶k̵o̷ ̸j̸e̷s̵t̵ ̵s̴k̶o̷r̶u̸m̶p̴o̵w̶a̶n̶e̵',
|
|
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
82
82
|
},
|
|
83
83
|
seo: [
|
|
84
84
|
{ type: 'title', text: 'Co to jest tekst Zalgo i jak działa wizualna korupcja?', level: 2 },
|
|
85
|
-
{ type: 'paragraph', html: 'Tekst Zalgo to forma manipulacji typograficznej wykorzystująca specyficzną funkcję standardu Unicode: <strong>znaki łączące</strong>. W przeciwieństwie do zwykłych znaków, diakrytyki te nie zajmują miejsca w poziomie
|
|
85
|
+
{ type: 'paragraph', html: 'Tekst Zalgo to forma manipulacji typograficznej wykorzystująca specyficzną funkcję standardu Unicode: <strong>znaki łączące</strong>. W przeciwieństwie do zwykłych znaków, diakrytyki te nie zajmują miejsca w poziomie - układają się pionowo nad literą bazową, tworząc estetykę \"cyfrowego chaosu\" lub \"kosmicznego horroru\", tak popularną w kulturze internetowej.' },
|
|
86
86
|
{ type: 'title', text: 'Anatomia procesu', level: 3 },
|
|
87
87
|
{ type: 'paragraph', html: 'Nasz generator przetwarza każdy znak niezależnie, wstrzykując losowe serie punktów kodowych Unicode w trzech różnych wektorach: <strong>górnym</strong> (diakrytyki układające się nad literą), <strong>środkowym</strong> (przebijające literę) i <strong>dolnym</strong> (zwisające pod nią).' },
|
|
88
88
|
{ type: 'tip', title: 'Algorytm korupcji', html: 'Dla każdego znaku bazowego obliczana jest <code>liczba = intensywność × 30</code>. Tyle losowych diakrytyków dodaje się w każdym wektorze. Przy intensywności 1,5 można uzyskać do 45 znaków łączących na jedną literę.' },
|
|
@@ -90,24 +90,20 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>Media społecznościowe:</strong> Przyciągnij uwagę na Instagramie czy TikToku. Idealne do opisów profilu chcących zerwać z konwencją.',
|
|
92
92
|
'<strong>Opowieści grozy:</strong> Dramatyzuj narracje fikcyjne, creepypasty lub symulacje przejętych systemów.',
|
|
93
|
-
'<strong>Dostępność:</strong> Ostrzeżenie
|
|
93
|
+
'<strong>Dostępność:</strong> Ostrzeżenie - tekst Zalgo jest nieczytelny dla czytników ekranu. Używaj go wyłącznie jako dekoracji wizualnej, nigdy dla treści krytycznych.',
|
|
94
94
|
'<strong>SEO:</strong> Nigdy nie używaj Zalgo w kluczowych słowach (H1, metatytuły). Boty indeksujące mogą nie poradzić sobie z normalizacją tych znaków.',
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: 'Pochodzenie: Od Something Awful do Glitch Artu', level: 3 },
|
|
97
|
-
{ type: 'paragraph', html: 'Zalgo nie zaczęło się jako generator, ale jako interwencja w klasyczne paski komiksowe. Użytkownik Shmorky w połowie lat 2000 zaczął deformować postacie takie jak Nancy czy Archie, dodając plamy i zniekształcenia. Fraza <strong
|
|
97
|
+
{ type: 'paragraph', html: 'Zalgo nie zaczęło się jako generator, ale jako interwencja w klasyczne paski komiksowe. Użytkownik Shmorky w połowie lat 2000 zaczął deformować postacie takie jak Nancy czy Archie, dodając plamy i zniekształcenia. Fraza <strong>\"On nadchodzi\"</strong> (He comes) przypieczętowała los tych dzieł, ogłaszając przybycie bytu pożerającego rzeczywistość.' },
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: 'Znak łączący', definition: 'Punkt kodowy Unicode zaprojektowany do umieszczenia nad, pod lub przez znak bazowy. Używany uprawnienie w językach takich jak arabski, wietnamski i hindi.' },
|
|
100
100
|
{ term: 'Diakrytyk', definition: 'Znak dodany do litery bazowej w celu zmiany jej wymowy lub znaczenia. Zalgo nadużywa ich do tworzenia wizualnego przelewania się.' },
|
|
101
|
-
{ term: 'Blok Unicode', definition: 'Ciągły zakres punktów kodowych Unicode. Znaki Zalgo pochodzą głównie z bloku
|
|
101
|
+
{ term: 'Blok Unicode', definition: 'Ciągły zakres punktów kodowych Unicode. Znaki Zalgo pochodzą głównie z bloku \"Combining Diacritical Marks\" (U+0300-U+036F).' },
|
|
102
102
|
{ term: 'Glitch Art', definition: 'Estetyka, która intencjonalnie włącza lub symuluje błędy, artefakty i korupcje w mediach cyfrowych jako technikę ekspresyjną.' },
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Standard Unicode - Znaki łączące (ang.)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Fenomen tekstu Zalgo (ang.)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Normalizacja ciągów znaków', url: 'https://developer.mozilla.org/pl/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'gerador-zalgo';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Perguntas Frequentes',
|
|
60
|
-
bibliographyTitle: 'Bibliografia do Caos',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Gerador Zalgo',
|
|
63
63
|
description: 'T̴u̵d̸o̸ ̵e̷s̶t̸á̶ ̷c̴o̷r̸r̸o̷m̸p̸i̷d̷o̷',
|
|
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
82
82
|
},
|
|
83
83
|
seo: [
|
|
84
84
|
{ type: 'title', text: 'O que é Texto Zalgo e como funciona a corrupção visual?', level: 2 },
|
|
85
|
-
{ type: 'paragraph', html: 'O Texto Zalgo é uma forma de manipulação tipográfica que explora uma funcionalidade específica do padrão Unicode: <strong>caracteres de combinação</strong>. Ao contrário dos caracteres normais, estes diacríticos não ocupam espaço horizontal
|
|
85
|
+
{ type: 'paragraph', html: 'O Texto Zalgo é uma forma de manipulação tipográfica que explora uma funcionalidade específica do padrão Unicode: <strong>caracteres de combinação</strong>. Ao contrário dos caracteres normais, estes diacríticos não ocupam espaço horizontal - eles empilham-se verticalmente no topo da letra base, criando aquela estética de "caos digital" ou "horror cósmico" tão popular na cultura da internet.' },
|
|
86
86
|
{ type: 'title', text: 'Anatomia do Processo', level: 3 },
|
|
87
87
|
{ type: 'paragraph', html: 'O nosso gerador processa cada caractere de forma independente, injetando sequências aleatórias de code points Unicode em três vetores distintos: <strong>superior</strong> (diacríticos que se empilham acima), <strong>médio</strong> (que perfuram a letra) e <strong>inferior</strong> (pendurados abaixo).' },
|
|
88
88
|
{ type: 'tip', title: 'Algoritmo de Corrupção', html: 'Para cada caractere base, é calculado um <code>contagem = intensidade × 30</code>. Esse número de diacríticos aleatórios é adicionado em cada vetor. Com intensidade 1.5, pode obter até 45 caracteres de combinação por letra.' },
|
|
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>Redes Sociais:</strong> Capte a atenção no Instagram ou TikTok. Perfeito para biografias que procuram romper com a convenção.',
|
|
92
92
|
'<strong>Narrativa de Horror:</strong> Dramatize narrativas de ficção, creepypastas ou simulações de sistemas comprometidos.',
|
|
93
|
-
'<strong>Acessibilidade:</strong> Aviso
|
|
93
|
+
'<strong>Acessibilidade:</strong> Aviso - o texto Zalgo é ilegível por leitores de ecrã. Use-o apenas como decoração visual, nunca para conteúdo crítico.',
|
|
94
94
|
'<strong>SEO:</strong> Nunca use Zalgo em palavras-chave principais (H1, meta títulos). Os bots de indexação podem falhar ao normalizar estes caracteres.',
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: 'A Origem: De Something Awful à Glitch Art', level: 3 },
|
|
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: 'Caractere de Combinação', definition: 'Um code point Unicode desenhado para ser colocado acima, abaixo ou através de um caractere base. Usado legitimamente em idiomas como árabe, vietnamita e hindi.' },
|
|
100
100
|
{ term: 'Diacrítico', definition: 'Uma marca adicionada a uma letra base para modificar a sua pronúncia ou significado. Zalgo abusa destes para criar um transbordo visual.' },
|
|
101
|
-
{ term: 'Bloco Unicode', definition: 'Um intervalo contíguo de code points Unicode. Os caracteres Zalgo vêm principalmente do bloco "Combining Diacritical Marks" (U+0300
|
|
101
|
+
{ term: 'Bloco Unicode', definition: 'Um intervalo contíguo de code points Unicode. Os caracteres Zalgo vêm principalmente do bloco "Combining Diacritical Marks" (U+0300-U+036F).' },
|
|
102
102
|
{ term: 'Glitch Art', definition: 'Uma estética que incorpora ou simula intencionalmente erros, artefactos e corrupções em media digital como uma técnica expressiva.' },
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Padrão Unicode - Caracteres de Combinação (inglês)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'O Fenómeno do Texto Zalgo (inglês)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Normalização de strings', url: 'https://developer.mozilla.org/pt-PT/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'generator-zalgo';
|
|
@@ -6,14 +7,14 @@ const title = 'Генератор Залго';
|
|
|
6
7
|
const description = 'Искажайте свои сообщения с помощью каскадных переливающихся символов Юникода. Настройте интенсивность и направление эффекта глюка.';
|
|
7
8
|
|
|
8
9
|
const faq: ZalgoGeneratorLocaleContent['faq'] = [
|
|
9
|
-
{ question: 'Что такое Залго-текст?', answer: 'Это тип текста, в котором чрезмерно используются комбинируемые символы Юникода (диакритические знаки). При вертикальном наложении эти символы
|
|
10
|
-
{ question: 'Почему Залго-текст выглядит так странно?', answer: 'Он использует особенность стандарта Юникод, которая позволяет добавлять знаки над, под или посередине основной буквы. Поскольку нет строгого ограничения на количество знаков, текст может
|
|
10
|
+
{ question: 'Что такое Залго-текст?', answer: 'Это тип текста, в котором чрезмерно используются комбинируемые символы Юникода (диакритические знаки). При вертикальном наложении эти символы \"выходят за пределы\" своей строки, создавая визуальный эффект искажения, хаоса или ужаса, популярный в интернет-культуре.' },
|
|
11
|
+
{ question: 'Почему Залго-текст выглядит так странно?', answer: 'Он использует особенность стандарта Юникод, которая позволяет добавлять знаки над, под или посередине основной буквы. Поскольку нет строгого ограничения на количество знаков, текст может \"вторгаться\" в строки выше или ниже.' },
|
|
11
12
|
{ question: 'Можно ли использовать этот текст в соцсетях?', answer: 'Да, большинство современных платформ (Instagram, Twitter, Discord) поддерживают Юникод. Однако некоторые сети или устройства могут фильтровать или обрезать лишние символы при очень высокой интенсивности для сохранения читаемости интерфейса.' },
|
|
12
13
|
{ question: 'Как убрать эффект Залго из текста?', answer: 'Чтобы очистить искаженный текст, можно использовать нормализацию строк в JavaScript или просто вставить его в простой текстовый редактор, который принимает только чистый текст. Наш инструмент носит творческий характер и не повреждает исходный контент.' },
|
|
13
14
|
];
|
|
14
15
|
|
|
15
16
|
const howTo: ZalgoGeneratorLocaleContent['howTo'] = [
|
|
16
|
-
{ name: 'Напишите базовое сообщение', text: 'Введите текст, который вы хотите
|
|
17
|
+
{ name: 'Напишите базовое сообщение', text: 'Введите текст, который вы хотите \"исказить\", в основное текстовое поле.' },
|
|
17
18
|
{ name: 'Настройте интенсивность хаоса', text: 'Переместите ползунок, чтобы определить количество накладываемых символов. Чем выше интенсивность, тем сложнее читать.' },
|
|
18
19
|
{ name: 'Выберите направление', text: 'Выберите, куда должно расти искажение: вверх, вниз или во всех направлениях сразу.' },
|
|
19
20
|
{ name: 'Скопируйте результат', text: 'Нажмите кнопку копирования. Полученный текст содержит все невидимые байты, необходимые для поддержания эффекта глюка.' },
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Часто задаваемые вопросы',
|
|
60
|
-
bibliographyTitle: 'Библиография хаоса',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Генератор Залго',
|
|
63
63
|
description: 'В̵с̷е̵ ̷и̶с̷к̶а̴ж̵е̴н̷о̶',
|
|
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
82
82
|
},
|
|
83
83
|
seo: [
|
|
84
84
|
{ type: 'title', text: 'Что такое Залго-текст и как работает визуальное искажение?', level: 2 },
|
|
85
|
-
{ type: 'paragraph', html: 'Залго-текст
|
|
85
|
+
{ type: 'paragraph', html: 'Залго-текст - это форма типографских манипуляций, использующая специфическую функцию стандарта Юникод: <strong>комбинируемые символы</strong>. В отличие от обычных символов, эти диакритические знаки не занимают места по горизонтали - они накладываются вертикально поверх основной буквы, создавая эстетику \"цифрового хаоса\" или \"космического ужаса\", столь популярную в интернет-культуре.' },
|
|
86
86
|
{ type: 'title', text: 'Анатомия процесса', level: 3 },
|
|
87
87
|
{ type: 'paragraph', html: 'Наш генератор обрабатывает каждый символ независимо, внедряя случайные всплески кодовых точек Юникода по трем различным векторам: <strong>верхний</strong> (знаки над буквой), <strong>средний</strong> (пронзающие букву) и <strong>нижний</strong> (свисающие под ней).' },
|
|
88
88
|
{ type: 'tip', title: 'Алгоритм искажения', html: 'Для каждого базового символа рассчитывается <code>количество = интенсивность × 30</code>. Столько случайных диакритических знаков добавляется в каждый вектор. При интенсивности 1.5 вы можете получить до 45 комбинируемых символов на букву.' },
|
|
@@ -90,24 +90,20 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>Социальные сети:</strong> Привлекайте внимание в Instagram или TikTok. Идеально для описаний профиля, стремящихся выделиться.',
|
|
92
92
|
'<strong>Хоррор-сторителлинг:</strong> Драматизируйте художественные повествования, крипипасты или симуляции взломанных систем.',
|
|
93
|
-
'<strong>Доступность:</strong> Предупреждение
|
|
93
|
+
'<strong>Доступность:</strong> Предупреждение - Залго-текст не читается экранными дикторами. Используйте его только как визуальное украшение, никогда для важного контента.',
|
|
94
94
|
'<strong>SEO:</strong> Никогда не используйте Залго в основных ключевых словах (H1, мета-заголовки). Индексирующие роботы могут не справиться с нормализацией этих символов.',
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: 'Происхождение: от Something Awful до глитч-арта', level: 3 },
|
|
97
|
-
{ type: 'paragraph', html: 'Залго начался не как генератор, а как вмешательство в классические комиксы. Пользователь Shmorky в середине 2000-х начал деформировать персонажей, таких как Нэнси или Арчи, добавляя пятна и искажения. Фраза <strong
|
|
97
|
+
{ type: 'paragraph', html: 'Залго начался не как генератор, а как вмешательство в классические комиксы. Пользователь Shmorky в середине 2000-х начал деформировать персонажей, таких как Нэнси или Арчи, добавляя пятна и искажения. Фраза <strong>\"Он идет\" (He comes)</strong> закрепила судьбу этих работ, анонсируя приход сущности, пожирающей реальность.' },
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: 'Комбинируемый символ', definition: 'Кодовая точка Юникода, предназначенная для размещения над, под или посередине базового символа. Легитимно используется в таких языках, как арабский, вьетнамский и хинди.' },
|
|
100
100
|
{ term: 'Диакритический знак', definition: 'Знак, добавляемый к основной букве для изменения её произношения или значения. Залго злоупотребляет ими для создания визуальных искажений.' },
|
|
101
|
-
{ term: 'Блок Юникода', definition: 'Непрерывный диапазон кодовых точек Юникода. Символы Залго в основном берутся из блока
|
|
101
|
+
{ term: 'Блок Юникода', definition: 'Непрерывный диапазон кодовых точек Юникода. Символы Залго в основном берутся из блока \"Комбинируемые диакритические знаки\" (U+0300-U+036F).' },
|
|
102
102
|
{ term: 'Глитч-арт', definition: 'Эстетика, которая намеренно включает или имитирует ошибки, артефакты и искажения в цифровых медиа как выразительный прием.' },
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Стандарт Юникод - Комбинируемые символы (англ.)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Феномен Залго-текста (англ.)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Нормализация строк', url: 'https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-generering';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Vanliga frågor',
|
|
60
|
-
bibliographyTitle: 'Kaosbibliografi',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo generator',
|
|
63
63
|
description: 'A̵l̸l̸t̶ ̶ä̶r̶ ̶k̵o̶r̵r̴u̷m̶p̷e̸r̶a̷t̵',
|
|
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
82
82
|
},
|
|
83
83
|
seo: [
|
|
84
84
|
{ type: 'title', text: 'Vad är Zalgo text och hur fungerar visuell korruption?', level: 2 },
|
|
85
|
-
{ type: 'paragraph', html: 'Zalgo-text är en form av typografisk manipulation som utnyttjar en specifik funktion i Unicode-standarden: <strong>kombinationstecken</strong>. Till skillnad från normala tecken tar dessa diakritiska tecken inte upp något horisontellt utrymme
|
|
85
|
+
{ type: 'paragraph', html: 'Zalgo-text är en form av typografisk manipulation som utnyttjar en specifik funktion i Unicode-standarden: <strong>kombinationstecken</strong>. Till skillnad från normala tecken tar dessa diakritiska tecken inte upp något horisontellt utrymme - de staplas vertikalt ovanpå grundbokstaven, vilket skapar den estetik av "digitalt kaos" eller "kosmisk horror" som är så populär i internetkulturen.' },
|
|
86
86
|
{ type: 'title', text: 'Processens anatomi', level: 3 },
|
|
87
87
|
{ type: 'paragraph', html: 'Vår generator bearbetar varje tecken oberoende och injicerar slumpmässiga skurar av Unicode-kodpunkter i tre distinkta vektorer: <strong>övre</strong> (diakritiska tecken som staplas ovanför), <strong>mitten</strong> (som genomborrar bokstaven) och <strong>nedre</strong> (som hänger under).' },
|
|
88
88
|
{ type: 'tip', title: 'Korruptionsalgoritm', html: 'För varje grundtecken beräknas <code>antal = intensitet × 30</code>. Så många slumpmässiga diakritiska tecken läggs till i varje vektor. Vid intensitet 1,5 kan du få upp till 45 kombinationstecken per bokstav.' },
|
|
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>Sociala medier:</strong> Dra till dig uppmärksamhet på Instagram eller TikTok. Perfekt för biografier som vill bryta mot konventioner.',
|
|
92
92
|
'<strong>Skräckberättande:</strong> Dramatisera fiktiva berättelser, creepypastas eller simuleringar av komprometterade system.',
|
|
93
|
-
'<strong>Tillgänglighet:</strong> Varning
|
|
93
|
+
'<strong>Tillgänglighet:</strong> Varning - Zalgo-text är oläslig för skärmläsare. Använd den endast som visuell dekoration, aldrig för kritiskt innehåll.',
|
|
94
94
|
'<strong>SEO:</strong> Använd aldrig Zalgo i kärnyckelord (H1, metatitlar). Indexeringsbotar kan misslyckas med att normalisera dessa tecken.',
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: 'Ursprunget: Från Something Awful till Glitch Art', level: 3 },
|
|
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: 'Kombinationstecken', definition: 'En Unicode-kodpunkt designad för att placeras ovanpå, under eller genom ett grundtecken. Används legitimt i språk som arabiska, vietnamesiska och hindi.' },
|
|
100
100
|
{ term: 'Diakritiskt tecken', definition: 'Ett märke som läggs till en grundbokstav för att ändra dess uttal eller betydelse. Zalgo missbrukar dessa för att skapa visuellt överflöde.' },
|
|
101
|
-
{ term: 'Unicode-block', definition: 'Ett sammanhängande intervall av Unicode-kodpunkter. Zalgo-tecken kommer främst från blocket "Combining Diacritical Marks" (U+0300
|
|
101
|
+
{ term: 'Unicode-block', definition: 'Ett sammanhängande intervall av Unicode-kodpunkter. Zalgo-tecken kommer främst från blocket "Combining Diacritical Marks" (U+0300-U+036F).' },
|
|
102
102
|
{ term: 'Glitch Art', definition: 'En estetik som avsiktligt införlivar eller simulerar fel, artefakter och korruptioner i digitala medier som en uttrycksfull teknik.' },
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode-standard - Kombinationstecken (engelska)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Zalgo-textfenomenet (engelska)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Strängnormalisering', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-olusturucu';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
60
|
-
bibliographyTitle: 'Kaos Kaynakçası',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo Oluşturucu',
|
|
63
63
|
description: 'H̸e̵r̵ ̸ş̵e̸y̴ ̷b̵o̶z̵u̸k̷',
|
|
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
82
82
|
},
|
|
83
83
|
seo: [
|
|
84
84
|
{ type: 'title', text: 'Zalgo Metni Nedir ve Görsel Bozulma Nasıl Çalışır?', level: 2 },
|
|
85
|
-
{ type: 'paragraph', html: 'Zalgo Metni, Unicode standardının belirli bir özelliğini kullanan bir tipografik manipülasyon biçimidir: <strong>birleştirme karakterleri</strong>. Normal karakterlerin aksine, bu diyakritikler yatay yer kaplamaz
|
|
85
|
+
{ type: 'paragraph', html: 'Zalgo Metni, Unicode standardının belirli bir özelliğini kullanan bir tipografik manipülasyon biçimidir: <strong>birleştirme karakterleri</strong>. Normal karakterlerin aksine, bu diyakritikler yatay yer kaplamaz - temel harfin üzerinde dikey olarak istiflenirler ve internet kültüründe çok popüler olan o "dijital kaos" veya "kozmik korku" estetiğini yaratırlar.' },
|
|
86
86
|
{ type: 'title', text: 'Sürecin Anatomisi', level: 3 },
|
|
87
87
|
{ type: 'paragraph', html: 'Oluşturucumuz her karakteri bağımsız olarak işleyerek üç farklı vektörde rastgele Unicode kod noktaları enjekte eder: <strong>üst</strong> (yukarıda istiflenen diyakritikler), <strong>orta</strong> (harfin içinden geçenler) ve <strong>alt</strong> (aşağıda sarkanlar).' },
|
|
88
88
|
{ type: 'tip', title: 'Bozulma Algoritması', html: 'Her temel karakter için <code>sayı = yoğunluk × 30</code> hesaplanır. Her vektöre o kadar rastgele diyakritik eklenir. 1.5 yoğunlukta harf başına 45 adede kadar birleştirme karakteri elde edebilirsiniz.' },
|
|
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>Sosyal Medya:</strong> Instagram veya TikTok\'ta dikkat çekin. Alışılmışın dışına çıkmak isteyen biyografiler için mükemmeldir.',
|
|
92
92
|
'<strong>Korku Hikayesi Anlatımı:</strong> Kurgusal anlatıları, creepypasta\'ları veya ele geçirilmiş sistem simülasyonlarını dramatize edin.',
|
|
93
|
-
'<strong>Erişilebilirlik:</strong> Uyarı
|
|
93
|
+
'<strong>Erişilebilirlik:</strong> Uyarı - Zalgo metni ekran okuyucular tarafından okunamaz. Sadece görsel dekorasyon olarak kullanın, asla kritik içerikler için kullanmayın.',
|
|
94
94
|
'<strong>SEO:</strong> Çekirdek anahtar kelimelerde (H1, meta başlıklar) asla Zalgo kullanmayın. İndeksleme botları bu karakterleri normalleştiremeyebilir.',
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: 'Köken: Something Awful\'dan Glitch Art\'a', level: 3 },
|
|
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: 'Birleştirme Karakteri', definition: 'Temel bir karakterin üzerine, altına veya içinden geçecek şekilde yerleştirilmek üzere tasarlanmış bir Unicode kod noktası. Arapça, Vietnamca ve Hintçe gibi dillerde meşru olarak kullanılır.' },
|
|
100
100
|
{ term: 'Diyakritik', definition: 'Telaffuzunu veya anlamını değiştirmek için temel bir harfe eklenen işaret. Zalgo, görsel taşma oluşturmak için bunları kötüye kullanır.' },
|
|
101
|
-
{ term: 'Unicode Bloğu', definition: 'Bitişik Unicode kod noktaları aralığı. Zalgo karakterleri çoğunlukla "Birleşen Diyakritik İşaretler" bloğundan (U+0300
|
|
101
|
+
{ term: 'Unicode Bloğu', definition: 'Bitişik Unicode kod noktaları aralığı. Zalgo karakterleri çoğunlukla "Birleşen Diyakritik İşaretler" bloğundan (U+0300-U+036F) gelir.' },
|
|
102
102
|
{ term: 'Glitch Art', definition: 'Dijital medyadaki hataları, kusurları ve bozulmaları bilinçli olarak etkileyici bir teknik olarak dahil eden veya simüle eden bir estetik.' },
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode Standardı - Birleştirme Karakterleri (İngilizce)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Zalgo Metni Fenomeni (İngilizce)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Dize normalleştirme', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-generator';
|
|
@@ -6,14 +7,14 @@ const title = 'Zalgo 文本生成器';
|
|
|
6
7
|
const description = '使用级联溢出的 Unicode 字符破坏您的信息。调整故障效果的强度和方向。';
|
|
7
8
|
|
|
8
9
|
const faq: ZalgoGeneratorLocaleContent['faq'] = [
|
|
9
|
-
{ question: '什么是 Zalgo 文本?', answer: '这是一种过度使用 Unicode
|
|
10
|
-
{ question: '为什么 Zalgo 文本看起来如此奇怪?', answer: '它利用了 Unicode
|
|
10
|
+
{ question: '什么是 Zalgo 文本?', answer: '这是一种过度使用 Unicode 组合字符(变音符号)的文本类型。当垂直堆叠时,这些字符会\"溢出\"其原始行,创造出在互联网文化中流行的破坏、混乱或恐怖的视觉效果。' },
|
|
11
|
+
{ question: '为什么 Zalgo 文本看起来如此奇怪?', answer: '它利用了 Unicode 标准的一个特性,即允许在基础字母上方、下方或中间添加标记。由于对可以添加多少个标记没有严格限制,文本可以\"侵入\"上方或下方的行。' },
|
|
11
12
|
{ question: '我可以在社交媒体上使用这种文本吗?', answer: '是的,大多数现代平台(Instagram、Twitter、Discord)都支持 Unicode。但是,为了保持界面可读性,某些网络或设备可能会在强度极高时过滤或截断多余字符。' },
|
|
12
13
|
{ question: '如何从文本中移除 Zalgo 效果?', answer: '要清除损坏的文本,您可以使用 JavaScript 字符串规范化,或者只需将其粘贴到仅接受纯文本的基础文本编辑器中。我们的工具纯粹是出于创意目的,不会损坏原始内容。' },
|
|
13
14
|
];
|
|
14
15
|
|
|
15
16
|
const howTo: ZalgoGeneratorLocaleContent['howTo'] = [
|
|
16
|
-
{ name: '编写基础消息', text: '
|
|
17
|
+
{ name: '编写基础消息', text: '在主文本框中输入您想要\"破坏\"的文本。' },
|
|
17
18
|
{ name: '调整混乱强度', text: '移动滑块以定义要堆叠多少个组合字符。强度越高 = 越难阅读。' },
|
|
18
19
|
{ name: '选择溢出方向', text: '选择破坏是向上增长、向下增长,还是同时向所有方向增长。' },
|
|
19
20
|
{ name: '复制结果', text: '点击复制按钮。生成的文本包含维持故障效果所需的所有不可见字节。' },
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: '常见问题解答',
|
|
60
|
-
bibliographyTitle: '混乱文献',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo 生成器',
|
|
63
63
|
description: '一̵切̷都̵已̵损̷坏̷',
|
|
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
82
82
|
},
|
|
83
83
|
seo: [
|
|
84
84
|
{ type: 'title', text: '什么是 Zalgo 文本以及视觉损坏如何运作?', level: 2 },
|
|
85
|
-
{ type: 'paragraph', html: 'Zalgo 文本是一种利用 Unicode 标准特定特性的排版操作形式:<strong>组合字符</strong
|
|
85
|
+
{ type: 'paragraph', html: 'Zalgo 文本是一种利用 Unicode 标准特定特性的排版操作形式:<strong>组合字符</strong>。与普通字符不同,这些变音符号不占用水平空间-它们垂直堆叠在基础字母顶部,创造出互联网文化中非常流行的\"数字混乱\"或\"宇宙恐怖\"美感。' },
|
|
86
86
|
{ type: 'title', text: '过程分析', level: 3 },
|
|
87
87
|
{ type: 'paragraph', html: '我们的生成器独立处理每个字符,在三个不同的向量中注入随机的 Unicode 码位:<strong>上方</strong>(堆叠在上面的变音符号)、<strong>中间</strong>(穿透字母的符号)和<strong>下方</strong>(悬挂在下面的符号)。' },
|
|
88
88
|
{ type: 'tip', title: '损坏算法', html: '对于每个基础字符,计算 <code>数量 = 强度 × 30</code>。在每个向量中添加那么多元随机变音符号。在强度为 1.5 时,每个字母最多可获得 45 个组合字符。' },
|
|
@@ -90,24 +90,20 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
90
90
|
{ type: 'list', items: [
|
|
91
91
|
'<strong>社交媒体:</strong>在 Instagram 或 TikTok 上吸引注意力。非常适合寻求打破常规的个人简介。',
|
|
92
92
|
'<strong>恐怖叙事:</strong>将虚构叙事、克里皮帕斯塔 (creepypasta) 或受损系统模拟剧本化。',
|
|
93
|
-
'<strong>无障碍:</strong>警告
|
|
93
|
+
'<strong>无障碍:</strong>警告 - 屏幕阅读器无法读取 Zalgo 文本。仅将其用作视觉装饰,切勿用于关键内容。',
|
|
94
94
|
'<strong>SEO:</strong>切勿在核心关键词(H1、元标题)中使用 Zalgo。索引机器人可能无法规范化这些字符。'
|
|
95
95
|
]},
|
|
96
96
|
{ type: 'title', text: '起源:从 Something Awful 到故障艺术', level: 3 },
|
|
97
|
-
{ type: 'paragraph', html: 'Zalgo 最初并不是作为生成器出现的,而是作为对经典连环画的干预。用户 Shmorky 在 2000 年代中期开始变形南希 (Nancy) 或阿奇 (Archie) 等角色,添加污渍和扭曲。短语 <strong
|
|
97
|
+
{ type: 'paragraph', html: 'Zalgo 最初并不是作为生成器出现的,而是作为对经典连环画的干预。用户 Shmorky 在 2000 年代中期开始变形南希 (Nancy) 或阿奇 (Archie) 等角色,添加污渍和扭曲。短语 <strong>\"他来了\" (He comes)</strong> 封印了这些作品的命运,宣布了一个吞噬现实的实体的到来。' },
|
|
98
98
|
{ type: 'glossary', items: [
|
|
99
99
|
{ term: '组合字符', definition: '一种 Unicode 码位,旨在放置在基础字符的顶部、底部或中间。在阿拉伯语、越南语和印地语等语言中被合法使用。' },
|
|
100
100
|
{ term: '变音符号', definition: '添加到基础字母上的标记,用于修改其发音或含义。Zalgo 滥用这些符号来产生视觉溢出。' },
|
|
101
|
-
{ term: 'Unicode 区段', definition: '一系列连续的 Unicode 码位。Zalgo
|
|
101
|
+
{ term: 'Unicode 区段', definition: '一系列连续的 Unicode 码位。Zalgo 字符主要来自\"组合变音符号\"区段 (U+0300-U+036F)。' },
|
|
102
102
|
{ term: '故障艺术', definition: '一种在数字媒体中故意包含或模拟错误、伪影和损坏作为表现技术的审美。' }
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode 标准 - 组合字符(英文)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Zalgo 文本现象(英文)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - 字符串规范化', url: 'https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' }
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
package/src/tools.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { BEAD_PATTERN_GENERATOR_TOOL } from './tool/bead-pattern-generator/index
|
|
|
3
3
|
import { DICE_ROLLER_TOOL } from './tool/dice-roller/index';
|
|
4
4
|
import { EXCUSE_GENERATOR_TOOL } from './tool/excuse-generator/index';
|
|
5
5
|
import { FORTUNE_COOKIE_TOOL } from './tool/fortune-cookie/index';
|
|
6
|
+
import { GLITCH_IMAGE_DISTORTER_TOOL } from './tool/glitch-image-distorter/index';
|
|
6
7
|
import { SYNESTHESIA_PAINTER_TOOL } from './tool/synesthesia-painter/index';
|
|
7
8
|
import { ZALGO_GENERATOR_TOOL } from './tool/zalgo-generator/index';
|
|
8
9
|
|
|
@@ -11,6 +12,7 @@ export const ALL_TOOLS: ToolDefinition[] = [
|
|
|
11
12
|
DICE_ROLLER_TOOL,
|
|
12
13
|
EXCUSE_GENERATOR_TOOL,
|
|
13
14
|
FORTUNE_COOKIE_TOOL,
|
|
15
|
+
GLITCH_IMAGE_DISTORTER_TOOL,
|
|
14
16
|
SYNESTHESIA_PAINTER_TOOL,
|
|
15
17
|
ZALGO_GENERATOR_TOOL,
|
|
16
18
|
];
|