improve i18n

This commit is contained in:
pa
2026-01-23 22:19:42 +09:00
parent c30d7265ff
commit 5846fb7adb
9 changed files with 91 additions and 32 deletions

View File

@@ -57,9 +57,11 @@
@change="setSelfInviteOverride" />
<div v-if="branch === 'Nightly'">
<span class="sub-header">Anonymous Error Reporting (Nightly Only)</span>
<span class="sub-header">{{
t('view.settings.advanced.advanced.anonymous_error_reporting.header')
}}</span>
<simple-switch
label="Help improve VRCX by sending anonymous error reports. Only collects crash and error information, no personal data or VRChat information is collected."
:label="t('view.settings.advanced.advanced.anonymous_error_reporting.description')"
:value="sentryErrorReporting"
:long-label="true"
@change="setSentryErrorReporting()" />