forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ja.json
30 lines (27 loc) · 1.32 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
{
// default chest names
"default-name.auto-grabber": "自動収穫機 #{{number}}",
"default-name.chest": "チェスト #{{number}}",
"default-name.fridge": "冷蔵庫",
"default-name.junimo-hut": "ジュニモ小屋 #{{number}}",
"default-name.shipping-bin": "出荷箱",
// edit-chest labels
"label.location": "場所",
"label.location.tile": "タイル {{x}}, {{y}}",
"label.name": "名前",
"label.category": "カテゴリー",
"label.order": "順番",
"label.hide-chest": "このチェストを非表示にする",
"label.hide-chest-hidden": "このチェストを非表示にする (再び表示するにはチェストを探して下さい!)",
"label.automate-prefer-output": "(Automate) このチェストに優先的にアイテムを入れる",
"label.automate-ignore": "(Automate) このチェストを自動化に使わない",
// button labels
"button.edit-chest": "チェストの編集",
"button.sort-inventory": "インベントリの整頓",
"button.ok": "OK",
// errors
"errors.disabled-from-here": "ここからチェストにアクセスできません.",
"errors.no-chests": "まだチェストがありません",
"errors.no-chests-in-location": "この地域にチェストがありません",
"errors.no-chests-in-range": "範囲内にチェストがありません"
}