File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
resources/views/livewire/pages/forum Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 112
112
'first_place ' => '1st place ' ,
113
113
'second_place ' => '2nd place ' ,
114
114
'third_place ' => '3rd place ' ,
115
+ 'ranking_updated ' => 'The rankings are updated weekly. ' ,
116
+ 'place ' => 'Place ' ,
117
+ 'user ' => 'User ' ,
115
118
116
119
];
Original file line number Diff line number Diff line change 112
112
'first_place ' => '1ere place ' ,
113
113
'second_place ' => '2e place ' ,
114
114
'third_place ' => '3e place ' ,
115
+ 'ranking_updated ' => 'Ce classement est mis à jour toutes les semaines. ' ,
116
+ 'place ' => 'Position ' ,
117
+ 'user ' => 'Utilisateur ' ,
115
118
116
119
];
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class="animate-rotate absolute inset-0 h-full w-full rounded-full bg-[conic-grad
59
59
<div class =" flex-1 flex items-center px-4 py-2 rounded-lg bg-white dark:bg-gray-800" >
60
60
<p class =" inline-flex items-center gap-2 text-[13px] text-gray-700 dark:text-gray-300" >
61
61
<x-phosphor-trophy-duotone class =" size-5" aria-hidden =" true" />
62
- {{ __ (' Ce classement est mis à jour toutes les semaines. ' ) } }
62
+ {{ __ (' global.ranking_updated ' ) } }
63
63
</p >
64
64
</div >
65
65
</div >
@@ -70,10 +70,10 @@ class="animate-rotate absolute inset-0 h-full w-full rounded-full bg-[conic-grad
70
70
<div class =" space-y-2" >
71
71
<div class =" grid auto-cols grid-flow-col bg-white rounded-xl font-medium text-sm text-gray-900 px-4 py-3 ring-1 ring-gray-200 dark:text-white dark:ring-white/10 dark:bg-gray-800" >
72
72
<div class =" w-10" >
73
- {{ __ (' Rang ' ) } }
73
+ {{ __ (' global.place ' ) } }
74
74
</div >
75
75
<div class =" w-32" >
76
- {{ __ (' Utilisateur ' ) } }
76
+ {{ __ (' global.user ' ) } }
77
77
</div >
78
78
<div class =" w-24 hidden text-right md:block" >
79
79
{{ __ (' global.experience' ) } }
You can’t perform that action at this time.
0 commit comments