@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,192 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { CronGeneratorUI } from '../ui';
4
+
5
+ const slug = 'cron';
6
+ const title = 'オンラインCronエクスプレッション・ジェネレーター:翻訳とビジュアライザー';
7
+ const description =
8
+ 'LinuxのCronエクスプレッションを生成するための無料のビジュアルツールです。「* * * * *」を人間が理解できる言葉に翻訳し、次回の実行日時5件をリアルタイムで表示します。';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Cronエクスプレッションとは何ですか?',
13
+ answer:
14
+ 'Unix系システム(Linux、macOS)でタスクを自動実行するためのスケジュールを表すテキスト文字列です。分、時、日、月、曜日の5つのフィールドで構成されます。',
15
+ },
16
+ {
17
+ question: 'すべてのシステムと互換性がありますか?',
18
+ answer:
19
+ 'はい、生成されるエクスプレッションはPOSIX標準に準拠しており、LinuxのCrontab、macOSのcron、AWS CloudWatchやGitHub Actionsなどのクラウドサービスと互換性があります。',
20
+ },
21
+ {
22
+ question: 'Cronにおけるアスタリスク(*)の意味は何ですか?',
23
+ answer:
24
+ 'アスタリスクは「すべて」を意味するワイルドカードです。例えば、分のフィールドに「*」を指定すると、定義された範囲の毎分タスクが実行されます。',
25
+ },
26
+ {
27
+ question: '次回の実行予定を確認するにはどうすればよいですか?',
28
+ answer:
29
+ 'このツールにはリアルタイム・ビューアが含まれており、現在のエクスプレッションに従ってタスクが実行される直近5件の日時を正確に表示します。',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: '間隔を選択する',
36
+ text: 'クイックプリセット(毎分、毎時、毎日など)を使用して、タスクを実行する頻度を選択します。',
37
+ },
38
+ {
39
+ name: '高度な設定を行う',
40
+ text: '「高度な設定」タブに切り替えて、特定の分、時、曜日などを手動で定義します。',
41
+ },
42
+ {
43
+ name: '翻訳と日時を確認する',
44
+ text: '人間が理解できる説明を読み、次回の実行5件をチェックして、スケジュールが正しいことを確認します。',
45
+ },
46
+ {
47
+ name: 'エクスプレッションをコピーする',
48
+ text: '生成された文字列をコピーし、crontabファイルやサーバー設定に直接貼り付けます。',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowToThing> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step, i) => ({
68
+ '@type': 'HowToStep',
69
+ position: i + 1,
70
+ name: step.name,
71
+ text: step.text,
72
+ })),
73
+ };
74
+
75
+ const appSchema: WithContext<SoftwareApplication> = {
76
+ '@context': 'https://schema.org',
77
+ '@type': 'SoftwareApplication',
78
+ name: title,
79
+ description,
80
+ applicationCategory: 'UtilityApplication',
81
+ operatingSystem: 'All',
82
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
83
+ inLanguage: 'ja',
84
+ };
85
+
86
+ const ui: CronGeneratorUI = {
87
+ labelMinute: '分',
88
+ labelHour: '時',
89
+ labelDom: '日',
90
+ labelMonth: '月',
91
+ labelDow: '曜日',
92
+ tabQuick: 'クイック',
93
+ tabAdvanced: '高度な設定',
94
+ fieldMinute: '分 (0-59)',
95
+ fieldHour: '時 (0-23)',
96
+ fieldDom: '日 (1-31)',
97
+ fieldMonth: '月 (1-12)',
98
+ fieldDow: '曜日 (0-6)',
99
+ hintMinute: '例: *, */5, 0,30',
100
+ hintDow: '0 = 日曜日, 6 = 土曜日',
101
+ labelNextRuns: '次回の実行予定',
102
+ btnCopy: 'エクスプレッションをコピー',
103
+ btnCopied: 'コピーしました',
104
+ msgNoRuns: '妥当な範囲内で次回の実行予定が見つかりませんでした。',
105
+ msgError: '日時の計算中にエラーが発生しました。',
106
+ presetEveryMinute: '毎分',
107
+ presetEveryHour: '毎時',
108
+ presetDaily: '毎日',
109
+ presetWeekly: '毎週',
110
+ presetMonthly: '毎月',
111
+ presetYearly: '毎年',
112
+ descEveryMinute: '毎分実行されます',
113
+ descEveryHour: '毎時0分に実行されます',
114
+ descEveryDay: '毎日深夜0時に実行されます',
115
+ descPrefix: '実行タイミング:',
116
+ descEveryMin: '毎分',
117
+ descEveryHourOnDot: '毎時ちょうど',
118
+ descAtMinute: '毎時{m}分',
119
+ descAtTime: '{h}時{m}分',
120
+ descOnDay: ' 毎月{d}日',
121
+ descInMonth: ' {mon}月',
122
+ descIfDow: ' {d}曜日(0=日, 6=土)の場合',
123
+ descDays: '日曜日,月曜日,火曜日,水曜日,木曜日,金曜日,土曜日',
124
+ descInvalid: '無効なエクスプレッション',
125
+ timeNow: '現在',
126
+ timeMin: '分',
127
+ timeHour: '時間',
128
+ timeDays: '日',
129
+ locale: 'ja-JP',
130
+ };
131
+
132
+ export const content: ToolLocaleContent<CronGeneratorUI> = {
133
+ slug,
134
+ title,
135
+ description,
136
+ ui,
137
+ faqTitle: 'よくある質問',
138
+ faq: faqData,
139
+ bibliographyTitle: 'リファレンスとドキュメント',
140
+ bibliography: [
141
+ {
142
+ name: 'GNU Crontabマニュアル:LinuxにおけるCronエクスプレッション',
143
+ url: 'https://www.gnu.org/software/mcron/manual/html_node/Crontab-file.html',
144
+ },
145
+ {
146
+ name: 'WikipediaのCron:履歴と構文',
147
+ url: 'https://ja.wikipedia.org/wiki/Cron',
148
+ },
149
+ ],
150
+ howTo: howToData,
151
+ schemas: [faqSchema, howToSchema, appSchema],
152
+ seo: [
153
+ {
154
+ type: 'title',
155
+ text: '現代の自動化におけるCronの重要性',
156
+ level: 2,
157
+ },
158
+ {
159
+ type: 'paragraph',
160
+ html: '<em>サーバーレス</em>やクラウドワークフローの時代になっても、<strong>Crontab</strong>システムは世界の技術インフラの根幹であり続けています。小規模なブログから大規模な銀行インフラまで、タスクのスケジューリングはデジタル世界を動かし続けるための不可欠な要素です。',
161
+ },
162
+ {
163
+ type: 'title',
164
+ text: 'Cronエクスプレッションの構造',
165
+ level: 3,
166
+ },
167
+ {
168
+ type: 'list',
169
+ items: [
170
+ '<strong>フィールド1 - 分 (0-59):</strong> 1時間の中のどの分にタスクを開始するかを指定します。',
171
+ '<strong>フィールド2 - 時 (0-23):</strong> 24時間形式で指定する必要があります。',
172
+ '<strong>フィールド3 - 日 (1-31):</strong> カレンダーの特定の日を指定します。',
173
+ '<strong>フィールド4 - 月 (1-12):</strong> 1月から12月までを指定します。',
174
+ '<strong>フィールド5 - 曜日 (0-6):</strong> 通常、0は日曜日を表します。',
175
+ ],
176
+ },
177
+ {
178
+ type: 'title',
179
+ text: '特殊演算子とよくある間違い',
180
+ level: 3,
181
+ },
182
+ {
183
+ type: 'tip',
184
+ html: 'スラッシュ <code>/</code> を使用してステップを定義できます。例えば、分のフィールドに <code>*/5</code> と指定すると、5分ごとに実行されます。カンマ <code>,</code> はリスト(<code>1,3,5</code>)を作成し、ハイフン <code>-</code> は範囲(<code>1-5</code>)を定義します。',
185
+ },
186
+ {
187
+ type: 'paragraph',
188
+ html: '多くのサーバーは <strong>UTC</strong>(協定世界時)で動作しています。ローカルのタイムゾーンで午前2時にタスクをスケジュールすると、予期しない時間に実行される可能性があります。また、Cronは通常の <code>$PATH</code> にアクセスできないため、常に <code>/usr/local/bin/node</code> のような絶対パスを使用してください。',
189
+ },
190
+ ],
191
+ };
192
+
@@ -0,0 +1,192 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { CronGeneratorUI } from '../ui';
4
+
5
+ const slug = 'cron';
6
+ const title = '온라인 Cron 표현식 생성기. 번역 및 시각화 도구';
7
+ const description =
8
+ 'Linux Cron 표현식을 생성하기 위한 무료 시각화 도구입니다. * * * * *을 인간이 이해할 수 있는 언어로 번역하고 다음 5번의 실행 일정을 실시간으로 보여줍니다.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Cron 표현식이란 무엇인가요?',
13
+ answer:
14
+ 'Unix 계열 시스템(Linux, macOS)에서 자동 작업을 위한 실행 일정을 나타내는 텍스트 문자열입니다. 분, 시, 일, 월, 요일을 정의하는 5개의 필드로 구성됩니다.',
15
+ },
16
+ {
17
+ question: '모든 시스템과 호환되나요?',
18
+ answer:
19
+ '네, 생성된 표현식은 POSIX 표준을 따르며 Linux Crontab, macOS cron, AWS CloudWatch 또는 GitHub Actions와 같은 클라우드 서비스와 호환됩니다.',
20
+ },
21
+ {
22
+ question: 'Cron에서 별표(*)는 무엇을 의미하나요?',
23
+ answer:
24
+ '별표는 "모두"를 의미하는 와일드카드입니다. 예를 들어 분 필드에 *가 있으면 작업이 정의된 범위의 매 분마다 실행됨을 의미합니다.',
25
+ },
26
+ {
27
+ question: '향후 실행 일정을 어떻게 확인할 수 있나요?',
28
+ answer:
29
+ '이 도구에는 현재 표현식에 따라 작업이 실행될 다음 5개의 날짜와 시간을 정확하게 보여주는 실시간 뷰어가 포함되어 있습니다.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: '간격 선택',
36
+ text: '빠른 프리셋(매분, 매시간, 매일 등)을 사용하여 작업 실행 빈도를 선택하세요.',
37
+ },
38
+ {
39
+ name: '고급 세부 정보 구성',
40
+ text: '"고급" 탭으로 전환하여 분, 시간 또는 특정 요일을 수동으로 정의하세요.',
41
+ },
42
+ {
43
+ name: '번역 및 날짜 확인',
44
+ text: '인간 언어 설명을 읽고 다음 5번의 실행 일정을 확인하여 스케줄이 올바른지 확인하세요.',
45
+ },
46
+ {
47
+ name: '표현식 복사',
48
+ text: '결과 문자열을 복사하여 crontab 파일이나 서버 구성에 직접 붙여넣으세요.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowToThing> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step, i) => ({
68
+ '@type': 'HowToStep',
69
+ position: i + 1,
70
+ name: step.name,
71
+ text: step.text,
72
+ })),
73
+ };
74
+
75
+ const appSchema: WithContext<SoftwareApplication> = {
76
+ '@context': 'https://schema.org',
77
+ '@type': 'SoftwareApplication',
78
+ name: title,
79
+ description,
80
+ applicationCategory: 'UtilityApplication',
81
+ operatingSystem: 'All',
82
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
83
+ inLanguage: 'ko',
84
+ };
85
+
86
+ const ui: CronGeneratorUI = {
87
+ labelMinute: '분',
88
+ labelHour: '시',
89
+ labelDom: '일 (월)',
90
+ labelMonth: '월',
91
+ labelDow: '요일 (주)',
92
+ tabQuick: '빠른 설정',
93
+ tabAdvanced: '고급 설정',
94
+ fieldMinute: '분 (0-59)',
95
+ fieldHour: '시간 (0-23)',
96
+ fieldDom: '일 (1-31)',
97
+ fieldMonth: '월 (1-12)',
98
+ fieldDow: '요일 (0-6)',
99
+ hintMinute: '예: *, */5, 0,30',
100
+ hintDow: '0 = 일요일, 6 = 토요일',
101
+ labelNextRuns: '다음 실행 일정',
102
+ btnCopy: '표현식 복사',
103
+ btnCopied: '복사됨!',
104
+ msgNoRuns: '합리적인 범위 내에서 예정된 실행 일정을 찾을 수 없습니다.',
105
+ msgError: '날짜 계산 중 오류가 발생했습니다.',
106
+ presetEveryMinute: '매분',
107
+ presetEveryHour: '매시간',
108
+ presetDaily: '매일',
109
+ presetWeekly: '매주',
110
+ presetMonthly: '매월',
111
+ presetYearly: '매년',
112
+ descEveryMinute: '매분 실행',
113
+ descEveryHour: '매시간 정각에 실행',
114
+ descEveryDay: '매일 자정에 실행',
115
+ descPrefix: '실행:',
116
+ descEveryMin: '매분',
117
+ descEveryHourOnDot: '매시간 정각',
118
+ descAtMinute: '매시 {m}분에',
119
+ descAtTime: '{h}:{m}에',
120
+ descOnDay: ' 매월 {d}일에',
121
+ descInMonth: ' {mon}월에',
122
+ descIfDow: ' {d}요일인 경우 (0=일, 6=토)',
123
+ descDays: '일요일,월요일,화요일,수요일,목요일,금요일,토요일',
124
+ descInvalid: '유효하지 않은 표현식',
125
+ timeNow: '지금',
126
+ timeMin: '분',
127
+ timeHour: '시간',
128
+ timeDays: '일',
129
+ locale: 'ko-KR',
130
+ };
131
+
132
+ export const content: ToolLocaleContent<CronGeneratorUI> = {
133
+ slug,
134
+ title,
135
+ description,
136
+ ui,
137
+ faqTitle: '자주 묻는 질문',
138
+ faq: faqData,
139
+ bibliographyTitle: '참조 및 문서',
140
+ bibliography: [
141
+ {
142
+ name: 'GNU Crontab 매뉴얼: Linux의 Cron 표현식',
143
+ url: 'https://www.gnu.org/software/mcron/manual/html_node/Crontab-file.html',
144
+ },
145
+ {
146
+ name: '위키백과 Cron: 역사 및 구문',
147
+ url: 'https://ko.wikipedia.org/wiki/Cron',
148
+ },
149
+ ],
150
+ howTo: howToData,
151
+ schemas: [faqSchema, howToSchema, appSchema],
152
+ seo: [
153
+ {
154
+ type: 'title',
155
+ text: '현대 자동화에서 Cron의 중요성',
156
+ level: 2,
157
+ },
158
+ {
159
+ type: 'paragraph',
160
+ html: '<em>서버리스</em> 서버와 클라우드 워크플로우의 시대에 살고 있음에도 불구하고, <strong>Crontab</strong> 시스템은 여전히 글로벌 기술 인프라의 중추로 남아 있습니다. 소규모 블로그부터 거대한 금융 인프라에 이르기까지 작업 스케줄링은 디지털 세상을 움직이게 하는 핵심입니다.',
161
+ },
162
+ {
163
+ type: 'title',
164
+ text: 'Cron 표현식의 구조',
165
+ level: 3,
166
+ },
167
+ {
168
+ type: 'list',
169
+ items: [
170
+ '<strong>필드 1 - 분 (0-59):</strong> 한 시간 내에서 작업이 시작되는 시점입니다.',
171
+ '<strong>필드 2 - 시간 (0-23):</strong> 24시간 형식이 필요합니다.',
172
+ '<strong>필드 3 - 일 (1-31):</strong> 특정 달력 일자입니다.',
173
+ '<strong>필드 4 - 월 (1-12):</strong> 1월부터 12월까지입니다.',
174
+ '<strong>필드 5 - 요일 (0-6):</strong> 일반적으로 0은 일요일입니다.',
175
+ ],
176
+ },
177
+ {
178
+ type: 'title',
179
+ text: '특수 연산자 및 일반적인 실수',
180
+ level: 3,
181
+ },
182
+ {
183
+ type: 'tip',
184
+ html: '슬래시 <code>/</code>를 사용하여 단계를 정의하세요: 분 필드의 <code>*/5</code>는 5분마다 실행됨을 의미합니다. 쉼표 <code>,</code>는 목록(<code>1,3,5</code>)을 만들고 하이픈 <code>-</code>은 범위(<code>1-5</code>)를 정의합니다.',
185
+ },
186
+ {
187
+ type: 'paragraph',
188
+ html: '서버의 90%는 <strong>UTC</strong>를 기준으로 작동합니다. 지역 시간대로 오전 2시에 작업을 스케줄링하면 예상치 못한 시간에 실행될 수 있습니다. 또한 Cron은 일반적인 <code>$PATH</code>에 액세스할 수 없으므로 항상 <code>/usr/local/bin/node</code>와 같은 절대 경로를 사용해야 합니다.',
189
+ },
190
+ ],
191
+ };
192
+
@@ -0,0 +1,192 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { CronGeneratorUI } from '../ui';
4
+
5
+ const slug = 'cron-expressie-generator';
6
+ const title = 'Online Cron Expressie Generator. Vertaler en Visualizer';
7
+ const description =
8
+ 'Gratis visuele tool om Linux Cron expressies te genereren. Vertaalt * * * * * naar menselijke taal en toont de volgende 5 uitvoeringen in real-time.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Wat is een Cron expressie?',
13
+ answer:
14
+ 'Het is een tekstreeks die een uitvoeringsschema vertegenwoordigt voor automatische taken op Unix-achtige systemen (Linux, macOS). Het bestaat uit 5 velden die minuten, uren, dag van de maand, maand en dag van de week definiëren.',
15
+ },
16
+ {
17
+ question: 'Is het compatibel met alle systemen?',
18
+ answer:
19
+ 'Ja, de gegenereerde expressies volgen de POSIX-standaard, compatibel met Linux Crontab, macOS crons en clouddiensten zoals AWS CloudWatch of GitHub Actions.',
20
+ },
21
+ {
22
+ question: 'Wat betekent het sterretje (*) in Cron?',
23
+ answer:
24
+ 'Het sterretje is een wildcard die "alle" betekent. Bijvoorbeeld, een * in het minutenveld betekent dat de taak elke minuut van het gedefinieerde bereik zal worden uitgevoerd.',
25
+ },
26
+ {
27
+ question: 'Hoe kan ik de komende uitvoeringen controleren?',
28
+ answer:
29
+ 'De tool bevat een real-time viewer die precies de volgende 5 datums en tijden toont waarop uw taak volgens de huidige expressie zal worden uitgevoerd.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: 'Selecteer het interval',
36
+ text: 'Kies hoe vaak u de taak wilt laten uitvoeren met de snelle presets (elke minuut, elk uur, dagelijks, enz.).',
37
+ },
38
+ {
39
+ name: 'Configureer geavanceerde details',
40
+ text: 'Schakel over naar het tabblad "Geavanceerd" om handmatig de exacte minuten, uren of specifieke dagen van de week te definiëren.',
41
+ },
42
+ {
43
+ name: 'Verifieer de vertaling en datums',
44
+ text: 'Lees de beschrijving in menselijke taal en controleer de volgende 5 uitvoeringen om te bevestigen dat het schema correct is.',
45
+ },
46
+ {
47
+ name: 'Kopieer de expressie',
48
+ text: 'Kopieer de resulterende reeks en plak deze rechtstreeks in uw crontab-bestand of serverconfiguratie.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowToThing> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step, i) => ({
68
+ '@type': 'HowToStep',
69
+ position: i + 1,
70
+ name: step.name,
71
+ text: step.text,
72
+ })),
73
+ };
74
+
75
+ const appSchema: WithContext<SoftwareApplication> = {
76
+ '@context': 'https://schema.org',
77
+ '@type': 'SoftwareApplication',
78
+ name: title,
79
+ description,
80
+ applicationCategory: 'UtilityApplication',
81
+ operatingSystem: 'All',
82
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
83
+ inLanguage: 'nl',
84
+ };
85
+
86
+ const ui: CronGeneratorUI = {
87
+ labelMinute: 'Minuut',
88
+ labelHour: 'Uur',
89
+ labelDom: 'Dag (Maand)',
90
+ labelMonth: 'Maand',
91
+ labelDow: 'Dag (Week)',
92
+ tabQuick: 'Snel',
93
+ tabAdvanced: 'Geavanceerd',
94
+ fieldMinute: 'Minuut (0-59)',
95
+ fieldHour: 'Uur (0-23)',
96
+ fieldDom: 'Dag van de maand (1-31)',
97
+ fieldMonth: 'Maand (1-12)',
98
+ fieldDow: 'Dag van de week (0-6)',
99
+ hintMinute: 'Bijv.: *, */5, 0,30',
100
+ hintDow: '0 = Zondag, 6 = Zaterdag',
101
+ labelNextRuns: 'Volgende uitvoeringen',
102
+ btnCopy: 'Kopieer expressie',
103
+ btnCopied: 'Gekopieerd!',
104
+ msgNoRuns: 'Geen komende uitvoeringen gevonden binnen een redelijk bereik.',
105
+ msgError: 'Fout bij het berekenen van datums.',
106
+ presetEveryMinute: 'Elke minuut',
107
+ presetEveryHour: 'Elk uur',
108
+ presetDaily: 'Dagelijks',
109
+ presetWeekly: 'Wekelijks',
110
+ presetMonthly: 'Maandelijks',
111
+ presetYearly: 'Jaarlijks',
112
+ descEveryMinute: 'Wordt elke minuut uitgevoerd',
113
+ descEveryHour: 'Wordt aan het begin van elk uur uitgevoerd',
114
+ descEveryDay: 'Wordt elke dag om middernacht uitgevoerd',
115
+ descPrefix: 'Wordt uitgevoerd',
116
+ descEveryMin: 'elke minuut',
117
+ descEveryHourOnDot: 'elk uur op de stip',
118
+ descAtMinute: 'om minuut {m} van elk uur',
119
+ descAtTime: 'om {h}:{m}',
120
+ descOnDay: ' op dag {d} van de maand',
121
+ descInMonth: ' in maand {mon}',
122
+ descIfDow: ' als het dag {d} is (0=Zon, 6=Zat)',
123
+ descDays: 'Zondag,Maandag,Dinsdag,Woensdag,Donderdag,Vrijdag,Zaterdag',
124
+ descInvalid: 'Ongeldige expressie',
125
+ timeNow: 'nu',
126
+ timeMin: 'min',
127
+ timeHour: 'u',
128
+ timeDays: 'dagen',
129
+ locale: 'nl-NL',
130
+ };
131
+
132
+ export const content: ToolLocaleContent<CronGeneratorUI> = {
133
+ slug,
134
+ title,
135
+ description,
136
+ ui,
137
+ faqTitle: 'Veelgestelde Vragen',
138
+ faq: faqData,
139
+ bibliographyTitle: 'Referenties en Documentatie',
140
+ bibliography: [
141
+ {
142
+ name: 'GNU Crontab Handleiding: Cron expressies op Linux',
143
+ url: 'https://www.gnu.org/software/mcron/manual/html_node/Crontab-file.html',
144
+ },
145
+ {
146
+ name: 'Cron op Wikipedia: Geschiedenis en Syntaxis',
147
+ url: 'https://nl.wikipedia.org/wiki/Cron',
148
+ },
149
+ ],
150
+ howTo: howToData,
151
+ schemas: [faqSchema, howToSchema, appSchema],
152
+ seo: [
153
+ {
154
+ type: 'title',
155
+ text: 'Het belang van Cron in moderne automatisering',
156
+ level: 2,
157
+ },
158
+ {
159
+ type: 'paragraph',
160
+ html: 'Ondanks dat we in het tijdperk van <em>serverless</em> servers en cloudworkflows leven, blijft het <strong>Crontab</strong>-systeem de ruggengraat van de wereldwijde technologie-infrastructur. Van kleine blogs tot enorme bankinfrastructuren, taakplanning is wat de digitale wereld draaiende houdt.',
161
+ },
162
+ {
163
+ type: 'title',
164
+ text: 'Anatomie van een Cron expressie',
165
+ level: 3,
166
+ },
167
+ {
168
+ type: 'list',
169
+ items: [
170
+ '<strong>Veld 1 - Minuut (0-59):</strong> Wanneer de taak binnen het uur begint.',
171
+ '<strong>Veld 2 - Uur (0-23):</strong> 24-uurs formaat vereist.',
172
+ '<strong>Veld 3 - Dag van de maand (1-31):</strong> Specifieke kalenderdag.',
173
+ '<strong>Veld 4 - Maand (1-12):</strong> Van januari tot december.',
174
+ '<strong>Veld 5 - Dag van de week (0-6):</strong> 0 is meestal zondag.',
175
+ ],
176
+ },
177
+ {
178
+ type: 'title',
179
+ text: 'Speciale operatoren en veelvoorkomende fouten',
180
+ level: 3,
181
+ },
182
+ {
183
+ type: 'tip',
184
+ html: 'Gebruik de schuine streep <code>/</code> om stappen te definiëren: <code>*/5</code> in minuten wordt elke 5 minuten uitgevoerd. De komma <code>,</code> maakt lijsten (<code>1,3,5</code>) en het koppelteken <code>-</code> definieert bereiken (<code>1-5</code>).',
185
+ },
186
+ {
187
+ type: 'paragraph',
188
+ html: '90% van de servers draait op <strong>UTC</strong>. Als u een taak plant om 02:00 uur \'s nachts op basis van uw lokale tijdzone, kan deze op een onverwacht tijdstip worden uitgevoerd. Bovendien heeft Cron geen toegang tot uw gebruikelijke <code>$PATH</code> — gebruik altijd absolute paden zoals <code>/usr/local/bin/node</code>.',
189
+ },
190
+ ],
191
+ };
192
+