main.json 801 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": "Raccourcis",
    "Nodes": "Nœuds",
    "NodesMap": "Carte des nœuds"
  },
  "nodeCategories": {
    "Util": "Utilitaire",
    "Seed": "Graine",
    "Prompt": "Prompt",
    "Loaders": "Chargeurs",
    "Adapter": "Adaptateur",
    "Inpaint": "Retouche",
    "PreSampling": "Pré-échantillonnage",
    "Sampler": "Échantillonneur",
    "Fix": "Correction",
    "Pipe": "Pipeline",
    "XY Inputs": "Entrées XY",
    "Image": "Image",
    "Segmentation": "Segmentation",
    "\uD83D\uDEAB Deprecated": "\uD83D\uDEAB Obsolète",
    "Type": "Type",
    "Math": "Mathématiques",
    "Switch": "Interrupteur",
    "Index Switch": "Interrupteur d'index",
    "While Loop": "Boucle While",
    "For Loop": "Boucle For",
    "LoadImage": "Charger l'image"
  }
}