@jjlmoya/utils-developer 1.14.0 → 1.16.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 (200) hide show
  1. package/package.json +1 -1
  2. package/src/category/i18n/fr.ts +1 -1
  3. package/src/category/i18n/ru.ts +1 -1
  4. package/src/category/index.ts +2 -1
  5. package/src/entries.ts +4 -1
  6. package/src/index.ts +2 -0
  7. package/src/layouts/PreviewLayout.astro +1 -0
  8. package/src/pages/[locale]/[slug].astro +29 -12
  9. package/src/tests/diacritics_density.test.ts +118 -0
  10. package/src/tests/inverted_punctuation.test.ts +113 -0
  11. package/src/tests/locale_completeness.test.ts +2 -3
  12. package/src/tests/no_en_dash.test.ts +73 -0
  13. package/src/tests/pagespeed_best_practices.test.ts +198 -0
  14. package/src/tests/script_density.test.ts +94 -0
  15. package/src/tests/shared-test-helpers.ts +56 -0
  16. package/src/tests/tool_exports.test.ts +34 -0
  17. package/src/tests/tool_validation.test.ts +2 -2
  18. package/src/tool/aspectRatio/component.astro +3 -1
  19. package/src/tool/aspectRatio/i18n/de.ts +1 -1
  20. package/src/tool/aspectRatio/i18n/fr.ts +1 -1
  21. package/src/tool/aspectRatio/i18n/pl.ts +2 -2
  22. package/src/tool/aspectRatio/i18n/ru.ts +4 -4
  23. package/src/tool/aspectRatio/i18n/zh.ts +1 -1
  24. package/src/tool/aspectRatio/seo.astro +2 -1
  25. package/src/tool/calculadoraTiempoDatos/i18n/de.ts +1 -1
  26. package/src/tool/calculadoraTiempoDatos/i18n/pl.ts +1 -1
  27. package/src/tool/calculadoraTiempoDatos/i18n/ru.ts +5 -5
  28. package/src/tool/calculadoraTiempoDatos/i18n/sv.ts +5 -5
  29. package/src/tool/calculadoraTiempoDatos/i18n/zh.ts +1 -1
  30. package/src/tool/calculadoraTiempoDatos/seo.astro +2 -1
  31. package/src/tool/colorConverter/component.astro +3 -3
  32. package/src/tool/colorConverter/i18n/de.ts +1 -1
  33. package/src/tool/colorConverter/i18n/ru.ts +2 -2
  34. package/src/tool/colorConverter/seo.astro +2 -1
  35. package/src/tool/conversorExcelCsvHtml/i18n/es.ts +1 -1
  36. package/src/tool/conversorExcelCsvHtml/i18n/pl.ts +1 -1
  37. package/src/tool/conversorExcelCsvHtml/i18n/ru.ts +2 -2
  38. package/src/tool/conversorExcelCsvHtml/i18n/zh.ts +2 -2
  39. package/src/tool/conversorExcelCsvHtml/seo.astro +2 -1
  40. package/src/tool/cronGenerator/i18n/de.ts +4 -4
  41. package/src/tool/cronGenerator/i18n/en.ts +1 -1
  42. package/src/tool/cronGenerator/i18n/es.ts +2 -2
  43. package/src/tool/cronGenerator/i18n/fr.ts +5 -5
  44. package/src/tool/cronGenerator/i18n/id.ts +1 -1
  45. package/src/tool/cronGenerator/i18n/nl.ts +1 -1
  46. package/src/tool/cronGenerator/i18n/pl.ts +8 -8
  47. package/src/tool/cronGenerator/i18n/pt.ts +1 -1
  48. package/src/tool/cronGenerator/i18n/ru.ts +9 -9
  49. package/src/tool/cronGenerator/i18n/sv.ts +1 -1
  50. package/src/tool/cronGenerator/i18n/zh.ts +3 -3
  51. package/src/tool/cronGenerator/seo.astro +2 -1
  52. package/src/tool/cssSpecificityCalculator/i18n/de.ts +1 -1
  53. package/src/tool/cssSpecificityCalculator/i18n/fr.ts +3 -3
  54. package/src/tool/cssSpecificityCalculator/i18n/pl.ts +2 -2
  55. package/src/tool/cssSpecificityCalculator/i18n/ru.ts +2 -2
  56. package/src/tool/cssSpecificityCalculator/seo.astro +2 -1
  57. package/src/tool/cssToInlineConverter/i18n/de.ts +6 -6
  58. package/src/tool/cssToInlineConverter/i18n/es.ts +1 -1
  59. package/src/tool/cssToInlineConverter/i18n/fr.ts +3 -3
  60. package/src/tool/cssToInlineConverter/seo.astro +2 -1
  61. package/src/tool/duplicateCssRemover/i18n/de.ts +7 -7
  62. package/src/tool/duplicateCssRemover/i18n/fr.ts +1 -1
  63. package/src/tool/duplicateCssRemover/i18n/id.ts +1 -1
  64. package/src/tool/duplicateCssRemover/i18n/nl.ts +1 -1
  65. package/src/tool/duplicateCssRemover/i18n/pl.ts +1 -1
  66. package/src/tool/duplicateCssRemover/i18n/pt.ts +1 -1
  67. package/src/tool/duplicateCssRemover/i18n/ru.ts +3 -3
  68. package/src/tool/duplicateCssRemover/i18n/sv.ts +1 -1
  69. package/src/tool/duplicateCssRemover/seo.astro +2 -1
  70. package/src/tool/generadorSecurityTxt/i18n/de.ts +5 -5
  71. package/src/tool/generadorSecurityTxt/i18n/ru.ts +2 -2
  72. package/src/tool/generadorSecurityTxt/seo.astro +2 -1
  73. package/src/tool/hashGenerator/i18n/ru.ts +5 -5
  74. package/src/tool/hashGenerator/i18n/zh.ts +2 -2
  75. package/src/tool/hashGenerator/seo.astro +2 -1
  76. package/src/tool/inspectorCertificadosSsl/i18n/de.ts +6 -6
  77. package/src/tool/inspectorCertificadosSsl/i18n/ru.ts +5 -5
  78. package/src/tool/inspectorCertificadosSsl/seo.astro +2 -1
  79. package/src/tool/jsonFormatter/i18n/de.ts +4 -4
  80. package/src/tool/jsonFormatter/i18n/en.ts +4 -4
  81. package/src/tool/jsonFormatter/i18n/es.ts +4 -4
  82. package/src/tool/jsonFormatter/i18n/fr.ts +4 -4
  83. package/src/tool/jsonFormatter/i18n/id.ts +4 -4
  84. package/src/tool/jsonFormatter/i18n/it.ts +4 -4
  85. package/src/tool/jsonFormatter/i18n/ja.ts +4 -4
  86. package/src/tool/jsonFormatter/i18n/ko.ts +4 -4
  87. package/src/tool/jsonFormatter/i18n/nl.ts +4 -4
  88. package/src/tool/jsonFormatter/i18n/pl.ts +4 -4
  89. package/src/tool/jsonFormatter/i18n/pt.ts +4 -4
  90. package/src/tool/jsonFormatter/i18n/ru.ts +5 -5
  91. package/src/tool/jsonFormatter/i18n/sv.ts +4 -4
  92. package/src/tool/jsonFormatter/i18n/tr.ts +4 -4
  93. package/src/tool/jsonFormatter/i18n/zh.ts +5 -5
  94. package/src/tool/jsonFormatter/seo.astro +2 -1
  95. package/src/tool/keycode/i18n/de.ts +7 -7
  96. package/src/tool/keycode/i18n/en.ts +5 -5
  97. package/src/tool/keycode/i18n/es.ts +5 -5
  98. package/src/tool/keycode/i18n/fr.ts +7 -7
  99. package/src/tool/keycode/i18n/id.ts +5 -5
  100. package/src/tool/keycode/i18n/it.ts +5 -5
  101. package/src/tool/keycode/i18n/ja.ts +5 -5
  102. package/src/tool/keycode/i18n/ko.ts +5 -5
  103. package/src/tool/keycode/i18n/nl.ts +5 -5
  104. package/src/tool/keycode/i18n/pl.ts +7 -7
  105. package/src/tool/keycode/i18n/pt.ts +5 -5
  106. package/src/tool/keycode/i18n/ru.ts +6 -6
  107. package/src/tool/keycode/i18n/sv.ts +5 -5
  108. package/src/tool/keycode/i18n/tr.ts +5 -5
  109. package/src/tool/keycode/i18n/zh.ts +5 -5
  110. package/src/tool/keycode/seo.astro +2 -1
  111. package/src/tool/llmCostCalculator/component.astro +1 -2
  112. package/src/tool/llmCostCalculator/i18n/de.ts +4 -4
  113. package/src/tool/llmCostCalculator/i18n/en.ts +3 -3
  114. package/src/tool/llmCostCalculator/i18n/fr.ts +3 -3
  115. package/src/tool/llmCostCalculator/i18n/id.ts +3 -3
  116. package/src/tool/llmCostCalculator/i18n/pt.ts +3 -3
  117. package/src/tool/llmCostCalculator/i18n/ru.ts +3 -3
  118. package/src/tool/llmCostCalculator/i18n/sv.ts +3 -3
  119. package/src/tool/llmCostCalculator/i18n/tr.ts +3 -3
  120. package/src/tool/llmCostCalculator/i18n/zh.ts +3 -3
  121. package/src/tool/llmCostCalculator/seo.astro +2 -1
  122. package/src/tool/mobileMockupGenerator/component.astro +4 -5
  123. package/src/tool/mobileMockupGenerator/i18n/es.ts +1 -1
  124. package/src/tool/mobileMockupGenerator/seo.astro +2 -1
  125. package/src/tool/musicalTypography/i18n/de.ts +1 -1
  126. package/src/tool/musicalTypography/i18n/fr.ts +1 -1
  127. package/src/tool/musicalTypography/i18n/id.ts +1 -1
  128. package/src/tool/musicalTypography/i18n/it.ts +1 -1
  129. package/src/tool/musicalTypography/i18n/ko.ts +1 -1
  130. package/src/tool/musicalTypography/i18n/ru.ts +3 -3
  131. package/src/tool/musicalTypography/seo.astro +2 -1
  132. package/src/tool/placeholderGenerator/component.astro +2 -2
  133. package/src/tool/placeholderGenerator/i18n/de.ts +4 -4
  134. package/src/tool/placeholderGenerator/i18n/ru.ts +1 -1
  135. package/src/tool/placeholderGenerator/seo.astro +2 -1
  136. package/src/tool/promptLibrary/i18n/de.ts +1 -1
  137. package/src/tool/promptLibrary/seo.astro +2 -1
  138. package/src/tool/readabilityCalculator/component.astro +4 -4
  139. package/src/tool/readabilityCalculator/i18n/de.ts +2 -2
  140. package/src/tool/readabilityCalculator/seo.astro +2 -1
  141. package/src/tool/readabilityCalculator/visual-readability-calculator-wcag-apca.css +87 -3
  142. package/src/tool/serpPixelSimulator/bibliography.astro +7 -0
  143. package/src/tool/serpPixelSimulator/bibliography.ts +16 -0
  144. package/src/tool/serpPixelSimulator/component.astro +84 -0
  145. package/src/tool/serpPixelSimulator/controller.ts +323 -0
  146. package/src/tool/serpPixelSimulator/entry.ts +30 -0
  147. package/src/tool/serpPixelSimulator/i18n/de.ts +214 -0
  148. package/src/tool/serpPixelSimulator/i18n/en.ts +213 -0
  149. package/src/tool/serpPixelSimulator/i18n/es.ts +214 -0
  150. package/src/tool/serpPixelSimulator/i18n/fr.ts +214 -0
  151. package/src/tool/serpPixelSimulator/i18n/id.ts +214 -0
  152. package/src/tool/serpPixelSimulator/i18n/it.ts +214 -0
  153. package/src/tool/serpPixelSimulator/i18n/ja.ts +214 -0
  154. package/src/tool/serpPixelSimulator/i18n/ko.ts +214 -0
  155. package/src/tool/serpPixelSimulator/i18n/nl.ts +214 -0
  156. package/src/tool/serpPixelSimulator/i18n/pl.ts +214 -0
  157. package/src/tool/serpPixelSimulator/i18n/pt.ts +214 -0
  158. package/src/tool/serpPixelSimulator/i18n/ru.ts +214 -0
  159. package/src/tool/serpPixelSimulator/i18n/sv.ts +214 -0
  160. package/src/tool/serpPixelSimulator/i18n/tr.ts +214 -0
  161. package/src/tool/serpPixelSimulator/i18n/zh.ts +214 -0
  162. package/src/tool/serpPixelSimulator/index.ts +12 -0
  163. package/src/tool/serpPixelSimulator/logic.ts +18 -0
  164. package/src/tool/serpPixelSimulator/seo.astro +12 -0
  165. package/src/tool/serpPixelSimulator/serp-pixel-simulator.css +335 -0
  166. package/src/tool/serpPixelSimulator/ui.ts +33 -0
  167. package/src/tool/svgSanitizer/i18n/de.ts +2 -2
  168. package/src/tool/svgSanitizer/i18n/id.ts +1 -1
  169. package/src/tool/svgSanitizer/i18n/pl.ts +1 -1
  170. package/src/tool/svgSanitizer/i18n/ru.ts +7 -7
  171. package/src/tool/svgSanitizer/i18n/sv.ts +3 -3
  172. package/src/tool/svgSanitizer/i18n/tr.ts +3 -3
  173. package/src/tool/svgSanitizer/i18n/zh.ts +3 -3
  174. package/src/tool/svgSanitizer/seo.astro +2 -1
  175. package/src/tool/svgToCss/i18n/de.ts +2 -2
  176. package/src/tool/svgToCss/i18n/es.ts +1 -1
  177. package/src/tool/svgToCss/i18n/fr.ts +1 -1
  178. package/src/tool/svgToCss/i18n/pl.ts +1 -1
  179. package/src/tool/svgToCss/i18n/ru.ts +2 -2
  180. package/src/tool/svgToCss/i18n/zh.ts +2 -2
  181. package/src/tool/svgToCss/seo.astro +2 -1
  182. package/src/tool/urlCleaner/component.astro +23 -5
  183. package/src/tool/urlCleaner/i18n/de.ts +3 -3
  184. package/src/tool/urlCleaner/i18n/es.ts +1 -1
  185. package/src/tool/urlCleaner/i18n/id.ts +1 -1
  186. package/src/tool/urlCleaner/i18n/nl.ts +1 -1
  187. package/src/tool/urlCleaner/seo.astro +2 -1
  188. package/src/tool/urlCleaner/url-tracking-cleaner.css +92 -2
  189. package/src/tool/urlEncoderDecoder/i18n/de.ts +5 -5
  190. package/src/tool/urlEncoderDecoder/i18n/fr.ts +2 -2
  191. package/src/tool/urlEncoderDecoder/i18n/pl.ts +5 -5
  192. package/src/tool/urlEncoderDecoder/i18n/ru.ts +8 -8
  193. package/src/tool/urlEncoderDecoder/i18n/sv.ts +5 -5
  194. package/src/tool/urlEncoderDecoder/i18n/zh.ts +5 -5
  195. package/src/tool/urlEncoderDecoder/seo.astro +2 -1
  196. package/src/tool/utmGenerator/i18n/de.ts +2 -2
  197. package/src/tool/utmGenerator/i18n/pl.ts +5 -5
  198. package/src/tool/utmGenerator/i18n/ru.ts +6 -6
  199. package/src/tool/utmGenerator/seo.astro +2 -1
  200. package/src/tools.ts +2 -2
