Merge pull request #56 from sabahuddin/patch-2

Update bs.json
pull/57/head
Pål Jørgensen 2020-04-22 10:58:59 +02:00 committed by GitHub
commit d04e65088f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 27 deletions

View File

@ -15,24 +15,24 @@
"label": "Slika" "label": "Slika"
}, },
{ {
"label": "Alternative text for Image", "label": "Alternativni tekst za sliku",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Opiši šta može biti viđeno na slici. Tekst se čita elektronski za vizualno neuparene korisnike."
}, },
{ {
"label": "Audio Track", "label": "Audio traka",
"description": "An optional sound that plays when the card is turned." "description": "Opcionalan zvuk koji se čuje kada se okrene karta."
}, },
{ {
"label": "Ista slika", "label": "Ista slika",
"description": "Opcionalna slika koja se koristi umjestodvije iste slike." "description": "Opcionalna slika koja se koristi umjesto dvije iste slike."
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Alternativni tekst za sliku podudaranja",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Opiši šta može biti viđeno na slici. Tekst se čita elektronski za vizualno neuparene korisnike."
}, },
{ {
"label": "Matching Audio Track", "label": "Zvuk podudaranja",
"description": "An optional sound that plays when the second card is turned." "description": "Opcionalan zvuk koji se čuje kada se okrene druga karta."
}, },
{ {
"label": "Opis", "label": "Opis",
@ -54,20 +54,20 @@
"description": "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."
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Dodaj dugme za ponovni pokušaj kada je igra gotova"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Pogledaj i osjeti",
"description": "Control the visuals of the game.", "description": "Kontroliraj u igri ono što vidiš.",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Boja teme",
"description": "Choose a color to create a theme for your card game." "description": "Choose a color to create a theme for your card game."
}, },
{ {
"label": "Card Back", "label": "Pozadina karte",
"description": "Use a custom back for your cards." "description": "Use a custom back for your cards."
} }
] ]
@ -92,28 +92,28 @@
"default": "Pokušaj ponovo?" "default": "Pokušaj ponovo?"
}, },
{ {
"label": "Close button label", "label": "Oznaka za dugme zatvori",
"default": "Close" "default": "Zatvori"
}, },
{ {
"label": "Game label", "label": "Oznaka za igru",
"default": "Memory Game. Find the matching cards." "default": "Memory igra. Pronađi kartu koja se podudara."
}, },
{ {
"label": "Game finished label", "label": "Oznaka za završenu igru",
"default": "All of the cards have been found." "default": "Sve karte su pronađene."
}, },
{ {
"label": "Card indexing label", "label": "Oznaka za indeksiranje karata",
"default": "Card %num:" "default": "Karta %num:"
}, },
{ {
"label": "Card unturned label", "label": "Oznaka za neokrenutu kartu",
"default": "Unturned." "default": "Neokrenuta."
}, },
{ {
"label": "Card matched label", "label": "Oznaka za kartu podudaranja",
"default": "Match found." "default": "Pronađeno podudaranje."
} }
] ]
} }