Skip to content

Commit 88e6680

Browse files
committed
chore: canvas
1 parent 088b014 commit 88e6680

File tree

26 files changed

+205
-70
lines changed

26 files changed

+205
-70
lines changed

locales/dashboard/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"game": "Game",
55
"other": "Other",
66
"editor": "Editor",
7-
"mdhub": "MdHub"
7+
8+
"canvas": "Canvas",
9+
"mdhub": "MdHub",
10+
"game-of-life": "Game of Life"
811
}

locales/dashboard/zh_CN.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"video": "视频",
44
"game": "游戏",
55
"other": "其他",
6+
"editor": "编辑器",
7+
68
"canvas": "画板",
7-
"editor": "Editor",
8-
"mdhub": "MdHub"
9+
"mdhub": "MdHub",
10+
"game-of-life": "Game of Life"
911
}

locales/dashboard/zh_HK.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"video": "視頻",
44
"game": "遊戲",
55
"other": "其他",
6+
"editor": "編輯器",
7+
68
"canvas": "畫板",
7-
"editor": "Editor",
8-
"mdhub": "MdHub"
9+
"mdhub": "MdHub",
10+
"game-of-life": "康威生命遊戲"
911
}

locales/game/en.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"game-of-life": "Game of Life"
3-
}
1+
{}

locales/game/zh_CN.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"game-of-life": "康威生命游戏"
3-
}
1+
{}

locales/game/zh_HK.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"game-of-life": "康威生命遊戲"
3-
}
1+
{}

locales/tip/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"goback": "Click to go back"
2+
"goback": "Click to go back",
3+
"mdPreview": "Markdown Preivew",
4+
"save": "Save"
35
}

locales/tip/zh_CN.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"goback": "点击返回"
2+
"goback": "点击返回",
3+
"mdPreview": "Markdown 预览",
4+
"save": "保存"
35
}

locales/tip/zh_HK.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"goback": "點擊返回"
2+
"goback": "點擊返回",
3+
"mdPreview": "Markdown 預覽",
4+
"save": "保存"
35
}

locales/tools/en.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"canvas": "Canvas"
3-
}
1+
{}

0 commit comments

Comments
 (0)