Files
homarr/public/locales/vi/modules/notebook.json
2023-11-12 13:37:54 +01:00

59 lines
1.2 KiB
JSON

{
"descriptor": {
"name": "Ghi chú",
"description": "Tiện ích tương tác dựa trên đánh dấu để bạn viết ra ghi chú của mình!",
"settings": {
"title": "Cài đặt cho tiện ích ghi chú",
"showToolbar": {
"label": "Hiển thị thanh công cụ giúp bạn viết markdown"
},
"allowReadOnlyCheck": {
"label": ""
},
"content": {
"label": "Nội dung của ghi chú"
}
}
},
"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": "Giá trị tính bằng % hoặc pixel",
"columns": "Cột",
"rows": "Dòng"
}
}
}