summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/zh-tw/AutoSave.js
blob: ff8b9527f8f48839d816f451dc82bc3c3adc669b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//>>built
define(
"dojox/editor/plugins/nls/zh-tw/AutoSave", //begin v1.x content
({
	"saveLabel": "儲存",
	"saveSettingLabelOn": "設定自動儲存間隔...",
	"saveSettingLabelOff": "關閉自動儲存",
	"saveSettingdialogTitle": "自動儲存",
	"saveSettingdialogDescription": "指定自動儲存間隔",
	"saveSettingdialogParamName": "自動儲存間隔",
	"saveSettingdialogParamLabel": "分鐘",
	"saveSettingdialogButtonOk": "設定間隔",
	"saveSettingdialogButtonCancel": "取消",
	"saveMessageSuccess": "已儲存於 ${0}",
	"saveMessageFail": "無法儲存於 ${0}"
})
//end v1.x content
);