add missing lang keys
This commit is contained in:
parent
e7654b83b5
commit
d78f976021
3 changed files with 22 additions and 12 deletions
|
|
@ -67,6 +67,11 @@ self.lang['en-us'] = {
|
|||
view: "view", // left view pop menu
|
||||
wire: "wire", // left render pop menu
|
||||
volume: "volume", // device build area
|
||||
al_menu: "align",
|
||||
re_menu: "render",
|
||||
sx_menu: "selection",
|
||||
face_left: "face left",
|
||||
re_edgs: "toggle edges",
|
||||
|
||||
acct_xpo: ["make a backup of your device","and device profiles with the","option to include workspace","objects and positions"],
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,11 @@ self.lang['zh'] = {
|
|||
view: "视图", // 左侧视图弹出菜单
|
||||
wire: "线框", // 左侧渲染弹出菜单
|
||||
volume: "体积", // 设备构建区域
|
||||
al_menu: "对齐",
|
||||
re_menu: "渲染",
|
||||
sx_menu: "选择",
|
||||
face_left: "面朝左",
|
||||
re_edgs: "切换边线",
|
||||
|
||||
acct_xpo: ["备份您的设备及","设备配置文件,","可选择包括工作区、","对象及位置"],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue