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