{
    "WORDLIST_TOOLTIP_ALL_IMPORTANT": {
        "message": "Make all important ",
        "description": "Make all words inside language block important",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_TOOLTIP_NO_IMPORTANT": {
        "message": "Remove all important ",
        "description": "Remove important mark from all words inside language block",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_TOOLTIP_REMOVE_ALL": {
        "message": "Remove all word items",
        "description": "Remove all words inside language block",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_TOOLTIP_CHANGE_IMPORTANT": {
        "message": "Change important status",
        "description": "Change important status for the WordItem",
        "component": "WordItemPanel"
    },
    "WORDLIST_TOOLTIP_REMOVE": {
        "message": "Remove word item",
        "description": "Remove the WordItem form the list",
        "component": "WordItemPanel"
    },
    "WORDLIST_TOOLTIP_TEXT_CONTEXT": {
        "message": "Show contexts",
        "description": "Show panel with contexts for the wordItem",
        "component": "WordItemPanel"
    },

    "WORDLIST_TOOLTIP_FREQUENCY": {
        "message": "The number of times you have looked up this word.",
        "description": "Tooltip text for frequency column",
        "component": "WordItemPanel"
    },

    "WORDLIST_TOOLTIP_UPDATEDDT": {
        "message": "The date this entry was added or updated.",
        "description": "Tooltip text for updateddt column",
        "component": "WordItemPanel"
    },

    "WORDLIST_TOOLTIP_BACK": {
        "message": "Back to word list",
        "description": "Back to the WordList Tab",
        "component": "WordContextPanel"
    },
    "WORDLIST_DELETE_CONFIRM_MESSAGE": {
        "message": "Do you really want to delete all word items from the list?",
        "description": "Delete all confirmation message",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_BUTTON_DELETE": {
        "message": "Delete",
        "description": "Button title for delete all",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_BUTTON_CANCEL_DELETE": {
        "message": "Cancel",
        "description": "Button title for cancel delete all",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_TOOLTIP_CANCEL_REMOVE_ALL": {
        "message": "Cancel remove all word items",
        "description": "Cancel remove all words inside language block",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_FILTER_BYCURRENTSESSION": {
        "message": "this session",
        "description": "Filter only those words that were selected in the current session",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYIMPORTANT": {
        "message": "important",
        "description": "Filter only those words that has an important flag",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYWORDFORM_FULL": {
        "message": "exact word",
        "description": "Filter only those words that has this word word",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYWORDFORM_PART": {
        "message": "word form (part)",
        "description": "Filter only those words that has this part of word form",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYLEMMA_FULL": {
        "message": "lemma",
        "description": "Filter only those words that has this lemma",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYLEMMA_PART": {
        "message": "lemma (part)",
        "description": "Filter only those words that has this part of lemma",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYWORDFORM_FULL_PLACEHOLDER": {
        "message": "type exact word here",
        "description": "Placeholder for the text input for filter by word",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYLEMMA_FULL_PLACEHOLDER": {
        "message": "type lemma here",
        "description": "Placeholder for the text input for filter by lemma",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BY": {
        "message": "Limit to",
        "description": "Filter by label on the panel",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_CLEAR": {
        "message": "Clear limits",
        "description": "Tooltip for clear filter icon",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER": {
        "message": "Limit",
        "description": "Tooltip for filter icon",
        "component": "WordFilterPanel"
    },
    "WORDLIST_CURRENT_SESSION": {
        "message": "Added in the current session",
        "description": "Icon indicates, thats it was retrieved durent the current session",
        "component": "WordItemPanel"
    },
    "WORDLIST_FILTER_PLACEHOLDER": {
        "message": "Select a limit",
        "description": "Placeholder for filter selection",
        "component": "WordFilterPanel"
    },
    "WORDLIST_TOOLTIP_DOWNLOAD": {
        "message": "Download wordlist ({lang})",
        "description": "Placeholder for filter selection",
        "component": "WordFilterPanel",
        "params": ["lang"]
    },
    "WORDLIST_DOWNLOAD_BUTTON": {
        "message": "Download",
        "description": "Download list button",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_DOWNLOAD_NOTICE": {
        "message": "Your wordlist will be downloaded as tabular data file. It can be imported into a spreadsheet program. Columns are separated by semi-colons. (This feature may not work on iOS devices.)",
        "description": "Download notice",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_DOWNLOAD_FILTERING_CHECK": {
        "message": "with filtering",
        "description": "Download list filtering check",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_DOWNLOAD_FLASHCARDS_CHECK": {
        "message": "for flashcards",
        "description": "Download list for flashcards",
        "component": "WordLanguagePanel"
    },
    "WORDLIST_FILTER_BYMOSTRECENT": {
        "message": "most recent",
        "description": "Filter by max amount with sorting by updatedDT desc",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_AMOUNT_PLACEHOLDER": {
        "message": "number of words to show",
        "description": "Placeholder for filter amount",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FILTER_BYMOSTOFTEN": {
        "message": "most often",
        "description": "Filter by max amount with sorting by frequency desc",
        "component": "WordFilterPanel"
    },
    "WORDLIST_FLASHCARD_MAXDOWNLOAD_AMOUNT": {
        "message": "Note: the Flashcard export is limited to a maximum of {maxFlashCardItems} words.",
        "description": "Max download for flashcard",
        "component": "DownloadConfirmation",
        "params": ["maxFlashCardItems"]
    }
}