export default {
    startsWith: "Začína s",
    contains: "Obsahuje",
    notContains: "Neobsahuje",
    endsWith: "Končí s",
    equals: "Je rovné",
    notEquals: "Nie je rovné",
    noFilter: "Žiaden filter",
    lt: "menší ako",
    lte: "Less than or equal to",
    gt: "Greater than",
    gte: "Greater than or equal to",
    dateIs: "Date is",
    dateIsNot: "Date is not",
    dateBefore: "Date is before",
    dateAfter: "Date is after",
    clear: "vyčisti",
    apply: "Použi",
    matchAll: "Match All",
    matchAny: "Match Any",
    addRule: "Add Rule",
    removeRule: "Remove Rule",
    accept: "Áno",
    reject: "Nie",
    choose: "Vybrať",
    upload: "Odoslať",
    cancel: "Zrušiť",
    completed: "Dokončené",
    pending: "Čaká",
    fileSizeTypes: [ 'B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB' ],
    dayNames: [ 'nedeľa', 'pondelok', 'utorok', 'streda', 'štvrtok', 'piatok', 'sobota' ],
    dayNamesShort: [ 'ned', 'pon', 'uto', 'str', 'štv', 'pia', 'sob' ],
    dayNamesMin: [ 'ne', 'po', 'ut', 'st', 'št', 'pi', 'so' ],
    monthNames: [ 'január', 'február', 'marec', 'apríl', 'máj', 'jún', 'júl', 'august', 'september', 'október', 'november', 'December' ],
    monthNamesShort: [ 'jan', 'feb', 'mar', 'apr', 'máj', 'jún', 'júl', 'aug', 'sep', 'okt', 'nov', 'dec' ],
    chooseYear: "Choose Year",
    chooseMonth: "Choose Month",
    chooseDate: "Choose Date",
    prevDecade: "Previous Decade",
    nextDecade: "Next Decade",
    prevYear: "Previous Year",
    nextYear: "Next Year",
    prevMonth: "Previous Month",
    nextMonth: "Next Month",
    prevHour: "Previous Hour",
    nextHour: "Next Hour",
    prevMinute: "Previous Minute",
    nextMinute: "Next Minute",
    prevSecond: "Previous Second",
    nextSecond: "Next Second",
    am: "am",
    pm: "pm",
    today: "Today",
    weekHeader: "Wk",
    firstDayOfWeek: "1",
    showMonthAfterYear: "false",
    dateFormat: "mm/dd/yy",
    weak: "Slabé",
    medium: "Stredne silné",
    strong: "Silné",
    passwordPrompt: "Zadaj heslo",
    searchMessage: "K dispozícii je {0} výsledkov",
    selectionMessage: "Vybraté položky: {0}",
    emptySelectionMessage: "Žiadna vybratá položka",
    emptySearchMessage: "Nič sa nenašlo",
    fileChosenMessage: "{0} súborov",
    noFileChosenMessage: "Nie je vybratý žiaden súbor",
    emptyMessage: "Žiadne dostupné možnosti",
    'aria.trueLabel': "True",
    'aria.falseLabel': "False",
    'aria.nullLabel': "Not Selected",
    'aria.star': "1 star",
    'aria.stars': "{star} stars",
    'aria.selectAll': "All items selected",
    'aria.unselectAll': "All items unselected",
    'aria.close': "Close",
    'aria.previous': "Previous",
    'aria.next': "Next",
    'aria.navigation': "Navigation",
    'aria.scrollTop': "Scroll Top",
    'aria.moveTop': "Move Top",
    'aria.moveUp': "Move Up",
    'aria.moveDown': "Move Down",
    'aria.moveBottom': "Move Bottom",
    'aria.moveToTarget': "Move to Target",
    'aria.moveToSource': "Move to Source",
    'aria.moveAllToTarget': "Move All to Target",
    'aria.moveAllToSource': "Move All to Source",
    'aria.pageLabel': "Page {page}",
    'aria.firstPageLabel': "First Page",
    'aria.lastPageLabel': "Last Page",
    'aria.nextPageLabel': "Next Page",
    'aria.prevPageLabel': "Previous Page",
    'aria.rowsPerPageLabel': "Rows per page",
    'aria.jumpToPageDropdownLabel': "Jump to Page Dropdown",
    'aria.jumpToPageInputLabel': "Jump to Page Input",
    'aria.selectRow': "Row Selected",
    'aria.unselectRow': "Row Unselected",
    'aria.expandRow': "Row Expanded",
    'aria.collapseRow': "Row Collapsed",
    'aria.showFilterMenu': "Show Filter Menu",
    'aria.hideFilterMenu': "Hide Filter Menu",
    'aria.filterOperator': "Filter Operator",
    'aria.filterConstraint': "Filter Constraint",
    'aria.editRow': "Row Edit",
    'aria.saveEdit': "Save Edit",
    'aria.cancelEdit': "Cancel Edit",
    'aria.listView': "List View",
    'aria.gridView': "Grid View",
    'aria.slide': "Slide",
    'aria.slideNumber': "{slideNumber}",
    'aria.zoomImage': "Zoom Image",
    'aria.zoomIn': "Zoom In",
    'aria.zoomOut': "Zoom Out",
    'aria.rotateRight': "Rotate Right",
    'aria.rotateLeft': "Rotate Left",
}
