forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ja.json
118 lines (94 loc) · 4.86 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
/*********
** Data Layers UI
*********/
// accessible
"accessible.name": "移動可能",
"accessible.clear": "通れる",
"accessible.occupied": "占有",
"accessible.impassable": "通れない",
"accessible.warp": "ワープ",
// buildable
"buildable.name": "建築可能",
"buildable.buildable": "建築できる",
"buildable.occupied": "占有",
"buildable.not-buildable": "建築できない",
// coverage: bee houses
"bee-houses.name": "範囲: 蜂の巣",
"bee-houses.range": "花の範囲",
// coverage: Junimo huts
"junimo-huts.name": "範囲: ジュニモ小屋",
"junimo-huts.can-harvest": "収穫できる",
"junimo-huts.cannot-harvest": "収穫できない",
// coverage: scarecrows
"scarecrows.name": "範囲: カカシ",
"scarecrows.protected": "守られている",
"scarecrows.exposed": "範囲外",
// coverage: sprinklers
"sprinklers.name": "範囲: スプリンクラー",
"sprinklers.covered": "範囲内",
"sprinklers.dry-crops": "乾いた作物",
// crops: harvest
"crop-harvest.name": "作物: 収穫可能",
"crop-harvest.ready": "収穫可能",
"crop-harvest.not-ready": "収穫不可能",
"crop-harvest.not-enough-time-or-dead": "成長日数不足、枯れている",
// crops: watered
"crop-water.name": "作物: 水やり",
"crop-water.watered": "潤った作物",
"crop-water.dry": "乾いた作物",
// crops: water for paddy crops
"crop-paddy-water.name": "作物: 水田の栽培処理",
"crop-paddy-water.in-range": "かんがい栽培",
"crop-paddy-water.not-in-range": "通常栽培",
// crops: fertilized
"crop-fertilizer.name": "作物: 肥料",
"crop-fertilizer.fertilizer": "肥料",
"crop-fertilizer.retaining-soil": "保水土",
"crop-fertilizer.speed-gro": "グングンノビール",
"crop-fertilizer.multiple": "複数の肥料",
// machine processing
"machines.name": "加工設備",
"machines.empty": "空",
"machines.processing": "処理中",
"machines.finished": "処理終了",
// tile grid
"grid.name": "タイルグリッド",
// tillable
"tillable.name": "耕作可能",
"tillable.tillable": "耕せる",
"tillable.tilled": "耕し済み",
"tillable.occupied": "占有",
"tillable.not-tillable": "耕作不可能",
/*********
** Generic Mod Config Menu UI
*********/
// section names
"config.section.main-options": "メインオプション",
"config.section.main-controls": "メインコントロール",
"config.section.layer": "「{{LayerName}}」のレイヤー", // {{LayerName}} is the layer name set above.
// main options
"config.show-grid.name": "グリッド表示",
"config.show-grid.desc": "レイヤーが開いているときにタイルグリッドを表示する。",
"config.combine-borders.name": "重なったボーダーを組み合わせる",
"config.combine-borders.desc": "同じ色の2つのグループが重なっている場合、それぞれのボーダーではなく、組み合わされたエッジの周りに1つのボーダーを描く。",
"config.color-scheme.name": "配色",
"config.color-schene.desc": "適用する配色で、すべてのデータレイヤー全体の色を変更する。",
"config.color-schemes.default": "標準の色",
// main controls
"config.toggle-layer-key.name": "データレイヤーの切り替え",
"config.toggle-layer-key.desc": "データレイヤーのオーバーレイを表示または非表示にするキー。",
"config.prev-layer-key.name": "前のレイヤー",
"config.prev-layer-key.desc": "利用可能なデータレイヤーを循環させるキー。",
"config.next-layer-key.name": "次のレイヤー",
"config.next-layer-key.desc": "利用可能なデータレイヤーを循環させるキー。",
// data layers
"config.layer-enabled.name": "有効",
"config.layer-enabled.desc": "このレイヤーをゲーム内で利用可能にする。",
"config.layer-update-on-view-change.name": "適時更新",
"config.layer-update-on-view-change.desc": "「1秒あたりの更新数」の設定に関係なく、ワールドの新しい部分が視界に入ったときに描画レイヤー情報を更新するかどうか。",
"config.layer-updates-per-second.name": "1秒あたりの更新数",
"config.layer-updates-per-second.desc": "レイヤーを表示する際の更新頻度を1秒あたりの数値で指定する。デフォルトより高い値を設定すると、ラグが発生する可能性があります。標準は{{defaultValue}}。",
"config.layer-shortcut.name": "ショートカットキー",
"config.layer-shortcut.desc": "オーバーレイが開いているときに、このレイヤーを選択するキー。"
}