Skip to content

Commit

Permalink
Merge pull request #593 from Aesc3625/sagyou
Browse files Browse the repository at this point in the history
Update ja.json
  • Loading branch information
Frooxius authored Dec 9, 2024
2 parents b737cd3 + d6ec20d commit 59e75ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@
"CreateNew.Back": "<<< <i>戻る</i>",
"CreateNew.EmptyObject": "空オブジェクト",
"CreateNew.ParticleSystem": "パーティクル​システム",
"CreateNew.LegacyParticleSystem": "レガシーパーティクルシステム",

"CreateNew.Object": "オブジェクト",
"CreateNew.Object.AvatarCreator": "アバター​クリエイター",
Expand Down Expand Up @@ -2213,8 +2214,8 @@
"Inspector.CharacterController.Warning": "<color=red><size=150%>警告!</size></color><br>SimulateRotationにチェックをいれることで、​このコンポーネントを単純なRigidbodyとして使用できます。​前提として、この目的のために最適化されておらず、​適切なRigidbodyが将来提供されることを理解しておいてください。<br>適切なRigidbodyは以下を提供します:<br><b>- CPUとネットワーク負荷の軽減</b> - CharacterControllerを使用すると、 CPU使用率が高くなり、ネットワークトラフィックが大量に発生します。<br><b>- Constraints</b> - Rigidbody間にジョイント、ヒンジ、スプリング、 その他のconstraintを作成できるようになります。<br><b>- どのユーザーからもスムーズなシミュレーションと相互作用</b> - 他の人が操作すると、CharacterControllerはグリッチアウトします。<br><b>- 新機能とツール</b> - それらをはるかに簡単に使用できるようになります。<br>-----------------------<br>これらの制限を理解している限り、楽しんでください!",
"Inspector.PrimitiveMemberEditor.Warning": "<color=red><size=150%>警告!</size></color>このコンポーネントを使用すると、IDを使用して参照を操作できます。​この手法は一般的に「Refハック」と呼ばれます。<br><br>これを実行する<b>前</b>に、​これはサポートされて<b>いない</b>ため、​いつか壊れる可能性があることを理解してください。​この機能に依存しないでください。",

"Inspector.ParticleSystem.BasicInfo" : "パーティクル: {count}\t最終シミュレーション時間: {time}",
"Inspector.ParticleSystem.TrailInfo" : "トレイル: {trailCount} (トレイルキャパシティ: {trailCapacity}), トレイルポイントキャパシティ: {trailPointCapacity}",
"Inspector.ParticleSystem.BasicInfo" : "Particles: {count}\tSimulation Time: {time}\tRender allocations: {allocationCount}",
"Inspector.ParticleSystem.TrailInfo" : "Trails: {trailCount} (capacity: {trailCapacity}), Trail Point Capacity: {trailPointCapacity}, Allocations: {allocationCount}",

"Inspector.ParticleStyle.CommonTransitions": "遷移テンプレート:",
"Inspector.ParticleStyle.AlphaFadeInOut": "アルファフェードイン&フェードアウト",
Expand Down

0 comments on commit 59e75ec

Please sign in to comment.