This commit is contained in:
pa
2026-03-10 00:21:22 +09:00
parent a2078c5780
commit d0a52ecd23
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -59,14 +59,14 @@
<Image class="size-4" /> <Image class="size-4" />
<span class="flex-1">{{ t('side_panel.search_avatars') }}</span> <span class="flex-1">{{ t('side_panel.search_avatars') }}</span>
<span class="text-xs text-muted-foreground">{{ <span class="text-xs text-muted-foreground">{{
t('side_panel.search_scope_own') t('side_panel.search_scope_avatars')
}}</span> }}</span>
</CommandItem> </CommandItem>
<CommandItem :value="'hint-worlds'" disabled class="gap-3 opacity-70"> <CommandItem :value="'hint-worlds'" disabled class="gap-3 opacity-70">
<Globe class="size-4" /> <Globe class="size-4" />
<span class="flex-1">{{ t('side_panel.search_worlds') }}</span> <span class="flex-1">{{ t('side_panel.search_worlds') }}</span>
<span class="text-xs text-muted-foreground">{{ <span class="text-xs text-muted-foreground">{{
t('side_panel.search_scope_own') t('side_panel.search_scope_worlds')
}}</span> }}</span>
</CommandItem> </CommandItem>
<CommandItem :value="'hint-groups'" disabled class="gap-3 opacity-70"> <CommandItem :value="'hint-groups'" disabled class="gap-3 opacity-70">
+2 -1
View File
@@ -82,7 +82,8 @@
"search_min_chars": "Type at least 2 characters", "search_min_chars": "Type at least 2 characters",
"search_categories": "Search for...", "search_categories": "Search for...",
"search_scope_all": "Name, memo & note", "search_scope_all": "Name, memo & note",
"search_scope_own": "Own & favorites", "search_scope_avatars": "Own & favorites",
"search_scope_worlds": "Own & favorites",
"search_scope_joined": "Own & joined", "search_scope_joined": "Own & joined",
"search_friends": "Friends", "search_friends": "Friends",
"search_avatars": "Avatars", "search_avatars": "Avatars",