Skip to content

Commit

Permalink
add zh-cn/plugins/cm-typewriter-scroll-obsidian/0.2.2.json.
Browse files Browse the repository at this point in the history
Signed-off-by: 曲淡歌 <[email protected]>
  • Loading branch information
qaqhub authored and gitee-org committed Oct 24, 2024
1 parent d3b5ee7 commit 6a961f3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions zh-cn/plugins/cm-typewriter-scroll-obsidian/0.2.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"manifest": {
"id": "cm-typewriter-scroll-obsidian",
"author": "阿弟要精致",
"version": "1.0.0",
"pluginVersion": "0.2.2"
},
"description": {
"original": "Typewriter-style scrolling which keeps the view centered in the editor.",
"translation": "打字机风格的滚动,保持视图在编辑器中居中。"
},
"dict": {
"name: 'Toggle On/Off'": "name: '开/关切换'",
"name: 'Toggle Zen Mode On/Off'": "name: '开/关禅模式'",
".setName(\"Toggle Typewriter Scrolling\")": ".setName(\"开/关打字机滚动\")",
".setName(\"Center offset\")": ".setName(\"中心偏移\")",
".setName(\"Zen Mode\")": ".setName(\"禅模式\")",
".setName(\"Zen Opacity\")": ".setName(\"禅透明度\")",
".setDesc(\"Turns typewriter scrolling on or off globally\")": ".setDesc(\"全局开启或关闭打字机滚动\")",
".setDesc(\"Positions the typewriter text at the specified percentage of the screen\")": ".setDesc(\"将打字机文本放置在屏幕的指定百分比位置\")",
".setDesc(\"Darkens non-active lines in the editor so you can focus on what you're typing\")": ".setDesc(\"在编辑器中加深非活动行的颜色,让您专注于正在输入的内容\")",
".setDesc(\"The opacity of unfocused lines in zen mode\")": ".setDesc(\"禅模式下非聚焦行的透明度\")",
".innerText = \"body{--zen-opacity: \"": ".innerText = \"body{--zen-opacity: \""
}
}

0 comments on commit 6a961f3

Please sign in to comment.