File tree 6 files changed +8
-9
lines changed
6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 23
23
"vscode" : {
24
24
"extensions" : [
25
25
" vue.volar" ,
26
- " Vue.vscode-typescript-vue-plugin" ,
27
26
" Lokalise.i18n-ally" ,
28
27
" heybourn.headwind"
29
28
]
Original file line number Diff line number Diff line change 33
33
>
34
34
</v-progress-linear >
35
35
</div >
36
- <div >Today :</div >
36
+ <div >{{$t('period.today')}} :</div >
37
37
<div class =" mt-2 items-center rounded-md bg-subgroup p-2" >
38
38
<div class =" text-left" >
39
39
{{ $t('self_sufficiency') }}
Original file line number Diff line number Diff line change 65
65
"show_menu" : " Menü anzeigen/verbergen"
66
66
},
67
67
"unavailable" : " Nicht verfügbar" ,
68
- "statistics " : {
68
+ "period " : {
69
69
"today" : " Heute" ,
70
70
"week" : " Woche" ,
71
71
"month" : " Monat" ,
Original file line number Diff line number Diff line change 66
66
"show_menu" : " Show/hide menu"
67
67
},
68
68
"unavailable" : " unavailable" ,
69
- "statistics " : {
69
+ "period " : {
70
70
"today" : " Today" ,
71
71
"week" : " Week" ,
72
72
"month" : " Month" ,
Original file line number Diff line number Diff line change 58
58
"show_menu" : " Toon/verberg menu"
59
59
},
60
60
"unavailable" : " Niet beschikbaar" ,
61
- "statistics " : {
61
+ "period " : {
62
62
"today" : " Vandaag" ,
63
63
"week" : " Week" ,
64
64
"month" : " Maand" ,
Original file line number Diff line number Diff line change 7
7
<template #append >
8
8
<v-tabs v-model =" activeTab" align-tabs =" end" height =" 100%" >
9
9
<v-tab value =" today" >
10
- {{ $t('statistics .today') }}
10
+ {{ $t('period .today') }}
11
11
</v-tab >
12
12
<v-tab value =" week" >
13
- {{ $t('statistics .week') }}
13
+ {{ $t('period .week') }}
14
14
</v-tab >
15
15
<v-tab value =" month" >
16
- {{ $t('statistics .month') }}
16
+ {{ $t('period .month') }}
17
17
</v-tab >
18
18
<v-tab value =" year" >
19
- {{ $t('statistics .year') }}
19
+ {{ $t('period .year') }}
20
20
</v-tab >
21
21
</v-tabs >
22
22
</template >
You can’t perform that action at this time.
0 commit comments