@candlerip/shared3 0.0.83 → 0.0.85

Sign up to get free protection for your applications and to get access to all the features.
Files changed (322) hide show
  1. package/package.json +1 -1
  2. package/src/database/database-model/index.d.ts +1 -1
  3. package/src/database/database-model/index.js +1 -1
  4. package/src/database/database-model/translation-database-model/domain.d.ts +7 -0
  5. package/src/dictionary/dictionary/config.d.ts +20 -0
  6. package/src/dictionary/dictionary/config.js +116 -0
  7. package/src/dictionary/dictionary/domain.d.ts +4 -0
  8. package/src/dictionary/dictionary/index.d.ts +1 -7
  9. package/src/dictionary/dictionary/index.js +1 -7
  10. package/src/dictionary/index.d.ts +1 -1
  11. package/src/dictionary/index.js +1 -1
  12. package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-cards-dictionary-ids → translation-id/candle-translation-ids/candle-card-translation-ids}/config.d.ts +1 -1
  13. package/src/dictionary/translation-id/candle-translation-ids/candle-card-translation-ids/config.js +10 -0
  14. package/src/dictionary/translation-id/candle-translation-ids/candle-cards-translation-ids/config.d.ts +1 -0
  15. package/src/dictionary/translation-id/candle-translation-ids/candle-cards-translation-ids/config.js +4 -0
  16. package/src/dictionary/translation-id/candle-translation-ids/candle-image-translation-ids/config.d.ts +1 -0
  17. package/src/dictionary/translation-id/candle-translation-ids/candle-image-translation-ids/config.js +3 -0
  18. package/src/dictionary/translation-id/candle-translation-ids/candle-maintenance-translation-ids/config.d.ts +1 -0
  19. package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-maintenance-dictionary-ids → translation-id/candle-translation-ids/candle-maintenance-translation-ids}/config.js +2 -2
  20. package/src/dictionary/translation-id/candle-translation-ids/candles-list-translation-ids/config.d.ts +1 -0
  21. package/src/dictionary/{dictionary-id/candle-dictionary-ids/candles-list-dictionary-ids → translation-id/candle-translation-ids/candles-list-translation-ids}/config.js +4 -4
  22. package/src/dictionary/translation-id/candle-translation-ids/index.d.ts +5 -0
  23. package/src/dictionary/translation-id/candle-translation-ids/index.js +5 -0
  24. package/src/dictionary/translation-id/index.d.ts +5 -0
  25. package/src/dictionary/translation-id/index.js +5 -0
  26. package/src/dictionary/translation-id/page-translation-ids/add-person-page-translation-ids/config.d.ts +1 -0
  27. package/src/dictionary/translation-id/page-translation-ids/add-person-page-translation-ids/config.js +11 -0
  28. package/src/dictionary/translation-id/page-translation-ids/candle-details-page-translation-ids/config.d.ts +1 -0
  29. package/src/dictionary/{dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids → translation-id/page-translation-ids/candle-details-page-translation-ids}/config.js +4 -4
  30. package/src/dictionary/translation-id/page-translation-ids/candles-page-translation-ids/config.d.ts +1 -0
  31. package/src/dictionary/translation-id/page-translation-ids/candles-page-translation-ids/config.js +4 -0
  32. package/src/dictionary/translation-id/page-translation-ids/common-page-translation-ids/config.d.ts +1 -0
  33. package/src/dictionary/{dictionary-id/page-dictionary-ids/common-page-dictionary-ids → translation-id/page-translation-ids/common-page-translation-ids}/config.js +2 -2
  34. package/src/dictionary/translation-id/page-translation-ids/edit-candle-page-translation-ids/config.d.ts +1 -0
  35. package/src/dictionary/translation-id/page-translation-ids/edit-candle-page-translation-ids/config.js +11 -0
  36. package/src/dictionary/translation-id/page-translation-ids/edit-person-page-translation-ids/config.d.ts +1 -0
  37. package/src/dictionary/translation-id/page-translation-ids/edit-person-page-translation-ids/config.js +10 -0
  38. package/src/dictionary/translation-id/page-translation-ids/index.d.ts +10 -0
  39. package/src/dictionary/translation-id/page-translation-ids/index.js +10 -0
  40. package/src/dictionary/translation-id/page-translation-ids/person-candles-page-translation-ids/config.d.ts +1 -0
  41. package/src/dictionary/translation-id/page-translation-ids/person-candles-page-translation-ids/config.js +14 -0
  42. package/src/dictionary/translation-id/page-translation-ids/person-details-page-translation-ids/config.d.ts +1 -0
  43. package/src/dictionary/{dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids → translation-id/page-translation-ids/person-details-page-translation-ids}/config.js +4 -4
  44. package/src/dictionary/translation-id/page-translation-ids/persons-map-page-translation-ids/config.d.ts +1 -0
  45. package/src/dictionary/translation-id/page-translation-ids/persons-map-page-translation-ids/config.js +3 -0
  46. package/src/dictionary/translation-id/page-translation-ids/persons-page-translation-ids/config.d.ts +1 -0
  47. package/src/dictionary/{dictionary-id/page-dictionary-ids/persons-page-dictionary-ids → translation-id/page-translation-ids/persons-page-translation-ids}/config.js +4 -4
  48. package/src/dictionary/translation-id/person-translation-ids/index.d.ts +5 -0
  49. package/src/dictionary/translation-id/person-translation-ids/index.js +5 -0
  50. package/src/dictionary/{dictionary-id/person-dictionary-ids/person-cards-dictionary-ids → translation-id/person-translation-ids/person-card-translation-ids}/config.d.ts +1 -1
  51. package/src/dictionary/translation-id/person-translation-ids/person-card-translation-ids/config.js +4 -0
  52. package/src/dictionary/translation-id/person-translation-ids/person-cards-translation-ids/config.d.ts +1 -0
  53. package/src/dictionary/translation-id/person-translation-ids/person-cards-translation-ids/config.js +4 -0
  54. package/src/dictionary/translation-id/person-translation-ids/person-image-translation-ids/config.d.ts +1 -0
  55. package/src/dictionary/translation-id/person-translation-ids/person-image-translation-ids/config.js +3 -0
  56. package/src/dictionary/translation-id/person-translation-ids/person-maintenance-translation-ids/config.d.ts +1 -0
  57. package/src/dictionary/{dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids → translation-id/person-translation-ids/person-maintenance-translation-ids}/config.js +2 -2
  58. package/src/dictionary/translation-id/person-translation-ids/persons-list-translation-ids/config.d.ts +1 -0
  59. package/src/dictionary/{dictionary-id/person-dictionary-ids/persons-list-dictionary-ids → translation-id/person-translation-ids/persons-list-translation-ids}/config.js +4 -4
  60. package/src/dictionary/translation-id/time-translation-ids/index.d.ts +1 -0
  61. package/src/dictionary/translation-id/time-translation-ids/index.js +1 -0
  62. package/src/dictionary/translation-id/time-translation-ids/time-abbreviation-translation-ids/config.d.ts +1 -0
  63. package/src/dictionary/translation-id/time-translation-ids/time-abbreviation-translation-ids/config.js +3 -0
  64. package/src/dictionary/translation-id/translation-id/config.d.ts +1 -0
  65. package/src/dictionary/{dictionary-id/dictionary-id → translation-id/translation-id}/config.js +1 -1
  66. package/src/dictionary/translation-id/translation-id/domain.d.ts +2 -0
  67. package/src/ssr/server-side-props/add-candle-page-server-side-props/domain.d.ts +2 -2
  68. package/src/ssr/server-side-props/contact-page-server-side-props/domain.d.ts +2 -2
  69. package/src/ssr/server-side-props/cookie-policy-page-server-side-props/domain.d.ts +2 -2
  70. package/src/ssr/server-side-props/help-page-server-side-props/domain.d.ts +2 -2
  71. package/src/ssr/server-side-props/terms-and-conditions-page-server-side-props/domain.d.ts +2 -2
  72. package/src/database/database-model/dictionary-database-model/domain.d.ts +0 -7
  73. package/src/dictionary/dictionary/candle-dictionary/candle-card-dictionary/domain.d.ts +0 -10
  74. package/src/dictionary/dictionary/candle-dictionary/candle-card-dictionary/index.d.ts +0 -1
  75. package/src/dictionary/dictionary/candle-dictionary/candle-card-dictionary/index.js +0 -1
  76. package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/domain.d.ts +0 -4
  77. package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/domain.js +0 -1
  78. package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/index.d.ts +0 -1
  79. package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/index.js +0 -1
  80. package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/domain.d.ts +0 -3
  81. package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/domain.js +0 -1
  82. package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/index.d.ts +0 -1
  83. package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/index.js +0 -1
  84. package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/domain.d.ts +0 -23
  85. package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/domain.js +0 -1
  86. package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/index.d.ts +0 -1
  87. package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/index.js +0 -1
  88. package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/domain.d.ts +0 -19
  89. package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/domain.js +0 -1
  90. package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/index.d.ts +0 -1
  91. package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/index.js +0 -1
  92. package/src/dictionary/dictionary/candle-dictionary/index.d.ts +0 -5
  93. package/src/dictionary/dictionary/candle-dictionary/index.js +0 -5
  94. package/src/dictionary/dictionary/country-dictionary/domain.d.ts +0 -5
  95. package/src/dictionary/dictionary/country-dictionary/domain.js +0 -1
  96. package/src/dictionary/dictionary/country-dictionary/index.d.ts +0 -1
  97. package/src/dictionary/dictionary/country-dictionary/index.js +0 -1
  98. package/src/dictionary/dictionary/drop-zone-dictionary/domain.d.ts +0 -12
  99. package/src/dictionary/dictionary/drop-zone-dictionary/domain.js +0 -1
  100. package/src/dictionary/dictionary/drop-zone-dictionary/index.d.ts +0 -1
  101. package/src/dictionary/dictionary/drop-zone-dictionary/index.js +0 -1
  102. package/src/dictionary/dictionary/filter-sort-dictionary/index.d.ts +0 -1
  103. package/src/dictionary/dictionary/filter-sort-dictionary/index.js +0 -1
  104. package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/domain.d.ts +0 -8
  105. package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/domain.js +0 -1
  106. package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/index.d.ts +0 -1
  107. package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/index.js +0 -1
  108. package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/domain.d.ts +0 -12
  109. package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/domain.js +0 -1
  110. package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/index.d.ts +0 -1
  111. package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/index.js +0 -1
  112. package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/domain.d.ts +0 -9
  113. package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/domain.js +0 -1
  114. package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/index.d.ts +0 -1
  115. package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/index.js +0 -1
  116. package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/domain.d.ts +0 -49
  117. package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/domain.js +0 -1
  118. package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/index.d.ts +0 -1
  119. package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/index.js +0 -1
  120. package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/domain.d.ts +0 -5
  121. package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/domain.js +0 -1
  122. package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/index.d.ts +0 -1
  123. package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/index.js +0 -1
  124. package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/domain.d.ts +0 -47
  125. package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/domain.js +0 -1
  126. package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/index.d.ts +0 -1
  127. package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/index.js +0 -1
  128. package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/domain.d.ts +0 -36
  129. package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/domain.js +0 -1
  130. package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/index.d.ts +0 -1
  131. package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/index.js +0 -1
  132. package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/domain.d.ts +0 -21
  133. package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/domain.js +0 -1
  134. package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/index.d.ts +0 -1
  135. package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/index.js +0 -1
  136. package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/domain.d.ts +0 -8
  137. package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/domain.js +0 -1
  138. package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/index.d.ts +0 -1
  139. package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/index.js +0 -1
  140. package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/domain.d.ts +0 -9
  141. package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/domain.js +0 -1
  142. package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/index.d.ts +0 -1
  143. package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/index.js +0 -1
  144. package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/domain.d.ts +0 -25
  145. package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/domain.js +0 -1
  146. package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/index.d.ts +0 -1
  147. package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/index.js +0 -1
  148. package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/domain.d.ts +0 -38
  149. package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/domain.js +0 -1
  150. package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/index.d.ts +0 -1
  151. package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/index.js +0 -1
  152. package/src/dictionary/dictionary/page-dictionary/index.d.ts +0 -17
  153. package/src/dictionary/dictionary/page-dictionary/index.js +0 -17
  154. package/src/dictionary/dictionary/page-dictionary/page-dictionary/domain.d.ts +0 -7
  155. package/src/dictionary/dictionary/page-dictionary/page-dictionary/domain.js +0 -1
  156. package/src/dictionary/dictionary/page-dictionary/page-dictionary/index.d.ts +0 -1
  157. package/src/dictionary/dictionary/page-dictionary/page-dictionary/index.js +0 -1
  158. package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/domain.d.ts +0 -13
  159. package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/domain.js +0 -1
  160. package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/index.d.ts +0 -1
  161. package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/index.js +0 -1
  162. package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/domain.d.ts +0 -48
  163. package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/domain.js +0 -1
  164. package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/index.d.ts +0 -1
  165. package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/index.js +0 -1
  166. package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/domain.d.ts +0 -7
  167. package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/domain.js +0 -1
  168. package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/index.d.ts +0 -1
  169. package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/index.js +0 -1
  170. package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/domain.d.ts +0 -11
  171. package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/domain.js +0 -1
  172. package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/index.d.ts +0 -1
  173. package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/index.js +0 -1
  174. package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/domain.d.ts +0 -23
  175. package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/domain.js +0 -1
  176. package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/index.d.ts +0 -1
  177. package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/index.js +0 -1
  178. package/src/dictionary/dictionary/person-dictionary/index.d.ts +0 -5
  179. package/src/dictionary/dictionary/person-dictionary/index.js +0 -5
  180. package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/domain.d.ts +0 -7
  181. package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/domain.js +0 -1
  182. package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/index.d.ts +0 -1
  183. package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/index.js +0 -1
  184. package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/domain.d.ts +0 -4
  185. package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/domain.js +0 -1
  186. package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/index.d.ts +0 -1
  187. package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/index.js +0 -1
  188. package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/domain.d.ts +0 -5
  189. package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/domain.js +0 -1
  190. package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/index.d.ts +0 -1
  191. package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/index.js +0 -1
  192. package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/domain.d.ts +0 -33
  193. package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/domain.js +0 -1
  194. package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/index.d.ts +0 -1
  195. package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/index.js +0 -1
  196. package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/domain.d.ts +0 -29
  197. package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/domain.js +0 -1
  198. package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/index.d.ts +0 -1
  199. package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/index.js +0 -1
  200. package/src/dictionary/dictionary/time-dictionary/index.d.ts +0 -1
  201. package/src/dictionary/dictionary/time-dictionary/index.js +0 -1
  202. package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/domain.d.ts +0 -5
  203. package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/domain.js +0 -1
  204. package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/index.d.ts +0 -1
  205. package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/index.js +0 -1
  206. package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-card-dictionary-ids/config.d.ts +0 -1
  207. package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-card-dictionary-ids/config.js +0 -10
  208. package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-cards-dictionary-ids/config.js +0 -4
  209. package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-image-dictionary-ids/config.d.ts +0 -1
  210. package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-image-dictionary-ids/config.js +0 -3
  211. package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-maintenance-dictionary-ids/config.d.ts +0 -1
  212. package/src/dictionary/dictionary-id/candle-dictionary-ids/candles-list-dictionary-ids/config.d.ts +0 -1
  213. package/src/dictionary/dictionary-id/candle-dictionary-ids/index.d.ts +0 -5
  214. package/src/dictionary/dictionary-id/candle-dictionary-ids/index.js +0 -5
  215. package/src/dictionary/dictionary-id/dictionary-id/config.d.ts +0 -1
  216. package/src/dictionary/dictionary-id/dictionary-id/domain.d.ts +0 -2
  217. package/src/dictionary/dictionary-id/index.d.ts +0 -5
  218. package/src/dictionary/dictionary-id/index.js +0 -5
  219. package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.d.ts +0 -1
  220. package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.js +0 -11
  221. package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.d.ts +0 -1
  222. package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.js +0 -11
  223. package/src/dictionary/dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids/config.d.ts +0 -1
  224. package/src/dictionary/dictionary-id/page-dictionary-ids/candles-page-dictionary-ids/config.d.ts +0 -1
  225. package/src/dictionary/dictionary-id/page-dictionary-ids/candles-page-dictionary-ids/config.js +0 -4
  226. package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.d.ts +0 -1
  227. package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.d.ts +0 -1
  228. package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.js +0 -19
  229. package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.d.ts +0 -1
  230. package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.js +0 -10
  231. package/src/dictionary/dictionary-id/page-dictionary-ids/edit-candle-page-dictionary-ids/config.d.ts +0 -1
  232. package/src/dictionary/dictionary-id/page-dictionary-ids/edit-candle-page-dictionary-ids/config.js +0 -11
  233. package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.d.ts +0 -1
  234. package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.js +0 -10
  235. package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.d.ts +0 -1
  236. package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.js +0 -20
  237. package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.d.ts +0 -1
  238. package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.js +0 -36
  239. package/src/dictionary/dictionary-id/page-dictionary-ids/index.d.ts +0 -16
  240. package/src/dictionary/dictionary-id/page-dictionary-ids/index.js +0 -16
  241. package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.d.ts +0 -1
  242. package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.js +0 -14
  243. package/src/dictionary/dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids/config.d.ts +0 -1
  244. package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.d.ts +0 -1
  245. package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.js +0 -3
  246. package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.d.ts +0 -1
  247. package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.d.ts +0 -1
  248. package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.js +0 -18
  249. package/src/dictionary/dictionary-id/person-dictionary-ids/index.d.ts +0 -5
  250. package/src/dictionary/dictionary-id/person-dictionary-ids/index.js +0 -5
  251. package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/config.d.ts +0 -1
  252. package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/config.js +0 -4
  253. package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/index.d.ts +0 -1
  254. package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/index.js +0 -1
  255. package/src/dictionary/dictionary-id/person-dictionary-ids/person-cards-dictionary-ids/config.js +0 -4
  256. package/src/dictionary/dictionary-id/person-dictionary-ids/person-cards-dictionary-ids/index.d.ts +0 -1
  257. package/src/dictionary/dictionary-id/person-dictionary-ids/person-cards-dictionary-ids/index.js +0 -1
  258. package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/config.d.ts +0 -1
  259. package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/config.js +0 -3
  260. package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/index.d.ts +0 -1
  261. package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/index.js +0 -1
  262. package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/config.d.ts +0 -1
  263. package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/index.d.ts +0 -1
  264. package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/index.js +0 -1
  265. package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.d.ts +0 -1
  266. package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/index.d.ts +0 -1
  267. package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/index.js +0 -1
  268. package/src/dictionary/dictionary-id/time-dictionary-ids/index.d.ts +0 -1
  269. package/src/dictionary/dictionary-id/time-dictionary-ids/index.js +0 -1
  270. package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/config.d.ts +0 -1
  271. package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/config.js +0 -3
  272. package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/index.d.ts +0 -1
  273. package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/index.js +0 -1
  274. /package/src/database/database-model/{dictionary-database-model → translation-database-model}/domain.js +0 -0
  275. /package/src/database/database-model/{dictionary-database-model → translation-database-model}/index.d.ts +0 -0
  276. /package/src/database/database-model/{dictionary-database-model → translation-database-model}/index.js +0 -0
  277. /package/src/dictionary/{dictionary-id/dictionary-id → dictionary}/domain.js +0 -0
  278. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-card-dictionary-ids → translation-id/candle-translation-ids/candle-card-translation-ids}/index.d.ts +0 -0
  279. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-card-dictionary-ids → translation-id/candle-translation-ids/candle-card-translation-ids}/index.js +0 -0
  280. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-cards-dictionary-ids → translation-id/candle-translation-ids/candle-cards-translation-ids}/index.d.ts +0 -0
  281. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-cards-dictionary-ids → translation-id/candle-translation-ids/candle-cards-translation-ids}/index.js +0 -0
  282. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-image-dictionary-ids → translation-id/candle-translation-ids/candle-image-translation-ids}/index.d.ts +0 -0
  283. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-image-dictionary-ids → translation-id/candle-translation-ids/candle-image-translation-ids}/index.js +0 -0
  284. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-maintenance-dictionary-ids → translation-id/candle-translation-ids/candle-maintenance-translation-ids}/index.d.ts +0 -0
  285. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candle-maintenance-dictionary-ids → translation-id/candle-translation-ids/candle-maintenance-translation-ids}/index.js +0 -0
  286. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candles-list-dictionary-ids → translation-id/candle-translation-ids/candles-list-translation-ids}/index.d.ts +0 -0
  287. /package/src/dictionary/{dictionary-id/candle-dictionary-ids/candles-list-dictionary-ids → translation-id/candle-translation-ids/candles-list-translation-ids}/index.js +0 -0
  288. /package/src/dictionary/{dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids → translation-id/page-translation-ids/add-person-page-translation-ids}/index.d.ts +0 -0
  289. /package/src/dictionary/{dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids → translation-id/page-translation-ids/add-person-page-translation-ids}/index.js +0 -0
  290. /package/src/dictionary/{dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids → translation-id/page-translation-ids/candle-details-page-translation-ids}/index.d.ts +0 -0
  291. /package/src/dictionary/{dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids → translation-id/page-translation-ids/candle-details-page-translation-ids}/index.js +0 -0
  292. /package/src/dictionary/{dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids → translation-id/page-translation-ids/candles-page-translation-ids}/index.d.ts +0 -0
  293. /package/src/dictionary/{dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids → translation-id/page-translation-ids/candles-page-translation-ids}/index.js +0 -0
  294. /package/src/dictionary/{dictionary-id/page-dictionary-ids/candles-page-dictionary-ids → translation-id/page-translation-ids/common-page-translation-ids}/index.d.ts +0 -0
  295. /package/src/dictionary/{dictionary-id/page-dictionary-ids/candles-page-dictionary-ids → translation-id/page-translation-ids/common-page-translation-ids}/index.js +0 -0
  296. /package/src/dictionary/{dictionary-id/page-dictionary-ids/common-page-dictionary-ids → translation-id/page-translation-ids/edit-candle-page-translation-ids}/index.d.ts +0 -0
  297. /package/src/dictionary/{dictionary-id/page-dictionary-ids/common-page-dictionary-ids → translation-id/page-translation-ids/edit-candle-page-translation-ids}/index.js +0 -0
  298. /package/src/dictionary/{dictionary-id/page-dictionary-ids/contact-page-dictionary-ids → translation-id/page-translation-ids/edit-person-page-translation-ids}/index.d.ts +0 -0
  299. /package/src/dictionary/{dictionary-id/page-dictionary-ids/contact-page-dictionary-ids → translation-id/page-translation-ids/edit-person-page-translation-ids}/index.js +0 -0
  300. /package/src/dictionary/{dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids → translation-id/page-translation-ids/person-candles-page-translation-ids}/index.d.ts +0 -0
  301. /package/src/dictionary/{dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids → translation-id/page-translation-ids/person-candles-page-translation-ids}/index.js +0 -0
  302. /package/src/dictionary/{dictionary-id/page-dictionary-ids/edit-candle-page-dictionary-ids → translation-id/page-translation-ids/person-details-page-translation-ids}/index.d.ts +0 -0
  303. /package/src/dictionary/{dictionary-id/page-dictionary-ids/edit-candle-page-dictionary-ids → translation-id/page-translation-ids/person-details-page-translation-ids}/index.js +0 -0
  304. /package/src/dictionary/{dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids → translation-id/page-translation-ids/persons-map-page-translation-ids}/index.d.ts +0 -0
  305. /package/src/dictionary/{dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids → translation-id/page-translation-ids/persons-map-page-translation-ids}/index.js +0 -0
  306. /package/src/dictionary/{dictionary-id/page-dictionary-ids/help-page-dictionary-ids → translation-id/page-translation-ids/persons-page-translation-ids}/index.d.ts +0 -0
  307. /package/src/dictionary/{dictionary-id/page-dictionary-ids/help-page-dictionary-ids → translation-id/page-translation-ids/persons-page-translation-ids}/index.js +0 -0
  308. /package/src/dictionary/{dictionary-id/page-dictionary-ids/home-page-dictionary-ids → translation-id/person-translation-ids/person-card-translation-ids}/index.d.ts +0 -0
  309. /package/src/dictionary/{dictionary-id/page-dictionary-ids/home-page-dictionary-ids → translation-id/person-translation-ids/person-card-translation-ids}/index.js +0 -0
  310. /package/src/dictionary/{dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids → translation-id/person-translation-ids/person-cards-translation-ids}/index.d.ts +0 -0
  311. /package/src/dictionary/{dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids → translation-id/person-translation-ids/person-cards-translation-ids}/index.js +0 -0
  312. /package/src/dictionary/{dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids → translation-id/person-translation-ids/person-image-translation-ids}/index.d.ts +0 -0
  313. /package/src/dictionary/{dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids → translation-id/person-translation-ids/person-image-translation-ids}/index.js +0 -0
  314. /package/src/dictionary/{dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids → translation-id/person-translation-ids/person-maintenance-translation-ids}/index.d.ts +0 -0
  315. /package/src/dictionary/{dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids → translation-id/person-translation-ids/person-maintenance-translation-ids}/index.js +0 -0
  316. /package/src/dictionary/{dictionary-id/page-dictionary-ids/persons-page-dictionary-ids → translation-id/person-translation-ids/persons-list-translation-ids}/index.d.ts +0 -0
  317. /package/src/dictionary/{dictionary-id/page-dictionary-ids/persons-page-dictionary-ids → translation-id/person-translation-ids/persons-list-translation-ids}/index.js +0 -0
  318. /package/src/dictionary/{dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids → translation-id/time-translation-ids/time-abbreviation-translation-ids}/index.d.ts +0 -0
  319. /package/src/dictionary/{dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids → translation-id/time-translation-ids/time-abbreviation-translation-ids}/index.js +0 -0
  320. /package/src/dictionary/{dictionary/candle-dictionary/candle-card-dictionary → translation-id/translation-id}/domain.js +0 -0
  321. /package/src/dictionary/{dictionary-id/dictionary-id → translation-id/translation-id}/index.d.ts +0 -0
  322. /package/src/dictionary/{dictionary-id/dictionary-id → translation-id/translation-id}/index.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -4,4 +4,4 @@ export * from './country-database-model/index.js';
