@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,126 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ColorConverterUI } from '../ui';
4
+
5
+ const slug = 'renk-donusturucu-rgb-hex-hsl';
6
+ const title = 'Online Renk Dönüştürücü RGB HEX ve HSL';
7
+ const description = 'RGB, HEX ve HSL arasında anında renk dönüşümü yapın. Tamamlayıcı renk uyumları oluşturun ve WCAG kontrastını analiz edin. %100 istemci tarafı ve özel.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'RGB - HEX ve HSL renk dönüştürücü nasıl çalışır?',
12
+ answer: 'Araç, Kırmızı, Yeşil ve Mavi (RGB) değerlerini alır ve bunları onaltılık (HEX) karşılıklarına veya Ton, Doygunluk, Parlaklık (HSL) değerlerine dönüştürmek için matematiksel algoritmalar kullanır. Tersine de çalışır.',
13
+ },
14
+ {
15
+ question: 'Tasarımlarımda neden HEX yerine HSL kullanmalıyım?',
16
+ answer: 'HSL formatı çok daha sezgiseldir. Tonu değiştirmeden doygunluğu veya parlaklığı ayarlamanıza olanak tanır, bu da armonik paletler veya düğme durumları (üzerine gelme, devre dışı) oluşturmayı çok daha kolaylaştırır.',
17
+ },
18
+ {
19
+ question: 'Göreceli kontrast değeri nedir?',
20
+ answer: 'Parlaklığına dayalı olarak bir arka plan üzerindeki metnin okunabilirliğini gösteren bir metriktir. Yüksek kontrast, görme engelli kişilerin WCAG erişilebilirlik yönergelerini izleyerek içeriği okuyabilmesini sağlar.',
21
+ },
22
+ {
23
+ question: 'Bu online renk dönüştürücüyü kullanmak güvenli mi?',
24
+ answer: 'Kesinlikle. %100 istemci tarafı olduğundan, renk verileriniz asla bilgisayarınızdan çıkmaz. Tüm işlemler doğrudan tarayıcınızda gerçekleşir, bu da gizliliği ve anında performansı garanti eder.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Bir Renk Seçin', text: 'Kırmızı, Yeşil ve Mavi kaydırıcılarını kullanın veya metin alanına doğrudan bir HEX kodu yazın.' },
30
+ { name: 'RGB Kanallarını Ayarlayın', text: 'Her kanalın yoğunluğunu değiştirmek ve gerçek zamanlı güncellemeyi görmek için kaydırıcıları hareket ettirin.' },
31
+ { name: 'Formatı Kopyalayın', text: 'İhtiyacınız olan HEX, RGB veya HSL formatının yanındaki Kopyala düğmesine tıklayın.' },
32
+ { name: 'Uyumları Keşfedin', text: 'Armoni renklerini (tamamlayıcı, benzer, üçlü) panoya kopyalamak için üzerlerine tıklayın.' },
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: 'tr',
62
+ };
63
+
64
+ const ui: ColorConverterUI = {
65
+ labelPreview: 'Önizleme (HEX kopyalamak için tıklayın)',
66
+ labelHarmonies: 'Renk Uyumları',
67
+ labelR: 'Kırmızı',
68
+ labelG: 'Yeşil',
69
+ labelB: 'Mavi',
70
+ labelComp: 'Tamam.',
71
+ labelAna1: 'Benzer 1',
72
+ labelAna2: 'Benzer 2',
73
+ labelTri1: 'Üçlü 1',
74
+ labelTri2: 'Üçlü 2',
75
+ btnCopy: 'Kopyala',
76
+ btnCopied: 'Kopyalandı',
77
+ contrastLabel: 'Kontrast',
78
+ clickToCopy: 'Kopyalamak için tıklayın',
79
+ };
80
+
81
+ export const content: ToolLocaleContent<ColorConverterUI> = {
82
+ slug,
83
+ title,
84
+ description,
85
+ ui,
86
+ faqTitle: 'Sıkça Sorulan Sorular',
87
+ faq: faqData,
88
+ bibliographyTitle: 'Renk ve Web Tasarım Kaynakları',
89
+ bibliography: [
90
+ { name: 'W3C: CSS Renk Dokümantasyonu', url: 'https://www.w3.org/TR/css-color-4/' },
91
+ { name: 'MDN: HSL Renk Modeli Kılavuzu', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl' },
92
+ { name: 'WebAIM: Kontrast ve Erişilebilirlik Kılavuzu', url: 'https://webaim.org/resources/contrastchecker/' },
93
+ ],
94
+ howTo: howToData,
95
+ schemas: [faqSchema, howToSchema, appSchema],
96
+ seo: [
97
+ { type: 'title', text: 'Geliştiriciler için RGB - HEX ve HSL Renk Dönüştürücü', level: 2 },
98
+ {
99
+ type: 'paragraph',
100
+ html: '<strong>Frontend geliştirme</strong> ve <strong>UI/UX tasarımı</strong> dünyasında, renk yönetimi sürekli bir görevdir. <strong>Online renk dönüştürücümüz</strong>, değerleri <strong>HEX, RGB ve HSL</strong> arasında anında ve matematiksel bir hassasiyetle dönüştürmenize olanak tanır.',
101
+ },
102
+ { type: 'title', text: 'Renk Formatları: HEX, RGB ve HSL', level: 3 },
103
+ {
104
+ type: 'list',
105
+ items: [
106
+ '<strong>HEX (Onaltılık):</strong> CSS için fiili standarttır. Kompakt ve kod içinde paylaşılması kolaydır.',
107
+ '<strong>RGB (Kırmızı, Yeşil, Mavi):</strong> Eklemeli ışık sistemine dayanır. Kanalları doğrudan manipüle etmek veya RGBA ile şeffaflık uygulamak için idealdir.',
108
+ '<strong>HSL (Ton, Doygunluk, Parlaklık):</strong> En sezgisel format. Harmonik paletler oluşturmak için tonu, doygunluğu ve parlaklığı ayarlayın.',
109
+ ],
110
+ },
111
+ { type: 'title', text: 'Kontrast ve WCAG Erişilebilirliği', level: 3 },
112
+ {
113
+ type: 'paragraph',
114
+ html: 'Hesaplayıcı, parlaklığa dayalı bir <strong>göreceli kontrast</strong> ölçümü içerir. Bu, <strong>WCAG</strong> yönergelerini karşılamanıza yardımcı olarak metninizin seçilen arka planlara karşı okunabilir olmasını sağlar.',
115
+ },
116
+ { type: 'title', text: 'Otomatik Renk Uyumları', level: 3 },
117
+ {
118
+ type: 'list',
119
+ items: [
120
+ '<strong>Tamamlayıcı:</strong> Renk çarkındaki zıt renk, maksimum kontrast için idealdir.',
121
+ '<strong>Benzer:</strong> Yumuşak, armonik geçişler oluşturan bitişik renkler.',
122
+ '<strong>Üçlü:</strong> Canlı, dengeli kompozisyonlar için eşit uzaklıktaki üç renk.',
123
+ ],
124
+ },
125
+ ],
126
+ };
@@ -0,0 +1,127 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ColorConverterUI } from '../ui';
4
+
5
+ const slug = 'color-converter-rgb-hex-hsl';
6
+ const title = '在线颜色转换器 RGB HEX 和 HSL';
7
+ const description = '立即在 RGB、HEX 和 HSL 之间转换颜色。生成互补色和谐方案并分析 WCAG 对比度。100% 客户端运行,保护隐私。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'RGB 到 HEX 和 HSL 颜色转换器是如何工作的?',
12
+ answer: '该工具接收红、绿、蓝 (RGB) 值,并使用数学算法将其转换为等效的十六进制 (HEX) 或色相、饱和度、亮度 (HSL) 值。它也可以反向操作。',
13
+ },
14
+ {
15
+ question: '为什么我在设计中应该使用 HSL 而不是 HEX?',
16
+ answer: 'HSL 格式更加直观。它允许您在不改变色相的情况下调整饱和度或亮度,从而更容易创建和谐的配色方案或按钮状态(悬停、禁用)。',
17
+ },
18
+ {
19
+ question: '什么是相对对比度值?',
20
+ answer: '这是一种根据亮度指示文本在背景上的可读性的指标。高对比度可确保视力障碍人士能够根据 WCAG 无障碍指南阅读内容。',
21
+ },
22
+ {
23
+ question: '使用这个在线颜色转换器安全吗?',
24
+ answer: '绝对安全。由于它是 100% 客户端运行的,您的颜色数据永远不会离开您的计算机。所有处理都在您的浏览器中直接完成,保证了隐私和即时性能。',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: '选择颜色', text: '使用红、绿、蓝滑块或直接在文本框中输入 HEX 代码。' },
30
+ { name: '调整 RGB 通道', text: '移动滑块以更改每个通道的强度,并查看实时更新。' },
31
+ { name: '复制格式', text: '点击您需要的 HEX、RGB 或 HSL 格式旁边的复制按钮。' },
32
+ { name: '探索和谐色', text: '点击和谐色(互补色、近色、三元色)将它们复制到剪贴板。' },
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: 'zh',
62
+ };
63
+
64
+ const ui: ColorConverterUI = {
65
+ labelPreview: '预览(点击复制 HEX)',
66
+ labelHarmonies: '颜色和谐',
67
+ labelR: '红',
68
+ labelG: '绿',
69
+ labelB: '蓝',
70
+ labelComp: '互补',
71
+ labelAna1: '近色 1',
72
+ labelAna2: '近色 2',
73
+ labelTri1: '三元色 1',
74
+ labelTri2: '三元色 2',
75
+ btnCopy: '复制',
76
+ btnCopied: '已复制',
77
+ contrastLabel: '对比度',
78
+ clickToCopy: '点击复制',
79
+ };
80
+
81
+ export const content: ToolLocaleContent<ColorConverterUI> = {
82
+ slug,
83
+ title,
84
+ description,
85
+ ui,
86
+ faqTitle: '常见问题',
87
+ faq: faqData,
88
+ bibliographyTitle: '颜色和网页设计资源',
89
+ bibliography: [
90
+ { name: 'W3C: CSS 颜色文档', url: 'https://www.w3.org/TR/css-color-4/' },
91
+ { name: 'MDN: HSL 颜色模型指南', url: 'https://developer.mozilla.org/zh-CN/docs/Web/CSS/color_value/hsl' },
92
+ { name: 'WebAIM: 对比度和无障碍指南', url: 'https://webaim.org/resources/contrastchecker/' },
93
+ ],
94
+ howTo: howToData,
95
+ schemas: [faqSchema, howToSchema, appSchema],
96
+ seo: [
97
+ { type: 'title', text: '面向开发者的 RGB 到 HEX 和 HSL 颜色转换器', level: 2 },
98
+ {
99
+ type: 'paragraph',
100
+ html: '在 <strong>前端开发</strong> 和 <strong>UI/UX 设计</strong> 的世界中,颜色管理是一项持续的任务。我们的 <strong>在线颜色转换器</strong> 让您能够立即以数学精度在 <strong>HEX、RGB 和 HSL</strong> 之间转换数值。',
101
+ },
102
+ { type: 'title', text: '颜色格式:HEX、RGB 和 HSL', level: 3 },
103
+ {
104
+ type: 'list',
105
+ items: [
106
+ '<strong>HEX(十六进制):</strong>CSS 的事实标准。紧凑且易于在代码中共享。',
107
+ '<strong>RGB(红、绿、蓝):</strong>基于加色系统。非常适合直接操作通道或使用 RGBA 应用透明度。',
108
+ '<strong>HSL(色相、饱和度、亮度):</strong>最直观的格式。调整色相、饱和度和亮度以创建和谐的调色板。',
109
+ ],
110
+ },
111
+ { type: 'title', text: '对比度和 WCAG 无障碍', level: 3 },
112
+ {
113
+ type: 'paragraph',
114
+ html: '该计算器包含基于亮度的 <strong>相对对比度</strong> 测量。这有助于您满足 <strong>WCAG</strong> 指南,确保您的文本在所选背景上具有可读性。',
115
+ },
116
+ { type: 'title', text: '自动颜色和谐', level: 3 },
117
+ {
118
+ type: 'list',
119
+ items: [
120
+ '<strong>互补色:</strong>色轮上的相对颜色,是获得最大对比度的理想选择。',
121
+ '<strong>近色:</strong>相邻的颜色,可创建平滑、和谐的过渡。',
122
+ '<strong>三元色:</strong>三种等距离的颜色,用于充满活力、平衡的构图。',
123
+ ],
124
+ },
125
+ ],
126
+ };
127
+
@@ -6,10 +6,6 @@ import type { ColorConverterUI } from './ui';
6
6
 
