mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
some fix
This commit is contained in:
@@ -791,7 +791,6 @@
|
|||||||
"rpc": {
|
"rpc": {
|
||||||
"vr": "VR",
|
"vr": "VR",
|
||||||
"desktop": "Desktop",
|
"desktop": "Desktop",
|
||||||
"join_button": "Join",
|
|
||||||
"powered_by_vrcx": "Powered by VRCX",
|
"powered_by_vrcx": "Powered by VRCX",
|
||||||
"private_world": "Private World"
|
"private_world": "Private World"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -754,7 +754,6 @@
|
|||||||
"rpc": {
|
"rpc": {
|
||||||
"vr": "VR",
|
"vr": "VR",
|
||||||
"desktop": "デスクトップ",
|
"desktop": "デスクトップ",
|
||||||
"join_button": "参加",
|
|
||||||
"powered_by_vrcx": "Powered by VRCX",
|
"powered_by_vrcx": "Powered by VRCX",
|
||||||
"private_world": "プライベート"
|
"private_world": "プライベート"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -626,7 +626,6 @@
|
|||||||
"rpc": {
|
"rpc": {
|
||||||
"vr": "VR",
|
"vr": "VR",
|
||||||
"desktop": "PC",
|
"desktop": "PC",
|
||||||
"join_button": "Dołącz",
|
|
||||||
"powered_by_vrcx": "Obsługiwane przez VRCX",
|
"powered_by_vrcx": "Obsługiwane przez VRCX",
|
||||||
"private_world": "Prywatny świat"
|
"private_world": "Prywatny świat"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -524,7 +524,6 @@
|
|||||||
"rpc": {
|
"rpc": {
|
||||||
"vr": "VR",
|
"vr": "VR",
|
||||||
"desktop": "Десктоп‑режим",
|
"desktop": "Десктоп‑режим",
|
||||||
"join_button": "Присоединиться",
|
|
||||||
"powered_by_vrcx": "Powered by VRCX",
|
"powered_by_vrcx": "Powered by VRCX",
|
||||||
"private_world": "Приватный мир"
|
"private_world": "Приватный мир"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -753,7 +753,6 @@
|
|||||||
"rpc": {
|
"rpc": {
|
||||||
"vr": "VR 模式",
|
"vr": "VR 模式",
|
||||||
"desktop": "桌面模式",
|
"desktop": "桌面模式",
|
||||||
"join_button": "加入",
|
|
||||||
"powered_by_vrcx": "由 VRCX 强力驱动",
|
"powered_by_vrcx": "由 VRCX 强力驱动",
|
||||||
"private_world": "私人世界"
|
"private_world": "私人世界"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -653,7 +653,6 @@
|
|||||||
"rpc": {
|
"rpc": {
|
||||||
"vr": "VR 模式",
|
"vr": "VR 模式",
|
||||||
"desktop": "桌面模式",
|
"desktop": "桌面模式",
|
||||||
"join_button": "加入",
|
|
||||||
"powered_by_vrcx": "由 VRCX 提供",
|
"powered_by_vrcx": "由 VRCX 提供",
|
||||||
"private_world": "私人世界"
|
"private_world": "私人世界"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -338,9 +338,7 @@ export const useDiscordPresenceSettingsStore = defineStore(
|
|||||||
partyMaxSize = 0;
|
partyMaxSize = 0;
|
||||||
stateText = '';
|
stateText = '';
|
||||||
}
|
}
|
||||||
let buttonText = t(
|
let buttonText = 'Join';
|
||||||
'view.settings.discord_presence.rpc.join_button'
|
|
||||||
);
|
|
||||||
let buttonUrl = state.lastLocationDetails.joinUrl;
|
let buttonUrl = state.lastLocationDetails.joinUrl;
|
||||||
if (!discordJoinButton.value) {
|
if (!discordJoinButton.value) {
|
||||||
buttonText = '';
|
buttonText = '';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="options-container">
|
<div class="options-container mt-2!">
|
||||||
<span class="header">{{ t('view.settings.advanced.advanced.vrchat_settings.header') }}</span>
|
<div class="header">{{ t('view.settings.advanced.advanced.vrchat_settings.header') }}</div>
|
||||||
<span class="sub-header">{{ t('view.settings.advanced.advanced.relaunch_vrchat.header') }}</span>
|
<span class="sub-header">{{ t('view.settings.advanced.advanced.relaunch_vrchat.header') }}</span>
|
||||||
<simple-switch
|
<simple-switch
|
||||||
:label="t('view.settings.advanced.advanced.relaunch_vrchat.description')"
|
:label="t('view.settings.advanced.advanced.relaunch_vrchat.description')"
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
@change="setSelfInviteOverride" />
|
@change="setSelfInviteOverride" />
|
||||||
</div>
|
</div>
|
||||||
<div class="options-container">
|
<div class="options-container">
|
||||||
<span class="header">{{ t('view.settings.advanced.advanced.vrcx_settings.header') }}</span>
|
<div class="header">{{ t('view.settings.advanced.advanced.vrcx_settings.header') }}</div>
|
||||||
<span class="sub-header">{{ t('view.settings.advanced.advanced.primary_password.header') }}</span>
|
<span class="sub-header">{{ t('view.settings.advanced.advanced.primary_password.header') }}</span>
|
||||||
<simple-switch
|
<simple-switch
|
||||||
:label="t('view.settings.advanced.advanced.primary_password.description')"
|
:label="t('view.settings.advanced.advanced.primary_password.description')"
|
||||||
|
|||||||
Reference in New Issue
Block a user