diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/notifications.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/notifications.xml b/indra/newview/skins/default/xui/zh/notifications.xml index d304e95b09..fa37576f69 100644 --- a/indra/newview/skins/default/xui/zh/notifications.xml +++ b/indra/newview/skins/default/xui/zh/notifications.xml @@ -1954,6 +1954,10 @@ SHA1 指紋:[MD5_DIGEST] 若不勾選這選項,可能會移除地段所有人為防止惡意騷擾及為維護隱私、保護幼未成年居民不接觸成年限制級內容的限制措施。 若有必要請與地段所有人溝通。 <usetemplate name="okbutton" yestext="確定"/> </notification> + <notification name="EstateParcelEnvironmentOverride"> + 取消勾選這選項,可能會移除地段所有人之前新增到地段的任何自定環境。 若有必要請與地段所有人溝通。 + <usetemplate name="okbutton" yestext="確定"/> + </notification> <notification name="RegionEntryAccessBlocked"> 你所欲前往的地區含有超過你目前偏好的分級的內容。 你可以到「我自己 > 偏好設定 > 一般設定」變更你的偏好設定。 <usetemplate name="okbutton" yestext="確定"/> @@ -4380,4 +4384,40 @@ SHA1 指紋:[MD5_DIGEST] [REASON] <usetemplate name="okbutton" yestext="確定"/> </notification> + <notification name="FailedToFindSettings"> + 無法從資料庫載入[NAME]的設定。 + </notification> + <notification name="FailedToLoadSettingsApply"> + 無法將設定套用到環境。 + </notification> + <notification name="FailedToBuildSettingsDay"> + 無法將設定套用到環境。 + </notification> + <notification name="NoEnvironmentSettings"> + 這區域不支援環境設定。 + </notification> + <notification name="WLImportFail"> + 無法從[FILE]匯入舊的風光(Windlight)設定。 + </notification> + <notification name="WLParcelApplyFail"> + 無法設定此地段的環境。 +請輸入或選擇一個你有權修改的地段。 + </notification> + <notification name="SettingsUnsuported"> + 這地區不支援設定。 +請移位到支援設定的地區,再試一次。 + </notification> + <notification name="SettingsConfirmLoss"> + 你即將針對名爲"[NAME]"的[TYPE]放棄變更。 +確定繼續? + <usetemplate ignoretext="確定放棄變更?" name="okcancelignore" notext="否" yestext="是"/> + </notification> + <notification name="SettingsMakeNoTrans"> + 你即將把無法轉移的設定匯入這個日循環。 如果繼續,將使得你正在編輯的設定也變成無法轉移。 + +這個改變無法取消復原。 + +確定繼續? + <usetemplate ignoretext="確定要把設定變成無法轉移?" name="okcancelignore" notext="否" yestext="是"/> + </notification> </notifications> |