mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
i18n
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user