-
Notifications
You must be signed in to change notification settings - Fork 26
/
pt.json
50 lines (50 loc) · 1.33 KB
/
pt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"semantics": [
{
"label": "Descrição",
"description": "Description of the goals assessment page.",
"default": "Rate the goals that you have chosen in the goals page."
},
{
"label": "Low rating text",
"description": "Text for worst rating.",
"default": "Learned little"
},
{
"label": "Medium rating text",
"description": "Text for middle rating.",
"default": "Learned something"
},
{
"label": "High rating text",
"description": "Text for great rating.",
"default": "Learned a lot"
},
{
"label": "No goals text",
"description": "Feedback text when no goals have been created.",
"default": "You have not chosen any goals yet."
},
{
"label": "Label for help text",
"description": "Label for showing additional helpful information to the user.",
"default": "More information"
},
{
"label": "Fill in additional help information",
"description": "Here you can fill in additional helpful information for the user."
},
{
"label": "Cabeçalho da legenda",
"default": "Possíveis avaliações:"
},
{
"label": "Cabeçalho do objetivo",
"default": "Objetivos"
},
{
"label": "Cabeçalho de avaliação",
"default": "Avaliação"
}
]
}