mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
i18n
This commit is contained in:
@@ -59,14 +59,14 @@
|
||||
<Image class="size-4" />
|
||||
<span class="flex-1">{{ t('side_panel.search_avatars') }}</span>
|
||||
<span class="text-xs text-muted-foreground">{{
|
||||
t('side_panel.search_scope_own')
|
||||
t('side_panel.search_scope_avatars')
|
||||
}}</span>
|
||||
</CommandItem>
|
||||
<CommandItem :value="'hint-worlds'" disabled class="gap-3 opacity-70">
|
||||
<Globe class="size-4" />
|
||||
<span class="flex-1">{{ t('side_panel.search_worlds') }}</span>
|
||||
<span class="text-xs text-muted-foreground">{{
|
||||
t('side_panel.search_scope_own')
|
||||
t('side_panel.search_scope_worlds')
|
||||
}}</span>
|
||||
</CommandItem>
|
||||
<CommandItem :value="'hint-groups'" disabled class="gap-3 opacity-70">
|
||||
|
||||
@@ -82,7 +82,8 @@
|
||||
"search_min_chars": "Type at least 2 characters",
|
||||
"search_categories": "Search for...",
|
||||
"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_friends": "Friends",
|
||||
"search_avatars": "Avatars",
|
||||
|
||||
Reference in New Issue
Block a user