diff options
author | eli <none@none> | 2011-08-18 16:22:53 -0700 |
---|---|---|
committer | eli <none@none> | 2011-08-18 16:22:53 -0700 |
commit | 5eefd0d66d39dc4be2810a504146ee6e93cde51e (patch) | |
tree | ebeec1a458994c7e291ffe2cc3bea2d87930decb /indra/newview/skins/default/xui/zh/floater_windlight_options.xml | |
parent | 8843e4384ebaf46474dbfc744b2918f22a5076a0 (diff) |
WIP INTL-46 Update translation for Traditional Chinese
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_windlight_options.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_windlight_options.xml | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_windlight_options.xml b/indra/newview/skins/default/xui/zh/floater_windlight_options.xml new file mode 100644 index 0000000000..383e35d50d --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_windlight_options.xml @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="WindLight floater" title="進階天空編輯器"> + <floater.string name="WLDefaultSkyNames"> + A-12AM:A-12PM:A-3AM:A-3PM:A-4.30PM:A-6AM:A-6PM:A-9AM:A-9PM:Barcelona:Blizzard:Blue Midday:Coastal Afternoon:Coastal Sunset:Default:Desert Sunset:Fine Day:Fluffy Big Clouds:Foggy:Funky Funky:Funky Funky Funky:Gelatto:Ghost:Incongruent Truths:Midday 1:Midday 2:Midday 3:Midday 4:Night:Pirate:Purple:Sailor's Delight:Sheer Sensuality + </floater.string> + <text name="KeyFramePresetsText"> + 天空預設值: + </text> + <button label="新增" label_selected="新增" name="WLNewPreset"/> + <button label="儲存" label_selected="儲存" name="WLSavePreset"/> + <button label="刪除" label_selected="刪除" name="WLDeletePreset"/> + <button label="日循環編輯器" label_selected="日循環編輯器" name="WLDayCycleMenuButton"/> + <tab_container name="WindLight Tabs"> + <panel label="大氣" name="Atmosphere"> + <text name="BHText"> + 藍天水平線 + </text> + <text name="BHText2"> + R + </text> + <text name="BHText3"> + G + </text> + <text name="BHText4"> + B + </text> + <text name="BHText5"> + I + </text> + <text name="BDensText"> + 陰霾水平線 + </text> + <text name="BDensText2"> + 藍天密度 + </text> + <text name="BHText6"> + R + </text> + <text name="BHText7"> + G + </text> + <text name="BHText8"> + B + </text> + <text name="BHText9"> + I + </text> + <text name="HDText"> + 陰霾密度 + </text> + <text name="DensMultText"> + 密度倍增 + </text> + <text name="WLDistanceMultText"> + 距離倍增 + </text> + <text name="MaxAltText"> + 最大高度 + </text> + </panel> + <panel label="照明" name="Lighting"> + <text name="SLCText"> + 日/月 顏色 + </text> + <text name="BHText"> + R + </text> + <text name="BHText2"> + G + </text> + <text name="BHText3"> + B + </text> + <text name="BHText4"> + I + </text> + <text name="TODText"> + 日/月 位置 + </text> + <text name="WLAmbientText"> + 環境 + </text> + <text name="BHText5"> + R + </text> + <text name="BHText6"> + G + </text> + <text name="BHText7"> + B + </text> + <text name="BHText8"> + I + </text> + <text name="WLEastAngleText"> + 東升角度 + </text> + <text name="SunGlowText"> + 太陽光輝 + </text> + <slider label="焦點" name="WLGlowB"/> + <slider label="尺寸" name="WLGlowR"/> + <text name="SceneGammaText"> + 場景 Gamma 值 + </text> + <text name="WLStarText"> + 星空量度 + </text> + </panel> + <panel label="雲彩" name="Clouds"> + <text name="WLCloudColorText"> + 雲彩顏色 + </text> + <text name="BHText"> + R + </text> + <text name="BHText2"> + G + </text> + <text name="BHText3"> + B + </text> + <text name="BHText4"> + I + </text> + <text name="WLCloudColorText2"> + 雲彩 XY 軸 / 密度 + </text> + <text name="BHText5"> + X + </text> + <text name="BHText6"> + Y + </text> + <text name="BHText7"> + D + </text> + <text name="WLCloudCoverageText"> + 雲彩覆蓋 + </text> + <text name="WLCloudScaleText"> + 雲彩規模 + </text> + <text name="WLCloudDetailText"> + 雲彩細節(XY 軸 / 密度) + </text> + <text name="BHText8"> + X + </text> + <text name="BHText9"> + Y + </text> + <text name="BHText10"> + D + </text> + <text name="WLCloudScrollXText"> + 雲彩 X 滾軸 + </text> + <check_box label="鎖定" name="WLCloudLockX"/> + <text name="WLCloudScrollYText"> + 雲彩 Y 滾軸 + </text> + <check_box label="鎖定" name="WLCloudLockY"/> + <check_box label="描繪傳統雲彩" name="DrawClassicClouds"/> + </panel> + </tab_container> +</floater> |