{
    "action": {
        "actions": "Action",
        "activate": "Activate",
        "deactivate": "Deactivate",
        "save": "Save",
        "saveAs": "Save As",
        "cancel": "Cancel",
        "close": "Close",
        "ok": "OK",
        "confirm": "Confirm",
        "delete": "Delete",
        "remove": "Remove",
        "add": "Add",
        "yes": "Yes",
        "no": "No",
        "search": "Search",
        "reset": "Reset",
        "create": "Create",
        "more_search": "More Option",
        "continue_create": "Continue to Create",
        "continue_add": "Continue to Add",
        "next": "Next",
        "previous": "Previous",
        "list": "List",
        "save_continue": "Save & Continue",
        "restore": "Restore",
        "refresh": "Refresh",
        "excel_download": "Export to Excel",
        "my_computer": "My Computer",
        "collapse": "Collapse",
        "expand": "Expand",
        "file_upload": "Upload File",
        "file_select": "Select File",
        "time_select": "Select Time"
    },
    "message": {
        "input": "Enter.",
        "select": "Select.",
        "no_data": "No data.",
        "no_item": "No item.",
        "required": "Required.",
        "register_completed": "Register completed.",
        "min_length": "Enter {{min}} or more characters.",
        "max_length": "Enter {{max}} or less characters.",
        "max_bytes": "Enter {{max}} Bytes or less.",
        "validate_id": "Enter 4 to 12 Characters and a Combination of Numbers, Letters or Special Characters(._-).",   
        "validate_password": "Enter within 8 to 16 characters by combining English (case sensitive), numbers, and special characters.",
        "validate_email": "Enter a valid email address.",
        "validate_number": "Enter a valid number.",
        "validate_ip": "Enter a valid IP.",
        "validate_phone_number": "Enter a valid phone number.(without - )",
        "validate_only_whitespace": "Only whitespace not allowed.",
        "validate_startTime_before_endTime": "Start time should be less than end time.",
        "validate_startValue_before_endValue": "Start value should be less than end value.",
        "validate_startValue": "Enter a start value.",
        "validate_endValue": "Enter a end value.",
        "input_id": "Input ID.",
        "input_password": "Input password.",
        "input_email": "Input email.",
        "input_number": "Input number.",
        "input_ip": "Input IP.",
        "input_phone_number": "Enter a phone number.",
        "title": "I18N Example111",
        "desc": "I18N by using i18next component",
        "essentials": "Essentials",
        "interpolation": "Interpolation",
        "formatting": "Formatting",
        "plurals": "Plurals",
        "nesting": "Nesting",
        "context": "Context",
        "objects_and_arrays": "Objects and Arrays"
    },
    "kit": {
        "grid": {
            "check_count": "Select {{count}} items",
            "page_count_info": "{{start}}-{{end}} of {{count}}items",
            "total_count": "{{count}}items",
            "row_per_page": "Rows per page",
            "page_all": "All",
            "no_rows_to_show": "No results.",
            "equals": "equals",
            "not_equals": "not equals",
            "less_than": "less than",
            "greater_than": "greater than",
            "less_than_or_equal": "less than or equal to",
            "greater_than_or_equal": "greater than or equal to",
            "in_range": "in range",
            "contains": "contains",
            "not_contains": "not contains",
            "starts_with": "starts with",
            "ends_with": "ends with"
        },
        "wizard": {
            "review": "Review"
        }
    }
}
