Merge pull request #57 from bhavel/patch-1

Update cs.json
pull/58/head
Pål Jørgensen 2020-04-27 14:55:08 +02:00 committed by GitHub
commit 102253f5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 52 additions and 52 deletions

View File

@ -3,119 +3,119 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Výchozí"
} }
], ],
"label": "Cards", "label": "Karty",
"entity": "card", "entity": "karta",
"field": { "field": {
"label": "Card", "label": "Karta",
"fields": [ "fields": [
{ {
"label": "Image" "label": "Obrázek"
}, },
{ {
"label": "Alternative text for Image", "label": "Alternativní text pro obrázek",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Popište, co lze na fotografii vidět. Text je čten pomocí nástrojů převodu textu na řeč, které potřebují zrakově hendikepovaní uživatelé."
}, },
{ {
"label": "Audio Track", "label": "Zvuková stopa",
"description": "An optional sound that plays when the card is turned." "description": "Volitelný zvuk, který se přehraje při otočení karty."
}, },
{ {
"label": "Matching Image", "label": "Odpovídající obrázek",
"description": "An optional image to match against instead of using two cards with the same image." "description": "Volitelný obrázek, který bude odpovídat namísto použití dvou karet se stejným obrázkem."
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Alternativní text pro odpovídající obrázek",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Popište, co lze na fotografii vidět. Text je čten pomocí nástrojů převodu textu na řeč, které potřebují zrakově hendikepovaní uživatelé."
}, },
{ {
"label": "Matching Audio Track", "label": "Odpovídající zvuková stopa",
"description": "An optional sound that plays when the second card is turned." "description": "Volitelný zvuk, který se přehraje při otočení druhé karty."
}, },
{ {
"label": "Description", "label": "Popis",
"description": "An optional short text that will pop up once the two matching cards are found." "description": "Volitelný krátký text, který se objeví, jakmile jsou nalezeny dvě odpovídající karty."
} }
] ]
} }
}, },
{ {
"label": "Behavioural settings", "label": "Nastavení chování",
"description": "These options will let you control how the game behaves.", "description": "Tyto možnosti vám umožní řídit, jak se hra bude chovat.",
"fields": [ "fields": [
{ {
"label": "Position the cards in a square", "label": "Umístit karty do čtverce",
"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": "Při rozložení karet se bude snažit porovnat počet sloupců a řádků. Poté budou karty upraveny podle velikosti kontejneru."
}, },
{ {
"label": "Number of cards to use", "label": "Počet karet k použití",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description": "Pokud toto nastavíte na číslo větší než 2, bude hra vybírat náhodné karty ze seznamu karet."
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Tlačítko pro opakování pokusu o ukončení hry"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Vzhled a pocit",
"description": "Control the visuals of the game.", "description": "Ovládat vizuální prvky hry.",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Barva motivu",
"description": "Choose a color to create a theme for your card game." "description": "Vyberte barvu pro vytvoření motivu pro vaši karetní hru."
}, },
{ {
"label": "Card Back", "label": "Zadní strana karty",
"description": "Use a custom back for your cards." "description": "Použijte vlastní zadní stranu karet."
} }
] ]
}, },
{ {
"label": "Localization", "label": "Localizace",
"fields": [ "fields": [
{ {
"label": "Card turns text", "label": "Text pro otočení karet",
"default": "Card turns" "default": "Otočení karet"
}, },
{ {
"label": "Time spent text", "label": "Text pro strávený čas",
"default": "Time spent" "default": "Strávený čas"
}, },
{ {
"label": "Feedback text", "label": "Text zpětné vazby",
"default": "Good work!" "default": "Výborně!"
}, },
{ {
"label": "Try again button text", "label": "Text tlačítka Zkusit znovu",
"default": "Try again?" "default": "Zkusit znovu?"
}, },
{ {
"label": "Close button label", "label": "Text tlačítka Zavřít",
"default": "Close" "default": "Zavřít"
}, },
{ {
"label": "Game label", "label": "Popisek hry",
"default": "Memory Game. Find the matching cards." "default": "Paměťová hra. Najděte odpovídající karty. (Pexeso)."
}, },
{ {
"label": "Game finished label", "label": "Popisek konce hry",
"default": "All of the cards have been found." "default": "Všechny karty byly nalezeny."
}, },
{ {
"label": "Card indexing label", "label": "Popisek indexu karty",
"default": "Card %num:" "default": "Karta %num:"
}, },
{ {
"label": "Card unturned label", "label": "Popisek neotočené karty",
"default": "Unturned." "default": "Neotočená."
}, },
{ {
"label": "Card matched label", "label": "Popisek shody karet",
"default": "Match found." "default": "Nalezena shoda."
} }
] ]
} }
] ]
} }