Skip to content

Commit

Permalink
Update zh.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ouatis authored Aug 25, 2022
1 parent 0bd458a commit dbc32ad
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 dbc32ad

Please sign in to comment.