This commit is contained in:
pa
2026-02-18 20:29:06 +09:00
committed by Natsumi
parent 9a683a587b
commit 82698572f0
8 changed files with 4 additions and 12 deletions

View File

@@ -791,7 +791,6 @@
"rpc": {
"vr": "VR",
"desktop": "Desktop",
"join_button": "Join",
"powered_by_vrcx": "Powered by VRCX",
"private_world": "Private World"
}

View File

@@ -754,7 +754,6 @@
"rpc": {
"vr": "VR",
"desktop": "デスクトップ",
"join_button": "参加",
"powered_by_vrcx": "Powered by VRCX",
"private_world": "プライベート"
}

View File

@@ -626,7 +626,6 @@
"rpc": {
"vr": "VR",
"desktop": "PC",
"join_button": "Dołącz",
"powered_by_vrcx": "Obsługiwane przez VRCX",
"private_world": "Prywatny świat"
}

View File

@@ -524,7 +524,6 @@
"rpc": {
"vr": "VR",
"desktop": "Десктоп‑режим",
"join_button": "Присоединиться",
"powered_by_vrcx": "Powered by VRCX",
"private_world": "Приватный мир"
}

View File

@@ -753,7 +753,6 @@
"rpc": {
"vr": "VR 模式",
"desktop": "桌面模式",
"join_button": "加入",
"powered_by_vrcx": "由 VRCX 强力驱动",
"private_world": "私人世界"
}

View File

@@ -653,7 +653,6 @@
"rpc": {
"vr": "VR 模式",
"desktop": "桌面模式",
"join_button": "加入",
"powered_by_vrcx": "由 VRCX 提供",
"private_world": "私人世界"
}

View File

@@ -338,9 +338,7 @@ export const useDiscordPresenceSettingsStore = defineStore(
partyMaxSize = 0;
stateText = '';
}
let buttonText = t(
'view.settings.discord_presence.rpc.join_button'
);
let buttonText = 'Join';
let buttonUrl = state.lastLocationDetails.joinUrl;
if (!discordJoinButton.value) {
buttonText = '';

View File

@@ -1,7 +1,7 @@
<template>
<div>
<div class="options-container">
<span class="header">{{ t('view.settings.advanced.advanced.vrchat_settings.header') }}</span>
<div class="options-container mt-2!">
<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>
<simple-switch
:label="t('view.settings.advanced.advanced.relaunch_vrchat.description')"
@@ -31,7 +31,7 @@
@change="setSelfInviteOverride" />
</div>
<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>
<simple-switch
:label="t('view.settings.advanced.advanced.primary_password.description')"