mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
0f4a8ee087
Ray develop * reset zoom and toolbar fixes * lang fixes * dialog enhancements * comments * tooltip for zoom and fit commented * merge develop into ray develop * rules for ignoring some linebreaks in eslint * comments in .eslintrc * brackets around ifs * playground fixes, comments removed, semi-colon at bottom of editor removed, root container size now defined with css Approved-by: Paulo Veiga
26 lines
982 B
JSON
26 lines
982 B
JSON
{
|
|
"editor.try-welcome": {
|
|
"defaultMessage": "这个编辑区域展示了一些思维导图编辑器的功能!"
|
|
},
|
|
"editor.try-welcome-description": {
|
|
"defaultMessage": "注册后可以免费创建、分享和发布无限数量的思维导图。"
|
|
},
|
|
"editor.try-welcome-mobile": {
|
|
"defaultMessage": "这个版本空间展示了一些思维导图功能!"
|
|
},
|
|
"editor.try-welcome-description-mobile": {
|
|
"defaultMessage": "注册以开始免费创建、共享和发布无限数量的思维导图。 移动设备支持有限的思维导图编辑功能。 使用桌面浏览器获得完整的编辑器功能。"
|
|
},
|
|
"editor.edit-mobile": {
|
|
"defaultMessage": "移动设备注意事项."
|
|
},
|
|
"editor.edit-description-mobile": {
|
|
"defaultMessage": "移动设备支持有限的思维导图编辑功能。 使用桌面浏览器获得完整的编辑器功能。"
|
|
},
|
|
"login.signup": {
|
|
"defaultMessage": "注册"
|
|
},
|
|
"action.share": {
|
|
"defaultMessage": "分享"
|
|
}
|
|
} |