diff options
Diffstat (limited to 'js/dojo/dijit/form/nls/zh-tw')
| -rw-r--r-- | js/dojo/dijit/form/nls/zh-tw/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/zh-tw/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/zh-tw/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/zh-tw/ComboBox.js b/js/dojo/dijit/form/nls/zh-tw/ComboBox.js new file mode 100644 index 0000000..73f372c --- /dev/null +++ b/js/dojo/dijit/form/nls/zh-tw/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/zh-tw/ComboBox", //begin v1.x content +({ + previousMessage: "前一個選擇項", + nextMessage: "其他選擇項" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/zh-tw/Textarea.js b/js/dojo/dijit/form/nls/zh-tw/Textarea.js new file mode 100644 index 0000000..8f2c357 --- /dev/null +++ b/js/dojo/dijit/form/nls/zh-tw/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/zh-tw/Textarea", //begin v1.x content +({ + iframeEditTitle: '編輯區', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: '編輯區框' // secondary title for editable IFRAME when focus is on outer container + // to let user know that focus has moved out of editing area and to the + // parent element of the editing area +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/zh-tw/validate.js b/js/dojo/dijit/form/nls/zh-tw/validate.js new file mode 100644 index 0000000..2997039 --- /dev/null +++ b/js/dojo/dijit/form/nls/zh-tw/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/zh-tw/validate", //begin v1.x content +({ + invalidMessage: "輸入的值無效。", + missingMessage: "必須提供此值。", + rangeMessage: "此值超出範圍。" +}) +//end v1.x content +); |