7
7
  export type ColorConverterLocaleContent = ToolLocaleContent<ColorConverterUI>;
8
8
 
9
- import { content as es } from './i18n/es';
10
- import { content as en } from './i18n/en';
11
- import { content as fr } from './i18n/fr';
12
-
13
9
  export const colorConverter: DeveloperToolEntry<ColorConverterUI> = {
14
10
  id: 'color-converter',
15
11
  icons: {
@@ -17,9 +13,21 @@ export const colorConverter: DeveloperToolEntry<ColorConverterUI> = {
17
13
  fg: 'mdi:eyedropper',
18
14
  },
19
15
  i18n: {
20
- es: async () => es,
21
- en: async () => en,
22
- fr: async () => fr,
16
+ de: async () => (await import('./i18n/de')).content,
17
+ en: async () => (await import('./i18n/en')).content,
18
+ es: async () => (await import('./i18n/es')).content,
19
+ fr: async () => (await import('./i18n/fr')).content,
20
+ id: async () => (await import('./i18n/id')).content,
21
+ it: async () => (await import('./i18n/it')).content,
22
+ ja: async () => (await import('./i18n/ja')).content,
23
+ ko: async () => (await import('./i18n/ko')).content,
24
+ nl: async () => (await import('./i18n/nl')).content,
25
+ pl: async () => (await import('./i18n/pl')).content,
26
+ pt: async () => (await import('./i18n/pt')).content,
27
+ ru: async () => (await import('./i18n/ru')).content,
28
+ sv: async () => (await import('./i18n/sv')).content,
29
+ tr: async () => (await import('./i18n/tr')).content,
30
+ zh: async () => (await import('./i18n/zh')).content,
23
31
  },
24
32
  };
25
33
 
@@ -0,0 +1,129 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ConversorExcelCsvHtmlUI } from '../ui';
4
+
5
+ const slug = 'excel-csv-html-tabellen-konverter';
6
+ const title = 'Excel und CSV zu HTML Tabellen Konverter Code Generator';
7
+ const description = 'Konvertieren Sie Ihre Excel- oder CSV-Daten sofort in saubere, semantische HTML-Tabellen. Kostenloses Tool für Entwickler und Content-Ersteller.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Wie konvertiere ich eine Excel-Datei (.xlsx) in HTML?',
12
+ answer: 'Öffnen Sie zuerst Ihre Datei in Excel und speichern Sie sie als CSV (kommagetrennt). Laden Sie diese CSV-Datei in unser Tool hoch oder fügen Sie den Inhalt ein, um den HTML-Tabellencode zu erhalten.',
13
+ },
14
+ {
15
+ question: 'Enthält der generierte Code CSS-Styles?',
16
+ answer: 'Der Generator erzeugt sauberes HTML mit optionalen Klassen für Rahmen und Zebrastreifen. Die endgültigen visuellen Styles hängen vom eigenen CSS Ihrer Website ab, was eine perfekte Integration ermöglicht.',
17
+ },
18
+ {
19
+ question: 'Kann ich sehr große CSV-Dateien hochladen?',
20
+ answer: 'Ja, unser Tool verarbeitet Daten lokal in Ihrem Browser. Das bedeutet, dass es sehr schnell und sicher ist, da Ihre Daten niemals über das Internet übertragen werden.',
21
+ },
22
+ {
23
+ question: 'Ist es mit Google Sheets kompatibel?',
24
+ answer: 'Absolut. Gehen Sie in Google Sheets auf Datei > Herunterladen > Kommagetrennte Werte (.csv) und verwenden Sie diese Datei mit unserem Tool.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Bereiten Sie Ihre Daten vor',
31
+ text: 'Halten Sie Ihre Excel- oder CSV-Datei bereit. Stellen Sie sicher, dass die Daten sauber sind.',
32
+ },
33
+ {
34
+ name: 'Laden Sie die Daten',
35
+ text: 'Fügen Sie den CSV-Text in den Eingabebereich ein oder ziehen Sie die Datei direkt in den Konverter.',
36
+ },
37
+ {
38
+ name: 'Konfigurieren Sie die Tabelle',
39
+ text: 'Wählen Sie, ob Sie die erste Zeile als Kopfzeile verwenden möchten und ob Sie Basis-Styles wünschen.',
40
+ },
41
+ {
42
+ name: 'Kopieren Sie den Code',
43
+ text: 'Wechseln Sie zum Tab "HTML-Code" und kopieren Sie das Ergebnis, um es in Ihre Website einzufügen.',
44
+ },
45
+ ];
46
+
47
+ const faqSchema: WithContext<FAQPage> = {
48
+ '@context': 'https://schema.org',
49
+ '@type': 'FAQPage',
50
+ mainEntity: faqData.map((item) => ({
51
+ '@type': 'Question',
52
+ name: item.question,
53
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
54
+ })),
55
+ };
56
+
57
+ const howToSchema: WithContext<HowToThing> = {
58
+ '@context': 'https://schema.org',
59
+ '@type': 'HowTo',
60
+ name: title,
61
+ description,
62
+ step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
63
+ };
64
+
65
+ const appSchema: WithContext<SoftwareApplication> = {
66
+ '@context': 'https://schema.org',
67
+ '@type': 'SoftwareApplication',
68
+ name: title,
69
+ description,
70
+ applicationCategory: 'UtilityApplication',
71
+ operatingSystem: 'All',
72
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
73
+ inLanguage: 'de',
74
+ };
75
+
76
+ const ui: ConversorExcelCsvHtmlUI = {
77
+ csvInputLabel: 'Fügen Sie hier Ihr CSV ein',
78
+ csvInputPlaceholder: 'Name,Alter,Stadt\nMax,25,Berlin\nAnna,30,München',
79
+ uploadLabel: 'Oder laden Sie Ihre Datei hoch (CSV)',
80
+ dragDropLabel: 'Ziehen Sie Ihre Datei hierher',
81
+ headerCheckboxLabel: 'Erste Zeile als Kopfzeile verwenden',
82
+ bordersCheckboxLabel: 'Rahmen hinzufügen',
83
+ stripeCheckboxLabel: 'Zebrastreifen',
84
+ previewTabLabel: 'Vorschau',
85
+ codeTabLabel: 'HTML-Code',
86
+ emptyStateLabel: 'Geben Sie Daten ein, um die Tabelle zu sehen',
87
+ copyButtonLabel: 'Code kopieren',
88
+ copiedLabel: 'Kopiert!',
89
+ };
90
+
91
+ export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
92
+ slug,
93
+ title,
94
+ description,
95
+ ui,
96
+ faqTitle: 'Häufig gestellte Fragen',
97
+ faq: faqData,
98
+ bibliographyTitle: 'Ressourcen zu HTML-Tabellen und Datenformaten',
99
+ bibliography: [
100
+ { name: 'W3C: HTML-Tabellen', url: 'https://www.w3.org/WAI/tutorials/tables/' },
101
+ { name: 'MDN: HTML table Element', url: 'https://developer.mozilla.org/de/docs/Web/HTML/Element/table' },
102
+ { name: 'RFC 4180: CSV-Format', url: 'https://tools.ietf.org/html/rfc4180' },
103
+ { name: 'Google Sheets: Daten herunterladen', url: 'https://support.google.com/docs/answer/183965' },
104
+ ],
105
+ howTo: howToData,
106
+ schemas: [faqSchema, howToSchema, appSchema],
107
+ seo: [
108
+ { type: 'title', text: 'Excel und CSV einfach in HTML-Tabellen konvertieren', level: 2 },
109
+ {
110
+ type: 'paragraph',
111
+ html: 'In der modernen Webentwicklung ist die Darstellung von Tabellendaten eine der effektivsten Möglichkeiten, strukturierte Informationen zu übertragen. Das manuelle Konvertieren von Daten aus einer Tabellenkalkulation wie <strong>Excel</strong> oder einer <strong>CSV</strong>-Datei in HTML <code>&lt;table&gt;</code>, <code>&lt;tr&gt;</code> und <code>&lt;td&gt;</code> Tags ist jedoch mühsam und fehleranfällig.',
112
+ },
113
+ { type: 'title', text: 'Warum semantische HTML-Tabellen verwenden?', level: 3 },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Barrierefreiheit:</strong> Screenreader können die Struktur interpretieren und Benutzern mit Sehbehinderungen helfen.',
118
+ '<strong>SEO:</strong> Suchmaschinen indexieren den Zelleninhalt, was das Ranking Ihrer Daten verbessert.',
119
+ '<strong>Responsivität:</strong> Mit etwas CSS können HTML-Tabellen für mobile Geräte angepasst werden.',
120
+ '<strong>Wartungsfreundlichkeit:</strong> Es ist viel einfacher, Daten in HTML zu bearbeiten, als ein ganzes Bild neu zu generieren.',
121
+ ],
122
+ },
123
+ { type: 'title', text: 'Wie der Excel zu HTML Konverter funktioniert', level: 3 },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Unser Dienstprogramm verwendet einen nativen Text-Parser, der kommagetrennte Dateien (CSV) verarbeitet. Die meisten Tabellenkalkulationsprogramme, einschließlich Microsoft Excel, Google Sheets und LibreOffice Calc, ermöglichen es Ihnen, Ihre Daten im CSV-Format zu exportieren.',
127
+ },
128
+ ],
129
+ };
@@ -0,0 +1,129 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ConversorExcelCsvHtmlUI } from '../ui';
4
+
5
+ const slug = 'konverter-tabel-excel-csv-html';
6
+ const title = 'Pembuat Kode Konverter Tabel Excel dan CSV ke HTML';
7
+ const description = 'Konversikan data Excel atau CSV Anda ke tabel HTML semantik yang bersih secara instan. Alat gratis untuk pengembang dan pembuat konten.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Bagaimana cara mengonversi file Excel (.xlsx) ke HTML?',
12
+ answer: 'Pertama, buka file Anda di Excel dan simpan sebagai CSV (dibatasi koma). Kemudian, unggah file CSV tersebut ke alat kami atau tempel isinya untuk mendapatkan kode tabel HTML.',
13
+ },
14
+ {
15
+ question: 'Apakah kode yang dihasilkan menyertakan gaya CSS?',
16
+ answer: 'Generator menghasilkan HTML bersih dengan kelas opsional untuk bingkai dan garis-garis zebra. Gaya visual akhir bergantung pada CSS situs web Anda sendiri, memastikan integrasi yang sempurna.',
17
+ },
18
+ {
19
+ question: 'Dapatkah saya mengunggah file CSV yang sangat besar?',
20
+ answer: 'Ya, alat kami memproses data secara lokal di browser Anda. Ini berarti sangat cepat dan aman, karena data Anda tidak pernah dikirim melalui internet.',
21
+ },
22
+ {
23
+ question: 'Apakah ini kompatibel dengan Google Sheets?',
24
+ answer: 'Tentu saja. Di Google Sheets, buka File > Unduh > Nilai yang dipisahkan koma (.csv) dan gunakan file tersebut dengan alat kami.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Siapkan data Anda',
31
+ text: 'Siapkan file Excel atau CSV Anda. Pastikan datanya bersih.',
32
+ },
33
+ {
34
+ name: 'Muat data',
35
+ text: 'Tempel teks CSV di area input atau seret file langsung ke konverter.',
36
+ },
37
+ {
38
+ name: 'Konfigurasi tabel',
39
+ text: 'Pilih apakah Anda ingin menggunakan baris pertama sebagai header dan apakah Anda ingin gaya dasar.',
40
+ },
41
+ {
42
+ name: 'Salin kode',
43
+ text: 'Beralih ke tab "Kode HTML" dan salin hasilnya untuk ditempelkan di situs web Anda.',
44
+ },
45
+ ];
46
+
47
+ const faqSchema: WithContext<FAQPage> = {
48
+ '@context': 'https://schema.org',
49
+ '@type': 'FAQPage',
50
+ mainEntity: faqData.map((item) => ({
51
+ '@type': 'Question',
52
+ name: item.question,
53
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
54
+ })),
55
+ };
56
+
57
+ const howToSchema: WithContext<HowToThing> = {
58
+ '@context': 'https://schema.org',
59
+ '@type': 'HowTo',
60
+ name: title,
61
+ description,
62
+ step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
63
+ };
64
+
65
+ const appSchema: WithContext<SoftwareApplication> = {
66
+ '@context': 'https://schema.org',
67
+ '@type': 'SoftwareApplication',
68
+ name: title,
69
+ description,
70
+ applicationCategory: 'UtilityApplication',
71
+ operatingSystem: 'All',
72
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'IDR' },
73
+ inLanguage: 'id',
74
+ };
75
+
76
+ const ui: ConversorExcelCsvHtmlUI = {
77
+ csvInputLabel: 'Tempel CSV Anda di sini',
78
+ csvInputPlaceholder: 'Nama,Usia,Kota\nBudi,25,Jakarta\nAna,30,Bandung',
79
+ uploadLabel: 'Atau unggah file Anda (CSV)',
80
+ dragDropLabel: 'Seret dan lepas file Anda di sini',
81
+ headerCheckboxLabel: 'Gunakan baris pertama sebagai header',
82
+ bordersCheckboxLabel: 'Tambahkan bingkai',
83
+ stripeCheckboxLabel: 'Garis-garis zebra',
84
+ previewTabLabel: 'Pratinjau',
85
+ codeTabLabel: 'Kode HTML',
86
+ emptyStateLabel: 'Masukkan data untuk melihat tabel',
87
+ copyButtonLabel: 'Salin Kode',
88
+ copiedLabel: 'Tersalin!',
89
+ };
90
+
91
+ export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
92
+ slug,
93
+ title,
94
+ description,
95
+ ui,
96
+ faqTitle: 'Pertanyaan yang Sering Diajukan',
97
+ faq: faqData,
98
+ bibliographyTitle: 'Sumber Daya tentang Tabel HTML dan Format Data',
99
+ bibliography: [
100
+ { name: 'W3C: Tabel HTML', url: 'https://www.w3.org/WAI/tutorials/tables/' },
101
+ { name: 'MDN: Elemen tabel HTML', url: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table' },
102
+ { name: 'RFC 4180: Format CSV', url: 'https://tools.ietf.org/html/rfc4180' },
103
+ { name: 'Google Sheets: Unduh data Anda', url: 'https://support.google.com/docs/answer/183965' },
104
+ ],
105
+ howTo: howToData,
106
+ schemas: [faqSchema, howToSchema, appSchema],
107
+ seo: [
108
+ { type: 'title', text: 'Konversikan Excel dan CSV ke Tabel HTML dengan Mudah', level: 2 },
109
+ {
110
+ type: 'paragraph',
111
+ html: 'Dalam pengembangan web modern, menyajikan data tabular adalah salah satu cara paling efektif untuk menyampaikan informasi terstruktur. Namun, mengonversi data secara manual dari spreadsheet seperti <strong>Excel</strong> atau file <strong>CSV</strong> ke tag HTML <code>&lt;table&gt;</code>, <code>&lt;tr&gt;</code>, dan <code>&lt;td&gt;</code> sangatlah membosankan dan rawan kesalahan.',
112
+ },
113
+ { type: 'title', text: 'Mengapa menggunakan tabel HTML semantik?', level: 3 },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Aksesibilitas:</strong> Pembaca layar dapat menginterpretasikan struktur dan membantu pengguna dengan gangguan visual.',
118
+ '<strong>SEO:</strong> Mesin pencari mengindeks konten sel, meningkatkan peringkat data Anda.',
119
+ '<strong>Responsivitas:</strong> Dengan sedikit CSS, tabel HTML dapat beradaptasi dengan perangkat seluler.',
120
+ '<strong>Kemudahan Pemeliharaan:</strong> Jauh lebih mudah untuk mengedit data dalam HTML daripada membuat ulang seluruh gambar.',
121
+ ],
122
+ },
123
+ { type: 'title', text: 'Cara Kerja Konverter Excel ke HTML', level: 3 },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Utilitas kami menggunakan pengurai teks asli yang memproses file dipisahkan koma (CSV). Sebagian besar program spreadsheet, termasuk Microsoft Excel, Google Sheets, dan LibreOffice Calc, memungkinkan Anda mengekspor data dalam format CSV.',
127
+ },
128
+ ],
129
+ };