Merge pull request #43 from johanLTPT/master

Added estonian translation
pull/44/head
Pål Jørgensen 2019-04-09 13:21:26 +02:00 committed by GitHub
commit 758c38c2c8
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,118 +3,118 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Vaikimisi"
} }
], ],
"label": "Cards", "label": "Kaardid",
"entity": "card", "entity": "kaart",
"field": { "field": {
"label": "Card", "label": "Kaart",
"fields": [ "fields": [
{ {
"label": "Image" "label": "Pilt"
}, },
{ {
"label": "Alternative text for Image", "label": "Pildi alternatiivtekst",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Kirjelda, mis pildil näha on. Tekst on mõeldud vaegnägijaile tekstilugeriga kuulamiseks."
}, },
{ {
"label": "Audio Track", "label": "Heliriba",
"description": "An optional sound that plays when the card is turned." "description": "Valikheli, mida mängitakse kaardi pööramisel."
}, },
{ {
"label": "Matching Image", "label": "Sobituv pilt",
"description": "An optional image to match against instead of using two cards with the same image." "description": "Valikuline pilt võrdlemiseks, selmet kasutada kahte kaarti sama pildiga."
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Sobituva pildi alternatiivtekst",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Kirjelda, mis pildil näha on. Tekst on mõeldud vaegnägijaile tekstilugeriga kuulamiseks."
}, },
{ {
"label": "Matching Audio Track", "label": "Sobituv heliriba",
"description": "An optional sound that plays when the second card is turned." "description": "Valikheli, mida mängitakse teise kaardi pööramisel."
}, },
{ {
"label": "Description", "label": "Kirjeldus",
"description": "An optional short text that will pop up once the two matching cards are found." "description": "Valikuline lühitekst, mida näidatakse hüpikaknas peale kahe sobituva kaardi leidmist."
} }
] ]
} }
}, },
{ {
"label": "Behavioural settings", "label": "Käitumisseaded",
"description": "These options will let you control how the game behaves.", "description": "Need valikud võimaldavad sul kontrollida mängu käitumist.",
"fields": [ "fields": [
{ {
"label": "Position the cards in a square", "label": "Aseta kaardid väljakule",
"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": "Proovib sobitada ridade ja veergude arvu kaartide asetamisel. Peale seda muudetakse kaartide suurust, et täita neid hoidev raam."
}, },
{ {
"label": "Number of cards to use", "label": "Kasutatav kaartide arv",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description": "Määrates selle arvu kahest suuremaks valib mäng kaartide loetelust juhuslikud kaardid."
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Lisa Proovi uuesti nupp lõppenud mängule"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Välimus",
"description": "Control the visuals of the game.", "description": "Säti mängu visuaali.",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Teemavärv",
"description": "Choose a color to create a theme for your card game.", "description": "Vali oma mängu teemavärv.",
"default": "#909090" "default": "#909090"
}, },
{ {
"label": "Card Back", "label": "Kaardi taust",
"description": "Use a custom back for your cards." "description": "Kasuta kohandatud kaarditausta."
} }
] ]
}, },
{ {
"label": "Localization", "label": "Kohandamine",
"fields": [ "fields": [
{ {
"label": "Card turns text", "label": "Kaardi pööramise tekst",
"default": "Card turns" "default": "Kaart pöörab"
}, },
{ {
"label": "Time spent text", "label": "Aega kulunud tekst",
"default": "Time spent" "default": "Aega kulunud"
}, },
{ {
"label": "Feedback text", "label": "Tagasiside tekst",
"default": "Good work!" "default": "Hea töö!"
}, },
{ {
"label": "Try again button text", "label": "Proovi uuesti nupu tekst",
"default": "Try again?" "default": "Proovida uuesti?"
}, },
{ {
"label": "Close button label", "label": "Sulge nupu tekst",
"default": "Close" "default": "Sulge"
}, },
{ {
"label": "Game label", "label": "Mängu pealkiri",
"default": "Memory Game. Find the matching cards." "default": "Mälumäng. Leida sobituvad kaardid."
}, },
{ {
"label": "Game finished label", "label": "Mäng on lõppenud silt",
"default": "All of the cards have been found." "default": "Kõik kaardid on leitud."
}, },
{ {
"label": "Card indexing label", "label": "Kaardi indeksi silt",
"default": "Card %num:" "default": "Kaart %num:"
}, },
{ {
"label": "Card unturned label", "label": "Kaart pööramata silt",
"default": "Unturned." "default": "Pööramata."
}, },
{ {
"label": "Card matched label", "label": "Kaart sobitub silt",
"default": "Match found." "default": "Vaste leitud."
} }
] ]
} }