forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ja.json
40 lines (36 loc) · 1.97 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
34
35
36
37
38
39
40
{
// default chest names
"default-name.auto-grabber": "自動収穫機 #{{number}}",
"default-name.chest": "チェスト #{{number}}",
"default-name.fridge": "冷蔵庫",
"default-name.junimo-hut": "ジュニモ小屋 #{{number}}",
"default-name.shipping-bin": "出荷箱",
"default-name.shipping-bin.store": "Shipping bin (ship items)", // TODO
"default-name.shipping-bin.take": "Shipping bin (retrieve items)", // TODO
// default category names
"default-category.owned-cabin": "小屋 ({{owner}})",
"default-category.unowned-cabin": "小屋 (empty)",
"default-category.duplicate": "{{locationName}} #{{number}}",
// 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-store": "(Automate) このチェストにはアイテムを入れる",
"label.automate-store-first": "(Automate) このチェストに優先的にアイテムを入れる",
"label.automate-take": "(Automate) このチェストからはアイテムを取り出す",
"label.automate-take-first": "(Automate) このチェストからは優先的にアイテムを取り出す",
// button labels
"button.edit-chest": "チェストの編集",
"button.sort-inventory": "インベントリの整頓",
"button.save": "セーブ",
"button.reset": "リセット",
// errors
"errors.disabled-from-here": "ここからチェストにアクセスできません.",
"errors.no-chests": "まだチェストがありません",
"errors.no-chests-in-location": "この地域にチェストがありません",
"errors.no-chests-in-range": "範囲内にチェストがありません"
}