diff options
Diffstat (limited to 'js/dojo-1.6/dojox/widget/nls/zh-tw')
6 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.js new file mode 100644 index 0000000..8b65a2d --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.js @@ -0,0 +1 @@ +({"hexLabel":"十六進位","saturationPickerTitle":"飽和度選取元","huePickerTitle":"色調選取元","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","degLabel":"°"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.xd.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.xd.js new file mode 100644 index 0000000..d69960b --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.zh-tw.ColorPicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh-tw.ColorPicker");dojo._xdLoadFlattenedBundle("dojox.widget", "ColorPicker", "zh-tw", ({"hexLabel":"十六進位","saturationPickerTitle":"飽和度選取元","huePickerTitle":"色調選取元","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","degLabel":"°"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.js new file mode 100644 index 0000000..9053ece --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.js @@ -0,0 +1 @@ +({"name":"名稱","size":"大小 (以位元組為單位)","path":"路徑"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.xd.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.xd.js new file mode 100644 index 0000000..8f0582e --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.zh-tw.FilePicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh-tw.FilePicker");dojo._xdLoadFlattenedBundle("dojox.widget", "FilePicker", "zh-tw", ({"name":"名稱","size":"大小 (以位元組為單位)","path":"路徑"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.js new file mode 100644 index 0000000..fe45203 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.js @@ -0,0 +1 @@ +({"next":"下一步","done":"完成","previous":"上一步"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.xd.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.xd.js new file mode 100644 index 0000000..cb64210 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.zh-tw.Wizard"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh-tw.Wizard");dojo._xdLoadFlattenedBundle("dojox.widget", "Wizard", "zh-tw", ({"next":"下一步","done":"完成","previous":"上一步"})
+); +}};});
\ No newline at end of file |
