h5p-memory-game/language/bs.json

92 lines
3.0 KiB
JSON
Raw Normal View History

{
"semantics": [
{
"label": "Karte",
"entity": "karte",
"field": {
"label": "Karte",
"fields": [
{
"label": "Slika"
},
{
"englishLabel": "Matching Image",
"label": "Ista slika",
"englishDescription": "An optional image to match against instead of using two cards with the same image.",
"description": "Opcionalna slika koja se koristi umjestodvije iste slike."
},
{
"label": "Opis",
"description": "Kratak tekst koji će biti prikazan čim se pronađu dvije iste karte."
}
]
}
},
{
"englishLabel": "Behavioural settings",
"label": "Podešavanje ponašanja",
"englishDescription": "These options will let you control how the game behaves.",
"description": "These options will let you control how the game behaves.",
"fields": [
{
"englishLabel": "Position the cards in a square",
"label": "Poredaj karte u redove ",
"englishDescription": "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": "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."
},
{
"englishLabel": "Number of cards to use",
"label": "Broj karata za upotrebu",
"englishDescription": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards.",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
},
{
"englishLabel": "Add button for retrying when the game is over",
"label": "Add button for retrying when the game is over"
}
]
},
{
"englishLabel": "Look and feel",
"englishDescription": "Control the visuals of the game.",
"fields": [
{
"englishLabel": "Theme Color",
"englishDescription": "Choose a color to create a theme for your card game."
},
{
"englishLabel": "Poleđina karata",
"englishDescription": "Koristi standardnu pozadinu za karte."
}
]
},
{
"label": "Prijevod",
"fields": [
{
"label": "Tekst kad se okrene karta ",
"default": "Okrenuta karta"
},
{
"label": "Tekst za provedeno vrijeme",
"default": "Provedeno vrijeme"
},
{
"label": "Feedback tekst",
"default": "BRAVO!"
},
{
2017-06-20 11:52:30 +02:00
"englishLabel": "Try again button text",
"label": "Tekst na dugmetu pokušaj ponovo",
2017-06-20 11:52:30 +02:00
"englishDefault": "Try again?",
"default": "Pokušaj ponovo?"
2017-06-20 11:52:30 +02:00
},
{
"englishLabel": "Close button label",
"englishDefault": "Close"
}
]
}
]
}