kanban

текст по умолчанию для элементов компонента Kanban

object kanban;

Example

webix.i18n.kanban = {
    "copy" : "Copy",
    "dnd" : "Drop Files Here",
    "remove" : "Remove",
    "save" : "Save",
    "confirm":"The card will be deleted permanently, are you sure?",
    "editor":{
        "add" : "Add card",
        "assign" : "Assign to",
        "attachments" : "Attachments",
        "color" : "Color",
        "edit" : "Edit card",
        "status" : "Status",
        "tags" : "Tags",
        "text" : "Text",
        "upload" : "Upload"
    },
    "menu":{
        "copy": "Copy",
        "edit": "Edit",
        "remove": "Remove"
    }
};
 
webix.i18n.setLocale();

Details

Смотрите детали в соответствующей статье о локализации Kanban.

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of spreadsheet javascript library product.