main.json 891 Bytes
Newer Older
wuxk1's avatar
wuxk1 committed
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
{
  "settingsCategories": {
    "Hotkeys": "ショートカットキー",
    "Nodes": "ノード",
    "NodesMap": "ノードマップ"
  },
  "nodeCategories": {
    "Util": "ユーティリティ",
    "Seed": "シード",
    "Prompt": "プロンプト",
    "Loaders": "ローダー",
    "Adapter": "アダプター",
    "Inpaint": "インペイント",
    "PreSampling": "プリサンプリング",
    "Sampler": "サンプラー",
    "Fix": "フィックス",
    "Pipe": "パイプ",
    "XY Inputs": "XY入力",
    "Image": "画像",
    "Segmentation": "セグメンテーション",
    "\uD83D\uDEAB Deprecated": "🚫 非推奨",
    "Type": "タイプ",
    "Math": "数学",
    "Switch": "スイッチ",
    "Index Switch": "インデックススイッチ",
    "While Loop": "Whileループ",
    "For Loop": "Forループ",
    "LoadImage": "画像読み込み"
  }
}