@candlerip/shared 0.0.67 → 0.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-error/domains.d.ts +2 -2
- package/dictionary/country-dictionary/domains.d.ts +4 -0
- package/dictionary/country-dictionary/index.d.ts +2 -0
- package/dictionary/country-dictionary/index.js +2 -0
- package/dictionary/country-dictionary/utils/convert-countries-to-dictionary/index.d.ts +2 -0
- package/dictionary/country-dictionary/utils/convert-countries-to-dictionary/index.js +4 -0
- package/dictionary/country-dictionary/utils/convert-countries-to-dictionary/type.d.ts +6 -0
- package/dictionary/country-dictionary/utils/index.d.ts +1 -0
- package/dictionary/country-dictionary/utils/index.js +1 -0
- package/dictionary/dictionary/configs.d.ts +47 -0
- package/dictionary/dictionary/configs.js +268 -0
- package/dictionary/dictionary/domains.d.ts +4 -0
- package/dictionary/dictionary/domains.js +1 -0
- package/dictionary/dictionary/index.d.ts +2 -0
- package/dictionary/dictionary/index.js +2 -0
- package/dictionary/index.d.ts +2 -0
- package/dictionary/index.js +2 -0
- package/environment/index.d.ts +0 -2
- package/environment/index.js +0 -2
- package/geographical/country/domains.d.ts +17 -0
- package/geographical/country/domains.js +1 -0
- package/geographical/county-code/configs.d.ts +1 -0
- package/geographical/county-code/configs.js +248 -0
- package/geographical/county-code/domains.d.ts +2 -0
- package/geographical/county-code/domains.js +1 -0
- package/{environment/environment-variable-name → geographical/county-code}/index.d.ts +1 -1
- package/{environment/environment-variable-name → geographical/county-code}/index.js +1 -1
- package/geographical/county-code/type-guards.d.ts +2 -0
- package/geographical/county-code/type-guards.js +4 -0
- package/geographical/index.d.ts +2 -0
- package/geographical/index.js +2 -0
- package/index.d.ts +6 -1
- package/index.js +6 -1
- package/package.json +1 -1
- package/page/configs.d.ts +1 -0
- package/page/configs.js +17 -0
- package/page/domains.d.ts +2 -0
- package/page/domains.js +1 -0
- package/page/index.d.ts +3 -0
- package/page/index.js +3 -0
- package/page/type-guards.d.ts +2 -0
- package/page/type-guards.js +4 -0
- package/page-menu/configs.d.ts +1 -0
- package/page-menu/configs.js +12 -0
- package/page-menu/domains.d.ts +2 -0
- package/page-menu/domains.js +1 -0
- package/page-menu/index.d.ts +3 -0
- package/page-menu/index.js +3 -0
- package/page-menu/type-guards.d.ts +2 -0
- package/page-menu/type-guards.js +2 -0
- package/service/service-name/constants.d.ts +1 -1
- package/service/service-name/constants.js +1 -1
- package/translation/index.d.ts +3 -0
- package/translation/index.js +3 -0
- package/translation/language/configs.d.ts +1 -0
- package/translation/language/configs.js +1 -0
- package/translation/language/defaults.d.ts +2 -0
- package/translation/language/defaults.js +1 -0
- package/translation/language/domains.d.ts +2 -0
- package/translation/language/domains.js +1 -0
- package/translation/language/index.d.ts +5 -0
- package/translation/language/index.js +5 -0
- package/translation/language/type-guards.d.ts +2 -0
- package/translation/language/type-guards.js +2 -0
- package/translation/language/validates/index.d.ts +2 -0
- package/translation/language/validates/index.js +2 -0
- package/translation/language/validates/validate-language/index.d.ts +2 -0
- package/translation/language/validates/validate-language/index.js +3 -0
- package/translation/language/validates/validate-language/type.d.ts +7 -0
- package/translation/language/validates/validate-language/type.js +1 -0
- package/translation/language/validates/validate-page/index.d.ts +2 -0
- package/translation/language/validates/validate-page/index.js +3 -0
- package/translation/language/validates/validate-page/type.d.ts +6 -0
- package/translation/language/validates/validate-page/type.js +1 -0
- package/translation/translation/domains/index.d.ts +7 -0
- package/translation/translation/domains/index.js +1 -0
- package/translation/translation/index.d.ts +1 -0
- package/translation/translation/index.js +1 -0
- package/translation/translation-code/excluded-translation-code/configs.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/configs.js +12 -0
- package/translation/translation-code/excluded-translation-code/domains.d.ts +4 -0
- package/translation/translation-code/excluded-translation-code/domains.js +1 -0
- package/translation/translation-code/excluded-translation-code/index.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/index.js +2 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/index.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/index.js +20 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/type.d.ts +7 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/type.js +1 -0
- package/translation/translation-code/excluded-translation-code/utils/index.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/utils/index.js +2 -0
- package/translation/translation-code/index.d.ts +2 -0
- package/translation/translation-code/index.js +2 -0
- package/translation/translation-code/translation-code/candle/candle-card/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-card/config.js +10 -0
- package/translation/translation-code/translation-code/candle/candle-card/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-card/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candle-cards/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-cards/config.js +4 -0
- package/translation/translation-code/translation-code/candle/candle-cards/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-cards/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candle-image/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-image/config.js +3 -0
- package/translation/translation-code/translation-code/candle/candle-image/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-image/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/config.js +10 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candles-list/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candles-list/config.js +19 -0
- package/translation/translation-code/translation-code/candle/candles-list/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candles-list/index.js +1 -0
- package/translation/translation-code/translation-code/candle/index.d.ts +5 -0
- package/translation/translation-code/translation-code/candle/index.js +5 -0
- package/translation/translation-code/translation-code/common-page/config.d.ts +1 -0
- package/translation/translation-code/translation-code/common-page/config.js +29 -0
- package/translation/translation-code/translation-code/common-page/index.d.ts +1 -0
- package/translation/translation-code/translation-code/common-page/index.js +1 -0
- package/translation/translation-code/translation-code/configs.d.ts +1 -0
- package/translation/translation-code/translation-code/configs.js +434 -0
- package/translation/translation-code/translation-code/country/country-code/config.d.ts +1 -0
- package/translation/translation-code/translation-code/country/country-code/config.js +250 -0
- package/translation/translation-code/translation-code/country/country-code/index.d.ts +1 -0
- package/translation/translation-code/translation-code/country/country-code/index.js +1 -0
- package/translation/translation-code/translation-code/country/index.d.ts +1 -0
- package/translation/translation-code/translation-code/country/index.js +1 -0
- package/translation/translation-code/translation-code/domains.d.ts +2 -0
- package/translation/translation-code/translation-code/domains.js +1 -0
- package/translation/translation-code/translation-code/index.d.ts +7 -0
- package/translation/translation-code/translation-code/index.js +7 -0
- package/translation/translation-code/translation-code/person/index.d.ts +5 -0
- package/translation/translation-code/translation-code/person/index.js +5 -0
- package/translation/translation-code/translation-code/person/person-card/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-card/config.js +4 -0
- package/translation/translation-code/translation-code/person/person-card/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-card/index.js +1 -0
- package/translation/translation-code/translation-code/person/person-cards/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-cards/config.js +4 -0
- package/translation/translation-code/translation-code/person/person-cards/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-cards/index.js +1 -0
- package/translation/translation-code/translation-code/person/person-image/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-image/config.js +3 -0
- package/translation/translation-code/translation-code/person/person-image/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-image/index.js +1 -0
- package/translation/translation-code/translation-code/person/person-maintenance/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-maintenance/config.js +28 -0
- package/translation/translation-code/translation-code/person/person-maintenance/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-maintenance/index.js +1 -0
- package/translation/translation-code/translation-code/person/persons-list/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/persons-list/config.js +19 -0
- package/translation/translation-code/translation-code/person/persons-list/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/persons-list/index.js +1 -0
- package/translation/translation-code/translation-code/time/index.d.ts +1 -0
- package/translation/translation-code/translation-code/time/index.js +1 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/config.d.ts +1 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/config.js +3 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/index.d.ts +1 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/index.js +1 -0
- package/type/index.d.ts +2 -0
- package/type/index.js +2 -0
- package/type/type/index.d.ts +2 -0
- package/type/type/index.js +2 -0
- package/type/type/type-guards.d.ts +1 -0
- package/type/type/type-guards.js +6 -0
- package/type/type/utils/index.d.ts +1 -0
- package/type/type/utils/index.js +1 -0
- package/type/type/utils/validate-by-values/index.d.ts +2 -0
- package/type/type/utils/validate-by-values/index.js +20 -0
- package/type/type/utils/validate-by-values/type.d.ts +6 -0
- package/type/type/utils/validate-by-values/type.js +1 -0
- package/type/undefined/index.d.ts +1 -0
- package/type/undefined/index.js +1 -0
- package/type/undefined/type-guard.d.ts +1 -0
- package/type/undefined/type-guard.js +1 -0
- package/environment/environment-variable-name/constants.d.ts +0 -2
- package/environment/environment-variable-name/constants.js +0 -23
- package/environment/environment-variable-name/domains.d.ts +0 -2
- package/environment/environment-variable-name/type-guards.d.ts +0 -2
- package/environment/environment-variable-name/type-guards.js +0 -2
- package/environment/environment-variables/domains.d.ts +0 -23
- /package/{environment/environment-variable-name → dictionary/country-dictionary}/domains.js +0 -0
- /package/{environment/environment-variables/domains.js → dictionary/country-dictionary/utils/convert-countries-to-dictionary/type.js} +0 -0
- /package/{environment/environment-variables → geographical/country}/index.d.ts +0 -0
- /package/{environment/environment-variables → geographical/country}/index.js +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TIME_ABBREVIATION_TRANSLATION_CODES } from '../../time/index.js';
|
|
2
|
+
import { CANDLE_IMAGE_TRANSLATION_CODES } from '../candle-image/index.js';
|
|
3
|
+
export const CANDLE_CARD_TRANSLATION_CODES = [
|
|
4
|
+
...CANDLE_IMAGE_TRANSLATION_CODES,
|
|
5
|
+
'burnedOutCandle',
|
|
6
|
+
'burnsSoFar',
|
|
7
|
+
...TIME_ABBREVIATION_TRANSLATION_CODES,
|
|
8
|
+
];
|
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
10
|
+
const CHECK = CANDLE_CARD_TRANSLATION_CODES;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CANDLE_CARDS_TRANSLATION_CODES: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CANDLE_IMAGE_TRANSLATION_CODES: readonly ["imageCannotBeLoaded"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CANDLE_MAINTENANCE_TRANSLATION_CODES: readonly ["auth.candleLitWarning", "reset", "candle.description", "form.error.maxLength", "form.error.required", "litName"];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const CANDLE_MAINTENANCE_TRANSLATION_CODES = [
|
|
2
|
+
'auth.candleLitWarning',
|
|
3
|
+
'reset',
|
|
4
|
+
'candle.description',
|
|
5
|
+
'form.error.maxLength',
|
|
6
|
+
'form.error.required',
|
|
7
|
+
'litName',
|
|
8
|
+
];
|
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
10
|
+
const CHECK = CANDLE_MAINTENANCE_TRANSLATION_CODES;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CANDLES_LIST_TRANSLATION_CODES: readonly ["imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burningEndsAt", "burningStartsAt", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort"];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CANDLE_CARDS_TRANSLATION_CODES } from '../candle-cards/index.js';
|
|
2
|
+
export const CANDLES_LIST_TRANSLATION_CODES = [
|
|
3
|
+
...CANDLE_CARDS_TRANSLATION_CODES,
|
|
4
|
+
'select',
|
|
5
|
+
'burningEndsAt',
|
|
6
|
+
'burningStartsAt',
|
|
7
|
+
'burnedCandles',
|
|
8
|
+
'burningCandles',
|
|
9
|
+
'myCandles',
|
|
10
|
+
'createdAt',
|
|
11
|
+
'litName',
|
|
12
|
+
'candles',
|
|
13
|
+
'candle',
|
|
14
|
+
'candlesInCount',
|
|
15
|
+
'reset',
|
|
16
|
+
'sort',
|
|
17
|
+
];
|
|
18
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
19
|
+
const CHECK = CANDLE_CARDS_TRANSLATION_CODES;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const COMMON_PAGE_TRANSLATION_CODES: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook"];
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export const COMMON_PAGE_TRANSLATION_CODES = [
|
|
2
|
+
'acceptAll',
|
|
3
|
+
'cookie-policy-page',
|
|
4
|
+
'customize',
|
|
5
|
+
'rejectAll',
|
|
6
|
+
'save',
|
|
7
|
+
'cookieConsentForm.description',
|
|
8
|
+
'cookieConsentForm.languageFormDescription',
|
|
9
|
+
'cookieConsentForm.title',
|
|
10
|
+
'author',
|
|
11
|
+
'motto1',
|
|
12
|
+
'motto2',
|
|
13
|
+
'motto3',
|
|
14
|
+
'login',
|
|
15
|
+
'logout',
|
|
16
|
+
'english',
|
|
17
|
+
'hungarian',
|
|
18
|
+
'pageMenu.add-person-page',
|
|
19
|
+
'pageMenu.candles-page',
|
|
20
|
+
'pageMenu.contact-page',
|
|
21
|
+
'pageMenu.cookie-policy-page',
|
|
22
|
+
'pageMenu.help-page',
|
|
23
|
+
'pageMenu.persons-page',
|
|
24
|
+
'pageMenu.persons-map-page',
|
|
25
|
+
'pageMenu.terms-and-conditions-page',
|
|
26
|
+
'shareOnFacebook',
|
|
27
|
+
];
|
|
28
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
29
|
+
const CHECK = COMMON_PAGE_TRANSLATION_CODES;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TRANSLATION_CODES: readonly ["acceptAll", "add-person-page", "add-person-page.maintenance.submitError", "add-person-page.maintenance.submitSuccess", "auth.cannotBeChangedLaterWarning", "auth.candleLitWarning", "auth.loginRequired", "author", "burnedCandles", "burnedOutCandle", "burningCandles", "burningEndsAt", "burningStartsAt", "burnsSoFar", "cancel", "candle-details-page", "candle-details-page.deleteCandle.submitError", "candle-details-page.deleteCandle.submitSuccess", "candle-details-page.deleteCandle.question", "candle-details-page.deleteCandle", "candle-details-page.myCandle.submitError", "candle-details-page.myCandle.submitSuccess", "candle-details-page.myCandle.loginRequired", "candle-details-page.myCandle.question", "candle-details-page.myCandle", "candle-details-page.relightCandle.submitError", "candle-details-page.relightCandle.submitSuccess", "candle-details-page.relightCandle.question", "candle-details-page.relightCandle", "candle", "candlesInCount", "candles", "candles-page", "candle.description", "caseSensitive", "contact-page", "contact-page.infoTitle", "contact-page.sendMessage.submitError", "contact-page.sendMessage.submitSuccess", "contact-page.sendMessageTitle", "cookieConsentForm.title", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookie-policy-page", "count", "createdAt", "customize", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "edit-candle-page", "edit-candle-page.maintenance.submitError", "edit-candle-page.maintenance.submitSuccess", "edit-person-page", "edit-person-page.maintenance.submitError", "edit-person-page.maintenance.submitSuccess", "email", "english", "errorLoadingData", "facebook", "help-page.addPersonRule1", "help-page.addPersonRule2", "help-page.addPersonRule3", "help-page.addPersonRule4", "help-page.addPersonTitle", "help-page.candlesParagraph1", "help-page.candlesParagraph2", "help-page.candlesParagraph3", "help-page.intro", "help-page.lightACandleRule1", "help-page.lightACandleRule2", "help-page.lightACandleTitle", "help-page.personsParagraph", "help-page", "home-page", "home-page.proposal", "home-page.lastLitCandles", "home-page.lastUploadedPersons", "home-page.quickCandleLighting.placeOfTheCandle.placehodler", "home-page.quickCandleLighting", "home-page.statistics", "home-page.welcome.description1", "home-page.welcome.description2", "home-page.welcome", "hungarian", "form.error.date", "form.error.email", "form.error.invalid", "form.error.maxLength", "form.error.message", "form.error.required", "image", "invalidImage", "noMoreImages", "tooBigImage", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "light-candle-page", "light-candle-page.maintenance.submitError", "light-candle-page.maintenance.submitSuccess", "lightTheCandle", "litName", "loading", "login", "loginPage.login.submitError", "loginPage.login.showPassword", "logout", "map", "message", "modify", "more", "motto1", "motto2", "motto3", "myCandles", "myPersons", "name", "ok", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "password", "person", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "person.name", "person-candles-page", "person-candles-page.addCandle.description", "person-details-page", "person-details-page.deletePerson.submitError", "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", "persons-page", "persons", "personsInCount", "persons-page.addPerson.description", "persons-page.personsList.hasImage", "persons-page.personsList", "persons-map-page.map.description", "persons-map-page", "proposable", "redirecting", "rejectAll", "reset", "save", "savedSuccessfully", "select", "send", "shareOnFacebook", "sort", "subject", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "terms-and-conditions-page.applicableLawParagraph", "terms-and-conditions-page.applicableLawTitle", "terms-and-conditions-page.conditionsOfUseParagraph", "terms-and-conditions-page.conditionsOfUseTitle", "terms-and-conditions-page.disputesParagraph", "terms-and-conditions-page.disputesTitle", "terms-and-conditions-page.intellectualPropertyParagraph", "terms-and-conditions-page.intellectualPropertyTitle", "terms-and-conditions-page.intro", "terms-and-conditions-page.limitationAndLiabilityParagraph", "terms-and-conditions-page.limitationAndLiabilityTitle", "terms-and-conditions-page", "terms-and-conditions-page.userAccountsParagraph", "terms-and-conditions-page.userAccountsTitle", "username", "countryCode.AD", "countryCode.AE", "countryCode.AF", "countryCode.AG", "countryCode.AI", "countryCode.AL", "countryCode.AM", "countryCode.AN", "countryCode.AO", "countryCode.AQ", "countryCode.AR", "countryCode.AS", "countryCode.AT", "countryCode.AU", "countryCode.AW", "countryCode.AX", "countryCode.AZ", "countryCode.BA", "countryCode.BB", "countryCode.BD", "countryCode.BE", "countryCode.BF", "countryCode.BG", "countryCode.BH", "countryCode.BI", "countryCode.BJ", "countryCode.BM", "countryCode.BN", "countryCode.BO", "countryCode.BR", "countryCode.BQ", "countryCode.BS", "countryCode.BT", "countryCode.BV", "countryCode.BW", "countryCode.BY", "countryCode.BZ", "countryCode.CA", "countryCode.CC", "countryCode.CD", "countryCode.CF", "countryCode.CG", "countryCode.CH", "countryCode.CI", "countryCode.CK", "countryCode.CL", "countryCode.CM", "countryCode.CN", "countryCode.CO", "countryCode.CR", "countryCode.CU", "countryCode.CV", "countryCode.CX", "countryCode.CY", "countryCode.CZ", "countryCode.DE", "countryCode.DJ", "countryCode.DK", "countryCode.DM", "countryCode.DO", "countryCode.DZ", "countryCode.EC", "countryCode.EE", "countryCode.EG", "countryCode.EH", "countryCode.ER", "countryCode.ES", "countryCode.ET", "countryCode.FI", "countryCode.FJ", "countryCode.FK", "countryCode.FM", "countryCode.FO", "countryCode.FR", "countryCode.GA", "countryCode.GB", "countryCode.GD", "countryCode.GE", "countryCode.GF", "countryCode.GG", "countryCode.GH", "countryCode.GI", "countryCode.GL", "countryCode.GM", "countryCode.GN", "countryCode.GP", "countryCode.GQ", "countryCode.GR", "countryCode.GS", "countryCode.GT", "countryCode.GU", "countryCode.GW", "countryCode.GY", "countryCode.GZ", "countryCode.HK", "countryCode.HM", "countryCode.HN", "countryCode.HR", "countryCode.HT", "countryCode.HU", "countryCode.ID", "countryCode.IE", "countryCode.IL", "countryCode.IM", "countryCode.IN", "countryCode.IO", "countryCode.IQ", "countryCode.IR", "countryCode.IS", "countryCode.IT", "countryCode.JE", "countryCode.JM", "countryCode.JO", "countryCode.JP", "countryCode.KE", "countryCode.KG", "countryCode.KH", "countryCode.KI", "countryCode.KM", "countryCode.KN", "countryCode.KP", "countryCode.KR", "countryCode.KW", "countryCode.KY", "countryCode.KZ", "countryCode.LA", "countryCode.LB", "countryCode.LC", "countryCode.LI", "countryCode.LK", "countryCode.LR", "countryCode.LS", "countryCode.LT", "countryCode.LU", "countryCode.LV", "countryCode.LY", "countryCode.MA", "countryCode.MC", "countryCode.MD", "countryCode.ME", "countryCode.MG", "countryCode.MH", "countryCode.MK", "countryCode.ML", "countryCode.MM", "countryCode.MN", "countryCode.MO", "countryCode.MP", "countryCode.MQ", "countryCode.MR", "countryCode.MS", "countryCode.MT", "countryCode.MU", "countryCode.MV", "countryCode.MW", "countryCode.MX", "countryCode.MY", "countryCode.MZ", "countryCode.NA", "countryCode.NC", "countryCode.NE", "countryCode.NF", "countryCode.NG", "countryCode.NI", "countryCode.NL", "countryCode.NO", "countryCode.NP", "countryCode.NR", "countryCode.NU", "countryCode.NZ", "countryCode.OM", "countryCode.PA", "countryCode.PE", "countryCode.PF", "countryCode.PG", "countryCode.PH", "countryCode.PK", "countryCode.PL", "countryCode.PM", "countryCode.PN", "countryCode.PR", "countryCode.PS", "countryCode.PT", "countryCode.PW", "countryCode.PY", "countryCode.QA", "countryCode.RE", "countryCode.RO", "countryCode.RS", "countryCode.RU", "countryCode.RW", "countryCode.SA", "countryCode.SB", "countryCode.SC", "countryCode.SD", "countryCode.SE", "countryCode.SG", "countryCode.SH", "countryCode.SI", "countryCode.SJ", "countryCode.SK", "countryCode.SL", "countryCode.SM", "countryCode.SN", "countryCode.SO", "countryCode.SR", "countryCode.ST", "countryCode.SV", "countryCode.SY", "countryCode.SZ", "countryCode.TC", "countryCode.TD", "countryCode.TF", "countryCode.TG", "countryCode.TH", "countryCode.TJ", "countryCode.TK", "countryCode.TL", "countryCode.TM", "countryCode.TN", "countryCode.TO", "countryCode.TR", "countryCode.TT", "countryCode.TV", "countryCode.TW", "countryCode.TZ", "countryCode.UA", "countryCode.UG", "countryCode.US", "countryCode.UY", "countryCode.UZ", "countryCode.VA", "countryCode.VC", "countryCode.VE", "countryCode.VG", "countryCode.VI", "countryCode.VN", "countryCode.VU", "countryCode.WF", "countryCode.WS", "countryCode.XK", "countryCode.YE", "countryCode.YT", "countryCode.ZA", "countryCode.ZM", "countryCode.ZW"];
|
|
@@ -0,0 +1,434 @@
|
|
|
1
|
+
// TODO: remove country codes
|
|
2
|
+
export const TRANSLATION_CODES = [
|
|
3
|
+
'acceptAll',
|
|
4
|
+
'add-person-page',
|
|
5
|
+
'add-person-page.maintenance.submitError',
|
|
6
|
+
'add-person-page.maintenance.submitSuccess',
|
|
7
|
+
'auth.cannotBeChangedLaterWarning',
|
|
8
|
+
'auth.candleLitWarning',
|
|
9
|
+
'auth.loginRequired',
|
|
10
|
+
'author',
|
|
11
|
+
'burnedCandles',
|
|
12
|
+
'burnedOutCandle',
|
|
13
|
+
'burningCandles',
|
|
14
|
+
'burningEndsAt',
|
|
15
|
+
'burningStartsAt',
|
|
16
|
+
'burnsSoFar',
|
|
17
|
+
'cancel',
|
|
18
|
+
'candle-details-page',
|
|
19
|
+
'candle-details-page.deleteCandle.submitError',
|
|
20
|
+
'candle-details-page.deleteCandle.submitSuccess',
|
|
21
|
+
'candle-details-page.deleteCandle.question',
|
|
22
|
+
'candle-details-page.deleteCandle',
|
|
23
|
+
'candle-details-page.myCandle.submitError',
|
|
24
|
+
'candle-details-page.myCandle.submitSuccess',
|
|
25
|
+
'candle-details-page.myCandle.loginRequired',
|
|
26
|
+
'candle-details-page.myCandle.question',
|
|
27
|
+
'candle-details-page.myCandle',
|
|
28
|
+
'candle-details-page.relightCandle.submitError',
|
|
29
|
+
'candle-details-page.relightCandle.submitSuccess',
|
|
30
|
+
'candle-details-page.relightCandle.question',
|
|
31
|
+
'candle-details-page.relightCandle',
|
|
32
|
+
'candle',
|
|
33
|
+
'candlesInCount',
|
|
34
|
+
'candles',
|
|
35
|
+
'candles-page',
|
|
36
|
+
'candle.description',
|
|
37
|
+
'caseSensitive',
|
|
38
|
+
'contact-page',
|
|
39
|
+
'contact-page.infoTitle',
|
|
40
|
+
'contact-page.sendMessage.submitError',
|
|
41
|
+
'contact-page.sendMessage.submitSuccess',
|
|
42
|
+
'contact-page.sendMessageTitle',
|
|
43
|
+
'cookieConsentForm.title',
|
|
44
|
+
'cookieConsentForm.description',
|
|
45
|
+
'cookieConsentForm.languageFormDescription',
|
|
46
|
+
'cookie-policy-page',
|
|
47
|
+
'count',
|
|
48
|
+
'createdAt',
|
|
49
|
+
'customize',
|
|
50
|
+
'dropZone.acceptedFormats',
|
|
51
|
+
'dropZone.drapActive',
|
|
52
|
+
'dropZone.dropZone',
|
|
53
|
+
'dropZone.sizeLimit',
|
|
54
|
+
'edit-candle-page',
|
|
55
|
+
'edit-candle-page.maintenance.submitError',
|
|
56
|
+
'edit-candle-page.maintenance.submitSuccess',
|
|
57
|
+
'edit-person-page',
|
|
58
|
+
'edit-person-page.maintenance.submitError',
|
|
59
|
+
'edit-person-page.maintenance.submitSuccess',
|
|
60
|
+
'email',
|
|
61
|
+
'english',
|
|
62
|
+
'errorLoadingData',
|
|
63
|
+
'facebook',
|
|
64
|
+
'help-page.addPersonRule1',
|
|
65
|
+
'help-page.addPersonRule2',
|
|
66
|
+
'help-page.addPersonRule3',
|
|
67
|
+
'help-page.addPersonRule4',
|
|
68
|
+
'help-page.addPersonTitle',
|
|
69
|
+
'help-page.candlesParagraph1',
|
|
70
|
+
'help-page.candlesParagraph2',
|
|
71
|
+
'help-page.candlesParagraph3',
|
|
72
|
+
'help-page.intro',
|
|
73
|
+
'help-page.lightACandleRule1',
|
|
74
|
+
'help-page.lightACandleRule2',
|
|
75
|
+
'help-page.lightACandleTitle',
|
|
76
|
+
'help-page.personsParagraph',
|
|
77
|
+
'help-page',
|
|
78
|
+
'home-page',
|
|
79
|
+
'home-page.proposal',
|
|
80
|
+
'home-page.lastLitCandles',
|
|
81
|
+
'home-page.lastUploadedPersons',
|
|
82
|
+
'home-page.quickCandleLighting.placeOfTheCandle.placehodler',
|
|
83
|
+
'home-page.quickCandleLighting',
|
|
84
|
+
'home-page.statistics',
|
|
85
|
+
'home-page.welcome.description1',
|
|
86
|
+
'home-page.welcome.description2',
|
|
87
|
+
'home-page.welcome',
|
|
88
|
+
'hungarian',
|
|
89
|
+
'form.error.date',
|
|
90
|
+
'form.error.email',
|
|
91
|
+
'form.error.invalid',
|
|
92
|
+
'form.error.maxLength',
|
|
93
|
+
'form.error.message',
|
|
94
|
+
'form.error.required',
|
|
95
|
+
'image',
|
|
96
|
+
'invalidImage',
|
|
97
|
+
'noMoreImages',
|
|
98
|
+
'tooBigImage',
|
|
99
|
+
'imageCannotBeLoaded',
|
|
100
|
+
'imageClickToSeeOriginal',
|
|
101
|
+
'imageNotSet',
|
|
102
|
+
'lightACandle',
|
|
103
|
+
'light-candle-page',
|
|
104
|
+
'light-candle-page.maintenance.submitError',
|
|
105
|
+
'light-candle-page.maintenance.submitSuccess',
|
|
106
|
+
'lightTheCandle',
|
|
107
|
+
'litName',
|
|
108
|
+
'loading',
|
|
109
|
+
'login',
|
|
110
|
+
'loginPage.login.submitError',
|
|
111
|
+
'loginPage.login.showPassword',
|
|
112
|
+
'logout',
|
|
113
|
+
'map',
|
|
114
|
+
'message',
|
|
115
|
+
'modify',
|
|
116
|
+
'more',
|
|
117
|
+
'motto1',
|
|
118
|
+
'motto2',
|
|
119
|
+
'motto3',
|
|
120
|
+
'myCandles',
|
|
121
|
+
'myPersons',
|
|
122
|
+
'name',
|
|
123
|
+
'ok',
|
|
124
|
+
'pageMenu.add-person-page',
|
|
125
|
+
'pageMenu.candles-page',
|
|
126
|
+
'pageMenu.contact-page',
|
|
127
|
+
'pageMenu.cookie-policy-page',
|
|
128
|
+
'pageMenu.help-page',
|
|
129
|
+
'pageMenu.persons-page',
|
|
130
|
+
'pageMenu.persons-map-page',
|
|
131
|
+
'pageMenu.terms-and-conditions-page',
|
|
132
|
+
'password',
|
|
133
|
+
'person',
|
|
134
|
+
'person.birthDate',
|
|
135
|
+
'person.birthPlaceCountry',
|
|
136
|
+
'person.deathDate',
|
|
137
|
+
'person.description',
|
|
138
|
+
'person.name',
|
|
139
|
+
'person-candles-page',
|
|
140
|
+
'person-candles-page.addCandle.description',
|
|
141
|
+
'person-details-page',
|
|
142
|
+
'person-details-page.deletePerson.submitError',
|
|
143
|
+
'person-details-page.deletePerson.submitSuccess',
|
|
144
|
+
'person-details-page.deletePerson.question',
|
|
145
|
+
'person-details-page.deletePerson',
|
|
146
|
+
'person-details-page.myPerson.submitError',
|
|
147
|
+
'person-details-page.myPerson.submitSuccess',
|
|
148
|
+
'person-details-page.myPerson.loginRequired',
|
|
149
|
+
'person-details-page.myPerson.question',
|
|
150
|
+
'person-details-page.myPerson',
|
|
151
|
+
'persons-page',
|
|
152
|
+
'persons',
|
|
153
|
+
'personsInCount',
|
|
154
|
+
'persons-page.addPerson.description',
|
|
155
|
+
'persons-page.personsList.hasImage',
|
|
156
|
+
'persons-page.personsList',
|
|
157
|
+
'persons-map-page.map.description',
|
|
158
|
+
'persons-map-page',
|
|
159
|
+
'proposable',
|
|
160
|
+
'redirecting',
|
|
161
|
+
'rejectAll',
|
|
162
|
+
'reset',
|
|
163
|
+
'save',
|
|
164
|
+
'savedSuccessfully',
|
|
165
|
+
'select',
|
|
166
|
+
'send',
|
|
167
|
+
'shareOnFacebook',
|
|
168
|
+
'sort',
|
|
169
|
+
'subject',
|
|
170
|
+
'timeAbbreviationDay',
|
|
171
|
+
'timeAbbreviationHour',
|
|
172
|
+
'timeAbbreviationMinute',
|
|
173
|
+
'terms-and-conditions-page.applicableLawParagraph',
|
|
174
|
+
'terms-and-conditions-page.applicableLawTitle',
|
|
175
|
+
'terms-and-conditions-page.conditionsOfUseParagraph',
|
|
176
|
+
'terms-and-conditions-page.conditionsOfUseTitle',
|
|
177
|
+
'terms-and-conditions-page.disputesParagraph',
|
|
178
|
+
'terms-and-conditions-page.disputesTitle',
|
|
179
|
+
'terms-and-conditions-page.intellectualPropertyParagraph',
|
|
180
|
+
'terms-and-conditions-page.intellectualPropertyTitle',
|
|
181
|
+
'terms-and-conditions-page.intro',
|
|
182
|
+
'terms-and-conditions-page.limitationAndLiabilityParagraph',
|
|
183
|
+
'terms-and-conditions-page.limitationAndLiabilityTitle',
|
|
184
|
+
'terms-and-conditions-page',
|
|
185
|
+
'terms-and-conditions-page.userAccountsParagraph',
|
|
186
|
+
'terms-and-conditions-page.userAccountsTitle',
|
|
187
|
+
'username',
|
|
188
|
+
'countryCode.AD',
|
|
189
|
+
'countryCode.AE',
|
|
190
|
+
'countryCode.AF',
|
|
191
|
+
'countryCode.AG',
|
|
192
|
+
'countryCode.AI',
|
|
193
|
+
'countryCode.AL',
|
|
194
|
+
'countryCode.AM',
|
|
195
|
+
'countryCode.AN',
|
|
196
|
+
'countryCode.AO',
|
|
197
|
+
'countryCode.AQ',
|
|
198
|
+
'countryCode.AR',
|
|
199
|
+
'countryCode.AS',
|
|
200
|
+
'countryCode.AT',
|
|
201
|
+
'countryCode.AU',
|
|
202
|
+
'countryCode.AW',
|
|
203
|
+
'countryCode.AX',
|
|
204
|
+
'countryCode.AZ',
|
|
205
|
+
'countryCode.BA',
|
|
206
|
+
'countryCode.BB',
|
|
207
|
+
'countryCode.BD',
|
|
208
|
+
'countryCode.BE',
|
|
209
|
+
'countryCode.BF',
|
|
210
|
+
'countryCode.BG',
|
|
211
|
+
'countryCode.BH',
|
|
212
|
+
'countryCode.BI',
|
|
213
|
+
'countryCode.BJ',
|
|
214
|
+
'countryCode.BM',
|
|
215
|
+
'countryCode.BN',
|
|
216
|
+
'countryCode.BO',
|
|
217
|
+
'countryCode.BR',
|
|
218
|
+
'countryCode.BQ',
|
|
219
|
+
'countryCode.BS',
|
|
220
|
+
'countryCode.BT',
|
|
221
|
+
'countryCode.BV',
|
|
222
|
+
'countryCode.BW',
|
|
223
|
+
'countryCode.BY',
|
|
224
|
+
'countryCode.BZ',
|
|
225
|
+
'countryCode.CA',
|
|
226
|
+
'countryCode.CC',
|
|
227
|
+
'countryCode.CD',
|
|
228
|
+
'countryCode.CF',
|
|
229
|
+
'countryCode.CG',
|
|
230
|
+
'countryCode.CH',
|
|
231
|
+
'countryCode.CI',
|
|
232
|
+
'countryCode.CK',
|
|
233
|
+
'countryCode.CL',
|
|
234
|
+
'countryCode.CM',
|
|
235
|
+
'countryCode.CN',
|
|
236
|
+
'countryCode.CO',
|
|
237
|
+
'countryCode.CR',
|
|
238
|
+
'countryCode.CU',
|
|
239
|
+
'countryCode.CV',
|
|
240
|
+
'countryCode.CX',
|
|
241
|
+
'countryCode.CY',
|
|
242
|
+
'countryCode.CZ',
|
|
243
|
+
'countryCode.DE',
|
|
244
|
+
'countryCode.DJ',
|
|
245
|
+
'countryCode.DK',
|
|
246
|
+
'countryCode.DM',
|
|
247
|
+
'countryCode.DO',
|
|
248
|
+
'countryCode.DZ',
|
|
249
|
+
'countryCode.EC',
|
|
250
|
+
'countryCode.EE',
|
|
251
|
+
'countryCode.EG',
|
|
252
|
+
'countryCode.EH',
|
|
253
|
+
'countryCode.ER',
|
|
254
|
+
'countryCode.ES',
|
|
255
|
+
'countryCode.ET',
|
|
256
|
+
'countryCode.FI',
|
|
257
|
+
'countryCode.FJ',
|
|
258
|
+
'countryCode.FK',
|
|
259
|
+
'countryCode.FM',
|
|
260
|
+
'countryCode.FO',
|
|
261
|
+
'countryCode.FR',
|
|
262
|
+
'countryCode.GA',
|
|
263
|
+
'countryCode.GB',
|
|
264
|
+
'countryCode.GD',
|
|
265
|
+
'countryCode.GE',
|
|
266
|
+
'countryCode.GF',
|
|
267
|
+
'countryCode.GG',
|
|
268
|
+
'countryCode.GH',
|
|
269
|
+
'countryCode.GI',
|
|
270
|
+
'countryCode.GL',
|
|
271
|
+
'countryCode.GM',
|
|
272
|
+
'countryCode.GN',
|
|
273
|
+
'countryCode.GP',
|
|
274
|
+
'countryCode.GQ',
|
|
275
|
+
'countryCode.GR',
|
|
276
|
+
'countryCode.GS',
|
|
277
|
+
'countryCode.GT',
|
|
278
|
+
'countryCode.GU',
|
|
279
|
+
'countryCode.GW',
|
|
280
|
+
'countryCode.GY',
|
|
281
|
+
'countryCode.GZ',
|
|
282
|
+
'countryCode.HK',
|
|
283
|
+
'countryCode.HM',
|
|
284
|
+
'countryCode.HN',
|
|
285
|
+
'countryCode.HR',
|
|
286
|
+
'countryCode.HT',
|
|
287
|
+
'countryCode.HU',
|
|
288
|
+
'countryCode.ID',
|
|
289
|
+
'countryCode.IE',
|
|
290
|
+
'countryCode.IL',
|
|
291
|
+
'countryCode.IM',
|
|
292
|
+
'countryCode.IN',
|
|
293
|
+
'countryCode.IO',
|
|
294
|
+
'countryCode.IQ',
|
|
295
|
+
'countryCode.IR',
|
|
296
|
+
'countryCode.IS',
|
|
297
|
+
'countryCode.IT',
|
|
298
|
+
'countryCode.JE',
|
|
299
|
+
'countryCode.JM',
|
|
300
|
+
'countryCode.JO',
|
|
301
|
+
'countryCode.JP',
|
|
302
|
+
'countryCode.KE',
|
|
303
|
+
'countryCode.KG',
|
|
304
|
+
'countryCode.KH',
|
|
305
|
+
'countryCode.KI',
|
|
306
|
+
'countryCode.KM',
|
|
307
|
+
'countryCode.KN',
|
|
308
|
+
'countryCode.KP',
|
|
309
|
+
'countryCode.KR',
|
|
310
|
+
'countryCode.KW',
|
|
311
|
+
'countryCode.KY',
|
|
312
|
+
'countryCode.KZ',
|
|
313
|
+
'countryCode.LA',
|
|
314
|
+
'countryCode.LB',
|
|
315
|
+
'countryCode.LC',
|
|
316
|
+
'countryCode.LI',
|
|
317
|
+
'countryCode.LK',
|
|
318
|
+
'countryCode.LR',
|
|
319
|
+
'countryCode.LS',
|
|
320
|
+
'countryCode.LT',
|
|
321
|
+
'countryCode.LU',
|
|
322
|
+
'countryCode.LV',
|
|
323
|
+
'countryCode.LY',
|
|
324
|
+
'countryCode.MA',
|
|
325
|
+
'countryCode.MC',
|
|
326
|
+
'countryCode.MD',
|
|
327
|
+
'countryCode.ME',
|
|
328
|
+
'countryCode.MG',
|
|
329
|
+
'countryCode.MH',
|
|
330
|
+
'countryCode.MK',
|
|
331
|
+
'countryCode.ML',
|
|
332
|
+
'countryCode.MM',
|
|
333
|
+
'countryCode.MN',
|
|
334
|
+
'countryCode.MO',
|
|
335
|
+
'countryCode.MP',
|
|
336
|
+
'countryCode.MQ',
|
|
337
|
+
'countryCode.MR',
|
|
338
|
+
'countryCode.MS',
|
|
339
|
+
'countryCode.MT',
|
|
340
|
+
'countryCode.MU',
|
|
341
|
+
'countryCode.MV',
|
|
342
|
+
'countryCode.MW',
|
|
343
|
+
'countryCode.MX',
|
|
344
|
+
'countryCode.MY',
|
|
345
|
+
'countryCode.MZ',
|
|
346
|
+
'countryCode.NA',
|
|
347
|
+
'countryCode.NC',
|
|
348
|
+
'countryCode.NE',
|
|
349
|
+
'countryCode.NF',
|
|
350
|
+
'countryCode.NG',
|
|
351
|
+
'countryCode.NI',
|
|
352
|
+
'countryCode.NL',
|
|
353
|
+
'countryCode.NO',
|
|
354
|
+
'countryCode.NP',
|
|
355
|
+
'countryCode.NR',
|
|
356
|
+
'countryCode.NU',
|
|
357
|
+
'countryCode.NZ',
|
|
358
|
+
'countryCode.OM',
|
|
359
|
+
'countryCode.PA',
|
|
360
|
+
'countryCode.PE',
|
|
361
|
+
'countryCode.PF',
|
|
362
|
+
'countryCode.PG',
|
|
363
|
+
'countryCode.PH',
|
|
364
|
+
'countryCode.PK',
|
|
365
|
+
'countryCode.PL',
|
|
366
|
+
'countryCode.PM',
|
|
367
|
+
'countryCode.PN',
|
|
368
|
+
'countryCode.PR',
|
|
369
|
+
'countryCode.PS',
|
|
370
|
+
'countryCode.PT',
|
|
371
|
+
'countryCode.PW',
|
|
372
|
+
'countryCode.PY',
|
|
373
|
+
'countryCode.QA',
|
|
374
|
+
'countryCode.RE',
|
|
375
|
+
'countryCode.RO',
|
|
376
|
+
'countryCode.RS',
|
|
377
|
+
'countryCode.RU',
|
|
378
|
+
'countryCode.RW',
|
|
379
|
+
'countryCode.SA',
|
|
380
|
+
'countryCode.SB',
|
|
381
|
+
'countryCode.SC',
|
|
382
|
+
'countryCode.SD',
|
|
383
|
+
'countryCode.SE',
|
|
384
|
+
'countryCode.SG',
|
|
385
|
+
'countryCode.SH',
|
|
386
|
+
'countryCode.SI',
|
|
387
|
+
'countryCode.SJ',
|
|
388
|
+
'countryCode.SK',
|
|
389
|
+
'countryCode.SL',
|
|
390
|
+
'countryCode.SM',
|
|
391
|
+
'countryCode.SN',
|
|
392
|
+
'countryCode.SO',
|
|
393
|
+
'countryCode.SR',
|
|
394
|
+
'countryCode.ST',
|
|
395
|
+
'countryCode.SV',
|
|
396
|
+
'countryCode.SY',
|
|
397
|
+
'countryCode.SZ',
|
|
398
|
+
'countryCode.TC',
|
|
399
|
+
'countryCode.TD',
|
|
400
|
+
'countryCode.TF',
|
|
401
|
+
'countryCode.TG',
|
|
402
|
+
'countryCode.TH',
|
|
403
|
+
'countryCode.TJ',
|
|
404
|
+
'countryCode.TK',
|
|
405
|
+
'countryCode.TL',
|
|
406
|
+
'countryCode.TM',
|
|
407
|
+
'countryCode.TN',
|
|
408
|
+
'countryCode.TO',
|
|
409
|
+
'countryCode.TR',
|
|
410
|
+
'countryCode.TT',
|
|
411
|
+
'countryCode.TV',
|
|
412
|
+
'countryCode.TW',
|
|
413
|
+
'countryCode.TZ',
|
|
414
|
+
'countryCode.UA',
|
|
415
|
+
'countryCode.UG',
|
|
416
|
+
'countryCode.US',
|
|
417
|
+
'countryCode.UY',
|
|
418
|
+
'countryCode.UZ',
|
|
419
|
+
'countryCode.VA',
|
|
420
|
+
'countryCode.VC',
|
|
421
|
+
'countryCode.VE',
|
|
422
|
+
'countryCode.VG',
|
|
423
|
+
'countryCode.VI',
|
|
424
|
+
'countryCode.VN',
|
|
425
|
+
'countryCode.VU',
|
|
426
|
+
'countryCode.WF',
|
|
427
|
+
'countryCode.WS',
|
|
428
|
+
'countryCode.XK',
|
|
429
|
+
'countryCode.YE',
|
|
430
|
+
'countryCode.YT',
|
|
431
|
+
'countryCode.ZA',
|
|
432
|
+
'countryCode.ZM',
|
|
433
|
+
'countryCode.ZW',
|
|
434
|
+
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const COUNTRY_CODE_TRANSLATION_CODES: readonly ["countryCode.AD", "countryCode.AE", "countryCode.AF", "countryCode.AG", "countryCode.AI", "countryCode.AL", "countryCode.AM", "countryCode.AN", "countryCode.AO", "countryCode.AQ", "countryCode.AR", "countryCode.AS", "countryCode.AT", "countryCode.AU", "countryCode.AW", "countryCode.AX", "countryCode.AZ", "countryCode.BA", "countryCode.BB", "countryCode.BD", "countryCode.BE", "countryCode.BF", "countryCode.BG", "countryCode.BH", "countryCode.BI", "countryCode.BJ", "countryCode.BM", "countryCode.BN", "countryCode.BO", "countryCode.BR", "countryCode.BQ", "countryCode.BS", "countryCode.BT", "countryCode.BV", "countryCode.BW", "countryCode.BY", "countryCode.BZ", "countryCode.CA", "countryCode.CC", "countryCode.CD", "countryCode.CF", "countryCode.CG", "countryCode.CH", "countryCode.CI", "countryCode.CK", "countryCode.CL", "countryCode.CM", "countryCode.CN", "countryCode.CO", "countryCode.CR", "countryCode.CU", "countryCode.CV", "countryCode.CX", "countryCode.CY", "countryCode.CZ", "countryCode.DE", "countryCode.DJ", "countryCode.DK", "countryCode.DM", "countryCode.DO", "countryCode.DZ", "countryCode.EC", "countryCode.EE", "countryCode.EG", "countryCode.EH", "countryCode.ER", "countryCode.ES", "countryCode.ET", "countryCode.FI", "countryCode.FJ", "countryCode.FK", "countryCode.FM", "countryCode.FO", "countryCode.FR", "countryCode.GA", "countryCode.GB", "countryCode.GD", "countryCode.GE", "countryCode.GF", "countryCode.GG", "countryCode.GH", "countryCode.GI", "countryCode.GL", "countryCode.GM", "countryCode.GN", "countryCode.GP", "countryCode.GQ", "countryCode.GR", "countryCode.GS", "countryCode.GT", "countryCode.GU", "countryCode.GW", "countryCode.GY", "countryCode.GZ", "countryCode.HK", "countryCode.HM", "countryCode.HN", "countryCode.HR", "countryCode.HT", "countryCode.HU", "countryCode.ID", "countryCode.IE", "countryCode.IL", "countryCode.IM", "countryCode.IN", "countryCode.IO", "countryCode.IQ", "countryCode.IR", "countryCode.IS", "countryCode.IT", "countryCode.JE", "countryCode.JM", "countryCode.JO", "countryCode.JP", "countryCode.KE", "countryCode.KG", "countryCode.KH", "countryCode.KI", "countryCode.KM", "countryCode.KN", "countryCode.KP", "countryCode.KR", "countryCode.KW", "countryCode.KY", "countryCode.KZ", "countryCode.LA", "countryCode.LB", "countryCode.LC", "countryCode.LI", "countryCode.LK", "countryCode.LR", "countryCode.LS", "countryCode.LT", "countryCode.LU", "countryCode.LV", "countryCode.LY", "countryCode.MA", "countryCode.MC", "countryCode.MD", "countryCode.ME", "countryCode.MG", "countryCode.MH", "countryCode.MK", "countryCode.ML", "countryCode.MM", "countryCode.MN", "countryCode.MO", "countryCode.MP", "countryCode.MQ", "countryCode.MR", "countryCode.MS", "countryCode.MT", "countryCode.MU", "countryCode.MV", "countryCode.MW", "countryCode.MX", "countryCode.MY", "countryCode.MZ", "countryCode.NA", "countryCode.NC", "countryCode.NE", "countryCode.NF", "countryCode.NG", "countryCode.NI", "countryCode.NL", "countryCode.NO", "countryCode.NP", "countryCode.NR", "countryCode.NU", "countryCode.NZ", "countryCode.OM", "countryCode.PA", "countryCode.PE", "countryCode.PF", "countryCode.PG", "countryCode.PH", "countryCode.PK", "countryCode.PL", "countryCode.PM", "countryCode.PN", "countryCode.PR", "countryCode.PS", "countryCode.PT", "countryCode.PW", "countryCode.PY", "countryCode.QA", "countryCode.RE", "countryCode.RO", "countryCode.RS", "countryCode.RU", "countryCode.RW", "countryCode.SA", "countryCode.SB", "countryCode.SC", "countryCode.SD", "countryCode.SE", "countryCode.SG", "countryCode.SH", "countryCode.SI", "countryCode.SJ", "countryCode.SK", "countryCode.SL", "countryCode.SM", "countryCode.SN", "countryCode.SO", "countryCode.SR", "countryCode.ST", "countryCode.SV", "countryCode.SY", "countryCode.SZ", "countryCode.TC", "countryCode.TD", "countryCode.TF", "countryCode.TG", "countryCode.TH", "countryCode.TJ", "countryCode.TK", "countryCode.TL", "countryCode.TM", "countryCode.TN", "countryCode.TO", "countryCode.TR", "countryCode.TT", "countryCode.TV", "countryCode.TW", "countryCode.TZ", "countryCode.UA", "countryCode.UG", "countryCode.US", "countryCode.UY", "countryCode.UZ", "countryCode.VA", "countryCode.VC", "countryCode.VE", "countryCode.VG", "countryCode.VI", "countryCode.VN", "countryCode.VU", "countryCode.WF", "countryCode.WS", "countryCode.XK", "countryCode.YE", "countryCode.YT", "countryCode.ZA", "countryCode.ZM", "countryCode.ZW"];
|