Commit 29b69579 authored by Sven Franck's avatar Sven Franck

added language JSON for translations chinese/english

parent 4bdfd8d2
......@@ -16,7 +16,10 @@
},
"action_list": {
"reset": "Reset",
"submit": "Submit"
"submit": "Submit",
"no_items": "No items found",
"back": "Back",
"clear": "Delete"
}
},
"pages": {
......@@ -66,15 +69,13 @@
"too_long_lines": "One or more lines you have entered are too long.",
"not_valid_datetime": "The date/time you entered has no valid format.",
"out_of_range_datetime": "The date/time you entered is out of range.",
"option_not_available": "You selected on option not on the menu.",
"option_not_available": "You selected on option not on the menu."
},
"languages": {
"english": "English",
"chinese": "中文"
},
"categories": {
"category": {
"title": "Categories",
"contacts": {
"title": "Contacts",
......@@ -124,10 +125,18 @@
"url_parameter": {
"title": "URL Parameter",
"description": "The url parameter to be used for this category."
},
"description_i18n": {
"title": "Description i18n Lookup",
"description": "The pointer to the translation for this field"
},
"title_18n": {
"title": "Title i18n Lookup",
"description": "The pointer to the translation for this field"
}
}
},
"applications": {
"application": {
"title": "Applications",
"field_list": {
"href": {
......
......@@ -2,7 +2,7 @@
"global": {
"home": "主页",
"search_apps": "搜索引擎",
"default_page_title": "",
"default_page_title": "Office JS 应用商店",
"menu": "菜单",
"pagination": {
"first": "首页",
......@@ -16,7 +16,10 @@
},
"action_list": {
"reset": "重设",
"submit": "提交"
"submit": "提交",
"no_items": "No items found",
"back": "Back",
"clear": "Delete"
}
},
"pages": {
......@@ -66,16 +69,15 @@
"too_long_lines": "输入一条或多条过长横线.",
"not_valid_datetime": "输入日期/时间格式不正确.",
"out_of_range_datetime": "输入的日期/时间超出范围.",
"option_not_available": "所选的项目不存在.",
"option_not_available": "所选的项目不存在."
},
"languages": {
"english": "English",
"chinese": "中文"
},
"categories": {
"category": {
"title": "类别",
"custom": {
"contacts": {
"title": "联系",
"description": "客户关系管理"
......@@ -99,6 +101,7 @@
"reports": {
"title": "报告",
"description": "数据分析"
}
},
"field_list": {
"title": {
......@@ -124,14 +127,28 @@
"url_parameter": {
"title": "URL 参数",
"description": "被这一类别使用的URL参数."
},
"description_i18n": {
"title": "Description i18n Lookup",
"description": "The pointer to the translation for this field"
},
"title_18n": {
"title": "Title i18n Lookup",
"description": "The pointer to the translation for this field"
}
}
},
"applications": {
"application": {
"title": "应用程序",
"custom": {
"task_manager_js": {
"title": "Task Manager JS",
"description": "The Task Manager is a web mobile applicaion based on HTML5, CSS3, Javascript, Jquery, Jquery Mobile, Grunt, Requirejs and many other plugins, no servers side language like php, java and so on... is needed. Data are fetch and retrieved by a more powerfull API named JIO. busness rules are now implemented by the client layer, data can be store either on localstorage for the browser or on remote storage like S3, Webdav, xwiki, dropbox and so on. The librairy named jIO provide methods(get, post, put, allDocs) for manipulating data. The application is integrating webapp, enabling offline support. At runtime, all files are downloaded into the user's device (browser cache), witch make the application faster the new time. It can run on laptop, tablets, smartphone and all devices having a web browser regardless of the OS."
}
},
"field_list": {
"href": {
"title":"URL",
"title":"网址",
"description": "用来提取相对应应用程序的URL."
},
"description": {
......
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