diff --git a/ej2-javascript/code-snippet/schedule/islamic-calendar-cs1/index.ts b/ej2-javascript/code-snippet/schedule/islamic-calendar-cs1/index.ts index 833d25ebe..69c8705dd 100644 --- a/ej2-javascript/code-snippet/schedule/islamic-calendar-cs1/index.ts +++ b/ej2-javascript/code-snippet/schedule/islamic-calendar-cs1/index.ts @@ -7,15 +7,15 @@ import { import { Ajax, loadCldr, setCulture, L10n } from '@syncfusion/ej2-base'; import { Calendar, Islamic } from '@syncfusion/ej2-calendars'; import { scheduleData } from './datasource.ts'; -import * as numberingSystems from './numberingSystems.json'; -import * as gregorian from './ca-gregorian.json'; -import * as numbers from './numbers.json'; -import * as detimeZoneNames from './timeZoneNames.json'; -import * as islamic from './ca-islamic.json'; +import arNumberData from '@syncfusion/ej2-cldr-data/main/ar/numbers.json'; +import artimeZoneData from '@syncfusion/ej2-cldr-data/main/ar/timeZoneNames.json'; +import arGregorian from '@syncfusion/ej2-cldr-data/main/ar/ca-gregorian.json'; +import arIslamic from '@syncfusion/ej2-cldr-data/main/ar/ca-islamic.json'; +import arNumberingSystem from '@syncfusion/ej2-cldr-data/supplemental/numberingSystems.json'; Schedule.Inject(Day, Week, WorkWeek, Month, TimelineViews, TimelineMonth, Agenda, MonthAgenda, Resize, DragAndDrop); Calendar.Inject(Islamic); -loadCldr(numberingSystems, gregorian, numbers, detimeZoneNames, islamic); +loadCldr(arNumberData, artimeZoneData, arGregorian, arIslamic, arNumberingSystem); let localeTexts: string; let ajax: Ajax = new Ajax('./locale.json', 'GET', false); ajax.onSuccess = (value: string) => { diff --git a/ej2-javascript/code-snippet/schedule/localization-cs1/index.ts b/ej2-javascript/code-snippet/schedule/localization-cs1/index.ts index a8e04043c..4363706f9 100644 --- a/ej2-javascript/code-snippet/schedule/localization-cs1/index.ts +++ b/ej2-javascript/code-snippet/schedule/localization-cs1/index.ts @@ -2,14 +2,14 @@ import { Schedule, Day, Week, WorkWeek, Month} from '@syncfusion/ej2-schedule'; import { scheduleData } from './datasource.ts'; -import { loadCldr } from '@syncfusion/ej2-base'; -import * as numberingSystems from './numberingSystems.json'; -import * as gregorian from './ca-gregorian.json'; -import * as numbers from './numbers.json'; -import * as detimeZoneNames from './timeZoneNames.json'; +import { loadCldr} from '@syncfusion/ej2-base'; +import frNumberData from '@syncfusion/ej2-cldr-data/main/fr-CH/numbers.json'; +import frtimeZoneData from '@syncfusion/ej2-cldr-data/main/fr-CH/timeZoneNames.json'; +import frGregorian from '@syncfusion/ej2-cldr-data/main/fr-CH/ca-gregorian.json'; +import frNumberingSystem from '@syncfusion/ej2-cldr-data/supplemental/numberingSystems.json'; Schedule.Inject(Day, Week, WorkWeek, Month); -loadCldr(numberingSystems, gregorian, numbers, detimeZoneNames); +loadCldr(frNumberData, frtimeZoneData, frGregorian, frNumberingSystem); let scheduleObj: Schedule = new Schedule({ height: '550px', diff --git a/ej2-javascript/code-snippet/schedule/localization-cs2/index.ts b/ej2-javascript/code-snippet/schedule/localization-cs2/index.ts index e4897e99a..4e9c8795d 100644 --- a/ej2-javascript/code-snippet/schedule/localization-cs2/index.ts +++ b/ej2-javascript/code-snippet/schedule/localization-cs2/index.ts @@ -3,14 +3,15 @@ import { Schedule, Day, Week, WorkWeek, Month } from '@syncfusion/ej2-schedule'; import { L10n, loadCldr } from '@syncfusion/ej2-base'; import { scheduleData } from './datasource.ts'; -import * as numberingSystems from './numberingSystems.json'; -import * as gregorian from './ca-gregorian.json'; -import * as numbers from './numbers.json'; -import * as timeZoneNames from './timeZoneNames.json'; +import { loadCldr} from '@syncfusion/ej2-base'; +import frNumberData from '@syncfusion/ej2-cldr-data/main/fr-CH/numbers.json'; +import frtimeZoneData from '@syncfusion/ej2-cldr-data/main/fr-CH/timeZoneNames.json'; +import frGregorian from '@syncfusion/ej2-cldr-data/main/fr-CH/ca-gregorian.json'; +import frNumberingSystem from '@syncfusion/ej2-cldr-data/supplemental/numberingSystems.json'; import * as localeTexts from './locale.json'; Schedule.Inject(Day, Week, WorkWeek, Month); -loadCldr(numberingSystems, gregorian, numbers, timeZoneNames); +loadCldr(frNumberData, frtimeZoneData, frGregorian, frNumberingSystem); L10n.load(localeTexts); let scheduleObj: Schedule = new Schedule({ diff --git a/ej2-javascript/code-snippet/schedule/localization-cs3/ca-gregorian.json b/ej2-javascript/code-snippet/schedule/localization-cs3/ca-gregorian.json deleted file mode 100644 index c88fcd919..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs3/ca-gregorian.json +++ /dev/null @@ -1,493 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "dates": { - "calendars": { - "gregorian": { - "months": { - "format": { - "abbreviated": { - "1": "janv.", - "2": "févr.", - "3": "mars", - "4": "avr.", - "5": "mai", - "6": "juin", - "7": "juil.", - "8": "août", - "9": "sept.", - "10": "oct.", - "11": "nov.", - "12": "déc." - }, - "narrow": { - "1": "J", - "2": "F", - "3": "M", - "4": "A", - "5": "M", - "6": "J", - "7": "J", - "8": "A", - "9": "S", - "10": "O", - "11": "N", - "12": "D" - }, - "wide": { - "1": "janvier", - "2": "février", - "3": "mars", - "4": "avril", - "5": "mai", - "6": "juin", - "7": "juillet", - "8": "août", - "9": "septembre", - "10": "octobre", - "11": "novembre", - "12": "décembre" - } - }, - "stand-alone": { - "abbreviated": { - "1": "janv.", - "2": "févr.", - "3": "mars", - "4": "avr.", - "5": "mai", - "6": "juin", - "7": "juil.", - "8": "août", - "9": "sept.", - "10": "oct.", - "11": "nov.", - "12": "déc." - }, - "narrow": { - "1": "J", - "2": "F", - "3": "M", - "4": "A", - "5": "M", - "6": "J", - "7": "J", - "8": "A", - "9": "S", - "10": "O", - "11": "N", - "12": "D" - }, - "wide": { - "1": "janvier", - "2": "février", - "3": "mars", - "4": "avril", - "5": "mai", - "6": "juin", - "7": "juillet", - "8": "août", - "9": "septembre", - "10": "octobre", - "11": "novembre", - "12": "décembre" - } - } - }, - "days": { - "format": { - "abbreviated": { - "sun": "dim.", - "mon": "lun.", - "tue": "mar.", - "wed": "mer.", - "thu": "jeu.", - "fri": "ven.", - "sat": "sam." - }, - "narrow": { - "sun": "D", - "mon": "L", - "tue": "M", - "wed": "M", - "thu": "J", - "fri": "V", - "sat": "S" - }, - "short": { - "sun": "di", - "mon": "lu", - "tue": "ma", - "wed": "me", - "thu": "je", - "fri": "ve", - "sat": "sa" - }, - "wide": { - "sun": "dimanche", - "mon": "lundi", - "tue": "mardi", - "wed": "mercredi", - "thu": "jeudi", - "fri": "vendredi", - "sat": "samedi" - } - }, - "stand-alone": { - "abbreviated": { - "sun": "dim.", - "mon": "lun.", - "tue": "mar.", - "wed": "mer.", - "thu": "jeu.", - "fri": "ven.", - "sat": "sam." - }, - "narrow": { - "sun": "D", - "mon": "L", - "tue": "M", - "wed": "M", - "thu": "J", - "fri": "V", - "sat": "S" - }, - "short": { - "sun": "di", - "mon": "lu", - "tue": "ma", - "wed": "me", - "thu": "je", - "fri": "ve", - "sat": "sa" - }, - "wide": { - "sun": "dimanche", - "mon": "lundi", - "tue": "mardi", - "wed": "mercredi", - "thu": "jeudi", - "fri": "vendredi", - "sat": "samedi" - } - } - }, - "quarters": { - "format": { - "abbreviated": { - "1": "T1", - "2": "T2", - "3": "T3", - "4": "T4" - }, - "narrow": { - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "wide": { - "1": "1er trimestre", - "2": "2e trimestre", - "3": "3e trimestre", - "4": "4e trimestre" - } - }, - "stand-alone": { - "abbreviated": { - "1": "T1", - "2": "T2", - "3": "T3", - "4": "T4" - }, - "narrow": { - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "wide": { - "1": "1er trimestre", - "2": "2e trimestre", - "3": "3e trimestre", - "4": "4e trimestre" - } - } - }, - "dayPeriods": { - "format": { - "abbreviated": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du mat.", - "afternoon1": "de l’ap.m.", - "evening1": "du soir", - "night1": "du mat." - }, - "narrow": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du mat.", - "afternoon1": "de l’ap.m.", - "evening1": "du soir", - "night1": "du mat." - }, - "wide": { - "midnight": "minuit", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du matin", - "afternoon1": "de l’après-midi", - "evening1": "du soir", - "night1": "du matin" - } - }, - "stand-alone": { - "abbreviated": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "mat.", - "afternoon1": "ap.m.", - "evening1": "soir", - "night1": "nuit" - }, - "narrow": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "mat.", - "afternoon1": "ap.m.", - "evening1": "soir", - "night1": "nuit" - }, - "wide": { - "midnight": "minuit", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "matin", - "afternoon1": "après-midi", - "evening1": "soir", - "night1": "nuit" - } - } - }, - "eras": { - "eraNames": { - "0": "avant Jésus-Christ", - "0-alt-variant": "avant l’ère commune", - "1": "après Jésus-Christ", - "1-alt-variant": "de l’ère commune" - }, - "eraAbbr": { - "0": "av. J.-C.", - "0-alt-variant": "AEC", - "1": "ap. J.-C.", - "1-alt-variant": "EC" - }, - "eraNarrow": { - "0": "av. J.-C.", - "0-alt-variant": "AEC", - "1": "ap. J.-C.", - "1-alt-variant": "EC" - } - }, - "dateFormats": { - "full": "EEEE, d MMMM y", - "long": "d MMMM y", - "medium": "d MMM y", - "short": "dd.MM.yy" - }, - "timeFormats": { - "full": "HH.mm:ss 'h' zzzz", - "long": "HH:mm:ss z", - "medium": "HH:mm:ss", - "short": "HH:mm" - }, - "dateTimeFormats": { - "full": "{1} 'à' {0}", - "long": "{1} 'à' {0}", - "medium": "{1} 'à' {0}", - "short": "{1} {0}", - "availableFormats": { - "Bh": "h B", - "Bhm": "h:mm B", - "Bhms": "h:mm:ss B", - "d": "d", - "E": "E", - "EBhm": "E h:mm B", - "EBhms": "E h:mm:ss B", - "Ed": "E d", - "Ehm": "E h:mm a", - "EHm": "E HH:mm", - "Ehms": "E h:mm:ss a", - "EHms": "E HH:mm:ss", - "Gy": "y G", - "GyMMM": "MMM y G", - "GyMMMd": "d MMM y G", - "GyMMMEd": "E d MMM y G", - "h": "h a", - "H": "HH 'h'", - "hm": "h:mm a", - "Hm": "HH:mm", - "hms": "h:mm:ss a", - "Hms": "HH:mm:ss", - "hmsv": "h:mm:ss a v", - "Hmsv": "HH:mm:ss v", - "hmv": "h:mm a v", - "Hmv": "HH:mm v", - "M": "L", - "Md": "dd.MM.", - "MEd": "E, dd.MM.", - "MMdd": "dd.MM", - "MMM": "LLL", - "MMMd": "d MMM", - "MMMEd": "E d MMM", - "MMMMd": "d MMMM", - "MMMMW-count-one": "'semaine' W (MMMM)", - "MMMMW-count-other": "'semaine' W (MMMM)", - "ms": "mm:ss", - "y": "y", - "yM": "MM.y", - "yMd": "dd.MM.y", - "yMEd": "E, dd.MM.y", - "yMMM": "MMM y", - "yMMMd": "d MMM y", - "yMMMEd": "E d MMM y", - "yMMMM": "MMMM y", - "yQQQ": "QQQ y", - "yQQQQ": "QQQQ y", - "yw-count-one": "'semaine' w 'de' Y", - "yw-count-other": "'semaine' w 'de' Y" - }, - "appendItems": { - "Day": "{0} ({2}: {1})", - "Day-Of-Week": "{0} {1}", - "Era": "{1} {0}", - "Hour": "{0} ({2}: {1})", - "Minute": "{0} ({2}: {1})", - "Month": "{0} ({2}: {1})", - "Quarter": "{0} ({2}: {1})", - "Second": "{0} ({2}: {1})", - "Timezone": "{0} {1}", - "Week": "{0} ({2}: {1})", - "Year": "{1} {0}" - }, - "intervalFormats": { - "intervalFormatFallback": "{0} – {1}", - "d": { - "d": "d–d" - }, - "h": { - "a": "h a – h a", - "h": "h – h a" - }, - "H": { - "H": "HH – HH" - }, - "hm": { - "a": "h:mm a – h:mm a", - "h": "h:mm – h:mm a", - "m": "h:mm – h:mm a" - }, - "Hm": { - "H": "HH:mm – HH:mm", - "m": "HH:mm – HH:mm" - }, - "hmv": { - "a": "h:mm a – h:mm a v", - "h": "h:mm – h:mm a v", - "m": "h:mm – h:mm a v" - }, - "Hmv": { - "H": "HH:mm – HH:mm v", - "m": "HH:mm – HH:mm v" - }, - "hv": { - "a": "h a – h a v", - "h": "h – h a v" - }, - "Hv": { - "H": "HH – HH v" - }, - "M": { - "M": "M–M" - }, - "Md": { - "d": "dd.MM – dd.MM", - "M": "dd.MM – dd.MM" - }, - "MEd": { - "d": "E, dd.MM – E, dd.MM", - "M": "E, dd.MM – E, dd.MM" - }, - "MMM": { - "M": "MMM–MMM" - }, - "MMMd": { - "d": "d–d MMM", - "M": "d MMM – d MMM" - }, - "MMMEd": { - "d": "E d – E d MMM", - "M": "E d MMM – E d MMM" - }, - "y": { - "y": "y–y" - }, - "yM": { - "M": "MM.y – MM.y", - "y": "MM.y – MM.y" - }, - "yMd": { - "d": "dd.MM.y – dd.MM.y", - "M": "dd.MM.y – dd.MM.y", - "y": "dd.MM.y – dd.MM.y" - }, - "yMEd": { - "d": "E, dd.MM.y – E, dd.MM.y", - "M": "E, dd.MM.y – E, dd.MM.y", - "y": "E, dd.MM.y – E, dd.MM.y" - }, - "yMMM": { - "M": "MMM–MMM y", - "y": "MMM y – MMM y" - }, - "yMMMd": { - "d": "d–d MMM y", - "M": "d MMM – d MMM y", - "y": "d MMM y – d MMM y" - }, - "yMMMEd": { - "d": "E d – E d MMM y", - "M": "E d MMM – E d MMM y", - "y": "E d MMM y – E d MMM y" - }, - "yMMMM": { - "M": "MMMM – MMMM y", - "y": "MMMM y – MMMM y" - } - } - } - } - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs3/locale.json b/ej2-javascript/code-snippet/schedule/localization-cs3/locale.json deleted file mode 100644 index f7791ec19..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs3/locale.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "fr-CH": { - "schedule": { - "day": "journée", - "week": "La semaine", - "workWeek": "Semaine de travail", - "month": "Mois", - "agenda": "Ordre du jour", - "weekAgenda": "Agenda de la semaine", - "workWeekAgenda": "Agenda de la semaine de travail", - "monthAgenda": "Agenda du mois", - "today": "Aujourd'hui", - "noEvents": "Pas d'événements", - "emptyContainer": "Aucun événement n'est prévu ce jour-là.", - "allDay": "Toute la journée", - "start": "Début", - "end": "Fin", - "more": "plus", - "close": "Fermer", - "cancel": "Annuler", - "noTitle": "(Pas de titre)", - "delete": "Effacer", - "deleteEvent": "Supprimer l'événement", - "deleteMultipleEvent": "Supprimer plusieurs événements", - "selectedItems": "Items selected", - "deleteSeries": "Supprimer la série", - "edit": "modifier", - "editSeries": "Modifier la série", - "editEvent": "Modifier l'événement", - "createEvent": "Créer", - "subject": "Assujettir", - "addTitle": "Ajouter un titre", - "moreDetails": "Plus de détails", - "save": "sauvegarder", - "editContent": "Voulez-vous modifier uniquement cet événement ou toute la série?", - "deleteRecurrenceContent": "Voulez-vous supprimer uniquement cet événement ou toute la série?", - "deleteContent": "Êtes-vous sûr de vouloir supprimer cet événement?", - "deleteMultipleContent": "Êtes-vous sûr de vouloir supprimer les événements sélectionnés?", - "newEvent": "Nouvel évènement", - "title": "Titre", - "location": "Emplacement", - "description": "La description", - "timezone": "Fuseau horaire", - "startTimezone": "Démarrer fuseau horaire", - "endTimezone": "Fin du fuseau horaire", - "repeat": "Répéter", - "saveButton": "sauvegarder", - "cancelButton": "Annuler", - "deleteButton": "Effacer", - "recurrence": "Récurrence", - "wrongPattern": "Le modèle de récurrence n'est pas valide.", - "seriesChangeAlert": "Les modifications apportées à des instances spécifiques de cette série seront annulées et ces événements correspondront à nouveau à la série.", - "createError": "La durée de l'événement doit être plus courte que sa fréquence. Raccourcissez la durée ou modifiez le modèle de récurrence dans l'éditeur d'événement de récurrence.", - "recurrenceDateValidation": "Certains mois ont moins que la date sélectionnée. Pour ces mois, l'événement se produira à la dernière date du mois.", - "sameDayAlert": "Deux occurrences du même événement ne peuvent pas se produire le même jour.", - "editRecurrence": "Modifier la récurrence", - "repeats": "Répétitions", - "alert": "Alerte", - "startEndError": "La date de fin sélectionnée se produit avant la date de début.", - "invalidDateError": "La valeur de date saisie est invalide.", - "ok": "D'accord", - "occurrence": "Occurrence", - "series": "Séries", - "previous": "précédent", - "next": "Prochain", - "timelineDay": "Journée chronologique", - "timelineWeek": "Semaine chronologique", - "timelineWorkWeek": "Semaine de travail chronologique", - "timelineMonth": "Mois de la chronologie" - }, - "recurrenceeditor": { - "none": "Aucun", - "daily": "du quotidien", - "weekly": "Hebdomadaire", - "monthly": "Mensuel", - "month": "Mois", - "yearly": "Annuel", - "never": "Jamais", - "until": "Jusqu'à", - "count": "Compter", - "first": "First", - "second": "Seconde", - "third": "Troisième", - "fourth": "Quatrième", - "last": "Dernier", - "repeat": "Répéter", - "repeatEvery": "Répétez chaque", - "on": "Répéter sur", - "end": "Fin", - "onDay": "journée", - "days": "journées", - "weeks": "semaines", - "months": "Mois", - "years": "Années", - "every": "chaque", - "summaryTimes": "fois", - "summaryOn": "sur", - "summaryUntil": "jusqu'à", - "summaryRepeat": "Répétitions", - "summaryDay": "journées", - "summaryWeek": "semaines", - "summaryMonth": "mois", - "summaryYear": "années" - }, - "calendar": { - "today": "Aujourd'hui" - } - } -} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/schedule/localization-cs3/numberingSystems.json b/ej2-javascript/code-snippet/schedule/localization-cs3/numberingSystems.json deleted file mode 100644 index 353fa3b6a..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs3/numberingSystems.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "supplemental": { - "version": { - "_number": "$Revision: 13459 $", - "_unicodeVersion": "10.0.0", - "_cldrVersion": "32" - }, - "numberingSystems": { - "adlm": { - "_digits": "𞥐𞥑𞥒𞥓𞥔𞥕𞥖𞥗𞥘𞥙", - "_type": "numeric" - }, - "ahom": { - "_digits": "𑜰𑜱𑜲𑜳𑜴𑜵𑜶𑜷𑜸𑜹", - "_type": "numeric" - }, - "arab": { - "_digits": "٠١٢٣٤٥٦٧٨٩", - "_type": "numeric" - }, - "arabext": { - "_digits": "۰۱۲۳۴۵۶۷۸۹", - "_type": "numeric" - }, - "armn": { - "_rules": "armenian-upper", - "_type": "algorithmic" - }, - "armnlow": { - "_rules": "armenian-lower", - "_type": "algorithmic" - }, - "bali": { - "_digits": "᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙", - "_type": "numeric" - }, - "beng": { - "_digits": "০১২৩৪৫৬৭৮৯", - "_type": "numeric" - }, - "bhks": { - "_digits": "𑱐𑱑𑱒𑱓𑱔𑱕𑱖𑱗𑱘𑱙", - "_type": "numeric" - }, - "brah": { - "_digits": "𑁦𑁧𑁨𑁩𑁪𑁫𑁬𑁭𑁮𑁯", - "_type": "numeric" - }, - "cakm": { - "_digits": "𑄶𑄷𑄸𑄹𑄺𑄻𑄼𑄽𑄾𑄿", - "_type": "numeric" - }, - "cham": { - "_digits": "꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙", - "_type": "numeric" - }, - "cyrl": { - "_rules": "cyrillic-lower", - "_type": "algorithmic" - }, - "deva": { - "_digits": "०१२३४५६७८९", - "_type": "numeric" - }, - "ethi": { - "_rules": "ethiopic", - "_type": "algorithmic" - }, - "fullwide": { - "_digits": "0123456789", - "_type": "numeric" - }, - "geor": { - "_rules": "georgian", - "_type": "algorithmic" - }, - "gonm": { - "_digits": "𑵐𑵑𑵒𑵓𑵔𑵕𑵖𑵗𑵘𑵙", - "_type": "numeric" - }, - "grek": { - "_rules": "greek-upper", - "_type": "algorithmic" - }, - "greklow": { - "_rules": "greek-lower", - "_type": "algorithmic" - }, - "gujr": { - "_digits": "૦૧૨૩૪૫૬૭૮૯", - "_type": "numeric" - }, - "guru": { - "_digits": "੦੧੨੩੪੫੬੭੮੯", - "_type": "numeric" - }, - "hanidays": { - "_rules": "zh/SpelloutRules/spellout-numbering-days", - "_type": "algorithmic" - }, - "hanidec": { - "_digits": "〇一二三四五六七八九", - "_type": "numeric" - }, - "hans": { - "_rules": "zh/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "hansfin": { - "_rules": "zh/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "hant": { - "_rules": "zh_Hant/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "hantfin": { - "_rules": "zh_Hant/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "hebr": { - "_rules": "hebrew", - "_type": "algorithmic" - }, - "hmng": { - "_digits": "𖭐𖭑𖭒𖭓𖭔𖭕𖭖𖭗𖭘𖭙", - "_type": "numeric" - }, - "java": { - "_digits": "꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙", - "_type": "numeric" - }, - "jpan": { - "_rules": "ja/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "jpanfin": { - "_rules": "ja/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "kali": { - "_digits": "꤀꤁꤂꤃꤄꤅꤆꤇꤈꤉", - "_type": "numeric" - }, - "khmr": { - "_digits": "០១២៣៤៥៦៧៨៩", - "_type": "numeric" - }, - "knda": { - "_digits": "೦೧೨೩೪೫೬೭೮೯", - "_type": "numeric" - }, - "lana": { - "_digits": "᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉", - "_type": "numeric" - }, - "lanatham": { - "_digits": "᪐᪑᪒᪓᪔᪕᪖᪗᪘᪙", - "_type": "numeric" - }, - "laoo": { - "_digits": "໐໑໒໓໔໕໖໗໘໙", - "_type": "numeric" - }, - "latn": { - "_digits": "0123456789", - "_type": "numeric" - }, - "lepc": { - "_digits": "᱀᱁᱂᱃᱄᱅᱆᱇᱈᱉", - "_type": "numeric" - }, - "limb": { - "_digits": "᥆᥇᥈᥉᥊᥋᥌᥍᥎᥏", - "_type": "numeric" - }, - "mathbold": { - "_digits": "𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗", - "_type": "numeric" - }, - "mathdbl": { - "_digits": "𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡", - "_type": "numeric" - }, - "mathmono": { - "_digits": "𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿", - "_type": "numeric" - }, - "mathsanb": { - "_digits": "𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵", - "_type": "numeric" - }, - "mathsans": { - "_digits": "𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫", - "_type": "numeric" - }, - "mlym": { - "_digits": "൦൧൨൩൪൫൬൭൮൯", - "_type": "numeric" - }, - "modi": { - "_digits": "𑙐𑙑𑙒𑙓𑙔𑙕𑙖𑙗𑙘𑙙", - "_type": "numeric" - }, - "mong": { - "_digits": "᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙", - "_type": "numeric" - }, - "mroo": { - "_digits": "𖩠𖩡𖩢𖩣𖩤𖩥𖩦𖩧𖩨𖩩", - "_type": "numeric" - }, - "mtei": { - "_digits": "꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹", - "_type": "numeric" - }, - "mymr": { - "_digits": "၀၁၂၃၄၅၆၇၈၉", - "_type": "numeric" - }, - "mymrshan": { - "_digits": "႐႑႒႓႔႕႖႗႘႙", - "_type": "numeric" - }, - "mymrtlng": { - "_digits": "꧰꧱꧲꧳꧴꧵꧶꧷꧸꧹", - "_type": "numeric" - }, - "newa": { - "_digits": "𑑐𑑑𑑒𑑓𑑔𑑕𑑖𑑗𑑘𑑙", - "_type": "numeric" - }, - "nkoo": { - "_digits": "߀߁߂߃߄߅߆߇߈߉", - "_type": "numeric" - }, - "olck": { - "_digits": "᱐᱑᱒᱓᱔᱕᱖᱗᱘᱙", - "_type": "numeric" - }, - "orya": { - "_digits": "୦୧୨୩୪୫୬୭୮୯", - "_type": "numeric" - }, - "osma": { - "_digits": "𐒠𐒡𐒢𐒣𐒤𐒥𐒦𐒧𐒨𐒩", - "_type": "numeric" - }, - "roman": { - "_rules": "roman-upper", - "_type": "algorithmic" - }, - "romanlow": { - "_rules": "roman-lower", - "_type": "algorithmic" - }, - "saur": { - "_digits": "꣐꣑꣒꣓꣔꣕꣖꣗꣘꣙", - "_type": "numeric" - }, - "shrd": { - "_digits": "𑇐𑇑𑇒𑇓𑇔𑇕𑇖𑇗𑇘𑇙", - "_type": "numeric" - }, - "sind": { - "_digits": "𑋰𑋱𑋲𑋳𑋴𑋵𑋶𑋷𑋸𑋹", - "_type": "numeric" - }, - "sinh": { - "_digits": "෦෧෨෩෪෫෬෭෮෯", - "_type": "numeric" - }, - "sora": { - "_digits": "𑃰𑃱𑃲𑃳𑃴𑃵𑃶𑃷𑃸𑃹", - "_type": "numeric" - }, - "sund": { - "_digits": "᮰᮱᮲᮳᮴᮵᮶᮷᮸᮹", - "_type": "numeric" - }, - "takr": { - "_digits": "𑛀𑛁𑛂𑛃𑛄𑛅𑛆𑛇𑛈𑛉", - "_type": "numeric" - }, - "talu": { - "_digits": "᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙", - "_type": "numeric" - }, - "taml": { - "_rules": "tamil", - "_type": "algorithmic" - }, - "tamldec": { - "_digits": "௦௧௨௩௪௫௬௭௮௯", - "_type": "numeric" - }, - "telu": { - "_digits": "౦౧౨౩౪౫౬౭౮౯", - "_type": "numeric" - }, - "thai": { - "_digits": "๐๑๒๓๔๕๖๗๘๙", - "_type": "numeric" - }, - "tibt": { - "_digits": "༠༡༢༣༤༥༦༧༨༩", - "_type": "numeric" - }, - "tirh": { - "_digits": "𑓐𑓑𑓒𑓓𑓔𑓕𑓖𑓗𑓘𑓙", - "_type": "numeric" - }, - "vaii": { - "_digits": "꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩", - "_type": "numeric" - }, - "wara": { - "_digits": "𑣠𑣡𑣢𑣣𑣤𑣥𑣦𑣧𑣨𑣩", - "_type": "numeric" - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs3/numbers.json b/ej2-javascript/code-snippet/schedule/localization-cs3/numbers.json deleted file mode 100644 index 71fddc6ed..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs3/numbers.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "numbers": { - "defaultNumberingSystem": "latn", - "otherNumberingSystems": { - "native": "latn" - }, - "minimumGroupingDigits": "1", - "symbols-numberSystem-latn": { - "decimal": ",", - "group": " ", - "list": ";", - "percentSign": "%", - "plusSign": "+", - "minusSign": "-", - "exponential": "E", - "superscriptingExponent": "×", - "perMille": "‰", - "infinity": "∞", - "nan": "NaN", - "currencyDecimal": ".", - "timeSeparator": ":" - }, - "decimalFormats-numberSystem-latn": { - "standard": "#,##0.###", - "long": { - "decimalFormat": { - "1000-count-one": "0 millier", - "1000-count-other": "0 mille", - "10000-count-one": "00 mille", - "10000-count-other": "00 mille", - "100000-count-one": "000 mille", - "100000-count-other": "000 mille", - "1000000-count-one": "0 million", - "1000000-count-other": "0 millions", - "10000000-count-one": "00 million", - "10000000-count-other": "00 millions", - "100000000-count-one": "000 million", - "100000000-count-other": "000 millions", - "1000000000-count-one": "0 milliard", - "1000000000-count-other": "0 milliards", - "10000000000-count-one": "00 milliard", - "10000000000-count-other": "00 milliards", - "100000000000-count-one": "000 milliard", - "100000000000-count-other": "000 milliards", - "1000000000000-count-one": "0 billion", - "1000000000000-count-other": "0 billions", - "10000000000000-count-one": "00 billion", - "10000000000000-count-other": "00 billions", - "100000000000000-count-one": "000 billion", - "100000000000000-count-other": "000 billions" - } - }, - "short": { - "decimalFormat": { - "1000-count-one": "0 k", - "1000-count-other": "0 k", - "10000-count-one": "00 k", - "10000-count-other": "00 k", - "100000-count-one": "000 k", - "100000-count-other": "000 k", - "1000000-count-one": "0 M", - "1000000-count-other": "0 M", - "10000000-count-one": "00 M", - "10000000-count-other": "00 M", - "100000000-count-one": "000 M", - "100000000-count-other": "000 M", - "1000000000-count-one": "0 Md", - "1000000000-count-other": "0 Md", - "10000000000-count-one": "00 Md", - "10000000000-count-other": "00 Md", - "100000000000-count-one": "000 Md", - "100000000000-count-other": "000 Md", - "1000000000000-count-one": "0 Bn", - "1000000000000-count-other": "0 Bn", - "10000000000000-count-one": "00 Bn", - "10000000000000-count-other": "00 Bn", - "100000000000000-count-one": "000 Bn", - "100000000000000-count-other": "000 Bn" - } - } - }, - "scientificFormats-numberSystem-latn": { - "standard": "#E0" - }, - "percentFormats-numberSystem-latn": { - "standard": "#,##0%" - }, - "currencyFormats-numberSystem-latn": { - "currencySpacing": { - "beforeCurrency": { - "currencyMatch": "[:^S:]", - "surroundingMatch": "[:digit:]", - "insertBetween": " " - }, - "afterCurrency": { - "currencyMatch": "[:^S:]", - "surroundingMatch": "[:digit:]", - "insertBetween": " " - } - }, - "standard": "#,##0.00 ¤ ;-#,##0.00 ¤", - "accounting": "#,##0.00 ¤;(#,##0.00 ¤)", - "short": { - "standard": { - "1000-count-one": "0 k ¤", - "1000-count-other": "0 k ¤", - "10000-count-one": "00 k ¤", - "10000-count-other": "00 k ¤", - "100000-count-one": "000 k ¤", - "100000-count-other": "000 k ¤", - "1000000-count-one": "0 M ¤", - "1000000-count-other": "0 M ¤", - "10000000-count-one": "00 M ¤", - "10000000-count-other": "00 M ¤", - "100000000-count-one": "000 M ¤", - "100000000-count-other": "000 M ¤", - "1000000000-count-one": "0 Md ¤", - "1000000000-count-other": "0 Md ¤", - "10000000000-count-one": "00 Md ¤", - "10000000000-count-other": "00 Md ¤", - "100000000000-count-one": "000 Md ¤", - "100000000000-count-other": "000 Md ¤", - "1000000000000-count-one": "0 Bn ¤", - "1000000000000-count-other": "0 Bn ¤", - "10000000000000-count-one": "00 Bn ¤", - "10000000000000-count-other": "00 Bn ¤", - "100000000000000-count-one": "000 Bn ¤", - "100000000000000-count-other": "000 Bn ¤" - } - }, - "unitPattern-count-one": "{0} {1}", - "unitPattern-count-other": "{0} {1}" - }, - "miscPatterns-numberSystem-latn": { - "atLeast": "⩾{0}", - "range": "{0}–{1}" - }, - "minimalPairs": { - "pluralMinimalPairs-count-one": "{0} jour", - "pluralMinimalPairs-count-other": "{0} jours", - "one": "Prenez la {0}re à droite.", - "other": "Prenez la {0}e à droite." - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs3/timeZoneNames.json b/ej2-javascript/code-snippet/schedule/localization-cs3/timeZoneNames.json deleted file mode 100644 index 13c8db7cb..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs3/timeZoneNames.json +++ /dev/null @@ -1,2292 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "dates": { - "timeZoneNames": { - "hourFormat": "+HH:mm;−HH:mm", - "gmtFormat": "UTC{0}", - "gmtZeroFormat": "UTC", - "regionFormat": "heure : {0}", - "regionFormat-type-daylight": "{0} (heure d’été)", - "regionFormat-type-standard": "{0} (heure standard)", - "fallbackFormat": "{1} ({0})", - "zone": { - "America": { - "Adak": { - "exemplarCity": "Adak" - }, - "Anchorage": { - "exemplarCity": "Anchorage" - }, - "Anguilla": { - "exemplarCity": "Anguilla" - }, - "Antigua": { - "exemplarCity": "Antigua" - }, - "Araguaina": { - "exemplarCity": "Araguaína" - }, - "Argentina": { - "Rio_Gallegos": { - "exemplarCity": "Río Gallegos" - }, - "San_Juan": { - "exemplarCity": "San Juan" - }, - "Ushuaia": { - "exemplarCity": "Ushuaïa" - }, - "La_Rioja": { - "exemplarCity": "La Rioja" - }, - "San_Luis": { - "exemplarCity": "San Luis" - }, - "Salta": { - "exemplarCity": "Salta" - }, - "Tucuman": { - "exemplarCity": "Tucumán" - } - }, - "Aruba": { - "exemplarCity": "Aruba" - }, - "Asuncion": { - "exemplarCity": "Asunción" - }, - "Bahia": { - "exemplarCity": "Bahia" - }, - "Bahia_Banderas": { - "exemplarCity": "Bahia de Banderas" - }, - "Barbados": { - "exemplarCity": "La Barbade" - }, - "Belem": { - "exemplarCity": "Belém" - }, - "Belize": { - "exemplarCity": "Belize" - }, - "Blanc-Sablon": { - "exemplarCity": "Blanc-Sablon" - }, - "Boa_Vista": { - "exemplarCity": "Boa Vista" - }, - "Bogota": { - "exemplarCity": "Bogota" - }, - "Boise": { - "exemplarCity": "Boise" - }, - "Buenos_Aires": { - "exemplarCity": "Buenos Aires" - }, - "Cambridge_Bay": { - "exemplarCity": "Cambridge Bay" - }, - "Campo_Grande": { - "exemplarCity": "Campo Grande" - }, - "Cancun": { - "exemplarCity": "Cancún" - }, - "Caracas": { - "exemplarCity": "Caracas" - }, - "Catamarca": { - "exemplarCity": "Catamarca" - }, - "Cayenne": { - "exemplarCity": "Cayenne" - }, - "Cayman": { - "exemplarCity": "Caïmans" - }, - "Chicago": { - "exemplarCity": "Chicago" - }, - "Chihuahua": { - "exemplarCity": "Chihuahua" - }, - "Coral_Harbour": { - "exemplarCity": "Atikokan" - }, - "Cordoba": { - "exemplarCity": "Córdoba" - }, - "Costa_Rica": { - "exemplarCity": "Costa Rica" - }, - "Creston": { - "exemplarCity": "Creston" - }, - "Cuiaba": { - "exemplarCity": "Cuiabá" - }, - "Curacao": { - "exemplarCity": "Curaçao" - }, - "Danmarkshavn": { - "exemplarCity": "Danmarkshavn" - }, - "Dawson": { - "exemplarCity": "Dawson" - }, - "Dawson_Creek": { - "exemplarCity": "Dawson Creek" - }, - "Denver": { - "exemplarCity": "Denver" - }, - "Detroit": { - "exemplarCity": "Détroit" - }, - "Dominica": { - "exemplarCity": "Dominique" - }, - "Edmonton": { - "exemplarCity": "Edmonton" - }, - "Eirunepe": { - "exemplarCity": "Eirunepé" - }, - "El_Salvador": { - "exemplarCity": "El Salvador" - }, - "Fort_Nelson": { - "exemplarCity": "Fort Nelson" - }, - "Fortaleza": { - "exemplarCity": "Fortaleza" - }, - "Glace_Bay": { - "exemplarCity": "Glace Bay" - }, - "Godthab": { - "exemplarCity": "Nuuk" - }, - "Goose_Bay": { - "exemplarCity": "Goose Bay" - }, - "Grand_Turk": { - "exemplarCity": "Grand Turk" - }, - "Grenada": { - "exemplarCity": "Grenade" - }, - "Guadeloupe": { - "exemplarCity": "Guadeloupe" - }, - "Guatemala": { - "exemplarCity": "Guatemala" - }, - "Guayaquil": { - "exemplarCity": "Guayaquil" - }, - "Guyana": { - "exemplarCity": "Guyana" - }, - "Halifax": { - "exemplarCity": "Halifax" - }, - "Havana": { - "exemplarCity": "La Havane" - }, - "Hermosillo": { - "exemplarCity": "Hermosillo" - }, - "Indiana": { - "Vincennes": { - "exemplarCity": "Vincennes [Indiana]" - }, - "Petersburg": { - "exemplarCity": "Petersburg [Indiana]" - }, - "Tell_City": { - "exemplarCity": "Tell City [Indiana]" - }, - "Knox": { - "exemplarCity": "Knox [Indiana]" - }, - "Winamac": { - "exemplarCity": "Winamac [Indiana]" - }, - "Marengo": { - "exemplarCity": "Marengo [Indiana]" - }, - "Vevay": { - "exemplarCity": "Vevay [Indiana]" - } - }, - "Indianapolis": { - "exemplarCity": "Indianapolis" - }, - "Inuvik": { - "exemplarCity": "Inuvik" - }, - "Iqaluit": { - "exemplarCity": "Iqaluit" - }, - "Jamaica": { - "exemplarCity": "Jamaïque" - }, - "Jujuy": { - "exemplarCity": "Jujuy" - }, - "Juneau": { - "exemplarCity": "Juneau" - }, - "Kentucky": { - "Monticello": { - "exemplarCity": "Monticello [Kentucky]" - } - }, - "Kralendijk": { - "exemplarCity": "Kralendijk" - }, - "La_Paz": { - "exemplarCity": "La Paz" - }, - "Lima": { - "exemplarCity": "Lima" - }, - "Los_Angeles": { - "exemplarCity": "Los Angeles" - }, - "Louisville": { - "exemplarCity": "Louisville" - }, - "Lower_Princes": { - "exemplarCity": "Lower Prince’s Quarter" - }, - "Maceio": { - "exemplarCity": "Maceió" - }, - "Managua": { - "exemplarCity": "Managua" - }, - "Manaus": { - "exemplarCity": "Manaos" - }, - "Marigot": { - "exemplarCity": "Marigot" - }, - "Martinique": { - "exemplarCity": "Martinique" - }, - "Matamoros": { - "exemplarCity": "Matamoros" - }, - "Mazatlan": { - "exemplarCity": "Mazatlán" - }, - "Mendoza": { - "exemplarCity": "Mendoza" - }, - "Menominee": { - "exemplarCity": "Menominee" - }, - "Merida": { - "exemplarCity": "Mérida" - }, - "Metlakatla": { - "exemplarCity": "Metlakatla" - }, - "Mexico_City": { - "exemplarCity": "Mexico" - }, - "Miquelon": { - "exemplarCity": "Miquelon" - }, - "Moncton": { - "exemplarCity": "Moncton" - }, - "Monterrey": { - "exemplarCity": "Monterrey" - }, - "Montevideo": { - "exemplarCity": "Montevideo" - }, - "Montserrat": { - "exemplarCity": "Montserrat" - }, - "Nassau": { - "exemplarCity": "Nassau" - }, - "New_York": { - "exemplarCity": "New York" - }, - "Nipigon": { - "exemplarCity": "Nipigon" - }, - "Nome": { - "exemplarCity": "Nome" - }, - "Noronha": { - "exemplarCity": "Noronha" - }, - "North_Dakota": { - "Beulah": { - "exemplarCity": "Beulah (Dakota du Nord)" - }, - "New_Salem": { - "exemplarCity": "New Salem (Dakota du Nord)" - }, - "Center": { - "exemplarCity": "Center (Dakota du Nord)" - } - }, - "Ojinaga": { - "exemplarCity": "Ojinaga" - }, - "Panama": { - "exemplarCity": "Panama" - }, - "Pangnirtung": { - "exemplarCity": "Pangnirtung" - }, - "Paramaribo": { - "exemplarCity": "Paramaribo" - }, - "Phoenix": { - "exemplarCity": "Phoenix" - }, - "Port-au-Prince": { - "exemplarCity": "Port-au-Prince" - }, - "Port_of_Spain": { - "exemplarCity": "Port-d’Espagne" - }, - "Porto_Velho": { - "exemplarCity": "Porto Velho" - }, - "Puerto_Rico": { - "exemplarCity": "Porto Rico" - }, - "Punta_Arenas": { - "exemplarCity": "Punta Arenas" - }, - "Rainy_River": { - "exemplarCity": "Rainy River" - }, - "Rankin_Inlet": { - "exemplarCity": "Rankin Inlet" - }, - "Recife": { - "exemplarCity": "Recife" - }, - "Regina": { - "exemplarCity": "Regina" - }, - "Resolute": { - "exemplarCity": "Resolute" - }, - "Rio_Branco": { - "exemplarCity": "Rio Branco" - }, - "Santa_Isabel": { - "exemplarCity": "Santa Isabel" - }, - "Santarem": { - "exemplarCity": "Santarém" - }, - "Santiago": { - "exemplarCity": "Santiago" - }, - "Santo_Domingo": { - "exemplarCity": "Saint-Domingue" - }, - "Sao_Paulo": { - "exemplarCity": "São Paulo" - }, - "Scoresbysund": { - "exemplarCity": "Ittoqqortoormiit" - }, - "Sitka": { - "exemplarCity": "Sitka" - }, - "St_Barthelemy": { - "exemplarCity": "Saint-Barthélemy" - }, - "St_Johns": { - "exemplarCity": "Saint-Jean de Terre-Neuve" - }, - "St_Kitts": { - "exemplarCity": "Saint-Christophe" - }, - "St_Lucia": { - "exemplarCity": "Sainte-Lucie" - }, - "St_Thomas": { - "exemplarCity": "Saint-Thomas" - }, - "St_Vincent": { - "exemplarCity": "Saint-Vincent" - }, - "Swift_Current": { - "exemplarCity": "Swift Current" - }, - "Tegucigalpa": { - "exemplarCity": "Tégucigalpa" - }, - "Thule": { - "exemplarCity": "Thulé" - }, - "Thunder_Bay": { - "exemplarCity": "Thunder Bay" - }, - "Tijuana": { - "exemplarCity": "Tijuana" - }, - "Toronto": { - "exemplarCity": "Toronto" - }, - "Tortola": { - "exemplarCity": "Tortola" - }, - "Vancouver": { - "exemplarCity": "Vancouver" - }, - "Whitehorse": { - "exemplarCity": "Whitehorse" - }, - "Winnipeg": { - "exemplarCity": "Winnipeg" - }, - "Yakutat": { - "exemplarCity": "Yakutat" - }, - "Yellowknife": { - "exemplarCity": "Yellowknife" - } - }, - "Atlantic": { - "Azores": { - "exemplarCity": "Açores" - }, - "Bermuda": { - "exemplarCity": "Bermudes" - }, - "Canary": { - "exemplarCity": "Îles Canaries" - }, - "Cape_Verde": { - "exemplarCity": "Cap-Vert" - }, - "Faeroe": { - "exemplarCity": "Féroé" - }, - "Madeira": { - "exemplarCity": "Madère" - }, - "Reykjavik": { - "exemplarCity": "Reykjavik" - }, - "South_Georgia": { - "exemplarCity": "Géorgie du Sud" - }, - "St_Helena": { - "exemplarCity": "Sainte-Hélène" - }, - "Stanley": { - "exemplarCity": "Stanley" - } - }, - "Europe": { - "Amsterdam": { - "exemplarCity": "Amsterdam" - }, - "Andorra": { - "exemplarCity": "Andorre" - }, - "Astrakhan": { - "exemplarCity": "Astrakhan" - }, - "Athens": { - "exemplarCity": "Athènes" - }, - "Belgrade": { - "exemplarCity": "Belgrade" - }, - "Berlin": { - "exemplarCity": "Berlin" - }, - "Bratislava": { - "exemplarCity": "Bratislava" - }, - "Brussels": { - "exemplarCity": "Bruxelles" - }, - "Bucharest": { - "exemplarCity": "Bucarest" - }, - "Budapest": { - "exemplarCity": "Budapest" - }, - "Busingen": { - "exemplarCity": "Büsingen" - }, - "Chisinau": { - "exemplarCity": "Chisinau" - }, - "Copenhagen": { - "exemplarCity": "Copenhague" - }, - "Dublin": { - "long": { - "daylight": "heure d’été irlandaise" - }, - "exemplarCity": "Dublin" - }, - "Gibraltar": { - "exemplarCity": "Gibraltar" - }, - "Guernsey": { - "exemplarCity": "Guernesey" - }, - "Helsinki": { - "exemplarCity": "Helsinki" - }, - "Isle_of_Man": { - "exemplarCity": "Île de Man" - }, - "Istanbul": { - "exemplarCity": "Istanbul" - }, - "Jersey": { - "exemplarCity": "Jersey" - }, - "Kaliningrad": { - "exemplarCity": "Kaliningrad" - }, - "Kiev": { - "exemplarCity": "Kiev" - }, - "Kirov": { - "exemplarCity": "Kirov" - }, - "Lisbon": { - "exemplarCity": "Lisbonne" - }, - "Ljubljana": { - "exemplarCity": "Ljubljana" - }, - "London": { - "long": { - "daylight": "heure d’été britannique" - }, - "exemplarCity": "Londres" - }, - "Luxembourg": { - "exemplarCity": "Luxembourg" - }, - "Madrid": { - "exemplarCity": "Madrid" - }, - "Malta": { - "exemplarCity": "Malte" - }, - "Mariehamn": { - "exemplarCity": "Mariehamn" - }, - "Minsk": { - "exemplarCity": "Minsk" - }, - "Monaco": { - "exemplarCity": "Monaco" - }, - "Moscow": { - "exemplarCity": "Moscou" - }, - "Oslo": { - "exemplarCity": "Oslo" - }, - "Paris": { - "exemplarCity": "Paris" - }, - "Podgorica": { - "exemplarCity": "Podgorica" - }, - "Prague": { - "exemplarCity": "Prague" - }, - "Riga": { - "exemplarCity": "Riga" - }, - "Rome": { - "exemplarCity": "Rome" - }, - "Samara": { - "exemplarCity": "Samara" - }, - "San_Marino": { - "exemplarCity": "Saint-Marin" - }, - "Sarajevo": { - "exemplarCity": "Sarajevo" - }, - "Saratov": { - "exemplarCity": "Saratov" - }, - "Simferopol": { - "exemplarCity": "Simferopol" - }, - "Skopje": { - "exemplarCity": "Skopje" - }, - "Sofia": { - "exemplarCity": "Sofia" - }, - "Stockholm": { - "exemplarCity": "Stockholm" - }, - "Tallinn": { - "exemplarCity": "Tallinn" - }, - "Tirane": { - "exemplarCity": "Tirana" - }, - "Ulyanovsk": { - "exemplarCity": "Oulianovsk" - }, - "Uzhgorod": { - "exemplarCity": "Oujgorod" - }, - "Vaduz": { - "exemplarCity": "Vaduz" - }, - "Vatican": { - "exemplarCity": "Le Vatican" - }, - "Vienna": { - "exemplarCity": "Vienne" - }, - "Vilnius": { - "exemplarCity": "Vilnius" - }, - "Volgograd": { - "exemplarCity": "Volgograd" - }, - "Warsaw": { - "exemplarCity": "Varsovie" - }, - "Zagreb": { - "exemplarCity": "Zagreb" - }, - "Zaporozhye": { - "exemplarCity": "Zaporojie" - }, - "Zurich": { - "exemplarCity": "Zurich" - } - }, - "Africa": { - "Abidjan": { - "exemplarCity": "Abidjan" - }, - "Accra": { - "exemplarCity": "Accra" - }, - "Addis_Ababa": { - "exemplarCity": "Addis-Abeba" - }, - "Algiers": { - "exemplarCity": "Alger" - }, - "Asmera": { - "exemplarCity": "Asmara" - }, - "Bamako": { - "exemplarCity": "Bamako" - }, - "Bangui": { - "exemplarCity": "Bangui" - }, - "Banjul": { - "exemplarCity": "Banjul" - }, - "Bissau": { - "exemplarCity": "Bissau" - }, - "Blantyre": { - "exemplarCity": "Blantyre" - }, - "Brazzaville": { - "exemplarCity": "Brazzaville" - }, - "Bujumbura": { - "exemplarCity": "Bujumbura" - }, - "Cairo": { - "exemplarCity": "Le Caire" - }, - "Casablanca": { - "exemplarCity": "Casablanca" - }, - "Ceuta": { - "exemplarCity": "Ceuta" - }, - "Conakry": { - "exemplarCity": "Conakry" - }, - "Dakar": { - "exemplarCity": "Dakar" - }, - "Dar_es_Salaam": { - "exemplarCity": "Dar es Salaam" - }, - "Djibouti": { - "exemplarCity": "Djibouti" - }, - "Douala": { - "exemplarCity": "Douala" - }, - "El_Aaiun": { - "exemplarCity": "Laâyoune" - }, - "Freetown": { - "exemplarCity": "Freetown" - }, - "Gaborone": { - "exemplarCity": "Gaborone" - }, - "Harare": { - "exemplarCity": "Harare" - }, - "Johannesburg": { - "exemplarCity": "Johannesburg" - }, - "Juba": { - "exemplarCity": "Juba" - }, - "Kampala": { - "exemplarCity": "Kampala" - }, - "Khartoum": { - "exemplarCity": "Khartoum" - }, - "Kigali": { - "exemplarCity": "Kigali" - }, - "Kinshasa": { - "exemplarCity": "Kinshasa" - }, - "Lagos": { - "exemplarCity": "Lagos" - }, - "Libreville": { - "exemplarCity": "Libreville" - }, - "Lome": { - "exemplarCity": "Lomé" - }, - "Luanda": { - "exemplarCity": "Luanda" - }, - "Lubumbashi": { - "exemplarCity": "Lubumbashi" - }, - "Lusaka": { - "exemplarCity": "Lusaka" - }, - "Malabo": { - "exemplarCity": "Malabo" - }, - "Maputo": { - "exemplarCity": "Maputo" - }, - "Maseru": { - "exemplarCity": "Maseru" - }, - "Mbabane": { - "exemplarCity": "Mbabane" - }, - "Mogadishu": { - "exemplarCity": "Mogadiscio" - }, - "Monrovia": { - "exemplarCity": "Monrovia" - }, - "Nairobi": { - "exemplarCity": "Nairobi" - }, - "Ndjamena": { - "exemplarCity": "N’Djamena" - }, - "Niamey": { - "exemplarCity": "Niamey" - }, - "Nouakchott": { - "exemplarCity": "Nouakchott" - }, - "Ouagadougou": { - "exemplarCity": "Ouagadougou" - }, - "Porto-Novo": { - "exemplarCity": "Porto-Novo" - }, - "Sao_Tome": { - "exemplarCity": "São Tomé" - }, - "Tripoli": { - "exemplarCity": "Tripoli (Libye)" - }, - "Tunis": { - "exemplarCity": "Tunis" - }, - "Windhoek": { - "exemplarCity": "Windhoek" - } - }, - "Asia": { - "Aden": { - "exemplarCity": "Aden" - }, - "Almaty": { - "exemplarCity": "Alma Ata" - }, - "Amman": { - "exemplarCity": "Amman" - }, - "Anadyr": { - "exemplarCity": "Anadyr" - }, - "Aqtau": { - "exemplarCity": "Aktaou" - }, - "Aqtobe": { - "exemplarCity": "Aktioubinsk" - }, - "Ashgabat": { - "exemplarCity": "Achgabat" - }, - "Atyrau": { - "exemplarCity": "Atyraou" - }, - "Baghdad": { - "exemplarCity": "Bagdad" - }, - "Bahrain": { - "exemplarCity": "Bahreïn" - }, - "Baku": { - "exemplarCity": "Bakou" - }, - "Bangkok": { - "exemplarCity": "Bangkok" - }, - "Barnaul": { - "exemplarCity": "Barnaul" - }, - "Beirut": { - "exemplarCity": "Beyrouth" - }, - "Bishkek": { - "exemplarCity": "Bichkek" - }, - "Brunei": { - "exemplarCity": "Brunei" - }, - "Calcutta": { - "exemplarCity": "Calcutta" - }, - "Chita": { - "exemplarCity": "Tchita" - }, - "Choibalsan": { - "exemplarCity": "Tchoïbalsan" - }, - "Colombo": { - "exemplarCity": "Colombo" - }, - "Damascus": { - "exemplarCity": "Damas" - }, - "Dhaka": { - "exemplarCity": "Dhaka" - }, - "Dili": { - "exemplarCity": "Dili" - }, - "Dubai": { - "exemplarCity": "Dubaï" - }, - "Dushanbe": { - "exemplarCity": "Douchanbé" - }, - "Famagusta": { - "exemplarCity": "Famagouste" - }, - "Gaza": { - "exemplarCity": "Gaza" - }, - "Hebron": { - "exemplarCity": "Hébron" - }, - "Hong_Kong": { - "exemplarCity": "Hong Kong" - }, - "Hovd": { - "exemplarCity": "Hovd" - }, - "Irkutsk": { - "exemplarCity": "Irkoutsk" - }, - "Jakarta": { - "exemplarCity": "Jakarta" - }, - "Jayapura": { - "exemplarCity": "Jayapura" - }, - "Jerusalem": { - "exemplarCity": "Jérusalem" - }, - "Kabul": { - "exemplarCity": "Kaboul" - }, - "Kamchatka": { - "exemplarCity": "Kamtchatka" - }, - "Karachi": { - "exemplarCity": "Karachi" - }, - "Katmandu": { - "exemplarCity": "Katmandou" - }, - "Khandyga": { - "exemplarCity": "Khandyga" - }, - "Krasnoyarsk": { - "exemplarCity": "Krasnoïarsk" - }, - "Kuala_Lumpur": { - "exemplarCity": "Kuala Lumpur" - }, - "Kuching": { - "exemplarCity": "Kuching" - }, - "Kuwait": { - "exemplarCity": "Koweït" - }, - "Macau": { - "exemplarCity": "Macao" - }, - "Magadan": { - "exemplarCity": "Magadan" - }, - "Makassar": { - "exemplarCity": "Macassar" - }, - "Manila": { - "exemplarCity": "Manille" - }, - "Muscat": { - "exemplarCity": "Mascate" - }, - "Nicosia": { - "exemplarCity": "Nicosie" - }, - "Novokuznetsk": { - "exemplarCity": "Novokuznetsk" - }, - "Novosibirsk": { - "exemplarCity": "Novossibirsk" - }, - "Omsk": { - "exemplarCity": "Omsk" - }, - "Oral": { - "exemplarCity": "Ouralsk" - }, - "Phnom_Penh": { - "exemplarCity": "Phnom Penh" - }, - "Pontianak": { - "exemplarCity": "Pontianak" - }, - "Pyongyang": { - "exemplarCity": "Pyongyang" - }, - "Qatar": { - "exemplarCity": "Qatar" - }, - "Qyzylorda": { - "exemplarCity": "Kzyl Orda" - }, - "Rangoon": { - "exemplarCity": "Rangoun" - }, - "Riyadh": { - "exemplarCity": "Riyad" - }, - "Saigon": { - "exemplarCity": "Hô-Chi-Minh-Ville" - }, - "Sakhalin": { - "exemplarCity": "Sakhaline" - }, - "Samarkand": { - "exemplarCity": "Samarcande" - }, - "Seoul": { - "exemplarCity": "Séoul" - }, - "Shanghai": { - "exemplarCity": "Shanghai" - }, - "Singapore": { - "exemplarCity": "Singapour" - }, - "Srednekolymsk": { - "exemplarCity": "Srednekolymsk" - }, - "Taipei": { - "exemplarCity": "Taipei" - }, - "Tashkent": { - "exemplarCity": "Tachkent" - }, - "Tbilisi": { - "exemplarCity": "Tbilissi" - }, - "Tehran": { - "exemplarCity": "Téhéran" - }, - "Thimphu": { - "exemplarCity": "Thimphu" - }, - "Tokyo": { - "exemplarCity": "Tokyo" - }, - "Tomsk": { - "exemplarCity": "Tomsk" - }, - "Ulaanbaatar": { - "exemplarCity": "Oulan-Bator" - }, - "Urumqi": { - "exemplarCity": "Ürümqi" - }, - "Ust-Nera": { - "exemplarCity": "Ust-Nera" - }, - "Vientiane": { - "exemplarCity": "Vientiane" - }, - "Vladivostok": { - "exemplarCity": "Vladivostok" - }, - "Yakutsk": { - "exemplarCity": "Iakoutsk" - }, - "Yekaterinburg": { - "exemplarCity": "Ekaterinbourg" - }, - "Yerevan": { - "exemplarCity": "Erevan" - } - }, - "Indian": { - "Antananarivo": { - "exemplarCity": "Antananarivo" - }, - "Chagos": { - "exemplarCity": "Chagos" - }, - "Christmas": { - "exemplarCity": "Christmas" - }, - "Cocos": { - "exemplarCity": "Cocos" - }, - "Comoro": { - "exemplarCity": "Comores" - }, - "Kerguelen": { - "exemplarCity": "Kerguelen" - }, - "Mahe": { - "exemplarCity": "Mahé" - }, - "Maldives": { - "exemplarCity": "Maldives" - }, - "Mauritius": { - "exemplarCity": "Maurice" - }, - "Mayotte": { - "exemplarCity": "Mayotte" - }, - "Reunion": { - "exemplarCity": "La Réunion" - } - }, - "Australia": { - "Adelaide": { - "exemplarCity": "Adélaïde" - }, - "Brisbane": { - "exemplarCity": "Brisbane" - }, - "Broken_Hill": { - "exemplarCity": "Broken Hill" - }, - "Currie": { - "exemplarCity": "Currie" - }, - "Darwin": { - "exemplarCity": "Darwin" - }, - "Eucla": { - "exemplarCity": "Eucla" - }, - "Hobart": { - "exemplarCity": "Hobart" - }, - "Lindeman": { - "exemplarCity": "Lindeman" - }, - "Lord_Howe": { - "exemplarCity": "Lord Howe" - }, - "Melbourne": { - "exemplarCity": "Melbourne" - }, - "Perth": { - "exemplarCity": "Perth" - }, - "Sydney": { - "exemplarCity": "Sydney" - } - }, - "Pacific": { - "Apia": { - "exemplarCity": "Apia" - }, - "Auckland": { - "exemplarCity": "Auckland" - }, - "Bougainville": { - "exemplarCity": "Bougainville" - }, - "Chatham": { - "exemplarCity": "Chatham" - }, - "Easter": { - "exemplarCity": "Île de Pâques" - }, - "Efate": { - "exemplarCity": "Éfaté" - }, - "Enderbury": { - "exemplarCity": "Enderbury" - }, - "Fakaofo": { - "exemplarCity": "Fakaofo" - }, - "Fiji": { - "exemplarCity": "Fidji" - }, - "Funafuti": { - "exemplarCity": "Funafuti" - }, - "Galapagos": { - "exemplarCity": "Galápagos" - }, - "Gambier": { - "exemplarCity": "Gambier" - }, - "Guadalcanal": { - "exemplarCity": "Guadalcanal" - }, - "Guam": { - "exemplarCity": "Guam" - }, - "Honolulu": { - "exemplarCity": "Honolulu" - }, - "Johnston": { - "exemplarCity": "Johnston" - }, - "Kiritimati": { - "exemplarCity": "Kiritimati" - }, - "Kosrae": { - "exemplarCity": "Kosrae" - }, - "Kwajalein": { - "exemplarCity": "Kwajalein" - }, - "Majuro": { - "exemplarCity": "Majuro" - }, - "Marquesas": { - "exemplarCity": "Marquises" - }, - "Midway": { - "exemplarCity": "Midway" - }, - "Nauru": { - "exemplarCity": "Nauru" - }, - "Niue": { - "exemplarCity": "Niue" - }, - "Norfolk": { - "exemplarCity": "Norfolk" - }, - "Noumea": { - "exemplarCity": "Nouméa" - }, - "Pago_Pago": { - "exemplarCity": "Pago Pago" - }, - "Palau": { - "exemplarCity": "Palau" - }, - "Pitcairn": { - "exemplarCity": "Pitcairn" - }, - "Ponape": { - "exemplarCity": "Pohnpei" - }, - "Port_Moresby": { - "exemplarCity": "Port Moresby" - }, - "Rarotonga": { - "exemplarCity": "Rarotonga" - }, - "Saipan": { - "exemplarCity": "Saipan" - }, - "Tahiti": { - "exemplarCity": "Tahiti" - }, - "Tarawa": { - "exemplarCity": "Tarawa" - }, - "Tongatapu": { - "exemplarCity": "Tongatapu" - }, - "Truk": { - "exemplarCity": "Chuuk" - }, - "Wake": { - "exemplarCity": "Wake" - }, - "Wallis": { - "exemplarCity": "Wallis" - } - }, - "Arctic": { - "Longyearbyen": { - "exemplarCity": "Longyearbyen" - } - }, - "Antarctica": { - "Casey": { - "exemplarCity": "Casey" - }, - "Davis": { - "exemplarCity": "Davis" - }, - "DumontDUrville": { - "exemplarCity": "Dumont d’Urville" - }, - "Macquarie": { - "exemplarCity": "Macquarie" - }, - "Mawson": { - "exemplarCity": "Mawson" - }, - "McMurdo": { - "exemplarCity": "McMurdo" - }, - "Palmer": { - "exemplarCity": "Palmer" - }, - "Rothera": { - "exemplarCity": "Rothera" - }, - "Syowa": { - "exemplarCity": "Showa" - }, - "Troll": { - "exemplarCity": "Troll" - }, - "Vostok": { - "exemplarCity": "Vostok" - } - }, - "Etc": { - "UTC": { - "long": { - "standard": "Temps universel coordonné" - }, - "short": { - "standard": "UTC" - } - }, - "Unknown": { - "exemplarCity": "ville inconnue" - } - } - }, - "metazone": { - "Acre": { - "long": { - "generic": "heure de l’Acre", - "standard": "heure normale de l’Acre", - "daylight": "heure d’été de l’Acre" - } - }, - "Afghanistan": { - "long": { - "standard": "heure de l’Afghanistan" - } - }, - "Africa_Central": { - "long": { - "standard": "heure normale d’Afrique centrale" - } - }, - "Africa_Eastern": { - "long": { - "standard": "heure normale d’Afrique de l’Est" - } - }, - "Africa_Southern": { - "long": { - "standard": "heure normale d’Afrique méridionale" - } - }, - "Africa_Western": { - "long": { - "generic": "heure d’Afrique de l’Ouest", - "standard": "heure normale d’Afrique de l’Ouest", - "daylight": "heure d’été d’Afrique de l’Ouest" - } - }, - "Alaska": { - "long": { - "generic": "heure de l’Alaska", - "standard": "heure normale de l’Alaska", - "daylight": "heure d’été de l’Alaska" - } - }, - "Almaty": { - "long": { - "generic": "heure d’Alma Ata", - "standard": "heure normale d’Alma Ata", - "daylight": "heure d’été d’Alma Ata" - } - }, - "Amazon": { - "long": { - "generic": "heure de l’Amazonie", - "standard": "heure normale de l’Amazonie", - "daylight": "heure d’été de l’Amazonie" - } - }, - "America_Central": { - "long": { - "generic": "heure du centre nord-américain", - "standard": "heure normale du centre nord-américain", - "daylight": "heure d’été du Centre" - } - }, - "America_Eastern": { - "long": { - "generic": "heure de l’Est nord-américain", - "standard": "heure normale de l’Est nord-américain", - "daylight": "heure d’été de l’Est" - } - }, - "America_Mountain": { - "long": { - "generic": "heure des Rocheuses", - "standard": "heure normale des Rocheuses", - "daylight": "heure d’été des Rocheuses" - } - }, - "America_Pacific": { - "long": { - "generic": "heure du Pacifique nord-américain", - "standard": "heure normale du Pacifique nord-américain", - "daylight": "heure d’été du Pacifique" - } - }, - "Anadyr": { - "long": { - "generic": "heure d’Anadyr", - "standard": "heure normale d’Anadyr", - "daylight": "heure d’été d’Anadyr" - } - }, - "Apia": { - "long": { - "generic": "heure d’Apia", - "standard": "heure normale d’Apia", - "daylight": "heure d’été d’Apia" - } - }, - "Aqtau": { - "long": { - "generic": "heure d’Aktaou", - "standard": "heure normale d’Aktaou", - "daylight": "heure d’été d’Aktaou" - } - }, - "Aqtobe": { - "long": { - "generic": "heure d’Aqtöbe", - "standard": "heure normale d’Aqtöbe", - "daylight": "heure d’été d’Aqtöbe" - } - }, - "Arabian": { - "long": { - "generic": "heure de l’Arabie", - "standard": "heure normale de l’Arabie", - "daylight": "heure d’été de l’Arabie" - } - }, - "Argentina": { - "long": { - "generic": "heure de l’Argentine", - "standard": "heure normale d’Argentine", - "daylight": "heure d’été de l’Argentine" - } - }, - "Argentina_Western": { - "long": { - "generic": "heure de l’Ouest argentin", - "standard": "heure normale de l’Ouest argentin", - "daylight": "heure d’été de l’Ouest argentin" - } - }, - "Armenia": { - "long": { - "generic": "heure de l’Arménie", - "standard": "heure normale de l’Arménie", - "daylight": "heure d’été d’Arménie" - } - }, - "Atlantic": { - "long": { - "generic": "heure de l’Atlantique", - "standard": "heure normale de l’Atlantique", - "daylight": "heure d’été de l’Atlantique" - } - }, - "Australia_Central": { - "long": { - "generic": "heure du centre de l’Australie", - "standard": "heure normale du centre de l’Australie", - "daylight": "heure d’été du centre de l’Australie" - } - }, - "Australia_CentralWestern": { - "long": { - "generic": "heure du centre-ouest de l’Australie", - "standard": "heure normale du centre-ouest de l’Australie", - "daylight": "heure d’été du centre-ouest de l’Australie" - } - }, - "Australia_Eastern": { - "long": { - "generic": "heure de l’Est de l’Australie", - "standard": "heure normale de l’Est de l’Australie", - "daylight": "heure d’été de l’Est de l’Australie" - } - }, - "Australia_Western": { - "long": { - "generic": "heure de l’Ouest de l’Australie", - "standard": "heure normale de l’Ouest de l’Australie", - "daylight": "heure d’été de l’Ouest de l’Australie" - } - }, - "Azerbaijan": { - "long": { - "generic": "heure de l’Azerbaïdjan", - "standard": "heure normale de l’Azerbaïdjan", - "daylight": "heure d’été d’Azerbaïdjan" - } - }, - "Azores": { - "long": { - "generic": "heure des Açores", - "standard": "heure normale des Açores", - "daylight": "heure d’été des Açores" - } - }, - "Bangladesh": { - "long": { - "generic": "heure du Bangladesh", - "standard": "heure normale du Bangladesh", - "daylight": "heure d’été du Bangladesh" - } - }, - "Bhutan": { - "long": { - "standard": "heure du Bhoutan" - } - }, - "Bolivia": { - "long": { - "standard": "heure de Bolivie" - } - }, - "Brasilia": { - "long": { - "generic": "heure de Brasilia", - "standard": "heure normale de Brasilia", - "daylight": "heure d’été de Brasilia" - } - }, - "Brunei": { - "long": { - "standard": "heure du Brunéi" - } - }, - "Cape_Verde": { - "long": { - "generic": "heure du Cap-Vert", - "standard": "heure normale du Cap-Vert", - "daylight": "heure d’été du Cap-Vert" - } - }, - "Chamorro": { - "long": { - "standard": "heure des Chamorro" - } - }, - "Chatham": { - "long": { - "generic": "heure des îles Chatham", - "standard": "heure normale des îles Chatham", - "daylight": "heure d’été des îles Chatham" - } - }, - "Chile": { - "long": { - "generic": "heure du Chili", - "standard": "heure normale du Chili", - "daylight": "heure d’été du Chili" - } - }, - "China": { - "long": { - "generic": "heure de la Chine", - "standard": "heure normale de la Chine", - "daylight": "heure d’été de Chine" - } - }, - "Choibalsan": { - "long": { - "generic": "heure de Choibalsan", - "standard": "heure normale de Choibalsan", - "daylight": "heure d’été de Choibalsan" - } - }, - "Christmas": { - "long": { - "standard": "heure de l’île Christmas" - } - }, - "Cocos": { - "long": { - "standard": "heure des îles Cocos" - } - }, - "Colombia": { - "long": { - "generic": "heure de Colombie", - "standard": "heure normale de Colombie", - "daylight": "heure d’été de Colombie" - } - }, - "Cook": { - "long": { - "generic": "heure des îles Cook", - "standard": "heure normale des îles Cook", - "daylight": "heure d’été des îles Cook" - } - }, - "Cuba": { - "long": { - "generic": "heure de Cuba", - "standard": "heure normale de Cuba", - "daylight": "heure d’été de Cuba" - } - }, - "Davis": { - "long": { - "standard": "heure de Davis" - } - }, - "DumontDUrville": { - "long": { - "standard": "heure de Dumont-d’Urville" - } - }, - "East_Timor": { - "long": { - "standard": "heure du Timor oriental" - } - }, - "Easter": { - "long": { - "generic": "heure de l’île de Pâques", - "standard": "heure normale de l’île de Pâques", - "daylight": "heure d’été de l’île de Pâques" - } - }, - "Ecuador": { - "long": { - "standard": "heure de l’Équateur" - } - }, - "Europe_Central": { - "long": { - "generic": "heure d’Europe centrale", - "standard": "heure normale d’Europe centrale", - "daylight": "heure d’été d’Europe centrale" - } - }, - "Europe_Eastern": { - "long": { - "generic": "heure d’Europe de l’Est", - "standard": "heure normale d’Europe de l’Est", - "daylight": "heure d’été d’Europe de l’Est" - } - }, - "Europe_Further_Eastern": { - "long": { - "standard": "heure de Kaliningrad" - } - }, - "Europe_Western": { - "long": { - "generic": "heure d’Europe de l’Ouest", - "standard": "heure normale d’Europe de l’Ouest", - "daylight": "heure d’été d’Europe de l’Ouest" - } - }, - "Falkland": { - "long": { - "generic": "heure des îles Malouines", - "standard": "heure normale des îles Malouines", - "daylight": "heure d’été des îles Malouines" - } - }, - "Fiji": { - "long": { - "generic": "heure des îles Fidji", - "standard": "heure normale des îles Fidji", - "daylight": "heure d’été des îles Fidji" - } - }, - "French_Guiana": { - "long": { - "standard": "heure de la Guyane française" - } - }, - "French_Southern": { - "long": { - "standard": "heure des Terres australes et antarctiques françaises" - } - }, - "Galapagos": { - "long": { - "standard": "heure des îles Galápagos" - } - }, - "Gambier": { - "long": { - "standard": "heure des îles Gambier" - } - }, - "Georgia": { - "long": { - "generic": "heure de la Géorgie", - "standard": "heure normale de la Géorgie", - "daylight": "heure d’été de Géorgie" - } - }, - "Gilbert_Islands": { - "long": { - "standard": "heure des îles Gilbert" - } - }, - "GMT": { - "long": { - "standard": "heure moyenne de Greenwich" - } - }, - "Greenland_Eastern": { - "long": { - "generic": "heure de l’Est du Groenland", - "standard": "heure normale de l’Est du Groenland", - "daylight": "heure d’été de l’Est du Groenland" - } - }, - "Greenland_Western": { - "long": { - "generic": "heure de l’Ouest du Groenland", - "standard": "heure normale de l’Ouest du Groenland", - "daylight": "heure d’été de l’Ouest du Groenland" - } - }, - "Guam": { - "long": { - "standard": "heure de Guam" - } - }, - "Gulf": { - "long": { - "standard": "heure du Golfe" - } - }, - "Guyana": { - "long": { - "standard": "heure du Guyana" - } - }, - "Hawaii_Aleutian": { - "long": { - "generic": "heure d’Hawaii - Aléoutiennes", - "standard": "heure normale d’Hawaii - Aléoutiennes", - "daylight": "heure d’été d’Hawaii - Aléoutiennes" - } - }, - "Hong_Kong": { - "long": { - "generic": "heure de Hong Kong", - "standard": "heure normale de Hong Kong", - "daylight": "heure d’été de Hong Kong" - } - }, - "Hovd": { - "long": { - "generic": "heure de Hovd", - "standard": "heure normale de Hovd", - "daylight": "heure d’été de Hovd" - } - }, - "India": { - "long": { - "standard": "heure de l’Inde" - } - }, - "Indian_Ocean": { - "long": { - "standard": "heure de l’Océan Indien" - } - }, - "Indochina": { - "long": { - "standard": "heure d’Indochine" - } - }, - "Indonesia_Central": { - "long": { - "standard": "heure du Centre indonésien" - } - }, - "Indonesia_Eastern": { - "long": { - "standard": "heure de l’Est indonésien" - } - }, - "Indonesia_Western": { - "long": { - "standard": "heure de l’Ouest indonésien" - } - }, - "Iran": { - "long": { - "generic": "heure de l’Iran", - "standard": "heure normale d’Iran", - "daylight": "heure d’été d’Iran" - } - }, - "Irkutsk": { - "long": { - "generic": "heure d’Irkoutsk", - "standard": "heure normale d’Irkoutsk", - "daylight": "heure d’été d’Irkoutsk" - } - }, - "Israel": { - "long": { - "generic": "heure d’Israël", - "standard": "heure normale d’Israël", - "daylight": "heure d’été d’Israël" - } - }, - "Japan": { - "long": { - "generic": "heure du Japon", - "standard": "heure normale du Japon", - "daylight": "heure d’été du Japon" - } - }, - "Kamchatka": { - "long": { - "generic": "heure de Petropavlovsk-Kamchatski", - "standard": "heure normale de Petropavlovsk-Kamchatski", - "daylight": "heure d’été de Petropavlovsk-Kamchatski" - } - }, - "Kazakhstan_Eastern": { - "long": { - "standard": "heure de l’Est du Kazakhstan" - } - }, - "Kazakhstan_Western": { - "long": { - "standard": "heure de l’Ouest du Kazakhstan" - } - }, - "Korea": { - "long": { - "generic": "heure de la Corée", - "standard": "heure normale de la Corée", - "daylight": "heure d’été de Corée" - } - }, - "Kosrae": { - "long": { - "standard": "heure de Kosrae" - } - }, - "Krasnoyarsk": { - "long": { - "generic": "heure de Krasnoïarsk", - "standard": "heure normale de Krasnoïarsk", - "daylight": "heure d’été de Krasnoïarsk" - } - }, - "Kyrgystan": { - "long": { - "standard": "heure du Kirghizistan" - } - }, - "Line_Islands": { - "long": { - "standard": "heure des îles de la Ligne" - } - }, - "Lord_Howe": { - "long": { - "generic": "heure de Lord Howe", - "standard": "heure normale de Lord Howe", - "daylight": "heure d’été de Lord Howe" - } - }, - "Macquarie": { - "long": { - "standard": "heure de l’île Macquarie" - } - }, - "Magadan": { - "long": { - "generic": "heure de Magadan", - "standard": "heure normale de Magadan", - "daylight": "heure d’été de Magadan" - } - }, - "Malaysia": { - "long": { - "standard": "heure de la Malaisie" - } - }, - "Maldives": { - "long": { - "standard": "heure des Maldives" - } - }, - "Marquesas": { - "long": { - "standard": "heure des îles Marquises" - } - }, - "Marshall_Islands": { - "long": { - "standard": "heure des îles Marshall" - } - }, - "Mauritius": { - "long": { - "generic": "heure de Maurice", - "standard": "heure normale de Maurice", - "daylight": "heure d’été de Maurice" - } - }, - "Mawson": { - "long": { - "standard": "heure de Mawson" - } - }, - "Mexico_Northwest": { - "long": { - "generic": "heure du Nord-Ouest du Mexique", - "standard": "heure normale du Nord-Ouest du Mexique", - "daylight": "heure d’été du Nord-Ouest du Mexique" - } - }, - "Mexico_Pacific": { - "long": { - "generic": "heure du Pacifique mexicain", - "standard": "heure normale du Pacifique mexicain", - "daylight": "heure d’été du Pacifique mexicain" - } - }, - "Mongolia": { - "long": { - "generic": "heure d’Oulan-Bator", - "standard": "heure normale d’Oulan-Bator", - "daylight": "heure d’été d’Oulan-Bator" - } - }, - "Moscow": { - "long": { - "generic": "heure de Moscou", - "standard": "heure normale de Moscou", - "daylight": "heure d’été de Moscou" - } - }, - "Myanmar": { - "long": { - "standard": "heure du Myanmar" - } - }, - "Nauru": { - "long": { - "standard": "heure de Nauru" - } - }, - "Nepal": { - "long": { - "standard": "heure du Népal" - } - }, - "New_Caledonia": { - "long": { - "generic": "heure de la Nouvelle-Calédonie", - "standard": "heure normale de la Nouvelle-Calédonie", - "daylight": "heure d’été de Nouvelle-Calédonie" - } - }, - "New_Zealand": { - "long": { - "generic": "heure de la Nouvelle-Zélande", - "standard": "heure normale de la Nouvelle-Zélande", - "daylight": "heure d’été de la Nouvelle-Zélande" - } - }, - "Newfoundland": { - "long": { - "generic": "heure de Terre-Neuve", - "standard": "heure normale de Terre-Neuve", - "daylight": "heure d’été de Terre-Neuve" - } - }, - "Niue": { - "long": { - "standard": "heure de Nioué" - } - }, - "Norfolk": { - "long": { - "standard": "heure de l’île Norfolk" - } - }, - "Noronha": { - "long": { - "generic": "heure de Fernando de Noronha", - "standard": "heure normale de Fernando de Noronha", - "daylight": "heure d’été de Fernando de Noronha" - } - }, - "North_Mariana": { - "long": { - "standard": "heure des îles Mariannes du Nord" - } - }, - "Novosibirsk": { - "long": { - "generic": "heure de Novossibirsk", - "standard": "heure normale de Novossibirsk", - "daylight": "heure d’été de Novossibirsk" - } - }, - "Omsk": { - "long": { - "generic": "heure de Omsk", - "standard": "heure normale de Omsk", - "daylight": "heure d’été de Omsk" - } - }, - "Pakistan": { - "long": { - "generic": "heure du Pakistan", - "standard": "heure normale du Pakistan", - "daylight": "heure d’été du Pakistan" - } - }, - "Palau": { - "long": { - "standard": "heure des Palaos" - } - }, - "Papua_New_Guinea": { - "long": { - "standard": "heure de la Papouasie-Nouvelle-Guinée" - } - }, - "Paraguay": { - "long": { - "generic": "heure du Paraguay", - "standard": "heure normale du Paraguay", - "daylight": "heure d’été du Paraguay" - } - }, - "Peru": { - "long": { - "generic": "heure du Pérou", - "standard": "heure normale du Pérou", - "daylight": "heure d’été du Pérou" - } - }, - "Philippines": { - "long": { - "generic": "heure des Philippines", - "standard": "heure normale des Philippines", - "daylight": "heure d’été des Philippines" - } - }, - "Phoenix_Islands": { - "long": { - "standard": "heure des îles Phoenix" - } - }, - "Pierre_Miquelon": { - "long": { - "generic": "heure de Saint-Pierre-et-Miquelon", - "standard": "heure normale de Saint-Pierre-et-Miquelon", - "daylight": "heure d’été de Saint-Pierre-et-Miquelon" - } - }, - "Pitcairn": { - "long": { - "standard": "heure des îles Pitcairn" - } - }, - "Ponape": { - "long": { - "standard": "heure de l’île de Pohnpei" - } - }, - "Pyongyang": { - "long": { - "standard": "heure de Pyongyang" - } - }, - "Reunion": { - "long": { - "standard": "heure de La Réunion" - } - }, - "Rothera": { - "long": { - "standard": "heure de Rothera" - } - }, - "Sakhalin": { - "long": { - "generic": "heure de Sakhaline", - "standard": "heure normale de Sakhaline", - "daylight": "heure d’été de Sakhaline" - } - }, - "Samara": { - "long": { - "generic": "heure de Samara", - "standard": "heure normale de Samara", - "daylight": "heure d’été de Samara" - } - }, - "Samoa": { - "long": { - "generic": "heure des Samoa", - "standard": "heure normale des Samoa", - "daylight": "heure d’été des Samoa" - } - }, - "Seychelles": { - "long": { - "standard": "heure des Seychelles" - } - }, - "Singapore": { - "long": { - "standard": "heure de Singapour" - } - }, - "Solomon": { - "long": { - "standard": "heure des îles Salomon" - } - }, - "South_Georgia": { - "long": { - "standard": "heure de Géorgie du Sud" - } - }, - "Suriname": { - "long": { - "standard": "heure du Suriname" - } - }, - "Syowa": { - "long": { - "standard": "heure de Syowa" - } - }, - "Tahiti": { - "long": { - "standard": "heure de Tahiti" - } - }, - "Taipei": { - "long": { - "generic": "heure de Taipei", - "standard": "heure normale de Taipei", - "daylight": "heure d’été de Taipei" - } - }, - "Tajikistan": { - "long": { - "standard": "heure du Tadjikistan" - } - }, - "Tokelau": { - "long": { - "standard": "heure de Tokelau" - } - }, - "Tonga": { - "long": { - "generic": "heure des Tonga", - "standard": "heure normale des Tonga", - "daylight": "heure d’été de Tonga" - } - }, - "Truk": { - "long": { - "standard": "heure de Chuuk" - } - }, - "Turkmenistan": { - "long": { - "generic": "heure du Turkménistan", - "standard": "heure normale du Turkménistan", - "daylight": "heure d’été du Turkménistan" - } - }, - "Tuvalu": { - "long": { - "standard": "heure des Tuvalu" - } - }, - "Uruguay": { - "long": { - "generic": "heure de l’Uruguay", - "standard": "heure normale de l’Uruguay", - "daylight": "heure d’été de l’Uruguay" - } - }, - "Uzbekistan": { - "long": { - "generic": "heure de l’Ouzbékistan", - "standard": "heure normale de l’Ouzbékistan", - "daylight": "heure d’été de l’Ouzbékistan" - } - }, - "Vanuatu": { - "long": { - "generic": "heure du Vanuatu", - "standard": "heure normale du Vanuatu", - "daylight": "heure d’été de Vanuatu" - } - }, - "Venezuela": { - "long": { - "standard": "heure du Venezuela" - } - }, - "Vladivostok": { - "long": { - "generic": "heure de Vladivostok", - "standard": "heure normale de Vladivostok", - "daylight": "heure d’été de Vladivostok" - } - }, - "Volgograd": { - "long": { - "generic": "heure de Volgograd", - "standard": "heure normale de Volgograd", - "daylight": "heure d’été de Volgograd" - } - }, - "Vostok": { - "long": { - "standard": "heure de Vostok" - } - }, - "Wake": { - "long": { - "standard": "heure de l’île Wake" - } - }, - "Wallis": { - "long": { - "standard": "heure de Wallis-et-Futuna" - } - }, - "Yakutsk": { - "long": { - "generic": "heure de Iakoutsk", - "standard": "heure normale de Iakoutsk", - "daylight": "heure d’été de Iakoutsk" - } - }, - "Yekaterinburg": { - "long": { - "generic": "heure d’Ekaterinbourg", - "standard": "heure normale d’Ekaterinbourg", - "daylight": "heure d’été d’Ekaterinbourg" - } - } - } - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs4/ca-gregorian.json b/ej2-javascript/code-snippet/schedule/localization-cs4/ca-gregorian.json deleted file mode 100644 index c88fcd919..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs4/ca-gregorian.json +++ /dev/null @@ -1,493 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "dates": { - "calendars": { - "gregorian": { - "months": { - "format": { - "abbreviated": { - "1": "janv.", - "2": "févr.", - "3": "mars", - "4": "avr.", - "5": "mai", - "6": "juin", - "7": "juil.", - "8": "août", - "9": "sept.", - "10": "oct.", - "11": "nov.", - "12": "déc." - }, - "narrow": { - "1": "J", - "2": "F", - "3": "M", - "4": "A", - "5": "M", - "6": "J", - "7": "J", - "8": "A", - "9": "S", - "10": "O", - "11": "N", - "12": "D" - }, - "wide": { - "1": "janvier", - "2": "février", - "3": "mars", - "4": "avril", - "5": "mai", - "6": "juin", - "7": "juillet", - "8": "août", - "9": "septembre", - "10": "octobre", - "11": "novembre", - "12": "décembre" - } - }, - "stand-alone": { - "abbreviated": { - "1": "janv.", - "2": "févr.", - "3": "mars", - "4": "avr.", - "5": "mai", - "6": "juin", - "7": "juil.", - "8": "août", - "9": "sept.", - "10": "oct.", - "11": "nov.", - "12": "déc." - }, - "narrow": { - "1": "J", - "2": "F", - "3": "M", - "4": "A", - "5": "M", - "6": "J", - "7": "J", - "8": "A", - "9": "S", - "10": "O", - "11": "N", - "12": "D" - }, - "wide": { - "1": "janvier", - "2": "février", - "3": "mars", - "4": "avril", - "5": "mai", - "6": "juin", - "7": "juillet", - "8": "août", - "9": "septembre", - "10": "octobre", - "11": "novembre", - "12": "décembre" - } - } - }, - "days": { - "format": { - "abbreviated": { - "sun": "dim.", - "mon": "lun.", - "tue": "mar.", - "wed": "mer.", - "thu": "jeu.", - "fri": "ven.", - "sat": "sam." - }, - "narrow": { - "sun": "D", - "mon": "L", - "tue": "M", - "wed": "M", - "thu": "J", - "fri": "V", - "sat": "S" - }, - "short": { - "sun": "di", - "mon": "lu", - "tue": "ma", - "wed": "me", - "thu": "je", - "fri": "ve", - "sat": "sa" - }, - "wide": { - "sun": "dimanche", - "mon": "lundi", - "tue": "mardi", - "wed": "mercredi", - "thu": "jeudi", - "fri": "vendredi", - "sat": "samedi" - } - }, - "stand-alone": { - "abbreviated": { - "sun": "dim.", - "mon": "lun.", - "tue": "mar.", - "wed": "mer.", - "thu": "jeu.", - "fri": "ven.", - "sat": "sam." - }, - "narrow": { - "sun": "D", - "mon": "L", - "tue": "M", - "wed": "M", - "thu": "J", - "fri": "V", - "sat": "S" - }, - "short": { - "sun": "di", - "mon": "lu", - "tue": "ma", - "wed": "me", - "thu": "je", - "fri": "ve", - "sat": "sa" - }, - "wide": { - "sun": "dimanche", - "mon": "lundi", - "tue": "mardi", - "wed": "mercredi", - "thu": "jeudi", - "fri": "vendredi", - "sat": "samedi" - } - } - }, - "quarters": { - "format": { - "abbreviated": { - "1": "T1", - "2": "T2", - "3": "T3", - "4": "T4" - }, - "narrow": { - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "wide": { - "1": "1er trimestre", - "2": "2e trimestre", - "3": "3e trimestre", - "4": "4e trimestre" - } - }, - "stand-alone": { - "abbreviated": { - "1": "T1", - "2": "T2", - "3": "T3", - "4": "T4" - }, - "narrow": { - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "wide": { - "1": "1er trimestre", - "2": "2e trimestre", - "3": "3e trimestre", - "4": "4e trimestre" - } - } - }, - "dayPeriods": { - "format": { - "abbreviated": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du mat.", - "afternoon1": "de l’ap.m.", - "evening1": "du soir", - "night1": "du mat." - }, - "narrow": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du mat.", - "afternoon1": "de l’ap.m.", - "evening1": "du soir", - "night1": "du mat." - }, - "wide": { - "midnight": "minuit", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du matin", - "afternoon1": "de l’après-midi", - "evening1": "du soir", - "night1": "du matin" - } - }, - "stand-alone": { - "abbreviated": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "mat.", - "afternoon1": "ap.m.", - "evening1": "soir", - "night1": "nuit" - }, - "narrow": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "mat.", - "afternoon1": "ap.m.", - "evening1": "soir", - "night1": "nuit" - }, - "wide": { - "midnight": "minuit", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "matin", - "afternoon1": "après-midi", - "evening1": "soir", - "night1": "nuit" - } - } - }, - "eras": { - "eraNames": { - "0": "avant Jésus-Christ", - "0-alt-variant": "avant l’ère commune", - "1": "après Jésus-Christ", - "1-alt-variant": "de l’ère commune" - }, - "eraAbbr": { - "0": "av. J.-C.", - "0-alt-variant": "AEC", - "1": "ap. J.-C.", - "1-alt-variant": "EC" - }, - "eraNarrow": { - "0": "av. J.-C.", - "0-alt-variant": "AEC", - "1": "ap. J.-C.", - "1-alt-variant": "EC" - } - }, - "dateFormats": { - "full": "EEEE, d MMMM y", - "long": "d MMMM y", - "medium": "d MMM y", - "short": "dd.MM.yy" - }, - "timeFormats": { - "full": "HH.mm:ss 'h' zzzz", - "long": "HH:mm:ss z", - "medium": "HH:mm:ss", - "short": "HH:mm" - }, - "dateTimeFormats": { - "full": "{1} 'à' {0}", - "long": "{1} 'à' {0}", - "medium": "{1} 'à' {0}", - "short": "{1} {0}", - "availableFormats": { - "Bh": "h B", - "Bhm": "h:mm B", - "Bhms": "h:mm:ss B", - "d": "d", - "E": "E", - "EBhm": "E h:mm B", - "EBhms": "E h:mm:ss B", - "Ed": "E d", - "Ehm": "E h:mm a", - "EHm": "E HH:mm", - "Ehms": "E h:mm:ss a", - "EHms": "E HH:mm:ss", - "Gy": "y G", - "GyMMM": "MMM y G", - "GyMMMd": "d MMM y G", - "GyMMMEd": "E d MMM y G", - "h": "h a", - "H": "HH 'h'", - "hm": "h:mm a", - "Hm": "HH:mm", - "hms": "h:mm:ss a", - "Hms": "HH:mm:ss", - "hmsv": "h:mm:ss a v", - "Hmsv": "HH:mm:ss v", - "hmv": "h:mm a v", - "Hmv": "HH:mm v", - "M": "L", - "Md": "dd.MM.", - "MEd": "E, dd.MM.", - "MMdd": "dd.MM", - "MMM": "LLL", - "MMMd": "d MMM", - "MMMEd": "E d MMM", - "MMMMd": "d MMMM", - "MMMMW-count-one": "'semaine' W (MMMM)", - "MMMMW-count-other": "'semaine' W (MMMM)", - "ms": "mm:ss", - "y": "y", - "yM": "MM.y", - "yMd": "dd.MM.y", - "yMEd": "E, dd.MM.y", - "yMMM": "MMM y", - "yMMMd": "d MMM y", - "yMMMEd": "E d MMM y", - "yMMMM": "MMMM y", - "yQQQ": "QQQ y", - "yQQQQ": "QQQQ y", - "yw-count-one": "'semaine' w 'de' Y", - "yw-count-other": "'semaine' w 'de' Y" - }, - "appendItems": { - "Day": "{0} ({2}: {1})", - "Day-Of-Week": "{0} {1}", - "Era": "{1} {0}", - "Hour": "{0} ({2}: {1})", - "Minute": "{0} ({2}: {1})", - "Month": "{0} ({2}: {1})", - "Quarter": "{0} ({2}: {1})", - "Second": "{0} ({2}: {1})", - "Timezone": "{0} {1}", - "Week": "{0} ({2}: {1})", - "Year": "{1} {0}" - }, - "intervalFormats": { - "intervalFormatFallback": "{0} – {1}", - "d": { - "d": "d–d" - }, - "h": { - "a": "h a – h a", - "h": "h – h a" - }, - "H": { - "H": "HH – HH" - }, - "hm": { - "a": "h:mm a – h:mm a", - "h": "h:mm – h:mm a", - "m": "h:mm – h:mm a" - }, - "Hm": { - "H": "HH:mm – HH:mm", - "m": "HH:mm – HH:mm" - }, - "hmv": { - "a": "h:mm a – h:mm a v", - "h": "h:mm – h:mm a v", - "m": "h:mm – h:mm a v" - }, - "Hmv": { - "H": "HH:mm – HH:mm v", - "m": "HH:mm – HH:mm v" - }, - "hv": { - "a": "h a – h a v", - "h": "h – h a v" - }, - "Hv": { - "H": "HH – HH v" - }, - "M": { - "M": "M–M" - }, - "Md": { - "d": "dd.MM – dd.MM", - "M": "dd.MM – dd.MM" - }, - "MEd": { - "d": "E, dd.MM – E, dd.MM", - "M": "E, dd.MM – E, dd.MM" - }, - "MMM": { - "M": "MMM–MMM" - }, - "MMMd": { - "d": "d–d MMM", - "M": "d MMM – d MMM" - }, - "MMMEd": { - "d": "E d – E d MMM", - "M": "E d MMM – E d MMM" - }, - "y": { - "y": "y–y" - }, - "yM": { - "M": "MM.y – MM.y", - "y": "MM.y – MM.y" - }, - "yMd": { - "d": "dd.MM.y – dd.MM.y", - "M": "dd.MM.y – dd.MM.y", - "y": "dd.MM.y – dd.MM.y" - }, - "yMEd": { - "d": "E, dd.MM.y – E, dd.MM.y", - "M": "E, dd.MM.y – E, dd.MM.y", - "y": "E, dd.MM.y – E, dd.MM.y" - }, - "yMMM": { - "M": "MMM–MMM y", - "y": "MMM y – MMM y" - }, - "yMMMd": { - "d": "d–d MMM y", - "M": "d MMM – d MMM y", - "y": "d MMM y – d MMM y" - }, - "yMMMEd": { - "d": "E d – E d MMM y", - "M": "E d MMM – E d MMM y", - "y": "E d MMM y – E d MMM y" - }, - "yMMMM": { - "M": "MMMM – MMMM y", - "y": "MMMM y – MMMM y" - } - } - } - } - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs4/locale.json b/ej2-javascript/code-snippet/schedule/localization-cs4/locale.json deleted file mode 100644 index f7791ec19..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs4/locale.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "fr-CH": { - "schedule": { - "day": "journée", - "week": "La semaine", - "workWeek": "Semaine de travail", - "month": "Mois", - "agenda": "Ordre du jour", - "weekAgenda": "Agenda de la semaine", - "workWeekAgenda": "Agenda de la semaine de travail", - "monthAgenda": "Agenda du mois", - "today": "Aujourd'hui", - "noEvents": "Pas d'événements", - "emptyContainer": "Aucun événement n'est prévu ce jour-là.", - "allDay": "Toute la journée", - "start": "Début", - "end": "Fin", - "more": "plus", - "close": "Fermer", - "cancel": "Annuler", - "noTitle": "(Pas de titre)", - "delete": "Effacer", - "deleteEvent": "Supprimer l'événement", - "deleteMultipleEvent": "Supprimer plusieurs événements", - "selectedItems": "Items selected", - "deleteSeries": "Supprimer la série", - "edit": "modifier", - "editSeries": "Modifier la série", - "editEvent": "Modifier l'événement", - "createEvent": "Créer", - "subject": "Assujettir", - "addTitle": "Ajouter un titre", - "moreDetails": "Plus de détails", - "save": "sauvegarder", - "editContent": "Voulez-vous modifier uniquement cet événement ou toute la série?", - "deleteRecurrenceContent": "Voulez-vous supprimer uniquement cet événement ou toute la série?", - "deleteContent": "Êtes-vous sûr de vouloir supprimer cet événement?", - "deleteMultipleContent": "Êtes-vous sûr de vouloir supprimer les événements sélectionnés?", - "newEvent": "Nouvel évènement", - "title": "Titre", - "location": "Emplacement", - "description": "La description", - "timezone": "Fuseau horaire", - "startTimezone": "Démarrer fuseau horaire", - "endTimezone": "Fin du fuseau horaire", - "repeat": "Répéter", - "saveButton": "sauvegarder", - "cancelButton": "Annuler", - "deleteButton": "Effacer", - "recurrence": "Récurrence", - "wrongPattern": "Le modèle de récurrence n'est pas valide.", - "seriesChangeAlert": "Les modifications apportées à des instances spécifiques de cette série seront annulées et ces événements correspondront à nouveau à la série.", - "createError": "La durée de l'événement doit être plus courte que sa fréquence. Raccourcissez la durée ou modifiez le modèle de récurrence dans l'éditeur d'événement de récurrence.", - "recurrenceDateValidation": "Certains mois ont moins que la date sélectionnée. Pour ces mois, l'événement se produira à la dernière date du mois.", - "sameDayAlert": "Deux occurrences du même événement ne peuvent pas se produire le même jour.", - "editRecurrence": "Modifier la récurrence", - "repeats": "Répétitions", - "alert": "Alerte", - "startEndError": "La date de fin sélectionnée se produit avant la date de début.", - "invalidDateError": "La valeur de date saisie est invalide.", - "ok": "D'accord", - "occurrence": "Occurrence", - "series": "Séries", - "previous": "précédent", - "next": "Prochain", - "timelineDay": "Journée chronologique", - "timelineWeek": "Semaine chronologique", - "timelineWorkWeek": "Semaine de travail chronologique", - "timelineMonth": "Mois de la chronologie" - }, - "recurrenceeditor": { - "none": "Aucun", - "daily": "du quotidien", - "weekly": "Hebdomadaire", - "monthly": "Mensuel", - "month": "Mois", - "yearly": "Annuel", - "never": "Jamais", - "until": "Jusqu'à", - "count": "Compter", - "first": "First", - "second": "Seconde", - "third": "Troisième", - "fourth": "Quatrième", - "last": "Dernier", - "repeat": "Répéter", - "repeatEvery": "Répétez chaque", - "on": "Répéter sur", - "end": "Fin", - "onDay": "journée", - "days": "journées", - "weeks": "semaines", - "months": "Mois", - "years": "Années", - "every": "chaque", - "summaryTimes": "fois", - "summaryOn": "sur", - "summaryUntil": "jusqu'à", - "summaryRepeat": "Répétitions", - "summaryDay": "journées", - "summaryWeek": "semaines", - "summaryMonth": "mois", - "summaryYear": "années" - }, - "calendar": { - "today": "Aujourd'hui" - } - } -} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/schedule/localization-cs4/numberingSystems.json b/ej2-javascript/code-snippet/schedule/localization-cs4/numberingSystems.json deleted file mode 100644 index 353fa3b6a..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs4/numberingSystems.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "supplemental": { - "version": { - "_number": "$Revision: 13459 $", - "_unicodeVersion": "10.0.0", - "_cldrVersion": "32" - }, - "numberingSystems": { - "adlm": { - "_digits": "𞥐𞥑𞥒𞥓𞥔𞥕𞥖𞥗𞥘𞥙", - "_type": "numeric" - }, - "ahom": { - "_digits": "𑜰𑜱𑜲𑜳𑜴𑜵𑜶𑜷𑜸𑜹", - "_type": "numeric" - }, - "arab": { - "_digits": "٠١٢٣٤٥٦٧٨٩", - "_type": "numeric" - }, - "arabext": { - "_digits": "۰۱۲۳۴۵۶۷۸۹", - "_type": "numeric" - }, - "armn": { - "_rules": "armenian-upper", - "_type": "algorithmic" - }, - "armnlow": { - "_rules": "armenian-lower", - "_type": "algorithmic" - }, - "bali": { - "_digits": "᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙", - "_type": "numeric" - }, - "beng": { - "_digits": "০১২৩৪৫৬৭৮৯", - "_type": "numeric" - }, - "bhks": { - "_digits": "𑱐𑱑𑱒𑱓𑱔𑱕𑱖𑱗𑱘𑱙", - "_type": "numeric" - }, - "brah": { - "_digits": "𑁦𑁧𑁨𑁩𑁪𑁫𑁬𑁭𑁮𑁯", - "_type": "numeric" - }, - "cakm": { - "_digits": "𑄶𑄷𑄸𑄹𑄺𑄻𑄼𑄽𑄾𑄿", - "_type": "numeric" - }, - "cham": { - "_digits": "꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙", - "_type": "numeric" - }, - "cyrl": { - "_rules": "cyrillic-lower", - "_type": "algorithmic" - }, - "deva": { - "_digits": "०१२३४५६७८९", - "_type": "numeric" - }, - "ethi": { - "_rules": "ethiopic", - "_type": "algorithmic" - }, - "fullwide": { - "_digits": "0123456789", - "_type": "numeric" - }, - "geor": { - "_rules": "georgian", - "_type": "algorithmic" - }, - "gonm": { - "_digits": "𑵐𑵑𑵒𑵓𑵔𑵕𑵖𑵗𑵘𑵙", - "_type": "numeric" - }, - "grek": { - "_rules": "greek-upper", - "_type": "algorithmic" - }, - "greklow": { - "_rules": "greek-lower", - "_type": "algorithmic" - }, - "gujr": { - "_digits": "૦૧૨૩૪૫૬૭૮૯", - "_type": "numeric" - }, - "guru": { - "_digits": "੦੧੨੩੪੫੬੭੮੯", - "_type": "numeric" - }, - "hanidays": { - "_rules": "zh/SpelloutRules/spellout-numbering-days", - "_type": "algorithmic" - }, - "hanidec": { - "_digits": "〇一二三四五六七八九", - "_type": "numeric" - }, - "hans": { - "_rules": "zh/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "hansfin": { - "_rules": "zh/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "hant": { - "_rules": "zh_Hant/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "hantfin": { - "_rules": "zh_Hant/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "hebr": { - "_rules": "hebrew", - "_type": "algorithmic" - }, - "hmng": { - "_digits": "𖭐𖭑𖭒𖭓𖭔𖭕𖭖𖭗𖭘𖭙", - "_type": "numeric" - }, - "java": { - "_digits": "꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙", - "_type": "numeric" - }, - "jpan": { - "_rules": "ja/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "jpanfin": { - "_rules": "ja/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "kali": { - "_digits": "꤀꤁꤂꤃꤄꤅꤆꤇꤈꤉", - "_type": "numeric" - }, - "khmr": { - "_digits": "០១២៣៤៥៦៧៨៩", - "_type": "numeric" - }, - "knda": { - "_digits": "೦೧೨೩೪೫೬೭೮೯", - "_type": "numeric" - }, - "lana": { - "_digits": "᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉", - "_type": "numeric" - }, - "lanatham": { - "_digits": "᪐᪑᪒᪓᪔᪕᪖᪗᪘᪙", - "_type": "numeric" - }, - "laoo": { - "_digits": "໐໑໒໓໔໕໖໗໘໙", - "_type": "numeric" - }, - "latn": { - "_digits": "0123456789", - "_type": "numeric" - }, - "lepc": { - "_digits": "᱀᱁᱂᱃᱄᱅᱆᱇᱈᱉", - "_type": "numeric" - }, - "limb": { - "_digits": "᥆᥇᥈᥉᥊᥋᥌᥍᥎᥏", - "_type": "numeric" - }, - "mathbold": { - "_digits": "𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗", - "_type": "numeric" - }, - "mathdbl": { - "_digits": "𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡", - "_type": "numeric" - }, - "mathmono": { - "_digits": "𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿", - "_type": "numeric" - }, - "mathsanb": { - "_digits": "𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵", - "_type": "numeric" - }, - "mathsans": { - "_digits": "𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫", - "_type": "numeric" - }, - "mlym": { - "_digits": "൦൧൨൩൪൫൬൭൮൯", - "_type": "numeric" - }, - "modi": { - "_digits": "𑙐𑙑𑙒𑙓𑙔𑙕𑙖𑙗𑙘𑙙", - "_type": "numeric" - }, - "mong": { - "_digits": "᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙", - "_type": "numeric" - }, - "mroo": { - "_digits": "𖩠𖩡𖩢𖩣𖩤𖩥𖩦𖩧𖩨𖩩", - "_type": "numeric" - }, - "mtei": { - "_digits": "꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹", - "_type": "numeric" - }, - "mymr": { - "_digits": "၀၁၂၃၄၅၆၇၈၉", - "_type": "numeric" - }, - "mymrshan": { - "_digits": "႐႑႒႓႔႕႖႗႘႙", - "_type": "numeric" - }, - "mymrtlng": { - "_digits": "꧰꧱꧲꧳꧴꧵꧶꧷꧸꧹", - "_type": "numeric" - }, - "newa": { - "_digits": "𑑐𑑑𑑒𑑓𑑔𑑕𑑖𑑗𑑘𑑙", - "_type": "numeric" - }, - "nkoo": { - "_digits": "߀߁߂߃߄߅߆߇߈߉", - "_type": "numeric" - }, - "olck": { - "_digits": "᱐᱑᱒᱓᱔᱕᱖᱗᱘᱙", - "_type": "numeric" - }, - "orya": { - "_digits": "୦୧୨୩୪୫୬୭୮୯", - "_type": "numeric" - }, - "osma": { - "_digits": "𐒠𐒡𐒢𐒣𐒤𐒥𐒦𐒧𐒨𐒩", - "_type": "numeric" - }, - "roman": { - "_rules": "roman-upper", - "_type": "algorithmic" - }, - "romanlow": { - "_rules": "roman-lower", - "_type": "algorithmic" - }, - "saur": { - "_digits": "꣐꣑꣒꣓꣔꣕꣖꣗꣘꣙", - "_type": "numeric" - }, - "shrd": { - "_digits": "𑇐𑇑𑇒𑇓𑇔𑇕𑇖𑇗𑇘𑇙", - "_type": "numeric" - }, - "sind": { - "_digits": "𑋰𑋱𑋲𑋳𑋴𑋵𑋶𑋷𑋸𑋹", - "_type": "numeric" - }, - "sinh": { - "_digits": "෦෧෨෩෪෫෬෭෮෯", - "_type": "numeric" - }, - "sora": { - "_digits": "𑃰𑃱𑃲𑃳𑃴𑃵𑃶𑃷𑃸𑃹", - "_type": "numeric" - }, - "sund": { - "_digits": "᮰᮱᮲᮳᮴᮵᮶᮷᮸᮹", - "_type": "numeric" - }, - "takr": { - "_digits": "𑛀𑛁𑛂𑛃𑛄𑛅𑛆𑛇𑛈𑛉", - "_type": "numeric" - }, - "talu": { - "_digits": "᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙", - "_type": "numeric" - }, - "taml": { - "_rules": "tamil", - "_type": "algorithmic" - }, - "tamldec": { - "_digits": "௦௧௨௩௪௫௬௭௮௯", - "_type": "numeric" - }, - "telu": { - "_digits": "౦౧౨౩౪౫౬౭౮౯", - "_type": "numeric" - }, - "thai": { - "_digits": "๐๑๒๓๔๕๖๗๘๙", - "_type": "numeric" - }, - "tibt": { - "_digits": "༠༡༢༣༤༥༦༧༨༩", - "_type": "numeric" - }, - "tirh": { - "_digits": "𑓐𑓑𑓒𑓓𑓔𑓕𑓖𑓗𑓘𑓙", - "_type": "numeric" - }, - "vaii": { - "_digits": "꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩", - "_type": "numeric" - }, - "wara": { - "_digits": "𑣠𑣡𑣢𑣣𑣤𑣥𑣦𑣧𑣨𑣩", - "_type": "numeric" - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs4/numbers.json b/ej2-javascript/code-snippet/schedule/localization-cs4/numbers.json deleted file mode 100644 index 71fddc6ed..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs4/numbers.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "numbers": { - "defaultNumberingSystem": "latn", - "otherNumberingSystems": { - "native": "latn" - }, - "minimumGroupingDigits": "1", - "symbols-numberSystem-latn": { - "decimal": ",", - "group": " ", - "list": ";", - "percentSign": "%", - "plusSign": "+", - "minusSign": "-", - "exponential": "E", - "superscriptingExponent": "×", - "perMille": "‰", - "infinity": "∞", - "nan": "NaN", - "currencyDecimal": ".", - "timeSeparator": ":" - }, - "decimalFormats-numberSystem-latn": { - "standard": "#,##0.###", - "long": { - "decimalFormat": { - "1000-count-one": "0 millier", - "1000-count-other": "0 mille", - "10000-count-one": "00 mille", - "10000-count-other": "00 mille", - "100000-count-one": "000 mille", - "100000-count-other": "000 mille", - "1000000-count-one": "0 million", - "1000000-count-other": "0 millions", - "10000000-count-one": "00 million", - "10000000-count-other": "00 millions", - "100000000-count-one": "000 million", - "100000000-count-other": "000 millions", - "1000000000-count-one": "0 milliard", - "1000000000-count-other": "0 milliards", - "10000000000-count-one": "00 milliard", - "10000000000-count-other": "00 milliards", - "100000000000-count-one": "000 milliard", - "100000000000-count-other": "000 milliards", - "1000000000000-count-one": "0 billion", - "1000000000000-count-other": "0 billions", - "10000000000000-count-one": "00 billion", - "10000000000000-count-other": "00 billions", - "100000000000000-count-one": "000 billion", - "100000000000000-count-other": "000 billions" - } - }, - "short": { - "decimalFormat": { - "1000-count-one": "0 k", - "1000-count-other": "0 k", - "10000-count-one": "00 k", - "10000-count-other": "00 k", - "100000-count-one": "000 k", - "100000-count-other": "000 k", - "1000000-count-one": "0 M", - "1000000-count-other": "0 M", - "10000000-count-one": "00 M", - "10000000-count-other": "00 M", - "100000000-count-one": "000 M", - "100000000-count-other": "000 M", - "1000000000-count-one": "0 Md", - "1000000000-count-other": "0 Md", - "10000000000-count-one": "00 Md", - "10000000000-count-other": "00 Md", - "100000000000-count-one": "000 Md", - "100000000000-count-other": "000 Md", - "1000000000000-count-one": "0 Bn", - "1000000000000-count-other": "0 Bn", - "10000000000000-count-one": "00 Bn", - "10000000000000-count-other": "00 Bn", - "100000000000000-count-one": "000 Bn", - "100000000000000-count-other": "000 Bn" - } - } - }, - "scientificFormats-numberSystem-latn": { - "standard": "#E0" - }, - "percentFormats-numberSystem-latn": { - "standard": "#,##0%" - }, - "currencyFormats-numberSystem-latn": { - "currencySpacing": { - "beforeCurrency": { - "currencyMatch": "[:^S:]", - "surroundingMatch": "[:digit:]", - "insertBetween": " " - }, - "afterCurrency": { - "currencyMatch": "[:^S:]", - "surroundingMatch": "[:digit:]", - "insertBetween": " " - } - }, - "standard": "#,##0.00 ¤ ;-#,##0.00 ¤", - "accounting": "#,##0.00 ¤;(#,##0.00 ¤)", - "short": { - "standard": { - "1000-count-one": "0 k ¤", - "1000-count-other": "0 k ¤", - "10000-count-one": "00 k ¤", - "10000-count-other": "00 k ¤", - "100000-count-one": "000 k ¤", - "100000-count-other": "000 k ¤", - "1000000-count-one": "0 M ¤", - "1000000-count-other": "0 M ¤", - "10000000-count-one": "00 M ¤", - "10000000-count-other": "00 M ¤", - "100000000-count-one": "000 M ¤", - "100000000-count-other": "000 M ¤", - "1000000000-count-one": "0 Md ¤", - "1000000000-count-other": "0 Md ¤", - "10000000000-count-one": "00 Md ¤", - "10000000000-count-other": "00 Md ¤", - "100000000000-count-one": "000 Md ¤", - "100000000000-count-other": "000 Md ¤", - "1000000000000-count-one": "0 Bn ¤", - "1000000000000-count-other": "0 Bn ¤", - "10000000000000-count-one": "00 Bn ¤", - "10000000000000-count-other": "00 Bn ¤", - "100000000000000-count-one": "000 Bn ¤", - "100000000000000-count-other": "000 Bn ¤" - } - }, - "unitPattern-count-one": "{0} {1}", - "unitPattern-count-other": "{0} {1}" - }, - "miscPatterns-numberSystem-latn": { - "atLeast": "⩾{0}", - "range": "{0}–{1}" - }, - "minimalPairs": { - "pluralMinimalPairs-count-one": "{0} jour", - "pluralMinimalPairs-count-other": "{0} jours", - "one": "Prenez la {0}re à droite.", - "other": "Prenez la {0}e à droite." - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs4/timeZoneNames.json b/ej2-javascript/code-snippet/schedule/localization-cs4/timeZoneNames.json deleted file mode 100644 index 13c8db7cb..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs4/timeZoneNames.json +++ /dev/null @@ -1,2292 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "dates": { - "timeZoneNames": { - "hourFormat": "+HH:mm;−HH:mm", - "gmtFormat": "UTC{0}", - "gmtZeroFormat": "UTC", - "regionFormat": "heure : {0}", - "regionFormat-type-daylight": "{0} (heure d’été)", - "regionFormat-type-standard": "{0} (heure standard)", - "fallbackFormat": "{1} ({0})", - "zone": { - "America": { - "Adak": { - "exemplarCity": "Adak" - }, - "Anchorage": { - "exemplarCity": "Anchorage" - }, - "Anguilla": { - "exemplarCity": "Anguilla" - }, - "Antigua": { - "exemplarCity": "Antigua" - }, - "Araguaina": { - "exemplarCity": "Araguaína" - }, - "Argentina": { - "Rio_Gallegos": { - "exemplarCity": "Río Gallegos" - }, - "San_Juan": { - "exemplarCity": "San Juan" - }, - "Ushuaia": { - "exemplarCity": "Ushuaïa" - }, - "La_Rioja": { - "exemplarCity": "La Rioja" - }, - "San_Luis": { - "exemplarCity": "San Luis" - }, - "Salta": { - "exemplarCity": "Salta" - }, - "Tucuman": { - "exemplarCity": "Tucumán" - } - }, - "Aruba": { - "exemplarCity": "Aruba" - }, - "Asuncion": { - "exemplarCity": "Asunción" - }, - "Bahia": { - "exemplarCity": "Bahia" - }, - "Bahia_Banderas": { - "exemplarCity": "Bahia de Banderas" - }, - "Barbados": { - "exemplarCity": "La Barbade" - }, - "Belem": { - "exemplarCity": "Belém" - }, - "Belize": { - "exemplarCity": "Belize" - }, - "Blanc-Sablon": { - "exemplarCity": "Blanc-Sablon" - }, - "Boa_Vista": { - "exemplarCity": "Boa Vista" - }, - "Bogota": { - "exemplarCity": "Bogota" - }, - "Boise": { - "exemplarCity": "Boise" - }, - "Buenos_Aires": { - "exemplarCity": "Buenos Aires" - }, - "Cambridge_Bay": { - "exemplarCity": "Cambridge Bay" - }, - "Campo_Grande": { - "exemplarCity": "Campo Grande" - }, - "Cancun": { - "exemplarCity": "Cancún" - }, - "Caracas": { - "exemplarCity": "Caracas" - }, - "Catamarca": { - "exemplarCity": "Catamarca" - }, - "Cayenne": { - "exemplarCity": "Cayenne" - }, - "Cayman": { - "exemplarCity": "Caïmans" - }, - "Chicago": { - "exemplarCity": "Chicago" - }, - "Chihuahua": { - "exemplarCity": "Chihuahua" - }, - "Coral_Harbour": { - "exemplarCity": "Atikokan" - }, - "Cordoba": { - "exemplarCity": "Córdoba" - }, - "Costa_Rica": { - "exemplarCity": "Costa Rica" - }, - "Creston": { - "exemplarCity": "Creston" - }, - "Cuiaba": { - "exemplarCity": "Cuiabá" - }, - "Curacao": { - "exemplarCity": "Curaçao" - }, - "Danmarkshavn": { - "exemplarCity": "Danmarkshavn" - }, - "Dawson": { - "exemplarCity": "Dawson" - }, - "Dawson_Creek": { - "exemplarCity": "Dawson Creek" - }, - "Denver": { - "exemplarCity": "Denver" - }, - "Detroit": { - "exemplarCity": "Détroit" - }, - "Dominica": { - "exemplarCity": "Dominique" - }, - "Edmonton": { - "exemplarCity": "Edmonton" - }, - "Eirunepe": { - "exemplarCity": "Eirunepé" - }, - "El_Salvador": { - "exemplarCity": "El Salvador" - }, - "Fort_Nelson": { - "exemplarCity": "Fort Nelson" - }, - "Fortaleza": { - "exemplarCity": "Fortaleza" - }, - "Glace_Bay": { - "exemplarCity": "Glace Bay" - }, - "Godthab": { - "exemplarCity": "Nuuk" - }, - "Goose_Bay": { - "exemplarCity": "Goose Bay" - }, - "Grand_Turk": { - "exemplarCity": "Grand Turk" - }, - "Grenada": { - "exemplarCity": "Grenade" - }, - "Guadeloupe": { - "exemplarCity": "Guadeloupe" - }, - "Guatemala": { - "exemplarCity": "Guatemala" - }, - "Guayaquil": { - "exemplarCity": "Guayaquil" - }, - "Guyana": { - "exemplarCity": "Guyana" - }, - "Halifax": { - "exemplarCity": "Halifax" - }, - "Havana": { - "exemplarCity": "La Havane" - }, - "Hermosillo": { - "exemplarCity": "Hermosillo" - }, - "Indiana": { - "Vincennes": { - "exemplarCity": "Vincennes [Indiana]" - }, - "Petersburg": { - "exemplarCity": "Petersburg [Indiana]" - }, - "Tell_City": { - "exemplarCity": "Tell City [Indiana]" - }, - "Knox": { - "exemplarCity": "Knox [Indiana]" - }, - "Winamac": { - "exemplarCity": "Winamac [Indiana]" - }, - "Marengo": { - "exemplarCity": "Marengo [Indiana]" - }, - "Vevay": { - "exemplarCity": "Vevay [Indiana]" - } - }, - "Indianapolis": { - "exemplarCity": "Indianapolis" - }, - "Inuvik": { - "exemplarCity": "Inuvik" - }, - "Iqaluit": { - "exemplarCity": "Iqaluit" - }, - "Jamaica": { - "exemplarCity": "Jamaïque" - }, - "Jujuy": { - "exemplarCity": "Jujuy" - }, - "Juneau": { - "exemplarCity": "Juneau" - }, - "Kentucky": { - "Monticello": { - "exemplarCity": "Monticello [Kentucky]" - } - }, - "Kralendijk": { - "exemplarCity": "Kralendijk" - }, - "La_Paz": { - "exemplarCity": "La Paz" - }, - "Lima": { - "exemplarCity": "Lima" - }, - "Los_Angeles": { - "exemplarCity": "Los Angeles" - }, - "Louisville": { - "exemplarCity": "Louisville" - }, - "Lower_Princes": { - "exemplarCity": "Lower Prince’s Quarter" - }, - "Maceio": { - "exemplarCity": "Maceió" - }, - "Managua": { - "exemplarCity": "Managua" - }, - "Manaus": { - "exemplarCity": "Manaos" - }, - "Marigot": { - "exemplarCity": "Marigot" - }, - "Martinique": { - "exemplarCity": "Martinique" - }, - "Matamoros": { - "exemplarCity": "Matamoros" - }, - "Mazatlan": { - "exemplarCity": "Mazatlán" - }, - "Mendoza": { - "exemplarCity": "Mendoza" - }, - "Menominee": { - "exemplarCity": "Menominee" - }, - "Merida": { - "exemplarCity": "Mérida" - }, - "Metlakatla": { - "exemplarCity": "Metlakatla" - }, - "Mexico_City": { - "exemplarCity": "Mexico" - }, - "Miquelon": { - "exemplarCity": "Miquelon" - }, - "Moncton": { - "exemplarCity": "Moncton" - }, - "Monterrey": { - "exemplarCity": "Monterrey" - }, - "Montevideo": { - "exemplarCity": "Montevideo" - }, - "Montserrat": { - "exemplarCity": "Montserrat" - }, - "Nassau": { - "exemplarCity": "Nassau" - }, - "New_York": { - "exemplarCity": "New York" - }, - "Nipigon": { - "exemplarCity": "Nipigon" - }, - "Nome": { - "exemplarCity": "Nome" - }, - "Noronha": { - "exemplarCity": "Noronha" - }, - "North_Dakota": { - "Beulah": { - "exemplarCity": "Beulah (Dakota du Nord)" - }, - "New_Salem": { - "exemplarCity": "New Salem (Dakota du Nord)" - }, - "Center": { - "exemplarCity": "Center (Dakota du Nord)" - } - }, - "Ojinaga": { - "exemplarCity": "Ojinaga" - }, - "Panama": { - "exemplarCity": "Panama" - }, - "Pangnirtung": { - "exemplarCity": "Pangnirtung" - }, - "Paramaribo": { - "exemplarCity": "Paramaribo" - }, - "Phoenix": { - "exemplarCity": "Phoenix" - }, - "Port-au-Prince": { - "exemplarCity": "Port-au-Prince" - }, - "Port_of_Spain": { - "exemplarCity": "Port-d’Espagne" - }, - "Porto_Velho": { - "exemplarCity": "Porto Velho" - }, - "Puerto_Rico": { - "exemplarCity": "Porto Rico" - }, - "Punta_Arenas": { - "exemplarCity": "Punta Arenas" - }, - "Rainy_River": { - "exemplarCity": "Rainy River" - }, - "Rankin_Inlet": { - "exemplarCity": "Rankin Inlet" - }, - "Recife": { - "exemplarCity": "Recife" - }, - "Regina": { - "exemplarCity": "Regina" - }, - "Resolute": { - "exemplarCity": "Resolute" - }, - "Rio_Branco": { - "exemplarCity": "Rio Branco" - }, - "Santa_Isabel": { - "exemplarCity": "Santa Isabel" - }, - "Santarem": { - "exemplarCity": "Santarém" - }, - "Santiago": { - "exemplarCity": "Santiago" - }, - "Santo_Domingo": { - "exemplarCity": "Saint-Domingue" - }, - "Sao_Paulo": { - "exemplarCity": "São Paulo" - }, - "Scoresbysund": { - "exemplarCity": "Ittoqqortoormiit" - }, - "Sitka": { - "exemplarCity": "Sitka" - }, - "St_Barthelemy": { - "exemplarCity": "Saint-Barthélemy" - }, - "St_Johns": { - "exemplarCity": "Saint-Jean de Terre-Neuve" - }, - "St_Kitts": { - "exemplarCity": "Saint-Christophe" - }, - "St_Lucia": { - "exemplarCity": "Sainte-Lucie" - }, - "St_Thomas": { - "exemplarCity": "Saint-Thomas" - }, - "St_Vincent": { - "exemplarCity": "Saint-Vincent" - }, - "Swift_Current": { - "exemplarCity": "Swift Current" - }, - "Tegucigalpa": { - "exemplarCity": "Tégucigalpa" - }, - "Thule": { - "exemplarCity": "Thulé" - }, - "Thunder_Bay": { - "exemplarCity": "Thunder Bay" - }, - "Tijuana": { - "exemplarCity": "Tijuana" - }, - "Toronto": { - "exemplarCity": "Toronto" - }, - "Tortola": { - "exemplarCity": "Tortola" - }, - "Vancouver": { - "exemplarCity": "Vancouver" - }, - "Whitehorse": { - "exemplarCity": "Whitehorse" - }, - "Winnipeg": { - "exemplarCity": "Winnipeg" - }, - "Yakutat": { - "exemplarCity": "Yakutat" - }, - "Yellowknife": { - "exemplarCity": "Yellowknife" - } - }, - "Atlantic": { - "Azores": { - "exemplarCity": "Açores" - }, - "Bermuda": { - "exemplarCity": "Bermudes" - }, - "Canary": { - "exemplarCity": "Îles Canaries" - }, - "Cape_Verde": { - "exemplarCity": "Cap-Vert" - }, - "Faeroe": { - "exemplarCity": "Féroé" - }, - "Madeira": { - "exemplarCity": "Madère" - }, - "Reykjavik": { - "exemplarCity": "Reykjavik" - }, - "South_Georgia": { - "exemplarCity": "Géorgie du Sud" - }, - "St_Helena": { - "exemplarCity": "Sainte-Hélène" - }, - "Stanley": { - "exemplarCity": "Stanley" - } - }, - "Europe": { - "Amsterdam": { - "exemplarCity": "Amsterdam" - }, - "Andorra": { - "exemplarCity": "Andorre" - }, - "Astrakhan": { - "exemplarCity": "Astrakhan" - }, - "Athens": { - "exemplarCity": "Athènes" - }, - "Belgrade": { - "exemplarCity": "Belgrade" - }, - "Berlin": { - "exemplarCity": "Berlin" - }, - "Bratislava": { - "exemplarCity": "Bratislava" - }, - "Brussels": { - "exemplarCity": "Bruxelles" - }, - "Bucharest": { - "exemplarCity": "Bucarest" - }, - "Budapest": { - "exemplarCity": "Budapest" - }, - "Busingen": { - "exemplarCity": "Büsingen" - }, - "Chisinau": { - "exemplarCity": "Chisinau" - }, - "Copenhagen": { - "exemplarCity": "Copenhague" - }, - "Dublin": { - "long": { - "daylight": "heure d’été irlandaise" - }, - "exemplarCity": "Dublin" - }, - "Gibraltar": { - "exemplarCity": "Gibraltar" - }, - "Guernsey": { - "exemplarCity": "Guernesey" - }, - "Helsinki": { - "exemplarCity": "Helsinki" - }, - "Isle_of_Man": { - "exemplarCity": "Île de Man" - }, - "Istanbul": { - "exemplarCity": "Istanbul" - }, - "Jersey": { - "exemplarCity": "Jersey" - }, - "Kaliningrad": { - "exemplarCity": "Kaliningrad" - }, - "Kiev": { - "exemplarCity": "Kiev" - }, - "Kirov": { - "exemplarCity": "Kirov" - }, - "Lisbon": { - "exemplarCity": "Lisbonne" - }, - "Ljubljana": { - "exemplarCity": "Ljubljana" - }, - "London": { - "long": { - "daylight": "heure d’été britannique" - }, - "exemplarCity": "Londres" - }, - "Luxembourg": { - "exemplarCity": "Luxembourg" - }, - "Madrid": { - "exemplarCity": "Madrid" - }, - "Malta": { - "exemplarCity": "Malte" - }, - "Mariehamn": { - "exemplarCity": "Mariehamn" - }, - "Minsk": { - "exemplarCity": "Minsk" - }, - "Monaco": { - "exemplarCity": "Monaco" - }, - "Moscow": { - "exemplarCity": "Moscou" - }, - "Oslo": { - "exemplarCity": "Oslo" - }, - "Paris": { - "exemplarCity": "Paris" - }, - "Podgorica": { - "exemplarCity": "Podgorica" - }, - "Prague": { - "exemplarCity": "Prague" - }, - "Riga": { - "exemplarCity": "Riga" - }, - "Rome": { - "exemplarCity": "Rome" - }, - "Samara": { - "exemplarCity": "Samara" - }, - "San_Marino": { - "exemplarCity": "Saint-Marin" - }, - "Sarajevo": { - "exemplarCity": "Sarajevo" - }, - "Saratov": { - "exemplarCity": "Saratov" - }, - "Simferopol": { - "exemplarCity": "Simferopol" - }, - "Skopje": { - "exemplarCity": "Skopje" - }, - "Sofia": { - "exemplarCity": "Sofia" - }, - "Stockholm": { - "exemplarCity": "Stockholm" - }, - "Tallinn": { - "exemplarCity": "Tallinn" - }, - "Tirane": { - "exemplarCity": "Tirana" - }, - "Ulyanovsk": { - "exemplarCity": "Oulianovsk" - }, - "Uzhgorod": { - "exemplarCity": "Oujgorod" - }, - "Vaduz": { - "exemplarCity": "Vaduz" - }, - "Vatican": { - "exemplarCity": "Le Vatican" - }, - "Vienna": { - "exemplarCity": "Vienne" - }, - "Vilnius": { - "exemplarCity": "Vilnius" - }, - "Volgograd": { - "exemplarCity": "Volgograd" - }, - "Warsaw": { - "exemplarCity": "Varsovie" - }, - "Zagreb": { - "exemplarCity": "Zagreb" - }, - "Zaporozhye": { - "exemplarCity": "Zaporojie" - }, - "Zurich": { - "exemplarCity": "Zurich" - } - }, - "Africa": { - "Abidjan": { - "exemplarCity": "Abidjan" - }, - "Accra": { - "exemplarCity": "Accra" - }, - "Addis_Ababa": { - "exemplarCity": "Addis-Abeba" - }, - "Algiers": { - "exemplarCity": "Alger" - }, - "Asmera": { - "exemplarCity": "Asmara" - }, - "Bamako": { - "exemplarCity": "Bamako" - }, - "Bangui": { - "exemplarCity": "Bangui" - }, - "Banjul": { - "exemplarCity": "Banjul" - }, - "Bissau": { - "exemplarCity": "Bissau" - }, - "Blantyre": { - "exemplarCity": "Blantyre" - }, - "Brazzaville": { - "exemplarCity": "Brazzaville" - }, - "Bujumbura": { - "exemplarCity": "Bujumbura" - }, - "Cairo": { - "exemplarCity": "Le Caire" - }, - "Casablanca": { - "exemplarCity": "Casablanca" - }, - "Ceuta": { - "exemplarCity": "Ceuta" - }, - "Conakry": { - "exemplarCity": "Conakry" - }, - "Dakar": { - "exemplarCity": "Dakar" - }, - "Dar_es_Salaam": { - "exemplarCity": "Dar es Salaam" - }, - "Djibouti": { - "exemplarCity": "Djibouti" - }, - "Douala": { - "exemplarCity": "Douala" - }, - "El_Aaiun": { - "exemplarCity": "Laâyoune" - }, - "Freetown": { - "exemplarCity": "Freetown" - }, - "Gaborone": { - "exemplarCity": "Gaborone" - }, - "Harare": { - "exemplarCity": "Harare" - }, - "Johannesburg": { - "exemplarCity": "Johannesburg" - }, - "Juba": { - "exemplarCity": "Juba" - }, - "Kampala": { - "exemplarCity": "Kampala" - }, - "Khartoum": { - "exemplarCity": "Khartoum" - }, - "Kigali": { - "exemplarCity": "Kigali" - }, - "Kinshasa": { - "exemplarCity": "Kinshasa" - }, - "Lagos": { - "exemplarCity": "Lagos" - }, - "Libreville": { - "exemplarCity": "Libreville" - }, - "Lome": { - "exemplarCity": "Lomé" - }, - "Luanda": { - "exemplarCity": "Luanda" - }, - "Lubumbashi": { - "exemplarCity": "Lubumbashi" - }, - "Lusaka": { - "exemplarCity": "Lusaka" - }, - "Malabo": { - "exemplarCity": "Malabo" - }, - "Maputo": { - "exemplarCity": "Maputo" - }, - "Maseru": { - "exemplarCity": "Maseru" - }, - "Mbabane": { - "exemplarCity": "Mbabane" - }, - "Mogadishu": { - "exemplarCity": "Mogadiscio" - }, - "Monrovia": { - "exemplarCity": "Monrovia" - }, - "Nairobi": { - "exemplarCity": "Nairobi" - }, - "Ndjamena": { - "exemplarCity": "N’Djamena" - }, - "Niamey": { - "exemplarCity": "Niamey" - }, - "Nouakchott": { - "exemplarCity": "Nouakchott" - }, - "Ouagadougou": { - "exemplarCity": "Ouagadougou" - }, - "Porto-Novo": { - "exemplarCity": "Porto-Novo" - }, - "Sao_Tome": { - "exemplarCity": "São Tomé" - }, - "Tripoli": { - "exemplarCity": "Tripoli (Libye)" - }, - "Tunis": { - "exemplarCity": "Tunis" - }, - "Windhoek": { - "exemplarCity": "Windhoek" - } - }, - "Asia": { - "Aden": { - "exemplarCity": "Aden" - }, - "Almaty": { - "exemplarCity": "Alma Ata" - }, - "Amman": { - "exemplarCity": "Amman" - }, - "Anadyr": { - "exemplarCity": "Anadyr" - }, - "Aqtau": { - "exemplarCity": "Aktaou" - }, - "Aqtobe": { - "exemplarCity": "Aktioubinsk" - }, - "Ashgabat": { - "exemplarCity": "Achgabat" - }, - "Atyrau": { - "exemplarCity": "Atyraou" - }, - "Baghdad": { - "exemplarCity": "Bagdad" - }, - "Bahrain": { - "exemplarCity": "Bahreïn" - }, - "Baku": { - "exemplarCity": "Bakou" - }, - "Bangkok": { - "exemplarCity": "Bangkok" - }, - "Barnaul": { - "exemplarCity": "Barnaul" - }, - "Beirut": { - "exemplarCity": "Beyrouth" - }, - "Bishkek": { - "exemplarCity": "Bichkek" - }, - "Brunei": { - "exemplarCity": "Brunei" - }, - "Calcutta": { - "exemplarCity": "Calcutta" - }, - "Chita": { - "exemplarCity": "Tchita" - }, - "Choibalsan": { - "exemplarCity": "Tchoïbalsan" - }, - "Colombo": { - "exemplarCity": "Colombo" - }, - "Damascus": { - "exemplarCity": "Damas" - }, - "Dhaka": { - "exemplarCity": "Dhaka" - }, - "Dili": { - "exemplarCity": "Dili" - }, - "Dubai": { - "exemplarCity": "Dubaï" - }, - "Dushanbe": { - "exemplarCity": "Douchanbé" - }, - "Famagusta": { - "exemplarCity": "Famagouste" - }, - "Gaza": { - "exemplarCity": "Gaza" - }, - "Hebron": { - "exemplarCity": "Hébron" - }, - "Hong_Kong": { - "exemplarCity": "Hong Kong" - }, - "Hovd": { - "exemplarCity": "Hovd" - }, - "Irkutsk": { - "exemplarCity": "Irkoutsk" - }, - "Jakarta": { - "exemplarCity": "Jakarta" - }, - "Jayapura": { - "exemplarCity": "Jayapura" - }, - "Jerusalem": { - "exemplarCity": "Jérusalem" - }, - "Kabul": { - "exemplarCity": "Kaboul" - }, - "Kamchatka": { - "exemplarCity": "Kamtchatka" - }, - "Karachi": { - "exemplarCity": "Karachi" - }, - "Katmandu": { - "exemplarCity": "Katmandou" - }, - "Khandyga": { - "exemplarCity": "Khandyga" - }, - "Krasnoyarsk": { - "exemplarCity": "Krasnoïarsk" - }, - "Kuala_Lumpur": { - "exemplarCity": "Kuala Lumpur" - }, - "Kuching": { - "exemplarCity": "Kuching" - }, - "Kuwait": { - "exemplarCity": "Koweït" - }, - "Macau": { - "exemplarCity": "Macao" - }, - "Magadan": { - "exemplarCity": "Magadan" - }, - "Makassar": { - "exemplarCity": "Macassar" - }, - "Manila": { - "exemplarCity": "Manille" - }, - "Muscat": { - "exemplarCity": "Mascate" - }, - "Nicosia": { - "exemplarCity": "Nicosie" - }, - "Novokuznetsk": { - "exemplarCity": "Novokuznetsk" - }, - "Novosibirsk": { - "exemplarCity": "Novossibirsk" - }, - "Omsk": { - "exemplarCity": "Omsk" - }, - "Oral": { - "exemplarCity": "Ouralsk" - }, - "Phnom_Penh": { - "exemplarCity": "Phnom Penh" - }, - "Pontianak": { - "exemplarCity": "Pontianak" - }, - "Pyongyang": { - "exemplarCity": "Pyongyang" - }, - "Qatar": { - "exemplarCity": "Qatar" - }, - "Qyzylorda": { - "exemplarCity": "Kzyl Orda" - }, - "Rangoon": { - "exemplarCity": "Rangoun" - }, - "Riyadh": { - "exemplarCity": "Riyad" - }, - "Saigon": { - "exemplarCity": "Hô-Chi-Minh-Ville" - }, - "Sakhalin": { - "exemplarCity": "Sakhaline" - }, - "Samarkand": { - "exemplarCity": "Samarcande" - }, - "Seoul": { - "exemplarCity": "Séoul" - }, - "Shanghai": { - "exemplarCity": "Shanghai" - }, - "Singapore": { - "exemplarCity": "Singapour" - }, - "Srednekolymsk": { - "exemplarCity": "Srednekolymsk" - }, - "Taipei": { - "exemplarCity": "Taipei" - }, - "Tashkent": { - "exemplarCity": "Tachkent" - }, - "Tbilisi": { - "exemplarCity": "Tbilissi" - }, - "Tehran": { - "exemplarCity": "Téhéran" - }, - "Thimphu": { - "exemplarCity": "Thimphu" - }, - "Tokyo": { - "exemplarCity": "Tokyo" - }, - "Tomsk": { - "exemplarCity": "Tomsk" - }, - "Ulaanbaatar": { - "exemplarCity": "Oulan-Bator" - }, - "Urumqi": { - "exemplarCity": "Ürümqi" - }, - "Ust-Nera": { - "exemplarCity": "Ust-Nera" - }, - "Vientiane": { - "exemplarCity": "Vientiane" - }, - "Vladivostok": { - "exemplarCity": "Vladivostok" - }, - "Yakutsk": { - "exemplarCity": "Iakoutsk" - }, - "Yekaterinburg": { - "exemplarCity": "Ekaterinbourg" - }, - "Yerevan": { - "exemplarCity": "Erevan" - } - }, - "Indian": { - "Antananarivo": { - "exemplarCity": "Antananarivo" - }, - "Chagos": { - "exemplarCity": "Chagos" - }, - "Christmas": { - "exemplarCity": "Christmas" - }, - "Cocos": { - "exemplarCity": "Cocos" - }, - "Comoro": { - "exemplarCity": "Comores" - }, - "Kerguelen": { - "exemplarCity": "Kerguelen" - }, - "Mahe": { - "exemplarCity": "Mahé" - }, - "Maldives": { - "exemplarCity": "Maldives" - }, - "Mauritius": { - "exemplarCity": "Maurice" - }, - "Mayotte": { - "exemplarCity": "Mayotte" - }, - "Reunion": { - "exemplarCity": "La Réunion" - } - }, - "Australia": { - "Adelaide": { - "exemplarCity": "Adélaïde" - }, - "Brisbane": { - "exemplarCity": "Brisbane" - }, - "Broken_Hill": { - "exemplarCity": "Broken Hill" - }, - "Currie": { - "exemplarCity": "Currie" - }, - "Darwin": { - "exemplarCity": "Darwin" - }, - "Eucla": { - "exemplarCity": "Eucla" - }, - "Hobart": { - "exemplarCity": "Hobart" - }, - "Lindeman": { - "exemplarCity": "Lindeman" - }, - "Lord_Howe": { - "exemplarCity": "Lord Howe" - }, - "Melbourne": { - "exemplarCity": "Melbourne" - }, - "Perth": { - "exemplarCity": "Perth" - }, - "Sydney": { - "exemplarCity": "Sydney" - } - }, - "Pacific": { - "Apia": { - "exemplarCity": "Apia" - }, - "Auckland": { - "exemplarCity": "Auckland" - }, - "Bougainville": { - "exemplarCity": "Bougainville" - }, - "Chatham": { - "exemplarCity": "Chatham" - }, - "Easter": { - "exemplarCity": "Île de Pâques" - }, - "Efate": { - "exemplarCity": "Éfaté" - }, - "Enderbury": { - "exemplarCity": "Enderbury" - }, - "Fakaofo": { - "exemplarCity": "Fakaofo" - }, - "Fiji": { - "exemplarCity": "Fidji" - }, - "Funafuti": { - "exemplarCity": "Funafuti" - }, - "Galapagos": { - "exemplarCity": "Galápagos" - }, - "Gambier": { - "exemplarCity": "Gambier" - }, - "Guadalcanal": { - "exemplarCity": "Guadalcanal" - }, - "Guam": { - "exemplarCity": "Guam" - }, - "Honolulu": { - "exemplarCity": "Honolulu" - }, - "Johnston": { - "exemplarCity": "Johnston" - }, - "Kiritimati": { - "exemplarCity": "Kiritimati" - }, - "Kosrae": { - "exemplarCity": "Kosrae" - }, - "Kwajalein": { - "exemplarCity": "Kwajalein" - }, - "Majuro": { - "exemplarCity": "Majuro" - }, - "Marquesas": { - "exemplarCity": "Marquises" - }, - "Midway": { - "exemplarCity": "Midway" - }, - "Nauru": { - "exemplarCity": "Nauru" - }, - "Niue": { - "exemplarCity": "Niue" - }, - "Norfolk": { - "exemplarCity": "Norfolk" - }, - "Noumea": { - "exemplarCity": "Nouméa" - }, - "Pago_Pago": { - "exemplarCity": "Pago Pago" - }, - "Palau": { - "exemplarCity": "Palau" - }, - "Pitcairn": { - "exemplarCity": "Pitcairn" - }, - "Ponape": { - "exemplarCity": "Pohnpei" - }, - "Port_Moresby": { - "exemplarCity": "Port Moresby" - }, - "Rarotonga": { - "exemplarCity": "Rarotonga" - }, - "Saipan": { - "exemplarCity": "Saipan" - }, - "Tahiti": { - "exemplarCity": "Tahiti" - }, - "Tarawa": { - "exemplarCity": "Tarawa" - }, - "Tongatapu": { - "exemplarCity": "Tongatapu" - }, - "Truk": { - "exemplarCity": "Chuuk" - }, - "Wake": { - "exemplarCity": "Wake" - }, - "Wallis": { - "exemplarCity": "Wallis" - } - }, - "Arctic": { - "Longyearbyen": { - "exemplarCity": "Longyearbyen" - } - }, - "Antarctica": { - "Casey": { - "exemplarCity": "Casey" - }, - "Davis": { - "exemplarCity": "Davis" - }, - "DumontDUrville": { - "exemplarCity": "Dumont d’Urville" - }, - "Macquarie": { - "exemplarCity": "Macquarie" - }, - "Mawson": { - "exemplarCity": "Mawson" - }, - "McMurdo": { - "exemplarCity": "McMurdo" - }, - "Palmer": { - "exemplarCity": "Palmer" - }, - "Rothera": { - "exemplarCity": "Rothera" - }, - "Syowa": { - "exemplarCity": "Showa" - }, - "Troll": { - "exemplarCity": "Troll" - }, - "Vostok": { - "exemplarCity": "Vostok" - } - }, - "Etc": { - "UTC": { - "long": { - "standard": "Temps universel coordonné" - }, - "short": { - "standard": "UTC" - } - }, - "Unknown": { - "exemplarCity": "ville inconnue" - } - } - }, - "metazone": { - "Acre": { - "long": { - "generic": "heure de l’Acre", - "standard": "heure normale de l’Acre", - "daylight": "heure d’été de l’Acre" - } - }, - "Afghanistan": { - "long": { - "standard": "heure de l’Afghanistan" - } - }, - "Africa_Central": { - "long": { - "standard": "heure normale d’Afrique centrale" - } - }, - "Africa_Eastern": { - "long": { - "standard": "heure normale d’Afrique de l’Est" - } - }, - "Africa_Southern": { - "long": { - "standard": "heure normale d’Afrique méridionale" - } - }, - "Africa_Western": { - "long": { - "generic": "heure d’Afrique de l’Ouest", - "standard": "heure normale d’Afrique de l’Ouest", - "daylight": "heure d’été d’Afrique de l’Ouest" - } - }, - "Alaska": { - "long": { - "generic": "heure de l’Alaska", - "standard": "heure normale de l’Alaska", - "daylight": "heure d’été de l’Alaska" - } - }, - "Almaty": { - "long": { - "generic": "heure d’Alma Ata", - "standard": "heure normale d’Alma Ata", - "daylight": "heure d’été d’Alma Ata" - } - }, - "Amazon": { - "long": { - "generic": "heure de l’Amazonie", - "standard": "heure normale de l’Amazonie", - "daylight": "heure d’été de l’Amazonie" - } - }, - "America_Central": { - "long": { - "generic": "heure du centre nord-américain", - "standard": "heure normale du centre nord-américain", - "daylight": "heure d’été du Centre" - } - }, - "America_Eastern": { - "long": { - "generic": "heure de l’Est nord-américain", - "standard": "heure normale de l’Est nord-américain", - "daylight": "heure d’été de l’Est" - } - }, - "America_Mountain": { - "long": { - "generic": "heure des Rocheuses", - "standard": "heure normale des Rocheuses", - "daylight": "heure d’été des Rocheuses" - } - }, - "America_Pacific": { - "long": { - "generic": "heure du Pacifique nord-américain", - "standard": "heure normale du Pacifique nord-américain", - "daylight": "heure d’été du Pacifique" - } - }, - "Anadyr": { - "long": { - "generic": "heure d’Anadyr", - "standard": "heure normale d’Anadyr", - "daylight": "heure d’été d’Anadyr" - } - }, - "Apia": { - "long": { - "generic": "heure d’Apia", - "standard": "heure normale d’Apia", - "daylight": "heure d’été d’Apia" - } - }, - "Aqtau": { - "long": { - "generic": "heure d’Aktaou", - "standard": "heure normale d’Aktaou", - "daylight": "heure d’été d’Aktaou" - } - }, - "Aqtobe": { - "long": { - "generic": "heure d’Aqtöbe", - "standard": "heure normale d’Aqtöbe", - "daylight": "heure d’été d’Aqtöbe" - } - }, - "Arabian": { - "long": { - "generic": "heure de l’Arabie", - "standard": "heure normale de l’Arabie", - "daylight": "heure d’été de l’Arabie" - } - }, - "Argentina": { - "long": { - "generic": "heure de l’Argentine", - "standard": "heure normale d’Argentine", - "daylight": "heure d’été de l’Argentine" - } - }, - "Argentina_Western": { - "long": { - "generic": "heure de l’Ouest argentin", - "standard": "heure normale de l’Ouest argentin", - "daylight": "heure d’été de l’Ouest argentin" - } - }, - "Armenia": { - "long": { - "generic": "heure de l’Arménie", - "standard": "heure normale de l’Arménie", - "daylight": "heure d’été d’Arménie" - } - }, - "Atlantic": { - "long": { - "generic": "heure de l’Atlantique", - "standard": "heure normale de l’Atlantique", - "daylight": "heure d’été de l’Atlantique" - } - }, - "Australia_Central": { - "long": { - "generic": "heure du centre de l’Australie", - "standard": "heure normale du centre de l’Australie", - "daylight": "heure d’été du centre de l’Australie" - } - }, - "Australia_CentralWestern": { - "long": { - "generic": "heure du centre-ouest de l’Australie", - "standard": "heure normale du centre-ouest de l’Australie", - "daylight": "heure d’été du centre-ouest de l’Australie" - } - }, - "Australia_Eastern": { - "long": { - "generic": "heure de l’Est de l’Australie", - "standard": "heure normale de l’Est de l’Australie", - "daylight": "heure d’été de l’Est de l’Australie" - } - }, - "Australia_Western": { - "long": { - "generic": "heure de l’Ouest de l’Australie", - "standard": "heure normale de l’Ouest de l’Australie", - "daylight": "heure d’été de l’Ouest de l’Australie" - } - }, - "Azerbaijan": { - "long": { - "generic": "heure de l’Azerbaïdjan", - "standard": "heure normale de l’Azerbaïdjan", - "daylight": "heure d’été d’Azerbaïdjan" - } - }, - "Azores": { - "long": { - "generic": "heure des Açores", - "standard": "heure normale des Açores", - "daylight": "heure d’été des Açores" - } - }, - "Bangladesh": { - "long": { - "generic": "heure du Bangladesh", - "standard": "heure normale du Bangladesh", - "daylight": "heure d’été du Bangladesh" - } - }, - "Bhutan": { - "long": { - "standard": "heure du Bhoutan" - } - }, - "Bolivia": { - "long": { - "standard": "heure de Bolivie" - } - }, - "Brasilia": { - "long": { - "generic": "heure de Brasilia", - "standard": "heure normale de Brasilia", - "daylight": "heure d’été de Brasilia" - } - }, - "Brunei": { - "long": { - "standard": "heure du Brunéi" - } - }, - "Cape_Verde": { - "long": { - "generic": "heure du Cap-Vert", - "standard": "heure normale du Cap-Vert", - "daylight": "heure d’été du Cap-Vert" - } - }, - "Chamorro": { - "long": { - "standard": "heure des Chamorro" - } - }, - "Chatham": { - "long": { - "generic": "heure des îles Chatham", - "standard": "heure normale des îles Chatham", - "daylight": "heure d’été des îles Chatham" - } - }, - "Chile": { - "long": { - "generic": "heure du Chili", - "standard": "heure normale du Chili", - "daylight": "heure d’été du Chili" - } - }, - "China": { - "long": { - "generic": "heure de la Chine", - "standard": "heure normale de la Chine", - "daylight": "heure d’été de Chine" - } - }, - "Choibalsan": { - "long": { - "generic": "heure de Choibalsan", - "standard": "heure normale de Choibalsan", - "daylight": "heure d’été de Choibalsan" - } - }, - "Christmas": { - "long": { - "standard": "heure de l’île Christmas" - } - }, - "Cocos": { - "long": { - "standard": "heure des îles Cocos" - } - }, - "Colombia": { - "long": { - "generic": "heure de Colombie", - "standard": "heure normale de Colombie", - "daylight": "heure d’été de Colombie" - } - }, - "Cook": { - "long": { - "generic": "heure des îles Cook", - "standard": "heure normale des îles Cook", - "daylight": "heure d’été des îles Cook" - } - }, - "Cuba": { - "long": { - "generic": "heure de Cuba", - "standard": "heure normale de Cuba", - "daylight": "heure d’été de Cuba" - } - }, - "Davis": { - "long": { - "standard": "heure de Davis" - } - }, - "DumontDUrville": { - "long": { - "standard": "heure de Dumont-d’Urville" - } - }, - "East_Timor": { - "long": { - "standard": "heure du Timor oriental" - } - }, - "Easter": { - "long": { - "generic": "heure de l’île de Pâques", - "standard": "heure normale de l’île de Pâques", - "daylight": "heure d’été de l’île de Pâques" - } - }, - "Ecuador": { - "long": { - "standard": "heure de l’Équateur" - } - }, - "Europe_Central": { - "long": { - "generic": "heure d’Europe centrale", - "standard": "heure normale d’Europe centrale", - "daylight": "heure d’été d’Europe centrale" - } - }, - "Europe_Eastern": { - "long": { - "generic": "heure d’Europe de l’Est", - "standard": "heure normale d’Europe de l’Est", - "daylight": "heure d’été d’Europe de l’Est" - } - }, - "Europe_Further_Eastern": { - "long": { - "standard": "heure de Kaliningrad" - } - }, - "Europe_Western": { - "long": { - "generic": "heure d’Europe de l’Ouest", - "standard": "heure normale d’Europe de l’Ouest", - "daylight": "heure d’été d’Europe de l’Ouest" - } - }, - "Falkland": { - "long": { - "generic": "heure des îles Malouines", - "standard": "heure normale des îles Malouines", - "daylight": "heure d’été des îles Malouines" - } - }, - "Fiji": { - "long": { - "generic": "heure des îles Fidji", - "standard": "heure normale des îles Fidji", - "daylight": "heure d’été des îles Fidji" - } - }, - "French_Guiana": { - "long": { - "standard": "heure de la Guyane française" - } - }, - "French_Southern": { - "long": { - "standard": "heure des Terres australes et antarctiques françaises" - } - }, - "Galapagos": { - "long": { - "standard": "heure des îles Galápagos" - } - }, - "Gambier": { - "long": { - "standard": "heure des îles Gambier" - } - }, - "Georgia": { - "long": { - "generic": "heure de la Géorgie", - "standard": "heure normale de la Géorgie", - "daylight": "heure d’été de Géorgie" - } - }, - "Gilbert_Islands": { - "long": { - "standard": "heure des îles Gilbert" - } - }, - "GMT": { - "long": { - "standard": "heure moyenne de Greenwich" - } - }, - "Greenland_Eastern": { - "long": { - "generic": "heure de l’Est du Groenland", - "standard": "heure normale de l’Est du Groenland", - "daylight": "heure d’été de l’Est du Groenland" - } - }, - "Greenland_Western": { - "long": { - "generic": "heure de l’Ouest du Groenland", - "standard": "heure normale de l’Ouest du Groenland", - "daylight": "heure d’été de l’Ouest du Groenland" - } - }, - "Guam": { - "long": { - "standard": "heure de Guam" - } - }, - "Gulf": { - "long": { - "standard": "heure du Golfe" - } - }, - "Guyana": { - "long": { - "standard": "heure du Guyana" - } - }, - "Hawaii_Aleutian": { - "long": { - "generic": "heure d’Hawaii - Aléoutiennes", - "standard": "heure normale d’Hawaii - Aléoutiennes", - "daylight": "heure d’été d’Hawaii - Aléoutiennes" - } - }, - "Hong_Kong": { - "long": { - "generic": "heure de Hong Kong", - "standard": "heure normale de Hong Kong", - "daylight": "heure d’été de Hong Kong" - } - }, - "Hovd": { - "long": { - "generic": "heure de Hovd", - "standard": "heure normale de Hovd", - "daylight": "heure d’été de Hovd" - } - }, - "India": { - "long": { - "standard": "heure de l’Inde" - } - }, - "Indian_Ocean": { - "long": { - "standard": "heure de l’Océan Indien" - } - }, - "Indochina": { - "long": { - "standard": "heure d’Indochine" - } - }, - "Indonesia_Central": { - "long": { - "standard": "heure du Centre indonésien" - } - }, - "Indonesia_Eastern": { - "long": { - "standard": "heure de l’Est indonésien" - } - }, - "Indonesia_Western": { - "long": { - "standard": "heure de l’Ouest indonésien" - } - }, - "Iran": { - "long": { - "generic": "heure de l’Iran", - "standard": "heure normale d’Iran", - "daylight": "heure d’été d’Iran" - } - }, - "Irkutsk": { - "long": { - "generic": "heure d’Irkoutsk", - "standard": "heure normale d’Irkoutsk", - "daylight": "heure d’été d’Irkoutsk" - } - }, - "Israel": { - "long": { - "generic": "heure d’Israël", - "standard": "heure normale d’Israël", - "daylight": "heure d’été d’Israël" - } - }, - "Japan": { - "long": { - "generic": "heure du Japon", - "standard": "heure normale du Japon", - "daylight": "heure d’été du Japon" - } - }, - "Kamchatka": { - "long": { - "generic": "heure de Petropavlovsk-Kamchatski", - "standard": "heure normale de Petropavlovsk-Kamchatski", - "daylight": "heure d’été de Petropavlovsk-Kamchatski" - } - }, - "Kazakhstan_Eastern": { - "long": { - "standard": "heure de l’Est du Kazakhstan" - } - }, - "Kazakhstan_Western": { - "long": { - "standard": "heure de l’Ouest du Kazakhstan" - } - }, - "Korea": { - "long": { - "generic": "heure de la Corée", - "standard": "heure normale de la Corée", - "daylight": "heure d’été de Corée" - } - }, - "Kosrae": { - "long": { - "standard": "heure de Kosrae" - } - }, - "Krasnoyarsk": { - "long": { - "generic": "heure de Krasnoïarsk", - "standard": "heure normale de Krasnoïarsk", - "daylight": "heure d’été de Krasnoïarsk" - } - }, - "Kyrgystan": { - "long": { - "standard": "heure du Kirghizistan" - } - }, - "Line_Islands": { - "long": { - "standard": "heure des îles de la Ligne" - } - }, - "Lord_Howe": { - "long": { - "generic": "heure de Lord Howe", - "standard": "heure normale de Lord Howe", - "daylight": "heure d’été de Lord Howe" - } - }, - "Macquarie": { - "long": { - "standard": "heure de l’île Macquarie" - } - }, - "Magadan": { - "long": { - "generic": "heure de Magadan", - "standard": "heure normale de Magadan", - "daylight": "heure d’été de Magadan" - } - }, - "Malaysia": { - "long": { - "standard": "heure de la Malaisie" - } - }, - "Maldives": { - "long": { - "standard": "heure des Maldives" - } - }, - "Marquesas": { - "long": { - "standard": "heure des îles Marquises" - } - }, - "Marshall_Islands": { - "long": { - "standard": "heure des îles Marshall" - } - }, - "Mauritius": { - "long": { - "generic": "heure de Maurice", - "standard": "heure normale de Maurice", - "daylight": "heure d’été de Maurice" - } - }, - "Mawson": { - "long": { - "standard": "heure de Mawson" - } - }, - "Mexico_Northwest": { - "long": { - "generic": "heure du Nord-Ouest du Mexique", - "standard": "heure normale du Nord-Ouest du Mexique", - "daylight": "heure d’été du Nord-Ouest du Mexique" - } - }, - "Mexico_Pacific": { - "long": { - "generic": "heure du Pacifique mexicain", - "standard": "heure normale du Pacifique mexicain", - "daylight": "heure d’été du Pacifique mexicain" - } - }, - "Mongolia": { - "long": { - "generic": "heure d’Oulan-Bator", - "standard": "heure normale d’Oulan-Bator", - "daylight": "heure d’été d’Oulan-Bator" - } - }, - "Moscow": { - "long": { - "generic": "heure de Moscou", - "standard": "heure normale de Moscou", - "daylight": "heure d’été de Moscou" - } - }, - "Myanmar": { - "long": { - "standard": "heure du Myanmar" - } - }, - "Nauru": { - "long": { - "standard": "heure de Nauru" - } - }, - "Nepal": { - "long": { - "standard": "heure du Népal" - } - }, - "New_Caledonia": { - "long": { - "generic": "heure de la Nouvelle-Calédonie", - "standard": "heure normale de la Nouvelle-Calédonie", - "daylight": "heure d’été de Nouvelle-Calédonie" - } - }, - "New_Zealand": { - "long": { - "generic": "heure de la Nouvelle-Zélande", - "standard": "heure normale de la Nouvelle-Zélande", - "daylight": "heure d’été de la Nouvelle-Zélande" - } - }, - "Newfoundland": { - "long": { - "generic": "heure de Terre-Neuve", - "standard": "heure normale de Terre-Neuve", - "daylight": "heure d’été de Terre-Neuve" - } - }, - "Niue": { - "long": { - "standard": "heure de Nioué" - } - }, - "Norfolk": { - "long": { - "standard": "heure de l’île Norfolk" - } - }, - "Noronha": { - "long": { - "generic": "heure de Fernando de Noronha", - "standard": "heure normale de Fernando de Noronha", - "daylight": "heure d’été de Fernando de Noronha" - } - }, - "North_Mariana": { - "long": { - "standard": "heure des îles Mariannes du Nord" - } - }, - "Novosibirsk": { - "long": { - "generic": "heure de Novossibirsk", - "standard": "heure normale de Novossibirsk", - "daylight": "heure d’été de Novossibirsk" - } - }, - "Omsk": { - "long": { - "generic": "heure de Omsk", - "standard": "heure normale de Omsk", - "daylight": "heure d’été de Omsk" - } - }, - "Pakistan": { - "long": { - "generic": "heure du Pakistan", - "standard": "heure normale du Pakistan", - "daylight": "heure d’été du Pakistan" - } - }, - "Palau": { - "long": { - "standard": "heure des Palaos" - } - }, - "Papua_New_Guinea": { - "long": { - "standard": "heure de la Papouasie-Nouvelle-Guinée" - } - }, - "Paraguay": { - "long": { - "generic": "heure du Paraguay", - "standard": "heure normale du Paraguay", - "daylight": "heure d’été du Paraguay" - } - }, - "Peru": { - "long": { - "generic": "heure du Pérou", - "standard": "heure normale du Pérou", - "daylight": "heure d’été du Pérou" - } - }, - "Philippines": { - "long": { - "generic": "heure des Philippines", - "standard": "heure normale des Philippines", - "daylight": "heure d’été des Philippines" - } - }, - "Phoenix_Islands": { - "long": { - "standard": "heure des îles Phoenix" - } - }, - "Pierre_Miquelon": { - "long": { - "generic": "heure de Saint-Pierre-et-Miquelon", - "standard": "heure normale de Saint-Pierre-et-Miquelon", - "daylight": "heure d’été de Saint-Pierre-et-Miquelon" - } - }, - "Pitcairn": { - "long": { - "standard": "heure des îles Pitcairn" - } - }, - "Ponape": { - "long": { - "standard": "heure de l’île de Pohnpei" - } - }, - "Pyongyang": { - "long": { - "standard": "heure de Pyongyang" - } - }, - "Reunion": { - "long": { - "standard": "heure de La Réunion" - } - }, - "Rothera": { - "long": { - "standard": "heure de Rothera" - } - }, - "Sakhalin": { - "long": { - "generic": "heure de Sakhaline", - "standard": "heure normale de Sakhaline", - "daylight": "heure d’été de Sakhaline" - } - }, - "Samara": { - "long": { - "generic": "heure de Samara", - "standard": "heure normale de Samara", - "daylight": "heure d’été de Samara" - } - }, - "Samoa": { - "long": { - "generic": "heure des Samoa", - "standard": "heure normale des Samoa", - "daylight": "heure d’été des Samoa" - } - }, - "Seychelles": { - "long": { - "standard": "heure des Seychelles" - } - }, - "Singapore": { - "long": { - "standard": "heure de Singapour" - } - }, - "Solomon": { - "long": { - "standard": "heure des îles Salomon" - } - }, - "South_Georgia": { - "long": { - "standard": "heure de Géorgie du Sud" - } - }, - "Suriname": { - "long": { - "standard": "heure du Suriname" - } - }, - "Syowa": { - "long": { - "standard": "heure de Syowa" - } - }, - "Tahiti": { - "long": { - "standard": "heure de Tahiti" - } - }, - "Taipei": { - "long": { - "generic": "heure de Taipei", - "standard": "heure normale de Taipei", - "daylight": "heure d’été de Taipei" - } - }, - "Tajikistan": { - "long": { - "standard": "heure du Tadjikistan" - } - }, - "Tokelau": { - "long": { - "standard": "heure de Tokelau" - } - }, - "Tonga": { - "long": { - "generic": "heure des Tonga", - "standard": "heure normale des Tonga", - "daylight": "heure d’été de Tonga" - } - }, - "Truk": { - "long": { - "standard": "heure de Chuuk" - } - }, - "Turkmenistan": { - "long": { - "generic": "heure du Turkménistan", - "standard": "heure normale du Turkménistan", - "daylight": "heure d’été du Turkménistan" - } - }, - "Tuvalu": { - "long": { - "standard": "heure des Tuvalu" - } - }, - "Uruguay": { - "long": { - "generic": "heure de l’Uruguay", - "standard": "heure normale de l’Uruguay", - "daylight": "heure d’été de l’Uruguay" - } - }, - "Uzbekistan": { - "long": { - "generic": "heure de l’Ouzbékistan", - "standard": "heure normale de l’Ouzbékistan", - "daylight": "heure d’été de l’Ouzbékistan" - } - }, - "Vanuatu": { - "long": { - "generic": "heure du Vanuatu", - "standard": "heure normale du Vanuatu", - "daylight": "heure d’été de Vanuatu" - } - }, - "Venezuela": { - "long": { - "standard": "heure du Venezuela" - } - }, - "Vladivostok": { - "long": { - "generic": "heure de Vladivostok", - "standard": "heure normale de Vladivostok", - "daylight": "heure d’été de Vladivostok" - } - }, - "Volgograd": { - "long": { - "generic": "heure de Volgograd", - "standard": "heure normale de Volgograd", - "daylight": "heure d’été de Volgograd" - } - }, - "Vostok": { - "long": { - "standard": "heure de Vostok" - } - }, - "Wake": { - "long": { - "standard": "heure de l’île Wake" - } - }, - "Wallis": { - "long": { - "standard": "heure de Wallis-et-Futuna" - } - }, - "Yakutsk": { - "long": { - "generic": "heure de Iakoutsk", - "standard": "heure normale de Iakoutsk", - "daylight": "heure d’été de Iakoutsk" - } - }, - "Yekaterinburg": { - "long": { - "generic": "heure d’Ekaterinbourg", - "standard": "heure normale d’Ekaterinbourg", - "daylight": "heure d’été d’Ekaterinbourg" - } - } - } - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs5/ca-gregorian.json b/ej2-javascript/code-snippet/schedule/localization-cs5/ca-gregorian.json deleted file mode 100644 index c88fcd919..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs5/ca-gregorian.json +++ /dev/null @@ -1,493 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "dates": { - "calendars": { - "gregorian": { - "months": { - "format": { - "abbreviated": { - "1": "janv.", - "2": "févr.", - "3": "mars", - "4": "avr.", - "5": "mai", - "6": "juin", - "7": "juil.", - "8": "août", - "9": "sept.", - "10": "oct.", - "11": "nov.", - "12": "déc." - }, - "narrow": { - "1": "J", - "2": "F", - "3": "M", - "4": "A", - "5": "M", - "6": "J", - "7": "J", - "8": "A", - "9": "S", - "10": "O", - "11": "N", - "12": "D" - }, - "wide": { - "1": "janvier", - "2": "février", - "3": "mars", - "4": "avril", - "5": "mai", - "6": "juin", - "7": "juillet", - "8": "août", - "9": "septembre", - "10": "octobre", - "11": "novembre", - "12": "décembre" - } - }, - "stand-alone": { - "abbreviated": { - "1": "janv.", - "2": "févr.", - "3": "mars", - "4": "avr.", - "5": "mai", - "6": "juin", - "7": "juil.", - "8": "août", - "9": "sept.", - "10": "oct.", - "11": "nov.", - "12": "déc." - }, - "narrow": { - "1": "J", - "2": "F", - "3": "M", - "4": "A", - "5": "M", - "6": "J", - "7": "J", - "8": "A", - "9": "S", - "10": "O", - "11": "N", - "12": "D" - }, - "wide": { - "1": "janvier", - "2": "février", - "3": "mars", - "4": "avril", - "5": "mai", - "6": "juin", - "7": "juillet", - "8": "août", - "9": "septembre", - "10": "octobre", - "11": "novembre", - "12": "décembre" - } - } - }, - "days": { - "format": { - "abbreviated": { - "sun": "dim.", - "mon": "lun.", - "tue": "mar.", - "wed": "mer.", - "thu": "jeu.", - "fri": "ven.", - "sat": "sam." - }, - "narrow": { - "sun": "D", - "mon": "L", - "tue": "M", - "wed": "M", - "thu": "J", - "fri": "V", - "sat": "S" - }, - "short": { - "sun": "di", - "mon": "lu", - "tue": "ma", - "wed": "me", - "thu": "je", - "fri": "ve", - "sat": "sa" - }, - "wide": { - "sun": "dimanche", - "mon": "lundi", - "tue": "mardi", - "wed": "mercredi", - "thu": "jeudi", - "fri": "vendredi", - "sat": "samedi" - } - }, - "stand-alone": { - "abbreviated": { - "sun": "dim.", - "mon": "lun.", - "tue": "mar.", - "wed": "mer.", - "thu": "jeu.", - "fri": "ven.", - "sat": "sam." - }, - "narrow": { - "sun": "D", - "mon": "L", - "tue": "M", - "wed": "M", - "thu": "J", - "fri": "V", - "sat": "S" - }, - "short": { - "sun": "di", - "mon": "lu", - "tue": "ma", - "wed": "me", - "thu": "je", - "fri": "ve", - "sat": "sa" - }, - "wide": { - "sun": "dimanche", - "mon": "lundi", - "tue": "mardi", - "wed": "mercredi", - "thu": "jeudi", - "fri": "vendredi", - "sat": "samedi" - } - } - }, - "quarters": { - "format": { - "abbreviated": { - "1": "T1", - "2": "T2", - "3": "T3", - "4": "T4" - }, - "narrow": { - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "wide": { - "1": "1er trimestre", - "2": "2e trimestre", - "3": "3e trimestre", - "4": "4e trimestre" - } - }, - "stand-alone": { - "abbreviated": { - "1": "T1", - "2": "T2", - "3": "T3", - "4": "T4" - }, - "narrow": { - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "wide": { - "1": "1er trimestre", - "2": "2e trimestre", - "3": "3e trimestre", - "4": "4e trimestre" - } - } - }, - "dayPeriods": { - "format": { - "abbreviated": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du mat.", - "afternoon1": "de l’ap.m.", - "evening1": "du soir", - "night1": "du mat." - }, - "narrow": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du mat.", - "afternoon1": "de l’ap.m.", - "evening1": "du soir", - "night1": "du mat." - }, - "wide": { - "midnight": "minuit", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "du matin", - "afternoon1": "de l’après-midi", - "evening1": "du soir", - "night1": "du matin" - } - }, - "stand-alone": { - "abbreviated": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "mat.", - "afternoon1": "ap.m.", - "evening1": "soir", - "night1": "nuit" - }, - "narrow": { - "midnight": "min.", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "mat.", - "afternoon1": "ap.m.", - "evening1": "soir", - "night1": "nuit" - }, - "wide": { - "midnight": "minuit", - "am": "AM", - "noon": "midi", - "pm": "PM", - "morning1": "matin", - "afternoon1": "après-midi", - "evening1": "soir", - "night1": "nuit" - } - } - }, - "eras": { - "eraNames": { - "0": "avant Jésus-Christ", - "0-alt-variant": "avant l’ère commune", - "1": "après Jésus-Christ", - "1-alt-variant": "de l’ère commune" - }, - "eraAbbr": { - "0": "av. J.-C.", - "0-alt-variant": "AEC", - "1": "ap. J.-C.", - "1-alt-variant": "EC" - }, - "eraNarrow": { - "0": "av. J.-C.", - "0-alt-variant": "AEC", - "1": "ap. J.-C.", - "1-alt-variant": "EC" - } - }, - "dateFormats": { - "full": "EEEE, d MMMM y", - "long": "d MMMM y", - "medium": "d MMM y", - "short": "dd.MM.yy" - }, - "timeFormats": { - "full": "HH.mm:ss 'h' zzzz", - "long": "HH:mm:ss z", - "medium": "HH:mm:ss", - "short": "HH:mm" - }, - "dateTimeFormats": { - "full": "{1} 'à' {0}", - "long": "{1} 'à' {0}", - "medium": "{1} 'à' {0}", - "short": "{1} {0}", - "availableFormats": { - "Bh": "h B", - "Bhm": "h:mm B", - "Bhms": "h:mm:ss B", - "d": "d", - "E": "E", - "EBhm": "E h:mm B", - "EBhms": "E h:mm:ss B", - "Ed": "E d", - "Ehm": "E h:mm a", - "EHm": "E HH:mm", - "Ehms": "E h:mm:ss a", - "EHms": "E HH:mm:ss", - "Gy": "y G", - "GyMMM": "MMM y G", - "GyMMMd": "d MMM y G", - "GyMMMEd": "E d MMM y G", - "h": "h a", - "H": "HH 'h'", - "hm": "h:mm a", - "Hm": "HH:mm", - "hms": "h:mm:ss a", - "Hms": "HH:mm:ss", - "hmsv": "h:mm:ss a v", - "Hmsv": "HH:mm:ss v", - "hmv": "h:mm a v", - "Hmv": "HH:mm v", - "M": "L", - "Md": "dd.MM.", - "MEd": "E, dd.MM.", - "MMdd": "dd.MM", - "MMM": "LLL", - "MMMd": "d MMM", - "MMMEd": "E d MMM", - "MMMMd": "d MMMM", - "MMMMW-count-one": "'semaine' W (MMMM)", - "MMMMW-count-other": "'semaine' W (MMMM)", - "ms": "mm:ss", - "y": "y", - "yM": "MM.y", - "yMd": "dd.MM.y", - "yMEd": "E, dd.MM.y", - "yMMM": "MMM y", - "yMMMd": "d MMM y", - "yMMMEd": "E d MMM y", - "yMMMM": "MMMM y", - "yQQQ": "QQQ y", - "yQQQQ": "QQQQ y", - "yw-count-one": "'semaine' w 'de' Y", - "yw-count-other": "'semaine' w 'de' Y" - }, - "appendItems": { - "Day": "{0} ({2}: {1})", - "Day-Of-Week": "{0} {1}", - "Era": "{1} {0}", - "Hour": "{0} ({2}: {1})", - "Minute": "{0} ({2}: {1})", - "Month": "{0} ({2}: {1})", - "Quarter": "{0} ({2}: {1})", - "Second": "{0} ({2}: {1})", - "Timezone": "{0} {1}", - "Week": "{0} ({2}: {1})", - "Year": "{1} {0}" - }, - "intervalFormats": { - "intervalFormatFallback": "{0} – {1}", - "d": { - "d": "d–d" - }, - "h": { - "a": "h a – h a", - "h": "h – h a" - }, - "H": { - "H": "HH – HH" - }, - "hm": { - "a": "h:mm a – h:mm a", - "h": "h:mm – h:mm a", - "m": "h:mm – h:mm a" - }, - "Hm": { - "H": "HH:mm – HH:mm", - "m": "HH:mm – HH:mm" - }, - "hmv": { - "a": "h:mm a – h:mm a v", - "h": "h:mm – h:mm a v", - "m": "h:mm – h:mm a v" - }, - "Hmv": { - "H": "HH:mm – HH:mm v", - "m": "HH:mm – HH:mm v" - }, - "hv": { - "a": "h a – h a v", - "h": "h – h a v" - }, - "Hv": { - "H": "HH – HH v" - }, - "M": { - "M": "M–M" - }, - "Md": { - "d": "dd.MM – dd.MM", - "M": "dd.MM – dd.MM" - }, - "MEd": { - "d": "E, dd.MM – E, dd.MM", - "M": "E, dd.MM – E, dd.MM" - }, - "MMM": { - "M": "MMM–MMM" - }, - "MMMd": { - "d": "d–d MMM", - "M": "d MMM – d MMM" - }, - "MMMEd": { - "d": "E d – E d MMM", - "M": "E d MMM – E d MMM" - }, - "y": { - "y": "y–y" - }, - "yM": { - "M": "MM.y – MM.y", - "y": "MM.y – MM.y" - }, - "yMd": { - "d": "dd.MM.y – dd.MM.y", - "M": "dd.MM.y – dd.MM.y", - "y": "dd.MM.y – dd.MM.y" - }, - "yMEd": { - "d": "E, dd.MM.y – E, dd.MM.y", - "M": "E, dd.MM.y – E, dd.MM.y", - "y": "E, dd.MM.y – E, dd.MM.y" - }, - "yMMM": { - "M": "MMM–MMM y", - "y": "MMM y – MMM y" - }, - "yMMMd": { - "d": "d–d MMM y", - "M": "d MMM – d MMM y", - "y": "d MMM y – d MMM y" - }, - "yMMMEd": { - "d": "E d – E d MMM y", - "M": "E d MMM – E d MMM y", - "y": "E d MMM y – E d MMM y" - }, - "yMMMM": { - "M": "MMMM – MMMM y", - "y": "MMMM y – MMMM y" - } - } - } - } - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs5/locale.json b/ej2-javascript/code-snippet/schedule/localization-cs5/locale.json deleted file mode 100644 index f7791ec19..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs5/locale.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "fr-CH": { - "schedule": { - "day": "journée", - "week": "La semaine", - "workWeek": "Semaine de travail", - "month": "Mois", - "agenda": "Ordre du jour", - "weekAgenda": "Agenda de la semaine", - "workWeekAgenda": "Agenda de la semaine de travail", - "monthAgenda": "Agenda du mois", - "today": "Aujourd'hui", - "noEvents": "Pas d'événements", - "emptyContainer": "Aucun événement n'est prévu ce jour-là.", - "allDay": "Toute la journée", - "start": "Début", - "end": "Fin", - "more": "plus", - "close": "Fermer", - "cancel": "Annuler", - "noTitle": "(Pas de titre)", - "delete": "Effacer", - "deleteEvent": "Supprimer l'événement", - "deleteMultipleEvent": "Supprimer plusieurs événements", - "selectedItems": "Items selected", - "deleteSeries": "Supprimer la série", - "edit": "modifier", - "editSeries": "Modifier la série", - "editEvent": "Modifier l'événement", - "createEvent": "Créer", - "subject": "Assujettir", - "addTitle": "Ajouter un titre", - "moreDetails": "Plus de détails", - "save": "sauvegarder", - "editContent": "Voulez-vous modifier uniquement cet événement ou toute la série?", - "deleteRecurrenceContent": "Voulez-vous supprimer uniquement cet événement ou toute la série?", - "deleteContent": "Êtes-vous sûr de vouloir supprimer cet événement?", - "deleteMultipleContent": "Êtes-vous sûr de vouloir supprimer les événements sélectionnés?", - "newEvent": "Nouvel évènement", - "title": "Titre", - "location": "Emplacement", - "description": "La description", - "timezone": "Fuseau horaire", - "startTimezone": "Démarrer fuseau horaire", - "endTimezone": "Fin du fuseau horaire", - "repeat": "Répéter", - "saveButton": "sauvegarder", - "cancelButton": "Annuler", - "deleteButton": "Effacer", - "recurrence": "Récurrence", - "wrongPattern": "Le modèle de récurrence n'est pas valide.", - "seriesChangeAlert": "Les modifications apportées à des instances spécifiques de cette série seront annulées et ces événements correspondront à nouveau à la série.", - "createError": "La durée de l'événement doit être plus courte que sa fréquence. Raccourcissez la durée ou modifiez le modèle de récurrence dans l'éditeur d'événement de récurrence.", - "recurrenceDateValidation": "Certains mois ont moins que la date sélectionnée. Pour ces mois, l'événement se produira à la dernière date du mois.", - "sameDayAlert": "Deux occurrences du même événement ne peuvent pas se produire le même jour.", - "editRecurrence": "Modifier la récurrence", - "repeats": "Répétitions", - "alert": "Alerte", - "startEndError": "La date de fin sélectionnée se produit avant la date de début.", - "invalidDateError": "La valeur de date saisie est invalide.", - "ok": "D'accord", - "occurrence": "Occurrence", - "series": "Séries", - "previous": "précédent", - "next": "Prochain", - "timelineDay": "Journée chronologique", - "timelineWeek": "Semaine chronologique", - "timelineWorkWeek": "Semaine de travail chronologique", - "timelineMonth": "Mois de la chronologie" - }, - "recurrenceeditor": { - "none": "Aucun", - "daily": "du quotidien", - "weekly": "Hebdomadaire", - "monthly": "Mensuel", - "month": "Mois", - "yearly": "Annuel", - "never": "Jamais", - "until": "Jusqu'à", - "count": "Compter", - "first": "First", - "second": "Seconde", - "third": "Troisième", - "fourth": "Quatrième", - "last": "Dernier", - "repeat": "Répéter", - "repeatEvery": "Répétez chaque", - "on": "Répéter sur", - "end": "Fin", - "onDay": "journée", - "days": "journées", - "weeks": "semaines", - "months": "Mois", - "years": "Années", - "every": "chaque", - "summaryTimes": "fois", - "summaryOn": "sur", - "summaryUntil": "jusqu'à", - "summaryRepeat": "Répétitions", - "summaryDay": "journées", - "summaryWeek": "semaines", - "summaryMonth": "mois", - "summaryYear": "années" - }, - "calendar": { - "today": "Aujourd'hui" - } - } -} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/schedule/localization-cs5/numberingSystems.json b/ej2-javascript/code-snippet/schedule/localization-cs5/numberingSystems.json deleted file mode 100644 index 353fa3b6a..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs5/numberingSystems.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "supplemental": { - "version": { - "_number": "$Revision: 13459 $", - "_unicodeVersion": "10.0.0", - "_cldrVersion": "32" - }, - "numberingSystems": { - "adlm": { - "_digits": "𞥐𞥑𞥒𞥓𞥔𞥕𞥖𞥗𞥘𞥙", - "_type": "numeric" - }, - "ahom": { - "_digits": "𑜰𑜱𑜲𑜳𑜴𑜵𑜶𑜷𑜸𑜹", - "_type": "numeric" - }, - "arab": { - "_digits": "٠١٢٣٤٥٦٧٨٩", - "_type": "numeric" - }, - "arabext": { - "_digits": "۰۱۲۳۴۵۶۷۸۹", - "_type": "numeric" - }, - "armn": { - "_rules": "armenian-upper", - "_type": "algorithmic" - }, - "armnlow": { - "_rules": "armenian-lower", - "_type": "algorithmic" - }, - "bali": { - "_digits": "᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙", - "_type": "numeric" - }, - "beng": { - "_digits": "০১২৩৪৫৬৭৮৯", - "_type": "numeric" - }, - "bhks": { - "_digits": "𑱐𑱑𑱒𑱓𑱔𑱕𑱖𑱗𑱘𑱙", - "_type": "numeric" - }, - "brah": { - "_digits": "𑁦𑁧𑁨𑁩𑁪𑁫𑁬𑁭𑁮𑁯", - "_type": "numeric" - }, - "cakm": { - "_digits": "𑄶𑄷𑄸𑄹𑄺𑄻𑄼𑄽𑄾𑄿", - "_type": "numeric" - }, - "cham": { - "_digits": "꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙", - "_type": "numeric" - }, - "cyrl": { - "_rules": "cyrillic-lower", - "_type": "algorithmic" - }, - "deva": { - "_digits": "०१२३४५६७८९", - "_type": "numeric" - }, - "ethi": { - "_rules": "ethiopic", - "_type": "algorithmic" - }, - "fullwide": { - "_digits": "0123456789", - "_type": "numeric" - }, - "geor": { - "_rules": "georgian", - "_type": "algorithmic" - }, - "gonm": { - "_digits": "𑵐𑵑𑵒𑵓𑵔𑵕𑵖𑵗𑵘𑵙", - "_type": "numeric" - }, - "grek": { - "_rules": "greek-upper", - "_type": "algorithmic" - }, - "greklow": { - "_rules": "greek-lower", - "_type": "algorithmic" - }, - "gujr": { - "_digits": "૦૧૨૩૪૫૬૭૮૯", - "_type": "numeric" - }, - "guru": { - "_digits": "੦੧੨੩੪੫੬੭੮੯", - "_type": "numeric" - }, - "hanidays": { - "_rules": "zh/SpelloutRules/spellout-numbering-days", - "_type": "algorithmic" - }, - "hanidec": { - "_digits": "〇一二三四五六七八九", - "_type": "numeric" - }, - "hans": { - "_rules": "zh/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "hansfin": { - "_rules": "zh/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "hant": { - "_rules": "zh_Hant/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "hantfin": { - "_rules": "zh_Hant/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "hebr": { - "_rules": "hebrew", - "_type": "algorithmic" - }, - "hmng": { - "_digits": "𖭐𖭑𖭒𖭓𖭔𖭕𖭖𖭗𖭘𖭙", - "_type": "numeric" - }, - "java": { - "_digits": "꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙", - "_type": "numeric" - }, - "jpan": { - "_rules": "ja/SpelloutRules/spellout-cardinal", - "_type": "algorithmic" - }, - "jpanfin": { - "_rules": "ja/SpelloutRules/spellout-cardinal-financial", - "_type": "algorithmic" - }, - "kali": { - "_digits": "꤀꤁꤂꤃꤄꤅꤆꤇꤈꤉", - "_type": "numeric" - }, - "khmr": { - "_digits": "០១២៣៤៥៦៧៨៩", - "_type": "numeric" - }, - "knda": { - "_digits": "೦೧೨೩೪೫೬೭೮೯", - "_type": "numeric" - }, - "lana": { - "_digits": "᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉", - "_type": "numeric" - }, - "lanatham": { - "_digits": "᪐᪑᪒᪓᪔᪕᪖᪗᪘᪙", - "_type": "numeric" - }, - "laoo": { - "_digits": "໐໑໒໓໔໕໖໗໘໙", - "_type": "numeric" - }, - "latn": { - "_digits": "0123456789", - "_type": "numeric" - }, - "lepc": { - "_digits": "᱀᱁᱂᱃᱄᱅᱆᱇᱈᱉", - "_type": "numeric" - }, - "limb": { - "_digits": "᥆᥇᥈᥉᥊᥋᥌᥍᥎᥏", - "_type": "numeric" - }, - "mathbold": { - "_digits": "𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗", - "_type": "numeric" - }, - "mathdbl": { - "_digits": "𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡", - "_type": "numeric" - }, - "mathmono": { - "_digits": "𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿", - "_type": "numeric" - }, - "mathsanb": { - "_digits": "𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵", - "_type": "numeric" - }, - "mathsans": { - "_digits": "𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫", - "_type": "numeric" - }, - "mlym": { - "_digits": "൦൧൨൩൪൫൬൭൮൯", - "_type": "numeric" - }, - "modi": { - "_digits": "𑙐𑙑𑙒𑙓𑙔𑙕𑙖𑙗𑙘𑙙", - "_type": "numeric" - }, - "mong": { - "_digits": "᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙", - "_type": "numeric" - }, - "mroo": { - "_digits": "𖩠𖩡𖩢𖩣𖩤𖩥𖩦𖩧𖩨𖩩", - "_type": "numeric" - }, - "mtei": { - "_digits": "꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹", - "_type": "numeric" - }, - "mymr": { - "_digits": "၀၁၂၃၄၅၆၇၈၉", - "_type": "numeric" - }, - "mymrshan": { - "_digits": "႐႑႒႓႔႕႖႗႘႙", - "_type": "numeric" - }, - "mymrtlng": { - "_digits": "꧰꧱꧲꧳꧴꧵꧶꧷꧸꧹", - "_type": "numeric" - }, - "newa": { - "_digits": "𑑐𑑑𑑒𑑓𑑔𑑕𑑖𑑗𑑘𑑙", - "_type": "numeric" - }, - "nkoo": { - "_digits": "߀߁߂߃߄߅߆߇߈߉", - "_type": "numeric" - }, - "olck": { - "_digits": "᱐᱑᱒᱓᱔᱕᱖᱗᱘᱙", - "_type": "numeric" - }, - "orya": { - "_digits": "୦୧୨୩୪୫୬୭୮୯", - "_type": "numeric" - }, - "osma": { - "_digits": "𐒠𐒡𐒢𐒣𐒤𐒥𐒦𐒧𐒨𐒩", - "_type": "numeric" - }, - "roman": { - "_rules": "roman-upper", - "_type": "algorithmic" - }, - "romanlow": { - "_rules": "roman-lower", - "_type": "algorithmic" - }, - "saur": { - "_digits": "꣐꣑꣒꣓꣔꣕꣖꣗꣘꣙", - "_type": "numeric" - }, - "shrd": { - "_digits": "𑇐𑇑𑇒𑇓𑇔𑇕𑇖𑇗𑇘𑇙", - "_type": "numeric" - }, - "sind": { - "_digits": "𑋰𑋱𑋲𑋳𑋴𑋵𑋶𑋷𑋸𑋹", - "_type": "numeric" - }, - "sinh": { - "_digits": "෦෧෨෩෪෫෬෭෮෯", - "_type": "numeric" - }, - "sora": { - "_digits": "𑃰𑃱𑃲𑃳𑃴𑃵𑃶𑃷𑃸𑃹", - "_type": "numeric" - }, - "sund": { - "_digits": "᮰᮱᮲᮳᮴᮵᮶᮷᮸᮹", - "_type": "numeric" - }, - "takr": { - "_digits": "𑛀𑛁𑛂𑛃𑛄𑛅𑛆𑛇𑛈𑛉", - "_type": "numeric" - }, - "talu": { - "_digits": "᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙", - "_type": "numeric" - }, - "taml": { - "_rules": "tamil", - "_type": "algorithmic" - }, - "tamldec": { - "_digits": "௦௧௨௩௪௫௬௭௮௯", - "_type": "numeric" - }, - "telu": { - "_digits": "౦౧౨౩౪౫౬౭౮౯", - "_type": "numeric" - }, - "thai": { - "_digits": "๐๑๒๓๔๕๖๗๘๙", - "_type": "numeric" - }, - "tibt": { - "_digits": "༠༡༢༣༤༥༦༧༨༩", - "_type": "numeric" - }, - "tirh": { - "_digits": "𑓐𑓑𑓒𑓓𑓔𑓕𑓖𑓗𑓘𑓙", - "_type": "numeric" - }, - "vaii": { - "_digits": "꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩", - "_type": "numeric" - }, - "wara": { - "_digits": "𑣠𑣡𑣢𑣣𑣤𑣥𑣦𑣧𑣨𑣩", - "_type": "numeric" - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs5/numbers.json b/ej2-javascript/code-snippet/schedule/localization-cs5/numbers.json deleted file mode 100644 index 71fddc6ed..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs5/numbers.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "numbers": { - "defaultNumberingSystem": "latn", - "otherNumberingSystems": { - "native": "latn" - }, - "minimumGroupingDigits": "1", - "symbols-numberSystem-latn": { - "decimal": ",", - "group": " ", - "list": ";", - "percentSign": "%", - "plusSign": "+", - "minusSign": "-", - "exponential": "E", - "superscriptingExponent": "×", - "perMille": "‰", - "infinity": "∞", - "nan": "NaN", - "currencyDecimal": ".", - "timeSeparator": ":" - }, - "decimalFormats-numberSystem-latn": { - "standard": "#,##0.###", - "long": { - "decimalFormat": { - "1000-count-one": "0 millier", - "1000-count-other": "0 mille", - "10000-count-one": "00 mille", - "10000-count-other": "00 mille", - "100000-count-one": "000 mille", - "100000-count-other": "000 mille", - "1000000-count-one": "0 million", - "1000000-count-other": "0 millions", - "10000000-count-one": "00 million", - "10000000-count-other": "00 millions", - "100000000-count-one": "000 million", - "100000000-count-other": "000 millions", - "1000000000-count-one": "0 milliard", - "1000000000-count-other": "0 milliards", - "10000000000-count-one": "00 milliard", - "10000000000-count-other": "00 milliards", - "100000000000-count-one": "000 milliard", - "100000000000-count-other": "000 milliards", - "1000000000000-count-one": "0 billion", - "1000000000000-count-other": "0 billions", - "10000000000000-count-one": "00 billion", - "10000000000000-count-other": "00 billions", - "100000000000000-count-one": "000 billion", - "100000000000000-count-other": "000 billions" - } - }, - "short": { - "decimalFormat": { - "1000-count-one": "0 k", - "1000-count-other": "0 k", - "10000-count-one": "00 k", - "10000-count-other": "00 k", - "100000-count-one": "000 k", - "100000-count-other": "000 k", - "1000000-count-one": "0 M", - "1000000-count-other": "0 M", - "10000000-count-one": "00 M", - "10000000-count-other": "00 M", - "100000000-count-one": "000 M", - "100000000-count-other": "000 M", - "1000000000-count-one": "0 Md", - "1000000000-count-other": "0 Md", - "10000000000-count-one": "00 Md", - "10000000000-count-other": "00 Md", - "100000000000-count-one": "000 Md", - "100000000000-count-other": "000 Md", - "1000000000000-count-one": "0 Bn", - "1000000000000-count-other": "0 Bn", - "10000000000000-count-one": "00 Bn", - "10000000000000-count-other": "00 Bn", - "100000000000000-count-one": "000 Bn", - "100000000000000-count-other": "000 Bn" - } - } - }, - "scientificFormats-numberSystem-latn": { - "standard": "#E0" - }, - "percentFormats-numberSystem-latn": { - "standard": "#,##0%" - }, - "currencyFormats-numberSystem-latn": { - "currencySpacing": { - "beforeCurrency": { - "currencyMatch": "[:^S:]", - "surroundingMatch": "[:digit:]", - "insertBetween": " " - }, - "afterCurrency": { - "currencyMatch": "[:^S:]", - "surroundingMatch": "[:digit:]", - "insertBetween": " " - } - }, - "standard": "#,##0.00 ¤ ;-#,##0.00 ¤", - "accounting": "#,##0.00 ¤;(#,##0.00 ¤)", - "short": { - "standard": { - "1000-count-one": "0 k ¤", - "1000-count-other": "0 k ¤", - "10000-count-one": "00 k ¤", - "10000-count-other": "00 k ¤", - "100000-count-one": "000 k ¤", - "100000-count-other": "000 k ¤", - "1000000-count-one": "0 M ¤", - "1000000-count-other": "0 M ¤", - "10000000-count-one": "00 M ¤", - "10000000-count-other": "00 M ¤", - "100000000-count-one": "000 M ¤", - "100000000-count-other": "000 M ¤", - "1000000000-count-one": "0 Md ¤", - "1000000000-count-other": "0 Md ¤", - "10000000000-count-one": "00 Md ¤", - "10000000000-count-other": "00 Md ¤", - "100000000000-count-one": "000 Md ¤", - "100000000000-count-other": "000 Md ¤", - "1000000000000-count-one": "0 Bn ¤", - "1000000000000-count-other": "0 Bn ¤", - "10000000000000-count-one": "00 Bn ¤", - "10000000000000-count-other": "00 Bn ¤", - "100000000000000-count-one": "000 Bn ¤", - "100000000000000-count-other": "000 Bn ¤" - } - }, - "unitPattern-count-one": "{0} {1}", - "unitPattern-count-other": "{0} {1}" - }, - "miscPatterns-numberSystem-latn": { - "atLeast": "⩾{0}", - "range": "{0}–{1}" - }, - "minimalPairs": { - "pluralMinimalPairs-count-one": "{0} jour", - "pluralMinimalPairs-count-other": "{0} jours", - "one": "Prenez la {0}re à droite.", - "other": "Prenez la {0}e à droite." - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/schedule/localization-cs5/timeZoneNames.json b/ej2-javascript/code-snippet/schedule/localization-cs5/timeZoneNames.json deleted file mode 100644 index 13c8db7cb..000000000 --- a/ej2-javascript/code-snippet/schedule/localization-cs5/timeZoneNames.json +++ /dev/null @@ -1,2292 +0,0 @@ -{ - "main": { - "fr-CH": { - "identity": { - "version": { - "_number": "$Revision: 13706 $", - "_cldrVersion": "32" - }, - "language": "fr", - "territory": "CH" - }, - "dates": { - "timeZoneNames": { - "hourFormat": "+HH:mm;−HH:mm", - "gmtFormat": "UTC{0}", - "gmtZeroFormat": "UTC", - "regionFormat": "heure : {0}", - "regionFormat-type-daylight": "{0} (heure d’été)", - "regionFormat-type-standard": "{0} (heure standard)", - "fallbackFormat": "{1} ({0})", - "zone": { - "America": { - "Adak": { - "exemplarCity": "Adak" - }, - "Anchorage": { - "exemplarCity": "Anchorage" - }, - "Anguilla": { - "exemplarCity": "Anguilla" - }, - "Antigua": { - "exemplarCity": "Antigua" - }, - "Araguaina": { - "exemplarCity": "Araguaína" - }, - "Argentina": { - "Rio_Gallegos": { - "exemplarCity": "Río Gallegos" - }, - "San_Juan": { - "exemplarCity": "San Juan" - }, - "Ushuaia": { - "exemplarCity": "Ushuaïa" - }, - "La_Rioja": { - "exemplarCity": "La Rioja" - }, - "San_Luis": { - "exemplarCity": "San Luis" - }, - "Salta": { - "exemplarCity": "Salta" - }, - "Tucuman": { - "exemplarCity": "Tucumán" - } - }, - "Aruba": { - "exemplarCity": "Aruba" - }, - "Asuncion": { - "exemplarCity": "Asunción" - }, - "Bahia": { - "exemplarCity": "Bahia" - }, - "Bahia_Banderas": { - "exemplarCity": "Bahia de Banderas" - }, - "Barbados": { - "exemplarCity": "La Barbade" - }, - "Belem": { - "exemplarCity": "Belém" - }, - "Belize": { - "exemplarCity": "Belize" - }, - "Blanc-Sablon": { - "exemplarCity": "Blanc-Sablon" - }, - "Boa_Vista": { - "exemplarCity": "Boa Vista" - }, - "Bogota": { - "exemplarCity": "Bogota" - }, - "Boise": { - "exemplarCity": "Boise" - }, - "Buenos_Aires": { - "exemplarCity": "Buenos Aires" - }, - "Cambridge_Bay": { - "exemplarCity": "Cambridge Bay" - }, - "Campo_Grande": { - "exemplarCity": "Campo Grande" - }, - "Cancun": { - "exemplarCity": "Cancún" - }, - "Caracas": { - "exemplarCity": "Caracas" - }, - "Catamarca": { - "exemplarCity": "Catamarca" - }, - "Cayenne": { - "exemplarCity": "Cayenne" - }, - "Cayman": { - "exemplarCity": "Caïmans" - }, - "Chicago": { - "exemplarCity": "Chicago" - }, - "Chihuahua": { - "exemplarCity": "Chihuahua" - }, - "Coral_Harbour": { - "exemplarCity": "Atikokan" - }, - "Cordoba": { - "exemplarCity": "Córdoba" - }, - "Costa_Rica": { - "exemplarCity": "Costa Rica" - }, - "Creston": { - "exemplarCity": "Creston" - }, - "Cuiaba": { - "exemplarCity": "Cuiabá" - }, - "Curacao": { - "exemplarCity": "Curaçao" - }, - "Danmarkshavn": { - "exemplarCity": "Danmarkshavn" - }, - "Dawson": { - "exemplarCity": "Dawson" - }, - "Dawson_Creek": { - "exemplarCity": "Dawson Creek" - }, - "Denver": { - "exemplarCity": "Denver" - }, - "Detroit": { - "exemplarCity": "Détroit" - }, - "Dominica": { - "exemplarCity": "Dominique" - }, - "Edmonton": { - "exemplarCity": "Edmonton" - }, - "Eirunepe": { - "exemplarCity": "Eirunepé" - }, - "El_Salvador": { - "exemplarCity": "El Salvador" - }, - "Fort_Nelson": { - "exemplarCity": "Fort Nelson" - }, - "Fortaleza": { - "exemplarCity": "Fortaleza" - }, - "Glace_Bay": { - "exemplarCity": "Glace Bay" - }, - "Godthab": { - "exemplarCity": "Nuuk" - }, - "Goose_Bay": { - "exemplarCity": "Goose Bay" - }, - "Grand_Turk": { - "exemplarCity": "Grand Turk" - }, - "Grenada": { - "exemplarCity": "Grenade" - }, - "Guadeloupe": { - "exemplarCity": "Guadeloupe" - }, - "Guatemala": { - "exemplarCity": "Guatemala" - }, - "Guayaquil": { - "exemplarCity": "Guayaquil" - }, - "Guyana": { - "exemplarCity": "Guyana" - }, - "Halifax": { - "exemplarCity": "Halifax" - }, - "Havana": { - "exemplarCity": "La Havane" - }, - "Hermosillo": { - "exemplarCity": "Hermosillo" - }, - "Indiana": { - "Vincennes": { - "exemplarCity": "Vincennes [Indiana]" - }, - "Petersburg": { - "exemplarCity": "Petersburg [Indiana]" - }, - "Tell_City": { - "exemplarCity": "Tell City [Indiana]" - }, - "Knox": { - "exemplarCity": "Knox [Indiana]" - }, - "Winamac": { - "exemplarCity": "Winamac [Indiana]" - }, - "Marengo": { - "exemplarCity": "Marengo [Indiana]" - }, - "Vevay": { - "exemplarCity": "Vevay [Indiana]" - } - }, - "Indianapolis": { - "exemplarCity": "Indianapolis" - }, - "Inuvik": { - "exemplarCity": "Inuvik" - }, - "Iqaluit": { - "exemplarCity": "Iqaluit" - }, - "Jamaica": { - "exemplarCity": "Jamaïque" - }, - "Jujuy": { - "exemplarCity": "Jujuy" - }, - "Juneau": { - "exemplarCity": "Juneau" - }, - "Kentucky": { - "Monticello": { - "exemplarCity": "Monticello [Kentucky]" - } - }, - "Kralendijk": { - "exemplarCity": "Kralendijk" - }, - "La_Paz": { - "exemplarCity": "La Paz" - }, - "Lima": { - "exemplarCity": "Lima" - }, - "Los_Angeles": { - "exemplarCity": "Los Angeles" - }, - "Louisville": { - "exemplarCity": "Louisville" - }, - "Lower_Princes": { - "exemplarCity": "Lower Prince’s Quarter" - }, - "Maceio": { - "exemplarCity": "Maceió" - }, - "Managua": { - "exemplarCity": "Managua" - }, - "Manaus": { - "exemplarCity": "Manaos" - }, - "Marigot": { - "exemplarCity": "Marigot" - }, - "Martinique": { - "exemplarCity": "Martinique" - }, - "Matamoros": { - "exemplarCity": "Matamoros" - }, - "Mazatlan": { - "exemplarCity": "Mazatlán" - }, - "Mendoza": { - "exemplarCity": "Mendoza" - }, - "Menominee": { - "exemplarCity": "Menominee" - }, - "Merida": { - "exemplarCity": "Mérida" - }, - "Metlakatla": { - "exemplarCity": "Metlakatla" - }, - "Mexico_City": { - "exemplarCity": "Mexico" - }, - "Miquelon": { - "exemplarCity": "Miquelon" - }, - "Moncton": { - "exemplarCity": "Moncton" - }, - "Monterrey": { - "exemplarCity": "Monterrey" - }, - "Montevideo": { - "exemplarCity": "Montevideo" - }, - "Montserrat": { - "exemplarCity": "Montserrat" - }, - "Nassau": { - "exemplarCity": "Nassau" - }, - "New_York": { - "exemplarCity": "New York" - }, - "Nipigon": { - "exemplarCity": "Nipigon" - }, - "Nome": { - "exemplarCity": "Nome" - }, - "Noronha": { - "exemplarCity": "Noronha" - }, - "North_Dakota": { - "Beulah": { - "exemplarCity": "Beulah (Dakota du Nord)" - }, - "New_Salem": { - "exemplarCity": "New Salem (Dakota du Nord)" - }, - "Center": { - "exemplarCity": "Center (Dakota du Nord)" - } - }, - "Ojinaga": { - "exemplarCity": "Ojinaga" - }, - "Panama": { - "exemplarCity": "Panama" - }, - "Pangnirtung": { - "exemplarCity": "Pangnirtung" - }, - "Paramaribo": { - "exemplarCity": "Paramaribo" - }, - "Phoenix": { - "exemplarCity": "Phoenix" - }, - "Port-au-Prince": { - "exemplarCity": "Port-au-Prince" - }, - "Port_of_Spain": { - "exemplarCity": "Port-d’Espagne" - }, - "Porto_Velho": { - "exemplarCity": "Porto Velho" - }, - "Puerto_Rico": { - "exemplarCity": "Porto Rico" - }, - "Punta_Arenas": { - "exemplarCity": "Punta Arenas" - }, - "Rainy_River": { - "exemplarCity": "Rainy River" - }, - "Rankin_Inlet": { - "exemplarCity": "Rankin Inlet" - }, - "Recife": { - "exemplarCity": "Recife" - }, - "Regina": { - "exemplarCity": "Regina" - }, - "Resolute": { - "exemplarCity": "Resolute" - }, - "Rio_Branco": { - "exemplarCity": "Rio Branco" - }, - "Santa_Isabel": { - "exemplarCity": "Santa Isabel" - }, - "Santarem": { - "exemplarCity": "Santarém" - }, - "Santiago": { - "exemplarCity": "Santiago" - }, - "Santo_Domingo": { - "exemplarCity": "Saint-Domingue" - }, - "Sao_Paulo": { - "exemplarCity": "São Paulo" - }, - "Scoresbysund": { - "exemplarCity": "Ittoqqortoormiit" - }, - "Sitka": { - "exemplarCity": "Sitka" - }, - "St_Barthelemy": { - "exemplarCity": "Saint-Barthélemy" - }, - "St_Johns": { - "exemplarCity": "Saint-Jean de Terre-Neuve" - }, - "St_Kitts": { - "exemplarCity": "Saint-Christophe" - }, - "St_Lucia": { - "exemplarCity": "Sainte-Lucie" - }, - "St_Thomas": { - "exemplarCity": "Saint-Thomas" - }, - "St_Vincent": { - "exemplarCity": "Saint-Vincent" - }, - "Swift_Current": { - "exemplarCity": "Swift Current" - }, - "Tegucigalpa": { - "exemplarCity": "Tégucigalpa" - }, - "Thule": { - "exemplarCity": "Thulé" - }, - "Thunder_Bay": { - "exemplarCity": "Thunder Bay" - }, - "Tijuana": { - "exemplarCity": "Tijuana" - }, - "Toronto": { - "exemplarCity": "Toronto" - }, - "Tortola": { - "exemplarCity": "Tortola" - }, - "Vancouver": { - "exemplarCity": "Vancouver" - }, - "Whitehorse": { - "exemplarCity": "Whitehorse" - }, - "Winnipeg": { - "exemplarCity": "Winnipeg" - }, - "Yakutat": { - "exemplarCity": "Yakutat" - }, - "Yellowknife": { - "exemplarCity": "Yellowknife" - } - }, - "Atlantic": { - "Azores": { - "exemplarCity": "Açores" - }, - "Bermuda": { - "exemplarCity": "Bermudes" - }, - "Canary": { - "exemplarCity": "Îles Canaries" - }, - "Cape_Verde": { - "exemplarCity": "Cap-Vert" - }, - "Faeroe": { - "exemplarCity": "Féroé" - }, - "Madeira": { - "exemplarCity": "Madère" - }, - "Reykjavik": { - "exemplarCity": "Reykjavik" - }, - "South_Georgia": { - "exemplarCity": "Géorgie du Sud" - }, - "St_Helena": { - "exemplarCity": "Sainte-Hélène" - }, - "Stanley": { - "exemplarCity": "Stanley" - } - }, - "Europe": { - "Amsterdam": { - "exemplarCity": "Amsterdam" - }, - "Andorra": { - "exemplarCity": "Andorre" - }, - "Astrakhan": { - "exemplarCity": "Astrakhan" - }, - "Athens": { - "exemplarCity": "Athènes" - }, - "Belgrade": { - "exemplarCity": "Belgrade" - }, - "Berlin": { - "exemplarCity": "Berlin" - }, - "Bratislava": { - "exemplarCity": "Bratislava" - }, - "Brussels": { - "exemplarCity": "Bruxelles" - }, - "Bucharest": { - "exemplarCity": "Bucarest" - }, - "Budapest": { - "exemplarCity": "Budapest" - }, - "Busingen": { - "exemplarCity": "Büsingen" - }, - "Chisinau": { - "exemplarCity": "Chisinau" - }, - "Copenhagen": { - "exemplarCity": "Copenhague" - }, - "Dublin": { - "long": { - "daylight": "heure d’été irlandaise" - }, - "exemplarCity": "Dublin" - }, - "Gibraltar": { - "exemplarCity": "Gibraltar" - }, - "Guernsey": { - "exemplarCity": "Guernesey" - }, - "Helsinki": { - "exemplarCity": "Helsinki" - }, - "Isle_of_Man": { - "exemplarCity": "Île de Man" - }, - "Istanbul": { - "exemplarCity": "Istanbul" - }, - "Jersey": { - "exemplarCity": "Jersey" - }, - "Kaliningrad": { - "exemplarCity": "Kaliningrad" - }, - "Kiev": { - "exemplarCity": "Kiev" - }, - "Kirov": { - "exemplarCity": "Kirov" - }, - "Lisbon": { - "exemplarCity": "Lisbonne" - }, - "Ljubljana": { - "exemplarCity": "Ljubljana" - }, - "London": { - "long": { - "daylight": "heure d’été britannique" - }, - "exemplarCity": "Londres" - }, - "Luxembourg": { - "exemplarCity": "Luxembourg" - }, - "Madrid": { - "exemplarCity": "Madrid" - }, - "Malta": { - "exemplarCity": "Malte" - }, - "Mariehamn": { - "exemplarCity": "Mariehamn" - }, - "Minsk": { - "exemplarCity": "Minsk" - }, - "Monaco": { - "exemplarCity": "Monaco" - }, - "Moscow": { - "exemplarCity": "Moscou" - }, - "Oslo": { - "exemplarCity": "Oslo" - }, - "Paris": { - "exemplarCity": "Paris" - }, - "Podgorica": { - "exemplarCity": "Podgorica" - }, - "Prague": { - "exemplarCity": "Prague" - }, - "Riga": { - "exemplarCity": "Riga" - }, - "Rome": { - "exemplarCity": "Rome" - }, - "Samara": { - "exemplarCity": "Samara" - }, - "San_Marino": { - "exemplarCity": "Saint-Marin" - }, - "Sarajevo": { - "exemplarCity": "Sarajevo" - }, - "Saratov": { - "exemplarCity": "Saratov" - }, - "Simferopol": { - "exemplarCity": "Simferopol" - }, - "Skopje": { - "exemplarCity": "Skopje" - }, - "Sofia": { - "exemplarCity": "Sofia" - }, - "Stockholm": { - "exemplarCity": "Stockholm" - }, - "Tallinn": { - "exemplarCity": "Tallinn" - }, - "Tirane": { - "exemplarCity": "Tirana" - }, - "Ulyanovsk": { - "exemplarCity": "Oulianovsk" - }, - "Uzhgorod": { - "exemplarCity": "Oujgorod" - }, - "Vaduz": { - "exemplarCity": "Vaduz" - }, - "Vatican": { - "exemplarCity": "Le Vatican" - }, - "Vienna": { - "exemplarCity": "Vienne" - }, - "Vilnius": { - "exemplarCity": "Vilnius" - }, - "Volgograd": { - "exemplarCity": "Volgograd" - }, - "Warsaw": { - "exemplarCity": "Varsovie" - }, - "Zagreb": { - "exemplarCity": "Zagreb" - }, - "Zaporozhye": { - "exemplarCity": "Zaporojie" - }, - "Zurich": { - "exemplarCity": "Zurich" - } - }, - "Africa": { - "Abidjan": { - "exemplarCity": "Abidjan" - }, - "Accra": { - "exemplarCity": "Accra" - }, - "Addis_Ababa": { - "exemplarCity": "Addis-Abeba" - }, - "Algiers": { - "exemplarCity": "Alger" - }, - "Asmera": { - "exemplarCity": "Asmara" - }, - "Bamako": { - "exemplarCity": "Bamako" - }, - "Bangui": { - "exemplarCity": "Bangui" - }, - "Banjul": { - "exemplarCity": "Banjul" - }, - "Bissau": { - "exemplarCity": "Bissau" - }, - "Blantyre": { - "exemplarCity": "Blantyre" - }, - "Brazzaville": { - "exemplarCity": "Brazzaville" - }, - "Bujumbura": { - "exemplarCity": "Bujumbura" - }, - "Cairo": { - "exemplarCity": "Le Caire" - }, - "Casablanca": { - "exemplarCity": "Casablanca" - }, - "Ceuta": { - "exemplarCity": "Ceuta" - }, - "Conakry": { - "exemplarCity": "Conakry" - }, - "Dakar": { - "exemplarCity": "Dakar" - }, - "Dar_es_Salaam": { - "exemplarCity": "Dar es Salaam" - }, - "Djibouti": { - "exemplarCity": "Djibouti" - }, - "Douala": { - "exemplarCity": "Douala" - }, - "El_Aaiun": { - "exemplarCity": "Laâyoune" - }, - "Freetown": { - "exemplarCity": "Freetown" - }, - "Gaborone": { - "exemplarCity": "Gaborone" - }, - "Harare": { - "exemplarCity": "Harare" - }, - "Johannesburg": { - "exemplarCity": "Johannesburg" - }, - "Juba": { - "exemplarCity": "Juba" - }, - "Kampala": { - "exemplarCity": "Kampala" - }, - "Khartoum": { - "exemplarCity": "Khartoum" - }, - "Kigali": { - "exemplarCity": "Kigali" - }, - "Kinshasa": { - "exemplarCity": "Kinshasa" - }, - "Lagos": { - "exemplarCity": "Lagos" - }, - "Libreville": { - "exemplarCity": "Libreville" - }, - "Lome": { - "exemplarCity": "Lomé" - }, - "Luanda": { - "exemplarCity": "Luanda" - }, - "Lubumbashi": { - "exemplarCity": "Lubumbashi" - }, - "Lusaka": { - "exemplarCity": "Lusaka" - }, - "Malabo": { - "exemplarCity": "Malabo" - }, - "Maputo": { - "exemplarCity": "Maputo" - }, - "Maseru": { - "exemplarCity": "Maseru" - }, - "Mbabane": { - "exemplarCity": "Mbabane" - }, - "Mogadishu": { - "exemplarCity": "Mogadiscio" - }, - "Monrovia": { - "exemplarCity": "Monrovia" - }, - "Nairobi": { - "exemplarCity": "Nairobi" - }, - "Ndjamena": { - "exemplarCity": "N’Djamena" - }, - "Niamey": { - "exemplarCity": "Niamey" - }, - "Nouakchott": { - "exemplarCity": "Nouakchott" - }, - "Ouagadougou": { - "exemplarCity": "Ouagadougou" - }, - "Porto-Novo": { - "exemplarCity": "Porto-Novo" - }, - "Sao_Tome": { - "exemplarCity": "São Tomé" - }, - "Tripoli": { - "exemplarCity": "Tripoli (Libye)" - }, - "Tunis": { - "exemplarCity": "Tunis" - }, - "Windhoek": { - "exemplarCity": "Windhoek" - } - }, - "Asia": { - "Aden": { - "exemplarCity": "Aden" - }, - "Almaty": { - "exemplarCity": "Alma Ata" - }, - "Amman": { - "exemplarCity": "Amman" - }, - "Anadyr": { - "exemplarCity": "Anadyr" - }, - "Aqtau": { - "exemplarCity": "Aktaou" - }, - "Aqtobe": { - "exemplarCity": "Aktioubinsk" - }, - "Ashgabat": { - "exemplarCity": "Achgabat" - }, - "Atyrau": { - "exemplarCity": "Atyraou" - }, - "Baghdad": { - "exemplarCity": "Bagdad" - }, - "Bahrain": { - "exemplarCity": "Bahreïn" - }, - "Baku": { - "exemplarCity": "Bakou" - }, - "Bangkok": { - "exemplarCity": "Bangkok" - }, - "Barnaul": { - "exemplarCity": "Barnaul" - }, - "Beirut": { - "exemplarCity": "Beyrouth" - }, - "Bishkek": { - "exemplarCity": "Bichkek" - }, - "Brunei": { - "exemplarCity": "Brunei" - }, - "Calcutta": { - "exemplarCity": "Calcutta" - }, - "Chita": { - "exemplarCity": "Tchita" - }, - "Choibalsan": { - "exemplarCity": "Tchoïbalsan" - }, - "Colombo": { - "exemplarCity": "Colombo" - }, - "Damascus": { - "exemplarCity": "Damas" - }, - "Dhaka": { - "exemplarCity": "Dhaka" - }, - "Dili": { - "exemplarCity": "Dili" - }, - "Dubai": { - "exemplarCity": "Dubaï" - }, - "Dushanbe": { - "exemplarCity": "Douchanbé" - }, - "Famagusta": { - "exemplarCity": "Famagouste" - }, - "Gaza": { - "exemplarCity": "Gaza" - }, - "Hebron": { - "exemplarCity": "Hébron" - }, - "Hong_Kong": { - "exemplarCity": "Hong Kong" - }, - "Hovd": { - "exemplarCity": "Hovd" - }, - "Irkutsk": { - "exemplarCity": "Irkoutsk" - }, - "Jakarta": { - "exemplarCity": "Jakarta" - }, - "Jayapura": { - "exemplarCity": "Jayapura" - }, - "Jerusalem": { - "exemplarCity": "Jérusalem" - }, - "Kabul": { - "exemplarCity": "Kaboul" - }, - "Kamchatka": { - "exemplarCity": "Kamtchatka" - }, - "Karachi": { - "exemplarCity": "Karachi" - }, - "Katmandu": { - "exemplarCity": "Katmandou" - }, - "Khandyga": { - "exemplarCity": "Khandyga" - }, - "Krasnoyarsk": { - "exemplarCity": "Krasnoïarsk" - }, - "Kuala_Lumpur": { - "exemplarCity": "Kuala Lumpur" - }, - "Kuching": { - "exemplarCity": "Kuching" - }, - "Kuwait": { - "exemplarCity": "Koweït" - }, - "Macau": { - "exemplarCity": "Macao" - }, - "Magadan": { - "exemplarCity": "Magadan" - }, - "Makassar": { - "exemplarCity": "Macassar" - }, - "Manila": { - "exemplarCity": "Manille" - }, - "Muscat": { - "exemplarCity": "Mascate" - }, - "Nicosia": { - "exemplarCity": "Nicosie" - }, - "Novokuznetsk": { - "exemplarCity": "Novokuznetsk" - }, - "Novosibirsk": { - "exemplarCity": "Novossibirsk" - }, - "Omsk": { - "exemplarCity": "Omsk" - }, - "Oral": { - "exemplarCity": "Ouralsk" - }, - "Phnom_Penh": { - "exemplarCity": "Phnom Penh" - }, - "Pontianak": { - "exemplarCity": "Pontianak" - }, - "Pyongyang": { - "exemplarCity": "Pyongyang" - }, - "Qatar": { - "exemplarCity": "Qatar" - }, - "Qyzylorda": { - "exemplarCity": "Kzyl Orda" - }, - "Rangoon": { - "exemplarCity": "Rangoun" - }, - "Riyadh": { - "exemplarCity": "Riyad" - }, - "Saigon": { - "exemplarCity": "Hô-Chi-Minh-Ville" - }, - "Sakhalin": { - "exemplarCity": "Sakhaline" - }, - "Samarkand": { - "exemplarCity": "Samarcande" - }, - "Seoul": { - "exemplarCity": "Séoul" - }, - "Shanghai": { - "exemplarCity": "Shanghai" - }, - "Singapore": { - "exemplarCity": "Singapour" - }, - "Srednekolymsk": { - "exemplarCity": "Srednekolymsk" - }, - "Taipei": { - "exemplarCity": "Taipei" - }, - "Tashkent": { - "exemplarCity": "Tachkent" - }, - "Tbilisi": { - "exemplarCity": "Tbilissi" - }, - "Tehran": { - "exemplarCity": "Téhéran" - }, - "Thimphu": { - "exemplarCity": "Thimphu" - }, - "Tokyo": { - "exemplarCity": "Tokyo" - }, - "Tomsk": { - "exemplarCity": "Tomsk" - }, - "Ulaanbaatar": { - "exemplarCity": "Oulan-Bator" - }, - "Urumqi": { - "exemplarCity": "Ürümqi" - }, - "Ust-Nera": { - "exemplarCity": "Ust-Nera" - }, - "Vientiane": { - "exemplarCity": "Vientiane" - }, - "Vladivostok": { - "exemplarCity": "Vladivostok" - }, - "Yakutsk": { - "exemplarCity": "Iakoutsk" - }, - "Yekaterinburg": { - "exemplarCity": "Ekaterinbourg" - }, - "Yerevan": { - "exemplarCity": "Erevan" - } - }, - "Indian": { - "Antananarivo": { - "exemplarCity": "Antananarivo" - }, - "Chagos": { - "exemplarCity": "Chagos" - }, - "Christmas": { - "exemplarCity": "Christmas" - }, - "Cocos": { - "exemplarCity": "Cocos" - }, - "Comoro": { - "exemplarCity": "Comores" - }, - "Kerguelen": { - "exemplarCity": "Kerguelen" - }, - "Mahe": { - "exemplarCity": "Mahé" - }, - "Maldives": { - "exemplarCity": "Maldives" - }, - "Mauritius": { - "exemplarCity": "Maurice" - }, - "Mayotte": { - "exemplarCity": "Mayotte" - }, - "Reunion": { - "exemplarCity": "La Réunion" - } - }, - "Australia": { - "Adelaide": { - "exemplarCity": "Adélaïde" - }, - "Brisbane": { - "exemplarCity": "Brisbane" - }, - "Broken_Hill": { - "exemplarCity": "Broken Hill" - }, - "Currie": { - "exemplarCity": "Currie" - }, - "Darwin": { - "exemplarCity": "Darwin" - }, - "Eucla": { - "exemplarCity": "Eucla" - }, - "Hobart": { - "exemplarCity": "Hobart" - }, - "Lindeman": { - "exemplarCity": "Lindeman" - }, - "Lord_Howe": { - "exemplarCity": "Lord Howe" - }, - "Melbourne": { - "exemplarCity": "Melbourne" - }, - "Perth": { - "exemplarCity": "Perth" - }, - "Sydney": { - "exemplarCity": "Sydney" - } - }, - "Pacific": { - "Apia": { - "exemplarCity": "Apia" - }, - "Auckland": { - "exemplarCity": "Auckland" - }, - "Bougainville": { - "exemplarCity": "Bougainville" - }, - "Chatham": { - "exemplarCity": "Chatham" - }, - "Easter": { - "exemplarCity": "Île de Pâques" - }, - "Efate": { - "exemplarCity": "Éfaté" - }, - "Enderbury": { - "exemplarCity": "Enderbury" - }, - "Fakaofo": { - "exemplarCity": "Fakaofo" - }, - "Fiji": { - "exemplarCity": "Fidji" - }, - "Funafuti": { - "exemplarCity": "Funafuti" - }, - "Galapagos": { - "exemplarCity": "Galápagos" - }, - "Gambier": { - "exemplarCity": "Gambier" - }, - "Guadalcanal": { - "exemplarCity": "Guadalcanal" - }, - "Guam": { - "exemplarCity": "Guam" - }, - "Honolulu": { - "exemplarCity": "Honolulu" - }, - "Johnston": { - "exemplarCity": "Johnston" - }, - "Kiritimati": { - "exemplarCity": "Kiritimati" - }, - "Kosrae": { - "exemplarCity": "Kosrae" - }, - "Kwajalein": { - "exemplarCity": "Kwajalein" - }, - "Majuro": { - "exemplarCity": "Majuro" - }, - "Marquesas": { - "exemplarCity": "Marquises" - }, - "Midway": { - "exemplarCity": "Midway" - }, - "Nauru": { - "exemplarCity": "Nauru" - }, - "Niue": { - "exemplarCity": "Niue" - }, - "Norfolk": { - "exemplarCity": "Norfolk" - }, - "Noumea": { - "exemplarCity": "Nouméa" - }, - "Pago_Pago": { - "exemplarCity": "Pago Pago" - }, - "Palau": { - "exemplarCity": "Palau" - }, - "Pitcairn": { - "exemplarCity": "Pitcairn" - }, - "Ponape": { - "exemplarCity": "Pohnpei" - }, - "Port_Moresby": { - "exemplarCity": "Port Moresby" - }, - "Rarotonga": { - "exemplarCity": "Rarotonga" - }, - "Saipan": { - "exemplarCity": "Saipan" - }, - "Tahiti": { - "exemplarCity": "Tahiti" - }, - "Tarawa": { - "exemplarCity": "Tarawa" - }, - "Tongatapu": { - "exemplarCity": "Tongatapu" - }, - "Truk": { - "exemplarCity": "Chuuk" - }, - "Wake": { - "exemplarCity": "Wake" - }, - "Wallis": { - "exemplarCity": "Wallis" - } - }, - "Arctic": { - "Longyearbyen": { - "exemplarCity": "Longyearbyen" - } - }, - "Antarctica": { - "Casey": { - "exemplarCity": "Casey" - }, - "Davis": { - "exemplarCity": "Davis" - }, - "DumontDUrville": { - "exemplarCity": "Dumont d’Urville" - }, - "Macquarie": { - "exemplarCity": "Macquarie" - }, - "Mawson": { - "exemplarCity": "Mawson" - }, - "McMurdo": { - "exemplarCity": "McMurdo" - }, - "Palmer": { - "exemplarCity": "Palmer" - }, - "Rothera": { - "exemplarCity": "Rothera" - }, - "Syowa": { - "exemplarCity": "Showa" - }, - "Troll": { - "exemplarCity": "Troll" - }, - "Vostok": { - "exemplarCity": "Vostok" - } - }, - "Etc": { - "UTC": { - "long": { - "standard": "Temps universel coordonné" - }, - "short": { - "standard": "UTC" - } - }, - "Unknown": { - "exemplarCity": "ville inconnue" - } - } - }, - "metazone": { - "Acre": { - "long": { - "generic": "heure de l’Acre", - "standard": "heure normale de l’Acre", - "daylight": "heure d’été de l’Acre" - } - }, - "Afghanistan": { - "long": { - "standard": "heure de l’Afghanistan" - } - }, - "Africa_Central": { - "long": { - "standard": "heure normale d’Afrique centrale" - } - }, - "Africa_Eastern": { - "long": { - "standard": "heure normale d’Afrique de l’Est" - } - }, - "Africa_Southern": { - "long": { - "standard": "heure normale d’Afrique méridionale" - } - }, - "Africa_Western": { - "long": { - "generic": "heure d’Afrique de l’Ouest", - "standard": "heure normale d’Afrique de l’Ouest", - "daylight": "heure d’été d’Afrique de l’Ouest" - } - }, - "Alaska": { - "long": { - "generic": "heure de l’Alaska", - "standard": "heure normale de l’Alaska", - "daylight": "heure d’été de l’Alaska" - } - }, - "Almaty": { - "long": { - "generic": "heure d’Alma Ata", - "standard": "heure normale d’Alma Ata", - "daylight": "heure d’été d’Alma Ata" - } - }, - "Amazon": { - "long": { - "generic": "heure de l’Amazonie", - "standard": "heure normale de l’Amazonie", - "daylight": "heure d’été de l’Amazonie" - } - }, - "America_Central": { - "long": { - "generic": "heure du centre nord-américain", - "standard": "heure normale du centre nord-américain", - "daylight": "heure d’été du Centre" - } - }, - "America_Eastern": { - "long": { - "generic": "heure de l’Est nord-américain", - "standard": "heure normale de l’Est nord-américain", - "daylight": "heure d’été de l’Est" - } - }, - "America_Mountain": { - "long": { - "generic": "heure des Rocheuses", - "standard": "heure normale des Rocheuses", - "daylight": "heure d’été des Rocheuses" - } - }, - "America_Pacific": { - "long": { - "generic": "heure du Pacifique nord-américain", - "standard": "heure normale du Pacifique nord-américain", - "daylight": "heure d’été du Pacifique" - } - }, - "Anadyr": { - "long": { - "generic": "heure d’Anadyr", - "standard": "heure normale d’Anadyr", - "daylight": "heure d’été d’Anadyr" - } - }, - "Apia": { - "long": { - "generic": "heure d’Apia", - "standard": "heure normale d’Apia", - "daylight": "heure d’été d’Apia" - } - }, - "Aqtau": { - "long": { - "generic": "heure d’Aktaou", - "standard": "heure normale d’Aktaou", - "daylight": "heure d’été d’Aktaou" - } - }, - "Aqtobe": { - "long": { - "generic": "heure d’Aqtöbe", - "standard": "heure normale d’Aqtöbe", - "daylight": "heure d’été d’Aqtöbe" - } - }, - "Arabian": { - "long": { - "generic": "heure de l’Arabie", - "standard": "heure normale de l’Arabie", - "daylight": "heure d’été de l’Arabie" - } - }, - "Argentina": { - "long": { - "generic": "heure de l’Argentine", - "standard": "heure normale d’Argentine", - "daylight": "heure d’été de l’Argentine" - } - }, - "Argentina_Western": { - "long": { - "generic": "heure de l’Ouest argentin", - "standard": "heure normale de l’Ouest argentin", - "daylight": "heure d’été de l’Ouest argentin" - } - }, - "Armenia": { - "long": { - "generic": "heure de l’Arménie", - "standard": "heure normale de l’Arménie", - "daylight": "heure d’été d’Arménie" - } - }, - "Atlantic": { - "long": { - "generic": "heure de l’Atlantique", - "standard": "heure normale de l’Atlantique", - "daylight": "heure d’été de l’Atlantique" - } - }, - "Australia_Central": { - "long": { - "generic": "heure du centre de l’Australie", - "standard": "heure normale du centre de l’Australie", - "daylight": "heure d’été du centre de l’Australie" - } - }, - "Australia_CentralWestern": { - "long": { - "generic": "heure du centre-ouest de l’Australie", - "standard": "heure normale du centre-ouest de l’Australie", - "daylight": "heure d’été du centre-ouest de l’Australie" - } - }, - "Australia_Eastern": { - "long": { - "generic": "heure de l’Est de l’Australie", - "standard": "heure normale de l’Est de l’Australie", - "daylight": "heure d’été de l’Est de l’Australie" - } - }, - "Australia_Western": { - "long": { - "generic": "heure de l’Ouest de l’Australie", - "standard": "heure normale de l’Ouest de l’Australie", - "daylight": "heure d’été de l’Ouest de l’Australie" - } - }, - "Azerbaijan": { - "long": { - "generic": "heure de l’Azerbaïdjan", - "standard": "heure normale de l’Azerbaïdjan", - "daylight": "heure d’été d’Azerbaïdjan" - } - }, - "Azores": { - "long": { - "generic": "heure des Açores", - "standard": "heure normale des Açores", - "daylight": "heure d’été des Açores" - } - }, - "Bangladesh": { - "long": { - "generic": "heure du Bangladesh", - "standard": "heure normale du Bangladesh", - "daylight": "heure d’été du Bangladesh" - } - }, - "Bhutan": { - "long": { - "standard": "heure du Bhoutan" - } - }, - "Bolivia": { - "long": { - "standard": "heure de Bolivie" - } - }, - "Brasilia": { - "long": { - "generic": "heure de Brasilia", - "standard": "heure normale de Brasilia", - "daylight": "heure d’été de Brasilia" - } - }, - "Brunei": { - "long": { - "standard": "heure du Brunéi" - } - }, - "Cape_Verde": { - "long": { - "generic": "heure du Cap-Vert", - "standard": "heure normale du Cap-Vert", - "daylight": "heure d’été du Cap-Vert" - } - }, - "Chamorro": { - "long": { - "standard": "heure des Chamorro" - } - }, - "Chatham": { - "long": { - "generic": "heure des îles Chatham", - "standard": "heure normale des îles Chatham", - "daylight": "heure d’été des îles Chatham" - } - }, - "Chile": { - "long": { - "generic": "heure du Chili", - "standard": "heure normale du Chili", - "daylight": "heure d’été du Chili" - } - }, - "China": { - "long": { - "generic": "heure de la Chine", - "standard": "heure normale de la Chine", - "daylight": "heure d’été de Chine" - } - }, - "Choibalsan": { - "long": { - "generic": "heure de Choibalsan", - "standard": "heure normale de Choibalsan", - "daylight": "heure d’été de Choibalsan" - } - }, - "Christmas": { - "long": { - "standard": "heure de l’île Christmas" - } - }, - "Cocos": { - "long": { - "standard": "heure des îles Cocos" - } - }, - "Colombia": { - "long": { - "generic": "heure de Colombie", - "standard": "heure normale de Colombie", - "daylight": "heure d’été de Colombie" - } - }, - "Cook": { - "long": { - "generic": "heure des îles Cook", - "standard": "heure normale des îles Cook", - "daylight": "heure d’été des îles Cook" - } - }, - "Cuba": { - "long": { - "generic": "heure de Cuba", - "standard": "heure normale de Cuba", - "daylight": "heure d’été de Cuba" - } - }, - "Davis": { - "long": { - "standard": "heure de Davis" - } - }, - "DumontDUrville": { - "long": { - "standard": "heure de Dumont-d’Urville" - } - }, - "East_Timor": { - "long": { - "standard": "heure du Timor oriental" - } - }, - "Easter": { - "long": { - "generic": "heure de l’île de Pâques", - "standard": "heure normale de l’île de Pâques", - "daylight": "heure d’été de l’île de Pâques" - } - }, - "Ecuador": { - "long": { - "standard": "heure de l’Équateur" - } - }, - "Europe_Central": { - "long": { - "generic": "heure d’Europe centrale", - "standard": "heure normale d’Europe centrale", - "daylight": "heure d’été d’Europe centrale" - } - }, - "Europe_Eastern": { - "long": { - "generic": "heure d’Europe de l’Est", - "standard": "heure normale d’Europe de l’Est", - "daylight": "heure d’été d’Europe de l’Est" - } - }, - "Europe_Further_Eastern": { - "long": { - "standard": "heure de Kaliningrad" - } - }, - "Europe_Western": { - "long": { - "generic": "heure d’Europe de l’Ouest", - "standard": "heure normale d’Europe de l’Ouest", - "daylight": "heure d’été d’Europe de l’Ouest" - } - }, - "Falkland": { - "long": { - "generic": "heure des îles Malouines", - "standard": "heure normale des îles Malouines", - "daylight": "heure d’été des îles Malouines" - } - }, - "Fiji": { - "long": { - "generic": "heure des îles Fidji", - "standard": "heure normale des îles Fidji", - "daylight": "heure d’été des îles Fidji" - } - }, - "French_Guiana": { - "long": { - "standard": "heure de la Guyane française" - } - }, - "French_Southern": { - "long": { - "standard": "heure des Terres australes et antarctiques françaises" - } - }, - "Galapagos": { - "long": { - "standard": "heure des îles Galápagos" - } - }, - "Gambier": { - "long": { - "standard": "heure des îles Gambier" - } - }, - "Georgia": { - "long": { - "generic": "heure de la Géorgie", - "standard": "heure normale de la Géorgie", - "daylight": "heure d’été de Géorgie" - } - }, - "Gilbert_Islands": { - "long": { - "standard": "heure des îles Gilbert" - } - }, - "GMT": { - "long": { - "standard": "heure moyenne de Greenwich" - } - }, - "Greenland_Eastern": { - "long": { - "generic": "heure de l’Est du Groenland", - "standard": "heure normale de l’Est du Groenland", - "daylight": "heure d’été de l’Est du Groenland" - } - }, - "Greenland_Western": { - "long": { - "generic": "heure de l’Ouest du Groenland", - "standard": "heure normale de l’Ouest du Groenland", - "daylight": "heure d’été de l’Ouest du Groenland" - } - }, - "Guam": { - "long": { - "standard": "heure de Guam" - } - }, - "Gulf": { - "long": { - "standard": "heure du Golfe" - } - }, - "Guyana": { - "long": { - "standard": "heure du Guyana" - } - }, - "Hawaii_Aleutian": { - "long": { - "generic": "heure d’Hawaii - Aléoutiennes", - "standard": "heure normale d’Hawaii - Aléoutiennes", - "daylight": "heure d’été d’Hawaii - Aléoutiennes" - } - }, - "Hong_Kong": { - "long": { - "generic": "heure de Hong Kong", - "standard": "heure normale de Hong Kong", - "daylight": "heure d’été de Hong Kong" - } - }, - "Hovd": { - "long": { - "generic": "heure de Hovd", - "standard": "heure normale de Hovd", - "daylight": "heure d’été de Hovd" - } - }, - "India": { - "long": { - "standard": "heure de l’Inde" - } - }, - "Indian_Ocean": { - "long": { - "standard": "heure de l’Océan Indien" - } - }, - "Indochina": { - "long": { - "standard": "heure d’Indochine" - } - }, - "Indonesia_Central": { - "long": { - "standard": "heure du Centre indonésien" - } - }, - "Indonesia_Eastern": { - "long": { - "standard": "heure de l’Est indonésien" - } - }, - "Indonesia_Western": { - "long": { - "standard": "heure de l’Ouest indonésien" - } - }, - "Iran": { - "long": { - "generic": "heure de l’Iran", - "standard": "heure normale d’Iran", - "daylight": "heure d’été d’Iran" - } - }, - "Irkutsk": { - "long": { - "generic": "heure d’Irkoutsk", - "standard": "heure normale d’Irkoutsk", - "daylight": "heure d’été d’Irkoutsk" - } - }, - "Israel": { - "long": { - "generic": "heure d’Israël", - "standard": "heure normale d’Israël", - "daylight": "heure d’été d’Israël" - } - }, - "Japan": { - "long": { - "generic": "heure du Japon", - "standard": "heure normale du Japon", - "daylight": "heure d’été du Japon" - } - }, - "Kamchatka": { - "long": { - "generic": "heure de Petropavlovsk-Kamchatski", - "standard": "heure normale de Petropavlovsk-Kamchatski", - "daylight": "heure d’été de Petropavlovsk-Kamchatski" - } - }, - "Kazakhstan_Eastern": { - "long": { - "standard": "heure de l’Est du Kazakhstan" - } - }, - "Kazakhstan_Western": { - "long": { - "standard": "heure de l’Ouest du Kazakhstan" - } - }, - "Korea": { - "long": { - "generic": "heure de la Corée", - "standard": "heure normale de la Corée", - "daylight": "heure d’été de Corée" - } - }, - "Kosrae": { - "long": { - "standard": "heure de Kosrae" - } - }, - "Krasnoyarsk": { - "long": { - "generic": "heure de Krasnoïarsk", - "standard": "heure normale de Krasnoïarsk", - "daylight": "heure d’été de Krasnoïarsk" - } - }, - "Kyrgystan": { - "long": { - "standard": "heure du Kirghizistan" - } - }, - "Line_Islands": { - "long": { - "standard": "heure des îles de la Ligne" - } - }, - "Lord_Howe": { - "long": { - "generic": "heure de Lord Howe", - "standard": "heure normale de Lord Howe", - "daylight": "heure d’été de Lord Howe" - } - }, - "Macquarie": { - "long": { - "standard": "heure de l’île Macquarie" - } - }, - "Magadan": { - "long": { - "generic": "heure de Magadan", - "standard": "heure normale de Magadan", - "daylight": "heure d’été de Magadan" - } - }, - "Malaysia": { - "long": { - "standard": "heure de la Malaisie" - } - }, - "Maldives": { - "long": { - "standard": "heure des Maldives" - } - }, - "Marquesas": { - "long": { - "standard": "heure des îles Marquises" - } - }, - "Marshall_Islands": { - "long": { - "standard": "heure des îles Marshall" - } - }, - "Mauritius": { - "long": { - "generic": "heure de Maurice", - "standard": "heure normale de Maurice", - "daylight": "heure d’été de Maurice" - } - }, - "Mawson": { - "long": { - "standard": "heure de Mawson" - } - }, - "Mexico_Northwest": { - "long": { - "generic": "heure du Nord-Ouest du Mexique", - "standard": "heure normale du Nord-Ouest du Mexique", - "daylight": "heure d’été du Nord-Ouest du Mexique" - } - }, - "Mexico_Pacific": { - "long": { - "generic": "heure du Pacifique mexicain", - "standard": "heure normale du Pacifique mexicain", - "daylight": "heure d’été du Pacifique mexicain" - } - }, - "Mongolia": { - "long": { - "generic": "heure d’Oulan-Bator", - "standard": "heure normale d’Oulan-Bator", - "daylight": "heure d’été d’Oulan-Bator" - } - }, - "Moscow": { - "long": { - "generic": "heure de Moscou", - "standard": "heure normale de Moscou", - "daylight": "heure d’été de Moscou" - } - }, - "Myanmar": { - "long": { - "standard": "heure du Myanmar" - } - }, - "Nauru": { - "long": { - "standard": "heure de Nauru" - } - }, - "Nepal": { - "long": { - "standard": "heure du Népal" - } - }, - "New_Caledonia": { - "long": { - "generic": "heure de la Nouvelle-Calédonie", - "standard": "heure normale de la Nouvelle-Calédonie", - "daylight": "heure d’été de Nouvelle-Calédonie" - } - }, - "New_Zealand": { - "long": { - "generic": "heure de la Nouvelle-Zélande", - "standard": "heure normale de la Nouvelle-Zélande", - "daylight": "heure d’été de la Nouvelle-Zélande" - } - }, - "Newfoundland": { - "long": { - "generic": "heure de Terre-Neuve", - "standard": "heure normale de Terre-Neuve", - "daylight": "heure d’été de Terre-Neuve" - } - }, - "Niue": { - "long": { - "standard": "heure de Nioué" - } - }, - "Norfolk": { - "long": { - "standard": "heure de l’île Norfolk" - } - }, - "Noronha": { - "long": { - "generic": "heure de Fernando de Noronha", - "standard": "heure normale de Fernando de Noronha", - "daylight": "heure d’été de Fernando de Noronha" - } - }, - "North_Mariana": { - "long": { - "standard": "heure des îles Mariannes du Nord" - } - }, - "Novosibirsk": { - "long": { - "generic": "heure de Novossibirsk", - "standard": "heure normale de Novossibirsk", - "daylight": "heure d’été de Novossibirsk" - } - }, - "Omsk": { - "long": { - "generic": "heure de Omsk", - "standard": "heure normale de Omsk", - "daylight": "heure d’été de Omsk" - } - }, - "Pakistan": { - "long": { - "generic": "heure du Pakistan", - "standard": "heure normale du Pakistan", - "daylight": "heure d’été du Pakistan" - } - }, - "Palau": { - "long": { - "standard": "heure des Palaos" - } - }, - "Papua_New_Guinea": { - "long": { - "standard": "heure de la Papouasie-Nouvelle-Guinée" - } - }, - "Paraguay": { - "long": { - "generic": "heure du Paraguay", - "standard": "heure normale du Paraguay", - "daylight": "heure d’été du Paraguay" - } - }, - "Peru": { - "long": { - "generic": "heure du Pérou", - "standard": "heure normale du Pérou", - "daylight": "heure d’été du Pérou" - } - }, - "Philippines": { - "long": { - "generic": "heure des Philippines", - "standard": "heure normale des Philippines", - "daylight": "heure d’été des Philippines" - } - }, - "Phoenix_Islands": { - "long": { - "standard": "heure des îles Phoenix" - } - }, - "Pierre_Miquelon": { - "long": { - "generic": "heure de Saint-Pierre-et-Miquelon", - "standard": "heure normale de Saint-Pierre-et-Miquelon", - "daylight": "heure d’été de Saint-Pierre-et-Miquelon" - } - }, - "Pitcairn": { - "long": { - "standard": "heure des îles Pitcairn" - } - }, - "Ponape": { - "long": { - "standard": "heure de l’île de Pohnpei" - } - }, - "Pyongyang": { - "long": { - "standard": "heure de Pyongyang" - } - }, - "Reunion": { - "long": { - "standard": "heure de La Réunion" - } - }, - "Rothera": { - "long": { - "standard": "heure de Rothera" - } - }, - "Sakhalin": { - "long": { - "generic": "heure de Sakhaline", - "standard": "heure normale de Sakhaline", - "daylight": "heure d’été de Sakhaline" - } - }, - "Samara": { - "long": { - "generic": "heure de Samara", - "standard": "heure normale de Samara", - "daylight": "heure d’été de Samara" - } - }, - "Samoa": { - "long": { - "generic": "heure des Samoa", - "standard": "heure normale des Samoa", - "daylight": "heure d’été des Samoa" - } - }, - "Seychelles": { - "long": { - "standard": "heure des Seychelles" - } - }, - "Singapore": { - "long": { - "standard": "heure de Singapour" - } - }, - "Solomon": { - "long": { - "standard": "heure des îles Salomon" - } - }, - "South_Georgia": { - "long": { - "standard": "heure de Géorgie du Sud" - } - }, - "Suriname": { - "long": { - "standard": "heure du Suriname" - } - }, - "Syowa": { - "long": { - "standard": "heure de Syowa" - } - }, - "Tahiti": { - "long": { - "standard": "heure de Tahiti" - } - }, - "Taipei": { - "long": { - "generic": "heure de Taipei", - "standard": "heure normale de Taipei", - "daylight": "heure d’été de Taipei" - } - }, - "Tajikistan": { - "long": { - "standard": "heure du Tadjikistan" - } - }, - "Tokelau": { - "long": { - "standard": "heure de Tokelau" - } - }, - "Tonga": { - "long": { - "generic": "heure des Tonga", - "standard": "heure normale des Tonga", - "daylight": "heure d’été de Tonga" - } - }, - "Truk": { - "long": { - "standard": "heure de Chuuk" - } - }, - "Turkmenistan": { - "long": { - "generic": "heure du Turkménistan", - "standard": "heure normale du Turkménistan", - "daylight": "heure d’été du Turkménistan" - } - }, - "Tuvalu": { - "long": { - "standard": "heure des Tuvalu" - } - }, - "Uruguay": { - "long": { - "generic": "heure de l’Uruguay", - "standard": "heure normale de l’Uruguay", - "daylight": "heure d’été de l’Uruguay" - } - }, - "Uzbekistan": { - "long": { - "generic": "heure de l’Ouzbékistan", - "standard": "heure normale de l’Ouzbékistan", - "daylight": "heure d’été de l’Ouzbékistan" - } - }, - "Vanuatu": { - "long": { - "generic": "heure du Vanuatu", - "standard": "heure normale du Vanuatu", - "daylight": "heure d’été de Vanuatu" - } - }, - "Venezuela": { - "long": { - "standard": "heure du Venezuela" - } - }, - "Vladivostok": { - "long": { - "generic": "heure de Vladivostok", - "standard": "heure normale de Vladivostok", - "daylight": "heure d’été de Vladivostok" - } - }, - "Volgograd": { - "long": { - "generic": "heure de Volgograd", - "standard": "heure normale de Volgograd", - "daylight": "heure d’été de Volgograd" - } - }, - "Vostok": { - "long": { - "standard": "heure de Vostok" - } - }, - "Wake": { - "long": { - "standard": "heure de l’île Wake" - } - }, - "Wallis": { - "long": { - "standard": "heure de Wallis-et-Futuna" - } - }, - "Yakutsk": { - "long": { - "generic": "heure de Iakoutsk", - "standard": "heure normale de Iakoutsk", - "daylight": "heure d’été de Iakoutsk" - } - }, - "Yekaterinburg": { - "long": { - "generic": "heure d’Ekaterinbourg", - "standard": "heure normale d’Ekaterinbourg", - "daylight": "heure d’été d’Ekaterinbourg" - } - } - } - } - } - } - } -} diff --git a/ej2-javascript/code-snippet/treegrid/column-template-cs1/es5-datasource.js b/ej2-javascript/code-snippet/treegrid/column-template-cs1/es5-datasource.js index 5f64a24ac..81a693672 100644 --- a/ej2-javascript/code-snippet/treegrid/column-template-cs1/es5-datasource.js +++ b/ej2-javascript/code-snippet/treegrid/column-template-cs1/es5-datasource.js @@ -2,7 +2,7 @@ * TreeGrid DataSource */ -window.summaryRowData = [{ +export var summaryRowData = [{ 'FreightID': 'CX2389NK', 'FreightName': 'Maersk Edibles Co.', 'TotalUnits': 598, @@ -111,7 +111,7 @@ window.summaryRowData = [{ } ]; -window.summaryData = [ +export var summaryData = [ { ID: '1', Name: 'Order 1', @@ -154,7 +154,7 @@ window.summaryData = [ } ]; -window.sampleData = [ +export var sampleData = [ { taskID: 1, taskName: 'Planning', @@ -316,7 +316,7 @@ window.sampleData = [ } ]; -window.textWrapData = [ +export var textWrapData = [ { taskID: 1, taskName: 'Design', @@ -437,7 +437,7 @@ window.textWrapData = [ } ]; -window.textdata = [{ +export var textdata = [{ 'Name': 'Robert King', 'FullName': 'RobertKing', 'Designation': 'Chief Executive Officer', @@ -578,7 +578,7 @@ window.textdata = [{ }] }]; -window.headerData = [ +export var headerData = [ { taskID: 1, taskName: 'Planning', @@ -647,7 +647,7 @@ window.headerData = [ } ]; -window.stackedData = [ +export var stackedData = [ { orderID: '1', orderName: 'Order 1', @@ -713,7 +713,7 @@ window.stackedData = [ ]; -window.formatData = [ +export var formatData = [ { orderID: '1', orderName: 'Order 1', @@ -779,11 +779,11 @@ window.formatData = [ ]; -window.lockRowDropDownData = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, +export var lockRowDropDownData = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]; -window.projectData = [ +export var projectData = [ { 'TaskID': 1, 'TaskName': 'Parent Task 1', 'StartDate': new Date('02/23/2017'), 'Duration': 3, 'Priority' : 'Normal', 'EndDate': new Date('02/27/2017'), 'Progress': '40' }, { 'TaskID': 2, 'TaskName': 'Child Task 1', 'StartDate': new Date('02/23/2017'), 'Duration': 4, 'Priority' : 'Low', @@ -816,7 +816,7 @@ window.projectData = [ 'EndDate': new Date('03/13/2017'), 'Progress': '40', 'parentID': 10 } ]; -window.lineData = [ +export var lineData = [ [0, 6, 4, 1, 3, 2, 5], [5, 4, 6, 3, 1, 2, 0], [6, 4, 0, 3, 2, 5, 1], @@ -839,7 +839,7 @@ window.lineData = [ [3, 5, 6, 4, 0, 1, 2], [1, 3, 4, 2, 5, 0, 6] ]; -window.columnData = [ +export var columnData = [ [0, 6, -4, 1, -3, 2, 5], [5, -4, 6, 3, -1, 2, 0], [6, 4, 0, 3, -2, 5, 1], @@ -864,17 +864,17 @@ window.columnData = [ ]; -function getSparkData (type, count) { +export var getSparkData =(type, count) =>{ if (type === 'line') { - return window.lineData[count]; + return lineData[count]; } else { - return window.columnData[count]; + return columnData[count]; } } -window.sortData = [ +export var sortData = [ { orderID: '1', orderName: 'Order 1', @@ -940,7 +940,7 @@ window.sortData = [ ]; -window.complexData = [ +export var complexData = [ { taskID: 1, taskName: 'Planning', @@ -987,7 +987,7 @@ window.complexData = [ } ]; -window.stringData = [ +export var stringData = [ { taskID: 1, taskName: 'Planning', diff --git a/ej2-javascript/code-snippet/treegrid/column-template-cs1/index.js b/ej2-javascript/code-snippet/treegrid/column-template-cs1/index.js index 65b15cc44..70fc3b342 100644 --- a/ej2-javascript/code-snippet/treegrid/column-template-cs1/index.js +++ b/ej2-javascript/code-snippet/treegrid/column-template-cs1/index.js @@ -1,3 +1,4 @@ +import { textdata, getSparkData } from './es5-datasource.js'; var treegridObj = new ej.treegrid.TreeGrid({ dataSource: textdata, childMapping: 'Children', diff --git a/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/es5-datasource.js b/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/es5-datasource.js index 156a6ab4e..81a693672 100644 --- a/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/es5-datasource.js +++ b/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/es5-datasource.js @@ -2,7 +2,7 @@ * TreeGrid DataSource */ -window.summaryRowData = [{ +export var summaryRowData = [{ 'FreightID': 'CX2389NK', 'FreightName': 'Maersk Edibles Co.', 'TotalUnits': 598, @@ -111,7 +111,7 @@ window.summaryRowData = [{ } ]; -window.summaryData = [ +export var summaryData = [ { ID: '1', Name: 'Order 1', @@ -154,7 +154,7 @@ window.summaryData = [ } ]; -window.sampleData = [ +export var sampleData = [ { taskID: 1, taskName: 'Planning', @@ -316,7 +316,7 @@ window.sampleData = [ } ]; -window.textWrapData = [ +export var textWrapData = [ { taskID: 1, taskName: 'Design', @@ -437,11 +437,12 @@ window.textWrapData = [ } ]; -window.textdata = [{ +export var textdata = [{ 'Name': 'Robert King', 'FullName': 'RobertKing', 'Designation': 'Chief Executive Officer', 'EmployeeID': '1', + 'EmpID': 'EMP001', 'Address': '507 - 20th Ave. E.Apt. 2A, Seattle', 'Contact': '(206) 555-9857', 'Country': 'USA', @@ -452,6 +453,7 @@ window.textdata = [{ 'FullName': 'DavidWilliam', 'Designation': 'Vice President', 'EmployeeID': '2', + 'EmpID': 'EMP004', 'Address': '722 Moss Bay Blvd., Kirkland', 'Country': 'USA', 'Contact': '(206) 555-3412', @@ -463,6 +465,7 @@ window.textdata = [{ 'FullName': 'NancyDavolio', 'Designation': 'Marketing Executive', 'EmployeeID': '3', + 'EmpID': 'EMP035', 'Address': '4110 Old Redmond Rd., Redmond', 'Country': 'USA', 'Contact': '(206) 555-8122', @@ -473,6 +476,7 @@ window.textdata = [{ 'FullName': 'AndrewFuller', 'Designation': 'Sales Representative', 'EmployeeID': '4', + 'EmpID': 'EMP045', 'Address': '14 Garrett Hill, London', 'Country': 'UK', 'Contact': '(71) 555-4848', @@ -483,6 +487,7 @@ window.textdata = [{ 'FullName': 'AnneDodsworth', 'Designation': 'Sales Representative', 'EmployeeID': '5', + 'EmpID': 'EMP091', 'Address': '4726 - 11th Ave. N.E., Seattle', 'Country': 'USA', 'Contact': '(206) 555-1189', @@ -493,6 +498,7 @@ window.textdata = [{ 'FullName': 'MichaelSuyama', 'Designation': 'Sales Representative', 'EmployeeID': '6', + 'EmpID': 'EMP110', 'Address': 'Coventry House Miner Rd., London', 'Country': 'UK', 'Contact': '(71) 555-3636', @@ -503,6 +509,7 @@ window.textdata = [{ 'FullName': 'JanetLeverling', 'Designation': 'Sales Coordinator', 'EmployeeID': '7', + 'EmpID': 'EMP131', 'Address': 'Edgeham Hollow Winchester Way, London', 'Country': 'UK', 'Contact': '(71) 555-3636', @@ -516,6 +523,7 @@ window.textdata = [{ 'FullName': 'RomeyWilson', 'Designation': 'Sales Executive', 'EmployeeID': '8', + 'EmpID': 'EMP039', 'Address': '7 Houndstooth Rd., London', 'Country': 'UK', 'Contact': '(71) 555-3690', @@ -526,6 +534,7 @@ window.textdata = [{ 'FullName': 'MargaretPeacock', 'Designation': 'Sales Representative', 'EmployeeID': '9', + 'EmpID': 'EMP213', 'Address': '4726 - 11th Ave. N.E., California', 'Country': 'USA', 'Contact': '(206) 555-1989', @@ -536,6 +545,7 @@ window.textdata = [{ 'FullName': 'LauraCallahan', 'Designation': 'Sales Coordinator', 'EmployeeID': '10', + 'EmpID': 'EMP201', 'Address': 'Coventry House Miner Rd., London', 'Country': 'UK', 'Contact': '(71) 555-2222', @@ -546,6 +556,7 @@ window.textdata = [{ 'FullName': 'StevenBuchanan', 'Designation': 'Sales Representative', 'EmployeeID': '11', + 'EmpID': 'EMP197', 'Address': '200 Lincoln Ave, Salinas, CA 93901', 'Country': 'USA', 'Contact': '(831) 758-7408', @@ -556,6 +567,7 @@ window.textdata = [{ 'FullName': 'TeddLawson', 'Designation': 'Sales Representative', 'EmployeeID': '12', + 'EmpID': 'EMP167', 'Address': '200 Lincoln Ave, Salinas, CA 93901', 'Country': 'USA', 'Contact': '(831) 758-7368 ', @@ -566,7 +578,7 @@ window.textdata = [{ }] }]; -window.headerData = [ +export var headerData = [ { taskID: 1, taskName: 'Planning', @@ -635,7 +647,7 @@ window.headerData = [ } ]; -window.stackedData = [ +export var stackedData = [ { orderID: '1', orderName: 'Order 1', @@ -701,7 +713,7 @@ window.stackedData = [ ]; -window.formatData = [ +export var formatData = [ { orderID: '1', orderName: 'Order 1', @@ -767,11 +779,11 @@ window.formatData = [ ]; -window.lockRowDropDownData = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, +export var lockRowDropDownData = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]; -window.projectData = [ +export var projectData = [ { 'TaskID': 1, 'TaskName': 'Parent Task 1', 'StartDate': new Date('02/23/2017'), 'Duration': 3, 'Priority' : 'Normal', 'EndDate': new Date('02/27/2017'), 'Progress': '40' }, { 'TaskID': 2, 'TaskName': 'Child Task 1', 'StartDate': new Date('02/23/2017'), 'Duration': 4, 'Priority' : 'Low', @@ -804,7 +816,7 @@ window.projectData = [ 'EndDate': new Date('03/13/2017'), 'Progress': '40', 'parentID': 10 } ]; -window.lineData = [ +export var lineData = [ [0, 6, 4, 1, 3, 2, 5], [5, 4, 6, 3, 1, 2, 0], [6, 4, 0, 3, 2, 5, 1], @@ -827,7 +839,7 @@ window.lineData = [ [3, 5, 6, 4, 0, 1, 2], [1, 3, 4, 2, 5, 0, 6] ]; -window.columnData = [ +export var columnData = [ [0, 6, -4, 1, -3, 2, 5], [5, -4, 6, 3, -1, 2, 0], [6, 4, 0, 3, -2, 5, 1], @@ -850,7 +862,19 @@ window.columnData = [ [3, 5, 6, -4, 0, 1, 2], [1, 3, -4, 2, -5, 0, 6] ]; -window.sortData = [ + + +export var getSparkData =(type, count) =>{ + if (type === 'line') { + return lineData[count]; + } + else { + return columnData[count]; + } +} + + +export var sortData = [ { orderID: '1', orderName: 'Order 1', @@ -916,7 +940,7 @@ window.sortData = [ ]; -window.complexData = [ +export var complexData = [ { taskID: 1, taskName: 'Planning', @@ -963,7 +987,7 @@ window.complexData = [ } ]; -window.stringData = [ +export var stringData = [ { taskID: 1, taskName: 'Planning', diff --git a/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/index.js b/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/index.js index a58a0e621..426747de3 100644 --- a/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/index.js +++ b/ej2-javascript/code-snippet/treegrid/condition-inside-template-cs1/index.js @@ -1,3 +1,4 @@ +import { sampleData } from './es5-datasource.js'; var treeGridObj = new ej.treegrid.TreeGrid({ dataSource: sampleData, childMapping: 'subtasks', diff --git a/ej2-javascript/pdfviewer/js/getting-started-with-server-backed.md b/ej2-javascript/pdfviewer/js/getting-started-with-server-backed.md index 910ba2521..6f22305e1 100644 --- a/ej2-javascript/pdfviewer/js/getting-started-with-server-backed.md +++ b/ej2-javascript/pdfviewer/js/getting-started-with-server-backed.md @@ -25,9 +25,9 @@ The Essential JS 2 for JavaScript (global script) is an ES5 formatted pure JavaS > Styles: `https://cdn.syncfusion.com/ej2/{Version}/{PACKAGE_NAME}/styles/material.css` **Example:** -> Script: [`https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js`](https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js) +> Script: [`https://cdn.syncfusion.com/ej2/26.2.11/dist/ej2.min.js`](https://cdn.syncfusion.com/ej2/26.2.11/dist/ej2.min.js) > -> Styles: [`https://cdn.syncfusion.com/ej2/23.1.36/ej2-base/styles/material.css`](https://cdn.syncfusion.com/ej2/23.1.36/ej2-base/styles/material.css) +> Styles: [`https://cdn.syncfusion.com/ej2/26.2.11/ej2-base/styles/material.css`](https://cdn.syncfusion.com/ej2/26.2.11/ej2-base/styles/material.css) **Step 3:** Create a HTML page (index.html) in `my_app` location and add the CDN link references. Now, add the `Div` element and initiate the `Essential JS 2 PDF Viewer` component in the index.html by using following code. @@ -83,4 +83,4 @@ N> For hosting the web service on the Linux platform, ensure to include the [Ski | **Amazon Web Services (AWS)** |**NuGet package name** | | --- | --- | | AWS Lambda|[SkiaSharp.NativeAssets.Linux](https://nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.6)| -| AWS Elastic Beanstalk |[SkiaSharp.NativeAssets.Linux.NoDependencies v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6)| \ No newline at end of file +| AWS Elastic Beanstalk |[SkiaSharp.NativeAssets.Linux.NoDependencies v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6)| diff --git a/ej2-javascript/pdfviewer/js/getting-started.md b/ej2-javascript/pdfviewer/js/getting-started.md index 795a35681..e86b614be 100644 --- a/ej2-javascript/pdfviewer/js/getting-started.md +++ b/ej2-javascript/pdfviewer/js/getting-started.md @@ -25,9 +25,9 @@ The Essential JS 2 for JavaScript (global script) is an ES5 formatted pure JavaS > Styles: `https://cdn.syncfusion.com/ej2/{Version}/{PACKAGE_NAME}/styles/material.css` **Example:** -> Script: [`https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js`](https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js) +> Script: [`https://cdn.syncfusion.com/ej2/26.2.11/dist/ej2.min.js`](https://cdn.syncfusion.com/ej2/26.2.11/dist/ej2.min.js) > -> Styles: [`https://cdn.syncfusion.com/ej2/23.1.36/ej2-base/styles/material.css`](https://cdn.syncfusion.com/ej2/23.1.36/ej2-base/styles/material.css) +> Styles: [`https://cdn.syncfusion.com/ej2/26.2.11/ej2-base/styles/material.css`](https://cdn.syncfusion.com/ej2/26.2.11/ej2-base/styles/material.css) N> While referring the scripts from the downloaded resources in your application, make sure to place the 'ej2-pdfviewer-lib' assets in the same directory as the 'ej2.min.js' script. @@ -53,4 +53,4 @@ When comparing a Standalone PDF Viewer to a Server-Backed PDF Viewer control, it * The Standalone PDF Viewer allows users to export annotations and form fields from the viewer, it's important to be aware that the viewer does not support the direct import of annotations and form fields from a locally specified file path. In other words, you can extract annotations and form fields from the viewer, but you cannot reintroduce them into the viewer from external sources by specifying a file path located on your local device. -N> These limitations are temporary and are expected to be addressed in the near future. \ No newline at end of file +N> These limitations are temporary and are expected to be addressed in the near future. diff --git a/ej2-javascript/pdfviewer/ts/getting-started.md b/ej2-javascript/pdfviewer/ts/getting-started.md index 1bcc55c93..96b320d15 100644 --- a/ej2-javascript/pdfviewer/ts/getting-started.md +++ b/ej2-javascript/pdfviewer/ts/getting-started.md @@ -83,7 +83,7 @@ PdfViewer.Inject(Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, let pdfviewer: PdfViewer = new PdfViewer(); pdfviewer.documentPath = "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"; -pdfviewer.resourceUrl = "https://cdn.syncfusion.com/ej2/23.1.43/dist/ej2-pdfviewer-lib"; +pdfviewer.resourceUrl = "https://cdn.syncfusion.com/ej2/26.2.11/dist/ej2-pdfviewer-lib"; pdfviewer.appendTo('#PdfViewer'); {% endhighlight %} {% endtabs %} @@ -138,7 +138,7 @@ PdfViewer.Inject( Toolbar, Magnification, Navigation, Annotation, LinkAnnotation let pdfviewer: PdfViewer = new PdfViewer(); pdfviewer.documentPath = "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"; -pdfviewer.resourceUrl="https://cdn.syncfusion.com/ej2/23.1.43/dist/ej2-pdfviewer-lib"; +pdfviewer.resourceUrl="https://cdn.syncfusion.com/ej2/26.2.11/dist/ej2-pdfviewer-lib"; pdfviewer.appendTo('#PdfViewer'); {% endhighlight %} {% highlight html tabtitle="index.html" %} @@ -152,16 +152,16 @@ pdfviewer.appendTo('#PdfViewer'); - - - - - - - - - - + + + + + + + + + + @@ -209,4 +209,4 @@ When comparing a Standalone PDF Viewer to a Server-Backed PDF Viewer control, it * The Standalone PDF Viewer allows users to export annotations and form fields from the viewer, it's important to be aware that the viewer does not support the direct import of annotations and form fields from a locally specified file path. In other words, you can extract annotations and form fields from the viewer, but you cannot reintroduce them into the viewer from external sources by specifying a file path located on your local device. -N> These limitations are temporary and are expected to be addressed in the near future. \ No newline at end of file +N> These limitations are temporary and are expected to be addressed in the near future. diff --git a/ej2-javascript/schedule/images/missing-css-reference.png b/ej2-javascript/schedule/images/missing-css-reference.png index f5121e3aa..e8c63477c 100644 Binary files a/ej2-javascript/schedule/images/missing-css-reference.png and b/ej2-javascript/schedule/images/missing-css-reference.png differ diff --git a/ej2-javascript/schedule/js/localization.md b/ej2-javascript/schedule/js/localization.md new file mode 100644 index 000000000..28f760fbc --- /dev/null +++ b/ej2-javascript/schedule/js/localization.md @@ -0,0 +1,249 @@ +--- +layout: post +title: Localization in ##Platform_Name## Schedule control | Syncfusion +description: Learn here all about Localization in Syncfusion ##Platform_Name## Schedule control of Syncfusion Essential JS 2 and more. +platform: ej2-javascript +control: Localization +publishingplatform: ##Platform_Name## +documentation: ug +domainurl: ##DomainURL## +--- + +# Localization in ##Platform_Name## Schedule control + +The Scheduler integrates different date-time formats and cultures, which allows it to function globally, thus meeting the diverse needs of different regions. + +You can adapt the Scheduler to various languages by parsing and formatting the date or number ([`Internationalization`](https://ej2.syncfusion.com/javascript/documentation/common/internationalization)), adding culture specific customization and translation to the text ([`Localization`](https://ej2.syncfusion.com/javascript/documentation/common/localization)). + +## Globalization + +The Internationalization library provides support for formatting and parsing the number, date, and time by using the official [`Unicode CLDR`](http://cldr.unicode.org/) JSON data and also provides the `loadCldr` method to load the culture specific CLDR JSON data. + +By default, Scheduler is set to follow the English culture ('en-US'). If you want to go with different culture other than English, follow the below steps. + +* Install the `CLDR-Data` package by using the below command (it installs the CLDR JSON data). + + ``` + npm install cldr-data --save + ``` + + Once the package is installed, you can find the culture specific JSON data under the location `/node_modules/cldr-data`. + +* Now import the required cultures from the installed location to `app.ts` file. + + 1. numberingSystems.json + 2. ca-gregorian.json + 3. numbers.json + 4. timeZoneNames.json + +* Set the culture to Scheduler by using the `locale` property. + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/schedule/localization-cs1/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/schedule/localization-cs1/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/schedule/localization-cs1" %} + +## Localizing the static Scheduler text + +[`Localization`](https://ej2.syncfusion.com/javascript/documentation/common/localization) library allows to display all the static text, date content, and time mode of the Scheduler following the localized language. To achieve this, set the `locale` property of Scheduler, as well as define the translation text of static words of Scheduler through the `load` method. + +For example, the following code example lets you to define the French translation words for all the static words used in Scheduler. + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/schedule/localization-cs2/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/schedule/localization-cs2/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/schedule/localization-cs2" %} + +The localized words for static text used in Scheduler and Recurrence Editor can be referred from the following code. You can access the static text for all cultures from [`here`](https://github.com/syncfusion/ej2-locale). + +```ts +L10n.load({ + "en": { + "schedule": { + "day": "Day", + "week": "Week", + "workWeek": "Work Week", + "month": "Month", + "year": "Year", + "agenda": "Agenda", + "weekAgenda": "Week Agenda", + "workWeekAgenda": "Work Week Agenda", + "monthAgenda": "Month Agenda", + "today": "Today", + "noEvents": "No events", + "emptyContainer": "There are no events scheduled on this day.", + "allDay": "All day", + "start": "Start", + "end": "End", + "more": "more", + "close": "Close", + "cancel": "Cancel", + "noTitle": "(No Title)", + "delete": "Delete", + "deleteEvent": "Delete Event", + "deleteMultipleEvent": "Delete Multiple Events", + "selectedItems": "Items selected", + "deleteSeries": "Delete Series", + "edit": "Edit", + "editSeries": "Edit Series", + "editEvent": "Edit Event", + "createEvent": "Create", + "subject": "Subject", + "addTitle": "Add title", + "moreDetails": "More Details", + "moreEvents": "More Events", + "save": "Save", + "editContent": "Do you want to edit only this event or entire series?", + "deleteRecurrenceContent": "Do you want to delete only this event or entire series?", + "deleteContent": "Are you sure you want to delete this event?", + "deleteMultipleContent": "Are you sure you want to delete the selected events?", + "newEvent": "New Event", + "title": "Title", + "location": "Location", + "description": "Description", + "timezone": "Timezone", + "startTimezone": "Start Timezone", + "endTimezone": "End Timezone", + "repeat": "Repeat", + "saveButton": "Save", + "cancelButton": "Cancel", + "deleteButton": "Delete", + "recurrence": "Recurrence", + "wrongPattern": "The recurrence pattern is not valid.", + "seriesChangeAlert": "The changes made to specific instances of this series will be cancelled and those events will match the series again.", + "createError": "The duration of the event must be shorter than how frequently it occurs. Shorten the duration, or change the recurrence pattern in the recurrence event editor.", + "recurrenceDateValidation": "Some months have fewer than the selected date. For these months, the occurrence will fall on the last date of the month.", + "sameDayAlert": "Two occurrences of the same event cannot occur on the same day.", + "occurenceAlert": "Cannot reschedule an occurrence of the recurring appointment if it skips over a later occurrence of the same appointment.", + "editRecurrence": "Edit Recurrence", + "repeats": "Repeats", + "alert": "Alert", + "startEndError": "The selected end date occurs before the start date.", + "invalidDateError": "The entered date value is invalid.", + "blockAlert": "Events cannot be scheduled within the blocked time range.", + "ok": "Ok", + "yes": "Yes", + "no": "No", + "occurrence": "Occurrence", + "series": "Series", + "previous": "Previous", + "next": "Next", + "timelineDay": "Timeline Day", + "timelineWeek": "Timeline Week", + "timelineWorkWeek": "Timeline Work Week", + "timelineMonth": "Timeline Month", + "expandAllDaySection": "Expand", + "collapseAllDaySection": "Collapse", + "timelineYear": "Timeline Year", + "editFollowingEvent": "Following Events", + "deleteTitle": "Delete Event", + "editTitle": "Edit Event", + "beginFrom": "Begin From", + "endAt": "End At", + "searchTimezone": "Search Timezone", + "noRecords": "No records found", + }, + "recurrenceeditor": { + "none": "None", + "daily": "Daily", + "weekly": "Weekly", + "monthly": "Monthly", + "month": "Month", + "yearly": "Yearly", + "never": "Never", + "until": "Until", + "count": "Count", + "first": "First", + "second": "Second", + "third": "Third", + "fourth": "Fourth", + "last": "Last", + "repeat": "Repeat", + "repeatEvery": "Repeat Every", + "on": "Repeat On", + "end": "End", + "onDay": "Day", + "days": "Day(s)", + "weeks": "Week(s)", + "months": "Month(s)", + "years": "Year(s)", + "every": "every", + "summaryTimes": "time(s)", + "summaryOn": "on", + "summaryUntil": "until", + "summaryRepeat": "Repeats", + "summaryDay": "day(s)", + "summaryWeek": "week(s)", + "summaryMonth": "month(s)", + "summaryYear": "year(s)" + } + } +}); +``` + +## Setting date format + +Scheduler can be used with all valid date formats and by default it follows the universal date format "MM/dd/yyyy". If the `dateFormat` property is not specified particularly, then it will work based on the locale that is assigned to the Scheduler. As the default locale applied on Scheduler is "en-US", this makes it to follow the "MM/dd/yyyy" pattern. + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/schedule/localization-cs3/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/schedule/localization-cs3/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/schedule/localization-cs3" %} + +## Setting the time format + +Time formats is a way of representing the time value in different string formats in the Scheduler. By default, the time mode of the Scheduler can be either 12 or 24 hours format which is completely based on the `locale` set to the Scheduler. Since the default `locale` value of the Scheduler is en-US, the time mode will be set to 12 hours format automatically. You can also customize the format by using the `timeFormat` property. To know more about the time format standards, refer to the [Date and Time Format](https://ej2.syncfusion.com/javascript/documentation/common/internationalization#custom-formats) section. + +The following example demonstrates the Scheduler component in 24 hours format. + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/schedule/localization-cs4/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/schedule/localization-cs4/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/schedule/localization-cs4" %} + +>Note: `timeFormat` property only accepts the valid time format's. + +## Displaying Scheduler in RTL mode + +The Scheduler layout and its behavior can be changed as per the common RTL (Right to Left) conventions by setting `enableRtl` to `true`. By doing so, the Scheduler will display its usual layout from right to left. It's default value is `false`. + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/schedule/localization-cs5/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/schedule/localization-cs5/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/schedule/localization-cs5" %} + +> You can refer to our [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [JavaScript Scheduler example](https://ej2.syncfusion.com/demos/#/material/schedule/overview.html) to knows how to present and manipulate data. + +## See Also + +* [How to change first day of the week in the Scheduler](./working-days#setting-start-day-of-the-week) \ No newline at end of file diff --git a/ej2-javascript/schedule/ts/frequently-asked-questions.md b/ej2-javascript/schedule/ts/frequently-asked-questions.md index 70c0cf506..1c51d028a 100644 --- a/ej2-javascript/schedule/ts/frequently-asked-questions.md +++ b/ej2-javascript/schedule/ts/frequently-asked-questions.md @@ -132,12 +132,12 @@ function onClick(args) { ```ts import { loadCldr, L10n } from '@syncfusion/ej2-base'; -import * as numberingSystems from './culture-files/numberingSystems.json'; -import * as gregorian from './culture-files/ca-gregorian.json'; -import * as numbers from './culture-files/numbers.json'; -import * as timeZoneNames from './culture-files/timeZoneNames.json'; +import enNumberData from '@syncfusion/ej2-cldr-data/main/en-GB/numbers.json'; +import entimeZoneData from '@syncfusion/ej2-cldr-data/main/en-GB/timeZoneNames.json'; +import enGregorian from '@syncfusion/ej2-cldr-data/main/en-GB/ca-gregorian.json'; +import enNumberingSystem from '@syncfusion/ej2-cldr-data/supplemental/numberingSystems.json'; -loadCldr(numberingSystems, gregorian, numbers, timeZoneNames); +loadCldr(frNumberData, frtimeZoneData, frGregorian, frNumberingSystem); L10n.load({ 'en-GB': { diff --git a/ej2-javascript/schedule/localization.md b/ej2-javascript/schedule/ts/localization.md similarity index 68% rename from ej2-javascript/schedule/localization.md rename to ej2-javascript/schedule/ts/localization.md index 6ad457857..2a2d82c60 100644 --- a/ej2-javascript/schedule/localization.md +++ b/ej2-javascript/schedule/ts/localization.md @@ -21,81 +21,35 @@ The Internationalization library provides support for formatting and parsing the By default, Scheduler is set to follow the English culture ('en-US'). If you want to go with different culture other than English, follow the below steps. -* Install the `CLDR-Data` package by using the below command (it installs the CLDR JSON data). For more information about CLDR-Data, refer to this [link](https://cldr.unicode.org/index/cldr-spec/cldr-json-bindings). +* Install the `ej2-cldr-data` package using the Syncfusion npm package by running the command below.. ``` - npm install cldr-data --save + npm install @syncfusion/ej2-cldr-data ``` - Once the package is installed, you can find the culture specific JSON data under the location `/node_modules/cldr-data`. - -* Now import the installed CLDR JSON data into the `app.ts` file. To import JSON data, you need to install the JSON plugin loader. Here, we have used the SystemJS JSON plugin loader. - - ``` - npm install systemjs-plugin-json --save-dev - ``` - -* Once installed, configure the `system.config.js` configuration settings as shown in the following code to map the `systemjs-plugin-json` loader. - - ```ts - - System.config({ - paths: { - 'syncfusion:': 'npm:@syncfusion/' - }, - map: { - app: 'app', - - //Syncfusion packages mapping - "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", - "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", - "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", - "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", - "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", - "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", - "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", - "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", - "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", - "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", - "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", - "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", - "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", - "@syncfusion/ej2-schedule": "syncfusion:ej2-schedule/dist/ej2-schedule.umd.min.js", - "cldr-data": 'npm:cldr-data', - "plugin-json": "npm:systemjs-plugin-json/json.js" - }, - meta: { - '*.json': { loader: 'plugin-json' } - }, - packages: { - 'app': { main: 'app', defaultExtension: 'js' }, - 'cldr-data': { main: 'index.js', defaultExtension: 'js' } - } - }); - - System.import('app'); - - ``` +Once the package is installed, you can find the culture specific JSON data under the location `\node_modules\@syncfusion\ej2-cldr-data`. * Now import the required cultures from the installed location to `app.ts` file as given in the following code example. + 1. numberingSystems.json + 2. ca-gregorian.json + 3. numbers.json + 4. timeZoneNames.json + ```ts //import the loadCldr from ej2-base import { loadCldr} from '@syncfusion/ej2-base'; +import frNumberData from '@syncfusion/ej2-cldr-data/main/fr-CH/numbers.json'; +import frtimeZoneData from '@syncfusion/ej2-cldr-data/main/fr-CH/timeZoneNames.json'; +import frGregorian from '@syncfusion/ej2-cldr-data/main/fr-CH/ca-gregorian.json'; +import frNumberingSystem from '@syncfusion/ej2-cldr-data/supplemental/numberingSystems.json'; -loadCldr( - require('cldr-data/supplemental/numberingSystems.json'), - require('cldr-data/main/fr-CH/ca-gregorian.json'), - require('cldr-data/main/fr-CH/numbers.json'), - require('cldr-data/main/fr-CH/timeZoneNames.json') - ); +loadCldr(frNumberData, frtimeZoneData, frGregorian, frNumberingSystem); ``` * Set the culture to Scheduler by using the `locale` property. -{% if page.publishingplatform == "typescript" %} - - {% tabs %} +{% tabs %} {% highlight ts tabtitle="index.ts" %} {% include code-snippet/schedule/localization-cs1/index.ts %} {% endhighlight %} @@ -106,19 +60,7 @@ loadCldr( {% previewsample "page.domainurl/code-snippet/schedule/localization-cs1" %} -{% elsif page.publishingplatform == "javascript" %} - -{% tabs %} -{% highlight js tabtitle="index.js" %} -{% include code-snippet/schedule/localization-cs1/index.js %} -{% endhighlight %} -{% highlight html tabtitle="index.html" %} -{% include code-snippet/schedule/localization-cs1/index.html %} -{% endhighlight %} -{% endtabs %} - -{% previewsample "page.domainurl/code-snippet/schedule/localization-cs1" %} -{% endif %} +> Refer [here](https://ej2.syncfusion.com/documentation/common/internationalization) for common information about globalization. ## Localizing the static Scheduler text @@ -126,9 +68,7 @@ loadCldr( For example, the following code example lets you to define the French translation words for all the static words used in Scheduler. -{% if page.publishingplatform == "typescript" %} - - {% tabs %} +{% tabs %} {% highlight ts tabtitle="index.ts" %} {% include code-snippet/schedule/localization-cs2/index.ts %} {% endhighlight %} @@ -139,21 +79,7 @@ For example, the following code example lets you to define the French translatio {% previewsample "page.domainurl/code-snippet/schedule/localization-cs2" %} -{% elsif page.publishingplatform == "javascript" %} - -{% tabs %} -{% highlight js tabtitle="index.js" %} -{% include code-snippet/schedule/localization-cs2/index.js %} -{% endhighlight %} -{% highlight html tabtitle="index.html" %} -{% include code-snippet/schedule/localization-cs2/index.html %} -{% endhighlight %} -{% endtabs %} - -{% previewsample "page.domainurl/code-snippet/schedule/localization-cs2" %} -{% endif %} - -The localized words for static text used in Scheduler and Recurrence Editor can be referred from the following code. +The localized words for static text used in Scheduler and Recurrence Editor can be referred from the following code. You can access the static text for all cultures from [`here`](https://github.com/syncfusion/ej2-locale). ```ts L10n.load({ @@ -241,6 +167,7 @@ L10n.load({ "endAt": "End At", "searchTimezone": "Search Timezone", "noRecords": "No records found", + "of": "of" }, "recurrenceeditor": { "none": "None", @@ -284,9 +211,7 @@ L10n.load({ Scheduler can be used with all valid date formats and by default it follows the universal date format "MM/dd/yyyy". If the `dateFormat` property is not specified particularly, then it will work based on the locale that is assigned to the Scheduler. As the default locale applied on Scheduler is "en-US", this makes it to follow the "MM/dd/yyyy" pattern. -{% if page.publishingplatform == "typescript" %} - - {% tabs %} +{% tabs %} {% highlight ts tabtitle="index.ts" %} {% include code-snippet/schedule/localization-cs3/index.ts %} {% endhighlight %} @@ -297,29 +222,13 @@ Scheduler can be used with all valid date formats and by default it follows the {% previewsample "page.domainurl/code-snippet/schedule/localization-cs3" %} -{% elsif page.publishingplatform == "javascript" %} - -{% tabs %} -{% highlight js tabtitle="index.js" %} -{% include code-snippet/schedule/localization-cs3/index.js %} -{% endhighlight %} -{% highlight html tabtitle="index.html" %} -{% include code-snippet/schedule/localization-cs3/index.html %} -{% endhighlight %} -{% endtabs %} - -{% previewsample "page.domainurl/code-snippet/schedule/localization-cs3" %} -{% endif %} - ## Setting the time format Time formats is a way of representing the time value in different string formats in the Scheduler. By default, the time mode of the Scheduler can be either 12 or 24 hours format which is completely based on the `locale` set to the Scheduler. Since the default `locale` value of the Scheduler is en-US, the time mode will be set to 12 hours format automatically. You can also customize the format by using the `timeFormat` property. To know more about the time format standards, refer to the [Date and Time Format](https://ej2.syncfusion.com/documentation/common/internationalization#custom-formats) section. The following example demonstrates the Scheduler component in 24 hours format. -{% if page.publishingplatform == "typescript" %} - - {% tabs %} +{% tabs %} {% highlight ts tabtitle="index.ts" %} {% include code-snippet/schedule/localization-cs4/index.ts %} {% endhighlight %} @@ -330,29 +239,13 @@ The following example demonstrates the Scheduler component in 24 hours format. {% previewsample "page.domainurl/code-snippet/schedule/localization-cs4" %} -{% elsif page.publishingplatform == "javascript" %} - -{% tabs %} -{% highlight js tabtitle="index.js" %} -{% include code-snippet/schedule/localization-cs4/index.js %} -{% endhighlight %} -{% highlight html tabtitle="index.html" %} -{% include code-snippet/schedule/localization-cs4/index.html %} -{% endhighlight %} -{% endtabs %} - -{% previewsample "page.domainurl/code-snippet/schedule/localization-cs4" %} -{% endif %} - >Note: `timeFormat` property only accepts the valid time format's. ## Displaying Scheduler in RTL mode The Scheduler layout and its behavior can be changed as per the common RTL (Right to Left) conventions by setting `enableRtl` to `true`. By doing so, the Scheduler will display its usual layout from right to left. It's default value is `false`. -{% if page.publishingplatform == "typescript" %} - - {% tabs %} +{% tabs %} {% highlight ts tabtitle="index.ts" %} {% include code-snippet/schedule/localization-cs5/index.ts %} {% endhighlight %} @@ -363,20 +256,6 @@ The Scheduler layout and its behavior can be changed as per the common RTL (Righ {% previewsample "page.domainurl/code-snippet/schedule/localization-cs5" %} -{% elsif page.publishingplatform == "javascript" %} - -{% tabs %} -{% highlight js tabtitle="index.js" %} -{% include code-snippet/schedule/localization-cs5/index.js %} -{% endhighlight %} -{% highlight html tabtitle="index.html" %} -{% include code-snippet/schedule/localization-cs5/index.html %} -{% endhighlight %} -{% endtabs %} - -{% previewsample "page.domainurl/code-snippet/schedule/localization-cs5" %} -{% endif %} - > You can refer to our [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [JavaScript Scheduler example](https://ej2.syncfusion.com/demos/#/material/schedule/overview.html) to knows how to present and manipulate data. ## See Also