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
-1
View File
@@ -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"
} }
-1
View File
@@ -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": "プライベート"
} }
-1
View File
@@ -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"
} }
-1
View File
@@ -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": "Приватный мир"
} }
-1
View File
@@ -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": "私人世界"
} }
-1
View File
@@ -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": "私人世界"
} }
+1 -3
View File
@@ -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')"