@jjlmoya/utils-games-development 1.53.0 → 1.54.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.
Files changed (40) hide show
  1. package/package.json +1 -1
  2. package/src/category/index.ts +2 -1
  3. package/src/entries.ts +2 -0
  4. package/src/index.ts +1 -0
  5. package/src/tests/locale_completeness.test.ts +2 -2
  6. package/src/tests/tool_validation.test.ts +2 -2
  7. package/src/tool/steamBbcodeTranslator/app-client.ts +125 -0
  8. package/src/tool/steamBbcodeTranslator/bbcode-parser.ts +110 -0
  9. package/src/tool/steamBbcodeTranslator/bibliography.astro +6 -0
  10. package/src/tool/steamBbcodeTranslator/bibliography.ts +14 -0
  11. package/src/tool/steamBbcodeTranslator/component.astro +83 -0
  12. package/src/tool/steamBbcodeTranslator/entry.ts +28 -0
  13. package/src/tool/steamBbcodeTranslator/html-parser.ts +42 -0
  14. package/src/tool/steamBbcodeTranslator/html-renderer.ts +71 -0
  15. package/src/tool/steamBbcodeTranslator/i18n/de.ts +207 -0
  16. package/src/tool/steamBbcodeTranslator/i18n/en.ts +236 -0
  17. package/src/tool/steamBbcodeTranslator/i18n/es.ts +207 -0
  18. package/src/tool/steamBbcodeTranslator/i18n/fr.ts +195 -0
  19. package/src/tool/steamBbcodeTranslator/i18n/id.ts +195 -0
  20. package/src/tool/steamBbcodeTranslator/i18n/it.ts +195 -0
  21. package/src/tool/steamBbcodeTranslator/i18n/ja.ts +195 -0
  22. package/src/tool/steamBbcodeTranslator/i18n/ko.ts +195 -0
  23. package/src/tool/steamBbcodeTranslator/i18n/nl.ts +195 -0
  24. package/src/tool/steamBbcodeTranslator/i18n/pl.ts +195 -0
  25. package/src/tool/steamBbcodeTranslator/i18n/pt.ts +195 -0
  26. package/src/tool/steamBbcodeTranslator/i18n/ru.ts +195 -0
  27. package/src/tool/steamBbcodeTranslator/i18n/sv.ts +195 -0
  28. package/src/tool/steamBbcodeTranslator/i18n/tr.ts +195 -0
  29. package/src/tool/steamBbcodeTranslator/i18n/zh.ts +195 -0
  30. package/src/tool/steamBbcodeTranslator/index.ts +12 -0
  31. package/src/tool/steamBbcodeTranslator/logic.test.ts +41 -0
  32. package/src/tool/steamBbcodeTranslator/logic.ts +96 -0
  33. package/src/tool/steamBbcodeTranslator/markdown-parser.ts +115 -0
  34. package/src/tool/steamBbcodeTranslator/markdown-renderer.ts +85 -0
  35. package/src/tool/steamBbcodeTranslator/seo.astro +15 -0
  36. package/src/tool/steamBbcodeTranslator/steam-bbcode-translator.css +392 -0
  37. package/src/tool/steamBbcodeTranslator/storage.ts +30 -0
  38. package/src/tool/steamBbcodeTranslator/types.ts +36 -0
  39. package/src/tool/steamBbcodeTranslator/ui.ts +18 -0
  40. package/src/tools.ts +2 -0
