Files
Homarr/public/locales/uk/modules/notebook.json
2023-11-09 20:24:27 +01:00

59 lines
1.2 KiB
JSON

{
"descriptor": {
"name": "Блокнот",
"description": "Інтерактивний віджет на основі розмітки для запису нотаток!",
"settings": {
"title": "Налаштування віджету блокнота",
"showToolbar": {
"label": "Показати панель інструментів для написання націнки"
},
"allowReadOnlyCheck": {
"label": ""
},
"content": {
"label": "Зміст зошита"
}
}
},
"card": {
"controls": {
"bold": "",
"italic": "",
"strikethrough": "",
"underline": "",
"colorText": "",
"colorHighlight": "",
"code": "",
"clear": "",
"heading": "",
"align": "",
"blockquote": "",
"horizontalLine": "",
"bulletList": "",
"orderedList": "",
"checkList": "",
"increaseIndent": "",
"decreaseIndent": "",
"link": "",
"unlink": "",
"image": "",
"addTable": "",
"deleteTable": "",
"colorCell": "",
"mergeCell": "",
"addColumnLeft": "",
"addColumnRight": "",
"deleteColumn": "",
"addRowTop": "",
"addRowBelow": "",
"deleteRow": ""
},
"modals": {
"clearColor": "",
"source": "",
"widthPlaceholder": "",
"columns": "",
"rows": ""
}
}
}