@@ -41,27 +41,41 @@ class="fixed flex items-center justify-center w-full h-auto px-4 pt-16 text-gray
41
41
<div class =" w-full max-w-lg" >
42
42
<div class =" overflow-hidden divide-y divide-gray-300 bg-gray-200 rounded-xl shadow-xl bg-opacity-20" >
43
43
<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 >
47
51
</div >
48
52
<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 >
52
60
</div >
53
61
<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 >
57
69
</div >
58
70
</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 >
60
74
</div >
61
75
</template >
62
76
<template x-if =" inputPlaceholder != '{{ trans (' livewire-ui-spotlight::spotlight.placeholder' ) } } '" >
63
77
<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 >
65
79
<span x-text =" inputPlaceholder" class =" lowercase" ></span >
66
80
</div >
67
81
</template >
0 commit comments