@@ -21,14 +21,14 @@ const faqData = [
21
21
  },
22
22
  {
23
23
  question: 'Welche Felder sind in einer security.txt erforderlich?',
24
- answer: 'Laut RFC 9116 sind die Pflichtfelder Contact" (mit einer E-Mail-Adresse oder URL) und Expires" (mit einem zukünftigen Datum im ISO-8601-Format).',
24
+ answer: 'Laut RFC 9116 sind die Pflichtfelder "Contact" (mit einer E-Mail-Adresse oder URL) und "Expires" (mit einem zukünftigen Datum im ISO-8601-Format).',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToData = [
29
29
  { name: 'Felder ausfüllen', text: 'Tragen Sie Ihre E-Mail-Adresse oder Kontakt-URL ein und wählen Sie ein Ablaufdatum.' },
30
30
  { name: 'Optionale Felder hinzufügen', text: 'Ergänzen Sie weitere Angaben wie Ihren PGP-Schlüssel, Ihre Sicherheitsrichtlinie oder Stellenangebote.' },
31
- { name: 'Datei herunterladen oder kopieren', text: 'Klicken Sie auf „.txt herunterladen" oder kopieren Sie den Inhalt und speichern Sie ihn als security.txt.' },
31
+ { name: 'Datei herunterladen oder kopieren', text: 'Klicken Sie auf ".txt herunterladen" oder kopieren Sie den Inhalt und speichern Sie ihn als security.txt.' },
32
32
  { name: 'Auf den Server hochladen', text: 'Legen Sie die Datei im Ordner /.well-known/ Ihrer Domain ab.' },
33
33
  ];
34
34
 
@@ -112,7 +112,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
112
112
  },
