Checked translations
parent
d0f007bc40
commit
1009d205b4
|
@ -3,85 +3,85 @@
|
||||||
{
|
{
|
||||||
"widgets":[
|
"widgets":[
|
||||||
{
|
{
|
||||||
"label":"Default"
|
"label":"Oletus"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"label":"Cards",
|
"label":"Kortit",
|
||||||
"entity":"card",
|
"entity":"kortti",
|
||||||
"field":{
|
"field":{
|
||||||
"label":"Card",
|
"label":"Kortti",
|
||||||
"fields":[
|
"fields":[
|
||||||
{
|
{
|
||||||
"label":"Image"
|
"label":"Kuva"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Matching Image",
|
"label":"Vastattava kuva",
|
||||||
"description":"An optional image to match against instead of using two cards with the same image."
|
"description":"Valinnainen kuva johon verrata korttia sen sijaan, että kortille etsitään toista samaa kuvaa."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Description",
|
"label":"Selite",
|
||||||
"description":"An optional short text that will pop up once the two matching cards are found."
|
"description":"Valinnainen lyhyt teksti, joka näytetään kun oikeat kaksi korttia on löydetty."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Behavioural settings",
|
"label":"Yleisasetukset",
|
||||||
"description":"These options will let you control how the game behaves.",
|
"description":"Näillä valinnoilla voit muokata pelin asetuksia.",
|
||||||
"fields":[
|
"fields":[
|
||||||
{
|
{
|
||||||
"label":"Position the cards in a square",
|
"label":"Aseta kortit säännöllisesti",
|
||||||
"description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
|
"description":"Yrittää sovittaa kortit ruudukkomuotoon rivien sijaan."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Number of cards to use",
|
"label":"Korttien lukumäärä",
|
||||||
"description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
|
"description":"Kun lukumäärä on suurempi kuin kaksi, annettu määrä kortteja arvotaan kaikista korteista pelattavaksi."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Add button for retrying when the game is over"
|
"label":"Salli Yritä uudelleen -painike pelin päätyttyä"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Look and feel",
|
"label":"Ulkoasu",
|
||||||
"description":"Control the visuals of the game.",
|
"description":"Hallinnoi pelin ulkoasua.",
|
||||||
"fields":[
|
"fields":[
|
||||||
{
|
{
|
||||||
"label":"Theme Color",
|
"label":"Väriteema",
|
||||||
"description":"Choose a color to create a theme for your card game.",
|
"description":"Valitse väri luodaksesi teeman pelille.",
|
||||||
"default":"#909090",
|
"default":"#909090",
|
||||||
"spectrum":{
|
"spectrum":{
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Card Back",
|
"label":"Kortin kääntöpuoli",
|
||||||
"description":"Use a custom back for your cards."
|
"description":"Mukauta korttien kääntöpuoli."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Localization",
|
"label":"Tekstit",
|
||||||
"fields":[
|
"fields":[
|
||||||
{
|
{
|
||||||
"label":"Card turns text",
|
"label":"Kortteja käännetty",
|
||||||
"default":"Card turns"
|
"default":"Kortteja käännetty"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Time spent text",
|
"label":"Aikaa kulunut",
|
||||||
"default":"Time spent"
|
"default":"Aikaa kulunut"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Feedback text",
|
"label":"Palaute",
|
||||||
"default":"Good work!"
|
"default":"Hyvää työtä!"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Try again button text",
|
"label":"Painikkeen Yritä uudelleen teksti",
|
||||||
"default":"Try again?"
|
"default":"Yritä uudelleen?"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Close button label",
|
"label":"Painikkeen Sulje teksti",
|
||||||
"default":"Close"
|
"default":"Sulje"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue