You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/vc-picker/locale/hu_HU.ts

33 lines
1.3 KiB

import type { Locale } from '../interface';
const locale: Locale = {
locale: 'hu_HU',
today: 'Ma', // 'Today',
now: 'Most', // 'Now',
backToToday: 'Vissza a mai napra', // 'Back to today',
ok: 'Ok',
clear: 'Törlés', // 'Clear',
month: 'Hónap', // 'Month',
year: 'Év', // 'Year',
timeSelect: 'Időpont kiválasztása', // 'Select time',
dateSelect: 'Dátum kiválasztása', // 'Select date',
monthSelect: 'Hónap kiválasztása', // 'Choose a month',
yearSelect: 'Év kiválasztása', // 'Choose a year',
decadeSelect: 'Évtized kiválasztása', // 'Choose a decade',
yearFormat: 'YYYY',
dateFormat: 'YYYY/MM/DD', // 'M/D/YYYY',
dayFormat: 'DD', // 'D',
dateTimeFormat: 'YYYY/MM/DD HH:mm:ss', // 'M/D/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Előző hónap (PageUp)', // 'Previous month (PageUp)',
nextMonth: 'Következő hónap (PageDown)', // 'Next month (PageDown)',
previousYear: 'Múlt év (Control + left)', // 'Last year (Control + left)',
nextYear: 'Jövő év (Control + right)', // 'Next year (Control + right)',
previousDecade: 'Előző évtized', // 'Last decade',
nextDecade: 'Következő évtized', // 'Next decade',
previousCentury: 'Múlt évszázad', // 'Last century',
nextCentury: 'Jövő évszázad', // 'Next century',
};
export default locale;