diff options
author | Anchor <none@none> | 2019-01-29 21:38:05 -0800 |
---|---|---|
committer | Anchor <none@none> | 2019-01-29 21:38:05 -0800 |
commit | 56bf3287b8477a7671981d4373659661207333c6 (patch) | |
tree | de9c0c4e590fbf96bea7727f17512df9b88ffb40 /indra/newview/skins/default/xui/ja/notifications.xml | |
parent | 597106fa34bca95c2d01c0bf28c6b2bdc031fe35 (diff) | |
parent | a3b3ad727f53aa280ffbcc1b61ccfbb48e988708 (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/ja/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/notifications.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ja/notifications.xml b/indra/newview/skins/default/xui/ja/notifications.xml index c032e0d1ba..99ba5b2655 100644 --- a/indra/newview/skins/default/xui/ja/notifications.xml +++ b/indra/newview/skins/default/xui/ja/notifications.xml @@ -3270,6 +3270,9 @@ M キーを押して変更します。 <notification name="PresetNotSaved"> プリセット [NAME] の保存エラー。 </notification> + <notification name="DefaultPresetNotSaved"> + デフォルトの事前設定を上書きすることはできません。 + </notification> <notification name="PresetNotDeleted"> プリセット [NAME] の削除エラー。 </notification> @@ -4028,6 +4031,9 @@ M キーを押して変更します。 <notification name="CantCreateObjectRegionFull"> リクエストされたオブジェクトを作成できません。リージョンが埋まっています。 </notification> + <notification name="CantCreateAnimatedObjectTooLarge"> + リグ入三角形の限度数を超えるため、リクエストされたアニメーションオブジェクトを作成することができません。 + </notification> <notification name="CantAttackMultipleObjOneSpot"> 1 つの場所に複数のオブジェクトを着用することはできません。 </notification> @@ -4076,6 +4082,21 @@ M キーを押して変更します。 <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> |