Merge pull request #70 from glisapn90/patch-1

Update sr.json
pull/71/head
Pål Jørgensen 2021-07-05 14:34:15 +02:00 committed by GitHub
commit 6d2a4ba4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 51 additions and 51 deletions

View File

@ -3,119 +3,119 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Уобичајено"
} }
], ],
"label": "Cards", "label": "Картице",
"entity": "card", "entity": "card",
"field": { "field": {
"label": "Card", "label": "Картица",
"fields": [ "fields": [
{ {
"label": "Image" "label": "Слика"
}, },
{ {
"label": "Alternative text for Image", "label": "Алтернативни текст за слику",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Опишите шта се може видети на фотографији. Текст читају алати за претварање текста у говор који су потребни корисницима са оштећеним видом."
}, },
{ {
"label": "Audio Track", "label": "Аудио запис",
"description": "An optional sound that plays when the card is turned." "description": "Опционални звук који се чује када се картица окрене."
}, },
{ {
"label": "Matching Image", "label": "Упарене слике",
"description": "An optional image to match against instead of using two cards with the same image." "description": "Опционална слика за упоређивање уместо да користите две картице са истом сликом."
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Алтернативни текст за подударање слике",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "пишите шта се може видети на фотографији. Текст читају алати за претварање текста у говор који су потребни корисницима са оштећеним видом."
}, },
{ {
"label": "Matching Audio Track", "label": "Подударање аудио записа",
"description": "An optional sound that plays when the second card is turned." "description": "Опционални звук који се чује када се окрене друга карта."
}, },
{ {
"label": "Description", "label": "Опис",
"description": "An optional short text that will pop up once the two matching cards are found." "description": "Необавезни кратак текст који ће се појавити када се пронађу две одговарајуће картице."
} }
] ]
} }
}, },
{ {
"label": "Behavioural settings", "label": "Поставке понашања",
"description": "These options will let you control how the game behaves.", "description": "Ове опције ће вам омогућити да контролишете понашање игре.",
"fields": [ "fields": [
{ {
"label": "Position the cards in a square", "label": "Позиција карте у квадрат",
"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": "Покушаће да усклади број колона и редова приликом полагања карата. Након тога, картице ће се скалирати тако да одговарају контејнеру."
}, },
{ {
"label": "Number of cards to use", "label": "Број карата које треба користити",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description": "Ако ово поставите на број већи од 2, игра ће изабрати случајне карте са листе карата."
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Додај дугме за поновни покушај када се игра заврши"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Погледај и осети",
"description": "Control the visuals of the game.", "description": "Контролишите визуелне елементе игре.",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Боја теме",
"description": "Choose a color to create a theme for your card game." "description": "Одаберите боју да бисте креирали тему за своју игру."
}, },
{ {
"label": "Card Back", "label": "Полеђина карте",
"description": "Use a custom back for your cards." "description": "Користите прилагођену полеђину за картице."
} }
] ]
}, },
{ {
"label": "Localization", "label": "Локализација",
"fields": [ "fields": [
{ {
"label": "Card turns text", "label": "Текст окрета картице",
"default": "Card turns" "default": "Окретање карата"
}, },
{ {
"label": "Time spent text", "label": "Текст утрошеног времена",
"default": "Time spent" "default": "Утрошено време"
}, },
{ {
"label": "Feedback text", "label": "Текст повратне информације",
"default": "Good work!" "default": "Одлично!"
}, },
{ {
"label": "Try again button text", "label": "Текст дугмета Покушај поново",
"default": "Try again?" "default": "Покушај поново?"
}, },
{ {
"label": "Close button label", "label": "Наслов дугмета Затвори",
"default": "Close" "default": "Затвори"
}, },
{ {
"label": "Game label", "label": "Наслов Игре",
"default": "Memory Game. Find the matching cards." "default": "Игра Меморија"
}, },
{ {
"label": "Game finished label", "label": "Текст завршетка игре",
"default": "All of the cards have been found." "default": "Све карте су пронађене."
}, },
{ {
"label": "Card indexing label", "label": "Ознака за индексирање картица",
"default": "Card %num:" "default": "Картица %num:"
}, },
{ {
"label": "Card unturned label", "label": "Наслов Неокренуте картице",
"default": "Unturned." "default": "Неокренуте."
}, },
{ {
"label": "Card matched label", "label": "Наслов Картице се подударају",
"default": "Match found." "default": "Подударају се картице."
} }
] ]
} }
] ]
} }