diff options
author | Rider Linden <rider@lindenlab.com> | 2018-12-13 15:52:44 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-12-13 15:52:44 -0800 |
commit | 56d9d204f76978bf1373e15c84649a87d40dd16d (patch) | |
tree | c55324326ee8c8b05419d27b49f0b89aa63cd85a /indra/newview/skins/default/xui/zh/notifications.xml | |
parent | 9475a593a170f0c90a8d353de3e1277f844ee913 (diff) | |
parent | a3b3ad727f53aa280ffbcc1b61ccfbb48e988708 (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/zh/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/notifications.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/notifications.xml b/indra/newview/skins/default/xui/zh/notifications.xml index 38eb005162..186a850a15 100644 --- a/indra/newview/skins/default/xui/zh/notifications.xml +++ b/indra/newview/skins/default/xui/zh/notifications.xml @@ -3228,6 +3228,9 @@ SHA1 指紋:[MD5_DIGEST] <notification name="PresetNotSaved"> 儲存預設名稱[NAME]時出錯。 </notification> + <notification name="DefaultPresetNotSaved"> + 無法覆蓋預先設定。 + </notification> <notification name="PresetNotDeleted"> 刪除預設名稱[NAME]時出錯。 </notification> @@ -3990,6 +3993,9 @@ SHA1 指紋:[MD5_DIGEST] <notification name="CantCreateObjectRegionFull"> 無法建立要求的物件。 地區已滿載。 </notification> + <notification name="CantCreateAnimatedObjectTooLarge"> + 無法建立所求的動作物件,因為超過架設三角形的限制。 + </notification> <notification name="CantAttackMultipleObjOneSpot"> 你不能將多個物件附著到同一個點。 </notification> @@ -4038,6 +4044,21 @@ SHA1 指紋:[MD5_DIGEST] <notification name="CantChangeShape"> 你無權變更這個形狀。 </notification> + <notification name="NoPermsTooManyAttachedAnimatedObjects"> + 操作會導致附著的動作物件數目超過限制。 + </notification> + <notification name="NoPermsLinkAnimatedObjectTooLarge"> + 無法連結這些物件,因為連結後的動作物件會超過架設三角形的限制。 + </notification> + <notification name="NoPermsSetFlagAnimatedObjectTooLarge"> + 無法使這物件變為動作物件,因為會超過架設三角形的限制。 + </notification> + <notification name="CantChangeAnimatedObjectStateInsufficientLand"> + 無法改變這一物件的動作物件狀態,因為會超過地段的限制。 + </notification> + <notification name="ErrorNoMeshData"> + 伺服器出錯:無法完成操作,因為網面資料未載入。 + </notification> <notification name="NoAccessToClaimObjects"> 你權限不夠,無法在此收取物件。 </notification> |