Update nn.json

pull/58/head
Idamare 2020-06-15 12:24:01 +02:00 committed by GitHub
parent bc4fea40ea
commit e44d57ce56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -77,45 +77,45 @@
"fields": [ "fields": [
{ {
"label": "Card turns text", "label": "Card turns text",
"default": "Card turns" "default": "Kort snur"
}, },
{ {
"label": "Time spent text", "label": "Time spent text",
"default": "Time spent" "default": "Tid brukt"
}, },
{ {
"label": "Feedback text", "label": "Feedback text",
"default": "Good work!" "default": "Bra jobba!"
}, },
{ {
"label": "Try again button text", "label": "Try again button text",
"default": "Try again?" "default": "prøv igjen?"
}, },
{ {
"label": "Close button label", "label": "Close button label",
"default": "Close" "default": "Lukk"
}, },
{ {
"label": "Game label", "label": "Game label",
"default": "Memory Game. Find the matching cards." "default": "Memory-spel. Finn dei matchande korta."
}, },
{ {
"label": "Game finished label", "label": "Game finished label",
"default": "All of the cards have been found." "default": "Alle korta har blitt funne."
}, },
{ {
"label": "Card indexing label", "label": "Card indexing label",
"default": "Card %num:" "default": "Kort %num:"
}, },
{ {
"label": "Card unturned label", "label": "Card unturned label",
"default": "Unturned." "default": "Ikkje snudd."
}, },
{ {
"label": "Card matched label", "label": "Card matched label",
"default": "Match found." "default": "Match funne."
} }
] ]
} }
] ]
} }