@@ -0,0 +1,195 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+ import type { SteamBbcodeTranslatorUI } from '../ui';
3
+ import { bibliographyEntries } from '../bibliography';
4
+
5
+ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
6
+ slug: 'konwerter-bbcode-steam',
7
+ title: 'Konwerter Steam BBCode, Markdown i HTML',
8
+ description: 'Konwertuj między Steam BBCode, Markdown i HTML w obu kierunkach z automatycznym wykrywaniem składni i podglądem na żywo.',
9
+ ui: {
10
+ editorLabel: 'Wklej swój tekst',
11
+ editorHint: 'Składnia BBCode, Markdown lub HTML jest wykrywana automatycznie.',
12
+ detectedLabel: 'Wykryto',
13
+ detectedEmpty: 'Oczekiwanie na tekst',
14
+ bbcode: 'Steam BBCode',
15
+ markdown: 'Markdown',
16
+ html: 'HTML',
17
+ clear: 'Wyczyść',
18
+ copy: 'Kopiuj wynik',
19
+ copied: 'Skopiowano do schowka',
20
+ characters: 'Znaki',
21
+ blocks: 'Bloki',
22
+ privacyNote: 'Działa w Twojej przeglądarce. Nic nie jest wysyłane.',
23
+ persistenceNote: 'Ostatni szkic zapisany lokalnie',
24
+ previewLabel: 'Podgląd',
25
+ previewEmpty: 'Twój sformatowany podgląd pojawi się tutaj.'
26
+ },
27
+ seo: [
28
+ {
29
+ type: 'title',
30
+ level: 2,
31
+ text: 'Dlaczego opisy sklepu wymagają konwertera'
32
+ },
33
+ {
34
+ type: 'paragraph',
35
+ html: 'Opisy sklepu Steam używają BBCode. Strony prasowe lub dokumentacje często wymagają Markdown lub HTML. Narzędzie konwertuje formaty automatycznie.'
36
+ },
37
+ {
38
+ type: 'title',
39
+ level: 2,
40
+ text: 'Obsługiwane znaczniki'
41
+ },
42
+ {
43
+ type: 'paragraph',
44
+ html: 'Obsługuje nagłówki, pogrubienie, kursywę, linki, listy, cytaty i spoilery.'
45
+ },
46
+ {
47
+ type: 'stats',
48
+ columns: 4,
49
+ items: [
50
+ { label: 'Formaty wejściowe', value: '3' },
51
+ { label: 'Wyniki na wklejenie', value: '2' },
52
+ { label: 'Głębokość list', value: 'Zagnieżdżone' },
53
+ { label: 'Przetwarzanie', value: 'Tylko przeglądarka' }
54
+ ]
55
+ },
56
+ {
57
+ type: 'title',
58
+ level: 2,
59
+ text: 'Zachowanie zagnieżdżonych list'
60
+ },
61
+ {
62
+ type: 'paragraph',
63
+ html: 'Drzewo struktury gwarantuje, że podlisty pozostają wewnątrz swoich elementów nadrzędnych.'
64
+ },
65
+ {
66
+ type: 'table',
67
+ headers: ['Steam BBCode', 'Markdown', 'HTML'],
68
+ rows: [
69
+ ['[h1]Tytuł[/h1]', '# Tytuł', '&lt;h1&gt;Tytuł&lt;/h1&gt;'],
70
+ ['[b]Ważne[/b]', '**Ważne**', '&lt;strong&gt;Ważne&lt;/strong&gt;'],
71
+ ['[i]Uwaga[/i]', '*Uwaga*', '&lt;em&gt;Uwaga&lt;/em&gt;'],
72
+ ['[url=https://example.com]Link[/url]', '[Link](https://example.com)', '&lt;a href="https://example.com"&gt;Link&lt;/a&gt;'],
73
+ ['[list][*]Jeden[*]Dwa[/list]', '- Jeden\n- Dwa', '&lt;ul&gt;&lt;li&gt;Jeden&lt;/li&gt;&lt;li&gt;Dwa&lt;/li&gt;&lt;/ul&gt;']
74
+ ]
75
+ },
76
+ {
77
+ type: 'title',
78
+ level: 2,
79
+ text: 'Różnice między Markdown a HTML'
80
+ },
81
+ {
82
+ type: 'paragraph',
83
+ html: 'Jeśli Markdown nie obsługuje podkreślenia natywnie, stosowane są wstawki HTML.'
84
+ },
85
+ {
86
+ type: 'tip',
87
+ title: 'Sprawdzenie przed publikacją',
88
+ html: 'Porównaj sformatowany podgląd z dokumentem źródłowym przed publikacją.'
89
+ },
90
+ {
91
+ type: 'title',
92
+ level: 2,
93
+ text: 'Prywatność danych'
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Całe przetwarzanie odbywa się lokalnie w przeglądarce.'
98
+ },
99
+ {
100
+ type: 'title',
101
+ level: 2,
102
+ text: 'Ograniczenia'
103
+ },
104
+ {
105
+ type: 'proscons',
106
+ title: 'Kwestie do rozważenia',
107
+ items: [
108
+ {
109
+ pro: 'Zachowanie struktury list.',
110
+ con: 'Niestandardowe znaczniki wymagają weryfikacji ręcznej.'
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ type: 'title',
116
+ level: 2,
117
+ text: 'Słowniczek'
118
+ },
119
+ {
120
+ type: 'glossary',
121
+ items: [
122
+ {
123
+ term: 'BBCode',
124
+ definition: 'Składnia znaczników w nawiasach kwadratowych na Steam.'
125
+ },
126
+ {
127
+ term: 'Markdown',
128
+ definition: 'Czytelny format tekstu sformatowanego.'
129
+ },
130
+ {
131
+ term: 'HTML',
132
+ definition: 'Standardowy język znaczników stron internetowych.'
133
+ }
134
+ ]
135
+ }
136
+ ],
137
+ faqTitle: 'Często zadawane pytania',
138
+ faq: [
139
+ {
140
+ question: 'Czy mój tekst jest wysyłany na serwer?',
141
+ answer: 'Nie. Konwersja odbywa się w pełni lokalnie w Twojej przeglądarce.'
142
+ },
143
+ {
144
+ question: 'Czy listy zagnieżdżone są obsługiwane?',
145
+ answer: 'Tak. Struktura listy jest analizowana przed wygenerowaniem wyniku.'
146
+ }
147
+ ],
148
+ howTo: [
149
+ {
150
+ name: 'Wklej tekst',
151
+ text: 'Wklej Steam BBCode, Markdown lub HTML.'
152
+ },
153
+ {
154
+ name: 'Automatyczna konwersja',
155
+ text: 'Pozostałe dwa formaty zostaną wygenerowane od razu.'
156
+ }
157
+ ],
158
+ schemas: [
159
+ {
160
+ '@context': 'https://schema.org',
161
+ '@type': 'SoftwareApplication',
162
+ name: 'Konwerter Steam BBCode, Markdown i HTML',
163
+ applicationCategory: 'DeveloperApplication',
164
+ operatingSystem: 'Any',
165
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'PLN' }
166
+ },
167
+ {
168
+ '@context': 'https://schema.org',
169
+ '@type': 'FAQPage',
170
+ mainEntity: [
171
+ {
172
+ '@type': 'Question',
173
+ name: 'Czy mój tekst jest wysyłany na serwer?',
174
+ acceptedAnswer: {
175
+ '@type': 'Answer',
176
+ text: 'Nie. Konwersja odbywa się w pełni lokalnie w Twojej przeglądarce.'
177
+ }
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ '@context': 'https://schema.org',
183
+ '@type': 'HowTo',
184
+ name: 'Jak konwertować Steam BBCode, Markdown i HTML',
185
+ step: [
186
+ {
187
+ '@type': 'HowToStep',
188
+ name: 'Wklej tekst',
189
+ text: 'Wklej Steam BBCode, Markdown lub HTML.'
190
+ }
191
+ ]
192
+ }
193
+ ],
194
+ bibliography: bibliographyEntries
195
+ };
@@ -0,0 +1,195 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+ import type { SteamBbcodeTranslatorUI } from '../ui';
3
+ import { bibliographyEntries } from '../bibliography';
4
+
5
+ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
6
+ slug: 'conversor-bbcode-steam',
7
+ title: 'Conversor de BBCode da Steam, Markdown e HTML',
8
+ description: 'Converta entre BBCode da Steam, Markdown e HTML em ambas as direções com deteção automática de sintaxe e pré-visualização.',
9
+ ui: {
10
+ editorLabel: 'Cole o seu texto formatado',
11
+ editorHint: 'BBCode, Markdown ou HTML é detetado automaticamente ao digitar.',
12
+ detectedLabel: 'Detetado',
13
+ detectedEmpty: 'A aguardar texto',
14
+ bbcode: 'Steam BBCode',
15
+ markdown: 'Markdown',
16
+ html: 'HTML',
17
+ clear: 'Limpar',
18
+ copy: 'Copiar resultado',
19
+ copied: 'Copiado para a área de transferência',
20
+ characters: 'Caracteres',
21
+ blocks: 'Blocos',
22
+ privacyNote: 'Executado no navegador. Nada é enviado.',
23
+ persistenceNote: 'Último rascunho guardado localmente',
24
+ previewLabel: 'Pré-visualização',
25
+ previewEmpty: 'A sua pré-visualização formatada aparecerá aqui.'
26
+ },
27
+ seo: [
28
+ {
29
+ type: 'title',
30
+ level: 2,
31
+ text: 'Por que as descrições de loja precisam de um conversor'
32
+ },
33
+ {
34
+ type: 'paragraph',
35
+ html: 'As descrições da loja Steam usam BBCode. Kits de imprensa e sites de documentação preferem Markdown ou HTML. Esta ferramenta converte automaticamente entre os três formatos.'
36
+ },
37
+ {
38
+ type: 'title',
39
+ level: 2,
40
+ text: 'Formatos e marcadores suportados'
41
+ },
42
+ {
43
+ type: 'paragraph',
44
+ html: 'Suporta cabeçalhos, negrito, itálico, links, listas, citações e spoilers.'
45
+ },
46
+ {
47
+ type: 'stats',
48
+ columns: 4,
49
+ items: [
50
+ { label: 'Formatos de entrada', value: '3' },
51
+ { label: 'Saídas geradas', value: '2' },
52
+ { label: 'Profundidade de lista', value: 'Aninhada' },
53
+ { label: 'Processamento', value: 'Local' }
54
+ ]
55
+ },
56
+ {
57
+ type: 'title',
58
+ level: 2,
59
+ text: 'Listas aninhadas preservadas'
60
+ },
61
+ {
62
+ type: 'paragraph',
63
+ html: 'Uma árvore de estrutura garante que os subitens permaneçam dentro do item pai.'
64
+ },
65
+ {
66
+ type: 'table',
67
+ headers: ['Steam BBCode', 'Markdown', 'HTML'],
68
+ rows: [
69
+ ['[h1]Título[/h1]', '# Título', '&lt;h1&gt;Título&lt;/h1&gt;'],
70
+ ['[b]Importante[/b]', '**Importante**', '&lt;strong&gt;Importante&lt;/strong&gt;'],
71
+ ['[i]Nota[/i]', '*Nota*', '&lt;em&gt;Nota&lt;/em&gt;'],
72
+ ['[url=https://example.com]Link[/url]', '[Link](https://example.com)', '&lt;a href="https://example.com"&gt;Link&lt;/a&gt;'],
73
+ ['[list][*]Um[*]Dois[/list]', '- Um\n- Dois', '&lt;ul&gt;&lt;li&gt;Um&lt;/li&gt;&lt;li&gt;Dois&lt;/li&gt;&lt;/ul&gt;']
74
+ ]
75
+ },
76
+ {
77
+ type: 'title',
78
+ level: 2,
79
+ text: 'Diferenças entre Markdown e HTML'
80
+ },
81
+ {
82
+ type: 'paragraph',
83
+ html: 'Quando o Markdown não suporta sublinhado nativamente, o conversor utiliza elementos HTML inline.'
84
+ },
85
+ {
86
+ type: 'tip',
87
+ title: 'Verificação antes da publicação',
88
+ html: 'Compare o resultado na pré-visualização com o seu documento original antes de publicar na Steam.'
89
+ },
90
+ {
91
+ type: 'title',
92
+ level: 2,
93
+ text: 'Privacidade dos seus dados'
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Todo o processamento é feito localmente no seu navegador sem envio para servidores.'
98
+ },
99
+ {
100
+ type: 'title',
101
+ level: 2,
102
+ text: 'Limitações'
103
+ },
104
+ {
105
+ type: 'proscons',
106
+ title: 'Considerações',
107
+ items: [
108
+ {
109
+ pro: 'Estrutura de listas mantida.',
110
+ con: 'Tags personalizadas requerem revisão manual.'
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ type: 'title',
116
+ level: 2,
117
+ text: 'Glossário'
118
+ },
119
+ {
120
+ type: 'glossary',
121
+ items: [
122
+ {
123
+ term: 'BBCode',
124
+ definition: 'Sintaxe baseada em colchetes usada na Steam.'
125
+ },
126
+ {
127
+ term: 'Markdown',
128
+ definition: 'Formato de texto simples e legível.'
129
+ },
130
+ {
131
+ term: 'HTML',
132
+ definition: 'Linguagem de marcação padrão para a web.'
133
+ }
134
+ ]
135
+ }
136
+ ],
137
+ faqTitle: 'Perguntas frequentes',
138
+ faq: [
139
+ {
140
+ question: 'O meu texto é enviado para um servidor?',
141
+ answer: 'Não. A conversão ocorre totalmente no seu navegador.'
142
+ },
143
+ {
144
+ question: 'Suporta listas aninhadas?',
145
+ answer: 'Sim. A estrutura é analisada antes da conversão.'
146
+ }
147
+ ],
148
+ howTo: [
149
+ {
150
+ name: 'Cole o texto',
151
+ text: 'Cole BBCode da Steam, Markdown ou HTML.'
152
+ },
153
+ {
154
+ name: 'Deteção automática',
155
+ text: 'Os outros dois formatos serão gerados imediatamente.'
156
+ }
157
+ ],
158
+ schemas: [
159
+ {
160
+ '@context': 'https://schema.org',
161
+ '@type': 'SoftwareApplication',
162
+ name: 'Conversor de BBCode da Steam, Markdown e HTML',
163
+ applicationCategory: 'DeveloperApplication',
164
+ operatingSystem: 'Any',
165
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' }
166
+ },
167
+ {
168
+ '@context': 'https://schema.org',
169
+ '@type': 'FAQPage',
170
+ mainEntity: [
171
+ {
172
+ '@type': 'Question',
173
+ name: 'O meu texto é enviado para um servidor?',
174
+ acceptedAnswer: {
175
+ '@type': 'Answer',
176
+ text: 'Não. A conversão ocorre totalmente no seu navegador.'
177
+ }
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ '@context': 'https://schema.org',
183
+ '@type': 'HowTo',
184
+ name: 'Como converter BBCode da Steam, Markdown e HTML',
185
+ step: [
186
+ {
187
+ '@type': 'HowToStep',
188
+ name: 'Cole o texto',
189
+ text: 'Cole BBCode da Steam, Markdown ou HTML.'
190
+ }
191
+ ]
192
+ }
193
+ ],
194
+ bibliography: bibliographyEntries
195
+ };
@@ -0,0 +1,195 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+ import type { SteamBbcodeTranslatorUI } from '../ui';
3
+ import { bibliographyEntries } from '../bibliography';
4
+
5
+ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
6
+ slug: 'preobrazovatel-bbcode-steam',
7
+ title: 'Конвертер Steam BBCode, Markdown и HTML',
8
+ description: 'Двусторонний конвертер Steam BBCode, Markdown и HTML с автоматическим определением синтаксиса и живым предпросмотром.',
9
+ ui: {
10
+ editorLabel: 'Вставьте исходный текст',
11
+ editorHint: 'BBCode, Markdown или HTML определяются автоматически при вводе.',
12
+ detectedLabel: 'Определен синтаксис',
13
+ detectedEmpty: 'Ожидание текста',
14
+ bbcode: 'Steam BBCode',
15
+ markdown: 'Markdown',
16
+ html: 'HTML',
17
+ clear: 'Очистить',
18
+ copy: 'Скопировать результат',
19
+ copied: 'Скопировано в буфер обмена',
20
+ characters: 'Символы',
21
+ blocks: 'Блоки',
22
+ privacyNote: 'Работает в браузере. Данные не отправляются.',
23
+ persistenceNote: 'Черновик сохранен локально',
24
+ previewLabel: 'Предпросмотр',
25
+ previewEmpty: 'Форматированный результат появится здесь.'
26
+ },
27
+ seo: [
28
+ {
29
+ type: 'title',
30
+ level: 2,
31
+ text: 'Зачем нужен конвертер разметки для страниц Steam'
32
+ },
33
+ {
34
+ type: 'paragraph',
35
+ html: 'Описание игры в Steamworks использует BBCode. Пресс-киты и сайты требуют Markdown или HTML. Данный инструмент автоматически генерирует остальные форматы.'
36
+ },
37
+ {
38
+ type: 'title',
39
+ level: 2,
40
+ text: 'Поддерживаемый синтаксис'
41
+ },
42
+ {
43
+ type: 'paragraph',
44
+ html: 'Поддерживаются заголовки, жирный текст, курсив, ссылки, списки, цитаты и спойлеры.'
45
+ },
46
+ {
47
+ type: 'stats',
48
+ columns: 4,
49
+ items: [
50
+ { label: 'Форматы ввода', value: '3' },
51
+ { label: 'Выходных формата', value: '2' },
52
+ { label: 'Вложенные списки', value: 'Да' },
53
+ { label: 'Обработка', value: 'В браузере' }
54
+ ]
55
+ },
56
+ {
57
+ type: 'title',
58
+ level: 2,
59
+ text: 'Сохранение структуры вложенных списков'
60
+ },
61
+ {
62
+ type: 'paragraph',
63
+ html: 'Разбор в виде дерева гарантирует сохранение вложенности подпунктов списков.'
64
+ },
65
+ {
66
+ type: 'table',
67
+ headers: ['Steam BBCode', 'Markdown', 'HTML'],
68
+ rows: [
69
+ ['[h1]Заголовок[/h1]', '# Заголовок', '&lt;h1&gt;Заголовок&lt;/h1&gt;'],
70
+ ['[b]Важно[/b]', '**Важно**', '&lt;strong&gt;Важно&lt;/strong&gt;'],
71
+ ['[i]Заметка[/i]', '*Заметка*', '&lt;em&gt;Заметка&lt;/em&gt;'],
72
+ ['[url=https://example.com]Ссылка[/url]', '[Ссылка](https://example.com)', '&lt;a href="https://example.com"&gt;Ссылка&lt;/a&gt;'],
73
+ ['[list][*]Один[*]Два[/list]', '- Один\n- Два', '&lt;ul&gt;&lt;li&gt;Один&lt;/li&gt;&lt;li&gt;Два&lt;/li&gt;&lt;/ul&gt;']
74
+ ]
75
+ },
76
+ {
77
+ type: 'title',
78
+ level: 2,
79
+ text: 'Различия Markdown и HTML'
80
+ },
81
+ {
82
+ type: 'paragraph',
83
+ html: 'Если Markdown не поддерживает подчеркивание, инструмент использует вставки HTML.'
84
+ },
85
+ {
86
+ type: 'tip',
87
+ title: 'Проверка перед публикацией',
88
+ html: 'Сравните результат в окне предпросмотра с исходным документом перед добавлением в Steam.'
89
+ },
90
+ {
91
+ type: 'title',
92
+ level: 2,
93
+ text: 'Безопасность данных'
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Все операции выполняются исключительно локально в вашем браузере.'
98
+ },
99
+ {
100
+ type: 'title',
101
+ level: 2,
102
+ text: 'Ограничения'
103
+ },
104
+ {
105
+ type: 'proscons',
106
+ title: 'Особенности',
107
+ items: [
108
+ {
109
+ pro: 'Структурированная обработка списков.',
110
+ con: 'Нестандартные теги требуют ручной проверки.'
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ type: 'title',
116
+ level: 2,
117
+ text: 'Глоссарий'
118
+ },
119
+ {
120
+ type: 'glossary',
121
+ items: [
122
+ {
123
+ term: 'BBCode',
124
+ definition: 'Язык разметки с квадратными скобками для Steam.'
125
+ },
126
+ {
127
+ term: 'Markdown',
128
+ definition: 'Простой текстовый формат разметки.'
129
+ },
130
+ {
131
+ term: 'HTML',
132
+ definition: 'Стандартный язык разметки веб-страниц.'
133
+ }
134
+ ]
135
+ }
136
+ ],
137
+ faqTitle: 'Часто задаваемые вопросы',
138
+ faq: [
139
+ {
140
+ question: 'Отправляются ли данные на сервер?',
141
+ answer: 'Нет. Конвертация выполняется полностью локально в браузере.'
142
+ },
143
+ {
144
+ question: 'Поддерживаются ли вложенные списки?',
145
+ answer: 'Да. Структура анализируется перед генерированием кода.'
146
+ }
147
+ ],
148
+ howTo: [
149
+ {
150
+ name: 'Вставьте текст',
151
+ text: 'Вставьте Steam BBCode, Markdown или HTML.'
152
+ },
153
+ {
154
+ name: 'Автоматическая конвертация',
155
+ text: 'Два других формата сформируются автоматически.'
156
+ }
157
+ ],
158
+ schemas: [
159
+ {
160
+ '@context': 'https://schema.org',
161
+ '@type': 'SoftwareApplication',
162
+ name: 'Конвертер Steam BBCode, Markdown и HTML',
163
+ applicationCategory: 'DeveloperApplication',
164
+ operatingSystem: 'Any',
165
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'RUB' }
166
+ },
167
+ {
168
+ '@context': 'https://schema.org',
169
+ '@type': 'FAQPage',
170
+ mainEntity: [
171
+ {
172
+ '@type': 'Question',
173
+ name: 'Отправляются ли данные на сервер?',
174
+ acceptedAnswer: {
175
+ '@type': 'Answer',
176
+ text: 'Нет. Конвертация выполняется полностью локально в браузере.'
177
+ }
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ '@context': 'https://schema.org',
183
+ '@type': 'HowTo',
184
+ name: 'Как конвертировать Steam BBCode, Markdown и HTML',
185
+ step: [
186
+ {
187
+ '@type': 'HowToStep',
188
+ name: 'Вставьте текст',
189
+ text: 'Вставьте Steam BBCode, Markdown или HTML.'
190
+ }
191
+ ]
192
+ }
193
+ ],
194
+ bibliography: bibliographyEntries
195
+ };