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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
import type { Locale } from '../interface' ;
const locale : Locale = {
locale : 'mk_MK' ,
today : 'Денес' ,
now : 'С е г а ' ,
backToToday : 'Назад до денес' ,
ok : 'О К ' ,
clear : 'Избриши' ,
month : 'Месец' ,
year : 'Година' ,
timeSelect : 'Избери време' ,
dateSelect : 'Избери датум' ,
monthSelect : 'Избери месец' ,
yearSelect : 'Избери година' ,
decadeSelect : 'Избери деценија' ,
yearFormat : 'YYYY' ,
dateFormat : 'D.M.YYYY' ,
dayFormat : 'D' ,
dateTimeFormat : 'D.M.YYYY HH:mm:ss' ,
monthBeforeYear : true ,
previousMonth : 'Претходен месец (PageUp)' ,
nextMonth : 'Нареден месец (PageDown)' ,
previousYear : 'Претходна година (Control + left)' ,
nextYear : 'Наредна година (Control + right)' ,
previousDecade : 'Претходна деценија' ,
nextDecade : 'Наредна деценија' ,
previousCentury : 'Претходен век' ,
nextCentury : 'Нареден век' ,
} ;
export default locale ;