New translations .en.json (French)
parent
338126c96f
commit
bd9232f44c
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"semantics":[
|
"semantics":[
|
||||||
{
|
{
|
||||||
|
"widgets":[
|
||||||
|
{
|
||||||
|
"label":"Default"
|
||||||
|
}
|
||||||
|
],
|
||||||
"label":"Cartes",
|
"label":"Cartes",
|
||||||
"entity":"carte",
|
"entity":"carte",
|
||||||
"field":{
|
"field":{
|
||||||
|
@ -37,6 +42,24 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label":"Look and feel",
|
||||||
|
"description":"Control the visuals of the game.",
|
||||||
|
"fields":[
|
||||||
|
{
|
||||||
|
"label":"Theme Color",
|
||||||
|
"description":"Choose a color to create a theme for your card game.",
|
||||||
|
"default":"#909090",
|
||||||
|
"spectrum":{
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label":"Card Back",
|
||||||
|
"description":"Use a custom back for your cards."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label":"Interface",
|
"label":"Interface",
|
||||||
"fields":[
|
"fields":[
|
||||||
|
@ -55,6 +78,10 @@
|
||||||
{
|
{
|
||||||
"label":"Try again button text",
|
"label":"Try again button text",
|
||||||
"default":"Try again?"
|
"default":"Try again?"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label":"Close button label",
|
||||||
|
"default":"Close"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue