diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/notifications.xml | 57 |
1 files changed, 51 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/zh/notifications.xml b/indra/newview/skins/default/xui/zh/notifications.xml index fa37576f69..cfde824349 100644 --- a/indra/newview/skins/default/xui/zh/notifications.xml +++ b/indra/newview/skins/default/xui/zh/notifications.xml @@ -1955,8 +1955,9 @@ SHA1 指紋:[MD5_DIGEST] <usetemplate name="okbutton" yestext="確定"/> </notification> <notification name="EstateParcelEnvironmentOverride"> - 取消勾選這選項,可能會移除地段所有人之前新增到地段的任何自定環境。 若有必要請與地段所有人溝通。 - <usetemplate name="okbutton" yestext="確定"/> + 取消勾選這選項會移除地段擁有人增設於地段的任何自訂環境設定。 若有必要請與地段所有人溝通。 +你確定要繼續嗎? + <usetemplate name="okcancelbuttons" notext="取消" yestext="確定"/> </notification> <notification name="RegionEntryAccessBlocked"> 你所欲前往的地區含有超過你目前偏好的分級的內容。 你可以到「我自己 > 偏好設定 > 一般設定」變更你的偏好設定。 @@ -2437,7 +2438,15 @@ SHA1 指紋:[MD5_DIGEST] 這個「一日循環」檔案參考了一個不存在的天空檔案:[SKY]。 </notification> <notification name="WLRegionApplyFail"> - 抱歉,設定無法套用到地區。 離開地區再返回也許可以解決這個問題。 所得的原因為:[FAIL_REASON] + 抱歉,設定無法套用到地區。 原因:[FAIL_REASON] + </notification> + <notification name="WLLocalTextureDayBlock"> + 一個本地材質正在使用中:軌跡[TRACK],幀#[FRAMENO]([FRAME]%),欄位[FIELD]。 +無法儲存使用本地材質的設定。 + </notification> + <notification name="WLLocalTextureFixedBlock"> + 一個本地材質正在欄位[FIELD]使用中。 +無法儲存使用本地材質的設定。 </notification> <notification name="EnvCannotDeleteLastDayCycleKey"> 無法刪除此日循環的最後一組設定,日循環不得為空白。 你應該修改最後一組資料,不要試圖刪除,然後再建立新的。 @@ -4396,8 +4405,21 @@ SHA1 指紋:[MD5_DIGEST] <notification name="NoEnvironmentSettings"> 這區域不支援環境設定。 </notification> + <notification label="儲存裝扮" name="SaveSettingAs"> + 把目前的環境設定儲存為: + <form name="form"> + <input name="message"> + [DESC](新) + </input> + <button name="OK" text="確定"/> + <button name="Cancel" text="取消"/> + </form> + </notification> <notification name="WLImportFail"> - 無法從[FILE]匯入舊的風光(Windlight)設定。 + 無法匯入舊的風光(Windlight)設定[NAME],來源: +[FILE]。 + +[REASONS] </notification> <notification name="WLParcelApplyFail"> 無法設定此地段的環境。 @@ -4410,7 +4432,17 @@ SHA1 指紋:[MD5_DIGEST] <notification name="SettingsConfirmLoss"> 你即將針對名爲"[NAME]"的[TYPE]放棄變更。 確定繼續? - <usetemplate ignoretext="確定放棄變更?" name="okcancelignore" notext="否" yestext="是"/> + <usetemplate ignoretext="確定放棄變更?" name="okcancelignore" notext="取消" yestext="確定"/> + </notification> + <notification name="SettingsConfirmReset"> + 你即將移除所有已用的設定。 +確定繼續? + <usetemplate name="okcancelbuttons" notext="取消" yestext="確定"/> + </notification> + <notification name="PersonalSettingsConfirmReset"> + 你即將移除所有已用的個人照明設定。 +確定繼續? + <usetemplate name="okcancelbuttons" notext="取消" yestext="確定"/> </notification> <notification name="SettingsMakeNoTrans"> 你即將把無法轉移的設定匯入這個日循環。 如果繼續,將使得你正在編輯的設定也變成無法轉移。 @@ -4418,6 +4450,19 @@ SHA1 指紋:[MD5_DIGEST] 這個改變無法取消復原。 確定繼續? - <usetemplate ignoretext="確定要把設定變成無法轉移?" name="okcancelignore" notext="否" yestext="是"/> + <usetemplate ignoretext="確定要把設定變成無法轉移?" name="okcancelignore" notext="取消" yestext="確定"/> + </notification> + <notification name="NoEditFromLibrary"> + 你不得直接從資源庫編輯設定。 +請複製到你自己的收納區,然後再試一次。 + </notification> + <notification name="EnvironmentApplyFailed"> + 這些設定發生一個問題。 它們此時無法儲存或套用。 + </notification> + <notification name="TrackLoadFailed"> + 無法把軌跡載入[TRACK]。 + </notification> + <notification name="TrackLoadMismatch"> + 無法把軌跡從[TRACK1]載入[TRACK2]。 </notification> </notifications> |