New translations

pull/19/head
Timothy Lim 2017-02-20 05:29:09 -05:00
parent 2aa6b29d78
commit ed7914135f
1 changed files with 30 additions and 54 deletions

View File

@ -1,84 +1,60 @@
{ {
"semantics":[ "semantics":[
{ {
"englishLabel": "Cards", "label":"Cards",
"label": "Kort", "entity":"card",
"englishEntity": "card",
"entity": "kort",
"field":{ "field":{
"englishLabel": "Card", "label":"Card",
"label": "Kort",
"fields":[ "fields":[
{ {
"englishLabel": "Image", "label":"Image"
"label": "Bilde"
}, },
{ {
"englishLabel": "Matching Image", "label":"Matching Image",
"label": "Tilhørende bilde", "description":"An optional image to match against instead of using two cards with the same image."
"englishDescription": "An optional image to match against instead of using two cards with the same image.",
"description": "Et valgfritt bilde som brukes av kort nummer to istedenfor å bruke to kort med samme bilde."
}, },
{ {
"englishLabel": "Description", "label":"Description",
"label": "Beskrivelse", "description":"An optional short text that will pop up once the two matching cards are found."
"englishDescription": "An optional short text that will pop up once the two matching cards are found.",
"description": "En valgfri kort tekst som spretter opp når kort-paret er funnet."
} }
] ]
} }
}, },
{ {
"englishLabel": "Behavioural settings", "label":"Behavioural settings",
"label": "Innstillinger for oppførsel", "description":"These options will let you control how the game behaves.",
"englishDescription": "These options will let you control how the game behaves.",
"description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.",
"fields":[ "fields":[
{ {
"englishLabel": "Position the cards in a square", "label":"Position the cards in a square",
"label": "Plasser kortene i en firkant", "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."
"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": "Vil forsøk å samsvare antall kolonner og rader når kortene legges ut. Etterpå vil kortene bli skalert til å passe beholderen."
}, },
{ {
"englishLabel": "Number of cards to use", "label":"Number of cards to use",
"label": "Antall kort som skal brukes", "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
"englishDescription": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards.",
"description": "Ved å sette antallet høyere enn 2 vil spillet plukke tilfeldige kort fra listen over kort."
}, },
{ {
"englishLabel": "Add button for retrying when the game is over", "label":"Add button for retrying when the game is over"
"label": "Legg til knapp for å prøve på nytt når spillet er over"
} }
] ]
}, },
{ {
"englishLabel": "Localization", "label":"Localization",
"label": "Oversettelser",
"fields":[ "fields":[
{ {
"englishLabel": "Card turns text", "label":"Card turns text",
"label": "Etikett for antall vendte kort", "default":"Card turns"
"englishDefault": "Card turns",
"default": "Kort vendt"
}, },
{ {
"englishLabel": "Time spent text", "label":"Time spent text",
"label": "Etikett for tid brukt", "default":"Time spent"
"englishDefault": "Time spent",
"default": "Tid brukt"
}, },
{ {
"englishLabel": "Feedback text", "label":"Feedback text",
"label": "Tilbakemeldingstekst", "default":"Good work!"
"englishDefault": "Good work!",
"default": "Godt jobbet!"
}, },
{ {
"englishLabel": "Try again button text", "label":"Try again button text",
"label": "Prøv på nytt-tekst", "default":"Try again?"
"englishDefault": "Try again?",
"default": "Prøv på nytt?"
} }
] ]
} }