Merge pull request #25 from sabahuddin/patch-1

bs.json
pull/20/merge
Timothy Lim 2017-06-16 10:05:30 +02:00 committed by GitHub
commit d5d3b6f488
1 changed files with 87 additions and 0 deletions

87
language/bs-BA.json Normal file
View File

@ -0,0 +1,87 @@
{
"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!"
},
{
"englishLabel": "Tekst na dugmetu pokušaj ponovo",
"label": "Tekst na dugmetu pokušaj ponovo",
"englishDefault": "Pokušaj ponovo?",
"default": "Pokušaj ponovo?"
}
]
}
]
}