@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.
- package/package.json +1 -1
- package/src/database/database-model/index.d.ts +1 -1
- package/src/database/database-model/index.js +1 -1
- package/src/database/database-model/translation-database-model/domain.d.ts +7 -0
- package/src/dictionary/dictionary/config.d.ts +20 -0
- package/src/dictionary/dictionary/config.js +116 -0
- package/src/dictionary/dictionary/domain.d.ts +4 -0
- package/src/dictionary/dictionary/index.d.ts +1 -7
- package/src/dictionary/dictionary/index.js +1 -7
- package/src/dictionary/index.d.ts +1 -1
- package/src/dictionary/index.js +1 -1
- 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
- package/src/dictionary/translation-id/candle-translation-ids/candle-card-translation-ids/config.js +10 -0
- package/src/dictionary/translation-id/candle-translation-ids/candle-cards-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/candle-translation-ids/candle-cards-translation-ids/config.js +4 -0
- package/src/dictionary/translation-id/candle-translation-ids/candle-image-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/candle-translation-ids/candle-image-translation-ids/config.js +3 -0
- package/src/dictionary/translation-id/candle-translation-ids/candle-maintenance-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/candle-translation-ids/candles-list-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/candle-translation-ids/index.d.ts +5 -0
- package/src/dictionary/translation-id/candle-translation-ids/index.js +5 -0
- package/src/dictionary/translation-id/index.d.ts +5 -0
- package/src/dictionary/translation-id/index.js +5 -0
- package/src/dictionary/translation-id/page-translation-ids/add-person-page-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/page-translation-ids/add-person-page-translation-ids/config.js +11 -0
- package/src/dictionary/translation-id/page-translation-ids/candle-details-page-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/page-translation-ids/candles-page-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/page-translation-ids/candles-page-translation-ids/config.js +4 -0
- package/src/dictionary/translation-id/page-translation-ids/common-page-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/page-translation-ids/edit-candle-page-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/page-translation-ids/edit-candle-page-translation-ids/config.js +11 -0
- package/src/dictionary/translation-id/page-translation-ids/edit-person-page-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/page-translation-ids/edit-person-page-translation-ids/config.js +10 -0
- package/src/dictionary/translation-id/page-translation-ids/index.d.ts +10 -0
- package/src/dictionary/translation-id/page-translation-ids/index.js +10 -0
- package/src/dictionary/translation-id/page-translation-ids/person-candles-page-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/page-translation-ids/person-candles-page-translation-ids/config.js +14 -0
- package/src/dictionary/translation-id/page-translation-ids/person-details-page-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/page-translation-ids/persons-map-page-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/page-translation-ids/persons-map-page-translation-ids/config.js +3 -0
- package/src/dictionary/translation-id/page-translation-ids/persons-page-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/person-translation-ids/index.d.ts +5 -0
- package/src/dictionary/translation-id/person-translation-ids/index.js +5 -0
- 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
- package/src/dictionary/translation-id/person-translation-ids/person-card-translation-ids/config.js +4 -0
- package/src/dictionary/translation-id/person-translation-ids/person-cards-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/person-translation-ids/person-cards-translation-ids/config.js +4 -0
- package/src/dictionary/translation-id/person-translation-ids/person-image-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/person-translation-ids/person-image-translation-ids/config.js +3 -0
- package/src/dictionary/translation-id/person-translation-ids/person-maintenance-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/person-translation-ids/persons-list-translation-ids/config.d.ts +1 -0
- 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
- package/src/dictionary/translation-id/time-translation-ids/index.d.ts +1 -0
- package/src/dictionary/translation-id/time-translation-ids/index.js +1 -0
- package/src/dictionary/translation-id/time-translation-ids/time-abbreviation-translation-ids/config.d.ts +1 -0
- package/src/dictionary/translation-id/time-translation-ids/time-abbreviation-translation-ids/config.js +3 -0
- package/src/dictionary/translation-id/translation-id/config.d.ts +1 -0
- package/src/dictionary/{dictionary-id/dictionary-id → translation-id/translation-id}/config.js +1 -1
- package/src/dictionary/translation-id/translation-id/domain.d.ts +2 -0
- package/src/ssr/server-side-props/add-candle-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/contact-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/cookie-policy-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/help-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/terms-and-conditions-page-server-side-props/domain.d.ts +2 -2
- package/src/database/database-model/dictionary-database-model/domain.d.ts +0 -7
- package/src/dictionary/dictionary/candle-dictionary/candle-card-dictionary/domain.d.ts +0 -10
- package/src/dictionary/dictionary/candle-dictionary/candle-card-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-card-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/domain.d.ts +0 -4
- package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-cards-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/domain.d.ts +0 -3
- package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-image-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/domain.d.ts +0 -23
- package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-list-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/domain.d.ts +0 -19
- package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/candle-dictionary/candle-maintenance-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/candle-dictionary/index.d.ts +0 -5
- package/src/dictionary/dictionary/candle-dictionary/index.js +0 -5
- package/src/dictionary/dictionary/country-dictionary/domain.d.ts +0 -5
- package/src/dictionary/dictionary/country-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/country-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/country-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/drop-zone-dictionary/domain.d.ts +0 -12
- package/src/dictionary/dictionary/drop-zone-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/drop-zone-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/drop-zone-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/filter-sort-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/filter-sort-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/domain.d.ts +0 -8
- package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/filter-sort-dictionary/reset-and-sort-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/domain.d.ts +0 -12
- package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/add-candle-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/domain.d.ts +0 -9
- package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/add-person-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/domain.d.ts +0 -49
- package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/candle-details-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/domain.d.ts +0 -5
- package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/candles-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/domain.d.ts +0 -47
- package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/domain.d.ts +0 -36
- package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/contact-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/domain.d.ts +0 -21
- package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/cookie-policy-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/domain.d.ts +0 -8
- package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/edit-candle-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/domain.d.ts +0 -9
- package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/edit-person-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/domain.d.ts +0 -25
- package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/help-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/domain.d.ts +0 -38
- package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/home-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/index.d.ts +0 -17
- package/src/dictionary/dictionary/page-dictionary/index.js +0 -17
- package/src/dictionary/dictionary/page-dictionary/page-dictionary/domain.d.ts +0 -7
- package/src/dictionary/dictionary/page-dictionary/page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/domain.d.ts +0 -13
- package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/person-candles-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/domain.d.ts +0 -48
- package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/person-details-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/domain.d.ts +0 -7
- package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/persons-map-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/domain.d.ts +0 -11
- package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/persons-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/domain.d.ts +0 -23
- package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/page-dictionary/terms-and-conditions-page-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/index.d.ts +0 -5
- package/src/dictionary/dictionary/person-dictionary/index.js +0 -5
- package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/domain.d.ts +0 -7
- package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-card-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/domain.d.ts +0 -4
- package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-cards-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/domain.d.ts +0 -5
- package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-image-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/domain.d.ts +0 -33
- package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/person-dictionary/person-maintenance-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/domain.d.ts +0 -29
- package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/person-dictionary/persons-list-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/time-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/time-dictionary/index.js +0 -1
- package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/domain.d.ts +0 -5
- package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/domain.js +0 -1
- package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/index.d.ts +0 -1
- package/src/dictionary/dictionary/time-dictionary/time-abbreviation-dictionary/index.js +0 -1
- package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-card-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-card-dictionary-ids/config.js +0 -10
- package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-cards-dictionary-ids/config.js +0 -4
- package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-image-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-image-dictionary-ids/config.js +0 -3
- package/src/dictionary/dictionary-id/candle-dictionary-ids/candle-maintenance-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/candle-dictionary-ids/candles-list-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/candle-dictionary-ids/index.d.ts +0 -5
- package/src/dictionary/dictionary-id/candle-dictionary-ids/index.js +0 -5
- package/src/dictionary/dictionary-id/dictionary-id/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/dictionary-id/domain.d.ts +0 -2
- package/src/dictionary/dictionary-id/index.d.ts +0 -5
- package/src/dictionary/dictionary-id/index.js +0 -5
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.js +0 -11
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.js +0 -11
- package/src/dictionary/dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/candles-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/candles-page-dictionary-ids/config.js +0 -4
- package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.js +0 -19
- package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.js +0 -10
- package/src/dictionary/dictionary-id/page-dictionary-ids/edit-candle-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/edit-candle-page-dictionary-ids/config.js +0 -11
- package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.js +0 -10
- package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.js +0 -20
- package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.js +0 -36
- package/src/dictionary/dictionary-id/page-dictionary-ids/index.d.ts +0 -16
- package/src/dictionary/dictionary-id/page-dictionary-ids/index.js +0 -16
- package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.js +0 -14
- package/src/dictionary/dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.js +0 -3
- package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.js +0 -18
- package/src/dictionary/dictionary-id/person-dictionary-ids/index.d.ts +0 -5
- package/src/dictionary/dictionary-id/person-dictionary-ids/index.js +0 -5
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/config.js +0 -4
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/index.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-card-dictionary-ids/index.js +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-cards-dictionary-ids/config.js +0 -4
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-cards-dictionary-ids/index.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-cards-dictionary-ids/index.js +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/config.js +0 -3
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/index.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-image-dictionary-ids/index.js +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/index.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/index.js +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/index.d.ts +0 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/index.js +0 -1
- package/src/dictionary/dictionary-id/time-dictionary-ids/index.d.ts +0 -1
- package/src/dictionary/dictionary-id/time-dictionary-ids/index.js +0 -1
- package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/config.d.ts +0 -1
- package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/config.js +0 -3
- package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/index.d.ts +0 -1
- package/src/dictionary/dictionary-id/time-dictionary-ids/time-abbreviation-dictionary-ids/index.js +0 -1
- /package/src/database/database-model/{dictionary-database-model → translation-database-model}/domain.js +0 -0
- /package/src/database/database-model/{dictionary-database-model → translation-database-model}/index.d.ts +0 -0
- /package/src/database/database-model/{dictionary-database-model → translation-database-model}/index.js +0 -0
- /package/src/dictionary/{dictionary-id/dictionary-id → dictionary}/domain.js +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /package/src/dictionary/{dictionary/candle-dictionary/candle-card-dictionary → translation-id/translation-id}/domain.js +0 -0
- /package/src/dictionary/{dictionary-id/dictionary-id → translation-id/translation-id}/index.d.ts +0 -0
- /package/src/dictionary/{dictionary-id/dictionary-id → translation-id/translation-id}/index.js +0 -0
package/package.json
CHANGED
@@ -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 './
|
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 './
|
7
|
+
export * from './translation-database-model/index.js';
|
@@ -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;
|
@@ -1,7 +1 @@
|
|
1
|
-
export * from './
|
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 './
|
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';
|
package/src/dictionary/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const
|
1
|
+
export declare const CANDLE_CARD_TRANSLATION_IDS: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute"];
|
package/src/dictionary/translation-id/candle-translation-ids/candle-card-translation-ids/config.js
ADDED
@@ -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"];
|
package/src/dictionary/translation-id/candle-translation-ids/candle-cards-translation-ids/config.js
ADDED
@@ -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 @@
|
|
1
|
+
export declare const CANDLE_MAINTENANCE_TRANSLATION_IDS: readonly ["auth.candleLitWarning", "reset", "candle.description", "formMaxLengthError", "formRequiredError", "litName"];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export const
|
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 =
|
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 {
|
2
|
-
export const
|
3
|
-
...
|
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 =
|
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 @@
|
|
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"];
|
package/src/dictionary/translation-id/page-translation-ids/add-person-page-translation-ids/config.js
ADDED
@@ -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 {
|
2
|
-
export const
|
1
|
+
import { CANDLE_IMAGE_TRANSLATION_IDS } from '../../candle-translation-ids/index.js';
|
2
|
+
export const CANDLE_DETAILS_PAGE_TRANSLATION_IDS = [
|
3
3
|
'personCandles',
|
4
|
-
...
|
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 =
|
29
|
+
const CHECK = CANDLE_DETAILS_PAGE_TRANSLATION_IDS;
|
package/src/dictionary/translation-id/page-translation-ids/candles-page-translation-ids/config.d.ts
ADDED
@@ -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"];
|
package/src/dictionary/translation-id/page-translation-ids/candles-page-translation-ids/config.js
ADDED
@@ -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;
|
package/src/dictionary/translation-id/page-translation-ids/common-page-translation-ids/config.d.ts
ADDED
@@ -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
|
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 =
|
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 {
|
2
|
-
export const
|
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
|
-
...
|
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 =
|
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"];
|
package/src/dictionary/translation-id/page-translation-ids/persons-page-translation-ids/config.d.ts
ADDED
@@ -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 {
|
2
|
-
export const
|
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
|
-
...
|
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 =
|
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
|
1
|
+
export declare const PERSON_CARD_TRANSLATION_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle"];
|
package/src/dictionary/translation-id/person-translation-ids/person-card-translation-ids/config.js
ADDED
@@ -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"];
|
package/src/dictionary/translation-id/person-translation-ids/person-cards-translation-ids/config.js
ADDED
@@ -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 @@
|
|
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
|
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 =
|
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 {
|
2
|
-
export const
|
3
|
-
...
|
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 =
|
19
|
+
const CHECK = PERSONS_LIST_TRANSLATION_IDS;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './time-abbreviation-translation-ids/index.js';
|