tag2
This commit is contained in:
@@ -9,6 +9,9 @@ const en = {
|
||||
ok: "OK",
|
||||
yes: "Yes",
|
||||
no: "No",
|
||||
selectAll: "Select All",
|
||||
copy: "Copy",
|
||||
copyAll: "Copy All",
|
||||
},
|
||||
};
|
||||
export default en;
|
||||
|
||||
@@ -9,6 +9,9 @@ const zh = {
|
||||
ok: "好的",
|
||||
yes: "是的",
|
||||
no: "不",
|
||||
selectAll: "全选",
|
||||
copy: "复制",
|
||||
copyAll: "复制全部",
|
||||
},
|
||||
};
|
||||
export default zh;
|
||||
|
||||
Reference in New Issue
Block a user