import type { ITranslations } from '../../../types/translations/ITranslations.type.ts';
export const webinarsTranslations: ITranslations = {
'Date:': {
en: 'Date:',
es: 'Fecha:',
pt: 'Data:',
ru: 'Дата:',
th: 'วันที่:',
vi: 'Ngày:',
ko: '날짜:',
ja: '日付:'
},
'Time:': {
en: 'Time:',
es: 'Tiempo:',
pt: 'Tempo:',
ru: 'Время:',
th: 'เวลา:',
vi: 'Thời gian:',
ko: '시간:',
ja: '時間:'
}
};