Skip to content

Commit

Permalink
feat: support zh
Browse files Browse the repository at this point in the history
  • Loading branch information
qinluhe committed Dec 18, 2024
1 parent 5cd253d commit dd74cf8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/locales/zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"translation": {
"editor": {
"fontColorDefault": "默认",
"fontColorRed": "红色",
"fontColorGreen": "绿色",
"fontColorBlue": "蓝色",
"fontColorYellow": "黄色",
"fontColorOrange": "橙色",
"fontColorPurple": "紫色",
"fontColorPink": "粉色",
"fontColorBrown": "棕色",
"fontColorGray": "灰色",
"backgroundColorDefault": "默认",
"backgroundColorRed": "红色",
"backgroundColorGreen": "绿色",
"backgroundColorBlue": "蓝色",
"backgroundColorYellow": "黄色",
"backgroundColorOrange": "橙色",
"backgroundColorPurple": "紫色",
"backgroundColorPink": "粉色",
"backgroundColorBrown": "棕色",
"backgroundColorGray": "灰色",
"backgroundColorLime": "石灰色",
"backgroundColorAqua": "水蓝色",
"backgroundColor": "背景颜色",
"textColor": "文字颜色",
"heading": "标题 {{level}}",
"paragraph": "段落",
"blockquote": "引用"
}
}
}

0 comments on commit dd74cf8

Please sign in to comment.