Files
homarr/public/locales/ja/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": ""
}
}
}