Skip to content

Commit 0168fa1

Browse files
committedJun 23, 2017
HFP-1210 Set up Crowdin
1 parent 1c6017d commit 0168fa1

File tree

5 files changed

+74
-3
lines changed

5 files changed

+74
-3
lines changed
 

‎crowdin.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
files:
2+
- source: /language/.en.json
3+
translation: /language/%two_letters_code%.json

‎language/.en.json

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"semantics": [
3+
{
4+
"label": "Image Hotspot Question Editor",
5+
"fields": [
6+
{
7+
"label": "Background image",
8+
"fields": [
9+
{
10+
"label": "The title of this question",
11+
"default": "Image hotspot question",
12+
"description": "Used in summaries, statistics etc."
13+
},
14+
{
15+
"label": "Background image",
16+
"description": "Select an image to use as background the image hotspot question."
17+
}
18+
]
19+
},
20+
{
21+
"label": "Hotspots",
22+
"description": "Drag and drop the desired figure from the toolbar to create a new hotspot. Double-click to edit an existing hotspot. Drag the hotspot to move it. Pull the resize handler in the lower right corner to resize.",
23+
"fields": [
24+
{
25+
"label": "Task description",
26+
"description": "Instructions to the user."
27+
},
28+
{
29+
"label": "Hotspot",
30+
"entity": "Hotspot",
31+
"field": {
32+
"label": "Hotspot",
33+
"fields": [
34+
{
35+
"label": "userSettings",
36+
"fields": [
37+
{
38+
"label": "Correct",
39+
"description": "There can be multiple correct hotspots. However, the user gets correct/incorrect feedback immediately after first click."
40+
},
41+
{
42+
"label": "Feedback"
43+
}
44+
]
45+
},
46+
{
47+
"label": "computedSettings",
48+
"fields": [
49+
{},
50+
{},
51+
{},
52+
{},
53+
{}
54+
]
55+
}
56+
]
57+
}
58+
},
59+
{
60+
"label": "Feedback if the user selects an empty spot:",
61+
"placeholder": "You didn't locate any hotspots, try again!"
62+
}
63+
]
64+
}
65+
]
66+
}
67+
]
68+
}

‎language/fr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858
]
5959
}
6060
]
61-
}
61+
}

‎language/nb.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
]
6565
}
6666
]
67-
}
67+
}

‎language/nn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
]
6565
}
6666
]
67-
}
67+
}

0 commit comments

Comments
 (0)
Please sign in to comment.