@@ -41,27 +41,41 @@ class="fixed flex items-center justify-center w-full h-auto px-4 pt-16 text-gray
4141 <div class =" w-full max-w-lg" >
4242 <div class =" overflow-hidden divide-y divide-gray-300 bg-gray-200 rounded-xl shadow-xl bg-opacity-20" >
4343 <div class =" flex items-center p-5" >
44- <div class =" px-2 text-sm text-gray-200" >Tapez </div >
45- <div class =" px-3 py-1.5 text-xs font-medium text-gray-100 uppercase bg-gray-900 rounded-lg" >Article</div >
46- <div class =" px-2 text-sm text-gray-200" >pour rechercher dans les articles</div >
44+ <div class =" px-2 text-sm text-gray-200" >{{ __ (' livewire-ui-spotlight::spotlight.type' ) } } </div >
45+ <div class =" px-3 py-1.5 text-xs font-medium text-gray-100 uppercase bg-gray-900 rounded-lg" >
46+ {{ __ (' livewire-ui-spotlight::spotlight.section.article' ) } }
47+ </div >
48+ <div class =" px-2 text-sm text-gray-200" >
49+ {{ __ (' livewire-ui-spotlight::spotlight.section.article_help' ) } }
50+ </div >
4751 </div >
4852 <div class =" flex items-center p-5" >
49- <div class =" px-2 text-sm text-gray-200" >Tapez </div >
50- <div class =" px-3 py-1.5 text-xs font-medium text-gray-100 uppercase bg-gray-900 rounded-lg" >Discussion</div >
51- <div class =" px-2 text-sm text-gray-200" >pour rechercher dans les discussions</div >
53+ <div class =" px-2 text-sm text-gray-200" >{{ __ (' livewire-ui-spotlight::spotlight.type' ) } } </div >
54+ <div class =" px-3 py-1.5 text-xs font-medium text-gray-100 uppercase bg-gray-900 rounded-lg" >
55+ {{ __ (' livewire-ui-spotlight::spotlight.section.discussion' ) } }
56+ </div >
57+ <div class =" px-2 text-sm text-gray-200" >
58+ {{ __ (' livewire-ui-spotlight::spotlight.section.discussion_help' ) } }
59+ </div >
5260 </div >
5361 <div class =" flex items-center p-5" >
54- <div class =" px-2 text-sm text-gray-200" >Tapez </div >
55- <div class =" px-3 py-1.5 text-xs font-medium text-gray-100 uppercase bg-gray-900 rounded-lg" >Sujet</div >
56- <div class =" px-2 text-sm text-gray-200" >pour rechercher un sujet dans le forum</div >
62+ <div class =" px-2 text-sm text-gray-200" >{{ __ (' livewire-ui-spotlight::spotlight.type' ) } } </div >
63+ <div class =" px-3 py-1.5 text-xs font-medium text-gray-100 uppercase bg-gray-900 rounded-lg" >
64+ {{ __ (' livewire-ui-spotlight::spotlight.section.thread' ) } }
65+ </div >
66+ <div class =" px-2 text-sm text-gray-200" >
67+ {{ __ (' livewire-ui-spotlight::spotlight.section.thread_help' ) } }
68+ </div >
5769 </div >
5870 </div >
59- <div class =" px-2 mt-5 text-xs text-center text-gray-200 opacity-50" >ou, tapez une section pour accéder rapidement à cette page.</div >
71+ <div class =" px-2 mt-5 text-xs text-center text-gray-200 opacity-50" >
72+ {{ __ (' livewire-ui-spotlight::spotlight.global_help' ) } }
73+ </div >
6074 </div >
6175 </template >
6276 <template x-if =" inputPlaceholder != '{{ trans (' livewire-ui-spotlight::spotlight.placeholder' ) } } '" >
6377 <div class =" w-full max-w-lg p-5 bg-gray-100 rounded-lg shadow-xl bg-opacity-10" >
64- <span >Suivant , </span >
78+ <span >{{ __ ( ' pagination.next ' ) } } , </span >
6579 <span x-text =" inputPlaceholder" class =" lowercase" ></span >
6680 </div >
6781 </template >
0 commit comments