4
4
  export * from './error-log-database-model/index.js';
5
5
  export * from './person-database-model/index.js';
6
6
  export * from './person-image-database-model/index.js';
7
- export * from './dictionary-database-model/index.js';
7
+ export * from './translation-database-model/index.js';
@@ -4,4 +4,4 @@ export * from './country-database-model/index.js';
4
4
  export * from './error-log-database-model/index.js';
5
5
  export * from './person-database-model/index.js';
6
6
  export * from './person-image-database-model/index.js';
7
- export * from './dictionary-database-model/index.js';
7
+ export * from './translation-database-model/index.js';
@@ -0,0 +1,7 @@
1
+ import { TranslationId } from '../../../dictionary/index.js';
2
+ export interface Translation {
3
+ _id: string;
4
+ id: TranslationId;
5
+ hu: string;
6
+ en: string;
7
+ }
@@ -0,0 +1,20 @@
1
+ export declare const DICTIONARY_CONFIG: {
2
+ readonly 'add-candle-page': {
3
+ readonly translationIds: readonly ["personCandles", "auth.candleLitWarning", "reset", "candle.description", "formMaxLengthError", "formRequiredError", "litName", "lightTheCandle", "add-candle-page.maintenance.submitError", "add-candle-page.maintenance.submitSuccess", "add-candle-page"];
4
+ };
5
+ readonly 'contact-page': {
6
+ readonly translationIds: readonly ["contact-page.infoTitle", "contact-page.sendMessage.submitError", "contact-page.sendMessage.submitSuccess", "contact-page.sendMessageTitle", "contact-page", "email", "formInvalidEmailError", "formInvalidText", "formRequiredError", "reset", "send", "message", "name", "subject", "facebook"];
7
+ };
8
+ readonly 'cookie-policy-page': {
9
+ readonly translationIds: readonly ["acceptAll", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookie-policy-page"];
10
+ };
11
+ readonly 'help-page': {
12
+ readonly translationIds: readonly ["help-page", "help-page.intro", "persons", "help-page.personsParagraph", "help-page.addPersonTitle", "help-page.addPersonRule1", "help-page.addPersonRule2", "help-page.addPersonRule3", "help-page.addPersonRule4", "candles", "help-page.candlesParagraph1", "help-page.candlesParagraph2", "help-page.candlesParagraph3", "help-page.lightACandleTitle", "help-page.lightACandleRule1", "help-page.lightACandleRule2"];
13
+ };
14
+ readonly 'home-page': {
15
+ readonly translationIds: readonly ["lightACandle", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "candles", "home-page.lastLitCandles", "burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "persons", "home-page.lastUploadedPersons", "auth.cannotBeChangedLaterWarning", "more", "reset", "add-candle-page.maintenance.submitError", "lightTheCandle", "add-candle-page.maintenance.submitSuccess", "formMaxLengthError", "person.name", "formRequiredError", "litName", "burnedCandles", "burningCandles", "candles", "persons", "home-page.statistics", "add-person-page", "auth.cannotBeChangedLaterWarning", "home-page.welcome.description1", "home-page.welcome.description2", "home-page.welcome", "persons-map-page", "home-page.proposal"];
16
+ };
17
+ readonly 'terms-and-conditions-page': {
18
+ readonly translationIds: readonly ["terms-and-conditions-page.intro", "terms-and-conditions-page.conditionsOfUseTitle", "terms-and-conditions-page.conditionsOfUseParagraph", "terms-and-conditions-page.intellectualPropertyTitle", "terms-and-conditions-page.intellectualPropertyParagraph", "terms-and-conditions-page.userAccountsTitle", "terms-and-conditions-page.userAccountsParagraph", "terms-and-conditions-page.applicableLawTitle", "terms-and-conditions-page.applicableLawParagraph", "terms-and-conditions-page.disputesTitle", "terms-and-conditions-page.disputesParagraph", "terms-and-conditions-page.limitationAndLiabilityTitle", "terms-and-conditions-page.limitationAndLiabilityParagraph", "terms-and-conditions-page"];
19
+ };
20
+ };
@@ -0,0 +1,116 @@
1
+ import { CANDLE_CARDS_TRANSLATION_IDS, CANDLE_MAINTENANCE_TRANSLATION_IDS, PERSON_CARDS_TRANSLATION_IDS, PERSON_IMAGE_TRANSLATION_IDS, } from '../translation-id/index.js';
2
+ export const DICTIONARY_CONFIG = {
3
+ 'add-candle-page': {
4
+ translationIds: [
5
+ 'personCandles',
6
+ ...CANDLE_MAINTENANCE_TRANSLATION_IDS,
7
+ 'lightTheCandle',
8
+ 'add-candle-page.maintenance.submitError',
9
+ 'add-candle-page.maintenance.submitSuccess',
10
+ 'add-candle-page',
11
+ ],
12
+ },
13
+ 'contact-page': {
14
+ translationIds: [
15
+ 'contact-page.infoTitle',
16
+ 'contact-page.sendMessage.submitError',
17
+ 'contact-page.sendMessage.submitSuccess',
18
+ 'contact-page.sendMessageTitle',
19
+ 'contact-page',
20
+ 'email',
21
+ 'formInvalidEmailError',
22
+ 'formInvalidText',
23
+ 'formRequiredError',
24
+ 'reset',
25
+ 'send',
26
+ 'message',
27
+ 'name',
28
+ 'subject',
29
+ 'facebook',
30
+ ],
31
+ },
32
+ 'cookie-policy-page': {
33
+ translationIds: [
34
+ 'acceptAll',
35
+ 'rejectAll',
36
+ 'save',
37
+ 'cookieConsentForm.description',
38
+ 'cookieConsentForm.languageFormDescription',
39
+ 'cookie-policy-page',
40
+ ],
41
+ },
42
+ 'help-page': {
43
+ translationIds: [
44
+ 'help-page',
45
+ 'help-page.intro',
46
+ 'persons',
47
+ 'help-page.personsParagraph',
48
+ 'help-page.addPersonTitle',
49
+ 'help-page.addPersonRule1',
50
+ 'help-page.addPersonRule2',
51
+ 'help-page.addPersonRule3',
52
+ 'help-page.addPersonRule4',
53
+ 'candles',
54
+ 'help-page.candlesParagraph1',
55
+ 'help-page.candlesParagraph2',
56
+ 'help-page.candlesParagraph3',
57
+ 'help-page.lightACandleTitle',
58
+ 'help-page.lightACandleRule1',
59
+ 'help-page.lightACandleRule2',
60
+ ],
61
+ },
62
+ 'home-page': {
63
+ translationIds: [
64
+ 'lightACandle',
65
+ ...PERSON_IMAGE_TRANSLATION_IDS,
66
+ ...CANDLE_CARDS_TRANSLATION_IDS,
67
+ 'candles',
68
+ 'home-page.lastLitCandles',
69
+ ...PERSON_CARDS_TRANSLATION_IDS,
70
+ 'persons',
71
+ 'home-page.lastUploadedPersons',
72
+ 'auth.cannotBeChangedLaterWarning',
73
+ 'more',
74
+ 'reset',
75
+ 'add-candle-page.maintenance.submitError',
76
+ 'lightTheCandle',
77
+ 'add-candle-page.maintenance.submitSuccess',
78
+ 'formMaxLengthError',
79
+ 'person.name',
80
+ 'formRequiredError',
81
+ 'litName',
82
+ 'burnedCandles',
83
+ 'burningCandles',
84
+ 'candles',
85
+ 'persons',
86
+ 'home-page.statistics',
87
+ 'add-person-page',
88
+ 'auth.cannotBeChangedLaterWarning',
89
+ 'home-page.welcome.description1',
90
+ 'home-page.welcome.description2',
91
+ 'home-page.welcome',
92
+ 'persons-map-page',
93
+ 'home-page.proposal',
94
+ ],
95
+ },
96
+ 'terms-and-conditions-page': {
97
+ translationIds: [
98
+ 'terms-and-conditions-page.intro',
99
+ 'terms-and-conditions-page.conditionsOfUseTitle',
100
+ 'terms-and-conditions-page.conditionsOfUseParagraph',
101
+ 'terms-and-conditions-page.intellectualPropertyTitle',
102
+ 'terms-and-conditions-page.intellectualPropertyParagraph',
103
+ 'terms-and-conditions-page.userAccountsTitle',
104
+ 'terms-and-conditions-page.userAccountsParagraph',
105
+ 'terms-and-conditions-page.applicableLawTitle',
106
+ 'terms-and-conditions-page.applicableLawParagraph',
107
+ 'terms-and-conditions-page.disputesTitle',
108
+ 'terms-and-conditions-page.disputesParagraph',
109
+ 'terms-and-conditions-page.limitationAndLiabilityTitle',
110
+ 'terms-and-conditions-page.limitationAndLiabilityParagraph',
111
+ 'terms-and-conditions-page',
112
+ ],
113
+ },
114
+ };
115
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
116
+ const CHECK = DICTIONARY_CONFIG;
@@ -0,0 +1,4 @@
1
+ import { TranslationId } from '../translation-id/index.js';
2
+ export type Dictionary = {
3
+ [key in TranslationId]: string;
4
+ };
@@ -1,7 +1 @@
1
- export * from './candle-dictionary/index.js';
2
- export * from './country-dictionary/index.js';
3
- export * from './drop-zone-dictionary/index.js';
4
- export * from './filter-sort-dictionary/index.js';
5
- export * from './page-dictionary/index.js';
6
- export * from './person-dictionary/index.js';
7
- export * from './time-dictionary/index.js';
1
+ export * from './domain.js';
@@ -1,7 +1 @@
1
- export * from './candle-dictionary/index.js';
2
- export * from './country-dictionary/index.js';
3
- export * from './drop-zone-dictionary/index.js';
4
- export * from './filter-sort-dictionary/index.js';
5
- export * from './page-dictionary/index.js';
6
- export * from './person-dictionary/index.js';
7
- export * from './time-dictionary/index.js';
1
+ export * from './domain.js';
@@ -1,3 +1,3 @@
1
1
  export * from './dictionary/index.js';
2
2
  export * from './language/index.js';
3
- export * from './dictionary-id/index.js';
3
+ export * from './translation-id/index.js';
@@ -1,3 +1,3 @@
1
1
  export * from './dictionary/index.js';
2
2
  export * from './language/index.js';
3
- export * from './dictionary-id/index.js';
3
+ export * from './translation-id/index.js';
@@ -1 +1 @@
1
- export declare const CANDLE_CARDS_DICTIONARY_IDS: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute"];
1
+ export declare const CANDLE_CARD_TRANSLATION_IDS: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute"];
@@ -0,0 +1,10 @@
1
+ import { TIME_ABBREVIATION_TRANSLATION_IDS } from '../../time-translation-ids/index.js';
2
+ import { CANDLE_IMAGE_TRANSLATION_IDS } from '../candle-image-translation-ids/index.js';
3
+ export const CANDLE_CARD_TRANSLATION_IDS = [
4
+ ...CANDLE_IMAGE_TRANSLATION_IDS,
5
+ 'burnedOutCandle',
6
+ 'burnsSoFar',
7
+ ...TIME_ABBREVIATION_TRANSLATION_IDS,
8
+ ];
9
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
10
+ const CHECK = CANDLE_CARD_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const CANDLE_CARDS_TRANSLATION_IDS: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute"];
@@ -0,0 +1,4 @@
1
+ import { CANDLE_CARD_TRANSLATION_IDS } from '../candle-card-translation-ids/index.js';
2
+ export const CANDLE_CARDS_TRANSLATION_IDS = [...CANDLE_CARD_TRANSLATION_IDS];
3
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
4
+ const CHECK = CANDLE_CARDS_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const CANDLE_IMAGE_TRANSLATION_IDS: readonly ["imageCannotBeLoaded"];
@@ -0,0 +1,3 @@
1
+ export const CANDLE_IMAGE_TRANSLATION_IDS = ['imageCannotBeLoaded'];
2
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
3
+ const CHECK = CANDLE_IMAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const CANDLE_MAINTENANCE_TRANSLATION_IDS: readonly ["auth.candleLitWarning", "reset", "candle.description", "formMaxLengthError", "formRequiredError", "litName"];
@@ -1,4 +1,4 @@
1
- export const CANDLE_MAINTENANCE_DICTIONARY_IDS = [
1
+ export const CANDLE_MAINTENANCE_TRANSLATION_IDS = [
2
2
  'auth.candleLitWarning',
3
3
  'reset',
4
4
  'candle.description',
@@ -7,4 +7,4 @@ export const CANDLE_MAINTENANCE_DICTIONARY_IDS = [
7
7
  'litName',
8
8
  ];
9
9
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
10
- const CHECK = CANDLE_MAINTENANCE_DICTIONARY_IDS;
10
+ const CHECK = CANDLE_MAINTENANCE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const CANDLES_LIST_TRANSLATION_IDS: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort"];
@@ -1,6 +1,6 @@
1
- import { CANDLE_CARDS_DICTIONARY_IDS } from '../candle-cards-dictionary-ids/index.js';
2
- export const CANDLES_LIST_DICTIONARY_IDS = [
3
- ...CANDLE_CARDS_DICTIONARY_IDS,
1
+ import { CANDLE_CARDS_TRANSLATION_IDS } from '../candle-cards-translation-ids/index.js';
2
+ export const CANDLES_LIST_TRANSLATION_IDS = [
3
+ ...CANDLE_CARDS_TRANSLATION_IDS,
4
4
  'select',
5
5
  'burnedCandles',
6
6
  'burningCandles',
@@ -14,4 +14,4 @@ export const CANDLES_LIST_DICTIONARY_IDS = [
14
14
  'sort',
15
15
  ];
16
16
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
17
- const CHECK = CANDLE_CARDS_DICTIONARY_IDS;
17
+ const CHECK = CANDLE_CARDS_TRANSLATION_IDS;
@@ -0,0 +1,5 @@
1
+ export * from './candle-card-translation-ids/index.js';
2
+ export * from './candle-cards-translation-ids/index.js';
3
+ export * from './candle-image-translation-ids/index.js';
4
+ export * from './candle-maintenance-translation-ids/index.js';
5
+ export * from './candles-list-translation-ids/index.js';
@@ -0,0 +1,5 @@
1
+ export * from './candle-card-translation-ids/index.js';
2
+ export * from './candle-cards-translation-ids/index.js';
3
+ export * from './candle-image-translation-ids/index.js';
4
+ export * from './candle-maintenance-translation-ids/index.js';
5
+ export * from './candles-list-translation-ids/index.js';
@@ -0,0 +1,5 @@
1
+ export * from './candle-translation-ids/index.js';
2
+ export * from './translation-id/index.js';
3
+ export * from './page-translation-ids/index.js';
4
+ export * from './person-translation-ids/index.js';
5
+ export * from './time-translation-ids/index.js';
@@ -0,0 +1,5 @@
1
+ export * from './candle-translation-ids/index.js';
2
+ export * from './translation-id/index.js';
3
+ export * from './page-translation-ids/index.js';
4
+ export * from './person-translation-ids/index.js';
5
+ export * from './time-translation-ids/index.js';
@@ -0,0 +1 @@
1
+ export declare const ADD_PERSON_PAGE_TRANSLATION_IDS: readonly ["persons", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name", "add-person-page", "person-details-page", "add-person-page.maintenance.submitError", "add-person-page.maintenance.submitSuccess"];
@@ -0,0 +1,11 @@
1
+ import { PERSON_MAINTENANCE_TRANSLATION_IDS } from '../../person-translation-ids/index.js';
2
+ export const ADD_PERSON_PAGE_TRANSLATION_IDS = [
3
+ 'persons',
4
+ ...PERSON_MAINTENANCE_TRANSLATION_IDS,
5
+ 'add-person-page',
6
+ 'person-details-page',
7
+ 'add-person-page.maintenance.submitError',
8
+ 'add-person-page.maintenance.submitSuccess',
9
+ ];
10
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
11
+ const CHECK = ADD_PERSON_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const CANDLE_DETAILS_PAGE_TRANSLATION_IDS: readonly ["personCandles", "imageCannotBeLoaded", "burnsSoFar", "burnedOutCandle", "candle.description", "litName", "candleDetailsPage.deleteCandle.submitError", "candleDetailsPage.deleteCandle.submitSuccess", "candleDetailsPage.deleteCandle.question", "candleDetailsPage.deleteCandle", "person-details-page.myCandle.submitError", "person-details-page.myCandle.submitSuccess", "person-details-page.myCandle.loginRequired", "person-details-page.myCandle.question", "person-details-page.myCandle", "candleDetailsPage.relightCandle.submitError", "candleDetailsPage.relightCandle.submitSuccess", "candleDetailsPage.relightCandle.question", "candleDetailsPage.relightCandle", "cancel", "ok", "editCandlePage", "candleDetailsPage", "person-details-page"];
@@ -1,7 +1,7 @@
1
- import { CANDLE_IMAGE_DICTIONARY_IDS } from '../../candle-dictionary-ids/index.js';
2
- export const CANDLE_DETAILS_PAGE_DICTIONARY_IDS = [
1
+ import { CANDLE_IMAGE_TRANSLATION_IDS } from '../../candle-translation-ids/index.js';
2
+ export const CANDLE_DETAILS_PAGE_TRANSLATION_IDS = [
3
3
  'personCandles',
4
- ...CANDLE_IMAGE_DICTIONARY_IDS,
4
+ ...CANDLE_IMAGE_TRANSLATION_IDS,
5
5
  'burnsSoFar',
6
6
  'burnedOutCandle',
7
7
  'candle.description',
@@ -26,4 +26,4 @@ export const CANDLE_DETAILS_PAGE_DICTIONARY_IDS = [
26
26
  'person-details-page',
27
27
  ];
28
28
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
29
- const CHECK = CANDLE_DETAILS_PAGE_DICTIONARY_IDS;
29
+ const CHECK = CANDLE_DETAILS_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const CANDLES_PAGE_TRANSLATION_IDS: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort", "candles"];
@@ -0,0 +1,4 @@
1
+ import { CANDLES_LIST_TRANSLATION_IDS } from '../../candle-translation-ids/candles-list-translation-ids/config.js';
2
+ export const CANDLES_PAGE_TRANSLATION_IDS = [...CANDLES_LIST_TRANSLATION_IDS, 'candles'];
3
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
4
+ const CHECK = CANDLES_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const COMMON_PAGE_TRANSLATION_IDS: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "add-person-page", "candles-page", "contact-page", "cookie-policy-page", "help-page", "persons-page", "persons-map-page", "terms-and-conditions-page", "persons", "shareOnFacebook"];
@@ -1,4 +1,4 @@
1
- export const COMMON_PAGE_DICTIONARY_IDS = [
1
+ export const COMMON_PAGE_TRANSLATION_IDS = [
2
2
  'acceptAll',
3
3
  'cookie-policy-page',
4
4
  'customize',
@@ -27,4 +27,4 @@ export const COMMON_PAGE_DICTIONARY_IDS = [
27
27
  'shareOnFacebook',
28
28
  ];
29
29
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
30
- const CHECK = COMMON_PAGE_DICTIONARY_IDS;
30
+ const CHECK = COMMON_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const EDIT_CANDLE_PAGE_TRANSLATION_IDS: readonly ["candleDetailsPage", "auth.candleLitWarning", "reset", "candle.description", "formMaxLengthError", "formRequiredError", "litName", "editCandlePage", "modify", "editCandlePage.maintenance.submitError", "editCandlePage.maintenance.submitSuccess"];
@@ -0,0 +1,11 @@
1
+ import { CANDLE_MAINTENANCE_TRANSLATION_IDS } from '../../candle-translation-ids/index.js';
2
+ export const EDIT_CANDLE_PAGE_TRANSLATION_IDS = [
3
+ 'candleDetailsPage',
4
+ ...CANDLE_MAINTENANCE_TRANSLATION_IDS,
5
+ 'editCandlePage',
6
+ 'modify',
7
+ 'editCandlePage.maintenance.submitError',
8
+ 'editCandlePage.maintenance.submitSuccess',
9
+ ];
10
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
11
+ const CHECK = EDIT_CANDLE_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const EDIT_PERSON_PAGE_TRANSLATION_IDS: readonly ["editPersonPage", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name", "person-details-page", "editPersonPage.maintenance.submitError", "editPersonPage.maintenance.submitSuccess"];
@@ -0,0 +1,10 @@
1
+ import { PERSON_MAINTENANCE_TRANSLATION_IDS } from '../../person-translation-ids/index.js';
2
+ export const EDIT_PERSON_PAGE_TRANSLATION_IDS = [
3
+ 'editPersonPage',
4
+ ...PERSON_MAINTENANCE_TRANSLATION_IDS,
5
+ 'person-details-page',
6
+ 'editPersonPage.maintenance.submitError',
7
+ 'editPersonPage.maintenance.submitSuccess',
8
+ ];
9
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
10
+ const CHECK = EDIT_PERSON_PAGE_TRANSLATION_IDS;
@@ -0,0 +1,10 @@
1
+ export * from './add-person-page-translation-ids/index.js';
2
+ export * from './candle-details-page-translation-ids/index.js';
3
+ export * from './candles-page-translation-ids/index.js';
4
+ export * from './common-page-translation-ids/index.js';
5
+ export * from './edit-candle-page-translation-ids/index.js';
6
+ export * from './edit-person-page-translation-ids/index.js';
7
+ export * from './person-candles-page-translation-ids/index.js';
8
+ export * from './person-details-page-translation-ids/index.js';
9
+ export * from './persons-map-page-translation-ids/index.js';
10
+ export * from './persons-page-translation-ids/index.js';
@@ -0,0 +1,10 @@
1
+ export * from './add-person-page-translation-ids/index.js';
2
+ export * from './candle-details-page-translation-ids/index.js';
3
+ export * from './candles-page-translation-ids/index.js';
4
+ export * from './common-page-translation-ids/index.js';
5
+ export * from './edit-candle-page-translation-ids/index.js';
6
+ export * from './edit-person-page-translation-ids/index.js';
7
+ export * from './person-candles-page-translation-ids/index.js';
8
+ export * from './person-details-page-translation-ids/index.js';
9
+ export * from './persons-map-page-translation-ids/index.js';
10
+ export * from './persons-page-translation-ids/index.js';
@@ -0,0 +1 @@
1
+ export declare const PERSON_CANDLES_PAGE_TRANSLATION_IDS: readonly ["auth.cannotBeChangedLaterWarning", "auth.candleLitWarning", "lightACandle", "personCandlesPage.addCandle.description", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort", "personCandles", "person-details-page"];
@@ -0,0 +1,14 @@
1
+ import { CANDLES_LIST_TRANSLATION_IDS } from '../../candle-translation-ids/index.js';
2
+ import { PERSON_IMAGE_TRANSLATION_IDS } from '../../person-translation-ids/index.js';
3
+ export const PERSON_CANDLES_PAGE_TRANSLATION_IDS = [
4
+ 'auth.cannotBeChangedLaterWarning',
5
+ 'auth.candleLitWarning',
6
+ 'lightACandle',
7
+ 'personCandlesPage.addCandle.description',
8
+ ...PERSON_IMAGE_TRANSLATION_IDS,
9
+ ...CANDLES_LIST_TRANSLATION_IDS,
10
+ 'personCandles',
11
+ 'person-details-page',
12
+ ];
13
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
14
+ const CHECK = PERSON_CANDLES_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const PERSON_DETAILS_PAGE_TRANSLATION_IDS: readonly ["personCandles", "persons", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "proposable", "burnedCandles", "burningCandles", "person-details-page.deletePerson.submitError", "cancel", "ok", "person-details-page.deletePerson.submitSuccess", "person-details-page.deletePerson.question", "person-details-page.deletePerson", "person-details-page.myPerson.submitError", "person-details-page.myPerson.submitSuccess", "person-details-page.myPerson.loginRequired", "person-details-page.myPerson.question", "person-details-page.myPerson", "editPersonPage", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "person-details-page"];
@@ -1,5 +1,5 @@
1
- import { PERSON_IMAGE_DICTIONARY_IDS } from '../../person-dictionary-ids/index.js';
2
- export const PERSON_DETAILS_PAGE_DICTIONARY_IDS = [
1
+ import { PERSON_IMAGE_TRANSLATION_IDS } from '../../person-translation-ids/index.js';
2
+ export const PERSON_DETAILS_PAGE_TRANSLATION_IDS = [
3
3
  'personCandles',
4
4
  'persons',
5
5
  'person.birthDate',
@@ -21,8 +21,8 @@ export const PERSON_DETAILS_PAGE_DICTIONARY_IDS = [
21
21
  'person-details-page.myPerson.question',
22
22
  'person-details-page.myPerson',
23
23
  'editPersonPage',
24
- ...PERSON_IMAGE_DICTIONARY_IDS,
24
+ ...PERSON_IMAGE_TRANSLATION_IDS,
25
25
  'person-details-page',
26
26
  ];
27
27
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
- const CHECK = PERSON_DETAILS_PAGE_DICTIONARY_IDS;
28
+ const CHECK = PERSON_DETAILS_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const PERSONS_MAP_PAGE_TRANSLATION_IDS: readonly ["persons-map-page.map.description", "persons-map-page", "map"];
@@ -0,0 +1,3 @@
1
+ export const PERSONS_MAP_PAGE_TRANSLATION_IDS = ['persons-map-page.map.description', 'persons-map-page', 'map'];
2
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
3
+ const CHECK = PERSONS_MAP_PAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const PERSONS_PAGE_TRANSLATION_IDS: readonly ["auth.cannotBeChangedLaterWarning", "persons-page.addPerson.description", "login", "add-person-page", "burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "personsInCount", "person", "reset", "sort", "name", "caseSensitive", "myPersons", "select", "persons-map-page", "person.birthPlaceCountry", "persons", "persons-page.personsList.hasImage", "createdAt", "caseSensitive", "myPersons", "persons-page.personsList.hasImage", "name", "person.birthPlaceCountry", "person", "personsInCount", "reset", "sort", "createdAt", "name", "persons-page.personsList", "persons", "persons-map-page"];
@@ -1,10 +1,10 @@
1
- import { PERSONS_LIST_DICTIONARY_IDS } from '../../person-dictionary-ids/index.js';
2
- export const PERSONS_PAGE_DICTIONARY_IDS = [
1
+ import { PERSONS_LIST_TRANSLATION_IDS } from '../../person-translation-ids/index.js';
2
+ export const PERSONS_PAGE_TRANSLATION_IDS = [
3
3
  'auth.cannotBeChangedLaterWarning',
4
4
  'persons-page.addPerson.description',
5
5
  'login',
6
6
  'add-person-page',
7
- ...PERSONS_LIST_DICTIONARY_IDS,
7
+ ...PERSONS_LIST_TRANSLATION_IDS,
8
8
  'caseSensitive',
9
9
  'myPersons',
10
10
  'persons-page.personsList.hasImage',
@@ -21,4 +21,4 @@ export const PERSONS_PAGE_DICTIONARY_IDS = [
21
21
  'persons-map-page',
22
22
  ];
23
23
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
24
- const CHECK = PERSONS_PAGE_DICTIONARY_IDS;
24
+ const CHECK = PERSONS_PAGE_TRANSLATION_IDS;
@@ -0,0 +1,5 @@
1
+ export * from './person-card-translation-ids/index.js';
2
+ export * from './person-cards-translation-ids/index.js';
3
+ export * from './person-image-translation-ids/index.js';
4
+ export * from './person-maintenance-translation-ids/index.js';
5
+ export * from './persons-list-translation-ids/index.js';
@@ -0,0 +1,5 @@
1
+ export * from './person-card-translation-ids/index.js';
2
+ export * from './person-cards-translation-ids/index.js';
3
+ export * from './person-image-translation-ids/index.js';
4
+ export * from './person-maintenance-translation-ids/index.js';
5
+ export * from './persons-list-translation-ids/index.js';
@@ -1 +1 @@
1
- export declare const PERSON_CARDS_DICTIONARY_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle"];
1
+ export declare const PERSON_CARD_TRANSLATION_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle"];
@@ -0,0 +1,4 @@
1
+ import { PERSON_IMAGE_TRANSLATION_IDS } from '../person-image-translation-ids/config.js';
2
+ export const PERSON_CARD_TRANSLATION_IDS = ['burnedCandles', 'burningCandles', ...PERSON_IMAGE_TRANSLATION_IDS, 'lightACandle'];
3
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
4
+ const CHECK = PERSON_CARD_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const PERSON_CARDS_TRANSLATION_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle"];
@@ -0,0 +1,4 @@
1
+ import { PERSON_CARD_TRANSLATION_IDS } from '../person-card-translation-ids/config.js';
2
+ export const PERSON_CARDS_TRANSLATION_IDS = [...PERSON_CARD_TRANSLATION_IDS];
3
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
4
+ const CHECK = PERSON_CARDS_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const PERSON_IMAGE_TRANSLATION_IDS: readonly ["imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet"];
@@ -0,0 +1,3 @@
1
+ export const PERSON_IMAGE_TRANSLATION_IDS = ['imageCannotBeLoaded', 'imageClickToSeeOriginal', 'imageNotSet'];
2
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
3
+ const CHECK = PERSON_IMAGE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const PERSON_MAINTENANCE_TRANSLATION_IDS: readonly ["auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name"];
@@ -1,4 +1,4 @@
1
- export const PERSON_MAINTENANCE_DICTIONARY_IDS = [
1
+ export const PERSON_MAINTENANCE_TRANSLATION_IDS = [
2
2
  'auth.cannotBeChangedLaterWarning',
3
3
  'auth.loginRequired',
4
4
  'add-person-page',
@@ -25,4 +25,4 @@ export const PERSON_MAINTENANCE_DICTIONARY_IDS = [
25
25
  'name',
26
26
  ];
27
27
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
- const CHECK = PERSON_MAINTENANCE_DICTIONARY_IDS;
28
+ const CHECK = PERSON_MAINTENANCE_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export declare const PERSONS_LIST_TRANSLATION_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "personsInCount", "person", "reset", "sort", "name", "caseSensitive", "myPersons", "select", "persons-map-page", "person.birthPlaceCountry", "persons", "persons-page.personsList.hasImage", "createdAt"];
@@ -1,6 +1,6 @@
1
- import { PERSON_CARDS_DICTIONARY_IDS } from '../person-cards-dictionary-ids/config.js';
2
- export const PERSONS_LIST_DICTIONARY_IDS = [
3
- ...PERSON_CARDS_DICTIONARY_IDS,
1
+ import { PERSON_CARDS_TRANSLATION_IDS } from '../person-cards-translation-ids/config.js';
2
+ export const PERSONS_LIST_TRANSLATION_IDS = [
3
+ ...PERSON_CARDS_TRANSLATION_IDS,
4
4
  'personsInCount',
5
5
  'person',
6
6
  'reset',
@@ -16,4 +16,4 @@ export const PERSONS_LIST_DICTIONARY_IDS = [
16
16
  'createdAt',
17
17
  ];
18
18
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
19
- const CHECK = PERSONS_LIST_DICTIONARY_IDS;
19
+ const CHECK = PERSONS_LIST_TRANSLATION_IDS;
@@ -0,0 +1 @@
1
+ export * from './time-abbreviation-translation-ids/index.js';