@jjlmoya/utils-developer 1.3.0 → 1.5.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 (339) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +34 -0
  3. package/src/category/i18n/id.ts +34 -0
  4. package/src/category/i18n/it.ts +34 -0
  5. package/src/category/i18n/ja.ts +34 -0
  6. package/src/category/i18n/ko.ts +34 -0
  7. package/src/category/i18n/nl.ts +34 -0
  8. package/src/category/i18n/pl.ts +34 -0
  9. package/src/category/i18n/pt.ts +34 -0
  10. package/src/category/i18n/ru.ts +34 -0
  11. package/src/category/i18n/sv.ts +34 -0
  12. package/src/category/i18n/tr.ts +34 -0
  13. package/src/category/i18n/zh.ts +34 -0
  14. package/src/category/index.ts +13 -1
  15. package/src/index.ts +12 -0
  16. package/src/tests/faq_count.test.ts +1 -1
  17. package/src/tests/i18n_coverage.test.ts +36 -0
  18. package/src/tests/locale_completeness.test.ts +2 -2
  19. package/src/tests/slug_uniqueness.test.ts +81 -0
  20. package/src/tool/aspectRatio/i18n/de.ts +177 -0
  21. package/src/tool/aspectRatio/i18n/id.ts +177 -0
  22. package/src/tool/aspectRatio/i18n/it.ts +177 -0
  23. package/src/tool/aspectRatio/i18n/ja.ts +178 -0
  24. package/src/tool/aspectRatio/i18n/ko.ts +178 -0
  25. package/src/tool/aspectRatio/i18n/nl.ts +178 -0
  26. package/src/tool/aspectRatio/i18n/pl.ts +177 -0
  27. package/src/tool/aspectRatio/i18n/pt.ts +177 -0
  28. package/src/tool/aspectRatio/i18n/ru.ts +177 -0
  29. package/src/tool/aspectRatio/i18n/sv.ts +177 -0
  30. package/src/tool/aspectRatio/i18n/tr.ts +177 -0
  31. package/src/tool/aspectRatio/i18n/zh.ts +178 -0
  32. package/src/tool/aspectRatio/index.ts +15 -7
  33. package/src/tool/calculadoraTiempoDatos/i18n/de.ts +150 -0
  34. package/src/tool/calculadoraTiempoDatos/i18n/id.ts +150 -0
  35. package/src/tool/calculadoraTiempoDatos/i18n/it.ts +150 -0
  36. package/src/tool/calculadoraTiempoDatos/i18n/ja.ts +151 -0
  37. package/src/tool/calculadoraTiempoDatos/i18n/ko.ts +151 -0
  38. package/src/tool/calculadoraTiempoDatos/i18n/nl.ts +150 -0
  39. package/src/tool/calculadoraTiempoDatos/i18n/pl.ts +150 -0
  40. package/src/tool/calculadoraTiempoDatos/i18n/pt.ts +150 -0
  41. package/src/tool/calculadoraTiempoDatos/i18n/ru.ts +151 -0
  42. package/src/tool/calculadoraTiempoDatos/i18n/sv.ts +150 -0
  43. package/src/tool/calculadoraTiempoDatos/i18n/tr.ts +150 -0
  44. package/src/tool/calculadoraTiempoDatos/i18n/zh.ts +151 -0
  45. package/src/tool/calculadoraTiempoDatos/index.ts +15 -7
  46. package/src/tool/colorConverter/i18n/de.ts +126 -0
  47. package/src/tool/colorConverter/i18n/id.ts +126 -0
  48. package/src/tool/colorConverter/i18n/it.ts +126 -0
  49. package/src/tool/colorConverter/i18n/ja.ts +127 -0
  50. package/src/tool/colorConverter/i18n/ko.ts +127 -0
  51. package/src/tool/colorConverter/i18n/nl.ts +126 -0
  52. package/src/tool/colorConverter/i18n/pl.ts +126 -0
  53. package/src/tool/colorConverter/i18n/pt.ts +126 -0
  54. package/src/tool/colorConverter/i18n/ru.ts +126 -0
  55. package/src/tool/colorConverter/i18n/sv.ts +126 -0
  56. package/src/tool/colorConverter/i18n/tr.ts +126 -0
  57. package/src/tool/colorConverter/i18n/zh.ts +127 -0
  58. package/src/tool/colorConverter/index.ts +15 -7
  59. package/src/tool/conversorExcelCsvHtml/i18n/de.ts +129 -0
  60. package/src/tool/conversorExcelCsvHtml/i18n/id.ts +129 -0
  61. package/src/tool/conversorExcelCsvHtml/i18n/it.ts +129 -0
  62. package/src/tool/conversorExcelCsvHtml/i18n/ja.ts +130 -0
  63. package/src/tool/conversorExcelCsvHtml/i18n/ko.ts +130 -0
  64. package/src/tool/conversorExcelCsvHtml/i18n/nl.ts +129 -0
  65. package/src/tool/conversorExcelCsvHtml/i18n/pl.ts +129 -0
  66. package/src/tool/conversorExcelCsvHtml/i18n/pt.ts +129 -0
  67. package/src/tool/conversorExcelCsvHtml/i18n/ru.ts +129 -0
  68. package/src/tool/conversorExcelCsvHtml/i18n/sv.ts +129 -0
  69. package/src/tool/conversorExcelCsvHtml/i18n/tr.ts +129 -0
  70. package/src/tool/conversorExcelCsvHtml/i18n/zh.ts +130 -0
  71. package/src/tool/conversorExcelCsvHtml/index.ts +15 -7
  72. package/src/tool/cronGenerator/i18n/de.ts +192 -0
  73. package/src/tool/cronGenerator/i18n/es.ts +2 -1
  74. package/src/tool/cronGenerator/i18n/fr.ts +2 -1
  75. package/src/tool/cronGenerator/i18n/id.ts +192 -0
  76. package/src/tool/cronGenerator/i18n/it.ts +192 -0
  77. package/src/tool/cronGenerator/i18n/ja.ts +192 -0
  78. package/src/tool/cronGenerator/i18n/ko.ts +192 -0
  79. package/src/tool/cronGenerator/i18n/nl.ts +192 -0
  80. package/src/tool/cronGenerator/i18n/pl.ts +192 -0
  81. package/src/tool/cronGenerator/i18n/pt.ts +192 -0
  82. package/src/tool/cronGenerator/i18n/ru.ts +192 -0
  83. package/src/tool/cronGenerator/i18n/sv.ts +192 -0
  84. package/src/tool/cronGenerator/i18n/tr.ts +192 -0
  85. package/src/tool/cronGenerator/i18n/zh.ts +192 -0
  86. package/src/tool/cronGenerator/index.ts +15 -7
  87. package/src/tool/cssSpecificityCalculator/i18n/de.ts +168 -0
  88. package/src/tool/cssSpecificityCalculator/i18n/id.ts +168 -0
  89. package/src/tool/cssSpecificityCalculator/i18n/it.ts +168 -0
  90. package/src/tool/cssSpecificityCalculator/i18n/ja.ts +169 -0
  91. package/src/tool/cssSpecificityCalculator/i18n/ko.ts +169 -0
  92. package/src/tool/cssSpecificityCalculator/i18n/nl.ts +168 -0
  93. package/src/tool/cssSpecificityCalculator/i18n/pl.ts +168 -0
  94. package/src/tool/cssSpecificityCalculator/i18n/pt.ts +168 -0
  95. package/src/tool/cssSpecificityCalculator/i18n/ru.ts +168 -0
  96. package/src/tool/cssSpecificityCalculator/i18n/sv.ts +168 -0
  97. package/src/tool/cssSpecificityCalculator/i18n/tr.ts +168 -0
  98. package/src/tool/cssSpecificityCalculator/i18n/zh.ts +169 -0
  99. package/src/tool/cssSpecificityCalculator/index.ts +15 -7
  100. package/src/tool/cssToInlineConverter/i18n/de.ts +160 -0
  101. package/src/tool/cssToInlineConverter/i18n/id.ts +160 -0
  102. package/src/tool/cssToInlineConverter/i18n/it.ts +160 -0
  103. package/src/tool/cssToInlineConverter/i18n/ja.ts +161 -0
  104. package/src/tool/cssToInlineConverter/i18n/ko.ts +161 -0
  105. package/src/tool/cssToInlineConverter/i18n/nl.ts +160 -0
  106. package/src/tool/cssToInlineConverter/i18n/pl.ts +160 -0
  107. package/src/tool/cssToInlineConverter/i18n/pt.ts +160 -0
  108. package/src/tool/cssToInlineConverter/i18n/ru.ts +160 -0
  109. package/src/tool/cssToInlineConverter/i18n/sv.ts +160 -0
  110. package/src/tool/cssToInlineConverter/i18n/tr.ts +160 -0
  111. package/src/tool/cssToInlineConverter/i18n/zh.ts +161 -0
  112. package/src/tool/cssToInlineConverter/index.ts +15 -7
  113. package/src/tool/duplicateCssRemover/i18n/de.ts +167 -0
  114. package/src/tool/duplicateCssRemover/i18n/id.ts +167 -0
  115. package/src/tool/duplicateCssRemover/i18n/it.ts +167 -0
  116. package/src/tool/duplicateCssRemover/i18n/ja.ts +168 -0
  117. package/src/tool/duplicateCssRemover/i18n/ko.ts +168 -0
  118. package/src/tool/duplicateCssRemover/i18n/nl.ts +167 -0
  119. package/src/tool/duplicateCssRemover/i18n/pl.ts +167 -0
  120. package/src/tool/duplicateCssRemover/i18n/pt.ts +167 -0
  121. package/src/tool/duplicateCssRemover/i18n/ru.ts +167 -0
  122. package/src/tool/duplicateCssRemover/i18n/sv.ts +167 -0
  123. package/src/tool/duplicateCssRemover/i18n/tr.ts +167 -0
  124. package/src/tool/duplicateCssRemover/i18n/zh.ts +168 -0
  125. package/src/tool/duplicateCssRemover/index.ts +15 -7
  126. package/src/tool/generadorSecurityTxt/i18n/de.ts +174 -0
  127. package/src/tool/generadorSecurityTxt/i18n/id.ts +174 -0
  128. package/src/tool/generadorSecurityTxt/i18n/it.ts +174 -0
  129. package/src/tool/generadorSecurityTxt/i18n/ja.ts +174 -0
  130. package/src/tool/generadorSecurityTxt/i18n/ko.ts +174 -0
  131. package/src/tool/generadorSecurityTxt/i18n/nl.ts +174 -0
  132. package/src/tool/generadorSecurityTxt/i18n/pl.ts +174 -0
  133. package/src/tool/generadorSecurityTxt/i18n/pt.ts +174 -0
  134. package/src/tool/generadorSecurityTxt/i18n/ru.ts +174 -0
  135. package/src/tool/generadorSecurityTxt/i18n/sv.ts +174 -0
  136. package/src/tool/generadorSecurityTxt/i18n/tr.ts +174 -0
  137. package/src/tool/generadorSecurityTxt/i18n/zh.ts +174 -0
  138. package/src/tool/generadorSecurityTxt/index.ts +15 -7
  139. package/src/tool/hashGenerator/i18n/de.ts +119 -0
  140. package/src/tool/hashGenerator/i18n/id.ts +119 -0
  141. package/src/tool/hashGenerator/i18n/it.ts +118 -0
  142. package/src/tool/hashGenerator/i18n/ja.ts +119 -0
  143. package/src/tool/hashGenerator/i18n/ko.ts +119 -0
  144. package/src/tool/hashGenerator/i18n/nl.ts +119 -0
  145. package/src/tool/hashGenerator/i18n/pl.ts +118 -0
  146. package/src/tool/hashGenerator/i18n/pt.ts +118 -0
  147. package/src/tool/hashGenerator/i18n/ru.ts +119 -0
  148. package/src/tool/hashGenerator/i18n/sv.ts +119 -0
  149. package/src/tool/hashGenerator/i18n/tr.ts +118 -0
  150. package/src/tool/hashGenerator/i18n/zh.ts +119 -0
  151. package/src/tool/hashGenerator/index.ts +15 -7
  152. package/src/tool/inspectorCertificadosSsl/i18n/de.ts +214 -0
  153. package/src/tool/inspectorCertificadosSsl/i18n/id.ts +215 -0
  154. package/src/tool/inspectorCertificadosSsl/i18n/it.ts +214 -0
  155. package/src/tool/inspectorCertificadosSsl/i18n/ja.ts +215 -0
  156. package/src/tool/inspectorCertificadosSsl/i18n/ko.ts +215 -0
  157. package/src/tool/inspectorCertificadosSsl/i18n/nl.ts +215 -0
  158. package/src/tool/inspectorCertificadosSsl/i18n/pl.ts +215 -0
  159. package/src/tool/inspectorCertificadosSsl/i18n/pt.ts +214 -0
  160. package/src/tool/inspectorCertificadosSsl/i18n/ru.ts +215 -0
  161. package/src/tool/inspectorCertificadosSsl/i18n/sv.ts +215 -0
  162. package/src/tool/inspectorCertificadosSsl/i18n/tr.ts +215 -0
  163. package/src/tool/inspectorCertificadosSsl/i18n/zh.ts +215 -0
  164. package/src/tool/inspectorCertificadosSsl/index.ts +24 -0
  165. package/src/tool/jsonFormatter/i18n/de.ts +157 -0
  166. package/src/tool/jsonFormatter/i18n/es.ts +2 -1
  167. package/src/tool/jsonFormatter/i18n/fr.ts +2 -1
  168. package/src/tool/jsonFormatter/i18n/id.ts +157 -0
  169. package/src/tool/jsonFormatter/i18n/it.ts +156 -0
  170. package/src/tool/jsonFormatter/i18n/ja.ts +157 -0
  171. package/src/tool/jsonFormatter/i18n/ko.ts +157 -0
  172. package/src/tool/jsonFormatter/i18n/nl.ts +157 -0
  173. package/src/tool/jsonFormatter/i18n/pl.ts +156 -0
  174. package/src/tool/jsonFormatter/i18n/pt.ts +156 -0
  175. package/src/tool/jsonFormatter/i18n/ru.ts +157 -0
  176. package/src/tool/jsonFormatter/i18n/sv.ts +157 -0
  177. package/src/tool/jsonFormatter/i18n/tr.ts +157 -0
  178. package/src/tool/jsonFormatter/i18n/zh.ts +157 -0
  179. package/src/tool/jsonFormatter/index.ts +15 -7
  180. package/src/tool/keycode/i18n/de.ts +161 -0
  181. package/src/tool/keycode/i18n/es.ts +2 -1
  182. package/src/tool/keycode/i18n/fr.ts +2 -1
  183. package/src/tool/keycode/i18n/id.ts +161 -0
  184. package/src/tool/keycode/i18n/it.ts +161 -0
  185. package/src/tool/keycode/i18n/ja.ts +161 -0
  186. package/src/tool/keycode/i18n/ko.ts +161 -0
  187. package/src/tool/keycode/i18n/nl.ts +161 -0
  188. package/src/tool/keycode/i18n/pl.ts +161 -0
  189. package/src/tool/keycode/i18n/pt.ts +160 -0
  190. package/src/tool/keycode/i18n/ru.ts +160 -0
  191. package/src/tool/keycode/i18n/sv.ts +160 -0
  192. package/src/tool/keycode/i18n/tr.ts +160 -0
  193. package/src/tool/keycode/i18n/zh.ts +161 -0
  194. package/src/tool/keycode/index.ts +15 -7
  195. package/src/tool/llmCostCalculator/i18n/de.ts +166 -0
  196. package/src/tool/llmCostCalculator/i18n/fr.ts +2 -1
  197. package/src/tool/llmCostCalculator/i18n/id.ts +166 -0
  198. package/src/tool/llmCostCalculator/i18n/it.ts +166 -0
  199. package/src/tool/llmCostCalculator/i18n/ja.ts +166 -0
  200. package/src/tool/llmCostCalculator/i18n/ko.ts +166 -0
  201. package/src/tool/llmCostCalculator/i18n/nl.ts +166 -0
  202. package/src/tool/llmCostCalculator/i18n/pl.ts +165 -0
  203. package/src/tool/llmCostCalculator/i18n/pt.ts +165 -0
  204. package/src/tool/llmCostCalculator/i18n/ru.ts +165 -0
  205. package/src/tool/llmCostCalculator/i18n/sv.ts +165 -0
  206. package/src/tool/llmCostCalculator/i18n/tr.ts +165 -0
  207. package/src/tool/llmCostCalculator/i18n/zh.ts +166 -0
  208. package/src/tool/llmCostCalculator/index.ts +24 -0
  209. package/src/tool/mobileMockupGenerator/i18n/de.ts +121 -0
  210. package/src/tool/mobileMockupGenerator/i18n/id.ts +121 -0
  211. package/src/tool/mobileMockupGenerator/i18n/it.ts +121 -0
  212. package/src/tool/mobileMockupGenerator/i18n/ja.ts +122 -0
  213. package/src/tool/mobileMockupGenerator/i18n/ko.ts +122 -0
  214. package/src/tool/mobileMockupGenerator/i18n/nl.ts +121 -0
  215. package/src/tool/mobileMockupGenerator/i18n/pl.ts +31 -0
  216. package/src/tool/mobileMockupGenerator/i18n/pt.ts +121 -0
  217. package/src/tool/mobileMockupGenerator/i18n/ru.ts +121 -0
  218. package/src/tool/mobileMockupGenerator/i18n/sv.ts +121 -0
  219. package/src/tool/mobileMockupGenerator/i18n/tr.ts +121 -0
  220. package/src/tool/mobileMockupGenerator/i18n/zh.ts +122 -0
  221. package/src/tool/mobileMockupGenerator/index.ts +24 -0
  222. package/src/tool/musicalTypography/i18n/de.ts +179 -0
  223. package/src/tool/musicalTypography/i18n/id.ts +179 -0
  224. package/src/tool/musicalTypography/i18n/it.ts +179 -0
  225. package/src/tool/musicalTypography/i18n/ja.ts +180 -0
  226. package/src/tool/musicalTypography/i18n/ko.ts +180 -0
  227. package/src/tool/musicalTypography/i18n/nl.ts +179 -0
  228. package/src/tool/musicalTypography/i18n/pl.ts +179 -0
  229. package/src/tool/musicalTypography/i18n/pt.ts +101 -0
  230. package/src/tool/musicalTypography/i18n/ru.ts +47 -0
  231. package/src/tool/musicalTypography/i18n/sv.ts +29 -0
  232. package/src/tool/musicalTypography/i18n/tr.ts +29 -0
  233. package/src/tool/musicalTypography/i18n/zh.ts +30 -0
  234. package/src/tool/musicalTypography/index.ts +15 -7
  235. package/src/tool/placeholderGenerator/i18n/de.ts +176 -0
  236. package/src/tool/placeholderGenerator/i18n/id.ts +176 -0
  237. package/src/tool/placeholderGenerator/i18n/it.ts +176 -0
  238. package/src/tool/placeholderGenerator/i18n/ja.ts +177 -0
  239. package/src/tool/placeholderGenerator/i18n/ko.ts +177 -0
  240. package/src/tool/placeholderGenerator/i18n/nl.ts +176 -0
  241. package/src/tool/placeholderGenerator/i18n/pl.ts +176 -0
  242. package/src/tool/placeholderGenerator/i18n/pt.ts +176 -0
  243. package/src/tool/placeholderGenerator/i18n/ru.ts +176 -0
  244. package/src/tool/placeholderGenerator/i18n/sv.ts +176 -0
  245. package/src/tool/placeholderGenerator/i18n/tr.ts +176 -0
  246. package/src/tool/placeholderGenerator/i18n/zh.ts +177 -0
  247. package/src/tool/placeholderGenerator/index.ts +24 -0
  248. package/src/tool/promptLibrary/i18n/de.ts +131 -0
  249. package/src/tool/promptLibrary/i18n/id.ts +131 -0
  250. package/src/tool/promptLibrary/i18n/it.ts +131 -0
  251. package/src/tool/promptLibrary/i18n/ja.ts +132 -0
  252. package/src/tool/promptLibrary/i18n/ko.ts +132 -0
  253. package/src/tool/promptLibrary/i18n/nl.ts +131 -0
  254. package/src/tool/promptLibrary/i18n/pl.ts +28 -0
  255. package/src/tool/promptLibrary/i18n/pt.ts +101 -0
  256. package/src/tool/promptLibrary/i18n/ru.ts +101 -0
  257. package/src/tool/promptLibrary/i18n/sv.ts +93 -0
  258. package/src/tool/promptLibrary/i18n/tr.ts +93 -0
  259. package/src/tool/promptLibrary/i18n/zh.ts +94 -0
  260. package/src/tool/promptLibrary/index.ts +24 -0
  261. package/src/tool/readabilityCalculator/i18n/de.ts +133 -0
  262. package/src/tool/readabilityCalculator/i18n/id.ts +133 -0
  263. package/src/tool/readabilityCalculator/i18n/it.ts +133 -0
  264. package/src/tool/readabilityCalculator/i18n/ja.ts +134 -0
  265. package/src/tool/readabilityCalculator/i18n/ko.ts +134 -0
  266. package/src/tool/readabilityCalculator/i18n/nl.ts +133 -0
  267. package/src/tool/readabilityCalculator/i18n/pl.ts +29 -0
  268. package/src/tool/readabilityCalculator/i18n/pt.ts +91 -0
  269. package/src/tool/readabilityCalculator/i18n/ru.ts +91 -0
  270. package/src/tool/readabilityCalculator/i18n/sv.ts +43 -0
  271. package/src/tool/readabilityCalculator/i18n/tr.ts +43 -0
  272. package/src/tool/readabilityCalculator/i18n/zh.ts +44 -0
  273. package/src/tool/readabilityCalculator/index.ts +24 -0
  274. package/src/tool/svgSanitizer/i18n/de.ts +125 -0
  275. package/src/tool/svgSanitizer/i18n/id.ts +125 -0
  276. package/src/tool/svgSanitizer/i18n/it.ts +125 -0
  277. package/src/tool/svgSanitizer/i18n/ja.ts +126 -0
  278. package/src/tool/svgSanitizer/i18n/ko.ts +126 -0
  279. package/src/tool/svgSanitizer/i18n/nl.ts +125 -0
  280. package/src/tool/svgSanitizer/i18n/pl.ts +125 -0
  281. package/src/tool/svgSanitizer/i18n/pt.ts +30 -0
  282. package/src/tool/svgSanitizer/i18n/ru.ts +126 -0
  283. package/src/tool/svgSanitizer/i18n/sv.ts +126 -0
  284. package/src/tool/svgSanitizer/i18n/tr.ts +126 -0
  285. package/src/tool/svgSanitizer/i18n/zh.ts +126 -0
  286. package/src/tool/svgSanitizer/index.ts +24 -0
  287. package/src/tool/svgToCss/i18n/de.ts +174 -0
  288. package/src/tool/svgToCss/i18n/id.ts +174 -0
  289. package/src/tool/svgToCss/i18n/it.ts +174 -0
  290. package/src/tool/svgToCss/i18n/ja.ts +175 -0
  291. package/src/tool/svgToCss/i18n/ko.ts +175 -0
  292. package/src/tool/svgToCss/i18n/nl.ts +174 -0
  293. package/src/tool/svgToCss/i18n/pl.ts +174 -0
  294. package/src/tool/svgToCss/i18n/pt.ts +174 -0
  295. package/src/tool/svgToCss/i18n/ru.ts +174 -0
  296. package/src/tool/svgToCss/i18n/sv.ts +174 -0
  297. package/src/tool/svgToCss/i18n/tr.ts +174 -0
  298. package/src/tool/svgToCss/i18n/zh.ts +175 -0
  299. package/src/tool/svgToCss/index.ts +15 -7
  300. package/src/tool/urlCleaner/i18n/de.ts +116 -0
  301. package/src/tool/urlCleaner/i18n/id.ts +116 -0
  302. package/src/tool/urlCleaner/i18n/it.ts +116 -0
  303. package/src/tool/urlCleaner/i18n/ja.ts +117 -0
  304. package/src/tool/urlCleaner/i18n/ko.ts +117 -0
  305. package/src/tool/urlCleaner/i18n/nl.ts +116 -0
  306. package/src/tool/urlCleaner/i18n/pl.ts +29 -0
  307. package/src/tool/urlCleaner/i18n/pt.ts +43 -0
  308. package/src/tool/urlCleaner/i18n/ru.ts +43 -0
  309. package/src/tool/urlCleaner/i18n/sv.ts +43 -0
  310. package/src/tool/urlCleaner/i18n/tr.ts +43 -0
  311. package/src/tool/urlCleaner/i18n/zh.ts +44 -0
  312. package/src/tool/urlCleaner/index.ts +24 -0
  313. package/src/tool/urlEncoderDecoder/i18n/de.ts +163 -0
  314. package/src/tool/urlEncoderDecoder/i18n/id.ts +163 -0
  315. package/src/tool/urlEncoderDecoder/i18n/it.ts +163 -0
  316. package/src/tool/urlEncoderDecoder/i18n/ja.ts +163 -0
  317. package/src/tool/urlEncoderDecoder/i18n/ko.ts +163 -0
  318. package/src/tool/urlEncoderDecoder/i18n/nl.ts +163 -0
  319. package/src/tool/urlEncoderDecoder/i18n/pl.ts +162 -0
  320. package/src/tool/urlEncoderDecoder/i18n/pt.ts +162 -0
  321. package/src/tool/urlEncoderDecoder/i18n/ru.ts +163 -0
  322. package/src/tool/urlEncoderDecoder/i18n/sv.ts +163 -0
  323. package/src/tool/urlEncoderDecoder/i18n/tr.ts +162 -0
  324. package/src/tool/urlEncoderDecoder/i18n/zh.ts +163 -0
  325. package/src/tool/urlEncoderDecoder/index.ts +15 -7
  326. package/src/tool/utmGenerator/i18n/de.ts +118 -0
  327. package/src/tool/utmGenerator/i18n/id.ts +118 -0
  328. package/src/tool/utmGenerator/i18n/it.ts +118 -0
  329. package/src/tool/utmGenerator/i18n/ja.ts +118 -0
  330. package/src/tool/utmGenerator/i18n/ko.ts +118 -0
  331. package/src/tool/utmGenerator/i18n/nl.ts +118 -0
  332. package/src/tool/utmGenerator/i18n/pl.ts +117 -0
  333. package/src/tool/utmGenerator/i18n/pt.ts +118 -0
  334. package/src/tool/utmGenerator/i18n/ru.ts +118 -0
  335. package/src/tool/utmGenerator/i18n/sv.ts +118 -0
  336. package/src/tool/utmGenerator/i18n/tr.ts +117 -0
  337. package/src/tool/utmGenerator/i18n/zh.ts +118 -0
  338. package/src/tool/utmGenerator/index.ts +15 -7
  339. package/src/types.ts +1 -2
