vault backup: 2026-04-16 20:45:16

This commit is contained in:
2026-04-16 20:45:16 +08:00
parent de110b3ea0
commit 31a4d6a3af
90 changed files with 16549 additions and 102400 deletions

View File

@@ -0,0 +1,223 @@
{
"schemaVersion": 1,
"metadata": {
"plugin": "obsidian-custom-frames",
"version": "2.0.0",
"title": "Custom Frames",
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
"language": "zh-cn",
"supportedVersions": "2.5.0",
"author": ""
},
"dict": {
"main.js": {
"ast": [],
"regex": [
{
"source": "name: \"Open dev tools\"",
"target": "name: \"打开开发者工具\""
},
{
"source": "name: \"Copy link\"",
"target": "name: \"复制链接\""
},
{
"source": "name: \"Open in browser\"",
"target": "name: \"在浏览器中打开\""
},
{
"source": "name: \"Refresh\"",
"target": "name: \"刷新\""
},
{
"source": "name: \"Go forward\"",
"target": "name: \"前进\""
},
{
"source": "name: \"Go back\"",
"target": "name: \"后退\""
},
{
"source": "name: `Open ${frame.displayName}`",
"target": "name: `打开 ${frame.displayName}`"
},
{
"source": ".setButtonText(\"Show Settings\")",
"target": ".setButtonText(\"显示设置\")"
},
{
"source": ".setName(\"Display Name\")",
"target": ".setName(\"显示名称\")"
},
{
"source": ".setName(\"Icon\")",
"target": ".setName(\"图标\")"
},
{
"source": ".setName(\"URL\")",
"target": ".setName(\"URL\")"
},
{
"source": ".setName(\"Disable on Mobile\")",
"target": ".setName(\"在移动设备上禁用\")"
},
{
"source": ".setName(\"Force iframe\")",
"target": ".setName(\"强制使用iframe\")"
},
{
"source": ".setName(\"Page Zoom\")",
"target": ".setName(\"页面缩放\")"
},
{
"source": "name: \"Return to original page\"",
"target": "name: \"返回原始页面\""
},
{
"source": "text: \"Please be advised that, when adding a site as a custom frame, you potentially expose personal information you enter to other plugins you have installed. For more information, see \"",
"target": "text: \"请注意,当您将网站添加为自定义标签页时,您输入的个人信息可能会暴露给您安装的其他插件。有关更多信息,请参阅 \""
},
{
"source": ".setButtonText(\"Remove Frame\")",
"target": ".setButtonText(\"移除标签页\")"
},
{
"source": ".setButtonText(\"Add Frame\")",
"target": ".setButtonText(\"添加标签页\")"
},
{
"source": ".setName(\"Frame Padding\")",
"target": ".setName(\"标签页内边距\")"
},
{
"source": ".setName(\"Add Ribbon Icon\")",
"target": ".setName(\"添加侧边栏图标\")"
},
{
"source": ".setName(\"Open in Center\")",
"target": ".setName(\"在中间打开\")"
},
{
"source": ".setName(\"Additional CSS\")",
"target": ".setName(\"额外CSS\")"
},
{
"source": ".setName(\"Additional JavaScript\")",
"target": ".setName(\"额外JavaScript\")"
},
{
"source": ".setDesc(\"The padding that should be left around the inside of custom frame panes, in pixels.\")",
"target": ".setDesc(\"自定义标签页内部周围应留的内边距,单位为像素。\")"
},
{
"source": ".setDesc(\"The display name that this frame should have.\")",
"target": ".setDesc(\"此标签页应具有的显示名称。\")"
},
{
"source": ".setDesc(\"The URL that should be opened in this frame.\")",
"target": ".setDesc(\"此标签页中应打开的URL。\")"
},
{
"source": ".setDesc(\"Custom Frames is a lot more restricted on mobile devices and doesn't allow for the same types of content to be displayed. If a frame doesn't work as expected on mobile, it can be disabled.\")",
"target": ".setDesc(\"自定义标签页在移动设备上受到更多限制,不支持显示相同类型的内容。如果某个标签页在移动设备上无法正常工作,可以将其禁用。\")"
},
{
"source": ".setDesc(\"Whether a button to open this frame should be added to the ribbon.\")",
"target": ".setDesc(\"是否应在侧边栏添加一个按钮来打开此标签页。\")"
},
{
"source": ".setDesc(\"Whether this frame should be opened in the unpinned center editor rather than one of the panes on the side. This is useful for sites that don't work well in a narrow view, or sites that don't require a note to be open when viewed.\")",
"target": ".setDesc(\"此标签页是否应在未固定的中心编辑器中打开,而不是在侧边栏中打开。这对于在狭窄视图下效果不佳的网站,或在查看时不需要打开笔记的网站很有用。\")"
},
{
"source": ".setDesc(\"The zoom that this frame's page should be displayed with, as a percentage.\")",
"target": ".setDesc(\"此标签页页面应显示的缩放比例,以百分比表示。\")"
},
{
"source": ".log(`Skipping frame ${name} which is hidden on mobile`)",
"target": ".log(`跳过在移动设备上隐藏的标签页 ${name}`)"
},
{
"source": ".log(`Registering frame ${name} for URL ${frame.url}`)",
"target": ".log(`为URL ${frame.url} 注册标签页 ${name}`)"
},
{
"source": ".error(`Couldn't register frame ${name}, is there already one with the same name?`)",
"target": ".error(`无法注册标签页 ${name},是否已存在同名标签页?`)"
},
{
"source": "text: \"Custom Frames Settings\"",
"target": "text: \"自定义标签页设置\""
},
{
"source": "text: \"Please note that Obsidian has to be restarted or reloaded for most of these settings to take effect.\"",
"target": "text: \"请注意大多数设置需要重启或重新加载Obsidian才能生效。\""
},
{
"source": "text: \"The icon that this frame's pane should have. The names of any \"",
"target": "text: \"此标签页应具有的图标。可以使用任何 \""
},
{
"source": "text: \"Lucide icons\"",
"target": "text: \"Lucide 图标\""
},
{
"source": "text: \" can be used.\"",
"target": "text: \" 的名称。\""
},
{
"source": "text: \"Whether this frame should use iframes on desktop as opposed to Electron webviews.\"",
"target": "text: \"此标签页在桌面端是使用iframe还是Electron webviews。\""
},
{
"source": "text: \"Only enable this setting if the frame is causing issues or frequent crashes. This setting causes all Desktop-only settings to be ignored.\"",
"target": "text: \"仅当此标签页导致问题或频繁崩溃时才启用此设置。此设置会导致所有仅限桌面端的设置被忽略。\""
},
{
"source": "text: \"A snippet of additional CSS that should be applied to this frame.\"",
"target": "text: \"应应用于此标签页的额外CSS代码片段。\""
},
{
"source": "text: \"Note that this is only applied on Desktop.\"",
"target": "text: \"请注意,这仅适用于桌面端。\""
},
{
"source": "text: \"A snippet of additional JavaScript that should be applied to this frame.\"",
"target": "text: \"应应用于此标签页的额外JavaScript代码片段。\""
},
{
"source": "text: `Create a new frame, either from a preset shipped with the plugin, or a custom one that you can edit yourself. Each frame's pane can be opened using the \"Custom Frames: Open\" command.`",
"target": "text: `创建一个新标签页,可以从插件自带的预设中选择,也可以自定义编辑。每个标签页的标签页都可以通过“自定义标签页:打开”命令打开。`"
},
{
"source": "text: \"this discussion\"",
"target": "text: \"此讨论\""
},
{
"source": "text: \".\"",
"target": "text: \"。\""
},
{
"source": "text: \"Need help using the plugin? Feel free to join the Discord server!\"",
"target": "text: \"需要插件使用帮助欢迎加入Discord服务器\""
},
{
"source": "text: \"If you like this plugin and want to support its development, you can do so through my website by clicking this fancy image!\"",
"target": "text: \"如果您喜欢此插件并希望支持其开发,可以通过点击此精美图片访问我的网站进行支持!\""
},
{
"source": "text: \"Couldn't parse frame name\"",
"target": "text: \"无法解析标签页名称\""
},
{
"source": "text: `Couldn't find a frame with name ${frameName}`",
"target": "text: `找不到名为 ${frameName} 的标签页`"
},
{
"source": "text: `${frameName} is hidden on mobile`",
"target": "text: `${frameName} 在移动设备上隐藏`"
}
]
}
}
}