diff --git a/language/nb.json b/language/nb.json index 5633b0d..c79a1c1 100644 --- a/language/nb.json +++ b/language/nb.json @@ -1,86 +1,62 @@ { - "semantics": [ + "semantics":[ { - "englishLabel": "Cards", - "label": "Kort", - "englishEntity": "card", - "entity": "kort", - "field": { - "englishLabel": "Card", - "label": "Kort", - "fields": [ + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ { - "englishLabel": "Image", - "label": "Bilde" + "label":"Image" }, { - "englishLabel": "Matching Image", - "label": "Tilhørende bilde", - "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." + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." }, { - "englishLabel": "Description", - "label": "Beskrivelse", - "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." + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." } ] } }, { - "englishLabel": "Behavioural settings", - "label": "Innstillinger for oppførsel", - "englishDescription": "These options will let you control how the game behaves.", - "description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.", - "fields": [ + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ { - "englishLabel": "Position the cards in a square", - "label": "Plasser kortene i en firkant", - "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." + "label":"Position the cards in a square", + "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." }, { - "englishLabel": "Number of cards to use", - "label": "Antall kort som skal brukes", - "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." + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." }, { - "englishLabel": "Add button for retrying when the game is over", - "label": "Legg til knapp for å prøve på nytt når spillet er over" + "label":"Add button for retrying when the game is over" } ] }, { - "englishLabel": "Localization", - "label": "Oversettelser", - "fields": [ + "label":"Localization", + "fields":[ { - "englishLabel": "Card turns text", - "label": "Etikett for antall vendte kort", - "englishDefault": "Card turns", - "default": "Kort vendt" + "label":"Card turns text", + "default":"Card turns" }, { - "englishLabel": "Time spent text", - "label": "Etikett for tid brukt", - "englishDefault": "Time spent", - "default": "Tid brukt" + "label":"Time spent text", + "default":"Time spent" }, { - "englishLabel": "Feedback text", - "label": "Tilbakemeldingstekst", - "englishDefault": "Good work!", - "default": "Godt jobbet!" + "label":"Feedback text", + "default":"Good work!" }, { - "englishLabel": "Try again button text", - "label": "Prøv på nytt-tekst", - "englishDefault": "Try again?", - "default": "Prøv på nytt?" + "label":"Try again button text", + "default":"Try again?" } ] } ] -} +} \ No newline at end of file