gctGenerator/site/.vuepress/components/codes/labels.json

61 lines
1.5 KiB
JSON
Raw Normal View History

{
"ja-JP": {
2023-02-01 02:49:55 +09:00
"h3": {
"appearance": "見た目"
},
"location": "位置:",
"fontSize": "文字サイズ:",
"fgColor": "文字色:",
"fgColorGrad": "グラデーション",
"fgColor1": "文字色(上)",
"fgColor2": "文字色(下)",
"alpha": "不透明度=",
"bgColor": "背景色:",
"bgOffset": "背景位置:",
2023-02-06 04:35:42 +09:00
"size": "サイズ:",
"left": "左",
"right": "右",
"top": "上",
"bottom": "下",
"display": {
"duration": "表示時間:",
"frame": "(フレーム)",
"sec": "(秒)"
}
},
"en-US": {
2023-02-01 02:49:55 +09:00
"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: ",
2023-02-06 04:35:42 +09:00
"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 = "
}
}