113
113
  {
114
114
  type: 'paragraph',
115
- html: 'Der Zweck von <strong>security.txt</strong> besteht darin, Sicherheitsforschern eine standardisierte Möglichkeit zu bieten, die Verantwortlichen einer Website zu kontaktieren, wenn sie eine Schwachstelle entdecken. Ohne diese Datei weiß ein ethischer Hacker, der einen Fehler in Ihrem System findet, möglicherweise nicht, an wen er sich wenden soll mit der Folge, dass die Information verloren geht, ohne Vorwarnung veröffentlicht oder von Angreifern ausgenutzt wird.',
115
+ html: 'Der Zweck von <strong>security.txt</strong> besteht darin, Sicherheitsforschern eine standardisierte Möglichkeit zu bieten, die Verantwortlichen einer Website zu kontaktieren, wenn sie eine Schwachstelle entdecken. Ohne diese Datei weiß ein ethischer Hacker, der einen Fehler in Ihrem System findet, möglicherweise nicht, an wen er sich wenden soll - mit der Folge, dass die Information verloren geht, ohne Vorwarnung veröffentlicht oder von Angreifern ausgenutzt wird.',
116
116
  },
117
117
  { type: 'title', text: 'Security.txt nach RFC 9116 erstellen und einbinden', level: 2 },
