@jjlmoya/utils-developer 1.4.0 → 1.6.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/tests/faq_count.test.ts +1 -1
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/locale_completeness.test.ts +2 -2
  18. package/src/tests/slug_language_code_format.test.ts +25 -0
  19. package/src/tests/slug_uniqueness.test.ts +87 -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 +1 -0
  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 +1 -0
  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 +1 -0
  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,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 = 'convertitore-excel-csv-html';
6
+ const title = 'Generatore di codice convertitore da Excel e CSV a tabella HTML';
7
+ const description = 'Converti istantaneamente i tuoi dati Excel o CSV in tabelle HTML pulite e semantiche. Strumento gratuito per sviluppatori e creatori di contenuti.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Come posso convertire un file Excel (.xlsx) in HTML?',
12
+ answer: 'Per prima cosa, apri il tuo file in Excel e salvalo come CSV (separato da virgole). Quindi, carica quel file CSV nel nostro strumento o incolla il suo contenuto per ottenere il codice della tabella HTML.',
13
+ },
14
+ {
15
+ question: 'Il codice generato include stili CSS?',
16
+ answer: 'Il generatore produce HTML pulito con classi opzionali per bordi e strisce alternate. Gli stili visivi finali dipendono dal CSS del tuo sito web, garantendo una perfetta integrazione.',
17
+ },
18
+ {
19
+ question: 'Posso caricare file CSV molto grandi?',
20
+ answer: 'Sì, il nostro strumento elabora i dati localmente nel tuo browser. Ciò significa che è molto veloce e sicuro, poiché i tuoi dati non viaggiano mai su Internet.',
21
+ },
22
+ {
23
+ question: 'È compatibile con Google Sheets?',
24
+ answer: 'Assolutamente sì. In Google Sheets, vai su File > Scarica > Valori separati da virgola (.csv) e usa quel file con il nostro strumento.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Prepara i tuoi dati',
31
+ text: 'Tieni pronto il tuo file Excel o CSV. Assicurati che i dati siano puliti.',
32
+ },
33
+ {
34
+ name: 'Carica i dati',
35
+ text: 'Incolla il testo CSV nell\'area di input o trascina il file direttamente nel convertitore.',
36
+ },
37
+ {
38
+ name: 'Configura la tabella',
39
+ text: 'Scegli se usare la prima riga come intestazione e se desideri degli stili di base.',
40
+ },
41
+ {
42
+ name: 'Copia il codice',
43
+ text: 'Passa alla scheda "Codice HTML" e copia il risultato da incollare nel tuo sito web.',
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: 'it',
74
+ };
75
+
76
+ const ui: ConversorExcelCsvHtmlUI = {
77
+ csvInputLabel: 'Incolla qui il tuo CSV',
78
+ csvInputPlaceholder: 'Nome,Età,Città\nMario,25,Roma\nAnna,30,Milano',
79
+ uploadLabel: 'Oppure carica il tuo file (CSV)',
80
+ dragDropLabel: 'Trascina qui il tuo file',
81
+ headerCheckboxLabel: 'Usa la prima riga come intestazione',
82
+ bordersCheckboxLabel: 'Aggiungi bordi',
83
+ stripeCheckboxLabel: 'Strisce alternate',
84
+ previewTabLabel: 'Anteprima',
85
+ codeTabLabel: 'Codice HTML',
86
+ emptyStateLabel: 'Inserisci i dati per vedere la tabella',
87
+ copyButtonLabel: 'Copia Codice',
88
+ copiedLabel: 'Copiato!',
89
+ };
90
+
91
+ export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
92
+ slug,
93
+ title,
94
+ description,
95
+ ui,
96
+ faqTitle: 'Domande Frequenti',
97
+ faq: faqData,
98
+ bibliographyTitle: 'Risorse su tabelle HTML e formati dati',
99
+ bibliography: [
100
+ { name: 'W3C: Tabelle HTML', url: 'https://www.w3.org/WAI/tutorials/tables/' },
101
+ { name: 'MDN: Elemento tabella HTML', url: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table' },
102
+ { name: 'RFC 4180: Formato CSV', url: 'https://tools.ietf.org/html/rfc4180' },
103
+ { name: 'Google Sheets: Scarica i tuoi dati', url: 'https://support.google.com/docs/answer/183965' },
104
+ ],
105
+ howTo: howToData,
106
+ schemas: [faqSchema, howToSchema, appSchema],
107
+ seo: [
108
+ { type: 'title', text: 'Converti facilmente Excel e CSV in tabelle HTML', level: 2 },
109
+ {
110
+ type: 'paragraph',
111
+ html: 'Nello sviluppo web moderno, la presentazione di dati tabulari è uno dei modi più efficaci per trasmettere informazioni strutturate. Tuttavia, convertire manualmente i dati da un foglio di calcolo come <strong>Excel</strong> o un file <strong>CSV</strong> in tag HTML <code>&lt;table&gt;</code>, <code>&lt;tr&gt;</code> e <code>&lt;td&gt;</code> è noioso e soggetto a errori.',
112
+ },
113
+ { type: 'title', text: 'Perché usare tabelle HTML semantiche?', level: 3 },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Accessibilità:</strong> gli screen reader possono interpretare la struttura e aiutare gli utenti con disabilità visive.',
118
+ '<strong>SEO:</strong> i motori di ricerca indicizzano il contenuto delle celle, migliorando il posizionamento dei tuoi dati.',
119
+ '<strong>Responsività:</strong> con un po\' di CSS, le tabelle HTML possono adattarsi ai dispositivi mobili.',
120
+ '<strong>Mantenibilità:</strong> è molto più facile modificare i dati in HTML che rigenerare un\'intera immagine.',
121
+ ],
122
+ },
123
+ { type: 'title', text: 'Come funziona il convertitore da Excel a HTML', level: 3 },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'La nostra utility utilizza un parser di testo nativo che elabora i file separati da virgole (CSV). La maggior parte dei programmi di fogli di calcolo, tra cui Microsoft Excel, Google Sheets e LibreOffice Calc, consente di esportare i dati in formato CSV.',
127
+ },
128
+ ],
129
+ };
@@ -0,0 +1,130 @@
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-table-converter';
6
+ const title = 'Excel・CSVからHTMLテーブルへの変換コード生成ツール';
7
+ const description = 'ExcelやCSVのデータを、クリーンでセマンティックなHTMLテーブルに即座に変換します。開発者やコンテンツ作成者のための無料ツールです。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Excelファイル(.xlsx)をHTMLに変換するにはどうすればよいですか?',
12
+ answer: 'まず、Excelでファイルを開き、CSV形式(カンマ区切り)で保存します。次に、そのCSVファイルを当ツールにアップロードするか、内容を貼り付けることでHTMLテーブルコードを取得できます。',
13
+ },
14
+ {
15
+ question: '生成されたコードにはCSSスタイルが含まれていますか?',
16
+ answer: 'ジェネレーターは、境界線やゼブラストライプ用のオプションクラスを含むクリーンなHTMLを生成します。最終的な視覚スタイルはウェブサイト自身のCSSに依存するため、完璧な統合が可能です。',
17
+ },
18
+ {
19
+ question: '非常に大きなCSVファイルをアップロードできますか?',
20
+ answer: 'はい、当ツールはブラウザ内でローカルにデータを処理します。データがインターネット経由で送信されることはないため、非常に高速で安全です。',
21
+ },
22
+ {
23
+ question: 'Googleスプレッドシートに対応していますか?',
24
+ answer: 'もちろんです。Googleスプレッドシートで「ファイル」>「ダウンロード」>「カンマ区切り形式(.csv)」を選択し、そのファイルを当ツールで使用してください。',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'データの準備',
31
+ text: 'ExcelまたはCSVファイルを用意し、データがクリーンであることを確認してください。',
32
+ },
33
+ {
34
+ name: 'データの読み込み',
35
+ text: '入力エリアにCSVテキストを貼り付けるか、ファイルをコンバーターに直接ドラッグします。',
36
+ },
37
+ {
38
+ name: 'テーブルの設定',
39
+ text: '最初の行をヘッダーとして使用するかどうか、また基本的なスタイルを適用するかどうかを選択します。',
40
+ },
41
+ {
42
+ name: 'コードのコピー',
43
+ text: '「HTMLコード」タブに切り替え、結果をコピーしてウェブサイトに貼り付けます。',
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: 'JPY' },
73
+ inLanguage: 'ja',
74
+ };
75
+
76
+ const ui: ConversorExcelCsvHtmlUI = {
77
+ csvInputLabel: 'ここにCSVを貼り付けてください',
78
+ csvInputPlaceholder: '名前,年齢,都市\n田中,25,東京\n佐藤,30,大阪',
79
+ uploadLabel: 'またはファイルをアップロード(CSV)',
80
+ dragDropLabel: 'ここにファイルをドラッグ&ドロップ',
81
+ headerCheckboxLabel: '最初の行をヘッダーとして使用',
82
+ bordersCheckboxLabel: '境界線を追加',
83
+ stripeCheckboxLabel: 'ゼブラストライプ',
84
+ previewTabLabel: 'プレビュー',
85
+ codeTabLabel: 'HTMLコード',
86
+ emptyStateLabel: 'データを入力してテーブルを表示',
87
+ copyButtonLabel: 'コードをコピー',
88
+ copiedLabel: 'コピーしました!',
89
+ };
90
+
91
+ export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
92
+ slug,
93
+ title,
94
+ description,
95
+ ui,
96
+ faqTitle: 'よくある質問',
97
+ faq: faqData,
98
+ bibliographyTitle: 'HTMLテーブルとデータ形式に関するリソース',
99
+ bibliography: [
100
+ { name: 'W3C: HTMLテーブル', url: 'https://www.w3.org/WAI/tutorials/tables/' },
101
+ { name: 'MDN: HTML table要素', url: 'https://developer.mozilla.org/ja/docs/Web/HTML/Element/table' },
102
+ { name: 'RFC 4180: CSV形式', url: 'https://tools.ietf.org/html/rfc4180' },
103
+ { name: 'Googleスプレッドシート:データのダウンロード', url: 'https://support.google.com/docs/answer/183965' },
104
+ ],
105
+ howTo: howToData,
106
+ schemas: [faqSchema, howToSchema, appSchema],
107
+ seo: [
108
+ { type: 'title', text: 'Excel・CSVをHTMLテーブルに簡単に変換', level: 2 },
109
+ {
110
+ type: 'paragraph',
111
+ html: '現代のウェブ開発において、表形式のデータを表示することは、構造化された情報を伝えるための最も効果的な方法の1つです。しかし、<strong>Excel</strong>などのスプレッドシートや<strong>CSV</strong>ファイルのデータをHTMLの<code>&lt;table&gt;</code>、<code>&lt;tr&gt;</code>、<code>&lt;td&gt;</code>タグに手動で変換するのは、退屈でエラーが発生しやすい作業です。',
112
+ },
113
+ { type: 'title', text: 'なぜセマンティックなHTMLテーブルを使うべきなのか?', level: 3 },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>アクセシビリティ:</strong>スクリーンリーダーが構造を解釈できるため、視覚障害のあるユーザーを支援できます。',
118
+ '<strong>SEO:</strong>検索エンジンがセル内のコンテンツをインデックスするため、データのランキングが向上します。',
119
+ '<strong>レスポンシブ:</strong>CSSを少し追加するだけで、HTMLテーブルをモバイルデバイスに適応させることができます。',
120
+ '<strong>メンテナンス性:</strong>画像を生成し直すよりも、HTML内のデータを編集する方がはるかに簡単です。',
121
+ ],
122
+ },
123
+ { type: 'title', text: 'ExcelからHTMLへのコンバーターの仕組み', level: 3 },
124
+ {
125
+ type: 'paragraph',
126
+ html: '当ツールは、カンマ区切りファイル(CSV)を処理するネイティブテキストパーサーを使用しています。Microsoft Excel、Googleスプレッドシート、LibreOffice Calcを含むほとんどのスプレッドシートプログラムでは、データをCSV形式でエクスポートできます。',
127
+ },
128
+ ],
129
+ };
130
+
@@ -0,0 +1,130 @@
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-table-converter';
6
+ const title = 'Excel 및 CSV를 HTML 테이블로 변환하는 코드 생성기';
7
+ const description = 'Excel 또는 CSV 데이터를 깨끗하고 의미 있는 HTML 테이블로 즉시 변환하세요. 개발자와 콘텐츠 제작자를 위한 무료 도구입니다.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Excel 파일(.xlsx)을 HTML로 변환하려면 어떻게 하나요?',
12
+ answer: '먼저 Excel에서 파일을 열고 CSV(쉼표로 구분)로 저장하세요. 그런 다음 해당 CSV 파일을 도구에 업로드하거나 내용을 붙여넣어 HTML 테이블 코드를 받으세요.',
13
+ },
14
+ {
15
+ question: '생성된 코드에 CSS 스타일이 포함되어 있나요?',
16
+ answer: '제너레이터는 테두리와 지브라 스트라이프를 위한 선택적 클래스가 포함된 깨끗한 HTML을 생성합니다. 최종 시각적 스타일은 웹사이트 자체 CSS에 따라 결정되므로 완벽한 통합이 가능합니다.',
17
+ },
18
+ {
19
+ question: '매우 큰 CSV 파일을 업로드할 수 있나요?',
20
+ answer: '네, 저희 도구는 브라우저에서 로컬로 데이터를 처리합니다. 즉, 데이터가 인터넷을 통해 전송되지 않으므로 매우 빠르고 안전합니다.',
21
+ },
22
+ {
23
+ question: 'Google 스프레드시트와 호환되나요?',
24
+ answer: '물론입니다. Google 스프레드시트에서 파일 > 다운로드 > 쉼표로 구분된 값(.csv)을 선택하고 해당 파일을 저희 도구에서 사용하세요.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: '데이터 준비',
31
+ text: 'Excel 또는 CSV 파일을 준비하세요. 데이터가 깨끗한지 확인하세요.',
32
+ },
33
+ {
34
+ name: '데이터 로드',
35
+ text: '입력 영역에 CSV 텍스트를 붙여넣거나 파일을 컨버터로 직접 드래그하세요.',
36
+ },
37
+ {
38
+ name: '테이블 구성',
39
+ text: '첫 번째 행을 헤더로 사용할지 여부와 기본 스타일 사용 여부를 선택하세요.',
40
+ },
41
+ {
42
+ name: '코드 복사',
43
+ text: '"HTML 코드" 탭으로 전환하고 결과를 복사하여 웹사이트에 붙여넣으세요.',
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: 'KRW' },
73
+ inLanguage: 'ko',
74
+ };
75
+
76
+ const ui: ConversorExcelCsvHtmlUI = {
77
+ csvInputLabel: '여기에 CSV를 붙여넣으세요',
78
+ csvInputPlaceholder: '이름,나이,도시\n홍길동,25,서울\n김철수,30,부산',
79
+ uploadLabel: '또는 파일 업로드 (CSV)',
80
+ dragDropLabel: '여기에 파일을 드래그 앤 드롭하세요',
81
+ headerCheckboxLabel: '첫 번째 행을 헤더로 사용',
82
+ bordersCheckboxLabel: '테두리 추가',
83
+ stripeCheckboxLabel: '지브라 스트라이프',
84
+ previewTabLabel: '미리보기',
85
+ codeTabLabel: 'HTML 코드',
86
+ emptyStateLabel: '테이블을 보려면 데이터를 입력하세요',
87
+ copyButtonLabel: '코드 복사',
88
+ copiedLabel: '복사됨!',
89
+ };
90
+
91
+ export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
92
+ slug,
93
+ title,
94
+ description,
95
+ ui,
96
+ faqTitle: '자주 묻는 질문',
97
+ faq: faqData,
98
+ bibliographyTitle: 'HTML 테이블 및 데이터 형식 관련 리소스',
99
+ bibliography: [
100
+ { name: 'W3C: HTML 테이블', url: 'https://www.w3.org/WAI/tutorials/tables/' },
101
+ { name: 'MDN: HTML table 요소', url: 'https://developer.mozilla.org/ko/docs/Web/HTML/Element/table' },
102
+ { name: 'RFC 4180: CSV 형식', url: 'https://tools.ietf.org/html/rfc4180' },
103
+ { name: 'Google 스프레드시트: 데이터 다운로드', url: 'https://support.google.com/docs/answer/183965' },
104
+ ],
105
+ howTo: howToData,
106
+ schemas: [faqSchema, howToSchema, appSchema],
107
+ seo: [
108
+ { type: 'title', text: 'Excel 및 CSV를 HTML 테이블로 쉽게 변환', level: 2 },
109
+ {
110
+ type: 'paragraph',
111
+ html: '현대 웹 개발에서 표 형식의 데이터를 제시하는 것은 구조화된 정보를 전달하는 가장 효과적인 방법 중 하나입니다. 그러나 <strong>Excel</strong>과 같은 스프레드시트나 <strong>CSV</strong> 파일의 데이터를 HTML <code>&lt;table&gt;</code>, <code>&lt;tr&gt;</code>, <code>&lt;td&gt;</code> 태그로 수동 변환하는 것은 지루하고 오류가 발생하기 쉽습니다.',
112
+ },
113
+ { type: 'title', text: '왜 의미 있는 HTML 테이블을 사용해야 하나요?', level: 3 },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>접근성:</strong> 스크린 리더가 구조를 해석하여 시각 장애가 있는 사용자를 도울 수 있습니다.',
118
+ '<strong>SEO:</strong> 검색 엔진이 셀 콘텐츠를 색인화하여 데이터 순위를 높입니다.',
119
+ '<strong>반응형:</strong> 약간의 CSS를 사용하면 HTML 테이블이 모바일 기기에 적합하게 변할 수 있습니다.',
120
+ '<strong>유지보수성:</strong> 이미지를 다시 생성하는 것보다 HTML에서 데이터를 편집하는 것이 훨씬 쉽습니다.',
121
+ ],
122
+ },
123
+ { type: 'title', text: 'Excel-HTML 컨버터 작동 방식', level: 3 },
124
+ {
125
+ type: 'paragraph',
126
+ html: '저희 유틸리티는 쉼표로 구분된 파일(CSV)을 처리하는 네이티브 텍스트 파서를 사용합니다. Microsoft Excel, Google 스프레드시트, LibreOffice Calc를 포함한 대부분의 스프레드시트 프로그램에서 데이터를 CSV 형식으로 내보낼 수 있습니다.',
127
+ },
128
+ ],
129
+ };
130
+
@@ -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-tabel-omzetter';
6
+ const title = 'Excel en CSV naar HTML Tabel Converter Code Generator';
7
+ const description = 'Converteer uw Excel- of CSV-gegevens direct naar schone, semantische HTML-tabellen. Gratis tool voor ontwikkelaars en contentmakers.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Hoe converteer ik een Excel-bestand (.xlsx) naar HTML?',
12
+ answer: 'Open eerst uw bestand in Excel en sla het op als CSV (door komma\'s gescheiden). Upload dat CSV-bestand naar onze tool of plak de inhoud ervan om de HTML-tabelcode te krijgen.',
13
+ },
14
+ {
15
+ question: 'Bevat de gegenereerde code CSS-stijlen?',
16
+ answer: 'De generator produceert schone HTML met optionele klassen voor randen und zebra-strepen. De uiteindelijke visuele stijlen hangen af van de eigen CSS van uw website, wat zorgt voor een perfecte integratie.',
17
+ },
18
+ {
19
+ question: 'Kan ik zeer grote CSV-bestanden uploaden?',
20
+ answer: 'Ja, onze tool verwerkt gegevens lokaal in uw browser. Dit betekent dat het erg snel en veilig is, omdat uw gegevens nooit over het internet reizen.',
21
+ },
22
+ {
23
+ question: 'Is het compatibel met Google Sheets?',
24
+ answer: 'Absoluut. Ga in Google Sheets naar Bestand > Downloaden > Komma-gescheiden waarden (.csv) en gebruik dat bestand met onze tool.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Bereid uw gegevens voor',
31
+ text: 'Houd uw Excel- of CSV-bestand gereed. Zorg ervoor dat de gegevens schoon zijn.',
32
+ },
33
+ {
34
+ name: 'Laad de gegevens',
35
+ text: 'Plak de CSV-tekst in het invoerveld of sleep het bestand rechtstreeks naar de converter.',
36
+ },
37
+ {
38
+ name: 'Configureer de tabel',
39
+ text: 'Kies of u de eerste rij als koptekst wilt gebruiken en of u basisstijlen wilt.',
40
+ },
41
+ {
42
+ name: 'Kopieer de code',
43
+ text: 'Ga naar het tabblad "HTML-code" en kopieer het resultaat om op uw website te plakken.',
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: 'nl',
74
+ };
75
+
76
+ const ui: ConversorExcelCsvHtmlUI = {
77
+ csvInputLabel: 'Plak hier uw CSV',
78
+ csvInputPlaceholder: 'Naam,Leeftijd,Stad\nJan,25,Amsterdam\nAn,30,Rotterdam',
79
+ uploadLabel: 'Of upload uw bestand (CSV)',
80
+ dragDropLabel: 'Sleep uw bestand hierheen',
81
+ headerCheckboxLabel: 'Gebruik eerste rij als koptekst',
82
+ bordersCheckboxLabel: 'Randen toevoegen',
83
+ stripeCheckboxLabel: 'Zebra-strepen',
84
+ previewTabLabel: 'Voorbeeld',
85
+ codeTabLabel: 'HTML-code',
86
+ emptyStateLabel: 'Voer gegevens in om de tabel te zien',
87
+ copyButtonLabel: 'Code kopiëren',
88
+ copiedLabel: 'Gekopieerd!',
89
+ };
90
+
91
+ export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
92
+ slug,
93
+ title,
94
+ description,
95
+ ui,
96
+ faqTitle: 'Veelgestelde Vragen',
97
+ faq: faqData,
98
+ bibliographyTitle: 'Bronnen over HTML-tabellen en gegevensformaten',
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/en-US/docs/Web/HTML/Element/table' },
102
+ { name: 'RFC 4180: CSV-formaat', url: 'https://tools.ietf.org/html/rfc4180' },
103
+ { name: 'Google Sheets: Download uw gegevens', url: 'https://support.google.com/docs/answer/183965' },
104
+ ],
105
+ howTo: howToData,
106
+ schemas: [faqSchema, howToSchema, appSchema],
107
+ seo: [
108
+ { type: 'title', text: 'Converteer Excel en CSV eenvoudig naar HTML-tabellen', level: 2 },
109
+ {
110
+ type: 'paragraph',
111
+ html: 'In moderne webontwikkeling is het presenteren van tabelgegevens een van de meest effectieve manieren om gestructureerde informatie over te dragen. Het handmatig converteren van gegevens uit een spreadsheet zoals <strong>Excel</strong> of een <strong>CSV</strong>-bestand naar HTML <code>&lt;table&gt;</code>, <code>&lt;tr&gt;</code>, en <code>&lt;td&gt;</code> tags is echter tijdrovend en foutgevoelig.',
112
+ },
113
+ { type: 'title', text: 'waarom semantische HTML-tabellen gebruiken?', level: 3 },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Toegankelijkheid:</strong> Schermlezers kunnen de structuur interpreteren en gebruikers met visuele beperkingen helpen.',
118
+ '<strong>SEO:</strong> Zoekmachines indexeren de celinhoud, wat de ranking van uw gegevens verbetert.',
119
+ '<strong>Responsiviteit:</strong> Met wat CSS kunnen HTML-tabellen zich aanpassen aan mobiele apparaten.',
120
+ '<strong>Onderhoudbaarheid:</strong> Het is veel gemakkelijker om gegevens in HTML te bewerken dan om een hele afbeelding opnieuw te genereren.',
121
+ ],
122
+ },
123
+ { type: 'title', text: 'Hoe de Excel naar HTML Converter werkt', level: 3 },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Onze tool maakt gebruik van een eigen tekstparser die door komma\'s gescheiden bestanden (CSV) verwerkt. De meeste spreadsheetprogramma\'s, waaronder Microsoft Excel, Google Sheets en LibreOffice Calc, bieden de mogelijkheid om uw gegevens in CSV-formaat te exporteren.',
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 = 'konwerter-tabel-excel-csv-html';
6
+ const title = 'Generator kodu konwertera tabel Excel i CSV na HTML';
7
+ const description = 'Natychmiast konwertuj dane Excel lub CSV na czyste, semantyczne tabele HTML. Darmowe narzędzie dla programistów i twórców treści.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Jak przekonwertować plik Excel (.xlsx) na HTML?',
12
+ answer: 'Najpierw otwórz plik w programie Excel i zapisz go jako CSV (rozdzielany przecinkami). Następnie prześlij ten plik CSV do naszego narzędzia lub wklej jego zawartość, aby otrzymać kod tabeli HTML.',
13
+ },
14
+ {
15
+ question: 'Czy wygenerowany kod zawiera style CSS?',
16
+ answer: 'Generator tworzy czysty kod HTML z opcjonalnymi klasami dla obramowań i pasów zebry. Ostateczne style wizualne zależą od własnego kodu CSS Twojej witryny, co zapewnia idealną integrację.',
17
+ },
18
+ {
19
+ question: 'Czy mogę przesyłać bardzo duże pliki CSV?',
20
+ answer: 'Tak, nasze narzędzie przetwarza dane lokalnie w Twojej przeglądarce. Oznacza to, że jest bardzo szybkie i bezpieczne, ponieważ Twoje dane nigdy nie są przesyłane przez Internet.',
21
+ },
22
+ {
23
+ question: 'Czy narzędzie jest kompatybilne z Arkuszami Google?',
24
+ answer: 'Absolutnie. W Arkuszach Google wybierz Plik > Pobierz > Wartości rozdzielane przecinkami (.csv) i użyj tego pliku w naszym narzędziu.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ {
30
+ name: 'Przygotuj dane',
31
+ text: 'Przygotuj swój plik Excel lub CSV. Upewnij się, że dane są poprawne.',
32
+ },
33
+ {
34
+ name: 'Załaduj dane',
35
+ text: 'Wklej tekst CSV w obszarze wejściowym lub przeciągnij plik bezpośrednio do konwertera.',
36
+ },
37
+ {
38
+ name: 'Skonfiguruj tabelę',
39
+ text: 'Wybierz, czy chcesz użyć pierwszego wiersza jako nagłówka i czy chcesz zastosować podstawowe style.',
40
+ },
41
+ {
42
+ name: 'Skopiuj kod',
43
+ text: 'Przełącz się na kartę „Kod HTML” i skopiuj wynik, aby wkleić go na swojej stronie internetowej.',
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: 'PLN' },
73
+ inLanguage: 'pl',
74
+ };
75
+
76
+ const ui: ConversorExcelCsvHtmlUI = {
77
+ csvInputLabel: 'Wklej tutaj swój kod CSV',
78
+ csvInputPlaceholder: 'Imię,Wiek,Miasto\nJan,25,Warszawa\nAnna,30,Kraków',
79
+ uploadLabel: 'Lub prześlij swój plik (CSV)',
80
+ dragDropLabel: 'Przeciągnij i upuść plik tutaj',
81
+ headerCheckboxLabel: 'Użyj pierwszego wiersza jako nagłówka',
82
+ bordersCheckboxLabel: 'Dodaj obramowanie',
83
+ stripeCheckboxLabel: 'Pasy zebry',
84
+ previewTabLabel: 'Podgląd',
85
+ codeTabLabel: 'Kod HTML',
86
+ emptyStateLabel: 'Wprowadź dane, aby zobaczyć tabelę',
87
+ copyButtonLabel: 'Kopiuj kod',
88
+ copiedLabel: 'Skopiowano!',
89
+ };
90
+
91
+ export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
92
+ slug,
93
+ title,
94
+ description,
95
+ ui,
96
+ faqTitle: 'Często zadawane pytania',
97
+ faq: faqData,
98
+ bibliographyTitle: 'Zasoby dotyczące tabel HTML i formatów danych',
99
+ bibliography: [
100
+ { name: 'W3C: Tabele HTML', url: 'https://www.w3.org/WAI/tutorials/tables/' },
101
+ { name: 'MDN: Element tabeli 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: 'Arkusze Google: Pobieranie danych', url: 'https://support.google.com/docs/answer/183965' },
104
+ ],
105
+ howTo: howToData,
106
+ schemas: [faqSchema, howToSchema, appSchema],
107
+ seo: [
108
+ { type: 'title', text: 'Łatwo konwertuj pliki Excel i CSV na tabele HTML', level: 2 },
109
+ {
110
+ type: 'paragraph',
111
+ html: 'W nowoczesnym tworzeniu stron internetowych prezentowanie danych tabelarycznych jest jednym z najskuteczniejszych sposobów przekazywania ustrukturyzowanych informacji. Jednak ręczne konwertowanie danych z arkusza kalkulacyjnego, takiego jak <strong>Excel</strong> lub plik <strong>CSV</strong>, na znaczniki HTML <code>&lt;table&gt;</code>, <code>&lt;tr&gt;</code> i <code>&lt;td&gt;</code> jest żmudne i podatne na błędy.',
112
+ },
113
+ { type: 'title', text: 'Dlaczego warto używać semantycznych tabel HTML?', level: 3 },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Dostępność:</strong> Czytniki ekranu mogą interpretować strukturę i pomagać użytkownikom z niepełnosprawnością wzroku.',
118
+ '<strong>SEO:</strong> Wyszukiwarki indeksują zawartość komórek, co poprawia ranking Twoich danych.',
119
+ '<strong>Responsywność:</strong> Przy odrobinie kodu CSS tabele HTML mogą dostosowywać się do urządzeń mobilnych.',
120
+ '<strong>Łatwość konserwacji:</strong> Znacznie łatwiej jest edytować dane w formacie HTML niż ponownie generować cały obraz.',
121
+ ],
122
+ },
123
+ { type: 'title', text: 'Jak działa konwerter programu Excel na HTML', level: 3 },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Nasze narzędzie wykorzystuje natywny parser tekstu, który przetwarza pliki rozdzielane przecinkami (CSV). Większość programów do obsługi arkuszy kalkulacyjnych, w tym Microsoft Excel, Arkusze Google i LibreOffice Calc, umożliwia eksportowanie danych w formacie CSV.',
127
+ },
128
+ ],
129
+ };