mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-16 03:57:55 +01:00
26 lines
484 B
JSON
26 lines
484 B
JSON
|
{
|
||
|
"action.share": [
|
||
|
{
|
||
|
"type": 0,
|
||
|
"value": "Share"
|
||
|
}
|
||
|
],
|
||
|
"editor.try-welcome": [
|
||
|
{
|
||
|
"type": 0,
|
||
|
"value": "This edition space showcases some of the mindmap editor capabilities !"
|
||
|
}
|
||
|
],
|
||
|
"editor.try-welcome-description": [
|
||
|
{
|
||
|
"type": 0,
|
||
|
"value": "Sign Up to start creating, sharing and publishing unlimited number of mindmaps for free."
|
||
|
}
|
||
|
],
|
||
|
"login.signup": [
|
||
|
{
|
||
|
"type": 0,
|
||
|
"value": "Sign Up"
|
||
|
}
|
||
|
]
|
||
|
}
|