118
118
  {
@@ -142,7 +142,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
142
142
  items: [
143
143
  '<strong>Encryption:</strong> Ein Link zu Ihrem öffentlichen PGP-Schlüssel, damit Forscher Ihnen verschlüsselte Informationen zusenden können.',
144
144
  '<strong>Policy:</strong> Ein Link zu Ihrer Sicherheitsrichtlinien-Seite, auf der Sie den Prozess der verantwortungsvollen Offenlegung erläutern.',
145
- '<strong>Acknowledgments:</strong> Ein Link zu Ihrer Hall of Fame" oder Danksagungsseite für Sicherheitsforscher.',
145
+ '<strong>Acknowledgments:</strong> Ein Link zu Ihrer "Hall of Fame" oder Danksagungsseite für Sicherheitsforscher.',
146
146
  '<strong>Hiring:</strong> Ein Link zu Ihren offenen Stellen im Bereich Cybersicherheit.',
147
147
  ],
148
148
  },
@@ -163,7 +163,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
163
163
  { type: 'title', text: 'Fazit: Ein einfacher Schritt für mehr Sicherheit im Web', level: 2 },
164
164
  {
165
165
  type: 'paragraph',
166
- html: 'Kurz gesagt: <strong>security.txt herunterladen</strong> und auf Ihren Server hochladen gehört zu den schnellsten und wirkungsvollsten Sicherheitsmaßnahmen, die Sie noch heute umsetzen können. Sie erleichtern den Guten" die Arbeit, schrecken Neugierige ab und signalisieren der Welt, dass Sie Datenschutz und Nutzerdaten ernst nehmen.',
166
+ html: 'Kurz gesagt: <strong>security.txt herunterladen</strong> und auf Ihren Server hochladen gehört zu den schnellsten und wirkungsvollsten Sicherheitsmaßnahmen, die Sie noch heute umsetzen können. Sie erleichtern den "Guten" die Arbeit, schrecken Neugierige ab und signalisieren der Welt, dass Sie Datenschutz und Nutzerdaten ernst nehmen.',
167
167
  },
