Skip to content

Commit

Permalink
Merge pull request #75 from ouatis/main
Browse files Browse the repository at this point in the history
Update zh.ts
  • Loading branch information
mgmeyers authored Oct 2, 2022
2 parents b454a6b + dbc32ad commit 88a5567
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/lang/locale/zh.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
export const zh = {

}
"Default:": "默认:",
"Error:": "错误:",
"missing default light value, or value is not in a valid color format": "缺少默认的浅色模式色值,或该色值没有采用一个有效的颜色格式",
"missing default dark value, or value is not in a valid color format": "缺少默认的深色模式色值,或该色值没有采用一个有效的颜色格式",
"missing default value, or value is not in a valid color format": "缺少默认色值,或该色值没有采用一个有效的颜色格式",
"missing default value": "缺少默认色值",
}

0 comments on commit 88a5567

Please sign in to comment.