-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathja.json
33 lines (28 loc) · 2.22 KB
/
ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
// Translation generated by Google's Gemini AI
"Confirm.Reclaim": "{{itemName}}をゴミ箱から復元してもよろしいですか?",
"Confirm.Remove": "{{itemName}} をゴミ箱リストから削除してもよろしいですか?",
"Log.No.Item": "ゴミ箱リストにアイテムを追加しようとしたときにアイテムが選択されていません",
"Notification.Add.Fail": "{{itemName}} をゴミ箱リストに追加できません",
"Notification.Add.Repeat": "{{itemName}} はすでにゴミ箱リストにあります",
"Notification.Add.Success": "{{itemName}} をゴミ箱リストに追加しました",
"Notification.Reclaim.Fail": "インベントリは {{itemName}} を復元できません。",
"Notification.Reclaim.NotEnoughMoney": "{{itemName}} の復元に十分な資金がありません。コスト: {{cost}}g",
"Notification.State": "自動ゴミ箱が {{state}} になりました",
"Notification.Trashed": "{{itemName}} を自動的にゴミ箱に移動しました",
"Option.AddTrashKeybind.Name": "アイテムをゴミ箱リストに追加するキーバインド",
"Option.AddTrashKeybind.Tooltip": "現在選択されているインベントリアイテムをゴミ箱リストに追加するためのキーバインド",
"Option.ReclaimableItemCount.Name": "最大復元可能アイテム数",
"Option.ReclaimableItemCount.Tooltip": "復元アイテムリストに保持する履歴の個数",
"Option.OpenTrashMenuKeybind.Name": "自動廃棄メニューを開くショートカットキー",
"Option.OpenTrashMenuKeybind.Tooltip": "自動廃棄メニューを開くキー",
"Option.ToggleTrasherKeybind.Name": "自動ゴミ箱のオン/オフを切り替えるキーバインド",
"Option.ToggleTrasherKeybind.Tooltip": "自動ゴミ箱をオン/オフするためのキーバインド",
"State.Activated": "アクティブ",
"State.Deactivated": "非アクティブ",
"UI.ReclaimList.NoItems": "復元アイテムリストにアイテムがありません",
"UI.Tabs.TrashList": "ゴミ箱",
"UI.Tabs.ReclaimList": "復元アイテムリスト",
"UI.Title": "自動廃棄メニュー",
"UI.TrashList.NoItems": "ゴミ箱にアイテムがありません"
}