Commit fa1cca9c authored by Sven Franck's avatar Sven Franck

added page "thanks"

parent 9ac3aa96
[
{
"generate": "widget",
"type": "page",
"theme": "slapos-white",
"class_list": null,
"title": "Thanks",
"title_i18n": "pages.thanks.title",
"children": [{
"type": "p",
"direct": {"className": "ui-content-element translate responsive"},
"attributes":{"data-i18n":"pages.thanks.submission_info"},
"logic":{"text":"Thank you for submitting your application. If successfully validated, your application will be published in the OfficeJS HTML5 appstore."}
}]
}
]
\ No newline at end of file
......@@ -27,6 +27,10 @@
}
},
"pages": {
"thanks": {
"title": "Thanks",
"submission_info": "Thank you for submitting your application. If successfully validated, your application will be published in the OfficeJS HTML5 appstore."
},
"submit": {
"title": "Submit Your App",
"submission_info": "Adding an application to officeJS only requires 1 URL and 1 click. Please read the specifications for applications before submitting your own app. Only applications that meet the specifications will be published."
......
......@@ -27,6 +27,10 @@
}
},
"pages": {
"thanks": {
"title": "Thanks",
"submission_info": "Thank you for submitting your application. If successfully validated, your application will be published in the OfficeJS HTML5 appstore."
},
"submit": {
"title": "提交您的应用",
"submission_info": "向OfficeJS添加一个应用只需要一个URL和一次轻松地点击。 请在提交您的应用前仔细阅读提交说明。 我们将只发布符合提交规范的应用。"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment