New translations .en.json (Danish)

l10n_master
Timothy Lim 2017-07-17 10:36:17 +02:00
parent 64abb6befc
commit a74590e931
1 changed files with 11 additions and 11 deletions

View File

@ -66,46 +66,46 @@
"fields":[ "fields":[
{ {
"label":"Back button", "label":"Back button",
"default":"Forrige spørgsmål" "default":"Previous question"
}, },
{ {
"label":"Next button", "label":"Next button",
"default":"Næste spørgsmål" "default":"Next question"
}, },
{ {
"label":"Finish button", "label":"Finish button",
"default":"Færdig" "default":"Finish"
}, },
{ {
"label":"Progress text", "label":"Progress text",
"description":"Text used if textual progress is selected.", "description":"Text used if textual progress is selected.",
"default":"Spørgsmål:nummer @current ud af @spørgsmål" "default":"Question: @current of @total questions"
}, },
{ {
"label":"Label for jumping to a certain question", "label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", "description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Spørgsmål %d ud af %total" "default":"Question %d of %total"
}, },
{ {
"label":"Copyright dialog question label", "label":"Copyright dialog question label",
"default":"Spørgsmål" "default":"Question"
}, },
{ {
"label":"Readspeaker progress", "label":"Readspeaker progress",
"description":"May use @current and @total question variables", "description":"May use @current and @total question variables",
"default":"Spørgsmål @current ud af @total" "default":"Question @current of @total"
}, },
{ {
"label":"Unanswered question text", "label":"Unanswered question text",
"default":"Ubesvaret" "default":"Unanswered"
}, },
{ {
"label":"Answered question text", "label":"Answered question text",
"default":"Besvaret" "default":"Answered"
}, },
{ {
"label":"Current question text", "label":"Current question text",
"default":"Aktuel spørgsmål" "default":"Current question"
} }
] ]
}, },