168
168
  {
169
169
  type: 'paragraph',
@@ -13,7 +13,7 @@ const faqData = [
13
13
  },
14
14
  {
15
15
  question: 'Где должен быть размещён файл security.txt?',
16
- answer: 'Рекомендуемое стандартное место папка /.well-known/ вашего домена, что даёт URL https://example.com/.well-known/security.txt.',
16
+ answer: 'Рекомендуемое стандартное место - папка /.well-known/ вашего домена, что даёт URL https://example.com/.well-known/security.txt.',
17
17
  },
18
18
  {
19
19
  question: 'Почему дата истечения обязательна?',
@@ -163,7 +163,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
163
163
  { type: 'title', text: 'Вывод: Простой шаг к более безопасному Интернету', level: 2 },
164
164
  {
165
165
  type: 'paragraph',
166
- html: 'В заключение, <strong>загрузка security.txt</strong> и его загрузка на сервер это одна из самых быстрых и эффективных задач по обслуживанию безопасности, которую вы можете выполнить сегодня. Вы облегчаете задачу "хорошим парням", отбиваете охоту у любопытствующих и показываете миру, что серьёзно относитесь к конфиденциальности пользователей и данным.',
166
+ html: 'В заключение, <strong>загрузка security.txt</strong> и его загрузка на сервер - это одна из самых быстрых и эффективных задач по обслуживанию безопасности, которую вы можете выполнить сегодня. Вы облегчаете задачу "хорошим парням", отбиваете охоту у любопытствующих и показываете миру, что серьёзно относитесь к конфиденциальности пользователей и данным.',
167
167
  },
168
168
  {
169
169
  type: 'paragraph',
@@ -9,6 +9,7 @@ interface Props {
9
9
 
10
10
  const { locale = 'es' } = Astro.props;
11
11
  const content = await generadorSecurityTxt.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 }} />}
@@ -9,7 +9,7 @@ const description = 'Мгновенно вычисляйте хеши MD5, SHA-1
9
9
  const faqData = [
10
10
  {
11
11
  question: 'Что такое хеш и для чего он используется?',
12
- answer: 'Хеш это уникальный цифровой отпечаток текста или файла. Он используется для проверки того, что данные не были подделаны, а также для безопасного хранения паролей.',
12
+ answer: 'Хеш - это уникальный цифровой отпечаток текста или файла. Он используется для проверки того, что данные не были подделаны, а также для безопасного хранения паролей.',
13
13
  },
14
14
  {
15
15
  question: 'Безопасно ли использовать этот онлайн-генератор?',
@@ -20,8 +20,8 @@ const faqData = [
20
20
  answer: 'Для современной безопасности и хранения ключей мы рекомендуем SHA-256 или SHA-512. MD5 и SHA-1 следует использовать только для совместимости с устаревшими системами.',
21
21
  },
22
22
  {
23
- question: 'Что означает добавление «Salt» (соли)?',
24
- answer: 'Salt это дополнительная строка, смешиваемая с вашим текстом, чтобы сделать хеш уникальным и его было гораздо сложнее взломать с помощью атак по словарю.',
23
+ question: 'Что означает добавление "Salt" (соли)?',
24
+ answer: 'Salt - это дополнительная строка, смешиваемая с вашим текстом, чтобы сделать хеш уникальным и его было гораздо сложнее взломать с помощью атак по словарю.',
25
25
  },
26
26
  ];
27
27
 
@@ -92,7 +92,7 @@ export const content: ToolLocaleContent<HashGeneratorUI> = {
92
92
  { type: 'title', text: 'Что такое криптографический хеш?', level: 2 },
93
93
  {
94
94
  type: 'paragraph',
95
- html: '<strong>Криптографический хеш</strong> это математическая функция, которая преобразует любой объем данных в строку фиксированной длины. Одни и те же входные данные всегда дают один и тот же результат, но любое минимальное изменение во входных данных генерирует совершенно другой хеш.',
95
+ html: '<strong>Криптографический хеш</strong> - это математическая функция, которая преобразует любой объем данных в строку фиксированной длины. Одни и те же входные данные всегда дают один и тот же результат, но любое минимальное изменение во входных данных генерирует совершенно другой хеш.',
96
96
  },
97
97
  { type: 'title', text: 'Доступные алгоритмы', level: 3 },
98
98
  {
@@ -107,7 +107,7 @@ export const content: ToolLocaleContent<HashGeneratorUI> = {
107
107
  { type: 'title', text: 'Соль и Key Stretching', level: 3 },
108
108
  {
109
109
  type: 'paragraph',
110
- html: '<strong>Соль</strong> это случайная строка, добавляемая к тексту перед хешированием, гарантирующая, что два идентичных входа создадут разные хеши. <strong>Key Stretching</strong> (раунды) применяет функцию хеширования несколько раз, чтобы повысить устойчивость к атакам перебором.',
110
+ html: '<strong>Соль</strong> - это случайная строка, добавляемая к тексту перед хешированием, гарантирующая, что два идентичных входа создадут разные хеши. <strong>Key Stretching</strong> (раунды) применяет функцию хеширования несколько раз, чтобы повысить устойчивость к атакам перебором.',
111
111
  },
112
112
  { type: 'title', text: 'Полная конфиденциальность: 100% на стороне клиента', level: 3 },
113
113
  {
@@ -20,14 +20,14 @@ const faqData = [
20
20
  answer: '对于现代安全和密钥存储,我们推荐使用 SHA-256 或 SHA-512。MD5 和 SHA-1 仅应在为了兼容旧系统时使用。',
21
21
  },
22
22
  {
23
- question: '添加“盐”(Salt)是什么意思?',
23
+ question: '添加"盐"(Salt)是什么意思?',
24
24
  answer: '盐是混入文本中的一段额外字符串,目的是使哈希值变得独一无二,从而使通过字典攻击进行的破解变得更加困难。',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToData = [
29
29
  { name: '输入文本', text: '在此输入框中输入或粘贴您想要计算哈希值的文本。' },
30
- { name: '配置安全选项', text: '您可以选择添加“盐”或增加处理轮数(拉伸),以增强安全性。' },
30
+ { name: '配置安全选项', text: '您可以选择添加"盐"或增加处理轮数(拉伸),以增强安全性。' },
31
31
  { name: '获取结果', text: '当您输入时,各种哈希(MD5、SHA 等)会实时计算出来。' },
32
32
  { name: '复制哈希值', text: '点击每种算法旁边的复制图标,将其保存到剪贴板。' },
33
33
  ];
@@ -9,6 +9,7 @@ interface Props {
9
9
 
10
10
  const { locale = 'es' } = Astro.props;
11
11
  const content = await hashGenerator.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 }} />}
@@ -105,7 +105,7 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
105
105
  bibliography: [
106
106
  { name: 'RFC 5280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile', url: 'https://datatracker.ietf.org/doc/html/rfc5280' },
107
107
  { name: 'NIST: FIPS 180-4 Secure Hash Standard (SHA)', url: 'https://csrc.nist.gov/publications/detail/fips/180/4/final' },
108
- { name: 'Mozilla: SSL/TLS Verschlüsselung Übersicht', url: 'https://developer.mozilla.org/de/docs/Glossary/TLS' },
108
+ { name: 'Mozilla: SSL/TLS Verschlüsselung - Übersicht', url: 'https://developer.mozilla.org/de/docs/Glossary/TLS' },
109
109
  { name: 'OpenSSL: X.509 Zertifikatsformat Dokumentation', url: 'https://www.openssl.org/docs/man1.1.1/man1/x509.html' },
110
110
  ],
111
111
  howTo: howToData,
@@ -166,12 +166,12 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
166
166
  },
167
167
  {
168
168
  type: 'paragraph',
169
- html: 'Selbst wenn Ihre Datei eine ungewöhnliche Erweiterung hat sofern die interne Struktur ein standardkonformes X.509-Zertifikat ist, kann unser auf <strong>node-forge</strong> basierender Parser es problemlos verarbeiten.',
169
+ html: 'Selbst wenn Ihre Datei eine ungewöhnliche Erweiterung hat - sofern die interne Struktur ein standardkonformes X.509-Zertifikat ist, kann unser auf <strong>node-forge</strong> basierender Parser es problemlos verarbeiten.',
170
170
  },
171
171
  { type: 'title', text: 'Warum dieses Tool statt OpenSSL nutzen?', level: 2 },
172
172
  {
173
173
  type: 'paragraph',
174
- html: 'OpenSSL ist das Schweizer Taschenmesser der Kryptografie aber seine Befehle sind schwer zu merken. Um ein Zertifikat über die Kommandozeile anzuzeigen, müssten Sie Folgendes eingeben:',
174
+ html: 'OpenSSL ist das Schweizer Taschenmesser der Kryptografie - aber seine Befehle sind schwer zu merken. Um ein Zertifikat über die Kommandozeile anzuzeigen, müssten Sie Folgendes eingeben:',
175
175
  },
176
176
  { type: 'code', text: 'openssl x509 -in certificado.crt -text -noout' },
177
177
  {
@@ -183,7 +183,7 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
183
183
  items: [
184
184
  '<strong>Schnelligkeit:</strong> Kein Terminal öffnen, keine komplexen Flags merken.',
185
185
  '<strong>Übersichtlichkeit:</strong> Feldnamen (Locality, Organization) werden lesbar formatiert, nicht als kryptische Kürzel wie "L" oder "O".',
186
- '<strong>Gültigkeitswarnungen:</strong> Automatische Berechnung, ob das Zertifikat heute noch gültig ist kein manueller Datumsabgleich nötig.',
186
+ '<strong>Gültigkeitswarnungen:</strong> Automatische Berechnung, ob das Zertifikat heute noch gültig ist - kein manueller Datumsabgleich nötig.',
187
187
  '<strong>Plattformunabhängig:</strong> Funktioniert auf jedem Betriebssystem mit einem modernen Browser, ohne Installation zusätzlicher Software.',
188
188
  ],
189
189
  },
@@ -204,10 +204,10 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
204
204
  {
205
205
  type: 'list',
206
206
  items: [
207
- '<strong>Server-Debugging:</strong> Wenn Sie ein Zertifikat installiert haben, die Website aber weiterhin Fehler wirft um sicherzustellen, dass nicht versehentlich das alte Zertifikat geladen wurde.',
207
+ '<strong>Server-Debugging:</strong> Wenn Sie ein Zertifikat installiert haben, die Website aber weiterhin Fehler wirft - um sicherzustellen, dass nicht versehentlich das alte Zertifikat geladen wurde.',
208
208
  '<strong>Kettenprüfung:</strong> Um festzustellen, ob eine Datei das Endzertifikat oder ein Zwischenzertifikat enthält.',
209
209
  '<strong>Asset-Audit:</strong> Um nachzuvollziehen, welche Zertifizierungsstelle in einem älteren Projekt verwendet wurde.',
210
- '<strong>Integritätsprüfung:</strong> Beim Verschieben von Zertifikaten zwischen Servern durch Vergleich des SHA-256-Fingerabdrucks lässt sich sicherstellen, dass die Datei nicht beschädigt ist.',
210
+ '<strong>Integritätsprüfung:</strong> Beim Verschieben von Zertifikaten zwischen Servern - durch Vergleich des SHA-256-Fingerabdrucks lässt sich sicherstellen, dass die Datei nicht beschädigt ist.',
211
211
  ],
212
212
  },
213
213
  ],
@@ -114,7 +114,7 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
114
114
  { type: 'title', text: 'Что такое инспектор сертификатов SSL/TLS и зачем он нужен?', level: 2 },
115
115
  {
116
116
  type: 'paragraph',
117
- html: 'В мире веб-разработки и кибербезопасности <strong>сертификаты SSL (Secure Sockets Layer) и TLS (Transport Layer Security)</strong> это основание доверия. Цифровой сертификат это просто файл, связывающий криптографический ключ с данными организации или домена. Однако эти файлы часто поставляются в бинарном формате (.der) или кодировке Base64 (.pem, .crt), которые не читаются с первого взгляда.',
117
+ html: 'В мире веб-разработки и кибербезопасности <strong>сертификаты SSL (Secure Sockets Layer) и TLS (Transport Layer Security)</strong> - это основание доверия. Цифровой сертификат - это просто файл, связывающий криптографический ключ с данными организации или домена. Однако эти файлы часто поставляются в бинарном формате (.der) или кодировке Base64 (.pem, .crt), которые не читаются с первого взгляда.',
118
118
  },
119
119
  {
120
120
  type: 'paragraph',
@@ -136,7 +136,7 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
136
136
  {
137
137
  type: 'tip',
138
138
  title: 'Полная приватность',
139
- html: 'Самая важная часть этого процесса <strong>приватность</strong>. Файл никогда не загружается на наши серверы. Все разбор ASN.1 структуры сертификата происходит в RAM вашего браузера. Полная безопасность для ваших открытых ключей.',
139
+ html: 'Самая важная часть этого процесса - <strong>приватность</strong>. Файл никогда не загружается на наши серверы. Все разбор ASN.1 структуры сертификата происходит в RAM вашего браузера. Полная безопасность для ваших открытых ключей.',
140
140
  },
141
141
  { type: 'title', text: 'Ключевые поля, которые вы увидите при анализе сертификата', level: 2 },
142
142
  {
@@ -166,12 +166,12 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
166
166
  },
167
167
  {
168
168
  type: 'paragraph',
169
- html: 'Даже если ваш файл имеет необычное расширение, если внутренняя структура это стандартный сертификат X.509, наш движок на базе <strong>node-forge</strong> сможет его интерпретировать без проблем.',
169
+ html: 'Даже если ваш файл имеет необычное расширение, если внутренняя структура - это стандартный сертификат X.509, наш движок на базе <strong>node-forge</strong> сможет его интерпретировать без проблем.',
170
170
  },
171
171
  { type: 'title', text: 'Почему использовать этот инструмент вместо OpenSSL?', level: 2 },
172
172
  {
173
173
  type: 'paragraph',
174
- html: 'OpenSSL это швейцарский армейский нож криптографии, но его команды трудно запомнить. Чтобы просмотреть сертификат из консоли, вам нужно написать:',
174
+ html: 'OpenSSL - это швейцарский армейский нож криптографии, но его команды трудно запомнить. Чтобы просмотреть сертификат из консоли, вам нужно написать:',
175
175
  },
176
176
  { type: 'code', text: 'openssl x509 -in certificado.crt -text -noout' },
177
177
  {
@@ -190,7 +190,7 @@ export const content: ToolLocaleContent<InspectorCertificadosSslUI> = {
190
190
  { type: 'title', text: 'Безопасность и приватность: ваш сертификат никогда не покидает RAM', level: 2 },
191
191
  {
192
192
  type: 'paragraph',
193
- html: 'Как разработчик, я знаю, насколько критично правильное обращение с этой информацией. Хотя сертификат технически является <strong>публичной информацией</strong> (отправляется в любой браузер, посещающий ваш сайт), тем не менее, это хорошая практика не загружать файлы на внешние серверы без необходимости.',
193
+ html: 'Как разработчик, я знаю, насколько критично правильное обращение с этой информацией. Хотя сертификат технически является <strong>публичной информацией</strong> (отправляется в любой браузер, посещающий ваш сайт), тем не менее, это хорошая практика - не загружать файлы на внешние серверы без необходимости.',
194
194
  },
195
195
  {
196
196
  type: 'paragraph',
@@ -9,6 +9,7 @@ interface Props {
9
9
 
10
10
  const { locale = 'es' } = Astro.props;
11
11
  const content = await inspectorCertificadosSsl.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 }} />}
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referenzen und Standards',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introducing JSON',
120
+ name: 'JSON.org - Introducing JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'References and Standards',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introducing JSON',
120
+ name: 'JSON.org - Introducing JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referencias y Estándares',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introducing JSON',
120
+ name: 'JSON.org - Introducing JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Références et Normes',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introducing JSON',
120
+ name: 'JSON.org - Introducing JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referensi dan Standar',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Mengenal JSON',
120
+ name: 'JSON.org - Mengenal JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Riferimenti e Standard',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introduzione a JSON',
120
+ name: 'JSON.org - Introduzione a JSON',
121
121
  url: 'https://www.json.org/json-it.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: '参考文献と標準',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org JSONの導入',
120
+ name: 'JSON.org - JSONの導入',
121
121
  url: 'https://www.json.org/json-ja.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: '참고 자료 및 표준',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org JSON 소개',
120
+ name: 'JSON.org - JSON 소개',
121
121
  url: 'https://www.json.org/json-ko.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referenties en Standaarden',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introductie tot JSON',
120
+ name: 'JSON.org - Introductie tot JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referencje i Standardy',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Wprowadzenie do JSON',
120
+ name: 'JSON.org - Wprowadzenie do JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/pl/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referências e Padrões',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introdução ao JSON',
120
+ name: 'JSON.org - Introdução ao JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -14,7 +14,7 @@ const faqData = [
14
14
  'Безусловно. Вся обработка происходит на 100% в вашем браузере (на стороне клиента). Ваши данные JSON никогда не отправляются на сервер, что обеспечивает полную конфиденциальность ваших структур данных.',
15
15
  },
16
16
  {
17
- question: 'Что вызывает ошибку «Invalid JSON»?',
17
+ question: 'Что вызывает ошибку "Invalid JSON"?',
18
18
  answer:
19
19
  'Обычно она вызвана лишними запятыми в конце объекта, отсутствием двойных кавычек вокруг ключей или невидимыми символами. Наш инструмент подсвечивает точную строку с ошибкой, чтобы вы могли ее исправить.',
20
20
  },
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Ссылки и стандарты',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Введение в JSON',
120
+ name: 'JSON.org - Введение в JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referenser och Standarder',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org Introduktion till JSON',
120
+ name: 'JSON.org - Introduktion till JSON',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],
@@ -109,19 +109,19 @@ export const content: ToolLocaleContent<JsonFormatterUI> = {
109
109
  bibliographyTitle: 'Referanslar ve Standartlar',
110
110
  bibliography: [
111
111
  {
112
- name: 'RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
112
+ name: 'RFC 8259 - The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
113
113
  url: 'https://datatracker.ietf.org/doc/html/rfc8259',
114
114
  },
115
115
  {
116
- name: 'ECMA-404 The JSON Data Interchange Syntax (Ecma International)',
116
+ name: 'ECMA-404 - The JSON Data Interchange Syntax (Ecma International)',
117
117
  url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
118
118
  },
119
119
  {
120
- name: 'JSON.org JSON\'a Giriş',
120
+ name: 'JSON.org - JSON\'a Giriş',
121
121
  url: 'https://www.json.org/json-en.html',
122
122
  },
123
123
  {
124
- name: 'MDN Web Docs JSON',
124
+ name: 'MDN Web Docs - JSON',
125
125
  url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON',
126
126
  },
127
127
  ],