diff options
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/zh')
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/zh/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/zh/FeedEntryEditor.js new file mode 100644 index 0000000..20fee79 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/zh/FeedEntryEditor.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/atom/widget/nls/zh/FeedEntryEditor", //begin v1.x content +({ + doNew: "[新建]", + edit: "[编辑]", + save: "[保存]", + cancel: "[取消]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js new file mode 100644 index 0000000..d384451 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/atom/widget/nls/zh/FeedEntryViewer", //begin v1.x content +({ + displayOptions: "[显示选项]", + title: "标题", + authors: "作者", + contributors: "内容添加者", + id: "标识", + close: "[关闭]", + updated: "更新时间", + summary: "摘要", + content: "内容" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/zh/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/zh/FeedViewerEntry.js new file mode 100644 index 0000000..b8db2a6 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/zh/FeedViewerEntry.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/atom/widget/nls/zh/FeedViewerEntry", //begin v1.x content +({ + deleteButton: "[删除]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/zh/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/zh/PeopleEditor.js new file mode 100644 index 0000000..56eab89 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/zh/PeopleEditor.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/atom/widget/nls/zh/PeopleEditor", //begin v1.x content +({ + add: "添加", + addAuthor: "添加作者", + addContributor: "添加内容添加者" +}) +//end v1.x content +); |