@@ -0,0 +1,116 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { UrlCleanerUI } from '../ui';
4
+
5
+ const slug = 'pembersih-tracking-url';
6
+ const title = 'Pembersih Tracking URL: Hapus UTM, FBCLID dan GCLID';
7
+ const description = 'Hapus otomatis parameter pelacakan dan iklan dari URL Anda. Bagikan tautan yang bersih dan lindungi privasi digital Anda seketika.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Jenis parameter pelacakan apa saja yang dihapus oleh alat ini?',
12
+ answer: 'Alat kami secara otomatis mendeteksi dan menghapus parameter pelacakan yang paling umum, termasuk UTM (utm_source, utm_medium, dll.), pengidentifikasi klik iklan (fbclid, gclid, msclkid), serta pengidentifikasi kampanye email marketing (mc_cid, _hsenc).',
13
+ },
14
+ {
15
+ question: 'Apakah ini mempengaruhi fungsionalitas website?',
16
+ answer: 'Umumnya tidak. Parameter-parameter ini hampir sepenuhnya digunakan untuk analitik dan pemasaran. Saat Anda menghapusnya, halaman akan tetap terbuka seperti biasa — hanya saja pemilik website tidak bisa melacak dari mana asal klik Anda.',
17
+ },
18
+ {
19
+ question: 'Apakah aman memproses tautan saya di sini?',
20
+ answer: 'Tentu saja. Seperti semua alat kami, prosesnya 100% berjalan di sisi klien. Tautan Anda tidak pernah dikirim ke server kami; semuanya terjadi secara privat di browser Anda sendiri.',
21
+ },
22
+ {
23
+ question: 'Mengapa tautan Facebook saya begitu panjang?',
24
+ answer: 'Facebook menambahkan parameter bernama "fbclid" ke semua tautan yang keluar dari platformnya. Ini memungkinkan mereka melacak aktivitas Anda di website lain meskipun Anda sudah memblokir iklan pihak ketiga.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Tempel URL Anda', text: 'Masukkan URL lengkap yang mengandung parameter pelacakan' },
30
+ { name: 'Klik Bersihkan', text: 'Alat akan menganalisis URL secara otomatis' },
31
+ { name: 'Tinjau hasilnya', text: 'Anda akan melihat URL yang sudah bersih dan daftar parameter yang dihapus' },
32
+ { name: 'Salin dan bagikan', text: 'Gunakan URL bersih di email, media sosial, atau pesan Anda' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
51
+ };
52
+
53
+ const appSchema: WithContext<SoftwareApplication> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'SoftwareApplication',
56
+ name: title,
57
+ description,
58
+ applicationCategory: 'UtilityApplication',
59
+ operatingSystem: 'All',
60
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
61
+ inLanguage: 'id',
62
+ };
63
+
64
+ const ui: UrlCleanerUI = {
65
+ labelInput: 'Tempel URL yang mengandung parameter pelacakan',
66
+ btnClean: 'Bersihkan',
67
+ labelCleaned: 'URL Bersih',
68
+ labelRemoved: 'Pelacak yang Dihapus',
69
+ countLabel: 'Parameter yang dihapus',
70
+ reductionLabel: 'Pengurangan panjang',
71
+ noneDetected: 'Tidak ada parameter pelacakan umum yang terdeteksi.',
72
+ errorInvalid: 'Mohon masukkan URL yang valid.',
73
+ btnCopy: 'Salin',
74
+ btnCopied: 'Disalin',
75
+ };
76
+
77
+ export const content: ToolLocaleContent<UrlCleanerUI> = {
78
+ slug,
79
+ title,
80
+ description,
81
+ ui,
82
+ faqTitle: 'Pertanyaan yang Sering Diajukan',
83
+ faq: faqData,
84
+ bibliographyTitle: 'Sumber tentang Privasi dan Pelacakan Web',
85
+ bibliography: [
86
+ { name: 'Electronic Frontier Foundation (EFF): Panduan Pelacakan Online', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
87
+ { name: 'Google Analytics: Dokumentasi Parameter UTM', url: 'https://support.google.com/analytics/answer/1033863' },
88
+ { name: 'Privasi Web: Dampak Click ID', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
89
+ ],
90
+ howTo: howToData,
91
+ schemas: [faqSchema, howToSchema, appSchema],
92
+ seo: [
93
+ { type: 'title', text: 'Pembersih Tracking URL: Hapus UTM, FBCLID dan GCLID', level: 2 },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'Hapus pelacak tak kasat mata dari tautan Anda agar bisa dibagikan secara bersih, aman, dan profesional. Cari tahu apa arti kode-kode aneh yang muncul di URL Anda.',
97
+ },
98
+ { type: 'title', text: 'Apa itu Pembersih Tracking URL dan mengapa Anda membutuhkannya?', level: 3 },
99
+ {
100
+ type: 'paragraph',
101
+ html: 'Pernahkah Anda menyalin sebuah tautan untuk dikirim ke teman, lalu menyadari panjangnya tiga kali lipat dari yang seharusnya? "Sampah" ekstra itu adalah parameter pelacakan. <strong>Pembersih tracking</strong> adalah alat yang dirancang untuk "mengupas" URL dari semua informasi iklan dan pelacakan yang disematkan oleh platform besar ke setiap klik yang Anda buat.',
102
+ },
103
+ { type: 'title', text: 'Parameter pelacakan yang paling umum', level: 3 },
104
+ {
105
+ type: 'list',
106
+ items: [
107
+ '<strong>UTM (Google Analytics):</strong> utm_source, utm_medium, utm_campaign untuk melacak kampanye',
108
+ '<strong>FBCLID:</strong> Pengidentifikasi klik Facebook untuk melewati pembatasan cookie',
109
+ '<strong>GCLID / DCLID:</strong> Google Click ID untuk menghubungkan kunjungan dengan kampanye Google Ads',
110
+ '<strong>MSCLKID:</strong> Pengidentifikasi klik Microsoft Advertising dan Bing',
111
+ '<strong>HubSpot & Mailchimp:</strong> Parameter otomasi pemasaran seperti _hsenc, mc_cid',
112
+ '<strong>LinkedIn & Lainnya:</strong> li_fat_id dan pelacak media sosial lainnya',
113
+ ],
114
+ },
115
+ ],
116
+ };
@@ -0,0 +1,116 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { UrlCleanerUI } from '../ui';
4
+
5
+ const slug = 'pulizia-tracking-url';
6
+ const title = 'Pulizia Tracking URL: Rimuovi UTM, FBCLID e GCLID';
7
+ const description = 'Rimuovi automaticamente i parametri di tracciamento e pubblicità dai tuoi URL. Condividi link puliti e proteggi la tua privacy digitale in pochi secondi.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Che tipi di parametri di tracciamento rimuove questo strumento?',
12
+ answer: 'Lo strumento rileva e rimuove automaticamente i parametri di tracciamento più diffusi: UTM (utm_source, utm_medium, ecc.), identificatori di clic pubblicitari (fbclid, gclid, msclkid) e identificatori di campagne email marketing (mc_cid, _hsenc).',
13
+ },
14
+ {
15
+ question: 'Questo influisce sul funzionamento del sito web?',
16
+ answer: 'In genere no. Questi parametri vengono usati quasi esclusivamente per analisi e marketing. Rimuovendoli, la pagina si carica normalmente, ma il proprietario del sito non potrà sapere da dove proveniva il tuo clic.',
17
+ },
18
+ {
19
+ question: 'È sicuro elaborare i miei link qui?',
20
+ answer: 'Assolutamente sì. Come tutti i nostri strumenti, il processo avviene al 100% lato client. I tuoi link non vengono mai inviati ai nostri server; tutto accade in modo privato nel tuo browser.',
21
+ },
22
+ {
23
+ question: 'Perché i miei link di Facebook sono così lunghi?',
24
+ answer: 'Facebook aggiunge un parametro chiamato "fbclid" a tutti i link che escono dalla sua piattaforma. Questo gli consente di tracciare la tua attività su altri siti web, anche se hai bloccato la pubblicità di terze parti.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Incolla il tuo URL', text: 'Inserisci l\'URL completo che contiene i parametri di tracciamento' },
30
+ { name: 'Clicca su Pulisci', text: 'Lo strumento analizzerà l\'URL in automatico' },
31
+ { name: 'Controlla i risultati', text: 'Vedrai l\'URL pulito e l\'elenco dei parametri rimossi' },
32
+ { name: 'Copia e condividi', text: 'Usa l\'URL pulito nelle email, sui social o nei messaggi' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
51
+ };
52
+
53
+ const appSchema: WithContext<SoftwareApplication> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'SoftwareApplication',
56
+ name: title,
57
+ description,
58
+ applicationCategory: 'UtilityApplication',
59
+ operatingSystem: 'All',
60
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
61
+ inLanguage: 'it',
62
+ };
63
+
64
+ const ui: UrlCleanerUI = {
65
+ labelInput: 'Incolla l\'URL con i parametri di tracciamento',
66
+ btnClean: 'Pulisci',
67
+ labelCleaned: 'URL Pulito',
68
+ labelRemoved: 'Tracker Rimossi',
69
+ countLabel: 'Parametri rimossi',
70
+ reductionLabel: 'Riduzione della lunghezza',
71
+ noneDetected: 'Nessun parametro di tracciamento comune rilevato.',
72
+ errorInvalid: 'Inserisci un URL valido.',
73
+ btnCopy: 'Copia',
74
+ btnCopied: 'Copiato',
75
+ };
76
+
77
+ export const content: ToolLocaleContent<UrlCleanerUI> = {
78
+ slug,
79
+ title,
80
+ description,
81
+ ui,
82
+ faqTitle: 'Domande frequenti',
83
+ faq: faqData,
84
+ bibliographyTitle: 'Risorse su privacy e tracciamento web',
85
+ bibliography: [
86
+ { name: 'Electronic Frontier Foundation (EFF): Guida al tracciamento online', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
87
+ { name: 'Google Analytics: Documentazione sui parametri UTM', url: 'https://support.google.com/analytics/answer/1033863' },
88
+ { name: 'Privacy sul web: l\'impatto dei Click ID', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
89
+ ],
90
+ howTo: howToData,
91
+ schemas: [faqSchema, howToSchema, appSchema],
92
+ seo: [
93
+ { type: 'title', text: 'Pulizia Tracking URL: Rimuovi UTM, FBCLID e GCLID', level: 2 },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'Elimina i tracker invisibili dai tuoi link per condividerli in modo pulito, privato e professionale. Scopri cosa significano quei codici strani che compaiono nei tuoi URL.',
97
+ },
98
+ { type: 'title', text: 'Cos\'è uno strumento di pulizia tracking URL e perché ne hai bisogno?', level: 3 },
99
+ {
100
+ type: 'paragraph',
101
+ html: 'Ti è mai capitato di copiare un link da mandare a un amico e accorgerti che è tre volte più lungo del necessario? Quel "rumore" in più sono i parametri di tracciamento. Uno <strong>strumento di pulizia tracking</strong> è pensato per "spogliare" l\'URL di tutte le informazioni pubblicitarie e di tracciamento che le grandi piattaforme iniettano in ogni tuo clic.',
102
+ },
103
+ { type: 'title', text: 'I parametri di tracciamento più comuni', level: 3 },
104
+ {
105
+ type: 'list',
106
+ items: [
107
+ '<strong>UTM (Google Analytics):</strong> utm_source, utm_medium, utm_campaign per tracciare le campagne',
108
+ '<strong>FBCLID:</strong> identificatore di clic di Facebook per aggirare le restrizioni sui cookie',
109
+ '<strong>GCLID / DCLID:</strong> Google Click ID per collegare le visite alle campagne Google Ads',
110
+ '<strong>MSCLKID:</strong> identificatore di clic di Microsoft Advertising e Bing',
111
+ '<strong>HubSpot & Mailchimp:</strong> parametri di marketing automation come _hsenc, mc_cid',
112
+ '<strong>LinkedIn & altri:</strong> li_fat_id e altri tracker dei social media',
113
+ ],
114
+ },
115
+ ],
116
+ };
@@ -0,0 +1,117 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { UrlCleanerUI } from '../ui';
4
+
5
+ const slug = 'url-tracking-cleaner';
6
+ const title = 'URLトラッキングクリーナー:UTM・FBCLID・GCLIDを削除';
7
+ const description = 'URLに含まれるトラッキングパラメータや広告パラメータを自動で除去します。クリーンなリンクを共有して、デジタルプライバシーをすぐに守りましょう。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'このツールはどのようなトラッキングパラメータを削除しますか?',
12
+ answer: '代表的なトラッキングパラメータを自動で検出・削除します。UTMパラメータ(utm_source、utm_mediumなど)、広告クリックID(fbclid、gclid、msclkid)、メールマーケティングキャンペーンの識別子(mc_cid、_hsenc)などが対象です。',
13
+ },
14
+ {
15
+ question: 'ウェブサイトの機能に影響はありますか?',
16
+ answer: '基本的にありません。これらのパラメータはほぼ分析・マーケティング目的にのみ使われています。削除してもページは通常どおり表示されますが、サイトオーナーはあなたがどこからアクセスしたかを追跡できなくなります。',
17
+ },
18
+ {
19
+ question: 'ここでリンクを処理しても安全ですか?',
20
+ answer: 'もちろんです。他のすべてのツールと同様、処理は完全にクライアントサイドで行われます。リンクがサーバーに送信されることは一切なく、すべてお使いのブラウザ内でプライベートに完結します。',
21
+ },
22
+ {
23
+ question: 'なぜFacebookのリンクはこんなに長いのですか?',
24
+ answer: 'Facebookはプラットフォームから外部へ出るすべてのリンクに「fbclid」というパラメータを付加します。これにより、サードパーティ広告をブロックしていてもあなたの他サイトでの行動を追跡できるようになっています。',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'URLを貼り付ける', text: 'トラッキングパラメータを含む完全なURLを入力してください' },
30
+ { name: '「クリーン」をクリック', text: 'ツールが自動的にURLを解析します' },
31
+ { name: '結果を確認する', text: 'クリーンなURLと削除されたパラメータの一覧が表示されます' },
32
+ { name: 'コピーして共有する', text: 'クリーンなURLをメール、SNS、メッセージで使用してください' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
51
+ };
52
+
53
+ const appSchema: WithContext<SoftwareApplication> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'SoftwareApplication',
56
+ name: title,
57
+ description,
58
+ applicationCategory: 'UtilityApplication',
59
+ operatingSystem: 'All',
60
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
61
+ inLanguage: 'ja',
62
+ };
63
+
64
+ const ui: UrlCleanerUI = {
65
+ labelInput: 'トラッキングパラメータを含むURLを貼り付けてください',
66
+ btnClean: 'クリーンにする',
67
+ labelCleaned: 'クリーンなURL',
68
+ labelRemoved: '削除されたトラッカー',
69
+ countLabel: '削除されたパラメータ数',
70
+ reductionLabel: '長さの削減',
71
+ noneDetected: '一般的なトラッキングパラメータは検出されませんでした。',
72
+ errorInvalid: '有効なURLを入力してください。',
73
+ btnCopy: 'コピー',
74
+ btnCopied: 'コピー済み',
75
+ };
76
+
77
+ export const content: ToolLocaleContent<UrlCleanerUI> = {
78
+ slug,
79
+ title,
80
+ description,
81
+ ui,
82
+ faqTitle: 'よくある質問',
83
+ faq: faqData,
84
+ bibliographyTitle: 'プライバシーとウェブトラッキングに関するリソース',
85
+ bibliography: [
86
+ { name: 'Electronic Frontier Foundation (EFF): オンライントラッキングガイド', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
87
+ { name: 'Google Analytics: UTMパラメータのドキュメント', url: 'https://support.google.com/analytics/answer/1033863' },
88
+ { name: 'ウェブプライバシー:クリックIDの影響', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
89
+ ],
90
+ howTo: howToData,
91
+ schemas: [faqSchema, howToSchema, appSchema],
92
+ seo: [
93
+ { type: 'title', text: 'URLトラッキングクリーナー:UTM・FBCLID・GCLIDを削除', level: 2 },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'リンクから見えないトラッカーを取り除いて、クリーンかつプライベートにプロフェッショナルに共有しましょう。URLに含まれる謎のコードが何を意味するのか、正体を確認してみてください。',
97
+ },
98
+ { type: 'title', text: 'URLトラッキングクリーナーとは?なぜ必要なのか?', level: 3 },
99
+ {
100
+ type: 'paragraph',
101
+ html: '友人に送ろうとリンクをコピーしたとき、必要以上に3倍も長くなっていると気づいたことはありませんか?その余分な「ノイズ」がトラッキングパラメータです。<strong>トラッキングクリーナー</strong>は、大手プラットフォームがあなたのクリックごとに埋め込む広告・追跡情報をURLから取り除くためのツールです。',
102
+ },
103
+ { type: 'title', text: '代表的なトラッキングパラメータ', level: 3 },
104
+ {
105
+ type: 'list',
106
+ items: [
107
+ '<strong>UTM(Google Analytics):</strong>utm_source、utm_medium、utm_campaignによるキャンペーン追跡',
108
+ '<strong>FBCLID:</strong>Facebookのクリック識別子。Cookie制限を回避するために使われる',
109
+ '<strong>GCLID / DCLID:</strong>Google Click ID。訪問をGoogle Ads キャンペーンに紐付ける',
110
+ '<strong>MSCLKID:</strong>Microsoft AdvertisingとBingのクリック識別子',
111
+ '<strong>HubSpot & Mailchimp:</strong>_hsenc、mc_cidなどのマーケティングオートメーションパラメータ',
112
+ '<strong>LinkedIn & その他:</strong>li_fat_idなどのSNSトラッカー',
113
+ ],
114
+ },
115
+ ],
116
+ };
117
+
@@ -0,0 +1,117 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { UrlCleanerUI } from '../ui';
4
+
5
+ const slug = 'url-tracking-cleaner';
6
+ const title = 'URL 트래킹 클리너: UTM, FBCLID, GCLID 제거';
7
+ const description = 'URL에 포함된 추적 및 광고 파라미터를 자동으로 제거합니다. 깔끔한 링크를 공유하고 디지털 프라이버시를 즉시 보호하세요.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '이 도구는 어떤 종류의 추적 파라미터를 제거하나요?',
12
+ answer: '가장 흔한 추적 파라미터를 자동으로 감지하고 제거합니다. UTM 파라미터(utm_source, utm_medium 등), 광고 클릭 식별자(fbclid, gclid, msclkid), 이메일 마케팅 캠페인 식별자(mc_cid, _hsenc) 등이 포함됩니다.',
13
+ },
14
+ {
15
+ question: '웹사이트 기능에 영향을 미치나요?',
16
+ answer: '일반적으로 그렇지 않습니다. 이 파라미터들은 거의 전적으로 분석과 마케팅 목적으로 사용됩니다. 제거해도 페이지는 정상적으로 로드되지만, 사이트 운영자는 클릭의 정확한 출처를 추적할 수 없게 됩니다.',
17
+ },
18
+ {
19
+ question: '여기서 링크를 처리해도 안전한가요?',
20
+ answer: '물론입니다. 저희 모든 도구와 마찬가지로 처리 과정은 100% 클라이언트 사이드에서 이루어집니다. 링크는 절대 서버로 전송되지 않으며, 모든 작업은 사용자의 브라우저 내에서 비공개로 처리됩니다.',
21
+ },
22
+ {
23
+ question: 'Facebook 링크가 왜 그렇게 긴가요?',
24
+ answer: 'Facebook은 플랫폼을 벗어나는 모든 링크에 "fbclid"라는 파라미터를 추가합니다. 이를 통해 서드파티 광고를 차단했더라도 다른 웹사이트에서의 활동을 추적할 수 있습니다.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'URL 붙여넣기', text: '추적 파라미터가 포함된 전체 URL을 입력하세요' },
30
+ { name: '정리하기 클릭', text: '도구가 URL을 자동으로 분석합니다' },
31
+ { name: '결과 확인', text: '정리된 URL과 제거된 파라미터 목록을 확인하세요' },
32
+ { name: '복사하여 공유', text: '이메일, SNS, 메시지에서 깨끗한 URL을 사용하세요' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
51
+ };
52
+
53
+ const appSchema: WithContext<SoftwareApplication> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'SoftwareApplication',
56
+ name: title,
57
+ description,
58
+ applicationCategory: 'UtilityApplication',
59
+ operatingSystem: 'All',
60
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
61
+ inLanguage: 'ko',
62
+ };
63
+
64
+ const ui: UrlCleanerUI = {
65
+ labelInput: '추적 파라미터가 포함된 URL 붙여넣기',
66
+ btnClean: '정리하기',
67
+ labelCleaned: '정리된 URL',
68
+ labelRemoved: '제거된 트래커',
69
+ countLabel: '제거된 파라미터 수',
70
+ reductionLabel: '길이 감소',
71
+ noneDetected: '일반적인 추적 파라미터가 감지되지 않았습니다.',
72
+ errorInvalid: '유효한 URL을 입력해 주세요.',
73
+ btnCopy: '복사',
74
+ btnCopied: '복사됨',
75
+ };
76
+
77
+ export const content: ToolLocaleContent<UrlCleanerUI> = {
78
+ slug,
79
+ title,
80
+ description,
81
+ ui,
82
+ faqTitle: '자주 묻는 질문',
83
+ faq: faqData,
84
+ bibliographyTitle: '프라이버시 및 웹 추적 관련 자료',
85
+ bibliography: [
86
+ { name: 'Electronic Frontier Foundation (EFF): 온라인 추적 가이드', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
87
+ { name: 'Google Analytics: UTM 파라미터 문서', url: 'https://support.google.com/analytics/answer/1033863' },
88
+ { name: '웹 프라이버시: 클릭 ID의 영향', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
89
+ ],
90
+ howTo: howToData,
91
+ schemas: [faqSchema, howToSchema, appSchema],
92
+ seo: [
93
+ { type: 'title', text: 'URL 트래킹 클리너: UTM, FBCLID, GCLID 제거', level: 2 },
94
+ {
95
+ type: 'paragraph',
96
+ html: '링크에서 보이지 않는 트래커를 제거하여 깔끔하고 안전하게, 그리고 전문적으로 공유하세요. URL 속 그 이상한 코드들이 무엇인지 알아보세요.',
97
+ },
98
+ { type: 'title', text: 'URL 트래킹 클리너란 무엇이며 왜 필요한가요?', level: 3 },
99
+ {
100
+ type: 'paragraph',
101
+ html: '친구에게 보내려고 링크를 복사했다가 필요 이상으로 세 배나 길다는 걸 눈치챈 적 있으신가요? 그 쓸데없이 긴 부분이 바로 추적 파라미터입니다. <strong>트래킹 클리너</strong>는 대형 플랫폼들이 여러분의 모든 클릭에 심어 놓은 광고 및 추적 정보를 URL에서 제거하는 도구입니다.',
102
+ },
103
+ { type: 'title', text: '가장 흔한 추적 파라미터', level: 3 },
104
+ {
105
+ type: 'list',
106
+ items: [
107
+ '<strong>UTM (Google Analytics):</strong> utm_source, utm_medium, utm_campaign으로 캠페인 추적',
108
+ '<strong>FBCLID:</strong> 쿠키 제한을 우회하는 Facebook 클릭 식별자',
109
+ '<strong>GCLID / DCLID:</strong> 방문을 Google Ads 캠페인과 연결하는 Google Click ID',
110
+ '<strong>MSCLKID:</strong> Microsoft Advertising 및 Bing 클릭 식별자',
111
+ '<strong>HubSpot & Mailchimp:</strong> _hsenc, mc_cid 같은 마케팅 자동화 파라미터',
112
+ '<strong>LinkedIn & 기타:</strong> li_fat_id 및 기타 소셜 미디어 트래커',
113
+ ],
114
+ },
115
+ ],
116
+ };
117
+
@@ -0,0 +1,116 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { UrlCleanerUI } from '../ui';
4
+
5
+ const slug = 'url-tracking-verwijderaar';
6
+ const title = 'URL Tracking Verwijderaar: UTM, FBCLID en GCLID wissen';
7
+ const description = 'Verwijder automatisch tracking- en advertentieparameters uit je URL\'s. Deel schone links en bescherm je digitale privacy direct.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Welke soorten trackingparameters verwijdert dit hulpmiddel?',
12
+ answer: 'Het hulpmiddel herkent en verwijdert automatisch de meest voorkomende trackingparameters: UTM-parameters (utm_source, utm_medium, enz.), klik-ID\'s van advertenties (fbclid, gclid, msclkid) en identificatoren van e-mailmarketingcampagnes (mc_cid, _hsenc).',
13
+ },
14
+ {
15
+ question: 'Heeft dit invloed op de werking van de website?',
16
+ answer: 'Doorgaans niet. Deze parameters worden vrijwel uitsluitend gebruikt voor analyse en marketing. Als je ze verwijdert, laadt de pagina gewoon — alleen kan de websitebeheerder niet meer zien waar jouw klik vandaan kwam.',
17
+ },
18
+ {
19
+ question: 'Is het veilig om mijn links hier te verwerken?',
20
+ answer: 'Zeker. Net als al onze tools verloopt het proces 100% aan de client-kant. Je links worden nooit naar onze servers gestuurd; alles gebeurt privé in je eigen browser.',
21
+ },
22
+ {
23
+ question: 'Waarom zijn mijn Facebook-links zo lang?',
24
+ answer: 'Facebook voegt een parameter genaamd "fbclid" toe aan alle links die het platform verlaten. Zo kunnen ze je activiteit op andere websites bijhouden, zelfs als je advertenties van derden hebt geblokkeerd.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Plak je URL', text: 'Voer de volledige URL in die trackingparameters bevat' },
30
+ { name: 'Klik op Opschonen', text: 'Het hulpmiddel analyseert de URL automatisch' },
31
+ { name: 'Bekijk de resultaten', text: 'Je ziet de schoongemaakte URL en een lijst met verwijderde parameters' },
32
+ { name: 'Kopieer en deel', text: 'Gebruik de schone URL in e-mails, op social media of in berichten' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
51
+ };
52
+
53
+ const appSchema: WithContext<SoftwareApplication> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'SoftwareApplication',
56
+ name: title,
57
+ description,
58
+ applicationCategory: 'UtilityApplication',
59
+ operatingSystem: 'All',
60
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
61
+ inLanguage: 'nl',
62
+ };
63
+
64
+ const ui: UrlCleanerUI = {
65
+ labelInput: 'Plak de URL met trackingparameters',
66
+ btnClean: 'Opschonen',
67
+ labelCleaned: 'Schoongemaakte URL',
68
+ labelRemoved: 'Verwijderde trackers',
69
+ countLabel: 'Verwijderde parameters',
70
+ reductionLabel: 'Lengteverkleining',
71
+ noneDetected: 'Geen veelvoorkomende trackingparameters gevonden.',
72
+ errorInvalid: 'Voer een geldige URL in.',
73
+ btnCopy: 'Kopiëren',
74
+ btnCopied: 'Gekopieerd',
75
+ };
76
+
77
+ export const content: ToolLocaleContent<UrlCleanerUI> = {
78
+ slug,
79
+ title,
80
+ description,
81
+ ui,
82
+ faqTitle: 'Veelgestelde vragen',
83
+ faq: faqData,
84
+ bibliographyTitle: 'Bronnen over privacy en webtracking',
85
+ bibliography: [
86
+ { name: 'Electronic Frontier Foundation (EFF): Gids voor online tracking', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
87
+ { name: 'Google Analytics: documentatie over UTM-parameters', url: 'https://support.google.com/analytics/answer/1033863' },
88
+ { name: 'Webprivacy: de impact van klik-ID\'s', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
89
+ ],
90
+ howTo: howToData,
91
+ schemas: [faqSchema, howToSchema, appSchema],
92
+ seo: [
93
+ { type: 'title', text: 'URL Tracking Verwijderaar: UTM, FBCLID en GCLID wissen', level: 2 },
94
+ {
95
+ type: 'paragraph',
96
+ html: 'Verwijder onzichtbare trackers uit je links zodat je ze schoon, privé en professioneel kunt delen. Ontdek wat die vreemde codes in je URL\'s eigenlijk betekenen.',
97
+ },
98
+ { type: 'title', text: 'Wat is een URL tracking verwijderaar en waarom heb je hem nodig?', level: 3 },
99
+ {
100
+ type: 'paragraph',
101
+ html: 'Heb je weleens een link gekopieerd om naar een vriend te sturen, en toen gemerkt dat hij drie keer langer is dan nodig? Die overbodige rommel zijn trackingparameters. Een <strong>tracking verwijderaar</strong> is een hulpmiddel dat de URL ontdoet van alle reclame- en trackinginformatie die grote platforms bij elke klik injecteren.',
102
+ },
103
+ { type: 'title', text: 'De meest voorkomende trackingparameters', level: 3 },
104
+ {
105
+ type: 'list',
106
+ items: [
107
+ '<strong>UTM (Google Analytics):</strong> utm_source, utm_medium, utm_campaign om campagnes te volgen',
108
+ '<strong>FBCLID:</strong> Facebook-klik-ID om cookiebeperkingen te omzeilen',
109
+ '<strong>GCLID / DCLID:</strong> Google Click ID om bezoeken te koppelen aan Google Ads-campagnes',
110
+ '<strong>MSCLKID:</strong> klik-ID van Microsoft Advertising en Bing',
111
+ '<strong>HubSpot & Mailchimp:</strong> marketingautomatiseringsparameters zoals _hsenc, mc_cid',
112
+ '<strong>LinkedIn & anderen:</strong> li_fat_id en andere social media-trackers',
113
+ ],
114
+ },
115
+ ],
116
+ };
@@ -0,0 +1,29 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { UrlCleanerUI } from '../ui';
4
+
5
+ const slug = 'usuniecie-sledzenia-url';
6
+ const title = 'Czyścic Śledzenia URL: Usuń UTM, FBCLID i GCLID';
7
+ const description = 'Automatycznie usuwaj parametry śledzenia i reklamy z Twoich adresów URL. Udostępniaj czyste linki i natychmiast chroń swoją cyfrową prywatność.';
8
+
9
+ const faqData = [
10
+ { question: 'Jakie typy parametrów śledzenia to narzędzie usuwa?', answer: 'Nasze narzędzie automatycznie wykrywa i usuwa najczęstsze parametry śledzenia, w tym UTM (utm_source, utm_medium itp.), identyfikatory kliknięcia reklamy (fbclid, gclid, msclkid) oraz identyfikatory kampanii marketingu e-mailowego (mc_cid, _hsenc).' },
11
+ { question: 'Czy wpływa to na funkcjonalność witryny?', answer: 'Generalnie nie. Te parametry są używane prawie wyłącznie do analizy i marketingu. Kiedy je usuniesz, strona będzie ładować się normalnie, ale właściciel witryny nie będzie mógł śledzić dokładne źródło Twojego kliknięcia.' },
12
+ { question: 'Czy jest bezpiecznie przetwarzać tutaj moje linki?', answer: 'Bezwzględnie. Jak wszystkie nasze narzędzia, proces jest 100% po stronie klienta. Twoje linki nigdy nie są wysyłane na nasze serwery; wszystko dzieje się prywatnie w Twojej własnej przeglądarce.' },
13
+ { question: 'Dlaczego moje linki facebookowe są takie długie?', answer: 'Facebook dodaje parametr zwany "fbclid" do wszystkich linków opuszczających ich platformę. To pozwala im śledzić Twoją aktywność na innych stronach, nawet jeśli masz zablokowane ogłoszenia osób trzecich.' },
14
+ ];
15
+
16
+ const howToData = [
17
+ { name: 'Wklej swój adres URL', text: 'Wprowadź kompletny adres URL, który zawiera parametry śledzenia' },
18
+ { name: 'Kliknij Wyczyść', text: 'Narzędzie automatycznie przeanalizuje adres URL' },
19
+ { name: 'Przejrzyj wyniki', text: 'Zobaczysz czysty adres URL i listę usuniętych parametrów' },
20
+ { name: 'Kopiuj i udostępniaj', text: 'Używaj czystego adresu URL w swoich wiadomościach e-mail, mediach społecznych lub wiadomościach' },
21
+ ];
22
+
23
+ const faqSchema: WithContext<FAQPage> = { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faqData.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) };
24
+ const howToSchema: WithContext<HowToThing> = { '@context': 'https://schema.org', '@type': 'HowTo', name: title, description, step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })) };
25
+ const appSchema: WithContext<SoftwareApplication> = { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'UtilityApplication', operatingSystem: 'All', offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' }, inLanguage: 'pl' };
26
+
27
+ const ui: UrlCleanerUI = { labelInput: 'Wklej adres URL z parametrami śledzenia', btnClean: 'Wyczyść', labelCleaned: 'Czysty Adres URL', labelRemoved: 'Usunięte Trackery', countLabel: 'Usunięte parametry', reductionLabel: 'Redukcja długości', noneDetected: 'Nie wykryto wspólnych parametrów śledzenia.', errorInvalid: 'Proszę wprowadzić prawidłowy adres URL.', btnCopy: 'Kopiuj', btnCopied: 'Skopiowano', };
28
+
29
+ export const content: ToolLocaleContent<UrlCleanerUI> = { slug, title, description, ui, faqTitle: 'Często Zadawane Pytania', faq: faqData, bibliographyTitle: 'Zasoby Dotyczące Prywatności i Śledzenia Sieciowego', bibliography: [{ name: 'Electronic Frontier Foundation (EFF): Guide to Online Tracking', url: 'https://www.eff.org/issues/online-behavioral-tracking' }, { name: 'Google Analytics: UTM Parameter Documentation', url: 'https://support.google.com/analytics/answer/1033863' }, { name: 'Web Privacy: The Impact of Click IDs', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' }], howTo: howToData, schemas: [faqSchema, howToSchema, appSchema], seo: [{ type: 'title', text: 'Czyścic Śledzenia URL: Usuń UTM, FBCLID i GCLID', level: 2 }, { type: 'paragraph', html: 'Usuń niewidoczne trackery ze swoich linków, aby dzielić się nimi czyszczę, prywatnie i profesjonalnie. Odkryj, co oznaczają te dziwne kody w Twoich adresach URL.' }, { type: 'title', text: 'Co to jest Czyszczący Śledzenia URL i po co ci jest potrzebny?', level: 3 }, { type: 'paragraph', html: 'Kiedykolwiek skopiowałeś link do wysłania do przyjaciela i zdałeś sobie sprawę, że jest trzy razy dłuższy, niż powinien być? Ten dodatkowy "szum" to parametry śledzenia. <strong>Czyszczący śledzenia</strong> to narzędzie przeznaczone do "rozdzielania" adresu URL ze wszystkich informacji o reklamie i śledzieniu, które duże platformy wstrzykują do każdego kliknięcia, które wykonujesz.' }, { type: 'title', text: 'Najczęstsze parametry śledzenia', level: 3 }, { type: 'list', items: ['<strong>UTM (Google Analytics):</strong> utm_source, utm_medium, utm_campaign do śledzenia kampanii', '<strong>FBCLID:</strong> Identyfikator kliknięcia facebooka aby ominąć ograniczenia plików cookie', '<strong>GCLID / DCLID:</strong> Identyfikator kliknięcia Google do łączenia wizyt z kampaniami Google Ads', '<strong>MSCLKID:</strong> Identyfikator kliknięcia Microsoft Advertising i Bing', '<strong>HubSpot i Mailchimp:</strong> Parametry automatyzacji marketingu, takie jak _hsenc, mc_cid', '<strong>LinkedIn i Inne:</strong> li_fat_id i inne trackery mediów społecznych'] }] };