plugin-sample-vite-svelte/public/i18n/en_US.json
2024-01-16 23:29:35 +08:00

30 lines
No EOL
1.7 KiB
JSON

{
"addTopBarIcon": "Add a top bar icon by plugin",
"cancel": "Cancel",
"save": "Save",
"byeMenu": "Bye, Menu!",
"helloPlugin": "Hello, Plugin!",
"byePlugin": "Bye, Plugin!",
"showDialog": "Show dialog",
"removedData": "Data deleted",
"confirmRemove": "Confirm to delete the data in ${name}?",
"insertEmoji": "Insert Emoji",
"removeSpace": "Remove Space",
"getTab": "Print out all opened custom tabs in the debugger",
"name": "SiYuan",
"hello": {
"makesure": "Before using this template, please read the <a href=\"https://github.com/siyuan-note/plugin-sample\">offical sample</a>, make sure that you've known about the pipeline for plugin developing."
},
"onlyEnableListedDevices": "Enable Only on Listed Devices",
"onlyEnableListedDevicesDesc": "When the switch is on, this plugin enabled only on the devices listed in the list. When the switch is off, this plugin enabled on all devices.",
"enableDeviceList": "List of Enabled Devices",
"enableDeviceListDesc": "Devices listed in the table will enable this plugin function when the switch is on. Please avoid manual editing of this table as much as possible.",
"addCurrentDeviceIntoList": "Add Current Device to List",
"addCurrentDeviceIntoListDesc": "Add the current device to the table.",
"addCurrentDeviceIntoListLabel": "Add",
"removeCurrentDeviceFromList": "Remove Current Device from List",
"removeCurrentDeviceFromListDesc": "Remove the current device from the table.",
"removeCurrentDeviceFromListLabel": "Remove",
"hintTitle":"About",
"hintDesc":"<a href='https://github.com/siyuan-note/plugin-sample-vite-svelte'>plugin-sample-vite-svelte</a><br>@frostime<br>@88250<br>@zxkmm"
}