File tree Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "nutritionalPlan": "Plano nutricional",
3
+ "@nutritionalPlan": {},
4
+ "weight": "Peso",
5
+ "@weight": {
6
+ "description": "The weight of a workout log or body weight entry"
7
+ },
8
+ "date": "Data",
9
+ "@date": {
10
+ "description": "The date of a workout log or body weight entry"
11
+ },
12
+ "value": "Valor",
13
+ "@value": {
14
+ "description": "The value of a measurement entry"
15
+ },
16
+ "unit": "Unidade",
17
+ "@unit": {
18
+ "description": "The unit used for a repetition (kg, time, etc.)"
19
+ },
20
+ "edit": "Editar",
21
+ "@edit": {},
22
+ "delete": "Excluir",
23
+ "@delete": {},
24
+ "login": "Entrar",
25
+ "@login": {
26
+ "description": "Text for login button"
27
+ },
28
+ "userProfile": "Seu perfil",
29
+ "@userProfile": {},
30
+ "logout": "Sair",
31
+ "@logout": {
32
+ "description": "Text for logout button"
33
+ },
34
+ "notes": "Notas",
35
+ "@notes": {
36
+ "description": "Personal notes, e.g. for a workout session"
37
+ },
38
+ "description": "Descrição",
39
+ "@description": {},
40
+ "register": "Inscrever-se",
41
+ "@register": {
42
+ "description": "Text for registration button"
43
+ }
44
+ }
You can’t perform that action at this time.
0 commit comments