-
Notifications
You must be signed in to change notification settings - Fork 3
/
labels.json
60 lines (60 loc) · 1.46 KB
/
labels.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
{
"ja-JP": {
"h3": {
"appearance": "見た目"
},
"location": "位置:",
"fontSize": "文字サイズ:",
"fgColor": "文字色:",
"fgColorGrad": "グラデーション",
"fgColor1": "文字色(上):",
"fgColor2": "文字色(下):",
"alpha": "不透明度=",
"bgColor": "背景色:",
"bgOffset": "背景位置:",
"size": "サイズ:",
"left": "左",
"right": "右",
"top": "上",
"bottom": "下",
"display": {
"duration": "表示時間:",
"frame": "(フレーム)",
"sec": "(秒)"
}
},
"en-US": {
"h3": {
"appearance": "Appearance"
},
"location": "Location: ",
"fontSize": "Font size: ",
"fgColor": "Font color: ",
"fgColorGrad": "Gradient",
"fgColor1": "Font color(Top): ",
"fgColor2": "Font color(Bottom): ",
"alpha": "Alpha=",
"bgColor": "Background color: ",
"bgOffset": "Background offset: ",
"size": "Size: ",
"left": "Left",
"right": "Right",
"top": "Top",
"bottom": "Bottom",
"display": {
"duration": "Display duration: ",
"frame": "(frame)",
"sec": "(sec)"
}
},
"fr-FR": {
"location": "Position : ",
"fontSize": "Taille de police : ",
"fgColor": "Couleur du texte : ",
"fgColorGrad": "Dégradé",
"fgColor1": "Couleur du texte (haut) : ",
"fgColor2": "Couleur du texte (bas) : ",
"bgColor": "Couleur de fond : ",
"alpha": "Alpha = "
}
}