diff --git a/language/bs-BA.json b/language/bs-BA.json new file mode 100644 index 0000000..872b720 --- /dev/null +++ b/language/bs-BA.json @@ -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?" + } + ] + } + ] +}